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-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
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-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-04 Improve the recently-added support for properly pluralized error messages Tom Lane 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-01-09 Arrange for function default arguments to be processed properly in expressions Tom Lane 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
2008-10-31 Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE Tom Lane 8.4.0
2008-10-29 Be more tense about not creating tuplestores with randomAccess = true unless Tom Lane 8.4.0
2008-10-28 Extend ExecMakeFunctionResult() to support set-returning functions that return Tom Lane 8.4.0
2008-08-25 Move exprType(), exprTypmod(), expression_tree_walker(), and related routines Tom Lane 8.4.0
2008-08-22 Arrange to convert EXISTS subqueries that are equivalent to hashable IN Tom Lane 8.4.0
2008-05-15 Add support for tracking call counts and elapsed runtime for user-defined Tom Lane 8.4.0
2008-04-13 Since createplan.c no longer cares whether index operators are lossy, it has Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0