summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-05Move BuildDescForRelation() from tupdesc.c to tablecmds.cPeter Eisentraut
2023-09-30Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan
2023-09-25Add GUC for temporarily disabling event triggersDaniel Gustafsson
2023-08-23Rename some function arguments for better clarityPeter Eisentraut
2023-08-23Add const decorationsPeter Eisentraut
2023-07-11Report index vacuum progress.Masahiko Sawada
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-03Take pg_attribute out of VacAttrStatsPeter Eisentraut
2023-07-03Add macro for maximum statistics targetPeter Eisentraut
2023-06-22Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart
2023-06-20Move bool parameter for vacuum_rel() to option bits.Nathan Bossart
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