Releases: supabase/postgres
Releases · supabase/postgres
17.6.1.017
feat(migrations): predefined role grants (#1815) * feat(migrations): predefined role grants - supabase_etl_admin needs pg_monitor to query system catalog tables (e.g. pg_replication_slots) - supabase_read_only_user needs pg_monitor to view queries in pg_stat_statements - grant pg_create_subscription to postgres with admin option in case users want to create subscriptions with their own roles * chore: bump version * test: update * chore: bump versions
17.6.1.016-pgmqfix-1
chore: bump suffix to test in local infra
17.5.1.038-orioledb
feat(migrations): predefined role grants (#1815) * feat(migrations): predefined role grants - supabase_etl_admin needs pg_monitor to query system catalog tables (e.g. pg_replication_slots) - supabase_read_only_user needs pg_monitor to view queries in pg_stat_statements - grant pg_create_subscription to postgres with admin option in case users want to create subscriptions with their own roles * chore: bump version * test: update * chore: bump versions
17.5.1.037-orioledb-pgmqfix-1
chore: bump suffix to test in local infra
15.14.1.017
feat(migrations): predefined role grants (#1815) * feat(migrations): predefined role grants - supabase_etl_admin needs pg_monitor to query system catalog tables (e.g. pg_replication_slots) - supabase_read_only_user needs pg_monitor to view queries in pg_stat_statements - grant pg_create_subscription to postgres with admin option in case users want to create subscriptions with their own roles * chore: bump version * test: update * chore: bump versions
15.14.1.016-pgmqfix-1
chore: bump suffix to test in local infra
17.6.1.016
feat: support multiple versions of the pgmq extension (#1668) * feat: support multiple versions of the pgmq extension Build multiple versions of the pgmq extension on different PostgreSQL versions. Add test for the extensions and their upgrade on PostgreSQL 15 and 17. * chore: bump suffix to test * chore: bump version to release --------- Co-authored-by: Sam Rose <samuel@supabase.io>
17.6.1.014-pgmq-1
chore: bump suffix to test
17.5.1.037-orioledb
feat: support multiple versions of the pgmq extension (#1668) * feat: support multiple versions of the pgmq extension Build multiple versions of the pgmq extension on different PostgreSQL versions. Add test for the extensions and their upgrade on PostgreSQL 15 and 17. * chore: bump suffix to test * chore: bump version to release --------- Co-authored-by: Sam Rose <samuel@supabase.io>
17.5.1.035-orioledb-pgmq-1
chore: bump suffix to test