summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeMergejoin.c
Commit message (Expand)AuthorAgeFilesLines
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-1/+1
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-301-2/+4
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-301-0/+3
* Phase 3 of pgindent updates.Tom Lane2017-06-211-4/+4
* Phase 2 of pgindent updates.Tom Lane2017-06-211-7/+7
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-2/+2
* Remove trailing spaces in some outputPeter Eisentraut2017-04-131-1/+1
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-071-16/+40
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-19/+14
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-191-57/+6
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-2/+2
* Use abbreviated keys for faster sorting of text datums.Robert Haas2015-01-191-0/+8
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* 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