PostGIS 3.3.2, 3.2.4, 3.1.8, 3.0.8 Patch Releases
The PostGIS development team is pleased to provide security, bug fixes and performance enhancements 3.3.2, 3.2.4, 3.1.8 and 3.0.8 for the 3.3, 3.2, 3.1, and 3.0 stable branches.
3.3.2
This release supports PostgreSQL 11-15, GEOS 3.6 and higher, and proj 5.2 and higher.
- source download
- NEWS
- PDF docs en
- html doc download
- html online en de ja ko_KR
- epub doc download
3.2.4 This release works for PostgreSQL 9.6-15.
3.1.8 This release supports PostgreSQL 9.6-14.
- source download
- NEWS
- PDF docs en
- html doc download
- html online en
- epub doc download
3.0.8 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.1.8, 3.0.8.
After installing the binaries or after running pg_upgrade:
For PostGIS 3.3, 3.2, 3.1, 3.0, 2.5 do below which will upgrade all your postgis extensions.
1SELECT postgis_extensions_upgrade();
For PostGIS 2.4 and below do:
1ALTER EXTENSION postgis UPDATE;
2SELECT postgis_extensions_upgrade();
-- if you use the other extensions packaged with postgis -- make sure to upgrade those as well
1ALTER EXTENSION postgis_sfcgal UPDATE;
2ALTER EXTENSION postgis_topology UPDATE;
3ALTER EXTENSION postgis_tiger_geocoder UPDATE;
If you use legacy.sql or legacy_minimal.sql, make sure to rerun the version packaged with these releases.