summaryrefslogtreecommitdiff
path: root/src/include/nodes/plannodes.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane2001-09-181-1/+13
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-5/+5
* Update mysql converter, new version released.Bruce Momjian2001-03-041-2/+2
* 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-11/+13
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-261-1/+14
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-5/+32
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-1/+22
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-4/+20
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-3/+3
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-21/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-11/+18
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-5/+10
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-271-6/+4
* Add:Bruce Momjian2000-01-261-2/+3
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-091-6/+8
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-231-2/+14