aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera2020-10-20
* Raise error on concurrent drop of partitioned indexAlvaro Herrera2020-09-01
* 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
* 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
* Revert commit a5b652f3a0.Fujii Masao2020-02-03
* Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao2020-01-31
* Fix concurrent indexing operations with temporary tablesMichael Paquier2020-01-22
* Fix cloning of row triggers to sub-partitionsAlvaro Herrera2020-01-02
* Disallow partition key expressions that return pseudo-types.Tom Lane2019-12-23
* Fix failure when creating cloned indexes for a partitionMichael Paquier2019-11-02
* Disallow changing an inherited column's type if not all parents changed.Tom Lane2019-08-18
* Check that partitions are not in use when dropping constraintsAlvaro Herrera2019-07-23
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Fix thinko in construction of old_conpfeqop list.Tom Lane2019-07-16
* Fix compile failureAlvaro Herrera2019-07-10
* Propagate trigger arguments to partitionsAlvaro Herrera2019-07-09
* Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera2019-06-28
* Fix partitioned index creation with foreign partitionsAlvaro Herrera2019-06-26
* Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane2019-06-24
* Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane2019-06-12
* Fix unsafe memory management in CloneRowTriggersToPartition().Tom Lane2019-06-03
* Fix style violations in syscache lookups.Tom Lane2019-05-05
* Apply stopgap fix for bug #15672.Tom Lane2019-04-26
* Fix partitioned index attachmentAlvaro Herrera2019-04-25
* Fix failures in validateForeignKeyConstraint's slow path.Tom Lane2019-04-06
* Fix partitioned index creation bug with dropped columnsAlvaro Herrera2019-03-26
* Fix trigger drop procedureAlvaro Herrera2019-02-10
* Fix droppability of constraints upon partition detachAlvaro Herrera2019-01-24
* Simplify coding to detach constraints when detaching partitionAlvaro Herrera2019-01-24
* Detach constraints when partitions are detachedAlvaro Herrera2019-01-23
* Create action triggers when partitions are detachedAlvaro Herrera2019-01-21
* Fix creation of duplicate foreign keys on partitionsAlvaro Herrera2019-01-18
* Move CloneForeignKeyConstraints to tablecmds.cAlvaro Herrera2019-01-18
* Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...Andrew Dunstan2019-01-11
* Fix missing values when doing ALTER TABLE ALTER COLUMN TYPEAndrew Dunstan2019-01-10
* Ignore inherited temp relations from other sessions when truncatingMichael Paquier2018-12-27
* Fix lock level used for partition when detaching itAlvaro Herrera2018-12-20
* DETACH PARTITION: hold locks on indexes until end of transactionAlvaro Herrera2018-12-20
* Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark2018-12-19
* Fix use-after-free bug when renaming constraintsMichael Paquier2018-12-17
* Make constraint rename issue relcache invalidation on target relationMichael Paquier2018-12-17
* Fix misapplication of pgstat_count_truncate to wrong relation.Tom Lane2018-12-07
* Don't allow partitioned indexes in pg_global tablespaceAlvaro Herrera2018-11-23
* Fix dependency handling of partitions and inheritance for ON COMMITMichael Paquier2018-11-09