Skip to content

Releases: supabase/postgres

17.6.1.052-plv8-1-INDATA253

18 Nov 18:29
ccefd0a

Choose a tag to compare

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

18 Nov 18:30
ccefd0a

Choose a tag to compare

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

18 Nov 18:32
ccefd0a

Choose a tag to compare

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

17 Nov 20:42

Choose a tag to compare

feat: reduciton of closure size for plv8

17.6.1.052-INDATA-211

18 Nov 15:21

Choose a tag to compare

refactor(ansible): update vars.yml for ami testing

17.5.1.073-orioledb-plv8-1

17 Nov 20:39

Choose a tag to compare

feat: reduciton of closure size for plv8

17.5.1.073-orioledb-INDATA-211

18 Nov 15:19

Choose a tag to compare

refactor(ansible): update vars.yml for ami testing

15.14.1.052-plv8-1

17 Nov 20:41

Choose a tag to compare

feat: reduciton of closure size for plv8

15.14.1.052-INDATA-211

18 Nov 15:23

Choose a tag to compare

refactor(ansible): update vars.yml for ami testing

17.6.1.052

15 Nov 03:02
1e598fb

Choose a tag to compare

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>