aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch2024-06-27
* Reject modifying a temp table of another session with ALTER TABLE.Tom Lane2024-06-07
* Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane2024-03-26
* Review wording on tablespaces w.r.t. partitioned tablesAlvaro Herrera2024-03-20
* Backpatch missing check_stack_depth() to some recursive functionsAlexander Korotkov2024-03-11
* Doc: mention foreign keys can reference unique indexesDavid Rowley2024-01-30
* Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier2024-01-24
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane2023-10-16
* Fix updates of indisvalid for partitioned indexesMichael Paquier2023-07-14
* Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier2023-06-28
* Reject system columns as elements of foreign keys.Tom Lane2023-03-31
* Reject attempts to alter composite types used in indexes.Tom Lane2023-03-27
* Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane2023-01-21
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2022-11-17
* Create FKs properly when attaching table as partitionAlvaro Herrera2022-11-03
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-07
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-08
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Fix risk of deadlock failure while dropping a partitioned index.Tom Lane2022-03-21
* Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane2022-01-06
* Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier2021-11-25
* Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila2021-11-16
* Ensure correct lock level is used in ALTER ... RENAMEAlvaro Herrera2021-10-19
* Invalidate partitions of table being attached/detachedAlvaro Herrera2021-10-18
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-25
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-16
* Fix unexpected error messages for various flavors of ALTER TABLEMichael Paquier2021-07-14
* Don't set a fast default for anything but a plain tableAndrew Dunstan2021-06-18
* Fix usage of "tableoid" in GENERATED expressions.Tom Lane2021-05-21
* Have ALTER CONSTRAINT recurse on partitioned tablesAlvaro Herrera2021-05-05
* Fix OID passed to object-alter hook during ALTER CONSTRAINTAlvaro Herrera2021-05-04
* Fix ALTER TABLE / INHERIT with generated columnsPeter Eisentraut2021-05-04
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-14
* Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera2020-10-20
* Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.Tom Lane2020-09-16
* Raise error on concurrent drop of partitioned indexAlvaro Herrera2020-09-01
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Fix timing issue with ALTER TABLE's validate constraintDavid Rowley2020-07-14
* Add missing error code to "cannot attach index ..." error.Heikki Linnakangas2020-05-28
* Fix several DDL issues of generated columns versus inheritancePeter Eisentraut2020-05-08
* Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut2020-05-08
* Fix detaching partitions with cloned row triggersAlvaro Herrera2020-04-21
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-06
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-13
* Fix failure to create FKs correctly in partitionsAlvaro Herrera2020-02-07
* Revert commit de0177788b.Fujii Masao2020-02-03
* Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao2020-01-31