summaryrefslogtreecommitdiff
path: root/src/include/executor/hashjoin.h
Commit message (Expand)AuthorAgeFilesLines
* Pack tuples in a hash join batch densely, to save memory.Heikki Linnakangas2014-09-101-0/+22
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-2/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane2010-12-301-0/+2
* Fix failure of executor/hashjoin.h to compile standalone.Tom Lane2010-12-271-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Augment EXPLAIN output with more details on Hash nodes.Robert Haas2010-02-011-1/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+4
* Optimize multi-batch hash joins when the outer relation has a nonuniformTom Lane2009-03-211-1/+39
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-071-3/+1
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-031-1/+3
* Buy back some of the cycles spent in more-expensive hash functions byTom Lane2007-06-011-1/+3
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-301-6/+5
* Improve hash join to discard input tuples immediately if they can'tTom Lane2007-01-281-1/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* More include file adjustments.Bruce Momjian2006-07-131-2/+1
* More include file adjustments.Bruce Momjian2006-07-131-1/+2
* Convert hash join code to use MinimalTuple format in tuple hash tableTom Lane2006-06-271-2/+7
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-13/+12
* Create a new 'MultiExecProcNode' call API for plan nodes that don'tTom Lane2005-04-161-2/+2
* Revise hash join code so that we can increase the number of batchesTom Lane2005-03-061-30/+45
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Arrange for hash join to skip scanning the outer relation if it detectsTom Lane2004-09-221-4/+6
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+4
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-7/+6
* Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane2002-11-301-6/+7
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-2/+2
* Fix a many-legged critter reported by chifungfan@yahoo.com: under theTom Lane2000-08-221-2/+2
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-3/+11
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-17/+7
* Add:Bruce Momjian2000-01-261-2/+3
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-131-1/+2