Skip to content

Releases: supabase/postgres

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 <[email protected]>
Co-authored-by: Jean-François Roche <[email protected]>

17.6.1.056

26 Nov 13:56
6b3b5c7

Choose a tag to compare

chore: bump versions (#1949)

17.6.1.054-pgbouncer-1

26 Nov 05:29

Choose a tag to compare

tmp DO NOT MERGE

17.6.0.013-orioledb

26 Nov 13:55
6b3b5c7

Choose a tag to compare

chore: bump versions (#1949)

17.6.0.011-orioledb-pgbouncer-1

26 Nov 05:31

Choose a tag to compare

15.14.1.056

26 Nov 13:58
6b3b5c7

Choose a tag to compare

chore: bump versions (#1949)

15.14.1.054-pgbouncer-1

26 Nov 05:30

Choose a tag to compare

tmp DO NOT MERGE

17.6.1.054-custci-1

24 Nov 21:07

Choose a tag to compare

chore: suffix to test

17.6.1.054-INDATA-255

25 Nov 18:57
808110f

Choose a tag to compare

refactor: Simplify PostgreSQL conf template sourcing

The source path for PostgreSQL configuration templates has been simplified.

Previously, underscores in `ext_item` were removed when constructing the template filename. This change removes that transformation, directly using `{{ ext_item }}.conf`. This implies that template files in `files/postgresql_config/conf.d/` now match the `ext_item` loop variables directly (e.g., `auto_explain.conf`).

17.6.0.011-orioledb-custci-1

24 Nov 21:07

Choose a tag to compare

chore: suffix to test