summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-06Wake up a subscription's replication worker processes after DDL.Tom Lane
2023-01-06Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane
2023-01-05Pass down current user ID to AddRoleMems and DelRoleMems.Robert Haas
2023-01-05Refactor permissions-checking for role grants.Robert Haas
2023-01-03Windows support in pg_import_system_collationsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-22Refactor how VACUUM passes around its XID cutoffs.Peter Geoghegan
2022-12-22Fix operator typo in tablecmds.cMichael Paquier
2022-12-21Switch some system functions to use get_call_result_type()Michael Paquier
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-12-12Get rid of recursion-marker values in enum AlterTableTypeAlvaro Herrera
2022-12-12Remove direct call to GetNewObjectId() for pg_auth_members.oidMichael Paquier
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2022-12-07Fix FK comment think-oPeter Eisentraut
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-02Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera
2022-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
2022-11-28Provide per-table permissions for vacuum and analyze.Andrew Dunstan
2022-11-24Introduce variables for initial and max nesting depth on configuration filesMichael Paquier
2022-11-23Simplify WARNING messages from skipped vacuum/analyze on a tableAndrew Dunstan
2022-11-23Simplify vacuum_set_xid_limits() signature.Peter Geoghegan
2022-11-18Add a SET option to the GRANT command.Robert Haas
2022-11-17Allow initdb to complete on systems without "locale" commandPeter Eisentraut
2022-11-17Update some more ObjectType switch statements to not have defaultPeter Eisentraut
2022-11-16Use multi-inserts for pg_ts_config_mapMichael Paquier
2022-11-16Avoid some overhead with open and close of catalog indexesMichael Paquier
2022-11-15Check return value of pclose() correctlyPeter Eisentraut
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-11-10Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".Tom Lane
2022-11-08Unify some internal error message wordingsPeter Eisentraut
2022-11-04Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane
2022-11-04Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita
2022-11-03Create FKs properly when attaching table as partitionAlvaro Herrera
2022-11-03Resolve partition strategy during early parsingAlvaro Herrera
2022-11-02Remove code handling FORCE_NULL and FORCE_NOT_NULL for COPY TOMichael Paquier
2022-10-31Fix ALTER COLLATION "default" REFRESH VERSION.Jeff Davis
2022-10-31Enable pg_collation_actual_version() to work on the default collation.Jeff Davis
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-18Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATIONAlvaro Herrera
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-17Record dependencies of a cast on other casts that it requires.Tom Lane
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-10-13Allow batch insertion during COPY into a foreign table.Etsuro Fujita
2022-10-13Improve the WARNING message for CREATE SUBSCRIPTION.Amit Kapila
2022-10-11Add a common function to generate the origin name.Amit Kapila
2022-10-11Add support for COPY TO callback functionsMichael Paquier
2022-10-07Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera