aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Revert MERGE patchSimon Riggs2018-04-12
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-04
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Add EXPLAIN support for JIT.Andres Freund2018-03-28
* Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera2018-03-23
* Add 'unit' parameter to ExplainProperty{Integer,Float}.Andres Freund2018-03-16
* Make ExplainPropertyInteger accept 64bit input, remove *Long variant.Andres Freund2018-03-16
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-14
* When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane2018-03-13
* Support parameters in CALLPeter Eisentraut2018-02-22
* Allow UNIQUE indexes on partitioned tablesAlvaro Herrera2018-02-19
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* Replace GrantObjectType with ObjectTypePeter Eisentraut2018-01-19
* Local partitioned indexesAlvaro Herrera2018-01-19
* Add QueryEnvironment to ExplainOneQuery_hook's parameter list.Tom Lane2018-01-11
* Update copyright for 2018Bruce Momjian2018-01-02
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* SQL proceduresPeter Eisentraut2017-11-30
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane2017-10-03
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-27
* Make ExplainOpenGroup and ExplainCloseGroup public.Tom Lane2017-09-18
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-16
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Fix transition tables for ON CONFLICT.Andrew Gierth2017-06-28
* Fix transition tables for wCTEs.Andrew Gierth2017-06-28
* 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
* Disallow CREATE INDEX if table is already in use in current session.Tom Lane2017-06-04
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix handling of extended statistics during ALTER COLUMN TYPE.Tom Lane2017-05-14
* Identity columnsPeter Eisentraut2017-04-06
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* ICU supportPeter Eisentraut2017-03-23
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Remove objname/objargs split for referring to objectsPeter Eisentraut2017-03-06
* Disallow CREATE/DROP SUBSCRIPTION in transaction blockPeter Eisentraut2017-03-03
* Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut2017-02-15
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas2017-02-01
* Update copyright years in some recently added filesPeter Eisentraut2017-01-25