Commits

DateSubjectAuthorReleases
2009-10-30 Make the overflow guards in ExecChooseHashTableSize be more protective. Tom Lane 8.0.23
2009-10-30 Make the overflow guards in ExecChooseHashTableSize be more protective. Tom Lane 8.1.19
2009-10-30 Make the overflow guards in ExecChooseHashTableSize be more protective. Tom Lane 8.2.15
2009-10-30 Make the overflow guards in ExecChooseHashTableSize be more protective. Tom Lane 8.3.9
2009-10-30 Make the overflow guards in ExecChooseHashTableSize be more protective. Tom Lane 8.4.2
2009-10-30 Make the overflow guards in ExecChooseHashTableSize be more protective. Tom Lane 9.0.0
2009-09-27 Remove no-longer-needed ExecCountSlots infrastructure. Tom Lane 9.0.0
2009-03-21 Optimize multi-batch hash joins when the outer relation has a nonuniform Tom Lane 8.4.0
2007-06-07 Rework temp_tablespaces patch so that temp tablespaces are assigned separately Tom Lane 8.3.0
2007-06-03 Create a GUC parameter temp_tablespaces that allows selection of the Tom Lane 8.3.0
2007-06-01 Buy back some of the cycles spent in more-expensive hash functions by Tom Lane 8.3.0
2007-06-01 Fix performance problems in multi-batch hash joins by ensuring that we select Tom Lane 8.1.10
2007-06-01 Fix performance problems in multi-batch hash joins by ensuring that we select Tom Lane 8.2.5
2007-02-22 Fix bug I introduced in recent patch to make hash joins discard null tuples Tom Lane 8.3.0
2007-01-30 Add support for cross-type hashing in hash index searches and hash joins. Tom Lane 8.3.0
2007-01-28 Improve hash join to discard input tuples immediately if they can't Tom Lane 8.3.0
2006-06-27 Convert hash join code to use MinimalTuple format in tuple hash table Tom Lane 8.2.0
2006-05-23 Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of Tom Lane 8.2.0
2006-02-28 Extend the ExecInitNode API so that plan nodes receive a set of flag Tom Lane 8.2.0
2005-11-23 Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types Tom Lane 8.1.1
2005-11-23 Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types Tom Lane 8.2.0
2005-11-20 Remove the t_datamcxt field of HeapTupleData. This was introduced for Tom Lane 8.2.0
2005-09-25 The original patch to avoid building a hash join's hashtable when the Tom Lane 8.1.0
2005-04-16 Create a new 'MultiExecProcNode' call API for plan nodes that don't Tom Lane 8.1.0
2005-03-16 Revise TupleTableSlot code to avoid unnecessary construction and disassembly Tom Lane 8.1.0