Commits

DateSubjectAuthorReleases
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-03-25 Go back to returning int from ereport auxiliary functions. Tom Lane 13.0
2020-03-24 Improve the internal implementation of ereport(). Tom Lane 13.0
2020-01-02 Make parser rely more heavily on the ParseNamespaceItem data structure. Tom Lane 13.0
2019-12-26 Refactor parser's generation of Var nodes. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2018-02-10 Fix oversight in CALL argument handling, and do some minor cleanup. Tom Lane 11.0
2018-02-07 Support all SQL:2011 options for window frame clauses. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-06-14 Disallow set-returning functions inside CASE or COALESCE. Tom Lane 10.0
2017-01-25 Change unknown-type literals to type text in SELECT and RETURNING lists. Tom Lane 10.0
2017-01-16 Fix check_srf_call_placement() to handle VALUES cases correctly. Tom Lane 10.0
2017-01-07 Get rid of ParseState.p_value_substitute; use a columnref hook instead. Tom Lane 10.0
2017-01-07 Improve documentation of struct ParseState. Tom Lane 10.0
2016-09-13 Improve parser's and planner's handling of set-returning functions. Tom Lane 10.0
2014-06-18 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... Tom Lane 9.5.0
2014-01-12 Disallow LATERAL references to the target table of an UPDATE/DELETE. Tom Lane 9.3.3
2014-01-12 Disallow LATERAL references to the target table of an UPDATE/DELETE. Tom Lane 9.4.0
2012-08-10 Centralize the logic for detecting misplaced aggregates, window funcs, etc. Tom Lane 9.3.0
2012-08-08 Merge parser's p_relnamespace and p_varnamespace lists into a single list. Tom Lane 9.3.0
2012-08-07 Implement SQL-standard LATERAL subqueries. Tom Lane 9.3.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0