Commits

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

DateSubjectAuthorReleases
2012-12-23 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. Tom Lane 8.3.23
2010-07-30 Improved version of patch to protect pg_get_expr() against misuse: Tom Lane 8.3.12
2008-10-26 Better solution to the IN-list issue: instead of having an arbitrary cutoff, Tom Lane 8.3.5
2008-10-25 Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)" Tom Lane 8.3.5
2008-08-29 Fix bug in original implementation of xmlserialize(): if user specifies Tom Lane 8.3.4
2007-11-11 Ensure that typmod decoration on a datatype name is validated in all cases, Tom Lane 8.3.0
2007-10-29 Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. Tom Lane 8.3.0
2007-06-23 Separate parse-analysis for utility commands out of parser/analyze.c Tom Lane 8.3.0
2007-06-11 Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql Tom Lane 8.3.0
2007-06-11 Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. Tom Lane 8.3.0
2007-06-05 Downgrade implicit casts to text to be assignment-only, except for the ones Tom Lane 8.3.0
2007-04-27 Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2007-03-27 Fix array coercion expressions to ensure that the correct volatility is Tom Lane 8.3.0
2007-03-17 Ooops, got only one of the two ArrayExpr variants correct in first Tom Lane 8.3.0
2007-03-17 Fix up the remaining places where the expression node structure would lose Tom Lane 8.3.0
2007-02-22 Turn the rangetable used by the executor into a flat list, and avoid storing Tom Lane 8.3.0
2006-12-30 Support type modifiers for user-defined types, and pull most knowledge Tom Lane 8.3.0
2006-12-24 Code review for XML patch. Instill a bit of sanity in the location of Tom Lane 8.3.0
2006-12-23 Restructure operator classes to allow improved handling of cross-data-type Tom Lane 8.3.0
2006-12-10 Add a paramtypmod field to Param nodes. This is dead weight for Params Tom Lane 8.3.0