aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/geqo/geqo_main.c
Commit message (Expand)AuthorAge
* Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane2003-09-07
* Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane2003-08-12
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-25
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* 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
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut2001-06-03
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* Fix GEQO optimizer to work correctly with new outer-join-capableTom Lane2000-09-19
* Clean up bogosities in use of random(3) and srandom(3) --- do not assumeTom Lane2000-08-07
* 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
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* 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
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Cleanup optimizer function names and clarify code.Bruce Momjian1998-08-10
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-18
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-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
* > There are some minor fixes to the GEQO.Marc G. Fournier1997-03-14
* Various cleanups to satisfy -Werror, but there are some errors that I'mMarc G. Fournier1997-02-19
* Merge in GEQO OptimizerMarc G. Fournier1997-02-19