]> granicus.if.org Git - postgis/commitdiff
Added estmator code and testers bugfix for 1.0.0 release.
authorSandro Santilli <strk@keybit.net>
Mon, 18 Apr 2005 14:04:10 +0000 (14:04 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 18 Apr 2005 14:04:10 +0000 (14:04 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1635 b70326c6-7e19-0410-871a-916f4a2858ee

CHANGES
doc/postgis.xml

diff --git a/CHANGES b/CHANGES
index 602a6b1864e0d10f2e6dcfd3399d56f245209e34..321149db7d58453831986eb56782557717330f95 100644 (file)
--- 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
index 4d6ec61beefde93c62d46c4970832eeb4ec2ab8f..9caf0925da981e3003465401ec8823e0f2ffed45 100644 (file)
@@ -4689,6 +4689,7 @@ FROM geometry_table;</literallayout>
                                <title>Library changes</title>
        <para>BUGFIX in transform() releasing random memory address</para>
        <para>BUGFIX in force_3dm() allocating less memory then required</para>
+       <para>BUGFIX in join selectivity estimator (defaults, leaks, tuplecount)</para>
                        </sect2>
 
                        <sect2>
@@ -4699,6 +4700,7 @@ FROM geometry_table;</literallayout>
        <para>NEW -p (prepare) flag for shp2pgsql</para>
        <para>NEW manual chapter about OGC compliancy enforcement</para>
        <para>NEW autoconf support for JTS lib</para>
+       <para>BUGFIX in estimator testers (support for LWGEOM and schema parsing)</para>
                        </sect2>
 
                </sect1>