]> granicus.if.org Git - postgresql/history - src/include/executor/hashjoin.h
Update copyright for 2016
[postgresql] / src / include / executor / hashjoin.h
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-04 Tom LaneFix some issues in new hashtable size calculations...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-13 Kevin GrittnerIncrease number of hash join buckets for underestimate.
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-01-01 Bruce MomjianUpdate copyright notices for year 2012.
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-12-27 Tom LaneFix failure of executor/hashjoin.h to compile standalone.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-01 Robert HaasAugment EXPLAIN output with more details on Hash nodes.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
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-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-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-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianMore include file adjustments.
2006-06-27 Tom LaneConvert hash join code to use MinimalTuple format in...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-04-16 Tom LaneCreate a new 'MultiExecProcNode' call API for plan...
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.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2002-11-30 Tom LaneUpgrade planner and executor to allow multiple hash...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
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-22 Tom LaneFix a many-legged critter reported by chifungfan@yahoo...
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-01-26 Bruce MomjianAdd:
1999-10-13 Tom LaneSplit 'BufFile' routines out of fd.c into a new module...
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-18 Tom LaneRewrite hash join to use simple linked lists instead...
1999-05-09 Tom LaneUpdate hash and join routines to use fd.c's new temp...
1999-05-06 Tom LaneFix some nasty coredump bugs in hashjoin. This code...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1996-11-04 Marc G. Fournieranother pass through.
1996-10-19 Marc G. FournierWelp, another subdirectory cleaned out of redundant...
1996-08-28 Marc G. FournierClean up th ecompile process by centralizing the includ...