]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeHash.c
Fix pointer type in size passed to memset.
[postgresql] / src / backend / executor / nodeHash.c
2014-09-14 Heikki LinnakangasFix pointer type in size passed to memset.
2014-09-12 Robert HaasChange NTUP_PER_BUCKET to 1 to improve hash join lookup...
2014-09-10 Heikki LinnakangasPack tuples in a hash join batch densely, to save memory.
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-12-12 Tom LaneAdd defenses against integer overflow in dynahash numbu...
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-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
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-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-01 Robert HaasAugment EXPLAIN output with more details on Hash nodes.
2010-01-04 Tom LaneWhen estimating the selectivity of an inequality "colum...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-10-30 Tom LaneMake the overflow guards in ExecChooseHashTableSize...
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-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-06-01 Tom LaneBuy back some of the cycles spent in more-expensive...
2007-02-22 Tom LaneFix bug I introduced in recent patch to make hash joins...
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-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-07-13 Bruce MomjianMove math.h after postgresql.h
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-27 Tom LaneConvert hash join code to use MinimalTuple format in...
2006-05-30 Bruce MomjianMake EXPLAIN sampling smarter, to avoid excessive sampl...
2006-05-23 Tom LaneRemove CXT_printf/CXT1_printf macros. If anyone had...
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-23 Tom LaneGet rid of ExecAssignResultTypeFromOuterPlan() and...
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-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-13 Tom LaneForgot that I had intended to replace division by maski...
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-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-03-17 Tom LaneReplace the switching function ExecEvalExpr() with...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-25 Tom LaneGet rid of hashkeys field of Hash plan node, since...
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-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-01-10 Tom LaneCreate a new file executor/execGrouping.c to centralize...
2002-12-30 Tom LaneBetter solution to integer overflow problem in hash...
2002-12-29 Tom LaneAdjust hash table sizing algorithm to avoid integer...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-30 Tom LaneUpgrade planner and executor to allow multiple hash...
2002-11-06 Tom LanePhase 2 of hashed-aggregation project. nodeAgg.c now...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-09 Tom LaneCode review for improved-hashing patch. Fix some porta...
2002-03-06 Bruce MomjianI've attached a patch which implements Bob Jenkin's...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-13 Tom LaneMake hashjoin give the right answer with toasted input...
2001-06-11 Tom LaneMake planner compute the number of hash buckets the...
2001-05-27 Tom LaneCause ExecCountSlots() accounting to bear some relation...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-22 Tom LaneFix a many-legged critter reported by chifungfan@yahoo...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-15 Bruce MomjianFinal #include cleanup.
next