Skip to content

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 22 Jul 14:18
· 63 commits to main since this release
263bbae

âš¡ 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

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

Full Changelog: v1.2.1...v1.2.2