index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
Age
Commit message (
Expand
)
Author
2025-11-22
Add SupportRequestInlineInFrom planner support request.
Tom Lane
2025-11-02
Change "long" numGroups fields to be Cardinality (i.e., double).
Tom Lane
2025-10-16
Remove partColsUpdated.
Nathan Bossart
2025-10-08
Add planner_setup_hook and planner_shutdown_hook.
Robert Haas
2025-10-08
Add ExplainState argument to pg_plan_query() and planner().
Robert Haas
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-10-07
Remove PlannerInfo's join_search_private method.
Robert Haas
2025-10-07
Allow private state in certain planner data structures.
Robert Haas
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-09-15
Update various forward declarations to use typedef
Peter Eisentraut
2025-09-15
Remove workarounds against repeat typedefs
Peter Eisentraut
2025-09-12
Fix misuse of Relids for storing attribute numbers
Richard Guo
2025-08-19
Simplify relation_has_unique_index_for()
Richard Guo
2025-08-19
Pathify RHS unique-ification for semijoin planning
Richard Guo
2025-08-08
Disallow collecting transition tuples from child foreign tables.
Etsuro Fujita
2025-07-29
Display Memoize planner estimates in EXPLAIN
David Rowley
2025-07-22
Reduce "Var IS [NOT] NULL" quals during constant folding
Richard Guo
2025-07-22
Centralize collection of catalog info needed early in the planner
Richard Guo
2025-07-22
Expand virtual generated columns before sublink pull-up
Richard Guo
2025-07-08
Consider explicit incremental sort for Append and MergeAppend
Richard Guo
2025-06-29
Fix some new issues with planning of PlaceHolderVars.
Tom Lane
2025-06-20
Remove planner's have_dangerous_phv() join-order restriction.
Tom Lane
2025-05-08
Track the number of presorted outer pathkeys in MergePath
Richard Guo
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-04
Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Alexander Korotkov
2025-04-04
Extract make_SAOP_expr() function from match_orclause_to_indexcol()
Alexander Korotkov
2025-04-04
Convert PathKey to use CompareType
Peter Eisentraut
2025-04-04
Make derived clause lookup in EquivalenceClass more efficient
Amit Langote
2025-02-25
Expand virtual generated columns in the planner
Richard Guo
2025-02-17
Implement Self-Join Elimination
Alexander Korotkov
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
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-24
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
[next]