aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/geqo
Commit message (Expand)AuthorAge
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* 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
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* #ifdef out assorted unused GEQO code.Tom Lane2017-06-04
* Spelling fixesPeter Eisentraut2017-03-14
* Fix typos in comments.Heikki Linnakangas2017-02-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
* Improve implementation of GEQO's init_tour() function.Tom Lane2015-11-05
* Also correct therefor to therefore.Andres Freund2015-04-26
* 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
* pgindent run for release 9.3Bruce Momjian2013-05-29
* 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
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Make pgbench use erand48() rather than random().Robert Haas2011-08-03
* 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
* 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
* Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan.Tom Lane2009-07-24
* 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
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* 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
* 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