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
/
backend
/
optimizer
Age
Commit message (
Expand
)
Author
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-09-20
Re-allow using statistics for bool-valued functions in WHERE.
Tom Lane
2025-09-19
Improve wording in a few comments
David Rowley
2025-09-16
Treat JsonConstructorExpr as non-strict
Richard Guo
2025-09-15
Expand virtual generated columns in constraint expressions
Peter Eisentraut
2025-09-12
Fix misuse of Relids for storing attribute numbers
Richard Guo
2025-09-08
Don't generate fake "ANY_subquery" aliases, either.
Robert Haas
2025-09-03
Fix planner error when estimating SubPlan cost
Richard Guo
2025-08-30
Fix const-simplification for constraints and stats
Richard Guo
2025-08-29
Fix possible use after free in expand_partitioned_rtentry()
David Rowley
2025-08-29
Fix semijoin unique-ification for child relations
Richard Guo
2025-08-28
Fix "variable not found in subplan target lists" in semijoin de-duplication.
Tom Lane
2025-08-26
Improve RowMark handling during Self-Join Elimination
Alexander Korotkov
2025-08-26
Refactor variable names in remove_self_joins_one_group()
Alexander Korotkov
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-13
Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.
Tom Lane
2025-08-11
Fix security checks in selectivity estimation functions.
Dean Rasheed
2025-08-08
Disallow collecting transition tuples from child foreign tables.
Etsuro Fujita
2025-07-31
Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt
Michael Paquier
2025-07-29
Display Memoize planner estimates in EXPLAIN
David Rowley
2025-07-24
Introduce field tracking cached plan type in PlannedStmt
Michael Paquier
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-07-03
Simplify COALESCE() with one surviving argument.
Tom Lane
2025-07-03
Enable use of Memoize for ANTI joins
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-06-19
doc: Mention GIN indexes support parallel builds.
Fujii Masao
2025-05-22
In ExecInitModifyTable, don't scribble on the source plan.
Tom Lane
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-05-18
Fix tuple_fraction calculation in generate_orderedappend_paths()
Alexander Korotkov
2025-05-14
Add explicit initialization for all PlannerGlobal fields
Richard Guo
2025-05-08
Track the number of presorted outer pathkeys in MergePath
Richard Guo
2025-05-07
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-05-03
Revert "Refactor ChangeVarNodesExtended() using the custom callback"
Alexander Korotkov
2025-05-03
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-04-27
Disallow removing placeholders during Self-Join Elimination.
Alexander Korotkov
2025-04-20
Fix issue with ORDER BY / DISTINCT aggregates and FILTER
David Rowley
2025-04-16
Fix an incorrect check in get_memoize_path
Richard Guo
2025-04-15
Fix failure for generated column with a not-null domain constraint.
Tom Lane
2025-04-10
Update wording in optimizer/README for EquivalenceClasses
David Rowley
2025-04-09
Doc: note that two examples in optimizer/README are oversimplified.
Tom Lane
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-08
Fix PG 17 [NOT] NULL optimization bug for domains
Bruce Momjian
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-04
Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Alexander Korotkov
[prev]
[next]