summaryrefslogtreecommitdiff
path: root/src/include/nodes/plannodes.h
Commit message (Expand)AuthorAgeFilesLines
* Since createplan.c no longer cares whether index operators are lossy, it hasTom Lane2008-04-131-9/+1
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-5/+5
* Fix the plan-invalidation mechanism to treat regclass constants that refer toTom Lane2007-10-111-1/+3
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-1/+3
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-2/+4
* Get rid of the separate EState for subplans, and just let them share theTom Lane2007-02-271-1/+3
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-221-1/+12
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-10/+43
* Put function expressions and values lists into FunctionScan and ValuesScanTom Lane2007-02-191-6/+11
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-101-6/+19
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-1/+2
* 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-2/+4
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-1/+11
* Code review for bigint-LIMIT patch. Fix missed planner dependency,Tom Lane2006-07-261-1/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so thatTom Lane2005-11-261-2/+5
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-7/+7
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-33/+30
* Remove support for OR'd indexscans internal to a single IndexScan planTom Lane2005-04-251-18/+34
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-191-2/+71
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Trivial fix: clarify a comment.Neil Conway2004-10-271-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Instead of rechecking lossy index operators by putting them into theTom Lane2004-01-061-1/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane2003-11-251-2/+2
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-1/+2
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-5/+9
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-5/+5
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-2/+4
* Make further use of new bitmapset code: executor's chgParam, extParam,Tom Lane2003-02-091-8/+12
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-28/+1
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-164/+69
* Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane2002-11-301-3/+2
* Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to doTom Lane2002-11-061-1/+2
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-061-16/+37
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-121-1/+13
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-281-5/+1
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-1/+5
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-5/+6
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-9/+7