Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the final release of v0.10.0. Thanks everyone for the beta testing, pull requests, issues, and patience.
As always, install
cargo-pgrx
withcargo install cargo-pgrx --locked
and update your extension Cargo.toml files to use the0.10.0
pgrx dependencies.This release includes support for Postgres 16RC1. Support for the previous betas has been removed. As such, a fresh
cargo pgrx init
is required.What's Changed Since v0.10.0-beta.4
GetMemoryChunkContext
port by @workingjubilee in Fix GetMemoryChunkContext port #1273pg_config
isn't found. by @eeeebbbbrrrr in Better error messages whenpg_config
isn't found. #1271PostgresHash
also needEq
by @workingjubilee in MakePostgresHash
also needEq
#1264New Contributors
Changelog: v0.10.0-beta.4...v0.10.0
v0.10.0's full set of changes throughout the entire beta period are:
pg_sys::Datum
into apgrx::Date
by @eeeebbbbrrrr in Fix bug with converting apg_sys::Datum
into apgrx::Date
#1177AnyNumeric
is no longer backed by Postgres-allocated memory by @eeeebbbbrrrr inAnyNumeric
is no longer backed by Postgres-allocated memory #1216#[pg_test]
-generated tests. by @thomcc in Add a env flag that can be set to skip#[pg_test]
-generated tests. #1239Result<T, _>
by @eeeebbbbrrrr in Fix issue #1076: Properly handle dependency graph ofResult<T, _>
#1241From
impls by @workingjubilee in Correct docs for datetimeFrom
impls #1253cppflags
it needs (on macOS, anyway) by @thomcc in Ensure bindgen gets all thecppflags
it needs (on macOS, anyway) #1247New Contributors
Full Changelog: v0.9.8...v0.10.0