(Bborie Park / UC Davis)
* Enhancements *
- - #823, tiger geocoder: Make loader_generate_script download portion less greedy
+ - #823, tiger geocoder: Make loader_generate_script download portion
+ less greedy
- #1363, ST_AddBand(raster, ...) array version rewritten in C
- #1364, ST_Union(raster, ...) aggregate function rewritten in C
- #1661, Add aggregate variant of ST_SameAlignment
- #1719, Add support for Point and GeometryCollection ST_MakeValid inputs
- #1796, Big performance boost for distance calculations in geography
- #1802, improved function interruptibility.
- - #1856, tiger geocoder: reverse geocoder rating setting for prefer numbered highway name
+ - #1856, tiger geocoder: reverse geocoder rating setting for prefer
+ numbered highway name
- #1938, Refactor basic ST_AddBand to add multiple new bands in one call
- - #1978, wrong answer when calculating length of a closed circular arc (circle)
+ - #1978, wrong answer when calculating length of a closed circular
+ arc (circle)
- #1780, support ST_GeoHash for geography
- #2021, Added multi-band support to ST_Union(raster, ...) aggregate function
- #2006, better support of ST_Area(geography) over poles and dateline
- TopologySummary output now includes unregistered layers and a count
of missing TopoGeometry objects from their natural layer.
- - ST_HillShade(), ST_Aspect() and ST_Slope() have one new optional parameter to
- interpolate NODATA pixels before running the operation.
- - point variant of ST_SetValue(raster) is now a wrapper around geomval variant of
- ST_SetValues(rast).
+ - ST_HillShade(), ST_Aspect() and ST_Slope() have one new optional
+ parameter to interpolate NODATA pixels before running the operation.
+ - point variant of ST_SetValue(raster) is now a wrapper around geomval
+ variant of ST_SetValues(rast).
* Fixes *
when count is zero
- #1932, fix raster2pgsql of syntax for index tablespaces
- #1936, ST_GeomFromGML on CurvePolygon causes server crash
- - #1939, remove custom data types: summarystats, histogram, quantile, valuecount
+ - #1939, remove custom data types: summarystats, histogram, quantile,
+ valuecount
- #1951, remove crash on zero-length linestrings
- #1957, ST_Distance to a one-point LineString returns NULL
- #1981, cleanup of unused variables causing warnings with gcc 4.6+