Releases: supabase/postgres
Releases · supabase/postgres
15.14.1.031
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
chore: add release suffix for testing
17.6.1.029-wfix-1
chore: version suffix to test
17.6.1.029-pg-hashids-1
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
enable IS_DEV=1
17.5.1.050-orioledb-wfix-1
chore: version suffix to test
17.5.1.050-orioledb-pg-hashids-1
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
chore: version suffix to test
15.14.1.029-pg-hashids-1
feat: use default nixos extension test And run pg_regress tests for pgtap as part of the unified extension tests
17.6.1.029
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>