- #2567, ST_Count(tablename, rastercolumn, ...)
* New Features *
+
- #899, -m shp2pgsql attribute names mapping -m switch
(Regina Obe / Sandro Santilli)
- #1678, Added GUC postgis.gdal_datapath to specify GDAL config
* Bug Fixes *
- - #2666, Error out at configure time if no SQL preprocessor can be found
- - #2371, Support GEOS versions with more than 1 digit in micro
- - #2383, Removed unsafe use of \' from raster warning message
- - #2384, Fixed variable datatype in ST_Neighborhood
- - #2454, Fix behavior of ST_PixelAsXXX functions regarding
- exclude_nodata_value parameter
- - #2493, Fix behavior of ST_DumpValues when passed an empty raster
- - #2512, Support for foreign tables and materialized views in
- raster_columns and raster_overviews
- - #2532, Add missing raster/geometry commutator operators
- - #2534, st_distance is returning incorrect results for large geographies
- #2540, Change GUC name for GDAL_DATA to postgis.gdal_datapath
- - #2543, invalid join selectivity error from simple query
- - #2546, GeoJSON with string coordinates parses incorrectly
- - #2552, Fix handling of NULL raster in ST_AsTIFF, ST_AsPNG
- and ST_AsJPEG
- - #2555, Fix parsing issue of range arguments of ST_Reclass
- - #2589, Remove use of unnecessary void pointers
- - #2607, Cannot open more than 1024 out-db files in one process
- - #2615, EstimatedExtent (and hence, underlying stats) gathering wrong bbox
- - #2556, geography ST_Intersects results depending on insert order
- - #2634, regression in sphere distance code
- - #2697, invalid GeoJSON Polygon input crashes server process
- - #2706, ST_DumpPoints of EMPTY geometries crashes server
- - #2772, Premature memory free in RASTER_getBandPath (ST_BandPath)
- #2777, Raster max extent constraint based upon envelope to behave
like geometry extent
- - #2802, ST_MapAlgebra checks for valid callback function return value
- - #2803, ST_MapAlgebra handles no userarg and STRICT callback function
- #2822, Use @ operator instead of ST_CoveredBy() for raster
max extent constraint
- - #2845, Bad geometry created from ST_AddPoint
- - #2870, Binary insert into geography column results in value being inserted as geometry
* Code refactoring *