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
Commit message (
Expand
)
Author
Age
*
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-23
*
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-21
*
Allow examine_simple_variable() to work on INSERT RETURNING Vars.
Tom Lane
2024-01-08
*
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
*
Remove unnecessary include of <math.h>
Peter Eisentraut
2023-12-04
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Remove useless self-joins
Alexander Korotkov
2023-10-25
*
Remove debug_print_rel and replace usages with pprint
David Rowley
2023-10-09
*
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-15
*
Account for startup rows when costing WindowAggs
David Rowley
2023-08-04
*
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-28
*
Allow plan nodes with initPlans to be considered parallel-safe.
Tom Lane
2023-07-14
*
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2023-07-14
*
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-25
*
Tweak API of new function clause_is_computable_at().
Tom Lane
2023-05-18
*
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
*
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-23
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
*
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
*
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add enable_presorted_aggregate GUC
David Rowley
2022-12-20
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-18
*
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
*
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-08-03
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
*
Fix inconsistent parameter names between prototype and declaration
David Rowley
2022-07-15
*
Remove no-longer-used parameter for create_groupingsets_path().
Tom Lane
2022-07-01
*
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
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-04-06
*
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-31
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-24
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Flush Memoize cache when non-key parameters change, take 2
David Rowley
2021-11-24
[next]