aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/parsenodes.h
Commit message (Expand)AuthorAge
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Fix some probably-minor oversights in readfuncs.c.Tom Lane2018-09-18
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Revert MERGE patchSimon Riggs2018-04-12
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Improve parse representation for MERGESimon Riggs2018-04-06
* WITH support in MERGESimon Riggs2018-04-03
* 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
* Simplify parse representation of savepoint commandsPeter Eisentraut2018-03-16
* Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera2018-03-05
* Support parameters in CALLPeter Eisentraut2018-02-22
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Fix application of identity values in some casesPeter Eisentraut2018-02-02
* Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane2018-01-26
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* Replace GrantObjectType with ObjectTypePeter Eisentraut2018-01-19
* Local partitioned indexesAlvaro Herrera2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* SQL proceduresPeter Eisentraut2017-11-30
* Add hash partitioning.Robert Haas2017-11-09
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Fix ALTER TABLE code to update domain constraints when needed.Tom Lane2017-11-01
* pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas2017-10-11
* Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane2017-10-03
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* Allow SET STATISTICS on expression indexesSimon Riggs2017-09-06
* Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane2017-09-06
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane2017-06-21
* Fix problems related to RangeTblEntry members enrname and enrtuples.Robert Haas2017-06-14
* Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut2017-06-05
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-28
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Change CREATE STATISTICS syntaxAlvaro Herrera2017-05-12
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-09
* Fix crash when partitioned column specified twice.Robert Haas2017-04-28
* 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
* Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan2017-03-20
* Allow referring to functions without arguments when uniquePeter Eisentraut2017-03-14
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08