Skip to content

Releases: supabase/postgres

15.14.1.031

28 Oct 17:27
ac48c0b

Choose a tag to compare

fix: covering migrations for wrappers across all versions` (#1876)

* fix: covering migrations for wrappers across all versions`

* chore: remove comment

* fix: remove copy and deref

* Always run in-place upgrade extension in default nixos tests

We do not want to uninstall and install the extension during an upgrade test.

* chore: bump to release

---------

Co-authored-by: Jean-François Roche <jfroche@pyxel.be>

15.14.1.024-plv8

28 Oct 20:50

Choose a tag to compare

chore: add release suffix for testing

17.6.1.029-wfix-1

27 Oct 21:50

Choose a tag to compare

chore: version suffix to test

17.6.1.029-pg-hashids-1

27 Oct 14:34

Choose a tag to compare

feat: use default nixos extension test

And run pg_regress tests for pgtap as part of the unified extension tests

17.5.1.051-orioledb-rewind

27 Oct 19:40

Choose a tag to compare

enable IS_DEV=1

17.5.1.050-orioledb-wfix-1

27 Oct 21:47

Choose a tag to compare

chore: version suffix to test

17.5.1.050-orioledb-pg-hashids-1

27 Oct 14:36

Choose a tag to compare

feat: use default nixos extension test

And run pg_regress tests for pgtap as part of the unified extension tests

15.14.1.029-wfix-1

27 Oct 21:51

Choose a tag to compare

chore: version suffix to test

15.14.1.029-pg-hashids-1

27 Oct 14:36

Choose a tag to compare

feat: use default nixos extension test

And run pg_regress tests for pgtap as part of the unified extension tests

17.6.1.029

25 Oct 01:43
52deb6f

Choose a tag to compare

feat: support multiple versions of the pgroonga extension (#1677)

* feat: support multiple versions of the pgroonga extension

Build multiple versions of the pgroonga extension on different PostgreSQL versions.
Add test for the extensions and their upgrade on PostgreSQL 15 and 17.

* refactor(nix): make sure ext contains only extensions

Moved sfcgal and mecab-naist-jdic from nix/ext to nix/packages.

* feat: resolve a few issues with tests and integration with tooling

* fix: make sure that docker image has full/correct groonga/pgroonga handling

* chore: bump version to release

---------

Co-authored-by: Sam Rose <samuel@supabase.io>