summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
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
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-02-09Add option PROCESS_TOAST to VACUUMMichael Paquier
2021-01-27Refactor code in tablecmds.c to check and process tablespace movesMichael Paquier
2021-01-18Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier
2021-01-06Report progress of COPY commandsTomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier
2020-12-20Multirange datatypesAlexander Korotkov
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-11-23Fix a few comments that referred to copy.c.Heikki Linnakangas
2020-11-23Split copy.c into four files.Heikki Linnakangas
2020-11-02Remove pg_collation.collversion.Thomas Munro