Skip to content

Releases: supabase/postgres

17.6.1.019

09 Oct 18:47
e67b478
Compare
Choose a tag to compare
feat: support multiple versions of the pg_jsonschema extension (#1757)

* feat: multiple versions for the pg_jsonschema extension

Build multiple versions of the pg_jsonschema extension to on different PostgreSQL versions.
Add test for the extensions and their upgrade on PostgreSQL 15 and 17.

* fix: centralize bindgen hook override for pgrx extensions

Move the bindgen hook fix for ARM NEON vector ABI issues from
pg_graphql to mkPgrxExtension, making it available to all pgrx-based
extensions. This fix applies to pgrx versions 0.6.1 through 0.11.2
when building on aarch64-linux.

* fix: missing dependency on macOS for pg_jsonschema

* chore: bump to release

---------

Co-authored-by: Sam Rose <[email protected]>

17.6.1.018-fix-pgmq

09 Oct 14:07
Compare
Choose a tag to compare
chore: bump image releases for testing

17.6.1.018

09 Oct 10:32
cdb8609
Compare
Choose a tag to compare
feat: bump auth to v2.180.0 (#1829)

17.5.1.040-orioledb

09 Oct 18:48
e67b478
Compare
Choose a tag to compare
feat: support multiple versions of the pg_jsonschema extension (#1757)

* feat: multiple versions for the pg_jsonschema extension

Build multiple versions of the pg_jsonschema extension to on different PostgreSQL versions.
Add test for the extensions and their upgrade on PostgreSQL 15 and 17.

* fix: centralize bindgen hook override for pgrx extensions

Move the bindgen hook fix for ARM NEON vector ABI issues from
pg_graphql to mkPgrxExtension, making it available to all pgrx-based
extensions. This fix applies to pgrx versions 0.6.1 through 0.11.2
when building on aarch64-linux.

* fix: missing dependency on macOS for pg_jsonschema

* chore: bump to release

---------

Co-authored-by: Sam Rose <[email protected]>

17.5.1.039-orioledb-fix-pgmq

09 Oct 13:59
Compare
Choose a tag to compare
chore: bump image releases for testing

17.5.1.039-orioledb

09 Oct 10:32
cdb8609
Compare
Choose a tag to compare
feat: bump auth to v2.180.0 (#1829)

15.14.1.019

09 Oct 18:49
e67b478
Compare
Choose a tag to compare
feat: support multiple versions of the pg_jsonschema extension (#1757)

* feat: multiple versions for the pg_jsonschema extension

Build multiple versions of the pg_jsonschema extension to on different PostgreSQL versions.
Add test for the extensions and their upgrade on PostgreSQL 15 and 17.

* fix: centralize bindgen hook override for pgrx extensions

Move the bindgen hook fix for ARM NEON vector ABI issues from
pg_graphql to mkPgrxExtension, making it available to all pgrx-based
extensions. This fix applies to pgrx versions 0.6.1 through 0.11.2
when building on aarch64-linux.

* fix: missing dependency on macOS for pg_jsonschema

* chore: bump to release

---------

Co-authored-by: Sam Rose <[email protected]>

15.14.1.018-fix-pgmq

09 Oct 14:01
Compare
Choose a tag to compare
chore: bump image releases for testing

15.14.1.018

09 Oct 10:33
cdb8609
Compare
Choose a tag to compare
feat: bump auth to v2.180.0 (#1829)

17.6.1.017

08 Oct 19:51
a9c198a
Compare
Choose a tag to compare
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