summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/geqo/geqo_main.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-24/+24
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-4/+4
* Fix GEQO optimizer to work correctly with new outer-join-capableTom Lane2000-09-191-11/+9
* Clean up bogosities in use of random(3) and srandom(3) --- do not assumeTom Lane2000-08-071-3/+3
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-4/+1
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-6/+76
* Add:Bruce Momjian2000-01-261-2/+3
* Final cleanup.Bruce Momjian1999-07-161-6/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-13/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* pgindent run over code.Bruce Momjian1999-05-251-2/+6
* Change GEQO optimizer to release memory after each geneTom Lane1999-05-171-22/+12
* optimizer cleanupBruce Momjian1999-02-181-2/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-3/+3
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* Cleanup optimizer function names and clarify code.Bruce Momjian1998-08-101-2/+2
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-181-4/+4
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-19/+19
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-118/+131
* > There are some minor fixes to the GEQO.Marc G. Fournier1997-03-141-5/+5
* Various cleanups to satisfy -Werror, but there are some errors that I'mMarc G. Fournier1997-02-191-5/+9
* Merge in GEQO OptimizerMarc G. Fournier1997-02-191-0/+271