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
/
backend
/
optimizer
/
path
Age
Commit message (
Expand
)
Author
18 hours
Ensure sanity of hash-join costing when there are no MCV statistics.
HEAD
origin/master
origin/HEAD
master
Tom Lane
34 hours
Strip PlaceHolderVars from index operands
Richard Guo
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-11-27
Allow indexscans on partial hash indexes with implied quals.
Tom Lane
2025-11-27
Add parallelism support for TID Range Scans
David Rowley
2025-11-17
Clean up match_orclause_to_indexcol().
Tom Lane
2025-11-05
Avoid creating duplicate ordered append paths
Richard Guo
2025-11-05
Fix assertion failure in generate_orderedappend_paths()
Richard Guo
2025-11-02
Change "long" numGroups fields to be Cardinality (i.e., double).
Tom Lane
2025-10-30
Disable parallel plans for RIGHT_SEMI joins
Richard Guo
2025-10-19
Tidyup truncate_useless_pathkeys() function
David Rowley
2025-10-14
Rename apply_at to apply_agg_at for clarity
Richard Guo
2025-10-09
Make truncate_useless_pathkeys() consider WindowFuncs
David Rowley
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-09-30
Remove unused parameter from find_window_run_conditions()
David Rowley
2025-09-26
Remove unused parameter from check_and_push_window_quals
David Rowley
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-03
Fix planner error when estimating SubPlan cost
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-07-29
Display Memoize planner estimates in EXPLAIN
David Rowley
2025-07-08
Consider explicit incremental sort for Append and MergeAppend
Richard Guo
2025-07-03
Enable use of Memoize for ANTI joins
Richard Guo
2025-06-20
Remove planner's have_dangerous_phv() join-order restriction.
Tom Lane
2025-05-18
Fix tuple_fraction calculation in generate_orderedappend_paths()
Alexander Korotkov
2025-05-08
Track the number of presorted outer pathkeys in MergePath
Richard Guo
2025-04-16
Fix an incorrect check in get_memoize_path
Richard Guo
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
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-03-28
Make group_similar_or_args() reorder clause list as little as possible
Alexander Korotkov
2025-03-20
Revert workarounds for -Wmissing-braces false positives on old GCC
Peter Eisentraut
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-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-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-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-15
Rename RowCompareType to CompareType
Peter Eisentraut
2025-01-02
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
[next]