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
/
path
/
indxpath.c
Age
Commit message (
Expand
)
Author
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
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-03-28
Make group_similar_or_args() reorder clause list as little as possible
Alexander Korotkov
2025-02-17
Implement Self-Join Elimination
Alexander Korotkov
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-15
Rename RowCompareType to CompareType
Peter Eisentraut
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
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-25
Remove the wrong assertion from match_orclause_to_indexcol()
Alexander Korotkov
2024-11-23
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-11-23
Transform OR-clauses to SAOP's during index matching
Alexander Korotkov
2024-05-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-04-06
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-25
Remove useless self-joins
Alexander Korotkov
2023-07-04
Allow Incremental Sorts on GiST and SP-GiST indexes
David Rowley
2023-06-19
Don't use partial unique indexes for unique proofs in the planner
David Rowley
2023-05-17
Fix some issues with improper placement of outer join clauses.
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-01-31
Remove dead NoMovementScanDirection code
David Rowley
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-13
Make Bitmapsets be valid Nodes.
Tom Lane
2022-10-24
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-02
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-07-13
Use list_copy_head() instead of list_truncate(list_copy(...), ...)
David Rowley
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-03
Handle mixed returnable and non-returnable columns better in IOS.
Tom Lane
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-30
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-01-21
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-07-14
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-02-15
Simplify the planner's new representation of indexable clauses a little.
Tom Lane
2019-02-12
Clean up planner confusion between ncolumns and nkeycolumns.
Tom Lane
2019-02-12
Allow extensions to generate lossy index conditions.
Tom Lane
2019-02-11
Fix indexable-row-comparison logic to account for covering indexes.
Tom Lane
2019-02-09
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
[next]