aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* 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
* Store table oid and tuple's tid in tuple slots directly.Andres Freund2019-02-26
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Redesign the partition dependency mechanism.Tom Lane2019-02-11
* Fix trigger drop procedureAlvaro Herrera2019-02-10
* Allow RECORD and RECORD[] to be specified in function coldeflists.Tom Lane2019-01-30
* Refactor planner's header files.Tom Lane2019-01-29
* Change function call information to be variable length.Andres Freund2019-01-26
* Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier2019-01-26
* Allow generalized expression syntax for partition boundsPeter Eisentraut2019-01-25
* 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-24
* Rename RelationData.rd_amroutine to rd_indam.Andres Freund2019-01-21
* Create action triggers when partitions are detachedAlvaro Herrera2019-01-21
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-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
* Rename macro to RELKIND_HAS_STORAGEAlvaro Herrera2019-01-04
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove obsolete IndexIs* macrosPeter Eisentraut2018-12-27
* 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 tablespace handling for partitioned tablesAlvaro Herrera2018-12-17
* 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
* Fix some errhint and errdetail strings missing a periodMichael Paquier2018-12-07
* Don't allow partitioned indexes in pg_global tablespaceAlvaro Herrera2018-11-23