aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer/paths.h
Commit message (Expand)AuthorAge
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-20
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Add all possible config file options.Bruce Momjian2001-01-24
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-14
* 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
* Deduce equality constraints that are implied by transitivity ofTom Lane2000-07-24
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* 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
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-07
* Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane2000-02-06
* Further cleanup for OR-of-AND WHERE-clauses. orindxpath can now handleTom Lane2000-02-05
* Add:Bruce Momjian2000-01-26
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* 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
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-16
* Correct bug in best_innerjoin(): it should check all theTom Lane1999-07-27
* First cut at doing LIKE/regex indexing optimization inTom Lane1999-07-27
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Fix nasty bug in optimization of multiway joins: optimizerTom Lane1999-04-03
* Final optimizer cleanups.Bruce Momjian1999-02-22
* pathkeys.c cleanup.Bruce Momjian1999-02-21
* optimizer cleanupBruce Momjian1999-02-19
* optimizer cleanupBruce Momjian1999-02-19
* more optimizer cleanupsBruce Momjian1999-02-18
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-18
* Re-enable bushy plans. Vadim want them.Bruce Momjian1999-02-16
* optimizer renameBruce Momjian1999-02-15
* optimizer renameBruce Momjian1999-02-15
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-15
* Optimizer rename.Bruce Momjian1999-02-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Fix optimizer and make faster.Bruce Momjian1999-02-12
* Optmizer cleanupBruce Momjian1999-02-10
* More optimizer cleanups.Bruce Momjian1999-02-04
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-03
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-18
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Remove some recursion in optimizer and clean up some code there.Bruce Momjian1997-12-21
* Cleanup up include files.Bruce Momjian1997-11-26
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08