aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer/geqo.h
Commit message (Expand)AuthorAge
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane2004-01-23
* Repair error apparently introduced in the initial coding of GUC: theTom Lane2004-01-21
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane2003-09-07
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Fix GEQO to work again in CVS tip, by being more careful about memoryTom Lane2002-12-16
* The attached patch fixes a build problem with GEQO when using theBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* 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
* 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
* Fix GEQO optimizer to work correctly with new outer-join-capableTom Lane2000-09-19
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Add:Bruce Momjian2000-01-26
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Change GEQO optimizer to release memory after each geneTom Lane1999-05-17
* optimizer cleanupBruce Momjian1999-02-18
* optimizer renameBruce Momjian1999-02-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Optmizer cleanupBruce Momjian1999-02-10
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-18
* Cleanup up include files.Bruce Momjian1997-11-26
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* #define GEQO_RELS 7Vadim B. Mikheev1997-06-02
* Enable GEQO for more than six tables, from Martin.Bruce Momjian1997-06-01
* Merge in GEQO OptimizerMarc G. Fournier1997-02-19