Releases: supabase/postgres
Releases · supabase/postgres
17.6.1.013
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
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
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
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
chore: bump to test
17.5.1.033-orioledb
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
chore: bump to test
15.14.1.012
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
chore: bump to test
17.6.1.011-pgrouting-1
fix: we won't include an upgrade of pgrouting quite yet