aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/geqo
Commit message (Expand)AuthorAge
* Restructure code that is responsible for ensuring that clauseless joins areTom Lane2007-02-16
* Repair bug in 8.2's new logic for planning outer joins: we have to allow joinsTom Lane2007-02-13
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix planner to do the right thing when a degenerate outer join (one whoseTom Lane2006-12-12
* Fix check for whether a clauseless join has to be forced in the presence ofTom Lane2006-10-24
* Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane2006-07-15
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Teach planner how to rearrange join order for some classes of OUTER JOIN.Tom Lane2005-12-20
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* The random selection in function linear() could deliver a value equal to maxTom Lane2005-06-14
* Simplify the planner's join clause management by storing join clausesTom Lane2005-06-09
* 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
* Fix another place broken by new List implementation :-(. Per exampleTom Lane2004-12-15
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-07
* 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
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* 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
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* $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
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* 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
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-05
* pgindent run.Bruce Momjian2002-09-04
* 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
* Add newlines around debug output in optimizer showing total costs.Bruce Momjian2001-05-08
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-17