Skip to content

15.14.1.061

Choose a tag to compare

@github-actions github-actions released this 04 Dec 17:30
d783997
Multi version ext/pg partman (#1854)

* feat: pg_partman all major versions

* wip: stage pg_partman multi-version changes

* add tests for pg_partman

* add tests for pg_partman

* add partman to local tests. remove from initial schema

* add hypertable to partman test

* feat: multiversion pg_partman

* update v15 schema

* Add nixos test for pg_partman extension

Run upgrade and pg_regress tests for pg_partman extension in NixOS tests.

* add 5.3.1 version for partman

* fix: remove old pg_partman version and fix pg_regress outputs

* fix(pg_partman): use correct library name for background worker

The pg_partman extension uses a different library name (pg_partman_bgw) than its extension name (pg_partman). This change separates the library name from the extension name to properly handle the background worker library installation and version switching.

* chore: bump again to release

---------

Co-authored-by: Chris Gwilliams <[email protected]>
Co-authored-by: Jean-François Roche <[email protected]>