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
*
Make subquery aliases optional in the FROM clause.
Dean Rasheed
2022-07-20
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove Value node struct
Peter Eisentraut
2021-09-09
*
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-31
*
Add p_names field to ParseNamespaceItem
Peter Eisentraut
2021-03-31
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Refactor parser's generation of Var nodes.
Tom Lane
2019-12-26
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Generated columns
Peter Eisentraut
2019-03-30
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
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
[next]