summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-09Fix handling of container types in find_composite_type_dependencies.Tom Lane
2017-08-08More thorough checks for distribution columns while creating inheritancePavan Deolasee
2017-08-05Fix bug in deciding whether to scan newly-attached partition.Robert Haas
2017-08-03Fix lock upgrade hazard in ATExecAttachPartition.Robert Haas
2017-08-03Code beautification for ATExecAttachPartition.Robert Haas
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-11Ensure all partitions of a partitioned table has the same distribution.Pavan Deolasee
2017-07-06Add OCLASS_PGXC items to several switch statementsTomas Vondra
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas
2017-06-14Revert "Collect and return query substrings corresponding to each SQL statement"Pavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-13Fix failure to remove dependencies when a partition is detached.Robert Haas
2017-06-04Disallow CREATE INDEX if table is already in use in current session.Tom Lane
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane
2017-05-19Fix corruption of tableElts list by MergeAttributes().Robert Haas
2017-05-18Don't explicitly mark range partitioning columns NOT NULL.Robert Haas
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-15Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane
2017-05-14Fix handling of extended statistics during ALTER COLUMN TYPE.Tom Lane
2017-05-05Handle temp sequences so that duplicate values are not produced.Pavan Deolasee
2017-05-05Remove an obselete code which was stopping constraints to be modified at thePavan Deolasee
2017-05-05Handle sequence's transactional behaviour on GTMPavan Deolasee
2017-04-28Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas
2017-04-28Fix crash when partitioned column specified twice.Robert Haas
2017-04-25Allow ALTER TABLE ONLY on partitioned tablesStephen Frost
2017-04-12Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.Robert Haas
2017-04-11Fix possibile deadlock when dropping partitions.Robert Haas
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-06Fix compiler warning and add some more commentsPeter Eisentraut
2017-04-06Identity columnsPeter Eisentraut
2017-03-31For foreign keys, check REFERENCES privilege only on the referenced table.Tom Lane
2017-03-26Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate.Tom Lane
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-22Improve performance of replay of AccessExclusiveLocksSimon Riggs
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-06Remove objname/objargs split for referring to objectsPeter Eisentraut
2017-03-06Allow partitioned tables to be dropped without CASCADESimon Riggs
2017-03-03Fix typoPeter Eisentraut
2017-03-02Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.Robert Haas
2017-02-19Make partitions automatically inherit OIDs.Robert Haas
2017-02-14Don't disallow dropping NOT NULL for a list partition key.Robert Haas