summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2022-03-22Add support for security invoker views.Dean Rasheed
2022-03-22Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila
2022-03-21Fix bogus dependency handling for GENERATED expressions.Tom Lane
2022-03-21Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c.Tom Lane
2022-03-21Fix risk of deadlock failure while dropping a partitioned index.Tom Lane
2022-03-21Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane
2022-03-20Enforce foreign key correctly during cross-partition updatesAlvaro Herrera
2022-03-20Fix global ICU collations for ICU < 54Peter Eisentraut
2022-03-19Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.Andres Freund
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-03-16Fix publish_as_relid with multiple publicationsTomas Vondra
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-14Optionally disable subscriptions on error.Amit Kapila
2022-03-11Add API of sorts for transition table handling in trigger.cAlvaro Herrera
2022-03-11DefineCollation() code cleanupPeter Eisentraut
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