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

PostGIS 3.3.0rc2

The PostGIS Team is pleased to release PostGIS 3.3.0rc2! Best Served with PostgreSQL 15 beta3 ,GEOS 3.11.0 , and SFCGAL 1.4.1

Lower versions of the aforementioned dependencies will not have all new features.

This release supports PostgreSQL 11-15.

3.3.0rc2

This release is a release candidate of a major release, it includes bug fixes since PostGIS 3.2.3.

Changes since PostGIS 3.3.0rc1:

Bug fixes

  • #5089 ST_Reverse also reverses components of CompoundCurve (Paul Ramsey)
  • #5181 Reset proj error state after failed parse (Paul Ramsey)
  • #5171 Short circuit geodesic distance when inputs equal (Paul Ramsey)

Upgrading

After installing the binaries or after running pg_upgrade:

For PostGIS 3.2, 3.1, 3.0 do below which will upgrade all your postgis extensions.

SELECT postgis_extensions_upgrade();

For PostGIS 2.5 and below do:

ALTER EXTENSION postgis UPDATE;
SELECT postgis_extensions_upgrade();
SELECT postgis_extensions_upgrade();

If you come across any issues, feel free to report via our ticket tracker or mailing list with details

View all tickets for 3.3.0rc2 milestone.