PostGIS Changelog

What's new in PostGIS 2.1.1

Nov 12, 2013
  • This is a minor release which fixes some bugs, contains speed improvements and additional features.

New in PostGIS 1.5.1 (Mar 12, 2010)

  • Bug Fixes
  • #410, update embedded bbox when applying ST_SetPoint, ST_AddPoint ST_RemovePoint to a linestring
  • (Paul Ramsey)
  • #411, allow dumping tables with invalid geometries
  • (Sandro Santilli, for Regione Toscana-SIGTA)
  • #414, include geography_columns view when running upgrade scripts
  • (Paul Ramsey)
  • #419, allow support for multilinestring in ST_Line_Substring
  • (Paul Ramsey, for Lidwala Consulting Engineers)
  • #421, fix computed string length in ST_AsGML()
  • (Olivier Courtin)
  • #441, fix GML generation with heterogeneous collections
  • (Olivier Courtin)
  • #443, incorrect coordinate reversal in GML 3 generation
  • (Olivier Courtin)
  • #450, wrong area calculation for geography features that cross the date line
  • (Paul Ramsey)
  • Ensure support for upcoming 9.0 PgSQL release
  • (Paul Ramsey)

New in PostGIS 1.3.5 (Dec 16, 2008)

  • This release fixes an important bug introduced in previous release that broke the ability to use Mapserver LINE layers with PostGIS.

New in PostGIS 1.3.4 (Nov 25, 2008)

  • This release added an ST_AsGeoJSON() function, PostgreSQL 8.4 support, performance improvements with GEOS 3.1, memory leak fixes, documentation improvements, and more reliable handling of curve types.