aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/geqo
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-07
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Fix incorrect is-this-the-topmost-join tests in parallel planning.Tom Lane2022-07-30
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Suppress variable-set-but-not-used warning from clang 13.Tom Lane2022-01-23
* Update copyright for 2022Bruce Momjian2022-01-07
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Update copyright for 2021Bruce Momjian2021-01-02
* Consider Incremental Sort paths at additional placesTomas Vondra2020-04-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* 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
* 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