Commits

DateSubjectAuthorReleases
2021-01-04 Re-implement pl/pgsql's expression and assignment parsing. Tom Lane 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-12-08 Remove operator_precedence_warning. Tom Lane 14.0
2020-01-09 Reconsider the representation of join alias Vars. 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-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2018-10-30 Fix interaction of CASE and ArrayCoerceExpr. Tom Lane 11.1
2018-10-30 Fix interaction of CASE and ArrayCoerceExpr. Tom Lane 12.0
2017-10-26 Support domains over composite types. Tom Lane 11.0
2017-09-06 Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs. Tom Lane 11.0
2017-09-06 Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-01-25 Change unknown-type literals to type text in SELECT and RETURNING lists. Tom Lane 10.0
2016-11-22 Improve handling of "UPDATE ... SET (column_list) = row_constructor". Tom Lane 10.0
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 10.0
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 9.5.6
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 9.6.2
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 9.3.16
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 9.4.11
2016-08-17 Improve parsetree representation of special functions such as CURRENT_DATE. Tom Lane 10.0
2015-12-23 Allow omitting one or both boundaries in an array slice specifier. Tom Lane 9.6.0
2015-03-11 Make operator precedence follow the SQL standard more closely. Tom Lane 9.5.0