summaryrefslogtreecommitdiff
path: root/src/include/executor/hashjoin.h
AgeCommit message (Expand)Author
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-04Fix some issues in new hashtable size calculations in nodeHash.c.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-13Increase number of hash join buckets for underestimate.Kevin Grittner
2014-09-10Pack tuples in a hash join batch densely, to save memory.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-31Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane
2010-12-27Fix failure of executor/hashjoin.h to compile standalone.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-01Augment EXPLAIN output with more details on Hash nodes.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-21Optimize multi-batch hash joins when the outer relation has a nonuniformTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-06-07Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane
2007-06-03Create a GUC parameter temp_tablespaces that allows selection of theTom Lane
2007-06-01Buy back some of the cycles spent in more-expensive hash functions byTom Lane
2007-01-30Add support for cross-type hashing in hash index searches and hash joins.Tom Lane
2007-01-28Improve hash join to discard input tuples immediately if they can'tTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-13More include file adjustments.Bruce Momjian
2006-07-13More include file adjustments.Bruce Momjian
2006-06-27Convert hash join code to use MinimalTuple format in tuple hash tableTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-04-16Create a new 'MultiExecProcNode' call API for plan nodes that don'tTom Lane
2005-03-06Revise hash join code so that we can increase the number of batchesTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-09-22Arrange for hash join to skip scanning the outer relation if it detectsTom Lane
2004-08-29Update copyright to 2004.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-06-22Revise hash join and hash aggregation code to use the same datatype-Tom Lane
2002-11-30Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian