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-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
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-04-04
Add assertion to verify derived clause has constant RHS
Amit Langote
2025-04-03
Remove duplicated comment in get_relation_constraints
Richard Guo
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-04-02
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-04-01
Fix planner's failure to identify multiple hashable ScalarArrayOpExprs
David Rowley
2025-03-28
Make group_similar_or_args() reorder clause list as little as possible
Alexander Korotkov
2025-03-24
Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025-03-20
Revert workarounds for -Wmissing-braces false positives on old GCC
Peter Eisentraut
2025-03-19
Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
2025-03-15
Remove table AM callback scan_bitmap_next_block
Melanie Plageman
2025-03-13
Fix incorrect handling of subquery pullup
Richard Guo
2025-03-13
Remove code setting wrap_non_vars to true for UNION ALL subqueries
Richard Guo
2025-03-12
Build whole-row Vars the same way during parsing and planning.
Tom Lane
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-10
Use extended stats for precise estimation of bucket size in hash join
Alexander Korotkov
2025-03-10
Teach Append to consider tuple_fraction when accumulating subpaths.
Alexander Korotkov
2025-03-07
Rename amcancrosscompare
Peter Eisentraut
2025-03-04
Avoid NullTest deduction for clone clauses
Richard Guo
2025-02-27
Get rid of ojrelid local variable in remove_rel_from_query()
Alexander Korotkov
2025-02-25
Eliminate code duplication in replace_rte_variables callbacks
Richard Guo
2025-02-25
Expand virtual generated columns in the planner
Richard Guo
2025-02-19
Fix freeing a child join's SpecialJoinInfo
Richard Guo
2025-02-17
Implement Self-Join Elimination
Alexander Korotkov
2025-02-17
Adjust tuples estimate for appendrels
Richard Guo
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-02-04
Allow usage of match_orclause_to_indexcol() for joins
Alexander Korotkov
2025-02-04
Revise the header comment for match_clause_to_indexcol()
Alexander Korotkov
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-30
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
2025-01-29
Handle default NULL insertion a little better.
Tom Lane
2025-01-17
Fix setrefs.c's failure to do expression processing on prune steps.
Tom Lane
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-15
Rename RowCompareType to CompareType
Peter Eisentraut
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-10
Fix UNION planner datatype issue
David Rowley
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
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-17
Update comments about index parallel builds
Tomas Vondra
[next]