summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeSetOp.c
Commit message (Expand)AuthorAgeFilesLines
* Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make anyTom Lane2008-08-071-51/+84
* Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries.Tom Lane2008-08-071-145/+457
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-101-4/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* 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-3/+6
* Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node typesTom Lane2005-11-231-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-12/+12
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-1/+2
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-13/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/executor.Tom Lane2003-07-211-2/+2
* Create a new file executor/execGrouping.c to centralize utility routinesTom Lane2003-01-101-2/+2
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-151-3/+3
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-80/+70
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-8/+3
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-39/+30
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-11/+18
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-0/+341