Commit 149f395
committed
File tree
3 files changed
+3
-2
lines changed- .github/workflows
- external
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
- .github/actions/build_extensions/action.yml+10
- .github/actions/build_extensions_dockerized/action.yml-113
- .github/config/distribution_matrix.json-63
- .github/config/extensions/delta.cmake+3-8
- .github/config/in_tree_extensions.cmake+1-1
- .github/config/out_of_tree_extensions.cmake-1
- .github/config/rust_based_extensions.cmake+10
- .github/patches/extensions/delta/multi_file_reader.patch-318
- .github/patches/extensions/delta/zzz_delta_loader.patch-290
- .github/workflows/BundleStaticLibs.yml+3-1
- .github/workflows/Extensions.yml+350
- .github/workflows/LinuxRelease.yml+5-216
- .github/workflows/Main.yml+12
- .github/workflows/NightlyTests.yml+7-15
- .github/workflows/OSX.yml+1-128
- .github/workflows/R.yml-90
- .github/workflows/Wasm.yml-116
- .github/workflows/Windows.yml+5-56
- .github/workflows/_extension_distribution.yml+64
- .github/workflows/_sign_deploy_extensions.yml-60
- CMakeLists.txt-11
- Makefile+1-4
- extension/core_functions/scalar/generic/current_setting.cpp+4-2
- scripts/extension-upload-repository.sh+56
- scripts/merge_vcpkg_deps.py+17-9
- src/catalog/catalog.cpp+2-2
- src/common/adbc/adbc.cpp+29-14
- src/execution/operator/aggregate/physical_window.cpp+53-54
- src/execution/operator/helper/physical_reset.cpp+6-2
- src/execution/operator/helper/physical_set.cpp+6-2
- src/function/aggregate/sorted_aggregate_function.cpp+181-234
- src/function/window/window_aggregate_function.cpp+30-26
- src/function/window/window_aggregator.cpp+11-10
- src/function/window/window_constant_aggregator.cpp+14-12
- src/function/window/window_custom_aggregator.cpp+17-16
- src/function/window/window_distinct_aggregator.cpp+28-22
- src/function/window/window_executor.cpp+27-24
- src/function/window/window_naive_aggregator.cpp+84-69
- src/function/window/window_rank_function.cpp+37-40
- src/function/window/window_rownumber_function.cpp+28-27
- src/function/window/window_segment_tree.cpp+19-17
- src/function/window/window_value_function.cpp+66-65
- src/include/duckdb/catalog/catalog.hpp+1-1
- src/include/duckdb/function/window/window_aggregate_function.hpp+9-7
- src/include/duckdb/function/window/window_aggregator.hpp+15-13
- src/include/duckdb/function/window/window_constant_aggregator.hpp+7-7
- src/include/duckdb/function/window/window_custom_aggregator.hpp+4-4
- src/include/duckdb/function/window/window_distinct_aggregator.hpp+9-8
- src/include/duckdb/function/window/window_executor.hpp+19-16
- src/include/duckdb/function/window/window_naive_aggregator.hpp+2-2
- src/include/duckdb/function/window/window_rank_function.hpp+19-14
- src/include/duckdb/function/window/window_rownumber_function.hpp+10-7
- src/include/duckdb/function/window/window_segment_tree.hpp+4-4
- src/include/duckdb/function/window/window_value_function.hpp+28-20
- src/include/duckdb/main/config.hpp+1-1
- src/include/duckdb/storage/storage_info.hpp-7
- src/main/attached_database.cpp+7-1
- src/storage/table/column_data.cpp+1-1
- test/api/adbc/test_adbc.cpp+310-35
- test/configs/latest_storage_block_size_16kB.json+38
- test/configs/small_block_size.json+5
- test/helpers/test_config.cpp+5
- test/helpers/test_helpers.cpp+8
- test/include/test_config.hpp+1
- test/sql/storage/optimistic_write/optimistic_write.test_slow+34-34
- test/sql/storage/parallel/reclaim_space_insert_unique_idx_optimistic.test_slow+27-33
- test/sql/update/update_join_nulls.test+19
0 commit comments