Commits

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

DateSubjectAuthorReleases
2014-07-11 Fix bug with whole-row references to append subplans. Tom Lane 8.4.22
2014-06-20 Avoid leaking memory while evaluating arguments for a table function. Tom Lane 8.4.22
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 8.4.22
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 8.4.22
2014-01-09 Fix "cannot accept a set" error when only some arms of a CASE return a set. Tom Lane 8.4.20
2012-07-20 Fix whole-row Var evaluation to cope with resjunk columns (again). Tom Lane 8.4.13
2011-02-01 Fix wrong error reports in 'number of array dimensions exceeds the Itagaki Takahiro 8.4.8
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 8.4.5
2010-02-18 Fix ExecEvalArrayRef to pass down the old value of the array element or slice Tom Lane 8.4.3
2010-01-11 Improve ExecEvalVar's handling of whole-row variables in cases where the Tom Lane 8.4.3
2009-12-29 Previous fix for temporary file management broke returning a set from Heikki Linnakangas 8.4.3
2009-12-14 Fix a bug introduced when set-returning SQL functions were made inline-able: Tom Lane 8.4.3
2009-06-11 Fix things so that you can still do "select foo()" where foo is a SQL Tom Lane 8.4.0
2009-06-11 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list Bruce Momjian 8.4.0
2009-06-09 Fix xmlattribute escaping XML special characters twice (bug #4822). Peter Eisentraut 8.4.0
2009-06-04 Improve the recently-added support for properly pluralized error messages Tom Lane 8.4.0
2009-04-08 XMLATTRIBUTES() should send the attribute values through Peter Eisentraut 8.4.0
2009-04-05 Make ExecInitExpr build the list of SubPlans found in a plan tree in order Tom Lane 8.4.0
2009-04-02 Refactor ExecProject and associated routines so that fast-path code is used Tom Lane 8.4.0
2009-03-27 Fix possible failures when a tuplestore switches from in-memory to on-disk Tom Lane 8.4.0
2009-03-26 Gettext plural support Peter Eisentraut 8.4.0
2009-01-09 Arrange for function default arguments to be processed properly in expressions Tom Lane 8.4.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-12-18 Fix oversight in my recent patch to allow ExecMakeFunctionResult to handle Tom Lane 8.4.0