summaryrefslogtreecommitdiff
path: root/src/include/executor/hashjoin.h
AgeCommit message (Expand)Author
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
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-08-22Fix a many-legged critter reported by [email protected]: under theTom Lane
2000-07-12First stage of reclaiming memory in executor by resetting short-termTom Lane
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-01-26Add:Bruce Momjian
1999-10-13Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-18Rewrite hash join to use simple linked lists instead of aTom Lane
1999-05-09Update hash and join routines to use fd.c's new temp-fileTom Lane
1999-05-06Fix some nasty coredump bugs in hashjoin. This code was justTom Lane
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian