summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2022-03-07Add pg_analyze_and_rewrite_varparams()Peter Eisentraut
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-02-24Clean up and simplify code in a couple of set-returning functionsMichael Paquier
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-22Add compute_query_id = regressMichael Paquier
2022-02-18Fix comment in CheckIndexCompatible().Fujii Masao
2022-02-17Avoid VACUUM reltuples distortion.Peter Geoghegan
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-02-16Add missing TYPEALIGN macrosJohn Naylor
2022-02-15Reject change of output-column collation in CREATE OR REPLACE VIEW.Tom Lane
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-02-12Consolidate VACUUM xid cutoff logic.Peter Geoghegan
2022-02-12Add VACUUM instrumentation for scanned pages, relfrozenxid.Peter Geoghegan
2022-02-11Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro
2022-02-10Logical decoding of sequencesTomas Vondra
2022-02-10Reduce more the number of calls to GetMaxBackends()Michael Paquier
2022-02-08Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-02-02Some cleanup for change of collate and ctype fields to type textPeter Eisentraut
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-29Fix incorrect memory context switch in COPY TO executionMichael Paquier
2022-01-28Add HEADER support to COPY text formatPeter Eisentraut
2022-01-28Add some const decorationsPeter Eisentraut
2022-01-27Change collate and ctype fields to type textPeter Eisentraut
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-24pg_upgrade: Preserve database OIDs.Robert Haas
2022-01-23Check syscache result in AlterStatisticsTomas Vondra
2022-01-22Remove useless inline marker.Tom Lane
2022-01-20Remove 'datlastsysoid'.Robert Haas
2022-01-19Remove redundant memory context switches in BeginCopyFrom().Tom Lane
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-15Build inherited extended stats on partitioned tablesTomas Vondra
2022-01-15Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan
2022-01-14Allow "in place" tablespaces.Thomas Munro
2022-01-14Rename value node fieldsPeter Eisentraut
2022-01-14Refactor AlterRole()Peter Eisentraut
2022-01-11Improve error message for missing extension.Tom Lane
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-08Respect permissions within logical replication.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-06Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane
2022-01-05Create foreign key triggers in partitioned tables tooAlvaro Herrera
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2022-01-03Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera
2021-12-30Small cleanups related to PUBLICATION framework codeAlvaro Herrera
2021-12-30Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson
2021-12-23Fix compilation error introduced by commit 8e1fae1938.Amit Kapila