summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
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
2020-10-29Centralize horizon determination for temp tables, fixing bug due to skew.Andres Freund
2020-10-19Revise child-to-root tuple conversion map management.Heikki Linnakangas
2020-09-08Add support for partitioned tables and indexes in REINDEXMichael Paquier
2020-09-04Remove variable "concurrent" from ReindexStmtMichael Paquier
2020-09-01Set cutoff xmin more aggressively when vacuuming a temporary table.Tom Lane
2020-06-09Unify drop-by-OID functionsPeter Eisentraut
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane