summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
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
2020-04-14Comments and doc fixes for commit 40d964ec99.Amit Kapila
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-06Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao
2020-04-03Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao
2020-03-21Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane
2020-03-16Introduce a maintenance_io_concurrency setting.Thomas Munro
2020-03-10Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-03-09Add tg_updatedcols to TriggerDataPeter Eisentraut
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane