Commits

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

DateSubjectAuthorReleases
2016-08-08 Fix two errors with nested CASE/WHEN constructs. Tom Lane 9.1.23
2016-07-26 Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields. Tom Lane 9.1.23
2014-07-11 Fix bug with whole-row references to append subplans. Tom Lane 9.1.14
2014-06-20 Avoid leaking memory while evaluating arguments for a table function. Tom Lane 9.1.14
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 9.1.14
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.1.14
2014-01-09 Fix "cannot accept a set" error when only some arms of a CASE return a set. Tom Lane 9.1.12
2012-07-20 Fix whole-row Var evaluation to cope with resjunk columns (again). Tom Lane 9.1.5
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2011-04-10 pgindent run before PG 9.1 beta 1. Bruce Momjian 9.1.0
2011-03-26 Pass collation to makeConst() instead of looking it up internally. Tom Lane 9.1.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2011-03-11 Split CollateClause into separate raw and analyzed node types. Tom Lane 9.1.0
2011-02-08 Per-column collation support Peter Eisentraut 9.1.0
2011-02-01 Fix wrong error reports in 'number of array dimensions exceeds the Itagaki Takahiro 9.1.0
2011-01-01 Stamp copyrights for year 2011. Bruce Momjian 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-11-01 Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResult Tom Lane 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 9.1.0
2010-07-12 Make NestLoop plan nodes pass outer-relation variables into their inner Tom Lane 9.1.0