index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
Commit message (
Expand
)
Author
Age
*
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-16
*
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
*
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-04-11
*
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
2024-04-08
*
Clarify what is protected by WaitLSNLock
Alexander Korotkov
2024-04-07
*
Use an LWLock instead of a spinlock in waitlsn.c
Alexander Korotkov
2024-04-07
*
Invent SERIALIZE option for EXPLAIN.
Tom Lane
2024-04-03
*
Use the pairing heap instead of a flat array for LSN replay waiters
Alexander Korotkov
2024-04-03
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-02
*
Use TidStore for dead tuple TIDs storage during lazy vacuum.
Masahiko Sawada
2024-04-02
*
Add new COPY option LOG_VERBOSITY.
Masahiko Sawada
2024-04-01
*
Generalize relation analyze in table AM interface
Alexander Korotkov
2024-03-30
*
Remove ObjectClass type
Peter Eisentraut
2024-03-26
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-26
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-24
*
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
*
Improve support for ExplainOneQuery() hook
Michael Paquier
2024-03-11
*
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
*
Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"
Michael Paquier
2024-02-14
*
Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM
Michael Paquier
2024-02-05
*
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-29
*
Add progress reporting of skipped tuples during COPY FROM.
Masahiko Sawada
2024-01-25
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
*
Rename COPY option from SAVE_ERROR_TO to ON_ERROR
Alexander Korotkov
2024-01-19
*
Add new COPY option SAVE_ERROR_TO
Alexander Korotkov
2024-01-16
*
Make attstattarget nullable
Peter Eisentraut
2024-01-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-15
*
Use larger segment file names for pg_notify
Alexander Korotkov
2023-11-29
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-16
*
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-10-05
*
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-30
*
Add GUC for temporarily disabling event triggers
Daniel Gustafsson
2023-09-25
*
Rename some function arguments for better clarity
Peter Eisentraut
2023-08-23
*
Add const decorations
Peter Eisentraut
2023-08-23
*
Report index vacuum progress.
Masahiko Sawada
2023-07-11
*
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-07
*
Take pg_attribute out of VacAttrStats
Peter Eisentraut
2023-07-03
*
Add macro for maximum statistics target
Peter Eisentraut
2023-07-03
*
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-22
*
Move bool parameter for vacuum_rel() to option bits.
Nathan Bossart
2023-06-20
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
*
Add --buffer-usage-limit option to vacuumdb
David Rowley
2023-04-07
*
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-07
*
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-07
*
Make vacuum failsafe_active globally visible
Daniel Gustafsson
2023-04-07
*
Move various prechecks from vacuum() into ExecVacuum()
David Rowley
2023-04-06
*
Perform logical replication actions as the table owner.
Robert Haas
2023-04-04
[next]