aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan2023-09-30
* Add GUC for temporarily disabling event triggersDaniel Gustafsson2023-09-25
* Rename some function arguments for better clarityPeter Eisentraut2023-08-23
* Add const decorationsPeter Eisentraut2023-08-23
* Report index vacuum progress.Masahiko Sawada2023-07-11
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* Take pg_attribute out of VacAttrStatsPeter Eisentraut2023-07-03
* Add macro for maximum statistics targetPeter Eisentraut2023-07-03
* Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart2023-06-22
* Move bool parameter for vacuum_rel() to option bits.Nathan Bossart2023-06-20
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-12
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-07
* Add --buffer-usage-limit option to vacuumdbDavid Rowley2023-04-07
* Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson2023-04-07
* Separate vacuum cost variables from GUCsDaniel Gustafsson2023-04-07
* Make vacuum failsafe_active globally visibleDaniel Gustafsson2023-04-07
* Move various prechecks from vacuum() into ExecVacuum()David Rowley2023-04-06
* Perform logical replication actions as the table owner.Robert Haas2023-04-04
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-25
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-24
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-13
* Fix concurrent update issues with MERGE.Dean Rasheed2023-03-13
* Make get_extension_schema() availableMichael Paquier2023-03-07
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-06
* Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane2023-03-04
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-25
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-25
* Adjust interaction of CREATEROLE with role properties.Robert Haas2023-01-24
* Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis2023-01-14
* Add new GUC createrole_self_grant.Robert Haas2023-01-10
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Refactor how VACUUM passes around its XID cutoffs.Peter Geoghegan2022-12-22
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-13
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-28
* Simplify vacuum_set_xid_limits() signature.Peter Geoghegan2022-11-23
* Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane2022-11-04
* Allow batch insertion during COPY into a foreign table.Etsuro Fujita2022-10-13
* Add support for COPY TO callback functionsMichael Paquier2022-10-11
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Harmonize heapam and tableam parameter names.Peter Geoghegan2022-09-19
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Derive freeze cutoff from nextXID, not OldestXmin.Peter Geoghegan2022-08-31
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-25
* Fix comment in copyfrom_internal.hMichael Paquier2022-08-06
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06