From: Sandro Santilli Date: Mon, 18 Apr 2005 14:04:10 +0000 (+0000) Subject: Added estmator code and testers bugfix for 1.0.0 release. X-Git-Tag: pgis_1_1_0~424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01fa28e28a010845afaedd28abb5d4887f68202f;p=postgis Added estmator code and testers bugfix for 1.0.0 release. git-svn-id: http://svn.osgeo.org/postgis/trunk@1635 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/CHANGES b/CHANGES index 602a6b186..321149db7 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,8 @@ PostGIS 1.0.0 - NEW chapter about OGC compliancy enforcement - BUGFIX in shp2pgsql escape of values starting with "'" or "\t" - NEW autoconf support for JTS lib + - BUGFIX in estimator testers (support for LWGEOM and schema parsing) + - BUGFIX in join selectivity estimator (defaults, leaks, tuplecount) PostGIS 1.0.0RC6 2005/03/30 diff --git a/doc/postgis.xml b/doc/postgis.xml index 4d6ec61be..9caf0925d 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -4689,6 +4689,7 @@ FROM geometry_table; Library changes BUGFIX in transform() releasing random memory address BUGFIX in force_3dm() allocating less memory then required + BUGFIX in join selectivity estimator (defaults, leaks, tuplecount) @@ -4699,6 +4700,7 @@ FROM geometry_table; NEW -p (prepare) flag for shp2pgsql NEW manual chapter about OGC compliancy enforcement NEW autoconf support for JTS lib + BUGFIX in estimator testers (support for LWGEOM and schema parsing)