]> granicus.if.org Git - postgresql/history - src/backend/optimizer/geqo/geqo_main.c
Commit to match discussed elog() changes. Only update is that LOG is
[postgresql] / src / backend / optimizer / geqo / geqo_main.c
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-03 Peter EisentrautMark many strings in backend not covered by elog for...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-19 Tom LaneFix GEQO optimizer to work correctly with new outer...
2000-08-07 Tom LaneClean up bogosities in use of random(3) and srandom...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-01-26 Bruce MomjianAdd:
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-17 Tom LaneChange GEQO optimizer to release memory after each...
1999-02-18 Bruce Momjianoptimizer cleanup
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-10 Bruce MomjianCleanup optimizer function names and clarify code.
1998-07-18 Bruce MomjianRename Rel to RelOptInfo.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-03-14 Marc G. Fournier> There are some minor fixes to the GEQO.
1997-02-19 Marc G. FournierVarious cleanups to satisfy -Werror, but there are...
1997-02-19 Marc G. FournierMerge in GEQO Optimizer