summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
AgeCommit message (Expand)Author
2019-07-23Check that partitions are not in use when dropping constraintsAlvaro Herrera
2019-07-22Install dependencies to prevent dropping partition key columns.Tom Lane
2019-07-16Fix thinko in construction of old_conpfeqop list.Tom Lane
2019-07-09Propagate trigger arguments to partitionsAlvaro Herrera
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-06-28Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera
2019-06-26Fix partitioned index creation with foreign partitionsAlvaro Herrera
2019-06-24Purely-cosmetic adjustments in tablecmds.c.Tom Lane
2019-06-24Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane
2019-06-12Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane
2019-06-08Fix assorted inconsistencies.Amit Kapila
2019-06-07Fix default_tablespace usage for partitioned tablesAlvaro Herrera
2019-06-05Rework code using list_delete_cell() in MergeAttributesMichael Paquier
2019-06-03Fix unsafe memory management in CloneRowTriggersToPartition().Tom Lane
2019-05-26Fix typos.Amit Kapila
2019-05-23tableam: Rename wrapper functions to match callback names.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-16More message style fixesAlvaro Herrera
2019-05-08Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane
2019-05-08Fix error messagesAlvaro Herrera
2019-05-05Fix style violations in syscache lookups.Tom Lane
2019-04-30Message style fixesAlvaro Herrera
2019-04-29Fix several recently introduced issues around handling new relation forks.Andres Freund
2019-04-26Apply stopgap fix for bug #15672.Tom Lane
2019-04-25Fix partitioned index attachmentAlvaro Herrera
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-04-23Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane
2019-04-07Reset memory context once per tuple in validateForeignKeyConstraint.Andres Freund
2019-04-06Fix failures in validateForeignKeyConstraint's slow path.Tom Lane
2019-04-04Harden tableam against nonexistant / wrong kind of AMs.Andres Freund
2019-04-03Copy name when cloning FKs recurses to partitionsAlvaro Herrera
2019-04-03Support foreign keys that reference partitioned tablesAlvaro Herrera
2019-04-01tableam: Add table_finish_bulk_insert().Andres Freund
2019-03-30Generated columnsPeter Eisentraut
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-03-28tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund
2019-03-26Fix partitioned index creation bug with dropped columnsAlvaro Herrera
2019-03-20Add index_get_partition convenience functionAlvaro Herrera
2019-03-13Include all columns in default names for foreign key constraintsPeter Eisentraut
2019-03-13Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans.Robert Haas
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-08Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.Noah Misch
2019-03-07Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas
2019-03-06tableam: introduce table AM infrastructure.Andres Freund
2019-02-26Use slots in trigger infrastructure, except for the actual invocation.Andres Freund
2019-02-26Store table oid and tuple's tid in tuple slots directly.Andres Freund
2019-02-21Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas
2019-02-11Redesign the partition dependency mechanism.Tom Lane
2019-02-10Fix trigger drop procedureAlvaro Herrera