summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2023-08-27Silence compiler warning in release 11 and 12 branchesAndrew Dunstan
2023-08-07Reject substituting extension schemas or owners matching ["$'\].Noah Misch
2023-07-14Fix updates of indisvalid for partitioned indexesMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-13Release lock after encountering bogs row in vac_truncate_clog()Andres Freund
2023-07-10Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier
2023-06-30Fix marking of indisvalid for partitioned indexes at creationMichael Paquier
2023-06-28Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier
2023-06-21Fix the errhint message and docs for drop subscription failure.Amit Kapila
2023-05-08Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-03-31Ensure acquire_inherited_sample_rows sets its output parameters.Tom Lane
2023-03-27Reject attempts to alter composite types used in indexes.Tom Lane
2023-03-10Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane
2023-01-21Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane
2022-11-17Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2022-11-04Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita
2022-09-28Change some errdetail() to errdetail_internal()Alvaro Herrera
2022-08-26Fix typo in comment.Etsuro Fujita
2022-08-18Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-27Allow "in place" tablespaces.Alvaro Herrera
2022-06-25CREATE INDEX: use the original userid for more ACL checks.Noah Misch
2022-05-20Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera
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-04-20Fix breakage in AlterFunction().Tom Lane
2022-03-30Fix typo in comment.Etsuro Fujita
2022-03-21Fix risk of deadlock failure while dropping a partitioned index.Tom Lane
2022-01-15Build inherited extended stats on partitioned tablesTomas Vondra
2022-01-06Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2021-11-25Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier
2021-11-16Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila
2021-10-18Invalidate partitions of table being attached/detachedAlvaro Herrera
2021-10-14Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().Jeff Davis
2021-09-21Fix misevaluation of STABLE parameters in CALL within plpgsql.Tom Lane
2021-09-10Fix some anomalies with NO SCROLL cursors.Tom Lane
2021-09-09Avoid fetching from an already-terminated plan.Tom Lane
2021-09-08Invalidate relcache for publications defined for all tables.Amit Kapila
2021-09-03Disallow creating an ICU collation if the DB encoding won't support it.Tom Lane
2021-08-28Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.Noah Misch
2021-08-25Fix toast rewrites in logical decoding.Amit Kapila
2021-08-07Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2021-07-19Don't allow to set replication slot_name as ''.Amit Kapila
2021-07-16Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera
2021-07-14Fix unexpected error messages for various flavors of ALTER TABLEMichael Paquier
2021-07-11Lock the extension during ALTER EXTENSION ADD/DROP.Tom Lane