Update version to 0.17.0#2245
Merged
Merged
Conversation
added 2 commits
February 9, 2026 08:47
Contributor
Author
|
I'm merging this with the failed CI -- the failure is related to apt repositories. Windows and MacOS passed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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 regressCLI options.As always, please install the latest
cargo-pgrxwithcargo install cargo-pgrx --version 0.17.0 --lockedand also update your extension crate dependencies withcargo pgrx upgrade.What's Changed
New Headers/Symbols
access/tsmapi.hby @usamoi in includeaccess/tsmapi.h#2155utils/guc_tables.hby @usamoi in includeutils/guc_tables.h#2243scanner.hin Rust bindings by @piki in Includescanner.hin Rust bindings #2163commands/publicationcmds.hto generatedpg_sysbindings by @Sinjo in Addcommands/publicationcmds.hto generatedpg_sysbindings #2221storage/dsm_*.hheaders #2244peer_dnfield toPortonpg17..by @workingjubilee in Add backpeer_dnfield toPortonpg17..#2200repr(C)tostruct Portonpg13..=16by @workingjubilee in Addrepr(C)tostruct Portonpg13..=16#2201cargo-pgrximprovementsCode Cleanup
variadic!macro by @workingjubilee in Removevariadic!macro #2171Option<&String>by @workingjubilee in Deref instead of borrowingOption<&String>#2185impl AsRef<T>with&Tby @workingjubilee in Replaceimpl AsRef<T>with&T#2182PgRelation::heap_relationunsafe by @workingjubilee in MakePgRelation::heap_relationunsafe #2176cargo_pgrx::envtocargo_pgrx::cargoby @workingjubilee in Movecargo_pgrx::envtocargo_pgrx::cargo#2186CargoProfileintocargo_pgrx::cargoby @workingjubilee in MoveCargoProfileintocargo_pgrx::cargo#2188pg_configin schema generation by @workingjubilee in Stop referencingpg_configin schema generation #2174used_type.rsa bit by @workingjubilee in Ghostbustused_type.rsa bit #2190static MyProcPortandstruct Portby @workingjubilee in Manually bindstatic MyProcPortandstruct Port#2162use superby @workingjubilee in Make datetime types import each other viause super#2198pgrx::datetimeby @workingjubilee in Migrate datetime types intopgrx::datetime#2199Scalarprovidepg_sys::Oidconstant by @workingjubilee in MakeScalarprovidepg_sys::Oidconstant #2209Twhile anonymizing&Tby @workingjubilee in Recurse throughTwhile anonymizing&T#2212impl BorrowDatum for TimeTzby @workingjubilee inimpl BorrowDatum for TimeTz#2213MemCx::alloc_bytesto returnNonNullby @workingjubilee in ChangeMemCx::alloc_bytesto returnNonNull#2214MemCx<'current, T>arguments andPBox<'current, T>returns by @workingjubilee in AddMemCx<'current, T>arguments andPBox<'current, T>returns #2210array::Elementandcallconv::DatumPassby @workingjubilee in Addarray::Elementandcallconv::DatumPass#2218memcxt_tests.rsby @workingjubilee in Remove unused line inmemcxt_tests.rs#2220FlatArray<'_, T>by @workingjubilee in AddFlatArray<'_, T>#2207#[pg_guard(unsafe_entry_thread)]by @eeeebbbbrrrr in introduce#[pg_guard(unsafe_entry_thread)]#2242Project Administrativa
New Contributors
scanner.hin Rust bindings #2163commands/publicationcmds.hto generatedpg_sysbindings #2221Full Changelog: v0.16.1...v0.17.0