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
2011-02-01 Fix wrong error reports in 'number of array dimensions exceeds the Itagaki Takahiro 8.3.15
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
2009-12-29 Previous fix for temporary file management broke returning a set from Heikki Linnakangas 8.3.10
2008-11-15 Fix crash of xmlconcat(NULL) Peter Eisentraut 8.3.6
2008-01-01 Update copyrights in source tree to 2008. Bruce Momjian 8.3.0
2007-11-15 Re-run pgindent with updated list of typedefs. (Updated README should Bruce Momjian 8.3.0
2007-11-15 pgindent run for 8.3. Bruce Momjian 8.3.0
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-03 Implement XMLSERIALIZE for real. Analogously, make the xml to text cast Peter Eisentraut 8.3.0
2007-02-02 Repair failure to check that a table is still compatible with a previously Tom Lane 8.3.0
2007-02-01 Wording cleanup for error messages. Also change can't -> cannot. Bruce Momjian 8.3.0
2007-01-25 Various fixes in the logic of XML functions: Peter Eisentraut 8.3.0
2007-01-20 Fix xmlconcat by properly merging the XML declarations. Add aggregate Peter Eisentraut 8.3.0