index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
Commit message (
Expand
)
Author
Age
*
Cope with inplace update making catcache stale during TOAST fetch.
Noah Misch
2024-06-27
*
AccessExclusiveLock new relations just after assigning the OID.
Noah Misch
2024-06-27
*
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
*
Remove recordExtensionInitPriv[Worker]'s ownerId argument.
Tom Lane
2024-06-17
*
Improve tracking of role dependencies of pg_init_privs entries.
Tom Lane
2024-06-17
*
Clean out column-level pg_init_privs entries when dropping tables.
Tom Lane
2024-06-14
*
Reintroduce dead tuple counter in pg_stat_progress_vacuum.
Masahiko Sawada
2024-06-14
*
Fix potential NULL pointer dereference in getIdentitySequence()
Michael Paquier
2024-05-26
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Pre-beta mechanical code beautification.
Tom Lane
2024-05-14
*
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-13
*
Fix inconsistencies in error messages
Alvaro Herrera
2024-05-09
*
Fix assorted bugs related to identity column in partitioned tables
Peter Eisentraut
2024-05-07
*
Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.
Nathan Bossart
2024-05-06
*
Silence Coverity complaint about possible null-pointer dereference.
Tom Lane
2024-05-05
*
Fix an assortment of typos
David Rowley
2024-05-04
*
Disallow direct change of NO INHERIT of not-null constraints
Alvaro Herrera
2024-05-02
*
Fix failure to track role dependencies of pg_init_privs entries.
Tom Lane
2024-04-29
*
Fix duplicated consecutive words in comments
David Rowley
2024-04-28
*
Add missing index_insert_cleanup calls
Tomas Vondra
2024-04-19
*
Better handle indirect constraint drops
Alvaro Herrera
2024-04-19
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Fix restore of not-null constraints with inheritance
Alvaro Herrera
2024-04-18
*
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-15
*
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
*
Revert: Let table AM insertion methods control index insertion
Alexander Korotkov
2024-04-11
*
JSON_TABLE: Add support for NESTED paths and columns
Amit Langote
2024-04-08
*
CREATE INDEX: do not update stats during binary upgrade.
Jeff Davis
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
*
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-30
*
Change last_inactive_time to inactive_since in pg_replication_slots.
Amit Kapila
2024-03-27
*
Remove ObjectClass type
Peter Eisentraut
2024-03-26
*
Track last_inactive_time in pg_replication_slots.
Amit Kapila
2024-03-25
*
Allow more cases to pass the unsafe-use-of-new-enum-value restriction.
Tom Lane
2024-03-24
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-24
*
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2024-03-22
*
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2024-03-22
*
Track invalidation_reason in pg_replication_slots.
Amit Kapila
2024-03-22
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
Un-break genbki.pl's error reporting capabilities.
Tom Lane
2024-03-20
*
Catalog domain not-null constraints
Peter Eisentraut
2024-03-20
*
Add attstattarget to FormExtraData_pg_attribute
Peter Eisentraut
2024-03-17
*
Generalize handling of nullable pg_attribute columns in DDL
Peter Eisentraut
2024-03-17
*
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-17
*
Introduce "builtin" collation provider.
Jeff Davis
2024-03-13
*
Put genbki.pl output into src/include/catalog/ directly
Peter Eisentraut
2024-03-14
*
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-12
[next]