summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
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-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-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-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-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
2016-03-15Add simple VACUUM progress reporting.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-17Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-11Handle policies during DROP OWNED BYStephen Frost
2015-09-08Allow per-tablespace effective_io_concurrencyAlvaro Herrera
2015-07-28Disallow converting a table to a view if row security is present.Joe Conway
2015-07-17Add new function pg_notification_queue_usage.Robert Haas
2015-07-14Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas
2015-06-26Fix DDL command collection for TRANSFORMAlvaro Herrera
2015-06-26Be more conservative about removing tablespace "symlinks".Robert Haas