Commit f12a2bb
committed
- .github/config/extensions/httpfs.cmake+1
- .github/patches/extensions/httpfs/file_system_logging.patch+13
- .github/patches/extensions/httpfs/getlocalfilesystem.patch+16
- .github/workflows/Extensions.yml+1-1
- src/catalog/default/default_views.cpp+1-1
- src/common/enum_util.cpp+6-2
- src/common/enums/metric_type.cpp+12
- src/common/enums/metric_type.json+36
- src/common/file_system.cpp+4
- src/common/types/time.cpp+5
- src/common/virtual_file_system.cpp+8
- src/execution/index/art/base_leaf.cpp+6-7
- src/execution/operator/scan/physical_table_scan.cpp+15-6
- src/function/cast/decimal_cast.cpp+2-2
- src/function/table/table_scan.cpp+36-4
- src/function/table_function.cpp+16-14
- src/include/duckdb/common/enums/metric_type.hpp+4
- src/include/duckdb/common/file_system.hpp+4
- src/include/duckdb/common/local_file_system.hpp+4
- src/include/duckdb/common/opener_file_system.hpp+28
- src/include/duckdb/common/virtual_file_system.hpp+2
- src/include/duckdb/execution/operator/scan/physical_table_scan.hpp+2-1
- src/include/duckdb/function/table_function.hpp+8-1
- src/include/duckdb/main/database.hpp+3
- src/include/duckdb/main/database_file_opener.hpp+17
- src/include/duckdb/main/query_profiler.hpp+9
- src/include/duckdb/storage/data_table.hpp+2
- src/include/duckdb/storage/temporary_file_manager.hpp+1-1
- src/main/database.cpp+32
- src/main/extension/extension_helper.cpp+5-3
- src/main/extension/extension_install.cpp+9-8
- src/main/profiling_info.cpp+6
- src/main/profiling_utils.cpp+14
- src/main/query_profiler.cpp+55-13
- src/main/secret/secret_manager.cpp+3-2
- src/main/secret/secret_storage.cpp+4-3
- src/storage/data_table.cpp+13
- src/storage/standard_buffer_manager.cpp+6-7
- src/storage/temporary_file_manager.cpp+7-1
- test/api/capi/test_capi_profiling.cpp+2
- test/configs/no_local_filesystem.json+6
- test/sql/cast/decimal_cast.test+41
- test/sql/function/timetz/test_icu_cast.test+8
- test/sql/index/art/insert_update_delete/test_art_update_multiple_varchar_indexes.test_slow+34
- test/sql/outofcore/block_file_double_decrement.test_slow+86
- test/sql/outofcore/block_file_evicted_bytes_accounting.test_slow+78
- test/sql/pragma/profiling/test_all_profiling_settings.test+4
- test/sql/pragma/profiling/test_custom_profiling_row_group_metrics.test_slow+527
- test/sql/pragma/profiling/test_custom_profiling_row_group_metrics_local_storage.test+79
- test/sql/pragma/profiling/test_custom_profiling_using_groups.test+14
- test/sql/secrets/create_secret_filesystem_logging.test+41
- test/sql/settings/test_disabled_local_filesystem_metadata.test+25
- test/sql/settings/test_disabled_local_filesystem_secrets.test+16
- test/sql/settings/test_external_access_metadata.test+21
- test/sql/settings/test_external_access_secrets.test+16
0 commit comments