aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path
Commit message (Expand)AuthorAge
* Get rid of artificial restriction on hash table sizes on Windows.Tom Lane2021-07-25
* Fix planner failure in some cases of sorting by an aggregate.Tom Lane2021-04-20
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* Improve find_em_expr_usable_for_sorting_rel commentTomas Vondra2020-12-22
* Don't search for volatile expr in find_em_expr_usable_for_sorting_relTomas Vondra2020-12-21
* Disallow SRFs when considering sorts below Gather MergeTomas Vondra2020-12-21
* Check parallel safety in generate_useful_gather_pathsTomas Vondra2020-12-21
* Consider unsorted paths in generate_useful_gather_pathsTomas Vondra2020-12-21
* Fix get_useful_pathkeys_for_relation for volatile expressionsTomas Vondra2020-11-03
* Relax some asserts in merge join costing codeDavid Rowley2020-10-20
* Build EC members for child join rels in the right memory context.Tom Lane2020-10-06
* Fix two latent(?) bugs in equivclass.c.Tom Lane2020-10-05
* Adjust cost model for HashAgg that spills to disk.Jeff Davis2020-09-07
* Avoid pushing quals down into sub-queries that have grouping sets.Tom Lane2020-08-22
* Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane2020-08-19
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* Remove hashagg_avoid_disk_plan GUC.Peter Geoghegan2020-07-27
* Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.Tom Lane2020-07-14
* Cope with lateral references in the quals of a subquery RTE.Tom Lane2020-07-13
* Rename enable_incrementalsort for clarityPeter Eisentraut2020-07-05
* Clamp total-tuples estimates for foreign tables to ensure planner sanity.Tom Lane2020-07-03
* Rework HashAgg GUCs.Jeff Davis2020-06-11
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Simplify cost_incremental_sort a bitTomas Vondra2020-05-02
* Fix cost_incremental_sort for expressions with varno 0Tomas Vondra2020-04-23
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* Consider Incremental Sort paths at additional placesTomas Vondra2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Cosmetic improvements for code related to partitionwise join.Tom Lane2020-04-03
* Fix costing for disk-based hash aggregation.Jeff Davis2020-03-28
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Fix typo.Amit Kapila2020-02-06
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* 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
* Generate EquivalenceClass members for partitionwise child join rels.Tom Lane2019-11-05
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Adjust overly strict AssertDavid Rowley2019-07-22
* Speed up finding EquivalenceClasses for a given set of relsDavid Rowley2019-07-21
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.Thomas Munro2019-06-19
* Avoid combinatorial explosion in add_child_rel_equivalences().Tom Lane2019-06-13
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22