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
2024-04-19
Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.
Dean Rasheed
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-15
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-12
Fix recently introduced typo in code comment
David Rowley
2024-04-12
Fix IS [NOT] NULL qual optimization for inheritance tables
David Rowley
2024-04-09
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-07
Fix usage of same ListCell transform_or_to_any()'s in nested loops
Alexander Korotkov
2024-04-07
Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-06
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-04-03
Don't adjust ressortgroupref in generate_setop_child_grouplist()
David Rowley
2024-04-02
Don't zero tuple_fraction when planning UNIONs with ORDER BYs
David Rowley
2024-04-01
Fix assert failure when planning setop subqueries with CTEs
David Rowley
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
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
Refactor predicate_{implied,refuted}_by_simple_clause.
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
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2024-03-19
Postpone reparameterization of paths until create_plan().
Tom Lane
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-14
Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_paths
David Rowley
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-12
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-06
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-06
Fix type-checking of RECORD-returning functions in FROM.
Tom Lane
2024-03-06
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-05
Remove surplus trailing semicolon
David Rowley
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-29
Support MERGE into updatable views.
Dean Rasheed
2024-02-23
Replace lateral references to removed rels in subqueries
Alexander Korotkov
2024-02-23
Avoid dangling-pointer problem with partitionwise joins under GEQO.
Tom Lane
2024-02-22
pgindent fix
Peter Eisentraut
2024-02-20
Replace relids in lateral subquery parse tree during SJE
Alexander Korotkov
2024-02-16
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-02-16
Add missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-02-15
Pull up ANY-SUBLINK with the necessary lateral support.
Alexander Korotkov
2024-02-15
Simplify PathKey checking code
David Rowley
2024-02-15
Clarify the 'rows' parameter in create_append_path
David Rowley
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-02-02
Allow Gather Merge in more cases for parallel DISTINCT
David Rowley
2024-01-31
Fix costing bug in MergeAppend
David Rowley
2024-01-31
Consider the "LIMIT 1" optimization with parallel DISTINCT
David Rowley
2024-01-30
Simplify partial path generation in GROUP BY/ORDER BY
David Rowley
[next]