]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeMergejoin.c
Update copyright notices for year 2012.
[postgresql] / src / backend / executor / nodeMergejoin.c
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-31 Tom LaneMove symbols for ExecMergeJoin's state machine into...
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-28 Tom LaneRejigger mergejoin logic so that a tuple with a null...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-05 Tom LaneAdd support for doing FULL JOIN ON FALSE. While this...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-02 Bruce MomjianRevert DTrace patch from Robert Lor
2009-04-02 Bruce MomjianAdd support for additional DTrace probes.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-08-15 Tom LanePerformance fix for new anti-join code in nodeMergejoin...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-04-13 Tom LaneSince createplan.c no longer cares whether index operat...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-05-21 Tom LaneTeach tuplestore.c to throw away data before the "mark...
2007-02-02 Tom LaneRepair failure to check that a table is still compatibl...
2007-01-11 Tom LaneTeach nodeMergejoin how to handle DESC and/or NULLS...
2007-01-10 Tom LaneChange the planner-to-executor API so that the planner...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-03-17 Tom LaneFix bug introduced into mergejoin logic by performance...
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-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-15 Tom LaneFix latent bug in ExecSeqRestrPos: it leaves the plan...
2005-05-14 Tom LaneMinor refactoring to eliminate duplicate code and make...
2005-05-13 Tom LaneRevise nodeMergejoin in light of example provided by...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
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-03-17 Tom LaneReplace the switching function ExecEvalExpr() with...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
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-05-05 Tom LaneDitch ExecGetTupType() in favor of the much simpler...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
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-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-06 Bruce MomjianChange made to elog:
2002-03-01 Tom LaneTeach planner about the idea that a mergejoin won't...
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-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
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-12-13 Tom LaneFix thinko for case of outer join where inner table...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
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-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-01-26 Bruce MomjianAdd:
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-10-17 Tom LaneActually, nodeMergejoin shouldn't include psort.h at...
1999-10-16 Tom LanenodeMergejoin was depending on an inclusion from psort...
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-07-16 Bruce MomjianFinal cleanup.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-28 Tom LaneFix executor to work correctly with mergejoins where...
1999-02-24 Bruce Momjianupdate comments
1999-02-23 Thomas G. LockhartAdd first code to help with outer joins.
1999-02-22 Bruce Momjiancomment cleanup.
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...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
next