aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* 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
* Make identity sequence management more robustPeter Eisentraut2019-07-22
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Fix thinko in construction of old_conpfeqop list.Tom Lane2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* 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
* Fix partitioned index attachmentAlvaro Herrera2019-04-25
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane2019-04-23
* Reset memory context once per tuple in validateForeignKeyConstraint.Andres Freund2019-04-07
* Fix failures in validateForeignKeyConstraint's slow path.Tom Lane2019-04-06
* Harden tableam against nonexistant / wrong kind of AMs.Andres Freund2019-04-04
* Copy name when cloning FKs recurses to partitionsAlvaro Herrera2019-04-03
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-03
* tableam: Add table_finish_bulk_insert().Andres Freund2019-04-01
* Generated columnsPeter Eisentraut2019-03-30
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-29
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* Fix partitioned index creation bug with dropped columnsAlvaro Herrera2019-03-26
* Add index_get_partition convenience functionAlvaro Herrera2019-03-20
* Include all columns in default names for foreign key constraintsPeter Eisentraut2019-03-13
* Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans.Robert Haas2019-03-13
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.Noah Misch2019-03-08
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-26