Commits

DateSubjectAuthorReleases
2021-10-19 Remove bogus assertion in transformExpressionList(). Tom Lane 13.5
2021-10-19 Remove bogus assertion in transformExpressionList(). Tom Lane 10.19
2021-10-19 Remove bogus assertion in transformExpressionList(). Tom Lane 15.0
2021-10-19 Remove bogus assertion in transformExpressionList(). Tom Lane 9.6.24
2021-10-19 Remove bogus assertion in transformExpressionList(). Tom Lane 12.9
2021-02-11 Remove no-longer-used RTE argument of markVarForSelectPriv(). Tom Lane 14.0
2021-02-08 Fix mishandling of column-level SELECT privileges for join aliases. Tom Lane 13.2
2021-02-08 Fix mishandling of column-level SELECT privileges for join aliases. Tom Lane 14.0
2021-02-01 SEARCH and CYCLE clauses Peter Eisentraut 14.0
2021-01-04 Re-implement pl/pgsql's expression and assignment parsing. Tom Lane 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 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-10-14 Correct error message Peter Eisentraut 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
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-26 Refactor parser's generation of Var nodes. Tom Lane 13.0
2019-11-12 Make the order of the header file includes consistent in backend modules. Amit Kapila 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2019-07-01 Fix many typos and inconsistencies Michael Paquier 12.0
2019-06-14 Fix typos and inconsistencies in code comments Michael Paquier 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-02-01 Renaming for new subscripting mechanism Alvaro Herrera 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0