Commit 5d85f06
committed
- .github/config/extensions/quack.cmake+1-1
- .github/config/extensions/spatial.cmake+1
- .github/config/extensions/vss.cmake+1
- .github/patches/extensions/spatial/0001-reset-storage.patch+26
- .github/patches/extensions/vss/0001-reset-storage.patch+26
- data/storage/alp_corrupt_exception_position.db.gz
- data/storage/alprd_corrupt_exception_position.db.gz
- extension/json/json_functions/json_create.cpp+6-1
- extension/parquet/include/writer/parquet_write_operators.hpp+2-1
- extension/parquet/parquet_writer.cpp+33-6
- src/catalog/catalog_entry/duck_index_entry.cpp+4-4
- src/catalog/catalog_entry/duck_table_entry.cpp+5-4
- src/common/types/bignum.cpp+21-6
- src/common/types/interval.cpp+96-26
- src/common/types/timestamp.cpp+3-1
- src/execution/index/art/art.cpp+1-1
- src/execution/index/bound_index.cpp+2-2
- src/execution/index/unbound_index.cpp+1-1
- src/function/cast/bignum_casts.cpp+7-1
- src/include/duckdb/catalog/catalog_entry/duck_index_entry.hpp+3-2
- src/include/duckdb/catalog/catalog_entry/duck_table_entry.hpp+4-2
- src/include/duckdb/common/types/bignum.hpp+3
- src/include/duckdb/execution/index/art/art.hpp+2-2
- src/include/duckdb/execution/index/bound_index.hpp+4-5
- src/include/duckdb/execution/index/unbound_index.hpp+2-2
- src/include/duckdb/storage/compression/alp/alp_scan.hpp+8
- src/include/duckdb/storage/compression/alprd/alprd_scan.hpp+8
- src/include/duckdb/storage/compression/dictionary/analyze.hpp+1-1
- src/include/duckdb/storage/compression/dictionary/common.hpp+1-1
- src/include/duckdb/storage/compression/dictionary/compression.hpp+1-1
- src/include/duckdb/storage/data_table.hpp+10-2
- src/include/duckdb/storage/external_file_cache.hpp+3-4
- src/include/duckdb/storage/index.hpp+1-2
- src/include/duckdb/storage/table/row_group.hpp+6-1
- src/include/duckdb/storage/table/row_group_collection.hpp+7
- src/include/duckdb/storage/table/table_index_list.hpp+1-3
- src/include/duckdb/transaction/commit_state.hpp+38-2
- src/include/duckdb/transaction/duck_transaction.hpp+4
- src/include/duckdb/transaction/undo_buffer.hpp+3-1
- src/optimizer/filter_combiner.cpp+4-4
- src/storage/compression/dictionary/analyze.cpp+1-1
- src/storage/compression/dictionary/common.cpp+1-1
- src/storage/compression/dictionary/compression.cpp+2-1
- src/storage/data_table.cpp+7-12
- src/storage/external_file_cache.cpp+7-5
- src/storage/local_storage.cpp+5-2
- src/storage/table/row_group.cpp+14-7
- src/storage/table/row_group_collection.cpp+17-4
- src/storage/table_index_list.cpp+1-11
- src/transaction/commit_state.cpp+43-6
- src/transaction/duck_transaction.cpp+8
- src/transaction/undo_buffer.cpp+1-2
- test/configs/force_storage_restart.json+6
- test/sql/copy/parquet/writer/parquet_test_all_types.test+2-2
- test/sql/copy/parquet/writer/parquet_timetz_roundtrip.test+24
- test/sql/copy/return_stats.test+13
- test/sql/function/generic/test_between.test+26
- test/sql/json/scalar/test_json_create.test+5
- test/sql/storage/compression/alp/alp_corrupted_exception_position.test+22
- test/sql/storage/compression/alprd/alprd_corrupted_exception_position.test+22
- test/sql/transactions/concurrent_drop_index.test+59
- test/sql/transactions/concurrent_drop_table.test+79
- test/sql/transactions/revert_commit_index_corruption_drop_table.test+71
- test/sql/transactions/rollback_drop_column.test+43
- test/sql/transactions/rollback_drop_index.test+60
- test/sql/transactions/rollback_drop_table.test+40
- test/sql/transactions/rollback_drop_table_with_delete.test+70
- test/sql/transactions/rollback_drop_table_with_delete_concurrent.test+76
- test/sql/transactions/rollback_drop_table_with_pk.test+43
- test/sql/types/bignum/test_bignum_try_cast.test+43
- test/sql/types/bignum/test_varchar_bignum_unhappy.test+35
- test/sql/types/interval/interval_try_cast.test+10
- test/sql/types/time/test_time_ns.test+22
- tools/shell/tests/test_shell_rendering.py+12
0 commit comments