aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane2023-01-21
* Fix come incorrect elog() messages in aclchk.cMichael Paquier2022-12-23
* Avoid crash after function syntax error in a replication worker.Tom Lane2022-11-03
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-07
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Message style improvementsPeter Eisentraut2022-09-24
* pgstat: Fix transactional stats dropping for indexesAndres Freund2022-09-23
* Allow publications with schema and table of the same schema.Amit Kapila2022-09-23
* Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera2022-09-22
* Tighten pg_get_object_address argument checkingPeter Eisentraut2022-09-21
* Fix new pg_publication_tables query.Tom Lane2022-09-06
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Close old gap in dependency checks for functions returning composite.Tom Lane2022-07-22
* Fix omissions in support for the "regcollation" type.Tom Lane2022-07-17
* Fix typo in pg_publication.cMichael Paquier2022-06-23
* 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