From: Regina Obe Date: Mon, 7 Aug 2017 20:40:47 +0000 (+0000) Subject: update of news items X-Git-Tag: 2.4.0beta1~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c22199a7ae34aca3bc6cc9339a753a494799f08;p=postgis update of news items git-svn-id: http://svn.osgeo.org/postgis/trunk@15540 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index f8244a5f5..04f9a8784 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ PostGIS 2.4.0 - #3753, Gist penalty speed improvements for 2d and nd points (Darafei Praliaskouski) - #3677, ST_FrechetDistance (Shinichi Sugiyama) + - Most aggregates (raster and geometry), + and all stable / immutable (raster and geometry) marked as parallel safe * Enhancements * diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index 63012155e..b366280b8 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -895,7 +895,7 @@ Supported bits are: Availability: 1.2.2? - Changed: 2.4.0 added support for max-deviation and max-angle tolerance, and for symmetric output. + Enhanced: 2.4.0 added support for max-deviation and max-angle tolerance, and for symmetric output. &sfs_compliant; &sqlmm_compliant; SQL-MM 3: 7.1.7 diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index 9f0b6c409..af4b0c404 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -521,7 +521,7 @@ Functions enhanced in PostGIS 2.4 - Most aggregates now marked as parallel safe + All aggregates now marked as parallel safe which should allow them to be used in plans that can employ parallelism. @@ -552,6 +552,41 @@ + + Functions changed in PostGIS 2.4 + All PostGIS aggregates now marked as parallel safe. + This will force a drop and recreate of aggregates during upgrade which may fail if any user views or sql functions rely on PostGIS aggregates. + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + +