summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
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
2021-06-14Improve handling of dropped objects in pg_event_trigger_ddl_commands()Michael Paquier
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-06-08Avoid misbehavior when persisting a non-stable cursor.Tom Lane
2021-06-03Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLYMichael Paquier
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-27Replace run-time error check with assertionPeter Eisentraut
2021-05-25Improve docs and error messages for parallel vacuum.Amit Kapila
2021-05-23Re-order pg_attribute columns to eliminate some padding space.Tom Lane
2021-05-23Fix access to no-longer-open relcache entry in logical-rep worker.Tom Lane
2021-05-21Fix usage of "tableoid" in GENERATED expressions.Tom Lane
2021-05-21Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Change data type of counters in BufferUsage and WalUsage from long to int64.Fujii Masao
2021-05-10Fix typos in operatorcmds.cMichael Paquier
2021-05-08Fix incorrect error code for CREATE/ALTER TABLE COMPRESSIONMichael Paquier
2021-05-07AlterSubscription_refresh: avoid stomping on global variableAlvaro Herrera
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-05-05Remove unused argument of ATAddForeignConstraintAlvaro Herrera
2021-05-05Have ALTER CONSTRAINT recurse on partitioned tablesAlvaro Herrera
2021-05-04Fix OID passed to object-alter hook during ALTER CONSTRAINTAlvaro Herrera
2021-05-04Fix ALTER TABLE / INHERIT with generated columnsPeter Eisentraut
2021-04-30Adjust EXPLAIN output for parallel Result Cache plansDavid Rowley