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-11-29
Skip not SOAP-supported indexes while transforming an OR clause into SAOP
Alexander Korotkov
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-26
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-25
Remove the wrong assertion from match_orclause_to_indexcol()
Alexander Korotkov
2024-11-24
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-11-24
Transform OR-clauses to SAOP's during index matching
Alexander Korotkov
2024-10-15
Move clause_sides_match_join() into restrictinfo.h
David Rowley
2024-10-14
Track sort direction in SortGroupClause
Peter Eisentraut
2024-10-12
Correctly identify which EC members are computable at a plan node.
Tom Lane
2024-10-09
Avoid crash in estimate_array_length with null root pointer.
Tom Lane
2024-10-09
Consider explicit incremental sort for mergejoins
Richard Guo
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-09-04
Check the validity of commutators for merge/hash clauses
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-30
Refactor the checks for parameterized partial paths
Richard Guo
2024-07-30
Short-circuit sort_inner_and_outer if there are no mergejoin 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-07-15
Check lateral references within PHVs for memoize cache keys
Richard Guo
2024-07-12
Consider materializing the cheapest inner path in parallel nestloop
Richard Guo
2024-07-05
Support "Right Semi Join" plan shapes
Richard Guo
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-06
Restore preprocess_groupclause()
Alexander Korotkov
2024-06-06
Rename PathKeyInfo to GroupByOrdering
Alexander Korotkov
2024-06-06
Add invariants check to get_useful_group_keys_orderings()
Alexander Korotkov
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
2024-05-07
Prevent RLS filters on ctid from breaking WHERE CURRENT OF <cursor>.
Tom Lane
2024-05-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-16
Ensure generated join clauses for child rels have correct relids.
Tom Lane
2024-04-06
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-04-02
Fix assert failure when planning setop subqueries with CTEs
David Rowley
2024-03-28
Update comment in set_dummy_rel_pathlist().
Tom Lane
2024-03-26
Remove some redundant set_cheapest() calls.
Tom Lane
2024-03-26
Propagate pathkeys from CTEs up to the outer query.
Tom Lane
2024-03-25
Code review for 6190d828cd2
Amit Langote
2024-03-25
Do not translate dummy SpecialJoinInfos for child joins
Amit Langote
2024-03-25
Reduce memory used by partitionwise joins
Amit Langote
2024-03-25
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-21
Add SQL/JSON query functions
Amit Langote
2024-03-19
Postpone reparameterization of paths until create_plan().
Tom Lane
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-15
Simplify PathKey checking code
David Rowley
[prev]
[next]