summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-06autho_explain: Add GUC to log query parametersMichael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Remove "recheck" argument from check_index_is_clusterable()Michael Paquier
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Unlogged sequencesPeter Eisentraut
2022-04-03Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan
2022-04-02Allow CLUSTER on partitioned tablesAlvaro Herrera
2022-03-30Add header matching mode to COPY FROMPeter Eisentraut
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-20Enforce foreign key correctly during cross-partition updatesAlvaro Herrera
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-02-12Consolidate VACUUM xid cutoff logic.Peter Geoghegan
2022-02-12Add VACUUM instrumentation for scanned pages, relfrozenxid.Peter Geoghegan
2022-02-10Logical decoding of sequencesTomas Vondra
2022-01-28Add HEADER support to COPY text formatPeter Eisentraut
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-15Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan
2022-01-14Allow "in place" tablespaces.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-05Create foreign key triggers in partitioned tables tooAlvaro Herrera
2021-12-23Move parallel vacuum code to vacuumparallel.c.Amit Kapila
2021-12-22Move index vacuum routines to vacuum.c.Amit Kapila
2021-11-02Don't overlook indexes during parallel VACUUM.Peter Geoghegan
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-09-22Invalidate all partitions for a partitioned table in publication.Amit Kapila
2021-09-14Send NOTIFY signals during CommitTransaction.Tom Lane
2021-09-08Invalidate relcache for publications defined for all tables.Amit Kapila
2021-08-25Fix toast rewrites in logical decoding.Amit Kapila
2021-07-28Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier
2021-07-24Fix failure of some headers to compile "standalone".Tom Lane
2021-07-16Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-06-19Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-04-27Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-07Add wraparound failsafe to VACUUM.Peter Geoghegan
2021-04-03Split backend status and progress related functionality out of pgstat.c.Andres Freund
2021-04-01Do COPY FROM encoding conversion/verification in larger chunks.Heikki Linnakangas
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-09Add support for more progress reporting in COPYMichael Paquier
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas