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
/
costsize.c
Commit message (
Expand
)
Author
Age
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Relax some asserts in merge join costing code
David Rowley
2020-10-20
*
Adjust cost model for HashAgg that spills to disk.
Jeff Davis
2020-09-07
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-27
*
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-05
*
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
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Fix costing for disk-based hash aggregation.
Jeff Davis
2020-03-28
*
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
*
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
*
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
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
Fix comment related to calculation location of total_table_pages
Michael Paquier
2019-02-13
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Support parameterized TidPaths.
Tom Lane
2018-12-30
*
Fix ancient thinko in mergejoin cost estimation.
Tom Lane
2018-12-18
*
Fix hashjoin costing mistake introduced with inner_unique optimization.
Tom Lane
2018-07-14
*
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
*
Tweak a couple of planner APIs to save recalculating join relids.
Tom Lane
2018-04-20
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-22
*
Fix costing of parallel hash joins.
Peter Eisentraut
2018-03-06
*
Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes.
Robert Haas
2018-02-21
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Code review for Parallel Append.
Robert Haas
2018-01-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Add parallel_leader_participation GUC.
Robert Haas
2017-11-15
*
Account for the effect of lossy pages when costing bitmap scans.
Robert Haas
2017-11-10
*
Teach planner to account for HAVING quals in aggregation plan nodes.
Tom Lane
2017-11-02
[next]