Commits

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

DateSubjectAuthorReleases
2012-07-20 Fix whole-row Var evaluation to cope with resjunk columns (again). Tom Lane 8.3.20
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 8.3.12
2010-02-18 Fix ExecEvalArrayRef to pass down the old value of the array element or slice Tom Lane 8.3.10
2007-10-24 Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- Tom Lane 8.3.0
2007-09-06 Make eval_const_expressions() preserve typmod when simplifying something like Tom Lane 8.3.0
2007-08-31 Extend whole-row Var evaluation to cope with the case that the sub-plan 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-06 Support varlena fields with single-byte headers and unaligned storage. 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-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2007-02-27 Get rid of the separate EState for subplans, and just let them share the Tom Lane 8.3.0
2007-02-06 Remove typmod checking from the recent security-related patches. It turns Tom Lane 8.3.0
2007-02-02 Repair failure to check that a table is still compatible with a previously 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