Commits

DateSubjectAuthorReleases
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2019-12-18 Minimal portability fix for commit e1551f96e. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2012-11-08 Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API. Tom Lane 9.3.0
2012-08-10 Centralize the logic for detecting misplaced aggregates, window funcs, etc. Tom Lane 9.3.0
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.2.0
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.3.0
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 8.3.20
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 8.4.13
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.0.9
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.1.5
2009-09-02 Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr Tom Lane 8.4.1
2009-09-02 Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr Tom Lane 9.0.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-09-01 Add a bunch of new error location reports to parse-analysis error messages. Tom Lane 8.4.0
2008-08-22 Arrange to convert EXISTS subqueries that are equivalent to hashable IN Tom Lane 8.4.0
2005-06-04 Change expandRTE() and ResolveNew() back to taking just the single Tom Lane 8.1.0
2005-03-10 Make the behavior of HAVING without GROUP BY conform to the SQL spec. Tom Lane 8.1.0
2004-08-19 Repair some issues with column aliases and RowExpr construction in the Tom Lane 8.0.0
2004-05-10 Promote row expressions to full-fledged citizens of the expression syntax, Tom Lane 8.0.0
2002-10-20 Rule rewriter was doing the wrong thing with conditional INSTEAD rules Tom Lane 7.3.1
2001-06-13 Remove some dead code, simplify calling convention. Tom Lane 7.2.1
2000-12-05 Repair breakage of rules containing INSERT ... SELECT actions, per bug Tom Lane 7.1.1