Download Latest Version v0.19.1 source code.zip (3.5 MB)
Email in envelope

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

Home / v0.17.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-02-09 7.5 kB
v0.17.0 source code.tar.gz 2026-02-09 2.6 MB
v0.17.0 source code.zip 2026-02-09 3.0 MB
Totals: 3 Items   5.6 MB 0

Welcome to pgrx v0.17.0. This is a new minor release that brings a bunch of internal code refactoring, cleanup, new Postgres headers, and additional cargo-pgrx regress CLI options.

As always, please install the latest cargo-pgrx with cargo install cargo-pgrx --version 0.17.0 --locked and also update your extension crate dependencies with cargo pgrx upgrade.

Breaking Changes

v0.17.0 migrates to Rust edition 2024 and prefers to use a different resolver. It may be necessary to add these lines to the [package] section of your Cargo.toml files:

:::toml
[package]
edition = "2024"
resolver = "3"

What's Changed

New Headers/Symbols

cargo-pgrx improvements

Code Cleanup

Project Administrativa

New Contributors

Full Changelog: https://github.com/pgcentralfoundation/pgrx/compare/v0.16.1...v0.17.0

Source: README.md, updated 2026-02-09