summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2022-09-28Change some errdetail() to errdetail_internal()Alvaro Herrera
2022-09-25Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane
2022-09-22Fix thinko in comment.Etsuro Fujita
2022-09-08Choose FK name correctly during partition attachmentAlvaro 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-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-21Fix risk of deadlock failure while dropping a partitioned index.Tom Lane
2022-01-23Check syscache result in AlterStatisticsTomas Vondra
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-19Ensure correct lock level is used in ALTER ... RENAMEAlvaro Herrera
2021-10-19Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)Michael Paquier
2021-10-18Invalidate partitions of table being attached/detachedAlvaro Herrera
2021-10-14Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().Jeff Davis
2021-10-01Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera
2021-09-22Invalidate all partitions for a partitioned table in publication.Amit Kapila
2021-09-21Fix misevaluation of STABLE parameters in CALL within plpgsql.Tom Lane
2021-09-14Send NOTIFY signals during CommitTransaction.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-17Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.Tom Lane
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
2021-06-25Remove unnecessary failure cases in RemoveRoleFromObjectPolicy().Tom Lane
2021-06-18Fix misbehavior of DROP OWNED BY with duplicate polroles entries.Tom Lane
2021-06-18Avoid scribbling on input node tree in CREATE/ALTER DOMAIN.Tom Lane
2021-06-18Don't set a fast default for anything but a plain tableAndrew Dunstan
2021-06-16Fix plancache refcount leak after error in ExecuteQuery.Tom Lane