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

PostGIS 3.3.0beta2

The PostGIS Team is pleased to release PostGIS 3.3.0beta2! Best Served with PostgreSQL 15 Beta2 ,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.0beta2

This release is a beta of a major release, it includes bug fixes since PostGIS 3.2.1 and new features.

Changes since PostGIS 3.3.0beta1:

New features

  • #5183, topology.RemoveUnusedPrimitives (Sandro Santilli)

Enhancements

  • GH698, support parallel aggregate for ST_Union (Sergei Shoulbakov)

Bug fixes

  • #5179 pgsql2shp syntax error on big-endian (Bas Couwenberg)

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.0beta2 milestone.