PostGIS
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

PostGIS 3.2.3, 3.1.7, 3.0.7, 2.5.8 Released

The PostGIS development team is pleased to provide bug fix and performance enhancements 3.2.3, 3.1.7, 3.0.7, 2.5.8 for the 3.2, 3.1, 3.0, 2.5 stable branches.

Most importantly in these releases is a fix for upgrading PostGIS for recently released PostgreSQL 14.5, 13.8, 12.12, 11.17, 10.22.

3.2.3

This release works with PostgreSQL 9.6-15 and GEOS >= 3.6. Additional features exposed for GEOS 3.10+, PostgreSQL 12+ and Proj 6+

3.1.7

This release works with PostgreSQL 9.6-14 and GEOS >= 3.6 Additional features exposed for GEOS 3.9+, PostgreSQL 12+ and Proj 6+

3.0.7

This release works with PostgreSQL 9.5-13beta2 and GEOS >= 3.6 Designed to take advantage of features in PostgreSQL 12+ and Proj 6+

2.5.8

This release supports PostgreSQL 9.3-12 You are encouraged to use the PostGIS 3 or higher with PostgreSQL 12 instead of 2.5 because 3.0 has features specifically designed to take advantage of features new in PostgreSQL 12.

View all closed tickets for 3.2.3, 3.1.7, 3.0.7, 2.5.8.

After installing the binaries or after running pg_upgrade:

For PostGIS 3 and above:

SELECT postgis_extensions_upgrade();
SELECT postgis_extensions_upgrade();

For PostGIS < 3:

ALTER EXTENSION postgis UPDATE;
SELECT postgis_extensions_upgrade();