Releases: supabase/postgres
Releases · supabase/postgres
15.14.1.034
feat: support multiple versions of the plv8 extension (#1676) * feat: support multiple versions of the plv8 extension Build multiple versions of the plv8 extension on different PostgreSQL versions. Add test for the extensions and their upgrade on PostgreSQL 15 and 17. * Fix coffeejs & livescript extensions * Avoid upgrade issue Port https://github.com/plv8/plv8/pull/552 on version 3.1.x Upgrade process between 3.1.4 and 3.1.5 fails with a segfault when running ALTER EXTENSION plv8 UPDATE TO '3.1.5'. To avoid relying on the upgrade code, we replace the upgrade process by dropping the extension first and then install the new version. * feat: rebase nixos tests Use extension test library Test postgresql 15 only Add pg_regress tests * fix: remove plv8 from postgres 17 regress tests * chore: bump 1 more to get in line behind wrappers update --------- Co-authored-by: Sam Rose <[email protected]>
15.14.1.029-pgbouncer-124
tested locally. update vars for testing pgbouncer in staging
17.6.1.033
chore: bump wrappers version 0.5.6 (#1877) * chore: bump wrappers version 0.5.6 * update hash * update test case expected result * update test case expected result
17.6.1.031-INDATA-152-1
test(ami-versions): bump the ami versions so i can run the infra tests
17.5.1.054-orioledb
chore: bump wrappers version 0.5.6 (#1877) * chore: bump wrappers version 0.5.6 * update hash * update test case expected result * update test case expected result
17.5.1.052-orioledb-INDATA-152-1
test(ami-versions): bump the ami versions so i can run the infra tests
15.14.1.033
chore: bump wrappers version 0.5.6 (#1877) * chore: bump wrappers version 0.5.6 * update hash * update test case expected result * update test case expected result
15.14.1.031-INDATA-152-1
test(ami-versions): bump the ami versions so i can run the infra tests
17.6.1.032
feat: support multiple versions of the pg_hashids extension (#1755) * feat: multiple versions for the pg_hashids extension Build multiple versions of the pg_hashids extension on different PostgreSQL versions. Add test for the extensions and their upgrade on PostgreSQL 15 and 17. * feat: use default nixos extension test And run pg_regress tests for pgtap as part of the unified extension tests * chore: bump version to release --------- Co-authored-by: Sam Rose <[email protected]>
17.6.1.031-wmig-1
fix: remove copy and deref