Commits

DateSubjectAuthorReleases
2015-05-14 Support "expanded" objects, particularly arrays, for better performance. Tom Lane 9.5.0
2015-05-10 Code review for foreign/custom join pushdown patch. Tom Lane 9.5.0
2015-03-05 Remove comment claiming that PARAM_EXTERN Params always have typmod -1. Tom Lane 9.5.0
2015-02-23 Further tweaking of raw grammar output to distinguish different inputs. Tom Lane 9.5.0
2015-02-22 Add parse location fields to NullTest and BooleanTest structs. 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
2014-04-04 Fix non-equivalence of VARIADIC and non-VARIADIC function call formats. Tom Lane 9.3.5
2014-04-04 Fix non-equivalence of VARIADIC and non-VARIADIC function call formats. Tom Lane 9.4.0
2013-12-23 Support ordered-set (WITHIN GROUP) aggregates. Tom Lane 9.4.0
2013-09-03 Allow aggregate functions to be VARIADIC. Tom Lane 9.4.0
2013-04-12 Clean up the mess around EXPLAIN and materialized views. Tom Lane 9.3.0
2013-01-22 Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag. Tom Lane 9.3.0
2012-12-23 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. Tom Lane 9.1.8
2012-12-23 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. Tom Lane 9.2.3
2012-12-23 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. Tom Lane 9.3.0
2012-10-12 Get rid of COERCE_DONTCARE. Tom Lane 9.3.0
2012-10-12 Make equal() ignore CoercionForm fields for better planning with casts. Tom Lane 9.3.0
2012-10-12 Make equal() ignore CoercionForm fields for better planning with casts. Tom Lane 9.2.2
2012-02-14 Preserve column names in the execution-time tupledesc for a RowExpr. Tom Lane 9.2.0
2011-11-25 Fix unsupported options in CREATE TABLE ... AS EXECUTE. Tom Lane 9.2.0
2011-10-11 Rearrange the implementation of index-only scans. 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