Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
456 commits
Select commit Hold shift + click to select a range
7333a0a
Bump: delta, ducklake, httpfs (#19715)
Mytherin Nov 10, 2025
f3fb834
Fix #19355: correctly resolve subquery in MERGE INTO action condition…
Mytherin Nov 10, 2025
3f0ad69
Fix #19700: correctly sort output selection vector in nested selectio…
Mytherin Nov 10, 2025
0a225cb
fix ci for encryption
samansmink Nov 10, 2025
2142f0b
fix duplicate job id
samansmink Nov 10, 2025
ffb7be7
Merge branch 'v1.4-andium' into fix-crypto-issue
samansmink Nov 10, 2025
0e3d0b5
remove deleted file from patch
samansmink Nov 10, 2025
dff5b7f
Bump the Postgres scanner extension
Mytherin Nov 10, 2025
6667c7a
Bump httpfs and resume testing on Windows (#19714)
Mytherin Nov 10, 2025
8090b8d
[Dev] Fix assertion failure for empty ColumnData serialization (#19713)
Mytherin Nov 10, 2025
0dea05d
Logs to be case-insensitive also at enable_logging callsite
carlopi Nov 11, 2025
1ef3444
Bump the Postgres scanner extension (#19730)
Mytherin Nov 11, 2025
e52f713
Add require to test
Mytherin Nov 11, 2025
9c6efc7
Fix typo
Mytherin Nov 11, 2025
7386b44
Add explicit Initialize(HTTPParam&) method to HTTPClient (#19723)
Mytherin Nov 11, 2025
3d4d568
Logs to be case-insensitive also at enable_logging callsite (#19734)
Mytherin Nov 11, 2025
56f6ef0
create a LogicalAggregate even if we only have a having clause, witho…
Tishj Nov 11, 2025
68d7555
Fix minor crypto issues (#19716)
Mytherin Nov 11, 2025
b308b27
assertion was incorrectly assuming that presence of expression means …
Tishj Nov 11, 2025
d1cf994
remove 'fix', just remove the assertion, nothing seems to die if type…
Tishj Nov 11, 2025
0efe5cc
implement proper equals for table functions (#19722)
Mytherin Nov 11, 2025
5f0c38c
Fix behavior for HAVING clause without a GROUP BY (#19739)
lnkuiper Nov 12, 2025
7dc3049
Assert that result types match with column data collection when fetch…
pdet Nov 12, 2025
8fff932
Remove httpfs patches and bump
carlopi Nov 13, 2025
a574e45
need to extract all column bindings of a json_each function as well
Tmonster Nov 13, 2025
895cfbd
constraint violation bug fix
artjomPlaunov Nov 13, 2025
19112b7
logical get with children should always get child bindings as well
Tmonster Nov 13, 2025
45aa7a8
make format-fix
Tmonster Nov 13, 2025
c6c157c
some small fixes
Tmonster Nov 13, 2025
97bdcc6
Remove httpfs patches and bump (#19763)
lnkuiper Nov 13, 2025
45f5be7
Bump iceberg to now default available extension
carlopi Nov 13, 2025
edf7938
Correctly use a lock when accessing the EncryptionKeyManager
Mytherin Nov 13, 2025
f68f1a5
Correctly use a lock when accessing the EncryptionKeyManager (#19772)
Mytherin Nov 14, 2025
7e44134
Bump iceberg to now default available extension (#19764)
Mytherin Nov 14, 2025
da8fad8
Extract all column bindings of json each function (#19766)
lnkuiper Nov 14, 2025
1621d72
avoid macro binding if no types
Nov 14, 2025
83baebe
Check types with state.column_ids in consideration
pdet Nov 14, 2025
e0cda7a
constraint violation bug fix (#19776)
lnkuiper Nov 14, 2025
b1fb733
Avoid binding macro arguments for untyped macros (#19779)
lnkuiper Nov 14, 2025
da28684
Skip comparison between timestamp and timestamp_tz
pdet Nov 14, 2025
a6ae0c2
It should probably be `${EXTENSION_CONFIG_BUILD}` instead of `EXTENSI…
lnkuiper Nov 14, 2025
4939f9a
fix illegal utf8 character
flashmouse Nov 8, 2025
3d61064
copy code boss teach me
flashmouse Nov 15, 2025
2ee9aba
add ut ensure correct
flashmouse Nov 15, 2025
29629a5
Reuse metadata even in the presence of deletes
ywelsch Nov 17, 2025
97b77a3
fix potential overflow
flashmouse Nov 17, 2025
6e1f3d4
free memory
taniabogatsch Nov 17, 2025
cf4c2fe
Merge branch 'v1.4-andium' into more-testing
taniabogatsch Nov 17, 2025
e378357
PositionalScan: handle also HAVE_MORE_OUTPUT + empty chunk via iteration
carlopi Nov 18, 2025
b878a5d
Fix #19575: Fix illegal utf8 character (#19699)
Mytherin Nov 18, 2025
461067f
AttachDatabase: first set whether file is remote, then attempt find w…
carlopi Nov 18, 2025
1e3cf5a
chore: bump vortex to 0.56.0
0ax1 Nov 17, 2025
a047dc7
Add test that same remote file can be attached again
carlopi Nov 18, 2025
19cad94
chore: bump vortex to 0.56.0 (#19815)
pdet Nov 18, 2025
8d91071
Add CacheBehavior::AUTOMATIC to DBInstanceCache that automatically do…
Mytherin Nov 19, 2025
448167b
Rename has_changes and turn flag changes into asserts
ywelsch Nov 19, 2025
b6f0d6b
also rename has_changes in assertion code
ywelsch Nov 19, 2025
8a7bc61
PositionalScan: handle also HAVE_MORE_OUTPUT + empty chunk via iterat…
pdet Nov 19, 2025
ff2930f
AttachDatabase: first set whether file is remote, then do the rest (#…
pdet Nov 19, 2025
7365dd2
Revert to check logical types, correct logger to properly emit timest…
pdet Nov 19, 2025
a2ae692
Add CacheBehavior::AUTOMATIC to DBInstanceCache that automatically do…
Mytherin Nov 19, 2025
3319869
DuckIndexScanState::TableScanFunc, split into 2 explicit phases
carlopi Nov 18, 2025
b61d5e0
Add @artjomPlaunov's testcase on an index with random UUIDs
carlopi Nov 19, 2025
80f8008
DuckIndexScanState::TableScanFunc: cleanup
carlopi Nov 19, 2025
a656198
Reuse metadata even in the presence of deletes (#19823)
Mytherin Nov 20, 2025
977b76a
CI Cleanup (#19840)
yan-alex Nov 20, 2025
da9533f
remove duplicate block
yan-alex Nov 20, 2025
159b968
Bump httpfs and iceberg
carlopi Nov 20, 2025
0787409
revert
pdet Nov 20, 2025
4ac4331
DuckIndexScanState::TableScanFunc, split into 2 explicit phases (#19838)
Mytherin Nov 20, 2025
0d6e335
Keep cte_root alive while binding materialized CTEs in MERGE INTO chi…
Mytherin Nov 20, 2025
21cb1ec
Bump httpfs and iceberg (#19859)
Mytherin Nov 20, 2025
dfb67f4
Keep cte_root alive while binding materialized CTEs in MERGE INTO chi…
Mytherin Nov 20, 2025
5659b33
CI Cleanup (#19840) (#19857)
Mytherin Nov 20, 2025
399975b
Merge branch 'v1.4-andium' into more-testing
taniabogatsch Nov 21, 2025
848ced2
fix modulo warning
taniabogatsch Nov 21, 2025
3295e5b
review feedback
taniabogatsch Nov 21, 2025
ce13f67
Merge remote-tracking branch 'upstream/v1.4-andium' into column_data_…
pdet Nov 21, 2025
31fa1d8
unbound index buffer allocation
artjomPlaunov Nov 21, 2025
d00a1b0
less magic ;)
taniabogatsch Nov 21, 2025
48f8a4a
format
artjomPlaunov Nov 21, 2025
305dc11
add manual extension deploy step
samansmink Nov 21, 2025
113be48
fix error from copying
samansmink Nov 21, 2025
dca9de7
refactoring
artjomPlaunov Nov 22, 2025
3931d46
remove logic for handling larger than standard_vector_size operations…
artjomPlaunov Nov 24, 2025
1adb92a
clarifying comment
artjomPlaunov Nov 24, 2025
e64f227
avoid underflow/"inf" loop while reporting unittest summary (backport…
benfleis Nov 21, 2025
f7be7ca
Make this private
pdet Nov 24, 2025
c673dc8
fix deploy step to deploy to staging
samansmink Nov 24, 2025
7e4515b
Fixes incorrect handing of APPROX_QUANTILE TIME
Damon07 Nov 24, 2025
5a24e5d
fix extensions
samansmink Nov 24, 2025
1963f4d
fix extension upload
samansmink Nov 24, 2025
4369f91
Fix #19517: preserve relation name for table-qualified star LIKE expr…
henry8128 Nov 22, 2025
9e8ded0
Merge remote-tracking branch 'upstream/v1.4-andium' into unbound-inde…
artjomPlaunov Nov 24, 2025
73b9d71
Fix #19517: preserve relation name for table-qualified star LIKE expr…
Mytherin Nov 24, 2025
a96bafd
add v1.4.3
maiadegraaf Nov 24, 2025
0128d17
clean up tmp files while building extensions
c-herrewijn Nov 24, 2025
e93a234
avoid underflow/"inf" loop while reporting unittest summary (backport…
Mytherin Nov 24, 2025
df4b100
bump extensions
maiadegraaf Nov 24, 2025
006ae05
Merge branch 'v1.4-andium' into more-testing
taniabogatsch Nov 24, 2025
ca659e4
prevent overriding compression_empty to compression_constant, as the …
Tishj Nov 24, 2025
4a4d09d
remove large limit optimization whenever there is a filter
guillesd Nov 24, 2025
1925eb4
free disk space in Upload Extensions job
c-herrewijn Nov 24, 2025
f2ab02e
Fix tidy
Mytherin Nov 24, 2025
a64eb6a
Fixes incorrect handing of APPROX_QUANTILE TIME (#19891)
Mytherin Nov 24, 2025
be23b76
clean up test, fix formatting
Tishj Nov 24, 2025
dd1e098
github.base_ref
Mytherin Nov 24, 2025
d39d7c8
Issue #19916: WASM Time Zones
hawkfish Nov 24, 2025
099fb1b
Add v1.4.3 to Storage Version (#19907)
Mytherin Nov 25, 2025
1734ade
clean up tmp files while building extensions (#19908)
Mytherin Nov 25, 2025
4c56f06
Bump: ducklake, mysql_scanner (#19910)
Mytherin Nov 25, 2025
9b6c56b
remove large limit optimization whenever there is a filter (#19911)
Mytherin Nov 25, 2025
d62b5a2
free disk space in Upload Extensions job (#19912)
Mytherin Nov 25, 2025
f019064
[Compression] Prevent overriding `COMPRESSION_EMPTY` with `COMPRESSIO…
Mytherin Nov 25, 2025
fe8a986
Make `make tidy-check-diff` compare against base branch, instead of a…
Mytherin Nov 25, 2025
b4e1766
Merge remote-tracking branch 'upstream/v1.4-andium' into column_data_…
pdet Nov 25, 2025
232010d
Fix optimizer incorrectly remove ORDER BY clause from aggregates
tianjq16 Nov 25, 2025
6b7d108
More testing for appender and attach-detach (#19708)
pdet Nov 25, 2025
161c69b
Script to release a extension manually (#19881)
pdet Nov 25, 2025
059a64c
disable profiling
maiadegraaf Nov 25, 2025
52b7324
Assert that result types match with column data collection when fetch…
pdet Nov 25, 2025
24ca471
No longer auto-enable profiling on DEBUG mode (#19931)
pdet Nov 25, 2025
f2512ab
Fix optimizer incorrectly remove ORDER BY clause from aggregates (#19…
Mytherin Nov 26, 2025
4069ba7
Backport revert append fixes
Mytherin Nov 26, 2025
eae7fe8
bump extensions
Maxxen Nov 26, 2025
801220d
Add bind_correlated_columns flag
d-justen Nov 25, 2025
0885789
Add test
d-justen Nov 25, 2025
39ce96a
Remove superfluous member preset
d-justen Nov 25, 2025
8c79ca0
Replace flag with method
d-justen Nov 26, 2025
6522864
bind unbound indexes before serializing, if context is available
artjomPlaunov Nov 26, 2025
9a8c4a6
clarifying comment
artjomPlaunov Nov 26, 2025
1f3697c
Throw error when value is NULL
Dtenwolde Nov 26, 2025
06df904
Remove select
Dtenwolde Nov 26, 2025
318c13c
check transaction
artjomPlaunov Nov 26, 2025
c3fb0e6
Backport revert append fixes (#19941)
Mytherin Nov 26, 2025
5bae84d
nits
artjomPlaunov Nov 26, 2025
af02c71
memory limit slow test
artjomPlaunov Nov 26, 2025
15dbdac
OOM test
artjomPlaunov Nov 26, 2025
8b03b01
Merge remote-tracking branch 'upstream/v1.4-andium' into unbound-inde…
artjomPlaunov Nov 26, 2025
cdb5282
format
artjomPlaunov Nov 26, 2025
399d367
Bump: spatial (#19943)
Mytherin Nov 26, 2025
2bc6ca8
Update expression_binder.hpp
d-justen Nov 26, 2025
72d5625
Fix includes
d-justen Nov 26, 2025
bfe0aad
append into small_chunk first, then spill to column_data_collection
artjomPlaunov Nov 26, 2025
569c7a4
remove sha from artifacts
c-herrewijn Nov 26, 2025
7a7033f
Issue #19916: WASM Time Zones (#19918)
Mytherin Nov 27, 2025
14adebd
Merge remote-tracking branch 'upstream/v1.4-andium' into unbound-inde…
artjomPlaunov Nov 27, 2025
5208783
Throw directly
d-justen Nov 27, 2025
ee38ebe
Format fix
Dtenwolde Nov 27, 2025
7abdc38
increase slow threshold
taniabogatsch Nov 27, 2025
9e2050e
add support for prepared parameters in parquet copy option, and throw…
Tishj Nov 27, 2025
966e6b1
formatting
Tishj Nov 27, 2025
e825990
add 'inherit_skip_tests' to avoid the repetition of skipped tests acr…
Tishj Nov 27, 2025
236a877
use 'inherit_skip_tests' elsewhere as well, add a script to compare t…
Tishj Nov 27, 2025
9ffcfde
formatting....
Tishj Nov 27, 2025
2212bac
assume the path to be relative to the duckdb root (this should alread…
Tishj Nov 27, 2025
656bf53
formatting
Tishj Nov 27, 2025
e9376c6
initial rewrite to use two ColumnDataCollections for buffering and re…
artjomPlaunov Nov 27, 2025
363851d
allow unfoldable expressions
Tishj Nov 27, 2025
3a60ead
fix index updates + dict_fsst + index scan before checkpoint
taniabogatsch Nov 27, 2025
4f91557
off by one, slice inside of loop
artjomPlaunov Nov 27, 2025
fbc6a04
edge case
artjomPlaunov Nov 28, 2025
5bb89af
bug fix
artjomPlaunov Nov 28, 2025
65ce088
Fix correlated column binding in ConstantBinder (#19945)
Mytherin Nov 28, 2025
534a224
[chore] Increase slow threshold (#19965)
Mytherin Nov 28, 2025
1cdb7e7
[Parquet] Fix prepared copy option parameter (#19966)
Mytherin Nov 28, 2025
9dc75ee
[TestConfig] Fix `verify_fetch_row` config, reduce duplication in `sk…
Mytherin Nov 28, 2025
9c1f71d
remove sha from artifacts (#19957)
Mytherin Nov 28, 2025
45dd9f3
use data for validity update if dict fsst
taniabogatsch Nov 28, 2025
1ecb2fb
no sampling over 281TB
Tmonster Nov 28, 2025
55eb395
small update
Tmonster Nov 28, 2025
1b2a748
OOM test
artjomPlaunov Nov 28, 2025
136dd6a
Unbound index binding with context (#19953)
Mytherin Nov 29, 2025
2c105fc
remove old tests
artjomPlaunov Dec 1, 2025
35c257b
[Fix] Bug in `FetchRow` after update on indexed table with `dict_fsst…
Mytherin Dec 1, 2025
e88f8ee
interval merging test
artjomPlaunov Dec 1, 2025
3e7f172
wal index replay multi column table test
artjomPlaunov Dec 1, 2025
b970ec8
remove unecessary include
artjomPlaunov Dec 1, 2025
68542b2
small changes
artjomPlaunov Dec 1, 2025
003e2c4
Merge remote-tracking branch 'upstream/v1.4-andium' into unbound-inde…
artjomPlaunov Dec 1, 2025
6d273f2
consts
artjomPlaunov Dec 1, 2025
05075e7
bring sample max down to one billion
Tmonster Dec 1, 2025
a5b2ab2
change >= to just >
Tmonster Dec 1, 2025
2cce298
Take in consideration if the sniffer used unstrictness while selectin…
pdet Dec 1, 2025
2380321
We don't have to error the maximum line size on strict mode
pdet Dec 1, 2025
0e4b558
Forgot __TEST_DIR__/
pdet Dec 1, 2025
9dd6c98
Fix tidy
pdet Dec 1, 2025
268d659
Null assertion on denormalized_table argument (#19947)
pdet Dec 1, 2025
4b0f504
force the 'has_changes' of the data column to true if any has changes
Tishj Dec 1, 2025
2c4052a
woopsie
pdet Dec 1, 2025
52fe0d2
[Art][Wal]Unbound index allocations (#19901)
pdet Dec 1, 2025
e555239
No sampling over 281TB (#19978)
pdet Dec 1, 2025
61e8c5b
Take in consideration if the sniffer used unstrictness while selectin…
pdet Dec 1, 2025
36451fc
[CSV] Avoid throwing unnecessary errors on strict mode (#20007)
pdet Dec 1, 2025
18246c4
bump extensions
maiadegraaf Dec 2, 2025
4b056d7
[Compression] Fix an issue with NULL updates to a column compressed w…
Mytherin Dec 2, 2025
8656740
Bump: delta, ducklake, iceberg (#20012)
pdet Dec 2, 2025
07f1fd1
require notwindows on the test to avoid nightly fails
Tmonster Dec 2, 2025
15b866d
fix test on windows
Tmonster Dec 2, 2025
a255793
add unity_catalog, update delta
samansmink Dec 2, 2025
142fd10
Bump spatial
staticlibs Dec 2, 2025
a99599a
Fix INSERT OR REPLACE BY NAME with partial columns(#19845)
henry8128 Dec 2, 2025
9b10969
Retag #19821 to v1.4
pdet Dec 2, 2025
9997845
Bump MySQL scanner
staticlibs Dec 2, 2025
2263b70
add unity_catalog, update delta (#20019)
pdet Dec 2, 2025
0d4d302
Bump spatial (#20020)
pdet Dec 2, 2025
15a69a2
Enable windows_arm64 arch for main extensions
staticlibs Dec 1, 2025
15a1daa
require 16gb ram instead
Tmonster Dec 2, 2025
65452bd
Move opt_in_arch default list to InvokeCI.yml
staticlibs Dec 2, 2025
a6e2187
Issue #20015: Streaming Window Sequence
hawkfish Dec 2, 2025
e4fa02b
Retag #19821 to v1.4 - Use PLAIN_DICTIONARY for Parquet version 1 (#2…
Mytherin Dec 3, 2025
92bfc57
Fix INSERT OR REPLACE BY NAME with partial columns(#19845) (#19989)
Mytherin Dec 3, 2025
c1570cf
Bump MySQL scanner (#20025)
pdet Dec 3, 2025
e04f3bc
remove windows specific limit
Tmonster Dec 3, 2025
9653797
Merge remote-tracking branch 'upstream/v1.4-andium' into fix_table_sa…
Tmonster Dec 3, 2025
7de1330
bump iceberg
Tmonster Dec 3, 2025
55ae961
Fix mark join decorrelation
kryonix Dec 3, 2025
c827ed7
bump extensions
samansmink Dec 3, 2025
67f51c7
propagate gate status in Node4::DeleteChild
artjomPlaunov Dec 3, 2025
6f54823
Fix #20014: correctly use numeric_limits<T>::min for NumericLimits::M…
Mytherin Dec 3, 2025
789990f
Fix for test_all_types
Mytherin Dec 3, 2025
0f830ca
Do not enter mark join decorrelation case when neither left nor right…
kryonix Dec 3, 2025
a86af88
Windows must sample less (#20018)
Mytherin Dec 3, 2025
b9dd2cf
Issue #20015: Streaming Window Sequence (#20027)
Mytherin Dec 3, 2025
2d03189
You're telling me neither lowest() NOR min() return the smallest value
Mytherin Dec 3, 2025
29810e0
bump iceberg (#20032)
pdet Dec 4, 2025
0e0ede7
Merge remote-tracking branch 'upstream/v1.4-andium' into art-nested-d…
artjomPlaunov Dec 4, 2025
c08cb6c
Fix #20014: correctly use numeric_limits<T>::min for NumericLimits::M…
Mytherin Dec 4, 2025
e25e42c
add extension entries
samansmink Dec 4, 2025
bea03d5
Enable windows_arm64 arch for main extensions (#20004)
pdet Dec 4, 2025
4726c3c
During RewriteCTEScan, only rewrite dependent joins if requested
kryonix Dec 4, 2025
b3da63e
Make format-fix
kryonix Dec 4, 2025
8a2fc1d
Fix mark join decorrelation (#20033)
lnkuiper Dec 4, 2025
7f0b18a
propagate gate status in Node4::DeleteChild (#20044)
Mytherin Dec 4, 2025
2692b94
Bump: httpfs (#20036)
Mytherin Dec 4, 2025
e56c14d
Bump ducklake
pdet Dec 4, 2025
dc4e410
Merge remote-tracking branch 'upstream/v1.4-andium' into bump_dl_2
pdet Dec 4, 2025
f8d8ff0
Bump ducklake (#20054)
Mytherin Dec 5, 2025
43ec239
bump extensions
samansmink Dec 5, 2025
c04dacf
bump unity catalog
samansmink Dec 5, 2025
11cc16c
enable windows for uc
samansmink Dec 5, 2025
c231f37
bump azure to v1.4.3
benfleis Dec 5, 2025
143088e
version tag for local files
Dec 5, 2025
c6f1111
bump azure to v1.4.3 (#20057)
lnkuiper Dec 5, 2025
321731e
Bump extensions (#20055)
lnkuiper Dec 5, 2025
e2d4818
Fix unnecessary dependent join rewrite (#20048)
lnkuiper Dec 5, 2025
e05f4ff
Version tag for local files for robust external file cache validation…
Mytherin Dec 5, 2025
6915442
backport runner cleanup action
hannes Dec 8, 2025
d1dc88f
backport runner cleanup action (#20085)
lnkuiper Dec 8, 2025
f71c0ce
Merge tag 'v1.4.3' into HEAD
Dtenwolde Dec 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
21 changes: 21 additions & 0 deletions .github/actions/cleanup_runner/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 'Cleanup Runner'
runs:
using: "composite"
steps:
- name: Before
shell: bash
run: df -h

- name: Free disk space
uses: endersonmenezes/free-disk-space@v3
with:
rm_cmd: "rmz" # apparently faster
remove_android: true
remove_dotnet: true
remove_haskell: true
remove_tool_cache: true
remove_folders: /opt/az /opt/ghc /opt/google /opt/hostedtoolcache /opt/microsoft /usr/lib/firefox /usr/lib/jvm /usr/local/.ghcup /usr/local/julia* /usr/local/lib/android /usr/local/share/boost /usr/local/share/chromium /usr/local/share/powershell /usr/share/dotnet /usr/share/swift /var/lib/apt/lists/*

- name: After
shell: bash
run: df -h
2 changes: 1 addition & 1 deletion .github/config/extensions/avro.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ if (NOT MINGW)
duckdb_extension_load(avro
LOAD_TESTS DONT_LINK
GIT_URL https://github.com/duckdb/duckdb-avro
GIT_TAG 7b75062f6345d11c5342c09216a75c57342c2e82
GIT_TAG 93da8a19b41eb577add83d0552c6946a16e97c83
)
endif()
2 changes: 1 addition & 1 deletion .github/config/extensions/aws.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ if (NOT MINGW AND NOT ${WASM_ENABLED})
duckdb_extension_load(aws
### TODO: re-enable LOAD_TESTS
GIT_URL https://github.com/duckdb/duckdb-aws
GIT_TAG 18803d5e55b9f9f6dda5047d0fdb4f4238b6801d
GIT_TAG 55bf3621fb7db254b473c94ce6360643ca38fac0
)
endif()
10 changes: 5 additions & 5 deletions .github/config/extensions/azure.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if (NOT MINGW AND NOT ${WASM_ENABLED})
duckdb_extension_load(azure
LOAD_TESTS
GIT_URL https://github.com/duckdb/duckdb-azure
GIT_TAG 0709c0fa1cf67a668b58b1f06ff3e5fc1696e10a
)
duckdb_extension_load(azure
LOAD_TESTS
GIT_URL https://github.com/duckdb/duckdb-azure
GIT_TAG f4d55b658c14d3de40bac9d1c68f08f3cf116374
)
endif()
2 changes: 1 addition & 1 deletion .github/config/extensions/delta.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if (NOT MINGW AND NOT ${WASM_ENABLED})
duckdb_extension_load(delta
GIT_URL https://github.com/duckdb/duckdb-delta
GIT_TAG 03aaf0f073bc622ade27c158d32473588b32aa8b
GIT_TAG 50de51108cc4d2c09a549e022fce4f74e17bf360
SUBMODULES extension-ci-tools
)
endif()
2 changes: 1 addition & 1 deletion .github/config/extensions/ducklake.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
duckdb_extension_load(ducklake
DONT_LINK
GIT_URL https://github.com/duckdb/ducklake
GIT_TAG f134ad86f2f6e7cdf4133086c38ecd9c48f1a772
GIT_TAG de813ff4d052bffe3e9e7ffcdc31d18ca38e5ecd
)
4 changes: 2 additions & 2 deletions .github/config/extensions/httpfs.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
duckdb_extension_load(httpfs
LOAD_TESTS
LOAD TESTS
GIT_URL https://github.com/duckdb/duckdb-httpfs
GIT_TAG 8356a9017444f54018159718c8017ff7db4ea756
GIT_TAG 9c7d34977b10346d0b4cbbde5df807d1dab0b2bf
INCLUDE_DIR src/include
)
2 changes: 1 addition & 1 deletion .github/config/extensions/iceberg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ if (NOT MINGW AND NOT ${WASM_ENABLED})
duckdb_extension_load(iceberg
# ${LOAD_ICEBERG_TESTS} TODO: re-enable once autoloading test is fixed
GIT_URL https://github.com/duckdb/duckdb-iceberg
GIT_TAG 4f3c5499e5feec9fe17a69a8ca74d81aaf472fd2
GIT_TAG 1c0c4c60818f58b603fc50d5267b1f1202fe5484
)
endif()
3 changes: 1 addition & 2 deletions .github/config/extensions/inet.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
duckdb_extension_load(inet
LOAD_TESTS
GIT_URL https://github.com/duckdb/duckdb-inet
GIT_TAG f6a2a14f061d2dfccdb4283800b55fef3fcbb128
GIT_TAG fe7f60bb60245197680fb07ecd1629a1dc3d91c8
INCLUDE_DIR src/include
TEST_DIR test/sql
APPLY_PATCHES
)
2 changes: 1 addition & 1 deletion .github/config/extensions/mysql_scanner.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ if (NOT MINGW AND NOT ${WASM_ENABLED} AND NOT ${MUSL_ENABLED})
DONT_LINK
LOAD_TESTS
GIT_URL https://github.com/duckdb/duckdb-mysql
GIT_TAG c80647b33972c150f0bd0001c35085cefdc82d1e
GIT_TAG ecb76de715dfe0b5bba52f4fc8bde87186dd486f
)
endif()
2 changes: 1 addition & 1 deletion .github/config/extensions/postgres_scanner.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ if (NOT MINGW AND NOT ${WASM_ENABLED})
duckdb_extension_load(postgres_scanner
DONT_LINK
GIT_URL https://github.com/duckdb/duckdb-postgres
GIT_TAG f012a4f99cea1d276d1787d0dc84b1f1a0e0f0b2
GIT_TAG b63ef4b1eb007320840b6d1760f3c9b139bb3b49
)
endif()
2 changes: 1 addition & 1 deletion .github/config/extensions/spatial.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if (${BUILD_COMPLETE_EXTENSION_SET})
duckdb_extension_load(spatial
DONT_LINK LOAD_TESTS
GIT_URL https://github.com/duckdb/duckdb-spatial
GIT_TAG a6a607fe3a98ef9ad4bed218490b770f725fbc12
GIT_TAG 2f2668d211c0cf759f460403a108f24eb8b887e3
INCLUDE_DIR src/spatial
TEST_DIR test/sql
)
Expand Down
7 changes: 7 additions & 0 deletions .github/config/extensions/unity_catalog.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
if (NOT MINGW AND NOT ${WASM_ENABLED} AND NOT ${MUSL_ENABLED})
duckdb_extension_load(unity_catalog
GIT_URL https://github.com/duckdb/unity_catalog
GIT_TAG 1ad4f0b1fb12f661ff58fc91c2c9e7022591ea4b
LOAD_TESTS
)
endif()
10 changes: 10 additions & 0 deletions .github/config/extensions/vortex.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
if (NOT WIN32 AND NOT ${WASM_ENABLED} AND NOT ${MUSL_ENABLED})

duckdb_extension_load(vortex
GIT_URL https://github.com/vortex-data/duckdb-vortex
GIT_TAG dae36cd56988da2b47f06a1f63df0cfb47a97a50
SUBMODULES vortex
APPLY_PATCHES
LOAD_TESTS
)
endif()
7 changes: 7 additions & 0 deletions .github/config/external_extensions.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# This is the extension configuration for extensions that are maintained externally
#
#

################## VORTEX
include("${EXTENSION_CONFIG_BASE_DIR}/vortex.cmake")
Loading
Loading