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
2024-02-09
Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys()
Alexander Korotkov
2024-02-07
Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT rel
David Rowley
2024-01-26
De-dupicate Memoize cache keys
David Rowley
2024-01-22
Re-disallow Memoize for parameterized nested loops with join filters
David Rowley
2024-01-21
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-10
Fix Asserts in calc_non_nestloop_required_outer().
Tom Lane
2024-01-04
Teach estimate_array_length() to use statistics where available.
Tom Lane
2024-01-03
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-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-25
Remove useless self-joins
Alexander Korotkov
2023-10-10
Replace has_multiple_baserels() with a bitmap test on all_baserels.
Tom Lane
2023-10-10
Fix possible crash in add_paths_to_append_rel()
David Rowley
2023-10-09
Remove debug_print_rel and replace usages with pprint
David Rowley
2023-10-05
Consider cheap startup paths in add_paths_to_append_rel
David Rowley
2023-09-29
C comment: add optimizer function reference
Bruce Momjian
2023-09-29
Add missing TidRangePath handling in print_path()
David Rowley
2023-09-21
Update comment about set_join_pathlist_hook().
Etsuro Fujita
2023-09-07
Reorder tests in get_cheapest_path_for_pathkeys().
Robert Haas
2023-08-15
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-07
Don't Memoize lateral joins with volatile join conditions
David Rowley
2023-08-07
Fix misleading comment in paraminfo_get_equal_hashops
David Rowley
2023-08-06
Tidy up join_search_one_level code
David Rowley
2023-08-04
Minor adjustments to WindowAgg startup cost code
David Rowley
2023-08-04
Account for startup rows when costing WindowAggs
David Rowley
2023-07-28
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-22
Avoid compiler warning in non-assert builds.
Tom Lane
2023-07-21
Fix calculation of relid sets for partitionwise child joins.
Tom Lane
2023-07-04
Allow Incremental Sorts on GiST and SP-GiST indexes
David Rowley
2023-06-29
Defend against bogus parameterization of join input paths.
Tom Lane
2023-06-20
Centralize fixups for mismatched nullingrels in nestloop params.
Tom Lane
2023-06-19
Don't use partial unique indexes for unique proofs in the planner
David Rowley
2023-06-13
Fix "wrong varnullingrels" for Memoize's lateral references, too.
Tom Lane
2023-05-25
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-17
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-05
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-05
Remove comment obsoleted by 11c2d6fd.
Thomas Munro
2023-03-31
Parallel Hash Full Join.
Thomas Munro
2023-03-22
Correct Memoize's estimated cache hit ratio calculation
David Rowley
2023-03-20
Have the planner account for the Memoize cache key memory
David Rowley
2023-03-17
Fix incorrect logic for determining safe WindowAgg run conditions
David Rowley
2023-03-15
Support PlaceHolderVars in MERGE actions.
Tom Lane
2023-03-12
Work around implementation restriction in adjust_appendrel_attrs.
Tom Lane
2023-03-02
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-02-23
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-22
Fix some issues with wrong placement of pseudo-constant quals.
Tom Lane
[prev]
[next]