index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
/
cost.h
Commit message (
Expand
)
Author
Age
*
Track the number of presorted outer pathkeys in MergePath
Richard Guo
11 days
*
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-12
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-21
*
Fix rowcount estimate for gather (merge) paths
Richard Guo
2024-07-23
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
compute_bitmap_pages' loop_count parameter should be double not int.
Tom Lane
2023-12-18
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Account for startup rows when costing WindowAggs
David Rowley
2023-08-04
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add enable_presorted_aggregate GUC
David Rowley
2022-12-20
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-24
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix typo in comment.
Fujii Masao
2020-11-30
*
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
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Refactor planner's header files.
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
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
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
*
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-22
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
*
Mark assorted GUC variables as PGDLLIMPORT.
Robert Haas
2018-02-09
*
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
*
Teach planner to account for HAVING quals in aggregation plan nodes.
Tom Lane
2017-11-02
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
[next]