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
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Teach estimate_array_length() to use statistics where available.
Tom Lane
2024-01-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-12-19
*
compute_bitmap_pages' loop_count parameter should be double not int.
Tom Lane
2023-12-18
*
Minor adjustments to WindowAgg startup cost code
David Rowley
2023-08-04
*
Account for startup rows when costing WindowAggs
David Rowley
2023-08-04
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
*
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-17
*
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-05
*
Correct Memoize's estimated cache hit ratio calculation
David Rowley
2023-03-22
*
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
[next]