Releases: supabase/postgres
Releases · supabase/postgres
17.6.1.063
fix: search path and migration grants (#1939) * fix: search path and migration grants search_path not set on pgbouncer.get_auth and later migrations don't apply permissions correctly. * tests: update pgbouncer tests * fix: update files used for schema tests * chore: revoke from postgres role * chore: update schema dumps * chore: bump versions * chore: bump versions --------- Co-authored-by: Sam Rose <[email protected]> Co-authored-by: Bobbie Soedirgo <[email protected]> Co-authored-by: Bobbie Soedirgo <[email protected]>
17.6.0.020-orioledb
fix: search path and migration grants (#1939) * fix: search path and migration grants search_path not set on pgbouncer.get_auth and later migrations don't apply permissions correctly. * tests: update pgbouncer tests * fix: update files used for schema tests * chore: revoke from postgres role * chore: update schema dumps * chore: bump versions * chore: bump versions --------- Co-authored-by: Sam Rose <[email protected]> Co-authored-by: Bobbie Soedirgo <[email protected]> Co-authored-by: Bobbie Soedirgo <[email protected]>
15.14.1.063
fix: search path and migration grants (#1939) * fix: search path and migration grants search_path not set on pgbouncer.get_auth and later migrations don't apply permissions correctly. * tests: update pgbouncer tests * fix: update files used for schema tests * chore: revoke from postgres role * chore: update schema dumps * chore: bump versions * chore: bump versions --------- Co-authored-by: Sam Rose <[email protected]> Co-authored-by: Bobbie Soedirgo <[email protected]> Co-authored-by: Bobbie Soedirgo <[email protected]>
17.6.1.062
chore: bump admin api version (#1964)
17.6.0.019-orioledb
chore: bump admin api version (#1964)
15.14.1.062
chore: bump admin api version (#1964)
17.6.1.061-ami-3
fix: always set AWS region for AWS-related actions
17.6.1.061
Multi version ext/pg partman (#1854) * feat: pg_partman all major versions * wip: stage pg_partman multi-version changes * add tests for pg_partman * add tests for pg_partman * add partman to local tests. remove from initial schema * add hypertable to partman test * feat: multiversion pg_partman * update v15 schema * Add nixos test for pg_partman extension Run upgrade and pg_regress tests for pg_partman extension in NixOS tests. * add 5.3.1 version for partman * fix: remove old pg_partman version and fix pg_regress outputs * fix(pg_partman): use correct library name for background worker The pg_partman extension uses a different library name (pg_partman_bgw) than its extension name (pg_partman). This change separates the library name from the extension name to properly handle the background worker library installation and version switching. * chore: bump again to release --------- Co-authored-by: Chris Gwilliams <[email protected]> Co-authored-by: Jean-François Roche <[email protected]>
17.6.1.059-pgbouncer-1
tmp DO NOT MERGE
17.6.0.018-orioledb-ami-3
fix: always set AWS region for AWS-related actions