Download Latest Version v0.16.0 source code.tar.gz (2.7 MB)
Email in envelope

Get an email when there's a new version of PgRx

Home / v0.16.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-08-01 2.9 kB
v0.16.0 source code.tar.gz 2025-08-01 2.7 MB
v0.16.0 source code.zip 2025-08-01 3.1 MB
Totals: 3 Items   5.8 MB 0

Welcome to pgrx v0.16.0.

This release contains support for Postgres 18beta2 and has some breaking changes in that support for pgrx' "hooks" implementation, which has been deprecated for over a year, has finally been removed.

Additionally, due to unsoundness issues, direct support for using heapless in shared memory has been removed. Users can still do this themselves, which requires them to assert they're taking responsibility of possible unsoundness issues.

As always, first install the latest cargo-pgrx with:

:::shell
$ cargo install cargo-pgrx --version 0.16.0 --locked

Then you're free to run cargo pgrx upgrade in the root of all your extension crates.

To pickup pg18beta2 support you'll also want to run cargo pgrx init so that it can be downloaded and compiled.

What's Changed

Breaking Changes

New Features

Bug Fixes

cargo-pgrx Improvements

Code Cleanup

Package/Build System Cleanup

Thanks!

Thanks to all contributors -- y'alls work helps keep pgrx moving forward.

Full Changelog: https://github.com/pgcentralfoundation/pgrx/compare/v0.15.0...v0.16.0

Source: README.md, updated 2025-08-01