github pgcentralfoundation/pgrx v0.1.5

latest releases: v0.12.7, v0.12.6, v0.12.5...
3 years ago

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 a search_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!

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.