github pgcentralfoundation/pgrx v0.19.2

9 hours ago

Welcome to pgrx v0.19.2. This brings Postgres 19beta2 support, an important fix for retaining ERROR detail messages when a pgrx extension catches and rethrows a Postgres-originated ERROR, more header bindings, and bugfixes.

As always run cargo install cargo-pgrx --version 0.19.2 --locked and run cargo pgrx upgrade to fixup your extension crates.

New Features

Bug Fixes and Cleanup

  • Restore ERROR detail preservation through error handling by @eeeebbbbrrrr in #2361
  • Refactor dedup BoxRet + SqlTranslatable boilerplate via existing macros by @isdaniel in #2349
  • Add missing unsafe on GUC hook registration by @cbandy in #2348
  • fix(pgrx-tests): respect configured PostgreSQL GUCs by @0xPoe in #2337
  • fix: make_test_name() now handles filenames with multiple dots by @CyberCabano in #2352
  • Fix incorrect mutability in GUC assign hook macro by @cbandy in #2356

New Headers

Administrative

New Contributors

Full Changelog: v0.19.1...v0.19.2

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.