From f539ed1fcf2db37cdf1d7027ba781378ff8f67c6 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 13 Jan 2005 08:39:27 +0000 Subject: [PATCH] Added release notes chapter git-svn-id: http://svn.osgeo.org/postgis/trunk@1290 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 82 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/doc/postgis.xml b/doc/postgis.xml index 62e9d5cad..a22babed0 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -4347,4 +4347,86 @@ FROM geometry_table; + + + Release Notes + + + Release 1.0.0 + + This is a major postgis release, with internal + storage of postgis types redesigned to be smaller + and faster on indexed queries. + + + Upgrading + + You need a dump/reload to upgrade + from precedent releases. Take a look at + utils/postgis_restore.pl for a convenient + way to do so. + + + + Changes + + + Faster canonical input parsing. + + + + Lossless canonical output. + + + + EWKB Canonical binary IO with PG>73. + + + + Support for up to 4d coordinates, providing + lossless shapefile->postgis->shapefile + conversion. + + + + New function: UpdateGeometrySRID(), AsGML(), + SnapToGrid(), ForceRHR(), estimated_extent(), + accum(). + + + + Vertical positioning indexed operators. + + + + JOIN selectivity function. + + + + More geometry constructors / editors. + + + + Postgis extension API. + + + + UTF8 support in loader. + + + + + + Credits + + + This release includes contributions from + (in alphabetical order): + Carl Anderson, David Blasby, IIDA Tetsushi, + Kris Jurka, Mark Cave-Ayland, Markus Schaber, + Ralph Mason. + + + + -- 2.40.0