summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2023-03-31Reject system columns as elements of foreign keys.Tom Lane
2023-03-31Ensure acquire_inherited_sample_rows sets its output parameters.Tom Lane
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-29Simplify useless 0L constantsPeter Eisentraut
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila
2023-03-28Validate ICU locales.Jeff Davis
2023-03-28Save a few bytes in pg_attributePeter Eisentraut
2023-03-27Reject attempts to alter composite types used in indexes.Tom Lane
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
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-21Support language tags in older ICU versions (53 and earlier).Jeff Davis
2023-03-20Add @extschema:name@ and no_relocate options to extensions.Tom Lane
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-17Fix typoPeter Eisentraut
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-16Small code simplificationPeter Eisentraut
2023-03-15Don't try to read default for a non-existent attributeAndrew Dunstan
2023-03-15Fix fractional vacuum_cost_delay.Thomas Munro
2023-03-13Add a DEFAULT option to COPY FROMAndrew Dunstan
2023-03-13Fix concurrent update issues with MERGE.Dean Rasheed
2023-03-10Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane
2023-03-09Disallow specifying ICU rules unless locale provider is ICUPeter Eisentraut
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-08Clean up commentsPeter Eisentraut
2023-03-08Improve readability of code PROCESS_MAIN in vacuum_rel()Michael Paquier
2023-03-07Make get_extension_schema() availableMichael Paquier
2023-03-06Fill EState.es_rteperminfos more systematically.Tom Lane
2023-03-06Add PROCESS_MAIN to VACUUMMichael Paquier
2023-03-04Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-02-22Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOGMichael Paquier
2023-02-16Fix check for child column generation status matching parent.Tom Lane
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2023-02-09Fix various typos in code and testsMichael Paquier
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