index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
parser
/
parse_node.h
Commit message (
Expand
)
Author
Age
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-10
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-25
*
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-16
*
Get rid of ParseState.p_value_substitute; use a columnref hook instead.
Tom Lane
2017-01-07
*
Improve documentation of struct ParseState.
Tom Lane
2017-01-07
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-29
*
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-07-24
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-11
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-11-12
*
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-10
*
Merge parser's p_relnamespace and p_varnamespace lists into a single list.
Tom Lane
2012-08-08
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Improve handling of domains over arrays.
Tom Lane
2010-10-21
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my
Tom Lane
2009-10-31
*
Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;
Tom Lane
2009-10-27
*
Remove add_missing_from GUC and associated parser support for "implicit RTEs".
Tom Lane
2009-10-21
*
Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the
Tom Lane
2009-09-09
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
[next]