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
REL_18_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
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-19
Improve planner's handling of SetOp plans.
Tom Lane
2024-12-19
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-12-12
Defer remove_useless_groupby_columns() work until query_planner()
David Rowley
2024-11-26
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-23
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-10-15
Move clause_sides_match_join() into restrictinfo.h
David Rowley
2024-09-27
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-09-10
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-07-30
Fix partitionwise join with partially-redundant join clauses
Richard Guo
2024-07-29
Reduce memory used by partitionwise joins
Richard Guo
2024-07-23
Fix rowcount estimate for gather (merge) paths
Richard Guo
2024-07-22
Remove grotty use of disable_cost for TID scan plans.
Robert Haas
2024-06-06
Fix asymmetry in setting EquivalenceClass.ec_sortref
Alexander Korotkov
2024-05-21
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-20
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-04-09
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-07
Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-01
Fix assert failure when planning setop subqueries with CTEs
David Rowley
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-26
Propagate pathkeys from CTEs up to the outer query.
Tom Lane
2024-03-25
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-19
Postpone reparameterization of paths until create_plan().
Tom Lane
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-12
Fix incorrect filename reference in comment
David Rowley
2024-01-23
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-21
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-08
Allow examine_simple_variable() to work on INSERT RETURNING Vars.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-19
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-12-18
compute_bitmap_pages' loop_count parameter should be double not int.
Tom Lane
2023-12-04
Remove unnecessary include of <math.h>
Peter Eisentraut
2023-11-16
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-25
Remove useless self-joins
Alexander Korotkov
2023-10-09
Remove debug_print_rel and replace usages with pprint
David Rowley
2023-08-15
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-03
Account for startup rows when costing WindowAggs
David Rowley
2023-07-28
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-14
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-05-25
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-18
Tweak API of new function clause_is_computable_at().
Tom Lane
2023-05-17
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-02-23
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
[next]