summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/README
Commit message (Expand)AuthorAgeFilesLines
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-0/+1
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-151-2/+4
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-301-1/+2
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-061-10/+11
* Add Bob Devine's name to the optimizer README.Bruce Momjian2002-08-251-0/+5
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-1/+2
* Extend code that deduces implied equality clauses to detect whether aTom Lane2001-10-181-0/+17
* Move structure comments from the top block down to the line entries forBruce Momjian2001-01-171-1/+1
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-141-15/+26
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-121-10/+11
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-76/+126
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-8/+20
* Deduce equality constraints that are implied by transitivity ofTom Lane2000-07-241-4/+184
* Restructure planning code so that preprocessing of targetlist and qualsTom Lane2000-03-211-7/+14
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-1/+1
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-071-69/+79
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-37/+96
* optimizer cleanupBruce Momjian1999-02-191-1/+3
* optimizer cleanupBruce Momjian1999-02-191-7/+9
* Update optimizer readme.Bruce Momjian1999-02-151-60/+64
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-091-23/+47
* Optimizer cleanup.Bruce Momjian1999-02-081-0/+8
* More optimizer cleanups.Bruce Momjian1999-02-041-5/+17
* More optimizer renaming HInfo -> HashInfo.Bruce Momjian1999-02-041-5/+6
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-031-2/+12
* Cleanup optimizer function names and clarify code.Bruce Momjian1998-08-101-1/+24
* OPTIMIZER_DEBUG additions.Bruce Momjian1998-08-071-0/+1
* Cost cleanup.Bruce Momjian1997-12-181-1/+1
* Add optimizer README file.Bruce Momjian1997-12-171-0/+66