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 pgaudit extension (#1758)
* feat: multiple versions for the pgaudit extension
Build multiple versions of the pgaudit extension on different PostgreSQL versions.
Add test for the extensions and their upgrade on PostgreSQL 15 and 17.
* chore: add release suffix for testing
* feat: include migrations on newer version, for all previous
* fix: postgres integration tests
* fix: strip suffix on passthru
* fix: just use the the name
* fix: try without list
* Fix pgaudit upgrade
* fix: migration handling
---------
Co-authored-by: Sam Rose <[email protected]>