- Split raster/rt_core/rt_api.c and raster/rt_pg/rt_pg.c files into
smaller files for ease of long-term maintenance and development
+PostGIS 2.1.4
+2014/09/10
+
+ * Enhancements *
+
+ - #2745, Speedup ST_Simplify calls against points
+ - #2747, Support for GDAL 2.0
+ - #2749, Make rtpostgis_upgrade_20_21.sql ACID
+ - #2811, Do not specify index names when loading shapefiles/rasters
+ - #2829, Shortcut ST_Clip(raster) if geometry fully contains the raster
+ and no NODATA specified
+ - #2895, Raise cost of ST_ConvexHull(raster) to 300 for better query plans
+
+ * Bug Fixes *
+
+ - #2605, armel: _ST_Covers() returns true for point in hole
+ - #2911, Fix output scale on ST_Rescale/ST_Resample/ST_Resize of rasters
+ with scale 1/-1 and offset 0/0.
+ - Fix crash in ST_Union(raster)
+ - #2704, ST_GeomFromGML() does not work properly with array of gml:pos
+ (Even Roualt)
+ - #2708, updategeometrysrid doesn't update srid check when schema
+ not specified. Patch from Marc Jansen
+ - #2720, lwpoly_add_ring should update maxrings after realloc
+ - #2759, Fix postgis_restore.pl handling of multiline object comments
+ embedding sql comments
+ - #2774, fix undefined behavior in ptarray_calculate_gbox_geodetic
+ - Fix potential memory fault in ST_MakeValid
+ - #2784, Fix handling of bogus argument to --with-sfcgal
+ - #2772, Premature memory free in RASTER_getBandPath (ST_BandPath)
+ - #2755, Fix regressions tests against all versions of SFCGAL
+ - #2775, lwline_from_lwmpoint leaks memory
+ - #2802, ST_MapAlgebra checks for valid callback function return value
+ - #2803, ST_MapAlgebra handles no userarg and STRICT callback function
+ - #2834, ST_Estimated_Extent and mixedCase table names (regression bug)
+ - #2845, Bad geometry created from ST_AddPoint
+ - #2870, Binary insert into geography column results geometry being inserted
+ - #2872, make install builds documentation (Greg Troxell)
+ - #2819, find isfinite or replacement on Centos5 / Solaris
+ - #2899, geocode limit 1 not returning best answer (tiger geocoder)
+ - #2903, Unable to compile on FreeBSD
+ - #2927 reverse_geocode not filling in direction prefix (tiger geocoder)
+ get rid of deprecated ST_Line_Locate_Point called
+
PostGIS 2.1.3
2014/05/13
- #2772, fix premature memory free in RASTER_getBandPath (ST_BandPath)
PostGIS 2.0.5
-2013/03/31
+2014/03/31
* Important Changes *
<sect1>
<title>Release 2.2.0</title>
<para>Release date: YYYY/MM/DD</para>
- </sect1>
+ </sect1>
+
+ <sect1>
+ <title>Release 2.1.4</title>
+ <para>Release date: 2014-09-10</para>
+ <para>This is a bug fix and performance improvement release.</para>
+ <simplesect>
+ <title>Enhancements</title>
+ <para>#2745, Speedup ST_Simplify calls against points</para>
+ <para>#2747, Support for GDAL 2.0</para>
+ <para>#2749, Make rtpostgis_upgrade_20_21.sql ACID</para>
+ <para>#2811, Do not specify index names when loading shapefiles/rasters</para>
+ <para>#2829, Shortcut ST_Clip(raster) if geometry fully contains the raster
+ and no NODATA specified</para>
+ <para>#2895, Raise cost of ST_ConvexHull(raster) to 300 for better query plans</para>
+ </simplesect>
+
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para>#2605, armel: _ST_Covers() returns true for point in hole</para>
+ <para>#2911, Fix output scale on ST_Rescale/ST_Resample/ST_Resize of rasters
+ with scale 1/-1 and offset 0/0.</para>
+ <para>Fix crash in ST_Union(raster)</para>
+ <para>#2704, ST_GeomFromGML() does not work properly with array of gml:pos
+ (Even Roualt)</para>
+ <para>#2708, updategeometrysrid doesn't update srid check when schema
+ not specified. Patch from Marc Jansen</para>
+ <para>#2720, lwpoly_add_ring should update maxrings after realloc</para>
+ <para>#2759, Fix postgis_restore.pl handling of multiline object comments
+ embedding sql comments</para>
+ <para>#2774, fix undefined behavior in ptarray_calculate_gbox_geodetic
+ - Fix potential memory fault in ST_MakeValid</para>
+ <para>#2784, Fix handling of bogus argument to --with-sfcgal</para>
+ <para>#2772, Premature memory free in RASTER_getBandPath (ST_BandPath)</para>
+ <para>#2755, Fix regressions tests against all versions of SFCGAL</para>
+ <para>#2775, lwline_from_lwmpoint leaks memory</para>
+ <para>#2802, ST_MapAlgebra checks for valid callback function return value</para>
+ <para>#2803, ST_MapAlgebra handles no userarg and STRICT callback function</para>
+ <para>#2834, ST_Estimated_Extent and mixedCase table names (regression bug)</para>
+ <para>#2845, Bad geometry created from ST_AddPoint</para>
+ <para>#2870, Binary insert into geography column results geometry being inserted</para>
+ <para>#2872, make install builds documentation (Greg Troxell)</para>
+ <para>#2819, find isfinite or replacement on Centos5 / Solaris</para>
+ <para>#2899, geocode limit 1 not returning best answer (tiger geocoder)</para>
+ <para>#2903, Unable to compile on FreeBSD</para>
+ <para>#2927 reverse_geocode not filling in direction prefix (tiger geocoder)
+ get rid of deprecated ST_Line_Locate_Point called</para>
+ </simplesect>
+ </sect1>
+
+ <sect1>
+ <title>Release 2.1.3</title>
+ <para>Release date: 2014/05/13</para>
+ <para>This is a bug fix and security release.</para>
+ <simplesect>
+ <title>Important changes</title>
+ <para>
+ Starting with this version offline raster access and use of GDAL drivers
+ are disabled by default.
+ </para>
+
+ <para>
+ An environment variable is introduced to allow for enabling
+ specific GDAL drivers: POSTGIS_GDAL_ENABLED_DRIVERS.
+ By default, all GDAL drivers are disabled
+ </para>
+
+ <para>
+ An environment variable is introduced to allow for enabling
+ out-db raster bands: POSTGIS_ENABLE_OUTDB_RASTERS.
+ By default, out-db raster bands are disabled
+ </para>
+
+ <para>
+ The environment variables must be set for the PostgreSQL process,
+ and determines the behavior of the whole cluster.
+ </para>
+ </simplesect>
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para>#2697, invalid GeoJSON Polygon input crashes server process</para>
+ <para>#2700, Fix dumping of higher-dimension datasets with null rows</para>
+ <para>#2706, ST_DumpPoints of EMPTY geometries crashes server</para>
+ </simplesect>
+ </sect1>
<sect1>
<title>Release 2.1.2</title>
<para>Release date: 2014/03/31</para>