You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>