Skip to content

Releases: supabase/postgres

17.6.1.013

03 Oct 01:04
e430828
Compare
Choose a tag to compare
feat: support multiple versions of the postgis extension (#1667)

* feat: support multiple versions of the postgis extension

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

* chore: correct formatting

* fix: symbolic linking removal

* chore: bump version to retest

* fix:
This fix ensures that the control files reference $libdir/$ext-$MIN_MAJ_VERSION (e.g., $libdir/postgis-3.3) which matches the actual library names built with the
  --with-library-minor-version flag. This allows:

  1. Multiple PostGIS versions to coexist (3.3.2 and 3.3.7 both use postgis-3.3.so)
  2. Extensions to properly find their libraries during upgrades
  3. The multi-version functionality to work correctly

* chore: bump to test

* fix: handling of versions

---------

Co-authored-by: Sam Rose <samuel@supabase.io>

17.5.1.034-orioledb

03 Oct 01:05
e430828
Compare
Choose a tag to compare
feat: support multiple versions of the postgis extension (#1667)

* feat: support multiple versions of the postgis extension

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

* chore: correct formatting

* fix: symbolic linking removal

* chore: bump version to retest

* fix:
This fix ensures that the control files reference $libdir/$ext-$MIN_MAJ_VERSION (e.g., $libdir/postgis-3.3) which matches the actual library names built with the
  --with-library-minor-version flag. This allows:

  1. Multiple PostGIS versions to coexist (3.3.2 and 3.3.7 both use postgis-3.3.so)
  2. Extensions to properly find their libraries during upgrades
  3. The multi-version functionality to work correctly

* chore: bump to test

* fix: handling of versions

---------

Co-authored-by: Sam Rose <samuel@supabase.io>

15.14.1.013

03 Oct 01:02
e430828
Compare
Choose a tag to compare
feat: support multiple versions of the postgis extension (#1667)

* feat: support multiple versions of the postgis extension

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

* chore: correct formatting

* fix: symbolic linking removal

* chore: bump version to retest

* fix:
This fix ensures that the control files reference $libdir/$ext-$MIN_MAJ_VERSION (e.g., $libdir/postgis-3.3) which matches the actual library names built with the
  --with-library-minor-version flag. This allows:

  1. Multiple PostGIS versions to coexist (3.3.2 and 3.3.7 both use postgis-3.3.so)
  2. Extensions to properly find their libraries during upgrades
  3. The multi-version functionality to work correctly

* chore: bump to test

* fix: handling of versions

---------

Co-authored-by: Sam Rose <samuel@supabase.io>

17.6.1.012

02 Oct 21:18
3eb98fd
Compare
Choose a tag to compare
Update pgsql-http to handle semver (#1816)

* modified files to use major and minor version but pull full versions from repo

* update http tests for major minor versions

* chore: bump to test

* chore: bump version to release

* fix: replace lost text in name of checkharness

* chore: also use semver with patch ver in 1.6 version

---------

Co-authored-by: Sam Rose <samuel@supabase.io>

17.6.1.011-httpfix-1

02 Oct 17:20
Compare
Choose a tag to compare
chore: bump to test

17.5.1.033-orioledb

02 Oct 21:17
3eb98fd
Compare
Choose a tag to compare
Update pgsql-http to handle semver (#1816)

* modified files to use major and minor version but pull full versions from repo

* update http tests for major minor versions

* chore: bump to test

* chore: bump version to release

* fix: replace lost text in name of checkharness

* chore: also use semver with patch ver in 1.6 version

---------

Co-authored-by: Sam Rose <samuel@supabase.io>

17.5.1.032-orioledb-httpfix-1

02 Oct 17:22
Compare
Choose a tag to compare
chore: bump to test

15.14.1.012

02 Oct 21:19
3eb98fd
Compare
Choose a tag to compare
Update pgsql-http to handle semver (#1816)

* modified files to use major and minor version but pull full versions from repo

* update http tests for major minor versions

* chore: bump to test

* chore: bump version to release

* fix: replace lost text in name of checkharness

* chore: also use semver with patch ver in 1.6 version

---------

Co-authored-by: Sam Rose <samuel@supabase.io>

15.14.1.011-httpfix-1

02 Oct 17:20
Compare
Choose a tag to compare
chore: bump to test

17.6.1.011-pgrouting-1

01 Oct 19:02
Compare
Choose a tag to compare
fix: we won't include an upgrade of pgrouting quite yet