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

PostGIS Patch Releases

The PostGIS development team is pleased to provide bug fix and performance enhancements 3.4.1, 3.3.5, 3.2.6, 3.1.10, 3.0.10 for the 3.4, 3.3, 3.2, 3.1, 3.0 stable branches.

3.4.1

This version works with versions PostgreSQL 12-16, GEOS 3.6 or higher, and Proj 6.1+.

3.3.5

This release supports PostgreSQL 11-16, GEOS 3.6 and higher, and proj 5.2 and higher.

3.2.6

This release works for PostgreSQL 9.6-15.

3.1.10

This release supports PostgreSQL 9.6-14.

3.0.10

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

View all closed tickets for 3.3.5, 3.2.6, 3.1.10, 3.0.10.

After installing the binaries or after running pg_upgrade:

For PostGIS > 3 do below which will upgrade all your postgis extensions.

SELECT postgis_extensions_upgrade();
SELECT postgis_extensions_upgrade();

For PostGIS < 3:

ALTER EXTENSION postgis UPDATE;
SELECT postgis_extensions_upgrade();