aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/geqo/geqo_eval.c
Commit message (Expand)AuthorAge
* Fix incorrect is-this-the-topmost-join tests in parallel planning.Tom Lane2022-07-30
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Consider Incremental Sort paths at additional placesTomas Vondra2020-04-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* Remove lappend_cell...() family of List functions.Tom Lane2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Postpone generate_gather_paths for topmost scan/join rel.Robert Haas2018-03-29
* Add a new upper planner relation for partially-aggregated results.Robert Haas2018-02-26
* Rename enable_partition_wise_join to enable_partitionwise_joinPeter Eisentraut2018-02-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Basic partition-wise join functionality.Robert Haas2017-10-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Fix planner crash from pfree'ing a partial path that a GatherPath uses.Tom Lane2016-04-30
* 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
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane2012-08-29
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Eliminate a lot of list-management overhead within join_search_one_levelTom Lane2009-11-28
* 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
* pgindent run for 8.3.Bruce Momjian2007-11-15
* 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
* 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
* 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
* 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