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
*
Have the planner account for the Memoize cache key memory
David Rowley
2023-03-20
*
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add enable_presorted_aggregate GUC
David Rowley
2022-12-20
*
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-16
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-24
*
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
*
Attempt to fix compiler warning on old compiler
Peter Eisentraut
2022-07-16
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
Remove support for Visual Studio 2013
Michael Paquier
2022-07-14
*
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-21
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix rowcount estimate for SubqueryScan that's under a Gather.
Tom Lane
2022-05-04
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-24
*
Fix assorted missing logic for GroupingFunc nodes.
Tom Lane
2022-03-21
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
*
Change NestPath node to contain JoinPath node
Peter Eisentraut
2021-08-08
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
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
*
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
*
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
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
*
Fix foreign-key selectivity estimation in the presence of constants.
Tom Lane
2020-10-28
*
Prevent overly large and NaN row estimates in relations
David Rowley
2020-10-19
*
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
*
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-08
*
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-05
*
Rework HashAgg GUCs.
Jeff Davis
2020-06-11
[next]