Commits

DateSubjectAuthorReleases
2016-08-17 Improve parsetree representation of special functions such as CURRENT_DATE. Tom Lane 10.0
2016-06-26 Rethink node-level representation of partial-aggregation modes. Tom Lane 9.6.0
2016-06-18 Fix handling of argument and result datatypes for partial aggregation. Tom Lane 9.6.0
2016-06-10 Refactor to reduce code duplication for function property checking. Tom Lane 9.6.0
2016-05-23 Support IndexElem in raw_expression_tree_walker(). Tom Lane 9.6.0
2016-05-23 Support IndexElem in raw_expression_tree_walker(). Tom Lane 9.5.4
2016-05-23 Add support for more extensive testing of raw_expression_tree_walker(). Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.5.0
2015-06-19 Fix bogus range_table_mutator() logic for RangeTblEntry.tablesample. Tom Lane 9.5.0
2015-02-22 Add parse location fields to NullTest and BooleanTest structs. Tom Lane 9.5.0
2014-11-25 Support arrays as input to array_agg() and ARRAY(SELECT ...). Tom Lane 9.5.0
2014-06-18 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... 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
2013-12-23 Support ordered-set (WITHIN GROUP) aggregates. Tom Lane 9.4.0
2013-11-22 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 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
2012-10-12 Get rid of COERCE_DONTCARE. Tom Lane 9.3.0
2012-07-31 Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Tom Lane 9.3.0
2012-03-23 Code review for protransform patches. Tom Lane 9.2.0
2011-03-26 More collations cleanup, from trawling for missed collation assignments. Tom Lane 9.1.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2011-03-11 Split CollateClause into separate raw and analyzed node types. Tom Lane 9.1.0
2011-02-25 Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. Tom Lane 9.1.0