1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/bug_report.yml+1
- .github/config/extensions/ducklake.cmake+1-1
- .github/config/extensions/httpfs.cmake+2-1
- .github/config/extensions/iceberg.cmake+1-1
- .github/patches/extensions/httpfs/fix.patch+172
- .github/workflows/Main.yml-34
- .github/workflows/NightlyTests.yml+34
- extension/json/json_functions/copy_json.cpp+8-3
- extension/parquet/geo_parquet.cpp+18-13
- extension/parquet/include/geo_parquet.hpp+5
- extension/parquet/include/writer/parquet_write_stats.hpp+20-17
- extension/parquet/parquet_crypto.cpp+3-5
- scripts/settings_scripts/update_autogenerated_functions.py+1-1
- src/common/encryption_functions.cpp+9-9
- src/common/encryption_state.cpp+3-3
- src/common/settings.json+7
- src/common/sorting/sorted_run.cpp+3
- src/common/types.cpp+4
- src/common/vector_operations/vector_hash.cpp+2-2
- src/include/duckdb.h-4
- src/include/duckdb/common/encryption_state.hpp+7-4
- src/include/duckdb/common/winapi.hpp-4
- src/include/duckdb/function/cast/variant/json_to_variant.hpp+5-5
- src/include/duckdb/function/cast/variant/struct_to_variant.hpp+3-2
- src/include/duckdb/function/cast/variant/to_variant_fwd.hpp+1-1
- src/include/duckdb/function/cast/variant/variant_to_variant.hpp+2-1
- src/include/duckdb/main/capi/header_generation/header_base.hpp.template-4
- src/include/duckdb/main/extension_entries.hpp+3
- src/include/duckdb/main/settings.hpp+9
- src/include/duckdb/storage/checkpoint/row_group_writer.hpp+1
- src/include/duckdb/storage/storage_manager.hpp+3
- src/main/capi/aggregate_function-c.cpp+13-4
- src/main/capi/arrow-c.cpp+39-17
- src/main/capi/data_chunk-c.cpp+6-2
- src/main/capi/duckdb-c.cpp+48-24
- src/main/capi/logical_types-c.cpp+45-25
- src/main/capi/prepared-c.cpp+22-9
- src/main/config.cpp+7-4
- src/main/http/http_util.cpp+5-1
- src/main/query_profiler.cpp+5-3
- src/main/settings/autogenerated_settings.cpp+22-22
- src/main/settings/custom_settings.cpp+17-18
- src/storage/checkpoint/row_group_writer.cpp+4
- src/storage/single_file_block_manager.cpp+8-8
- src/storage/storage_manager.cpp+3-3
- src/storage/table/column_data_checkpointer.cpp+6
- src/storage/table/row_group.cpp+6-2
- src/storage/table/row_group_collection.cpp+1-1
- src/storage/wal_replay.cpp+1-1
- src/storage/write_ahead_log.cpp+1-2
- test/helpers/test_config.cpp+11
- test/include/test_config.hpp+1
- test/sql/copy/encryption/different_aes_ciphers.test+12-6
- test/sql/copy/encryption/different_aes_engines.test+71
- test/sql/copy/s3/metadata_cache.test+2-2
- test/sql/explain/test_explain_analyze.test+10-1
- test/sql/json/scalar/test_json_transform.test+23-1
- test/sql/json/test_json_copy.test_slow+11
- test/sql/secrets/secret_compatibility_httpfs.test+1-3
- test/sql/storage/encryption/temp_files/encrypt_asof_join_merge.test_slow+8-2
- test/sql/storage/encryption/temp_files/encrypted_offloading_block_files.test_slow+8-1
- test/sql/storage/encryption/temp_files/encrypted_out_of_core.test_slow+4-1
- test/sql/storage/encryption/temp_files/encrypted_tmp_file_setting.test+5
- test/sql/storage/encryption/temp_files/encrypted_tpch_join.test_slow+7-1
- test/sql/storage/encryption/temp_files/temp_directory_enable_external_access.test+8-1
- test/sql/storage/encryption/wal/encrypted_wal_blob_storage.test+8-3
- test/sql/storage/encryption/wal/encrypted_wal_lazy_creation.test+11-4
- test/sql/storage/encryption/wal/encrypted_wal_pragmas.test+12-6
- test/sql/storage/encryption/wal/encrypted_wal_restart.test+4-2
- test/sqlite/result_helper.cpp+8-2
- test/sqlite/sqllogic_test_runner.cpp+18-1
- third_party/mbedtls/include/mbedtls/mbedtls_config.h+4-1
- third_party/mbedtls/include/mbedtls_wrapper.hpp+3-4
- third_party/mbedtls/mbedtls_wrapper.cpp+29-21
0 commit comments