aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* 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
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Block creation of partitions with open references to its parentMichael Paquier2018-11-05
* Fix tablespace handling for partitioned indexesAlvaro Herrera2018-11-03
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-12
* Improve two error messages related to foreign keys on partitioned tablesMichael Paquier2018-10-08
* Fix catalog insertion order for ATTACH PARTITIONAlvaro Herrera2018-10-06
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Assign constraint name when cloning FK definition for partitionsMichael Paquier2018-10-06
* Fix ALTER COLUMN TYPE to not open a relation without any lock.Tom Lane2018-10-01
* Recurse to sequences on ownership change for all relkindsPeter Eisentraut2018-09-26
* Fix ALTER/TYPE on columns referenced by FKs in partitioned tablesAlvaro Herrera2018-09-14
* Remove no-longer-used variable.Tom Lane2018-09-05
* Simplify partitioned table creation vs. relcacheAlvaro Herrera2018-09-05
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Fix set of NLS translation issuesMichael Paquier2018-08-21
* Remove obsolete commentPeter Eisentraut2018-08-13
* Remove undocumented restriction against duplicate partition key columns.Tom Lane2018-07-19
* Fix ALTER TABLE...SET STATS error message for included columnsAlvaro Herrera2018-07-16
* Fix FK checks of TRUNCATE involving partitioned tablesAlvaro Herrera2018-07-12
* Clarify use of temporary tables within partition treesMichael Paquier2018-06-20
* Fix some ill-chosen names for globally-visible partition support functions.Tom Lane2018-06-13
* Fix access to just-closed relcache entry.Tom Lane2018-06-11
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Add missing pstrdupAlvaro Herrera2018-04-23
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Revert lowering of lock level for ATTACH PARTITIONAlvaro Herrera2018-04-12
* Set relispartition correctly for index partitionsAlvaro Herrera2018-04-11
* Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULTAlvaro Herrera2018-04-11
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-04