File tree
9 files changed
+13
-13
lines changed- .github/workflows
 - crates
- duckdb-loadable-macros
 - duckdb
 - libduckdb-sys
 
 
9 files changed
+13
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
36 | 36 |  | |
37 | 37 |  | |
38 | 38 |  | |
39 |  | - | |
 | 39 | + | |
40 | 40 |  | |
41 | 41 |  | |
42 | 42 |  | |
 | |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
7 | 7 |  | |
8 | 8 |  | |
9 | 9 |  | |
10 |  | - | |
 | 10 | + | |
11 | 11 |  | |
12 | 12 |  | |
13 | 13 |  | |
 | |||
19 | 19 |  | |
20 | 20 |  | |
21 | 21 |  | |
22 |  | - | |
23 |  | - | |
24 |  | - | |
 | 22 | + | |
 | 23 | + | |
 | 24 | + | |
25 | 25 |  | |
26 | 26 |  | |
27 | 27 |  | |
 | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
1 | 1 |  | |
2 | 2 |  | |
3 |  | - | |
 | 3 | + | |
4 | 4 |  | |
5 | 5 |  | |
6 | 6 |  | |
 | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
1 | 1 |  | |
2 | 2 |  | |
3 |  | - | |
 | 3 | + | |
4 | 4 |  | |
5 | 5 |  | |
6 | 6 |  | |
 | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
1 | 1 |  | |
2 | 2 |  | |
3 |  | - | |
 | 3 | + | |
4 | 4 |  | |
5 | 5 |  | |
6 | 6 |  | |
 | |||
Submodule duckdb-sources updated 93 files
- .github/actions/build_extensions/action.yml+1-1
 - .github/config/out_of_tree_extensions.cmake+9-10
 - .github/regression/micro.csv+2-1
 - .github/workflows/LinuxRelease.yml+22
 - .github/workflows/Main.yml+7-15
 - .github/workflows/OSX.yml+4-2
 - .github/workflows/Python.yml+1-3
 - .github/workflows/Windows.yml+15-6
 - CMakeLists.txt+4-1
 - benchmark/micro/filter/choose_correct_filter_function.benchmark+21
 - data/csv/afl/5194/crashes/case_0.csv+25
 - data/csv/afl/5194/crashes/case_4.csv
 - extension/icu/icu-timezone.cpp+10-6
 - extension/parquet/column_reader.cpp+2
 - extension/parquet/include/parquet_writer.hpp+7-2
 - extension/parquet/include/writer/templated_column_writer.hpp+9-5
 - extension/parquet/parquet_extension.cpp+5-2
 - extension/parquet/parquet_writer.cpp+4-2
 - scripts/merge_vcpkg_deps.py+1-1
 - scripts/run_extension_medata_tests.sh+2
 - src/catalog/catalog.cpp+1-1
 - src/common/arrow/arrow_type_extension.cpp+4-2
 - src/common/error_data.cpp+7
 - src/common/operator/string_cast.cpp+3
 - src/common/settings.json+6-4
 - src/execution/operator/csv_scanner/scanner/scanner_boundary.cpp+5
 - src/execution/operator/csv_scanner/scanner/string_value_scanner.cpp+2-2
 - src/execution/operator/join/physical_iejoin.cpp+10-2
 - src/execution/physical_plan/plan_asof_join.cpp+7-2
 - src/function/function_list.cpp+1-1
 - src/function/scalar/compressed_materialization/compress_string.cpp+6-6
 - src/function/scalar/compressed_materialization/functions.json+1-1
 - src/function/scalar/compressed_materialization_utils.cpp+1-1
 - src/function/table/table_scan.cpp+43-84
 - src/include/duckdb/common/file_opener.hpp+1
 - src/include/duckdb/common/operator/string_cast.hpp+3-1
 - src/include/duckdb/function/scalar/compressed_materialization_functions.hpp+2-2
 - src/include/duckdb/main/client_context_file_opener.hpp+1
 - src/include/duckdb/main/database_file_opener.hpp+3
 - src/include/duckdb/main/extension_entries.hpp+5
 - src/include/duckdb/main/settings.hpp+2-2
 - src/include/duckdb/optimizer/join_order/join_order_optimizer.hpp+1
 - src/include/duckdb/parallel/concurrentqueue.hpp+8
 - src/include/duckdb/planner/filter/expression_filter.hpp+2
 - src/include/duckdb/storage/table/segment_tree.hpp+1-1
 - src/main/client_context_file_opener.cpp+4
 - src/main/database_manager.cpp+7-2
 - src/main/database_path_and_type.cpp+1-1
 - src/main/settings/autogenerated_settings.cpp-34
 - src/main/settings/custom_settings.cpp+49
 - src/optimizer/compressed_materialization.cpp+4-4
 - src/optimizer/filter_combiner.cpp+1-1
 - src/optimizer/join_order/join_order_optimizer.cpp+9-1
 - src/optimizer/remove_unused_columns.cpp+3
 - src/optimizer/statistics/operator/propagate_get.cpp+68-3
 - src/parser/statement/set_statement.cpp+1-1
 - src/planner/binder/expression/bind_columnref_expression.cpp+2-3
 - src/planner/expression_binder/alter_binder.cpp+2-3
 - src/planner/expression_binder/having_binder.cpp+2-2
 - src/planner/expression_binder/table_function_binder.cpp+4-4
 - src/planner/filter/expression_filter.cpp+4-3
 - src/planner/table_filter.cpp+2-1
 - src/storage/buffer/buffer_pool.cpp+5-3
 - src/storage/compression/fsst.cpp+20-10
 - src/storage/compression/roaring/compress.cpp+15-9
 - src/storage/compression/roaring/scan.cpp+10-1
 - src/storage/data_table.cpp+1-1
 - src/storage/statistics/numeric_stats.cpp+2-1
 - src/storage/storage_info.cpp+2
 - src/storage/table/column_checkpoint_state.cpp+3-1
 - src/storage/version_map.json+3-1
 - src/transaction/duck_transaction_manager.cpp+6-3
 - test/CMakeLists.txt+1
 - test/api/test_prepared_api.cpp+28
 - test/api/test_reset.cpp+1-1
 - test/arrow/arrow_roundtrip.cpp+4-3
 - test/arrow/arrow_test_helper.cpp+20
 - test/optimizer/CMakeLists.txt+5
 - test/optimizer/pushdown/test_constant_or_null_pushdown.test+25
 - test/optimizer/statistics/statistics_null_comparison.test+6-6
 - test/optimizer/union_alls.cpp+31
 - test/sql/copy/csv/afl/test_fuzz_5194.test+17
 - test/sql/copy/parquet/bloom_filters.test+9
 - test/sql/copy/per_thread_output.test+1-1
 - test/sql/function/list/test_lambda_with_struct_aliases.test+57
 - test/sql/function/timestamp/test_icu_datediff.test+6
 - test/sql/join/asof/test_asof_join.test+9
 - test/sql/join/iejoin/test_iejoin.test+17
 - test/sql/pragma/test_enable_http_logging.test+3-5
 - test/sql/subquery/exists/test_issue_9308.test+5
 - test/sql/tpch/tpch_topn.test_slow+4
 - test/sql/types/timestamp/test_timestamp_types.test+6
 - tools/juliapkg/Project.toml+2-2
 
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
12 | 12 |  | |
13 | 13 |  | |
14 | 14 |  | |
15 |  | - | |
 | 15 | + | |
16 | 16 |  | |
17 | 17 |  | |
18 | 18 |  | |
 | |||
0 commit comments