aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* Ignore inherited temp relations from other sessions when truncatingMichael Paquier2018-12-27
* Fix lock level used for partition when detaching itAlvaro 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
* 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 event triggers for partitioned tablesAlvaro Herrera2018-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
* 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
* Clarify use of temporary tables within partition treesMichael Paquier2018-06-20
* Fix access to just-closed relcache entry.Tom Lane2018-06-11
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-11
* Fix application of identity values in some casesPeter Eisentraut2018-02-02
* Fix StoreCatalogInheritance1 to use 32bit inhseqnoAlvaro Herrera2018-01-19
* Fix assorted syscache lookup sloppiness in partition-related code.Tom Lane2017-11-27
* Fix inconsistent capitalization.Robert Haas2017-09-14
* Message style fixesPeter Eisentraut2017-09-11
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Fix handling of container types in find_composite_type_dependencies.Tom Lane2017-08-09
* Fix bug in deciding whether to scan newly-attached partition.Robert Haas2017-08-04
* Fix lock upgrade hazard in ATExecAttachPartition.Robert Haas2017-08-03
* Code beautification for ATExecAttachPartition.Robert Haas2017-08-03
* Teach map_partition_varattnos to handle whole-row expressions.Robert Haas2017-08-03
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-28
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas2017-06-14
* Fix failure to remove dependencies when a partition is detached.Robert Haas2017-06-13
* Disallow CREATE INDEX if table is already in use in current session.Tom Lane2017-06-04
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-28
* Fix corruption of tableElts list by MergeAttributes().Robert Haas2017-05-19
* Don't explicitly mark range partitioning columns NOT NULL.Robert Haas2017-05-18
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane2017-05-15
* Fix handling of extended statistics during ALTER COLUMN TYPE.Tom Lane2017-05-14
* Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas2017-04-28
* Fix crash when partitioned column specified twice.Robert Haas2017-04-28
* Allow ALTER TABLE ONLY on partitioned tablesStephen Frost2017-04-25
* Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.Robert Haas2017-04-12
* Fix possibile deadlock when dropping partitions.Robert Haas2017-04-11
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Fix compiler warning and add some more commentsPeter Eisentraut2017-04-06