summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-06-28Fix transition tables for ON CONFLICT.Andrew Gierth
2017-06-28Fix transition tables for wCTEs.Andrew Gierth
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-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-04Disallow CREATE INDEX if table is already in use in current session.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-14Fix handling of extended statistics during ALTER COLUMN TYPE.Tom Lane
2017-05-05Handle sequence's transactional behaviour on GTMPavan Deolasee
2017-04-06Identity columnsPeter Eisentraut
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-23ICU supportPeter Eisentraut
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-06Remove objname/objargs split for referring to objectsPeter Eisentraut
2017-03-04Disallow CREATE/DROP SUBSCRIPTION in transaction blockPeter Eisentraut
2017-02-15Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-02-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2017-01-25Update copyright years in some recently added filesPeter Eisentraut
2017-01-24Reindent table partitioning code.Robert Haas
2017-01-21Add more includes so header files are self-containedPeter Eisentraut
2017-01-20Logical replicationPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-20Add pg_sequence system catalogPeter Eisentraut
2016-12-07Implement table partitioning.Robert Haas
2016-12-02Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane
2016-11-18Add pg_sequences viewPeter Eisentraut
2016-11-04Implement syntax for transition tables in AFTER triggers.Kevin Grittner
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Add a developer GUC "enable_datanode_row_triggers" to allow ROW TRIGGERS to bePavan Deolasee
2016-09-28Turn password_encryption GUC into an enum.Heikki Linnakangas
2016-09-06Add location field to DefElemPeter Eisentraut
2016-09-05Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-07-11Print a given subplan only once in EXPLAIN.Tom Lane
2016-06-30Fix several mistakes around parallel workers and client_encoding.Robert Haas
2016-06-29Fix some infelicities in EXPLAIN output for parallel query plans.Tom Lane
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera