summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeMergejoin.c
Commit message (Expand)AuthorAgeFilesLines
* Don't require sort support functions to provide a comparator.Robert Haas2014-08-061-4/+4
* pgindent run for 9.4Bruce Momjian2014-05-061-6/+6
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-4/+4
* Lots of doc corrections.Robert Haas2012-04-231-2/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-071-90/+56
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-221-0/+8
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-221-4/+4
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-3/+6
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-111-2/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-191-1/+1
* Per-column collation supportPeter Eisentraut2011-02-081-0/+4
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.Tom Lane2010-12-301-1/+15
* Create core infrastructure for KNNGIST.Tom Lane2010-12-021-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-121-6/+6
* pgindent run for 9.0, second runBruce Momjian2010-07-061-6/+13
* Rejigger mergejoin logic so that a tuple with a null in the first merge columnTom Lane2010-05-281-233/+268
* pgindent run for 9.0Bruce Momjian2010-02-261-2/+2
* Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane2010-01-051-10/+49
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-271-11/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Revert DTrace patch from Robert LorBruce Momjian2009-04-021-4/+1
* Add support for additional DTrace probes.Bruce Momjian2009-04-021-1/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Performance fix for new anti-join code in nodeMergejoin.c: after finding aTom Lane2008-08-151-10/+14
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-141-3/+8
* Since createplan.c no longer cares whether index operators are lossy, it hasTom Lane2008-04-131-5/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-16/+16
* Teach tuplestore.c to throw away data before the "mark" point when the callerTom Lane2007-05-211-1/+37
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-021-2/+2
* Teach nodeMergejoin how to handle DESC and/or NULLS FIRST sort orders.Tom Lane2007-01-111-77/+55
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-101-21/+19
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-171/+84
* pgindent run for 8.2.Bruce Momjian2006-10-041-7/+7
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-5/+1
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-3/+2
* Fix bug introduced into mergejoin logic by performance improvement patch ofTom Lane2006-03-171-29/+50
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-281-4/+10
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-10/+10
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-148/+141