Commits

DateSubjectAuthorReleases
2006-06-27 Convert hash join code to use MinimalTuple format in tuple hash table Tom Lane 8.2.0
2006-06-16 Fix problems with cached tuple descriptors disappearing while still in use 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-28 Tweak hash join code to use an additional heuristic for deciding whether Tom Lane 8.1.1
2005-11-28 Tweak hash join code to use an additional heuristic for deciding whether Tom Lane 8.2.0
2005-11-28 Recent changes to allow hash join to exit early given empty input from Tom Lane 8.1.1
2005-11-28 Recent changes to allow hash join to exit early given empty input from 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-10-18 A few trivial code cleanups motivated by reading warnings generated Tom Lane 8.1.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
2005-03-06 Revise hash join code so that we can increase the number of batches Tom Lane 8.1.0
2004-10-13 Fix breakage in hashjoin from recent backpatch of left-join bug fix. Tom Lane 7.1 (unreleased)
2004-10-13 Fix breakage in hashjoin from recent backpatch of left-join bug fix. Tom Lane 7.2.6
2004-10-13 Fix breakage in hashjoin from recent backpatch of left-join bug fix. Tom Lane 7.3.8
2004-09-22 Arrange for hash join to skip scanning the outer relation if it detects Tom Lane 8.0.0
2004-09-17 Hashed LEFT JOIN would miss outer tuples with no inner match if the join Tom Lane 7.1 (unreleased)
2004-09-17 Hashed LEFT JOIN would miss outer tuples with no inner match if the join Tom Lane 7.2.6
2004-09-17 Hashed LEFT JOIN would miss outer tuples with no inner match if the join Tom Lane 7.3.8
2004-09-17 Hashed LEFT JOIN would miss outer tuples with no inner match if the join Tom Lane 7.4.6
2004-09-17 Hashed LEFT JOIN would miss outer tuples with no inner match if the join Tom Lane 8.0.0
2003-11-25 Get rid of hashkeys field of Hash plan node, since it's redundant with Tom Lane 8.0.0
2003-11-25 Band-aid solution for problems with SubPlans used in hash join clauses, Tom Lane 7.4.1
2003-07-21 Error message editing in backend/executor. Tom Lane 7.4.1