summaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAgeFilesLines
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-121-2/+0
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-071-0/+2
* Add --buffer-usage-limit option to vacuumdbDavid Rowley2023-04-071-0/+3
* Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson2023-04-071-0/+1
* Separate vacuum cost variables from GUCsDaniel Gustafsson2023-04-071-0/+5
* Make vacuum failsafe_active globally visibleDaniel Gustafsson2023-04-071-0/+1
* Move various prechecks from vacuum() into ExecVacuum()David Rowley2023-04-061-1/+2
* Perform logical replication actions as the table owner.Robert Haas2023-04-041-1/+2
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-251-0/+1
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-241-0/+1
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-132-5/+11
* Fix concurrent update issues with MERGE.Dean Rasheed2023-03-131-1/+4
* Make get_extension_schema() availableMichael Paquier2023-03-071-0/+1
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-061-4/+5
* Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane2023-03-041-1/+1
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-251-12/+0
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-251-0/+12
* Adjust interaction of CREATEROLE with role properties.Robert Haas2023-01-241-0/+1
* Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis2023-01-141-0/+1
* Add new GUC createrole_self_grant.Robert Haas2023-01-101-2/+8
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-091-0/+2
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-061-0/+2
* Update copyright for 2023Bruce Momjian2023-01-0234-34/+34
* Refactor how VACUUM passes around its XID cutoffs.Peter Geoghegan2022-12-221-7/+42
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-131-2/+3
* Rework query relation permission checkingAlvaro Herrera2022-12-061-1/+2
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-281-2/+2
* Simplify vacuum_set_xid_limits() signature.Peter Geoghegan2022-11-231-9/+5
* Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane2022-11-041-0/+1
* Allow batch insertion during COPY into a foreign table.Etsuro Fujita2022-10-131-4/+8
* Add support for COPY TO callback functionsMichael Paquier2022-10-111-1/+2
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-2012-23/+23
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-192-5/+5
* Harmonize heapam and tableam parameter names.Peter Geoghegan2022-09-191-1/+1
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-38/+0
* Derive freeze cutoff from nextXID, not OldestXmin.Peter Geoghegan2022-08-311-1/+2
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-251-1/+1
* Fix comment in copyfrom_internal.hMichael Paquier2022-08-061-1/+1
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-051-1/+2
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-063-4/+4
* autho_explain: Add GUC to log query parametersMichael Paquier2022-07-061-0/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-2/+2
* Remove "recheck" argument from check_index_is_clusterable()Michael Paquier2022-04-131-1/+1
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-084-13/+13
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-2/+0
* Unlogged sequencesPeter Eisentraut2022-04-071-0/+1
* Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan2022-04-031-0/+1
* Allow CLUSTER on partitioned tablesAlvaro Herrera2022-04-021-3/+5
* Add header matching mode to COPY FROMPeter Eisentraut2022-03-301-1/+12
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-291-5/+20