This release introduces improved WAL configuration options and related functionality as well as some important fixes.
Features
- Added option
wal_sync_on_create - Added option
wal_sync_on_close - Renamed
wal_rotate_wmtowal_size wal_crcenabled by default- Added
wal_recoveryand ability to recover corrupted WAL (ecd7576) - Added
wal_sync_intervaland background WAL fsync worker (559ddc8)
Fixes