OSDN Git Service

pgindent run for 8.3.
[pg-rex/syncrep.git] / src / backend / executor / nodeHashjoin.c
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-02-02 Tom LaneRepair failure to check that a table is still compatibl...
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-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-27 Tom LaneConvert hash join code to use MinimalTuple format in...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
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-28 Tom LaneTweak hash join code to use an additional heuristic...
2005-11-28 Tom LaneRecent changes to allow hash join to exit early given...
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-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
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-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-09-17 Tom LaneHashed LEFT JOIN would miss outer tuples with no inner...
2004-08-29 Bruce MomjianPgindent run for 8.0.
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-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-25 Tom LaneGet rid of hashkeys field of Hash plan node, since...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
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-05-30 Tom LaneSmall performance improvement for hash joins and hash...
2003-05-05 Tom LaneDitch ExecGetTupType() in favor of the much simpler...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-01-27 Tom LaneUpgrade cost estimation for joins, per discussion with...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2002-12-30 Tom LaneBetter solution to integer overflow problem in hash...
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-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
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-29 Tom LaneClean up handling of tuple descriptors so that result...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-01-26 Bruce MomjianAdd:
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-10-13 Tom LaneSplit 'BufFile' routines out of fd.c into a new module...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
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...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. MikheevSupport for subselects.
1998-01-13 Marc G. FournierSome *very* major changes by darrenk@insightdist.com...
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.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-07-28 Bruce MomjianAdded SCO support, from Daniel Harris.
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-10-31 Bruce MomjianAdded needed include file.
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources