This is pgx
v0.1.5. It is a minor release to fix some bugs and performance issues.
As always, in addition to updating your Cargo.toml versions, please make sure to run the following to upgrade to this version:
$ cargo install cargo-pgx
Changes
- bf990c1: The input/output functions for custom types are now marked
PARALLEL SAFE
- Issue #58:
pgx
no longer sets asearch_path
for all created functions. If your function needs a search_path, there's a new#[search_path(...)]
macro you can apply to that function. It's applicable to#[pg_extern]
,#[pg_operator]
and#[pg_test]
- 8549258: Fix a few memory leaks related to converting
jsonb
Datums - 8549258: Add a new variant to
PgMemoryContexts
along with a few other helper functions
Sponsor Our Work
Please consider sponsoring pgx
' development by clicking here. We greatly appreciate it!