Releases: supabase/postgres
Releases · supabase/postgres
17.6.1.052-plv8-1-INDATA253
Merge branch 'develop' of github.com:supabase/postgres into INDATA-253 * 'develop' of github.com:supabase/postgres: feat: reduciton of closure size for plv8 (#1925)
17.5.1.073-orioledb-plv8-1-INDATA253
Merge branch 'develop' of github.com:supabase/postgres into INDATA-253 * 'develop' of github.com:supabase/postgres: feat: reduciton of closure size for plv8 (#1925)
15.14.1.052-plv8-1-INDATA253
Merge branch 'develop' of github.com:supabase/postgres into INDATA-253 * 'develop' of github.com:supabase/postgres: feat: reduciton of closure size for plv8 (#1925)
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>