aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* 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
* Identity columnsPeter Eisentraut2017-04-06
* For foreign keys, check REFERENCES privilege only on the referenced table.Tom Lane2017-03-31
* Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate.Tom Lane2017-03-26
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Improve performance of replay of AccessExclusiveLocksSimon Riggs2017-03-22
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Remove objname/objargs split for referring to objectsPeter Eisentraut2017-03-06
* Allow partitioned tables to be dropped without CASCADESimon Riggs2017-03-06
* Fix typoPeter Eisentraut2017-03-03
* Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.Robert Haas2017-03-02
* Make partitions automatically inherit OIDs.Robert Haas2017-02-19
* Don't disallow dropping NOT NULL for a list partition key.Robert Haas2017-02-14
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-26
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Logical replicationPeter Eisentraut2017-01-20