index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
/
cost.h
Age
Commit message (
Expand
)
Author
8 days
Track the number of presorted outer pathkeys in MergePath
Richard Guo
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-07-23
Fix rowcount estimate for gather (merge) paths
Richard Guo
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-18
compute_bitmap_pages' loop_count parameter should be double not int.
Tom Lane
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-08-03
Account for startup rows when costing WindowAggs
David Rowley
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add enable_presorted_aggregate GUC
David Rowley
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-07-19
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-03-30
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-24
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-03-24
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-18
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-30
Fix typo in comment.
Fujii Masao
2020-07-28
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-05
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-06-11
Rework HashAgg GUCs.
Jeff Davis
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-23
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-20
Tweak a couple of planner APIs to save recalculating join relids.
Tom Lane
2018-03-22
Implement partition-wise grouping/aggregation.
Robert Haas
2018-02-16
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-09
Mark assorted GUC variables as PGDLLIMPORT.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-21
Add parallel-aware hash joins.
Andres Freund
2017-12-05
Support Parallel Append plan nodes.
Robert Haas
2017-11-02
Teach planner to account for HAVING quals in aggregation plan nodes.
Tom Lane
2017-10-06
Basic partition-wise join functionality.
Robert Haas
[next]