index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
parser
/
parse_node.h
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-14
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-01-25
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-16
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-07
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-03
Update copyright via script for 2017
Bruce Momjian
2016-12-07
Implement table partitioning.
Robert Haas
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-07-29
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-24
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-06-18
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-12
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-07-17
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-12
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-08-10
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-08
Merge parser's p_relnamespace and p_varnamespace lists into a single list.
Tom Lane
2012-08-07
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-10-21
Improve handling of domains over arrays.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-10-31
Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my
Tom Lane
2009-10-27
Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;
Tom Lane
2009-10-21
Remove add_missing_from GUC and associated parser support for "implicit RTEs".
Tom Lane
2009-09-09
Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-01-22
Support column-level privileges, as required by SQL standard.
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-12-28
Support window functions a la SQL:2008.
Tom Lane
2008-10-08
Modify the parser's error reporting to include a specific hint for the case
Tom Lane
2008-10-04
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
Tom Lane
2008-09-01
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-08-28
Extend the parser location infrastructure to include a location field in
Tom Lane
2008-06-19
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
[next]