| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-23 | 781 Bytes | |
| v0.19.1 source code.tar.gz | 2026-06-23 | 3.1 MB | |
| v0.19.1 source code.zip | 2026-06-23 | 3.5 MB | |
| Totals: 3 Items | 6.7 MB | 0 | |
Welcome to pgrx v0.19.1. A followup to v0.19.0 that resolves some missing Postgres pg19 symbols and cleans up how cargo-pgrx's test framework manages postgres socket directories.
As always run cargo install cargo-pgrx --version 0.19.1 --locked and run cargo pgrx upgrade to fixup your extension crates.
See the release notes for v0.19.0 for details.
What's Changed
- Decouple pgrx test socket dir from PGDATA by @eeeebbbbrrrr in https://github.com/pgcentralfoundation/pgrx/pull/2334
- restore missing binding symbols for pg19 by @eeeebbbbrrrr in https://github.com/pgcentralfoundation/pgrx/pull/2335
Full Changelog: https://github.com/pgcentralfoundation/pgrx/compare/v0.19.0...v0.19.1