summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-31Remove dead NoMovementScanDirection codeDavid Rowley
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-26Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-26Make auto_explain print the query identifier in verbose modeMichael Paquier
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-22Track logrep apply workers' last start times to avoid useless waits.Tom Lane
2023-01-21Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane
2023-01-20Use appendStringInfoSpaces in more placesDavid Rowley
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-14Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis
2023-01-13Clean up useless "skipping" messages for VACUUM/ANALYZE.Jeff Davis
2023-01-13Simplify permissions for LOCK TABLE.Jeff Davis
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-11Improve handling of inherited GENERATED expressions.Tom Lane
2023-01-10Add new GUC createrole_self_grant.Robert Haas
2023-01-10Restrict the privileges of CREATEROLE users.Robert Haas
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