Skip to content

Releases: supabase/postgres

17.6.1.003-pgvector-1

11 Sep 20:55

Choose a tag to compare

fix: rebase to develop

17.6.1.003-nixpkgs-4

11 Sep 19:59

Choose a tag to compare

chore: version bump to test

17.5.1.024-orioledb-pgvector-1

11 Sep 21:00

Choose a tag to compare

fix: rebase to develop

17.5.1.024-orioledb-nixpkgs-4

11 Sep 20:02

Choose a tag to compare

chore: version bump to test

15.14.1.003-pgvector-1

11 Sep 20:55

Choose a tag to compare

fix: rebase to develop

15.14.1.003-nixpkgs-4

11 Sep 20:02

Choose a tag to compare

chore: version bump to test

17.6.1.003-nixpkgs-2

10 Sep 19:20

Choose a tag to compare

chore: bump to test

17.5.1.024-orioledb-nixpkgs-2

10 Sep 19:24

Choose a tag to compare

chore: bump to test

15.14.1.003-nixpkgs-2

10 Sep 19:22

Choose a tag to compare

chore: bump to test

17.6.1.003

05 Sep 14:17
fae5be1

Choose a tag to compare

Multi version ext/pg cron (#1737)w

* feat: pg_cron multi-version with new pattern

* feat: pg_cron using the new multi-version pattern not yet complete

* fix: bring in some function from previous version to test

* chore: move pg_cron extension package to its own directory

* feat: add nixos test for pg_cron extension

* feat: refactor pg_cron to use buildEnv

Fix upgrade nixos tests that was broken.
Move overlays and switch-ext-version script to package.

* feat: refactor pg_net according to previous refactoring

* Refactor postgres extensions tests

Keep the postgres extension tests DRY by extracting shared logic into a shared library.

* chore: format python files using ruff

* chore: rebase on develop and bump version for retsting

* ore: bump version for deploy

---------

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