Releases: supabase/postgres
Releases · supabase/postgres
17.6.1.052-plv8-1
feat: reduciton of closure size for plv8
17.6.1.052-INDATA-211
refactor(ansible): update vars.yml for ami testing
17.5.1.073-orioledb-plv8-1
feat: reduciton of closure size for plv8
17.5.1.073-orioledb-INDATA-211
refactor(ansible): update vars.yml for ami testing
15.14.1.052-plv8-1
feat: reduciton of closure size for plv8
15.14.1.052-INDATA-211
refactor(ansible): update vars.yml for ami testing
17.6.1.052
feat: support multiple versions of the pg_stat_monitor extension (#1683) * feat: support multiple versions of the pg_stat_monitor extension Build multiple versions of the pg_stat_monitor extension on different PostgreSQL versions. Add test for the extensions and their upgrade on PostgreSQL 15 and 17. * feat: rebase on develop and suffix for testing * feat: use default nixos extension test And run pg_regress tests for pg_stat_monitor as part of the unified extension tests --------- Co-authored-by: Sam Rose <samuel@supabase.io>
17.5.1.073-orioledb
feat: support multiple versions of the pg_stat_monitor extension (#1683) * feat: support multiple versions of the pg_stat_monitor extension Build multiple versions of the pg_stat_monitor extension on different PostgreSQL versions. Add test for the extensions and their upgrade on PostgreSQL 15 and 17. * feat: rebase on develop and suffix for testing * feat: use default nixos extension test And run pg_regress tests for pg_stat_monitor as part of the unified extension tests --------- Co-authored-by: Sam Rose <samuel@supabase.io>
15.14.1.052
feat: support multiple versions of the pg_stat_monitor extension (#1683) * feat: support multiple versions of the pg_stat_monitor extension Build multiple versions of the pg_stat_monitor extension on different PostgreSQL versions. Add test for the extensions and their upgrade on PostgreSQL 15 and 17. * feat: rebase on develop and suffix for testing * feat: use default nixos extension test And run pg_regress tests for pg_stat_monitor as part of the unified extension tests --------- Co-authored-by: Sam Rose <samuel@supabase.io>
17.6.1.051
feat: support multiple versions of the pgjwt extension (#1751) * feat: multiple versions for the pgjwt extension Build multiple versions of the pgjwt 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: run pg_regress tests for pgjwt extension Reuse the existing test library for postgresql extensions to run pg_regress tests * tests: bypass on this package if only one version * fix: conn rules * chore: bump to release --------- Co-authored-by: Sam Rose <samuel@supabase.io>