PostGIS

Spatial and Geographic objects for PostgreSQL

  • Home
  • Download
  • Documentation
  • Development
  • Support

PostGIS 2.3.3 Released

Author: Regina Obe  2017/07/01  in news ( release, 2.3, 2.3.3 )

The PostGIS development team is pleased to announce the release of PostGIS 2.3.3 As befits a patch release, the focus is on bugs and breakages. Best served with PostgreSQL 9.6.3+ and pgRouting 2.4.1.

  • Source Download
  • html doc download
  • pdf doc download
  • epub doc download
  • ChangeLog

Please report bugs that you find in this release.

Bug Fixes

  • 3777, GROUP BY anomaly with empty geometries
  • 3711, Azimuth error upon adding 2.5D edges to topology
  • 3726, PDF manual from dblatex renders fancy quotes for programlisting (Mike Toews)
  • 3738, raster: Using -s without -Y in raster2pgsql transforms raster data instead of setting srid
  • 3744, ST_Subdivide loses subparts of inverted geometries (Darafei Praliaskouski Komzpa)
  • 3750, @ and ~ operator not always schema qualified in geometry and raster functions. Causes restore issues. (Shane StClair of Axiom Data Science)
  • 3682, Strange fieldlength for boolean in result of pgsql2shp
  • 3701, Escape double quotes issue in pgsql2shp
  • 3704, ST_AsX3D crashes on empty geometry
  • 3730, Change ST_Clip from Error to Notice when ST_Clip can’t compute a band

See the full list of changes in the news file and please report bugs that you find in the release. Binary packages will appear in repositories over the coming weeks as packagers roll out builds.

View all closed tickets for 2.3.3.

More Posts

PostGIS Patch Releases 2.2.7, 2.3.7, and 2.4.4

The PostGIS development team is pleased to provide bug fix release 2.2.7, 2.3.7 and 2.4.4 for the 2.2, 2.3, and 2.4 stable branches.

Please note that PostGIS 2.2 is reaching end-of-life and there will be one more patch release later in the year for it. If you have not upgraded to at least PostGIS 2.3, we encourage you do so before we discontinue support for PostGIS 2.2.

View all closed tickets for 2.4.4, 2.3.7, 2.2.7.

After installing the binaries or after running pg_upgrade, make sure to do:

ALTER EXTENSION postgis UPDATE;

— if you use the other extensions packaged with postgis — make sure to upgrade those as well

ALTER EXTENSION postgis_sfcgal UPDATE;
ALTER EXTENSION postgis_topology UPDATE;
ALTER EXTENSION postgis_tiger_geocoder UPDATE;

If you use legacy.sql or legacy_minimal.sql, make sure to rerun the version packaged with these releases.

2.2.7

  • source download
  • NEWS
  • pdf doc download
  • html doc download
  • epub doc download
  • Changelog

2.3.7

  • source download
  • NEWS
  • pdf doc download
  • html doc download
  • epub doc download
  • Changelog

2.4.4

  • source download
  • NEWS
  • pdf doc download
  • html doc download
  • epub doc download
  • Changelog

PostGIS Patch Releases 2.3.6 and 2.4.3

The PostGIS development team is pleased to provide bug fix release 2.3.6 and 2.4.3 for the 2.3 and 2.4 stable branches.

Key fixes in these releases are Brin upgrade, ST_Transform schema qualification to fix issues with restore, foreign table, and materialized view use, ClusterKMeans and encoded polyline fixes.

View all closed tickets for 2.4.3 and 2.3.6.

After installing the binaries or after running pg_upgrade, make sure to do:

ALTER EXTENSION postgis UPDATE;

— if you use the other extensions packaged with postgis — make sure to upgrade those as well

ALTER EXTENSION postgis_sfcgal UPDATE;
ALTER EXTENSION postgis_topology UPDATE;
ALTER EXTENSION postgis_tiger_geocoder UPDATE;

If you use legacy.sql or legacy_minimal.sql, make sure to rerun the version packaged with these releases.

2.3.6

  • source download
  • NEWS
  • pdf doc download
  • html doc download
  • epub doc download
  • Changelog

2.4.3

  • source download
  • NEWS
  • pdf doc download
  • html doc download
  • epub doc download
  • Changelog

PostGIS Patch Releases

The PostGIS development team has uploaded bug fix releases for the 2.3 and 2.4 stable branches.

2.3.5

  • Download
  • NEWS
  • Changelog

2.4.2

  • Download
  • NEWS
  • Changelog

Site Map

  • Home
  • Install
  • Documentation
  • Development
  • Planet PostGIS
  • Support

PostGIS Project Steering Committee (PSC)

  • Paul Ramsey (Chair)
  • Sandro Santilli
  • Regina Obe
  • Mark Cave-Ayland
  • Bborie Park