aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* 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
* Fix concurrent indexing operations with temporary tablesMichael Paquier2020-01-22
* Fix handling of generated columns in ALTER TABLE.Tom Lane2020-01-08
* 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
* Fix dependency handling of column drop with partitioned tablesMichael Paquier2019-10-13
* Fix table rewrites that include a column without a default.Andres Freund2019-10-09
* Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane2019-09-07
* 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
* Propagate trigger arguments to partitionsAlvaro Herrera2019-07-09
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera2019-06-28
* Fix partitioned index creation with foreign partitionsAlvaro Herrera2019-06-26
* Purely-cosmetic adjustments in tablecmds.c.Tom Lane2019-06-24
* 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 assorted inconsistencies.Amit Kapila2019-06-08
* Fix default_tablespace usage for partitioned tablesAlvaro Herrera2019-06-07
* Rework code using list_delete_cell() in MergeAttributesMichael Paquier2019-06-05
* Fix unsafe memory management in CloneRowTriggersToPartition().Tom Lane2019-06-03
* Fix typos.Amit Kapila2019-05-26
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* More message style fixesAlvaro Herrera2019-05-16
* Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane2019-05-08
* Fix error messagesAlvaro Herrera2019-05-08
* Fix style violations in syscache lookups.Tom Lane2019-05-05
* Message style fixesAlvaro Herrera2019-04-30
* Fix several recently introduced issues around handling new relation forks.Andres Freund2019-04-29
* Apply stopgap fix for bug #15672.Tom Lane2019-04-26