aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/plannodes.h
Commit message (Expand)AuthorAge
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane2002-11-30
* Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to doTom Lane2002-11-06
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-28
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane2001-09-18
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Update mysql converter, new version released.Bruce Momjian2001-03-04
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-12
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-26
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Add:Bruce Momjian2000-01-26
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Clean up possible memory leakage in nodeSubplanTom Lane1999-11-15
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-15
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-17
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-09
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Remove no-longer-used fields in Hash and HashJoin nodes.Tom Lane1999-05-18
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-23
* Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane1999-03-01
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-09
* Remove unused Choose node.Bruce Momjian1999-01-23
* Added indxqualorig to IndexScan: fix for using indices in OR.Vadim B. Mikheev1998-11-22
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-04
* Fix explain for union and inheritance. Rename Append structureBruce Momjian1998-07-15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* New SubPlan node for subselects.Vadim B. Mikheev1998-02-13