Bugfixes:
- For PG >= 12 use
postgresql.auto.conf
for recovery settings instead of separate included file. Reported by Mikhail Kulagin - Fix time skew for DST timezones, metadata timestamps are now stored in UTC. Reported by @juergennagel
- Log files are now rotated correctly. Reported by @alexandermalykhin
Improvements:
- Disable "in-place" merge only if storage format changed. Requested by @alexandermalykhin
- Non-exclusive backup locks are implemented, concurrent validate and restore are now possible.
- Streamed WAL segments are now added to backup filelist on the fly. Requested by @triwada
- Streamed WAL segments are now fsynced to disk at the end of backup. Reported by Alex Ignatov