summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAppend.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-4/+4
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Remove CXT_printf/CXT1_printf macros. If anyone had found them to be ofTom Lane2006-05-231-3/+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
* Improve my initial, rather hacky implementation of joins to appendTom Lane2006-02-051-4/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-27/+24
* Teach the planner to remove SubqueryScan nodes from the plan if theyTom Lane2005-05-221-47/+32
* Update some comments to use SQL examples rather than QUEL. From SimonNeil Conway2005-04-241-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix problems with SQL functions returning rowtypes that have droppedTom Lane2004-10-071-12/+12
* ExecProcAppend() wasn't called ExecAppend() because the latter name wasNeil Conway2004-09-241-9/+7
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-3/+3
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-2/+2
* Fix oversight in optimization that avoids an unnecessary projection stepTom Lane2004-01-221-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Make further use of new bitmapset code: executor's chgParam, extParam,Tom Lane2003-02-091-4/+4
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-76/+50
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-3/+2
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-2/+3
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-3/+2
* Reduce a couple of debugging messages from LOG to DEBUG1 category.Tom Lane2002-11-011-2/+2
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-2/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-11/+9
* EvalPlanQual was thoroughly broken for concurrent update/delete on inheritanceTom Lane2001-05-151-15/+35
* Append and SubqueryScan nodes were not passing changed-parameter signals downTom Lane2001-05-081-6/+17
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-73/+58
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-121-175/+19
* ExecEndAppend() neglected to close indices on appended result rels,Tom Lane2000-11-091-10/+15
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-18/+11
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-8/+4
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-171-2/+2
* Final #include cleanup.Bruce Momjian2000-06-151-2/+1
* nodeAppend tried to deal with multiple result relations, but apparently it neverTom Lane2000-06-101-30/+63
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-091-2/+7
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-4/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Don't call ExecOpenIndices if pg_class relhasindex shows there are noTom Lane1999-11-011-6/+8
* Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passingTom Lane1999-10-301-13/+5
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-5/+6
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-3/+3
* Fix incorrect declaration of rtentry as 'ResTarget' where itTom Lane1999-07-171-2/+2