summaryrefslogtreecommitdiff
path: root/src/include/optimizer/paths.h
Commit message (Expand)AuthorAgeFilesLines
* Create the planner mechanism for optimizing simple MIN and MAX queriesTom Lane2005-04-111-1/+4
* Add a back-link from IndexOptInfo structs to their parent RelOptInfoTom Lane2005-03-271-7/+4
* Expand the 'special index operator' machinery to handle special casesTom Lane2005-03-261-3/+4
* The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane2005-01-231-1/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix OR-index-scan planner to recognize that a partial index is usableTom Lane2004-10-111-1/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-051-1/+3
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-051-1/+3
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-041-4/+4
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-6/+6
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-2/+3
* Teach planner how to propagate pathkeys from sub-SELECTs in FROM up toTom Lane2003-02-151-1/+3
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-251-7/+2
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-241-1/+3
* Fix GEQO to work again in CVS tip, by being more careful about memoryTom Lane2002-12-161-7/+4
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-3/+1
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-241-1/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-7/+6
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-8/+9
* Extend code that deduces implied equality clauses to detect whether aTom Lane2001-10-181-1/+7
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-3/+3
* Improve planning of OR indexscan plans: for quals likeTom Lane2001-06-051-3/+2
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-201-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-21/+21
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Add all possible config file options.Bruce Momjian2001-01-241-1/+2
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-141-9/+18
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-2/+3
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-13/+15
* Deduce equality constraints that are implied by transitivity ofTom Lane2000-07-241-1/+2
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-25/+25
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-12/+19
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-071-23/+20
* Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane2000-02-061-3/+1
* Further cleanup for OR-of-AND WHERE-clauses. orindxpath can now handleTom Lane2000-02-051-8/+12
* Add:Bruce Momjian2000-01-261-2/+3
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-1/+8
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-091-3/+5
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-231-1/+7
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-2/+6
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-28/+21
* Correct bug in best_innerjoin(): it should check all theTom Lane1999-07-271-11/+13
* First cut at doing LIKE/regex indexing optimization inTom Lane1999-07-271-1/+2