Commits

Showing commits that first shipped in 8.4 (backpatches included). Clear

DateSubjectAuthorReleases
2013-06-09 Remove unnecessary restrictions about RowExprs in transformAExprIn(). Tom Lane 8.4.18
2012-12-23 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. Tom Lane 8.4.16
2010-07-30 Improved version of patch to protect pg_get_expr() against misuse: Tom Lane 8.4.5
2009-10-27 Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; Tom Lane 8.4.2
2009-09-09 Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the Tom Lane 8.4.2
2009-01-22 Support column-level privileges, as required by SQL standard. Tom Lane 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-10-26 Better solution to the IN-list issue: instead of having an arbitrary cutoff, Tom Lane 8.4.0
2008-10-25 Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)" Tom Lane 8.4.0
2008-10-06 When expanding a whole-row Var into a RowExpr during ResolveNew(), attach 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-30 Fix the raw-parsetree representation of star (as in SELECT * FROM or Tom Lane 8.4.0
2008-08-28 Extend the parser location infrastructure to include a location field in Tom Lane 8.4.0
2008-08-25 Move exprType(), exprTypmod(), expression_tree_walker(), and related routines Tom Lane 8.4.0
2008-08-22 Arrange to convert EXISTS subqueries that are equivalent to hashable IN Tom Lane 8.4.0
2008-07-16 Support "variadic" functions, which can accept a variable number of arguments Tom Lane 8.4.0
2008-03-20 Arrange for an explicit cast applied to an ARRAY[] constructor to be applied Tom Lane 8.4.0