summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2021-09-03Disallow creating an ICU collation if the DB encoding won't support it.Tom Lane
2021-09-01Identify simple column references in extended statisticsTomas Vondra
2021-08-28Keep stats up to date for partitioned tablesAlvaro Herrera
2021-08-28Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.Noah Misch
2021-08-27Use maintenance_io_concurrency for ANALYZE prefetchStephen Frost
2021-08-27track_io_timing logging: Don't special case 0 ms.Peter Geoghegan
2021-08-27Reorder log_autovacuum_min_duration log output.Peter Geoghegan
2021-08-25Fix toast rewrites in logical decoding.Amit Kapila
2021-08-24Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila
2021-08-17Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.Tom Lane
2021-08-16Revert analyze support for partitioned tablesAlvaro Herrera
2021-08-16Emit namespace in the post-copy errmsgDaniel Gustafsson
2021-08-10Add call to object access hook at the end of table rewrite in ALTER TABLEMichael Paquier
2021-08-09Use ExplainPropertyInteger for queryid in EXPLAINDavid Rowley
2021-08-07Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2021-08-07Message style improvementsPeter Eisentraut
2021-08-04Add prepare API support for streaming transactions in logical replication.Amit Kapila
2021-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
2021-07-28Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier
2021-07-27In event triggers, use "pg_temp" only for our own temp schema.Tom Lane
2021-07-27Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane
2021-07-26Remove newly added useless assertion checkAlvaro Herrera
2021-07-22Make ALTER TRIGGER RENAME consistent for partitioned tablesAlvaro Herrera
2021-07-19Use l*_node() family of functions where appropriatePeter Eisentraut
2021-07-19Don't allow to set replication slot_name as ''.Amit Kapila
2021-07-19Update comments for AlterSubscription.Amit Kapila
2021-07-18Improve error checking of CREATE COLLATION options.Dean Rasheed
2021-07-16Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera
2021-07-15Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-07-14Remove unused function parameter in get_qual_from_partboundJohn Naylor
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-07-13Remove useless range checks on INT8 sequencesDavid Rowley
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-07-11Lock the extension during ALTER EXTENSION ADD/DROP.Tom Lane
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-07-06Refactor function parse_subscription_options.Amit Kapila
2021-07-01Don't reset relhasindex for partitioned tables on ANALYZEAlvaro Herrera
2021-06-28Message style improvementsPeter Eisentraut
2021-06-28Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICATIONMichael Paquier
2021-06-25Remove unnecessary failure cases in RemoveRoleFromObjectPolicy().Tom Lane
2021-06-25Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut
2021-06-19Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-06-18Fix misbehavior of DROP OWNED BY with duplicate polroles entries.Tom Lane
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-06-16Fix plancache refcount leak after error in ExecuteQuery.Tom Lane
2021-06-16Improve SQLSTATE reporting in some replication-related code.Tom Lane
2021-06-15Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov
2021-06-15Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov