From: Daniel Baston Date: Wed, 18 May 2016 00:55:08 +0000 (+0000) Subject: Add some missing NEWS items for 2.3 X-Git-Tag: 2.3.0beta1~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c585d3ca8aaf1851206fb65738fb468a4434e672;p=postgis Add some missing NEWS items for 2.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@14914 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index a78e728d6..a28b390e9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ PostGIS 2.3.0 -2015/XX/XX +2016/XX/XX * Important / Breaking Changes * @@ -12,6 +12,9 @@ PostGIS 2.3.0 - Add support for custom TOC in postgis_restore.pl (Christoph Moench-Tegeder) + - Add support for negative indexing in ST_PointN and ST_SetPoint + (Rémi Cura) + - Add parameters for geography ST_Buffer (Thomas Bonfort) - #3391, Add table inheritance support in ST_EstimatedExtent (Alessandro Pasotti) - TopoGeom_addElement, TopoGeom_remElement (Sandro Santilli) @@ -26,8 +29,16 @@ PostGIS 2.3.0 - #3465, ST_ClusterKMeans (Paul Ramsey) - #3469, ST_MakeLine with MULTIPOINTs (Paul Norman) - #3549, Support PgSQL 9.6 parallel query mode, as far as possible + (Paul Ramsey) - #3557, Geometry function costs based on query stats (Paul Norman) + * Performance Enhancements * + + - #75, Enhancement to PIP short circuit (Dan Baston) + - #3383, Avoid deserializing small geometries during index operations + (Dan Baston) + - #3400, Minor optimization of PIP routines (Dan Baston) + PostGIS 2.2.2 2016/03/22