Commits

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

DateSubjectAuthorReleases
2011-02-01 Fix wrong error reports in 'number of array dimensions exceeds the Itagaki Takahiro 8.2.21
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 8.2.18
2009-12-29 Previous fix for temporary file management broke returning a set from Heikki Linnakangas 8.2.16
2007-08-31 Extend whole-row Var evaluation to cope with the case that the sub-plan Tom Lane 8.2.5
2007-02-06 Remove typmod checking from the recent security-related patches. It turns Tom Lane 8.2.3
2007-02-02 Repair failure to check that a table is still compatible with a previously Tom Lane 8.2.2
2006-11-17 Small message equalization fix Peter Eisentraut 8.2.0
2006-11-08 Remove a 15-year old comment questioning behavior that is now well- Neil Conway 8.2.0
2006-11-06 Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty Tom Lane 8.2.0
2006-10-06 Message style improvements Peter Eisentraut 8.2.0
2006-10-04 pgindent run for 8.2. Bruce Momjian 8.2.0
2006-09-28 Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to Tom Lane 8.2.0
2006-07-27 Aggregate functions now support multiple input arguments. I also took Tom Lane 8.2.0
2006-07-14 Remove 576 references of include files that were not needed. Bruce Momjian 8.2.0
2006-06-16 Fix problems with cached tuple descriptors disappearing while still in use Tom Lane 8.2.0
2006-04-22 Simplify ParamListInfo data structure to support only numbered parameters, Tom Lane 8.2.0
2006-03-10 Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. Tom Lane 8.2.0
2006-03-05 Update copyright for 2006. Update scripts. Bruce Momjian 8.2.0
2005-12-28 Implement SQL-compliant treatment of row comparisons for < <= > >= cases Tom Lane 8.2.0
2005-12-14 Fix problem with whole-row Vars referencing sub-select outputs, per Tom Lane 8.2.0
2005-11-22 Re-run pgindent, fixing a problem where comment lines after a blank Bruce Momjian 8.2.0
2005-11-17 Make SQL arrays support null elements. This commit fixes the core array Tom Lane 8.2.0