]> granicus.if.org Git - postgresql/history - src/backend/optimizer/geqo/geqo_main.c
Update copyright for 2009.
[postgresql] / src / backend / optimizer / geqo / geqo_main.c
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-08 Tom LaneMarginal hack to avoid spending a lot of time in find_j...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-01-23 Tom LaneRevise GEQO planner to make use of some heuristic knowl...
2004-01-21 Tom LaneRepair error apparently introduced in the initial codin...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-07 Tom LaneRemove geqo_random_seed parameter. Having geqo reset...
2003-08-12 Tom LaneChange some frequently-reached elog(DEBUG...) calls...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2002-12-16 Tom LaneFix GEQO to work again in CVS tip, by being more carefu...
2002-07-20 Bruce MomjianThe attached patch fixes a build problem with GEQO...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
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