summaryrefslogtreecommitdiff
path: root/src/include/optimizer/geqo.h
Commit message (Expand)AuthorAgeFilesLines
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-10/+14
* 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/+3
* Fix GEQO optimizer to work correctly with new outer-join-capableTom Lane2000-09-191-5/+7
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-2/+1
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-18/+15
* Add:Bruce Momjian2000-01-261-2/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-6/+6
* Change GEQO optimizer to release memory after each geneTom Lane1999-05-171-15/+10
* optimizer cleanupBruce Momjian1999-02-181-2/+3
* optimizer renameBruce Momjian1999-02-151-2/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Optmizer cleanupBruce Momjian1999-02-101-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+3
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-181-3/+3
* Cleanup up include files.Bruce Momjian1997-11-261-1/+5
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-4/+4
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-10/+10
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-27/+28
* #define GEQO_RELS 7Vadim B. Mikheev1997-06-021-4/+1
* Enable GEQO for more than six tables, from Martin.Bruce Momjian1997-06-011-1/+3
* Merge in GEQO OptimizerMarc G. Fournier1997-02-191-0/+78