]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeHashjoin.c
Make some small planner API cleanups.
[postgresql] / src / backend / executor / nodeHashjoin.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-17 Andres FreundMake TupleTableSlots extensible, finish split of existi...
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-11-15 Andres FreundRejigger materializing and fetching a HeapTuple from...
2018-11-10 Andres FreundDon't require return slots for nodes without projection.
2018-11-07 Andres FreundBuild HashState's hashkeys expression with the correct...
2018-11-02 Thomas MunroFix NULL handling in multi-batch Parallel Hash Left...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-02-17 Andres FreundAllow tupleslots to have a fixed tupledesc, use in...
2018-01-24 Tom LaneImprove implementation of pg_attribute_always_inline.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2018-01-01 Andres FreundFix EXPLAIN ANALYZE output for Parallel Hash.
2017-12-21 Andres FreundAdd parallel-aware hash joins.
2017-07-30 Andres FreundMove ExecProcNode from dispatch to function pointer...
2017-07-30 Andres FreundMove interrupt checking from ExecProcNode() to executor...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-08 Tom LaneOptimize joins when the inner relation can be proven...
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-02-15 Tom LaneMake sure that hash join's bulk-tuple-transfer loops...
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-01 Tom LaneAllow hash joins to be interrupted while searching...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-31 Tom LaneSupport RIGHT and FULL OUTER JOIN in hash joins.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-02 Bruce MomjianRevert DTrace patch from Robert Lor
2009-04-02 Bruce MomjianAdd support for additional DTrace probes.
2009-03-21 Tom LaneOptimize multi-batch hash joins when the outer relation...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-23 Tom LaneRemove useless ps_OuterTupleSlot field from PlanState...
2008-08-15 Tom LanePerformance fix for new anti-join code in nodeMergejoin...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-06-07 Tom LaneRework temp_tablespaces patch so that temp tablespaces...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-02-02 Tom LaneRepair failure to check that a table is still compatibl...
2007-01-30 Tom LaneAdd support for cross-type hashing in hash index search...
2007-01-28 Tom LaneImprove hash join to discard input tuples immediately...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-27 Tom LaneConvert hash join code to use MinimalTuple format in...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2005-11-28 Tom LaneTweak hash join code to use an additional heuristic...
2005-11-28 Tom LaneRecent changes to allow hash join to exit early given...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-20 Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-25 Tom LaneThe original patch to avoid building a hash join's...
2005-06-15 Neil ConwayChange the implementation of hash join to attempt to...
2005-04-16 Tom LaneCreate a new 'MultiExecProcNode' call API for plan...
2005-03-31 Neil ConwayMinor code cleanup: ExecHash() was returning a null...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-06 Tom LaneRevise hash join code so that we can increase the numbe...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-22 Tom LaneArrange for hash join to skip scanning the outer relati...
2004-09-17 Tom LaneHashed LEFT JOIN would miss outer tuples with no inner...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-25 Tom LaneGet rid of hashkeys field of Hash plan node, since...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/executor.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-05-30 Tom LaneSmall performance improvement for hash joins and hash...
2003-05-05 Tom LaneDitch ExecGetTupType() in favor of the much simpler...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-01-27 Tom LaneUpgrade cost estimation for joins, per discussion with...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2002-12-30 Tom LaneBetter solution to integer overflow problem in hash...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
next