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: release orioledb with rewind functionality (#1880)
* feat: enable orioledb build with specific revision
Allow specifying git revision hash instead of version tags for orioledb sources, enabling builds from specific commits rather than only tagged releases.
* feat: update orioledb extension
Expose patchset and revision attributes in postgresql to build orioledb
properly.
Add NixOS VM test for orioledb extension validation.
* tests: migration tests needed updating
* fix: test needs restrictkey handling
* feat: apply changes to Dockerfile for orioledb
chore: bump version
* chore: switch back to using tags to specify version
* tests: new testing prefix
* chore: bump to release
---------
Co-authored-by: Sam Rose <samuel@supabase.io>