Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADBDEV-3999: ORCA generates incorrect plan with exists clause for partitioned table #576

Merged
merged 40 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
376516f
ORCA generates incorrect plan with exists clause for partitioned table
RekGRpth Aug 2, 2023
048a7ee
Merge branch 'adb-6.x-dev' into ADBDEV-3999
RekGRpth Aug 4, 2023
029aa68
fix
RekGRpth Aug 28, 2023
115ab42
Merge branch 'adb-6.x-dev' into ADBDEV-3999
RekGRpth Aug 28, 2023
fc74d9c
another approach
RekGRpth Aug 29, 2023
640afd8
Merge branch 'adb-6.x-dev' into ADBDEV-3999
RekGRpth Aug 29, 2023
731c150
get first used column for exist subquery
RekGRpth Sep 6, 2023
a8911e5
Merge branch 'adb-6.x-dev' into ADBDEV-3999
RekGRpth Sep 6, 2023
4634f70
fix regress test
RekGRpth Sep 6, 2023
97a5c1e
fix
RekGRpth Sep 7, 2023
cd7b60a
comment
RekGRpth Sep 7, 2023
bd04aec
split
RekGRpth Sep 7, 2023
6a1811d
comment
RekGRpth Sep 7, 2023
416f58f
simplify
RekGRpth Sep 7, 2023
4b52a6c
mark first as used
RekGRpth Sep 21, 2023
3f97999
Merge branch 'adb-6.x-dev' into ADBDEV-3999
RekGRpth Sep 21, 2023
ebe72a2
Merge branch 'adb-6.x-dev' into ADBDEV-3999
RekGRpth Nov 2, 2023
0d26ab4
revork solution
RekGRpth Nov 2, 2023
1248b1b
Revert "revork solution"
RekGRpth Nov 3, 2023
bf51e90
Merge branch 'adb-6.x-dev' into ADBDEV-3999
RekGRpth Dec 26, 2023
4440325
comment expanded
RekGRpth Dec 29, 2023
ebaa3bd
remove first change and add assert
RekGRpth Dec 29, 2023
f5f1d2f
revert
RekGRpth Dec 29, 2023
31ae04a
Merge branch 'adb-6.x-dev' into ADBDEV-3999
RekGRpth Dec 29, 2023
e400238
revrite solution to fix partitioned table
RekGRpth Dec 29, 2023
5a5dc2e
Merge branch 'adb-6.x-dev' into ADBDEV-3999
RekGRpth Jan 10, 2024
3a0b08d
move logic from parent to child class
RekGRpth Jan 10, 2024
58f4503
clang format
RekGRpth Jan 10, 2024
78bc439
add bitmap and index scans to tests
RekGRpth Jan 12, 2024
6b51d33
fix bitmap test
RekGRpth Jan 15, 2024
107307c
Merge branch 'adb-6.x-dev' into ADBDEV-3999
RekGRpth Jan 15, 2024
f5ccf22
move logic from child to parent
RekGRpth Jan 16, 2024
ca7286b
revert
RekGRpth Jan 16, 2024
c9ee898
update tests
RekGRpth Jan 16, 2024
65678c2
fix tests
RekGRpth Jan 16, 2024
ac5ec4f
Merge branch 'adb-6.x-dev' into ADBDEV-3999
RekGRpth Jan 30, 2024
ee862db
ORCA generates incorrect plan with exists clause for partitioned table
RekGRpth Feb 5, 2024
2ff183a
Merge branch 'adb-6.x-dev' into ADBDEV-3999
RekGRpth Feb 5, 2024
219d9b3
Merge branch 'adb-6.x-dev' into ADBDEV-3999
RekGRpth Feb 6, 2024
8cfee82
Merge branch 'adb-6.x-dev' into ADBDEV-3999
andr-sokolov Feb 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading