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-5772 [C] Extend list of types to predicate pushdown #104

Merged
merged 44 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
053ebd8
Add array comparison support, BOOLARRAY type introduction
bimboterminator1 Jun 19, 2024
29bf321
BYTEA, BYTEAARRAY
bimboterminator1 Jun 24, 2024
3d392d0
REAL, FLOAT8
bimboterminator1 Jun 24, 2024
952c558
BPCHAR
bimboterminator1 Jun 24, 2024
c406671
VARCHAR
bimboterminator1 Jun 24, 2024
09c8a71
DATEARRAY
bimboterminator1 Jun 24, 2024
c039c4e
TIME, TIMEARRAY
bimboterminator1 Jun 25, 2024
04c7a92
TIMESTAMPARRAY
bimboterminator1 Jun 25, 2024
7484c95
TIMESTAMP WITH TIME ZONE
bimboterminator1 Jun 25, 2024
8081e92
INTERVAL
bimboterminator1 Jun 25, 2024
91611ab
NUMERIC
bimboterminator1 Jun 25, 2024
a5fb6a0
UUID
bimboterminator1 Jun 25, 2024
c8ef6f4
JSONB
bimboterminator1 Jun 25, 2024
7f343a2
JSON
bimboterminator1 Jun 25, 2024
8497d00
Change the if clause in list_const_to_str
bimboterminator1 Jul 1, 2024
d9759df
Add BPCHAR LIKE operator
bimboterminator1 Jul 1, 2024
ad25d3b
VARCHAROID
bimboterminator1 Jul 2, 2024
36bc449
Remove debug message
bimboterminator1 Jul 3, 2024
67ac24b
symmetrical fdw changes
bimboterminator1 Jul 3, 2024
08214cf
support BOOL comparison
bimboterminator1 Jul 3, 2024
c9608bc
add commma
bimboterminator1 Jul 3, 2024
4954251
Auto tests
bimboterminator1 Jul 4, 2024
b701c7f
less diff
bimboterminator1 Jul 4, 2024
04914c6
expected part in automation
bimboterminator1 Jul 4, 2024
34f7cd5
code style
bimboterminator1 Jul 5, 2024
f28f9fc
NOT IN
bimboterminator1 Jul 5, 2024
0583067
NOT LIKE
bimboterminator1 Jul 5, 2024
eade182
remove ignored text
bimboterminator1 Jul 5, 2024
8ebfe6c
bigint output
bimboterminator1 Jul 5, 2024
817ca54
output
bimboterminator1 Jul 11, 2024
de59878
fix output
bimboterminator1 Jul 11, 2024
4c2c347
fix output
bimboterminator1 Jul 11, 2024
d100c28
like in external table
bimboterminator1 Jul 11, 2024
4b7298b
checkFilterPushDown automation tests
bimboterminator1 Jul 11, 2024
2ae3569
checkFilterPushDown automation tests
bimboterminator1 Jul 11, 2024
23f709e
Merge branch 'feature/ADBDEV-5595' into ADBDEV-5772
bimboterminator1 Jul 15, 2024
80f8560
Merge branch 'feature/ADBDEV-5595' into ADBDEV-5772
bimboterminator1 Jul 16, 2024
0d527c7
Merge branch 'feature/ADBDEV-5595' into ADBDEV-5772
bimboterminator1 Jul 17, 2024
7f5ac93
Merge branch 'feature/ADBDEV-5595' into ADBDEV-5772
bimboterminator1 Jul 23, 2024
135a7f5
Merge branch 'feature/ADBDEV-5595' into ADBDEV-5772
bimboterminator1 Jul 23, 2024
6d79145
Throw error on unsupported operator for json[]
bimboterminator1 Jul 25, 2024
0673741
checkFilterpushdown tests fix
bimboterminator1 Jul 25, 2024
631478d
identical output
bimboterminator1 Jul 26, 2024
913941b
identical regress
bimboterminator1 Jul 26, 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