summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-08-04Fix formatting and comment typosJohn Naylor
2022-07-31Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACHMichael Paquier
2022-07-28Use TRUNCATE to preserve relfilenode for pg_largeobject + index.Robert Haas
2022-07-28Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-27Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier
2022-07-26Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.Robert Haas
2022-07-26Do not allow removal of superuser privileges from bootstrap user.Robert Haas
2022-07-21Make the name optional in CREATE STATISTICS.Dean Rasheed
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-07-19Rework logic and simplify syntax of REINDEX DATABASE/SYSTEMMichael Paquier
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-13Allow specifying STORAGE attribute for a new tablePeter Eisentraut
2022-07-13Remove useless assertionsPeter Eisentraut
2022-07-13Use list_copy_head() instead of list_truncate(list_copy(...), ...)David Rowley
2022-07-12Invent qsort_interruptible().Tom Lane
2022-07-12Support TRUNCATE triggers on foreign tables.Fujii Masao
2022-07-11Improve two comments related to a boolean DefElem's valueMichael Paquier
2022-07-06pgstat: drop subscription stats without slot as well, fix commentAndres Freund
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-06autho_explain: Add GUC to log query parametersMichael Paquier
2022-07-05Fix pg_prepared_statements.result_types for DML statementsPeter Eisentraut
2022-07-05Add result_types column to pg_prepared_statements viewPeter Eisentraut
2022-07-02Emit debug message when executing extension script.Jeff Davis
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-06-25CREATE INDEX: use the original userid for more ACL checks.Noah Misch
2022-06-23Fix two issues with HEADER MATCH in COPYMichael Paquier
2022-06-02Prohibit combining publications with different column lists.Amit Kapila
2022-05-29Fix COPY FROM when database encoding is SQL_ASCII.Heikki Linnakangas
2022-05-20Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera
2022-05-18Fix EXPLAIN MERGE output when no tuples are processedAlvaro Herrera
2022-05-18Make EXPLAIN MERGE output format more compactAlvaro Herrera
2022-05-12Add missing binary_upgrade.h includes.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-09In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-07Fix old-fd issues using global barriers everywhere.Thomas Munro
2022-04-25Always pfree strings returned by GetDatabasePathAlvaro Herrera
2022-04-20Fix breakage in AlterFunction().Tom Lane
2022-04-14Have CLUSTER ignore partitions not owned by callerAlvaro Herrera
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-13Release cache tuple when no longer neededAlvaro Herrera
2022-04-13Remove "recheck" argument from check_index_is_clusterable()Michael Paquier
2022-04-12Revert the addition of GetMaxBackends() and related stuff.Robert Haas
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-09Add missing serial commasPeter Eisentraut