Commit 77a13d0
committed
- .github/config/extensions/aws.cmake+1-1
- .github/config/extensions/httpfs.cmake+1
- .github/config/extensions/odbc_scanner.cmake+1-1
- .github/config/extensions/vortex.cmake+1-1
- .github/config/external_extensions.cmake+1-1
- .github/patches/extensions/httpfs/add_verify_ssl_param_to_secrets.patch+102
- src/common/encryption_types.cpp+17-1
- src/include/duckdb/common/encryption_state.hpp+5
- src/include/duckdb/common/encryption_types.hpp+3
- src/include/duckdb/common/http_util.hpp+4
- src/include/duckdb/main/prepared_statement.hpp+3
- src/include/duckdb/main/settings.hpp+6-6
- src/include/duckdb/storage/block_manager.hpp+1
- src/include/duckdb/storage/buffer/buffer_pool.hpp+4
- src/include/duckdb/storage/single_file_block_manager.hpp+3-1
- src/main/client_context.cpp+39-1
- src/main/extension/extension_install.cpp+4-2
- src/main/http/http_util.cpp+9
- src/main/prepared_statement.cpp+21
- src/main/secret/default_secrets.cpp+4
- src/storage/buffer/block_manager.cpp+12-5
- src/storage/buffer/buffer_pool.cpp+28
- src/storage/single_file_block_manager.cpp+49-40
- src/storage/wal_replay.cpp+19-11
- src/storage/write_ahead_log.cpp+4-1
- test/configs/peg_parser.json+4
- test/configs/peg_parser_strict.json+4
- test/extension/install_extension.test+6-4
- test/extension/install_extension_httpfs.test+99
- test/sql/secrets/create_secret_expression.test+30-3
- test/sql/storage/encryption/wal/encrypted_wal_blob_storage.test+1-1
- tools/shell/linenoise/terminal.cpp+19-16
- tools/shell/shell.cpp+15-11
- tools/shell/shell_command_line_option.cpp+2-1
0 commit comments