aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Extend pg_publication_tables to display column list and row filter.Amit Kapila2022-05-19
* Fix comment in pg_proc.cMichael Paquier2022-05-14
* Add missing binary_upgrade.h includes.Andres Freund2022-05-12
* Add 'static' to file-local variables missing it.Andres Freund2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09
* Update SQL featuresPeter Eisentraut2022-05-06
* Claim SQL standard compliance for SQL/JSON featuresAndrew Dunstan2022-04-29
* Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane2022-04-21
* Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations.Tom Lane2022-04-21
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* pgstat: add pg_stat_have_stats() test helper.Andres Freund2022-04-07
* Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila2022-04-07
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* pgstat: add pgstat_copy_relation_stats().Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Adjust tuplesort API to have bitwise option flagsDavid Rowley2022-04-04
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-29
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Suppress compiler warning in pub_collist_to_bitmapset().Tom Lane2022-03-26
* Allow specifying column lists for logical replicationTomas Vondra2022-03-26
* Minor improvements in sequence decoding code and docsTomas Vondra2022-03-25
* Fix pg_statio_all_tables view for multiple TOAST indexes.Tom Lane2022-03-24
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Remove unnecessary translator commentPeter Eisentraut2022-03-24
* Add String object access hooksAndrew Dunstan2022-03-22
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-22
* Fix bogus dependency handling for GENERATED expressions.Tom Lane2022-03-21
* Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c.Tom Lane2022-03-21
* pgstat: introduce pgstat_relation_should_count().Andres Freund2022-03-20
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-17
* Fix publish_as_relid with multiple publicationsTomas Vondra2022-03-16
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Optionally disable subscriptions on error.Amit Kapila2022-03-14
* Parse/analyze function renamingPeter Eisentraut2022-03-04
* Fix catalog data of pg_stop_backup(), labelled v2Michael Paquier2022-03-03
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-01
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund2022-02-21
* Correct Makefile dependencies for catalog scriptsJohn Naylor2022-02-14
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Change collate and ctype fields to type textPeter Eisentraut2022-01-27
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.Tom Lane2022-01-22