summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-08-16Improved CREATE SUBSCRIPTION message for clarityPeter Eisentraut
2023-08-07Reject substituting extension schemas or owners matching ["$'\].Noah Misch
2023-07-27Fix performance problem with new COPY DEFAULT codeDavid Rowley
2023-07-14Fix updates of indisvalid for partitioned indexesMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-13Release lock after encountering bogs row in vac_truncate_clog()Andres Freund
2023-07-10Message wording improvementsPeter Eisentraut
2023-07-10Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-05pgstat: fix subscription stats entry leak.Masahiko Sawada
2023-07-02Fix oversight in handling of modifiedCols since f24523672dTomas Vondra
2023-06-30Fix marking of indisvalid for partitioned indexes at creationMichael Paquier
2023-06-29Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHODMichael Paquier
2023-06-29Error message wording improvementsPeter Eisentraut
2023-06-28Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier
2023-06-27Remove dependency to query text in JumbleQuery()Michael Paquier
2023-06-22Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart
2023-06-21Fix the errhint message and docs for drop subscription failure.Amit Kapila
2023-06-20Move bool parameter for vacuum_rel() to option bits.Nathan Bossart
2023-06-16CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis
2023-06-09Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-05-12Improve error message for pg_create_subscription.Nathan Bossart
2023-05-08Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch
2023-05-02Fix typos in commentsMichael Paquier
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-04-19Remove some tabs in SQL code in C string literalsPeter Eisentraut
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-17Comment fix for 60684dd834.Jeff Davis
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-11Improve ereports for VACUUM's BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-07Add --buffer-usage-limit option to vacuumdbDavid Rowley
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-06Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson
2023-04-06Separate vacuum cost variables from GUCsDaniel Gustafsson
2023-04-06Make vacuum failsafe_active globally visibleDaniel Gustafsson
2023-04-06Move various prechecks from vacuum() into ExecVacuum()David Rowley
2023-04-06Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund
2023-04-06Always make a BufferAccessStrategy for ANALYZEDavid Rowley
2023-04-05Support "Right Anti Join" plan shapes.Tom Lane
2023-04-05Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane
2023-04-04sequences: Lock buffer before initializing pageAndres Freund
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
2023-04-04Add a run_as_owner option to subscriptions.Robert Haas
2023-04-04Perform logical replication actions as the table owner.Robert Haas
2023-04-03Move heaprel struct field next to index rel field.Peter Geoghegan