Releases: supabase/postgres
Releases · supabase/postgres
17.6.1.003-pgvector-1
fix: rebase to develop
17.6.1.003-nixpkgs-4
chore: version bump to test
17.5.1.024-orioledb-pgvector-1
fix: rebase to develop
17.5.1.024-orioledb-nixpkgs-4
chore: version bump to test
15.14.1.003-pgvector-1
fix: rebase to develop
15.14.1.003-nixpkgs-4
chore: version bump to test
17.6.1.003-nixpkgs-2
chore: bump to test
17.5.1.024-orioledb-nixpkgs-2
chore: bump to test
15.14.1.003-nixpkgs-2
chore: bump to test
17.6.1.003
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 <[email protected]>