summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
2018-09-04Fully enforce uniqueness of constraint names.Tom Lane
2018-08-27Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier
2018-07-24Refactor cluster_rel() to handle more optionsMichael Paquier
2018-07-12Allow using the updated tuple while moving it to a different partition.Amit Kapila
2018-07-09Add UtilityReturnsTuples() support for CALLPeter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-04-12Revert MERGE patchSimon Riggs
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2018-04-04Foreign keys on partitioned tablesAlvaro Herrera
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-28Add EXPLAIN support for JIT.Andres Freund
2018-03-23Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera
2018-03-17Add 'unit' parameter to ExplainProperty{Integer,Float}.Andres Freund
2018-03-17Make ExplainPropertyInteger accept 64bit input, remove *Long variant.Andres Freund
2018-03-14Support INOUT arguments in proceduresPeter Eisentraut
2018-03-13When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane
2018-02-23Support parameters in CALLPeter Eisentraut
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2018-01-19Replace GrantObjectType with ObjectTypePeter Eisentraut
2018-01-19Local partitioned indexesAlvaro Herrera
2018-01-11Add QueryEnvironment to ExplainOneQuery_hook's parameter list.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-05Mark assorted variables PGDLLIMPORT.Robert Haas
2017-11-30SQL proceduresPeter Eisentraut
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-03Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane
2017-09-27Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane
2017-09-18Make ExplainOpenGroup and ExplainCloseGroup public.Tom Lane
2017-09-16Fix SQL-spec incompatibilities in new transition table feature.Tom Lane
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
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