v1.2.2
âš¡ Highlights
🗜 Configurable session settings for the snapshot index/constraint restore phase (via PGOPTIONS)
🛡 Index constraint settings validated at startup
🩺 Preflight now warns when a snapshot source looks load-balanced (Aurora/RDS reader, instance-spanning pooler)
💥 Fixed a stack-depth overflow on bulk deletes of tables with composite primary keys
🛑 pg_restore now honors context cancellation, so shutdowns and timeouts no longer hang
What's Changed
New features
- Add index restore session settings by @jonasHanhan in #990
Bug fixes
- Fix stack-depth overflow on bulk composite PK deletes by @kvch in #1024
- Honor context cancellation in pg_restore by @kvch in #1023
- [Preflight] Detect load-balanced snapshot sources by @kvch in #1015
New Contributors
- @jonasHanhan made their first contribution in #990
Full Changelog: v1.2.1...v1.2.2