Commits

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

DateSubjectAuthorReleases
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 8.1.22
2007-02-06 Remove typmod checking from the recent security-related patches. It turns Tom Lane 8.1.8
2007-02-02 Repair failure to check that a table is still compatible with a previously Tom Lane 8.1.7
2006-11-06 Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty Tom Lane 8.1.6
2006-03-10 Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. Tom Lane 8.1.4
2005-12-14 Fix problem with whole-row Vars referencing sub-select outputs, per Tom Lane 8.1.2
2005-10-19 Better solution to the problem of labeling whole-row Datums that are Tom Lane 8.1.0
2005-10-19 Ensure that the Datum generated from a whole-row Var contains valid Tom Lane 8.1.0
2005-06-26 Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule Tom Lane 8.1.0
2005-05-12 Remove some unnecessary code: since ExecMakeFunctionResultNoSets does not Tom Lane 8.1.0
2005-05-09 Add some defenses against functions declared to return set that don't Tom Lane 8.1.0
2005-05-06 For some reason access/tupmacs.h has been #including utils/memutils.h, Tom Lane 8.1.0
2005-04-06 Merge Resdom nodes into TargetEntry nodes to simplify code and save a Tom Lane 8.1.0
2005-03-29 Convert oidvector and int2vector into variable-length arrays. This Tom Lane 8.1.0
2005-03-22 Use InitFunctionCallInfoData() macro instead of MemSet in performance Tom Lane 8.1.0
2005-03-16 Revise TupleTableSlot code to avoid unnecessary construction and disassembly Tom Lane 8.1.0
2005-03-14 Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of Tom Lane 8.1.0