Skip to content

Releases: supabase/postgres

17.6.1.057-auth-1

02 Dec 15:35

Choose a tag to compare

17.6.0.015-orioledb

02 Dec 18:58
36ff81c

Choose a tag to compare

chore: Update PostgREST setup and versions (#1955)

- Refactored PostgREST APT GPG key management to use `get_url` and `file` as `apt_key` is deprecated
- Updated PostgreSQL release versions to include the `-PSQL838` suffix, indicating specific builds for this project.

17.6.0.014-orioledb-nb-1

02 Dec 13:56

Choose a tag to compare

chore: testing suffix

17.6.0.014-orioledb-auth-1

02 Dec 15:38

Choose a tag to compare

15.14.1.058

02 Dec 18:59
36ff81c

Choose a tag to compare

chore: Update PostgREST setup and versions (#1955)

- Refactored PostgREST APT GPG key management to use `get_url` and `file` as `apt_key` is deprecated
- Updated PostgreSQL release versions to include the `-PSQL838` suffix, indicating specific builds for this project.

15.14.1.057-nb-1

02 Dec 13:57

Choose a tag to compare

chore: testing suffix

15.14.1.057-auth-1

02 Dec 15:37

Choose a tag to compare

17.6.1.057

27 Nov 21:39
75c8517

Choose a tag to compare

chore: bump Wrappers version to 0.5.7 (#1945)

* chore: bump Wrappers version to 0.5.7

* add new pgrx and rust version

* feat: support 1.88 rust 0.16.1 pgrx 0.57 wrappers

* docs: update docs

* fix: reduce pressure on CI runners

Updating the dependency helping us build all our rust extensions has put
a lot of pressure on our CI runners, causing timeouts and failed builds.

We are currently working on a more permanent solution in #1745 but in
the meantime, we cap the number of parallel nix builds to 2, which
should reduce the load on our CI runners.

* fix: pg_regress test for wrappers extension

pg_regress tests always test the latest update of our extensions. 
Add the wrappers renamed types to the expected output files.

* fix: increase parallelism for build process

We have reduced the pressure on CI runner, now the build process is timing out after 3h.
By increasing the parallelism from 2 to 4, we can better utilize the available resources and speed up the build process without overwhelming the system like before.

* fix: delegate copying artifacts to nix-fast-build

Copying built artifacts to S3 should be done by nix-fast-build itself
while building instead of relying on nix-daemon's post-build hooks and
the end of the build.

* chore: bump to release

---------

Co-authored-by: Sam Rose <samuel@supabase.io>
Co-authored-by: Jean-François Roche <jfroche@pyxel.be>

17.6.0.014-orioledb

27 Nov 20:16
75c8517

Choose a tag to compare

chore: bump Wrappers version to 0.5.7 (#1945)

* chore: bump Wrappers version to 0.5.7

* add new pgrx and rust version

* feat: support 1.88 rust 0.16.1 pgrx 0.57 wrappers

* docs: update docs

* fix: reduce pressure on CI runners

Updating the dependency helping us build all our rust extensions has put
a lot of pressure on our CI runners, causing timeouts and failed builds.

We are currently working on a more permanent solution in #1745 but in
the meantime, we cap the number of parallel nix builds to 2, which
should reduce the load on our CI runners.

* fix: pg_regress test for wrappers extension

pg_regress tests always test the latest update of our extensions. 
Add the wrappers renamed types to the expected output files.

* fix: increase parallelism for build process

We have reduced the pressure on CI runner, now the build process is timing out after 3h.
By increasing the parallelism from 2 to 4, we can better utilize the available resources and speed up the build process without overwhelming the system like before.

* fix: delegate copying artifacts to nix-fast-build

Copying built artifacts to S3 should be done by nix-fast-build itself
while building instead of relying on nix-daemon's post-build hooks and
the end of the build.

* chore: bump to release

---------

Co-authored-by: Sam Rose <samuel@supabase.io>
Co-authored-by: Jean-François Roche <jfroche@pyxel.be>

15.14.1.057

27 Nov 20:21
75c8517

Choose a tag to compare

chore: bump Wrappers version to 0.5.7 (#1945)

* chore: bump Wrappers version to 0.5.7

* add new pgrx and rust version

* feat: support 1.88 rust 0.16.1 pgrx 0.57 wrappers

* docs: update docs

* fix: reduce pressure on CI runners

Updating the dependency helping us build all our rust extensions has put
a lot of pressure on our CI runners, causing timeouts and failed builds.

We are currently working on a more permanent solution in #1745 but in
the meantime, we cap the number of parallel nix builds to 2, which
should reduce the load on our CI runners.

* fix: pg_regress test for wrappers extension

pg_regress tests always test the latest update of our extensions. 
Add the wrappers renamed types to the expected output files.

* fix: increase parallelism for build process

We have reduced the pressure on CI runner, now the build process is timing out after 3h.
By increasing the parallelism from 2 to 4, we can better utilize the available resources and speed up the build process without overwhelming the system like before.

* fix: delegate copying artifacts to nix-fast-build

Copying built artifacts to S3 should be done by nix-fast-build itself
while building instead of relying on nix-daemon's post-build hooks and
the end of the build.

* chore: bump to release

---------

Co-authored-by: Sam Rose <samuel@supabase.io>
Co-authored-by: Jean-François Roche <jfroche@pyxel.be>