Commits

DateSubjectAuthorReleases
2015-02-22 Get rid of multiple applications of transformExpr() to the same tree. Tom Lane 9.5.0
2014-06-16 Avoid recursion when processing simple lists of AND'ed or OR'ed clauses. Tom Lane 9.5.0
2014-01-07 Fix LATERAL references to target table of UPDATE/DELETE. Tom Lane 9.4.0
2014-01-07 Fix LATERAL references to target table of UPDATE/DELETE. Tom Lane 9.3.3
2013-12-23 Support ordered-set (WITHIN GROUP) aggregates. Tom Lane 9.4.0
2013-12-15 Allow empty target list in SELECT. Tom Lane 9.4.0
2013-11-22 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. Tom Lane 9.4.0
2013-11-11 Re-allow duplicate aliases within aliased JOINs. Tom Lane 9.3.2
2013-11-11 Re-allow duplicate aliases within aliased JOINs. Tom Lane 9.4.0
2013-11-06 Improve the error message given for modifying a window with frame clause. Tom Lane 8.4.19
2013-11-06 Improve the error message given for modifying a window with frame clause. Tom Lane 9.0.15
2013-11-06 Improve the error message given for modifying a window with frame clause. Tom Lane 9.1.11
2013-11-06 Improve the error message given for modifying a window with frame clause. Tom Lane 9.2.6
2013-11-06 Improve the error message given for modifying a window with frame clause. Tom Lane 9.3.2
2013-11-06 Improve the error message given for modifying a window with frame clause. Tom Lane 9.4.0
2013-07-23 Move strip_implicit_coercions() from optimizer to nodeFuncs.c. Tom Lane 9.4.0
2013-04-12 Clean up the mess around EXPLAIN and materialized views. Tom Lane 9.3.0
2013-01-26 Make LATERAL implicit for functions in FROM. Tom Lane 9.3.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
2012-03-23 Code review for protransform patches. Tom Lane 9.2.0
2012-03-20 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. Tom Lane 9.2.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0