aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/geqo/geqo_main.c
Commit message (Expand)AuthorAge
* Suppress variable-set-but-not-used warning from clang 13.Tom Lane2022-01-23
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* #ifdef out assorted unused GEQO code.Tom Lane2017-06-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix GEQO to not assume its join order heuristic always works.Tom Lane2015-02-10
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Rewrite GEQO's gimme_tree function so that it always finds a legal joinTom Lane2009-07-19
* Make GEQO's planning deterministic by having it start from a predictableTom Lane2009-07-16
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Marginal hack to avoid spending a lot of time in find_join_rel duringTom Lane2005-06-08
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane2004-01-23
* Repair error apparently introduced in the initial coding of GUC: theTom Lane2004-01-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane2003-09-07
* Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane2003-08-12
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-25
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Fix GEQO to work again in CVS tip, by being more careful about memoryTom Lane2002-12-16
* The attached patch fixes a build problem with GEQO when using theBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut2001-06-03