summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-07Add --buffer-usage-limit option to vacuumdbDavid Rowley
2023-04-06Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson
2023-04-06Separate vacuum cost variables from GUCsDaniel Gustafsson
2023-04-06Make vacuum failsafe_active globally visibleDaniel Gustafsson
2023-04-06Move various prechecks from vacuum() into ExecVacuum()David Rowley
2023-04-04Perform logical replication actions as the table owner.Robert Haas
2023-03-25Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-13Add a DEFAULT option to COPY FROMAndrew Dunstan
2023-03-13Fix concurrent update issues with MERGE.Dean Rasheed
2023-03-07Make get_extension_schema() availableMichael Paquier
2023-03-06Add PROCESS_MAIN to VACUUMMichael Paquier
2023-03-04Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane
2023-01-26Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-25Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan
2023-01-24Adjust interaction of CREATEROLE with role properties.Robert Haas
2023-01-14Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis
2023-01-10Add new GUC createrole_self_grant.Robert Haas
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-06Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-22Refactor how VACUUM passes around its XID cutoffs.Peter Geoghegan
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-11-28Provide per-table permissions for vacuum and analyze.Andrew Dunstan
2022-11-23Simplify vacuum_set_xid_limits() signature.Peter Geoghegan
2022-11-04Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane
2022-10-13Allow batch insertion during COPY into a foreign table.Etsuro Fujita
2022-10-11Add support for COPY TO callback functionsMichael Paquier
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-19Harmonize heapam and tableam parameter names.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-08-31Derive freeze cutoff from nextXID, not OldestXmin.Peter Geoghegan
2022-08-25Allow grant-level control of role inheritance behavior.Robert Haas
2022-08-06Fix comment in copyfrom_internal.hMichael Paquier
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
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