summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/geqo/geqo_main.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-5/+4
* Marginal hack to avoid spending a lot of time in find_join_rel duringTom Lane2005-06-081-2/+1
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-051-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-2/+1
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-2/+2
* Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane2004-01-231-50/+66
* Repair error apparently introduced in the initial coding of GUC: theTom Lane2004-01-211-9/+19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane2003-09-071-9/+1
* Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane2003-08-121-7/+13
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-251-10/+10
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-7/+7
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-9/+14
* Fix GEQO to work again in CVS tip, by being more careful about memoryTom Lane2002-12-161-3/+2
* The attached patch fixes a build problem with GEQO when using theBruce Momjian2002-07-201-26/+13
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-11/+11
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+1
* Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut2001-06-031-8/+6
* 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