aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Cope with inplace update making catcache stale during TOAST fetch.Noah Misch2024-06-27
* AccessExclusiveLock new relations just after assigning the OID.Noah Misch2024-06-27
* Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch2024-06-27
* Remove recordExtensionInitPriv[Worker]'s ownerId argument.Tom Lane2024-06-17
* Improve tracking of role dependencies of pg_init_privs entries.Tom Lane2024-06-17
* Clean out column-level pg_init_privs entries when dropping tables.Tom Lane2024-06-14
* Reintroduce dead tuple counter in pg_stat_progress_vacuum.Masahiko Sawada2024-06-14
* Fix potential NULL pointer dereference in getIdentitySequence()Michael Paquier2024-05-26
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Revert structural changes to not-null constraintsAlvaro Herrera2024-05-13
* Fix inconsistencies in error messagesAlvaro Herrera2024-05-09
* Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut2024-05-07
* Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.Nathan Bossart2024-05-06
* Silence Coverity complaint about possible null-pointer dereference.Tom Lane2024-05-05
* Fix an assortment of typosDavid Rowley2024-05-04
* Disallow direct change of NO INHERIT of not-null constraintsAlvaro Herrera2024-05-02
* Fix failure to track role dependencies of pg_init_privs entries.Tom Lane2024-04-29
* Fix duplicated consecutive words in commentsDavid Rowley2024-04-28
* Add missing index_insert_cleanup callsTomas Vondra2024-04-19
* Better handle indirect constraint dropsAlvaro Herrera2024-04-19
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Fix restore of not-null constraints with inheritanceAlvaro Herrera2024-04-18
* Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane2024-04-15
* Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-11
* Revert: Let table AM insertion methods control index insertionAlexander Korotkov2024-04-11
* JSON_TABLE: Add support for NESTED paths and columnsAmit Langote2024-04-08
* CREATE INDEX: do not update stats during binary upgrade.Jeff Davis2024-04-03
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-02
* Use TidStore for dead tuple TIDs storage during lazy vacuum.Masahiko Sawada2024-04-02
* Let table AM insertion methods control index insertionAlexander Korotkov2024-03-30
* Change last_inactive_time to inactive_since in pg_replication_slots.Amit Kapila2024-03-27
* Remove ObjectClass typePeter Eisentraut2024-03-26
* Track last_inactive_time in pg_replication_slots.Amit Kapila2024-03-25
* Allow more cases to pass the unsafe-use-of-new-enum-value restriction.Tom Lane2024-03-24
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-03-24
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2024-03-22
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2024-03-22
* Track invalidation_reason in pg_replication_slots.Amit Kapila2024-03-22
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Un-break genbki.pl's error reporting capabilities.Tom Lane2024-03-20
* Catalog domain not-null constraintsPeter Eisentraut2024-03-20
* Add attstattarget to FormExtraData_pg_attributePeter Eisentraut2024-03-17
* Generalize handling of nullable pg_attribute columns in DDLPeter Eisentraut2024-03-17
* Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut2024-03-17
* Introduce "builtin" collation provider.Jeff Davis2024-03-13
* Put genbki.pl output into src/include/catalog/ directlyPeter Eisentraut2024-03-14
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Fix confusion about the return rowtype of SQL-language procedures.Tom Lane2024-03-12