index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
Commit message (
Expand
)
Author
Age
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Fix planner failure in some cases of sorting by an aggregate.
Tom Lane
2021-04-20
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Improve find_em_expr_usable_for_sorting_rel comment
Tomas Vondra
2020-12-22
*
Don't search for volatile expr in find_em_expr_usable_for_sorting_rel
Tomas Vondra
2020-12-21
*
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
*
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
2020-12-21
*
Consider unsorted paths in generate_useful_gather_paths
Tomas Vondra
2020-12-21
*
Fix get_useful_pathkeys_for_relation for volatile expressions
Tomas Vondra
2020-11-03
*
Relax some asserts in merge join costing code
David Rowley
2020-10-20
*
Build EC members for child join rels in the right memory context.
Tom Lane
2020-10-06
*
Fix two latent(?) bugs in equivclass.c.
Tom Lane
2020-10-05
*
Adjust cost model for HashAgg that spills to disk.
Jeff Davis
2020-09-07
*
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-08-22
*
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-27
*
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-07-14
*
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-07-13
*
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-05
*
Clamp total-tuples estimates for foreign tables to ensure planner sanity.
Tom Lane
2020-07-03
*
Rework HashAgg GUCs.
Jeff Davis
2020-06-11
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Simplify cost_incremental_sort a bit
Tomas Vondra
2020-05-02
*
Fix cost_incremental_sort for expressions with varno 0
Tomas Vondra
2020-04-23
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-04-03
*
Fix costing for disk-based hash aggregation.
Jeff Davis
2020-03-28
*
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
*
Fix typo.
Amit Kapila
2020-02-06
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-11-05
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Adjust overly strict Assert
David Rowley
2019-07-22
*
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-21
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.
Thomas Munro
2019-06-19
*
Avoid combinatorial explosion in add_child_rel_equivalences().
Tom Lane
2019-06-13
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
[next]