1.18.0 (2026-07-23)
✨ Features
- postgres: add drop_all_schemas + recreate_public_schema (ae63a0d)
- postgres: add drop_and_recreate_database + preflight + FORCE/retry (bb1b16d)
- postgres: add quote_ident/quote_literal for DDL (ca17bf9)
- postgres: add RestoreCleanMode option parsing (560c5e0)
- postgres: detect CREATE SCHEMA public in archive TOC (2a72a55)
- postgres: sniff dump format by magic bytes (5f4006b)
- postgres: wire clean_mode none/clean/drop_schemas into restore (2aca036)
- postgres: wire clean_mode=drop_database with preflight gate (f24b1ec)