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
*
Move clause_sides_match_join() into restrictinfo.h
David Rowley
2024-10-15
*
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-09-27
*
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
*
Introduce an RTE for the grouping step
Richard Guo
2024-09-10
*
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-21
*
Fix partitionwise join with partially-redundant join clauses
Richard Guo
2024-07-30
*
Reduce memory used by partitionwise joins
Richard Guo
2024-07-29
*
Fix rowcount estimate for gather (merge) paths
Richard Guo
2024-07-23
*
Remove grotty use of disable_cost for TID scan plans.
Robert Haas
2024-07-22
*
Fix asymmetry in setting EquivalenceClass.ec_sortref
Alexander Korotkov
2024-06-06
*
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-21
*
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-20
*
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-06
*
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-05
*
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-10
*
Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-08
*
Fix assert failure when planning setop subqueries with CTEs
David Rowley
2024-04-02
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Propagate pathkeys from CTEs up to the outer query.
Tom Lane
2024-03-26
*
Do not translate dummy SpecialJoinInfos for child joins
Amit Langote
2024-03-25
*
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-25
*
Postpone reparameterization of paths until create_plan().
Tom Lane
2024-03-19
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Fix incorrect filename reference in comment
David Rowley
2024-03-13
*
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
[next]