aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_node.h
Commit message (Expand)AuthorAge
* Revert MERGE patchSimon Riggs2018-04-12
* 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
* Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane2018-02-10
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Update copyright for 2018Bruce Momjian2018-01-02
* SQL proceduresPeter Eisentraut2017-11-30
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Disallow set-returning functions inside CASE or COALESCE.Tom Lane2017-06-13
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-25
* Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane2017-01-16
* Get rid of ParseState.p_value_substitute; use a columnref hook instead.Tom Lane2017-01-07
* Improve documentation of struct ParseState.Tom Lane2017-01-07
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Improve parser's and planner's handling of set-returning functions.Tom Lane2016-09-13
* Update copyright for 2016Bruce Momjian2016-01-02
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-29
* Fix bug around assignment expressions containing indirections.Andres Freund2015-07-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane2014-01-11
* Update copyright for 2014Bruce Momjian2014-01-07
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-16
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-12
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Merge parser's p_relnamespace and p_varnamespace lists into a single list.Tom Lane2012-08-08
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Improve handling of domains over arrays.Tom Lane2010-10-21
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-31
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-27
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-21
* Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane2009-09-09
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11