]> granicus.if.org Git - postgis/commitdiff
Commit in preparation for 2.0.0alpha4
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 8 Feb 2012 17:33:21 +0000 (17:33 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 8 Feb 2012 17:33:21 +0000 (17:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9102 b70326c6-7e19-0410-871a-916f4a2858ee

ChangeLog
NEWS
README.postgis

index bdba4b7eb8aaa76c2e6ae73e1e94db88207294aa..f2046810d63837344468fca8529549148a8b7917 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2012-02-01 17:28  robe
+2012-02-08 17:23  David Zwarg <dzwarg@azavea.com>
 
-       * extras/tiger_geocoder/tiger_2010/tables/census_tracts_tables.sql:
+       * [r9101] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
+         raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
+         ST_StdDev4ma raster neighborhood processing function. #1318
+
+2012-02-08 17:19  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9100] postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
+         postgis/lwgeom_sqlmm.c: lwgeom_release (#699) move free if copy
+         calls to end of functions in any place where there is any chance
+         that a problem might occur
+
+2012-02-08 16:44  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9099] raster/rt_core/rt_api.c: Minor debug message tweak
+
+2012-02-08 16:11  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9098] raster/loader/raster2pgsql.c,
+         raster/test/regress/Makefile.in,
+         raster/test/regress/loader/Basic-post.sh,
+         raster/test/regress/loader/Basic-pre.sh,
+         raster/test/regress/loader/Basic.select.expected,
+         raster/test/regress/loader/Basic.select.sql,
+         raster/test/regress/loader/Basic.sql.expected,
+         raster/test/regress/loader/BasicCopy-post.sh,
+         raster/test/regress/loader/BasicCopy-pre.sh,
+         raster/test/regress/loader/BasicCopy.opts,
+         raster/test/regress/loader/BasicCopy.select.expected,
+         raster/test/regress/loader/BasicCopy.select.sql,
+         raster/test/regress/loader/BasicCopy.sql.expected,
+         raster/test/regress/loader/Tiled10x10-post.sh,
+         raster/test/regress/loader/Tiled10x10-pre.sh,
+         raster/test/regress/loader/Tiled10x10.opts,
+         raster/test/regress/loader/Tiled10x10.select.expected,
+         raster/test/regress/loader/Tiled10x10.select.sql,
+         raster/test/regress/loader/Tiled10x10Copy-post.sh,
+         raster/test/regress/loader/Tiled10x10Copy-pre.sh,
+         raster/test/regress/loader/Tiled10x10Copy.opts,
+         raster/test/regress/loader/Tiled10x10Copy.select.expected,
+         raster/test/regress/loader/Tiled10x10Copy.select.sql,
+         regress/run_test: Added regression tests for raster2pgsql loader.
+         Ticket is #1388
+
+2012-02-08 15:17  Olivier Courtin <olivier.courtin@camptocamp.com>
+
+       * [r9097] liblwgeom/libtgeom.c, liblwgeom/libtgeom.h: Bugfixes
+         related to #1552, and somehow to #665. Thanks to Sandro for
+         report and valgrind stuff !
+
+2012-02-08 10:06  Sandro Santilli <strk@keybit.net>
+
+       * [r9096] doc/extras_topology.xml: Document topology.GetRingEdges
+         (#959)
+
+2012-02-08 09:36  Sandro Santilli <strk@keybit.net>
+
+       * [r9095] postgis/lwgeom_geos.c: Do not release serialized input
+         until output is deserialized
+         
+         See
+         http://postgis.refractions.net/pipermail/postgis-devel/2012-February/018336.html
+
+2012-02-08 06:42  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9094] configure.ac: configure_json.patch (#1539) from Evan
+         Roualt
+
+2012-02-08 05:29  Olivier Courtin <olivier.courtin@camptocamp.com>
+
+       * [r9093] liblwgeom/cunit/cu_surface.c: restore (at least) tin_geom
+         and psurface_geom unit tests call. Related to #665
+
+2012-02-08 05:23  Olivier Courtin <olivier.courtin@camptocamp.com>
+
+       * [r9092] liblwgeom/libtgeom.c: Fix BBOX handling in serialization.
+         Still related to #665
+
+2012-02-08 04:36  Olivier Courtin <olivier.courtin@camptocamp.com>
+
+       * [r9091] liblwgeom/libtgeom.c: Change BBOX double to float in
+         serialization. Related to #665
+
+2012-02-08 00:43  David Zwarg <dzwarg@azavea.com>
+
+       * [r9090] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
+         raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
+         ST_Distinct4ma helper neighborhood processing function. See #1318
+
+2012-02-08 00:29  David Zwarg <dzwarg@azavea.com>
+
+       * [r9089] configure.ac: Fixed typo in configure.ac
+
+2012-02-08 00:23  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9088] regress/loader/Latin1.select.sql, regress/run_test:
+         loader/Latin1 regression failure with database SQL_ASCII encoding
+         (#1465) from Greg Troxel
+
+2012-02-08 00:15  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9087] liblwgeom/cunit/cu_surface.c: Remove another dying test
+
+2012-02-08 00:14  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9086] liblwgeom/cunit/cu_surface.c: Remove failing test
+
+2012-02-08 00:14  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9085] postgis/Makefile.in: Remove dependency on svnrevision.h
+
+2012-02-08 00:01  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9084] doc/Makefile.in: docs-install uses bare cp (#1528) from
+         Greg Troxel
+
+2012-02-07 23:51  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9083] .: Ignore svnrevision.h
+
+2012-02-07 23:49  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9082] regress/tickets.sql, regress/tickets_expected:
+         ST_MinimumBoundingCircle needs regression test (#1042)
+
+2012-02-07 23:42  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9081] configure.ac: Add a warning for lower numbers of GEOS
+
+2012-02-07 23:37  Olivier Courtin <olivier.courtin@camptocamp.com>
+
+       * [r9080] liblwgeom/libtgeom.c: Still several bugfixes related to
+         #665
+
+2012-02-07 23:27  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9079] GNUmakefile.in, make_dist.sh, postgis/Makefile.in,
+         utils/svn_repo_revision.pl: Force generation of an svnrevision.h
+         file when building in a repo and the svn executable is available.
+         Ensure that when building a tarball with make_dist.sh the
+         revision is read from the tag in the remote svn repository.
+         This should cover both development and distribution cases.
+
+2012-02-07 22:17  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9078] authors.svn: Add dzwarg
+
+2012-02-07 22:05  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9077] raster/test/Makefile.in, raster/test/core/testapi.c,
+         raster/test/loader, raster/test/regress/Makefile.in,
+         raster/test/regress/loader,
+         raster/test/regress/loader/testraster.tif: Clean up raster
+         regression and move loader regression directory.
+
+2012-02-07 21:30  Olivier Courtin <olivier.courtin@camptocamp.com>
+
+       * [r9076] liblwgeom/libtgeom.c: Still bugfixes. Related to #665
+
+2012-02-07 21:14  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9075] regress/wkb.sql, regress/wkb_expected: Test non-empty new
+         types in regress/wkb (#1477)
+
+2012-02-07 21:04  Olivier Courtin <olivier.courtin@camptocamp.com>
+
+       * [r9074] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c:
+         Restore surface cunit tests
+
+2012-02-07 21:01  Olivier Courtin <olivier.courtin@camptocamp.com>
+
+       * [r9073] liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c: Fix
+         some bugfixes. Handle EMPTY use cases. Minor changes. Related to
+         #665
+
+2012-02-07 19:42  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9072] liblwgeom/cunit/cu_split.c, liblwgeom/lwcircstring.c,
+         liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
+         liblwgeom/lwgeom_geos_node.c, liblwgeom/lwline.c,
+         liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
+         liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwpsurface.c,
+         liblwgeom/lwtin.c, liblwgeom/lwtriangle.c,
+         postgis/geography_measurement.c,
+         postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
+         postgis/lwgeom_geos.c, postgis/lwgeom_ogc.c,
+         postgis/lwgeom_rtree.c, postgis/lwgeom_spheroid.c,
+         postgis/lwgeom_sqlmm.c: lwgeom_release (#699), reviewed all usage
+         of lwgeom_release
+         and replaced with lwgeom_free where possible. Changed the
+         def'n of lwgeom_release so that it only frees the containing
+         objects, and not any sub-objects, for those few remaining
+         cases that required a gentler freeing of objects.
+
+2012-02-07 19:35  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9071] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/rt_pg/rtpostgis_drop.sql.in.c: Minor cleanup of parameter
+         names of ST_Intersection(raster, geometry)
+
+2012-02-07 19:25  David Zwarg <dzwarg@azavea.com>
+
+       * [r9070] raster/rt_pg/rt_pg.c,
+         raster/test/regress/create_rt_mapalgebra_test.sql,
+         raster/test/regress/drop_rt_mapalgebra_test.sql,
+         raster/test/regress/rt_mapalgebrafct.sql,
+         raster/test/regress/rt_mapalgebrafct_expected: Added positional
+         parameters to 1 raster version of ST_MapAlgebraFct. Closes #1525
+
+2012-02-07 18:40  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
+
+       * [r9069] raster/scripts/plpgsql/st_tile.sql: Added ST_TileAsGeom()
+         returning only the extent of the planned tiles as polygons
+
+2012-02-07 18:07  David Zwarg <dzwarg@azavea.com>
+
+       * [r9068] raster/rt_pg/rt_pg.c,
+         raster/test/regress/rt_mapalgebraexpr.sql,
+         raster/test/regress/rt_mapalgebraexpr_expected,
+         raster/test/regress/rt_mapalgebrafct_expected: Corrected clamped
+         values in tests for ST_MapAlgebraExpr and ST_MapAlgebraFct.
+         Implemented prepared statements in ST_MapAlgebraExpr.
+
+2012-02-07 17:23  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9067] doc/extras_tigergeocoder.xml, doc/extras_topology.xml,
+         doc/faq_raster.xml, doc/installation.xml, doc/introduction.xml,
+         doc/performance_tips.xml, doc/reference_accessor.xml,
+         doc/reference_constructor.xml, doc/reference_editor.xml,
+         doc/reference_lrs.xml, doc/reference_management.xml,
+         doc/reference_measure.xml, doc/reference_misc.xml,
+         doc/reference_processing.xml, doc/reference_raster.xml,
+         doc/reference_transaction.xml, doc/reference_type.xml,
+         doc/release_notes.xml, doc/reporting.xml,
+         doc/using_postgis_dataman.xml: Documentation URLs, visible
+         whitespace, and minor touchups (#1548) from mwtoews
+
+2012-02-07 17:07  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9066] libpgcommon/Makefile.in: Reorder the include flags, per
+         Greg Troxel
+
+2012-02-07 15:47  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
+
+       * [r9065] raster/scripts/plpgsql/st_tile.sql: First plpgsql
+         prototype for ST_Tile(rast raster, width integer, height integer,
+         padwithnodata boolean, nodatavalue double precision)
+
+2012-02-07 13:12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+
+       * [r9064] loader/shp2pgsql-gui.c: Fix a couple of compiler warnings
+         in shp2pgsql-gui caused by uninitialised variables.
+
+2012-02-07 10:14  Sandro Santilli <strk@keybit.net>
+
+       * [r9063] topology/sql/sqlmm.sql.in.c,
+         topology/test/regress/st_changeedgegeom.sql,
+         topology/test/regress/st_changeedgegeom_expected: Allow changing
+         a closed edge (but w/out fixing linking, see #892)
+
+2012-02-07 09:50  Sandro Santilli <strk@keybit.net>
+
+       * [r9062] .gitignore, install-sh: Re-add install-sh in the
+         repository to support libtool < 2.0
+
+2012-02-07 07:22  Sandro Santilli <strk@keybit.net>
+
+       * [r9061] .gitignore: Ignore install-sh
+
+2012-02-07 07:20  Sandro Santilli <strk@keybit.net>
+
+       * [r9060] install-sh: install-sh is generated by ./autogen.sh,
+         needs not be in repository
+
+2012-02-07 02:34  Olivier Courtin <olivier.courtin@camptocamp.com>
+
+       * [r9059] liblwgeom/cunit/cu_tester.c: temp desactivation of
+         surface unit test
+
+2012-02-06 23:50  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9058] postgis/lwgeom_geos.c: Whoops, slight error in the empty
+         geometry handling fixed.
+
+2012-02-06 23:30  Olivier Courtin <olivier.courtin@camptocamp.com>
+
+       * [r9057] liblwgeom/cunit/Makefile.in: Temp remove su_surface till
+         everything fixed on it...
+
+2012-02-06 23:25  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9056] postgis/lwgeom_geos.c,
+         topology/test/regress/legacy_query_expected: Have ST_Union
+         aggregate use UnaryUnion from GEOS-3.0.0 (#922)
+
+2012-02-06 23:14  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9055] raster/rt_core/rt_api.c: Make sure new bands when added
+         using ST_AddBand are correctly clamping NODATA values. Ticket is
+         #1546.
+
+2012-02-06 21:32  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9054] postgis/lwgeom_geos.c: Remove dead prototype
+
+2012-02-06 21:15  Olivier Courtin <olivier.courtin@camptocamp.com>
+
+       * [r9053] liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c: Fix a
+         bug in tgeom_free, related to #665
+
+2012-02-06 20:53  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9052] raster/rt_pg/rt_pg.c,
+         raster/test/regress/rt_mapalgebrafct_2raster.sql: Added support
+         to pass pixel positions of both rasters to user function in
+         2-raster ST_MapAlgebraFct. This provides similar functionality to
+         the keywords described in #1525.
+
+2012-02-06 20:07  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9051] libpgcommon/lwgeom_transform.c: Change searched location
+         of proj files when no proj variable (#1022)
+
+2012-02-06 19:45  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9050] doc/Makefile.in: Quiet rm
+
+2012-02-06 19:44  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9049] extensions/Makefile: quiet echo
+
+2012-02-06 19:33  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9048] extensions/Makefile: Dummy up a check target
+
+2012-02-06 19:32  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9047] GNUmakefile.in: Move regres forward again
+
+2012-02-06 19:30  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9046] configure.ac, doc/Makefile.in,
+         extensions/postgis/Makefile.in,
+         extensions/postgis_topology/Makefile.in: Make exensions depend on
+         comments, so also depend on xsltproc
+
+2012-02-06 19:13  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9045] doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+         Duplicate named case-insensitive XML refentry ids / HTML files
+         (#1511)
+
+2012-02-06 19:01  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9044] GNUmakefile.in, configure.ac, extensions/Makefile,
+         extensions/postgis/Makefile.in,
+         extensions/postgis_topology/Makefile.in: PostGIS extensions
+         should build/install automatically if PostGIS is compiled against
+         9.1 (#1490)
+
+2012-02-06 18:44  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9043] HOWTO_RELEASE, extensions/postgis/Makefile.in,
+         extensions/postgis_topology/Makefile.in,
+         extensions/upgradeable_versions.mk: Change how we calculate minor
+         versions suitable for extension upgrade.
+
+2012-02-06 18:36  David Zwarg <dzwarg@azavea.com>
+
+       * [r9042] raster/rt_pg/rt_pg.c: Checked connection to SPI manager
+         in ST_MapAlgebraExpr
+
+2012-02-06 17:49  David Zwarg <dzwarg@azavea.com>
+
+       * [r9041] raster/rt_pg/rtpostgis.sql.in.c: Whitespace changes to
+         _st_hillshade4ma
+
+2012-02-06 17:26  David Zwarg <dzwarg@azavea.com>
+
+       * [r9040] raster/test/core/Makefile.in: Reordered linking order for
+         core regression tests. Follow up to
+         http://postgis.refractions.net/pipermail/postgis-devel/2011-December/016646.html
+         and r8399
+
+2012-02-06 13:43  Sandro Santilli <strk@keybit.net>
+
+       * [r9039] topology/topology.sql.in.c: Tabs to spaces (2)
+
+2012-02-06 13:16  Sandro Santilli <strk@keybit.net>
+
+       * [r9038] topology/test/invalid_topology.sql,
+         topology/test/regress/legacy_invalid_expected,
+         topology/topology.sql.in.c: Don't let ValidateTopology choke on
+         invalid edges (#1544)
+
+2012-02-06 03:20  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9037] raster/rt_pg/Makefile.in, topology/Makefile.in: Allow
+         'make check' to run all the way through on OSX (the sed
+         implementation must be slightly different, so let's see if Perl
+         is any more standard). Hopefully other platforms will be happy.
+
+2012-02-06 02:15  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9036] libpgcommon/lwgeom_transform.c: Try out the pj_get_def()
+         method of finding the spheroid parameters, but: it doesn't work.
+
+2012-02-05 02:15  Regina Obe <lr@pcorp.us>
+
+       * [r9035] doc/faq_raster.xml: put in an FAQ about the common
+         function is not unique error that I suspect a lot of people will
+         be running into because they don't cast their geometry inputs and
+         that a lot of raster functions have overloaded functions similar
+         to the geometry ones.
+
+2012-02-05 00:30  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+
+       * [r9033] loader/shp2pgsql-core.c: Change encoding reference URL to
+         that used for libiconv rather than PostgreSQL since that's what
+         we are using to do the encoding conversion (as per #1303).
+
+2012-02-05 00:30  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+
+       * [r9032] loader/shp2pgsql-gui.c: Fix for #1540: Fix segfault in
+         shp2pgsql-gui when no port is specified. Prevent dereferencing a
+         NULL pointer if the string is empty.
+
+2012-02-04 17:53  Sandro Santilli <strk@keybit.net>
+
+       * [r9031] raster/rt_pg/rt_pg.c,
+         raster/test/regress/rt_mapalgebraexpr.sql: Implemented new
+         keywords for 1-raster ST_MapAlgebraExpr (#1525)
+
+2012-02-04 02:36  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+
+       * [r9030] loader/shp2pgsql-gui.c: Fix an issue in the shapefile GUI
+         caused by saving the original shapefile name before processing.
+         
+         This was a bug caused by having two separate passes during
+         export; we were saving the original
+         export shapefile name during the first loop, and so when we came
+         to free() the temporary name
+         at the end of export it would only free the shapefile name from
+         the last iteration, and do it
+         multiple times causing random crashes.
+
+2012-02-04 01:30  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9029] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
+         liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_transform.c,
+         libpgcommon/lwgeom_transform.h, postgis/geography.h,
+         postgis/geography_inout.c, postgis/geography_measurement.c,
+         postgis/lwgeom_transform.c, regress/out_geography_expected:
+         Geography should support SRIDs other than 4326 (#1538)
+
+2012-02-04 01:17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+
+       * [r9028] loader/shp2pgsql-gui.c: Alter the shapefile GUI so that
+         multiple shapefiles can be selected in the import file chooser.
+
+2012-02-04 00:39  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+
+       * [r9027] loader/shp2pgsql-gui.c: Add GUI support for the shp2pgsql
+         -S (simple geometries) switch. This closes #660.
+
+2012-02-04 00:39  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+
+       * [r9026] loader/shp2pgsql-gui.c: Update shapefile GUI "About" text
+         and window title to reflect that it now handles export as well as
+         import.
+
+2012-02-04 00:39  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+
+       * [r9025] loader/shp2pgsql-gui.c: Add shapefile dumper (table
+         export) to the shp2pgsql GUI. This closes ticket #1480.
+
+2012-02-04 00:02  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9024] raster/rt_pg/rtpostgis.sql.in.c: Explicitly set the
+         output band's pixel type depending on the band being returned
+         (FIRST, SECOND, BOTH. OTHER is left NULL) in
+         ST_Intersection(raster, raster). Related ticket is #1537.
+
+2012-02-03 22:57  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9023] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+         raster/scripts/plpgsql/st_clip.sql,
+         raster/scripts/plpgsql/st_union.sql,
+         raster/test/regress/rt_mapalgebraexpr_2raster.sql: Implemented
+         keywords for 2-raster ST_MapAlgebraExpr as described in #1525.
+         Will do 2-raster ST_MapAlgebraFct next.
+
+2012-02-03 21:29  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9022] postgis/lwgeom_functions_basic.c,
+         postgis/lwgeom_transform.c: Separate the cache handling code from
+         the transform function
+
+2012-02-03 21:04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+
+       * [r9021] loader/pgsql2shp-core.c: Fix pgsql2shp crash when dumping
+         a table without a geo column.
+
+2012-02-03 21:04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+
+       * [r9020] loader/pgsql2shp-core.c: Fix construction of pgsql2shp's
+         main retrieval query in ShpDumperOpenTable().
+         
+         This fixes a regression which caused pgsql2shp to generate an
+         incorrect SQL query
+         for tables without any geo columns.
+
+2012-02-03 21:03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+
+       * [r9019] loader/pgsql2shp-core.c: Move initialisation of pgsql2shp
+         state endian flag to the same location all the other
+         initialisers.
+
+2012-02-03 21:03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+
+       * [r9018] liblwgeom/lwgeom_geos_node.c: Fix missing #ifdef
+         POSTGIS_GEOS_VERSION ... #endif preventing liblwgeom from
+         compiling on GEOS < 3.3.0.
+
+2012-02-03 18:09  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9017] raster/rt_pg/rt_pg.c,
+         raster/test/regress/rt_mapalgebraexpr_expected: Fixed
+         optimization bug in 1-raster ST_MapAlgebraExpr. Ticket is #1515.
+
+2012-02-03 12:51  Regina Obe <lr@pcorp.us>
+
+       * [r9016] extensions/postgis/Makefile.in: #1530: fix typo in full
+         upgrade -- was using the postgis only script instead of the
+         combined postgis + raster script. Still need to test, will close
+         out once tested.
+
+2012-02-03 03:58  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9015] raster/rt_pg/Makefile.in: Reverted r9014. Hudson ain't
+         happy with sed.
+
+2012-02-03 03:51  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9014] raster/rt_pg/Makefile.in: Merge of patch provided in
+         #1533. Thanks gdt.
+
+2012-02-02 19:25  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9013] raster/rt_core/rt_api.c: Message cleanup by removing
+         unnecessary newlines.
+
+2012-02-02 18:47  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9012] raster/loader/raster2pgsql.c: Refactored stderr messaging
+         so that C API messages are properly emitted. Based on suggestion
+         in comment 4 of #1531.
+
+2012-02-02 17:38  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9011] raster/loader/raster2pgsql.c: Additional error checking
+         and formatting of error messages
+
+2012-02-01 23:55  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9010] doc/reference_editor.xml: Add lwcollection_homogenize and
+         ST_Homogenize (#375)
+
+2012-02-01 23:18  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9009] liblwgeom/lwhomogenize.c,
+         postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c: Add
+         lwcollection_homogenize and ST_Homogenize (#375)
+
+2012-02-01 23:00  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9008] liblwgeom/cunit/cu_homogenize.c,
+         liblwgeom/liblwgeom.h.in, liblwgeom/lwhomogenize.c,
+         liblwgeom/lwhomogenize.h: Support curves in lwgeom_homogenize
+         (#1526)
+
+2012-02-01 22:06  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9007] raster/rt_pg/rtpostgis.sql.in.c: Added check of values
+         being passed to atan2() in _st_hillshade4ma()
+
+2012-02-01 21:27  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9006] doc/reference_editor.xml, postgis/postgis.sql.in.c,
+         regress/affine.sql, regress/affine_expected: Enhance ST_Rotate by
+         adding offset origin parameters (#1251) from mwtoews
+
+2012-02-01 21:17  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9005] regress/tickets.sql, regress/tickets_expected:
+         ST_Azimuth, ST_Project regression tests (#1398)
+
+2012-02-01 17:39  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9004] make_dist.sh: Also remove .gitignore files from tarbal
+         distro
+
+2012-02-01 17:35  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9001] ChangeLog, NEWS, README.postgis, Version.config: Push
+         forward versions for weekly snap
+
+2012-02-01 17:28  Regina Obe <lr@pcorp.us>
+
+       * [r9000]
+         extras/tiger_geocoder/tiger_2010/tables/census_tracts_tables.sql:
          #1494: build parent structures to support census tract reporting
          by geocoder.
 
-2012-02-01 15:28  dustymugs
+2012-02-01 15:28  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8999] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_mapalgebraexpr_2raster.sql: Additional
          cleanup of a few functions using ST_PixelAsPolygon(raster, int,
          int, int). Also, made map algebra expression case-sensitive in
          2-raster ST_MapAlgebraExpr. Now, the keywords must be RAST1 and
          RAST2.
 
-2012-02-01 14:58  dustymugs
+2012-02-01 14:58  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/regress/rt_pixelvalue.sql: Refactored regression test
-         for ST_PixelAsPolygon
+       * [r8998] raster/test/regress/rt_pixelvalue.sql: Refactored
+         regression test for ST_PixelAsPolygon
 
-2012-02-01 14:32  dustymugs
+2012-02-01 14:32  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8997] raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c: Deleted deprecated
          ST_PixelAsPolygon(raster, int, int, int) variant.
 
-2012-02-01 11:51  strk
+2012-02-01 11:51  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/rt_mapalgebraexpr.sql: Make test more
+       * [r8996] raster/test/regress/rt_mapalgebraexpr.sql: Make test more
          readable
 
-2012-02-01 11:39  strk
+2012-02-01 11:39  Sandro Santilli <strk@keybit.net>
 
-       * raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebraexpr.sql,
+       * [r8995] raster/rt_pg/rt_pg.c,
+         raster/test/regress/rt_mapalgebraexpr.sql,
          raster/test/regress/rt_mapalgebraexpr_expected: Keep initial
          value when an expression eveluates to null (#1523)
 
-2012-02-01 10:15  strk
+2012-02-01 10:15  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
+       * [r8994] doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
          raster/test/regress/rt_mapalgebraexpr.sql,
          raster/test/regress/rt_mapalgebraexpr_expected: Implement RAST.X
          and RAST.Y keyword substitution in ST_MapAlgebraExpr
          
          Includes regression test and documentation update. See #1519.
 
-2012-02-01 09:20  strk
+2012-02-01 09:20  Sandro Santilli <strk@keybit.net>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r8993] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Implement
          ST_PixelAsPolygon in C, provide a core API entry for it
          
          The API entry point is expected to be useful for #1519
 
-2012-02-01 05:30  pramsey
+2012-02-01 05:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Try again to fix #1292
+       * [r8992] liblwgeom/lwgeodetic.c: Try again to fix #1292
 
-2012-02-01 02:14  pramsey
+2012-02-01 02:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: VACUUM cannot be executed from a function or
-         multi-command string (#1517)
+       * [r8991] spatial_ref_sys.sql: VACUUM cannot be executed from a
+         function or multi-command string (#1517)
 
-2012-02-01 00:41  pramsey
+2012-02-01 00:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_measurement.c: Fix include to be pathless
+       * [r8990] postgis/geography_measurement.c: Fix include to be
+         pathless
 
-2012-01-31 23:36  pramsey
+2012-01-31 23:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Update spatial_ref_sys to latest GDAL
-         generated version (#1493)
+       * [r8987] spatial_ref_sys.sql: Update spatial_ref_sys to latest
+         GDAL generated version (#1493)
 
-2012-01-31 22:33  pramsey
+2012-01-31 22:33  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_analytic.c: ST_Line_Interpolate_Point
-         doesn't interpolate M-values (#639)
+       * [r8986] postgis/lwgeom_functions_analytic.c:
+         ST_Line_Interpolate_Point doesn't interpolate M-values (#639)
 
-2012-01-31 20:46  pramsey
+2012-01-31 20:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c, loader/pgsql2shp-cli.c,
+       * [r8984] liblwgeom/lwgeodetic.c, loader/pgsql2shp-cli.c,
          loader/pgsql2shp-core.h, loader/shp2pgsql-cli.c,
          loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c: Remove some
          compile warnings.
 
-2012-01-31 18:56  pramsey
+2012-01-31 18:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis.sql.in.c: Gah, someone else can do this...
+       * [r8982] postgis/postgis.sql.in.c: Gah, someone else can do
+         this...
 
-2012-01-31 18:24  pramsey
+2012-01-31 18:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/faq.xml: Really, I do know how to write XML.
+       * [r8981] doc/faq.xml: Really, I do know how to write XML.
 
-2012-01-31 18:19  pramsey
+2012-01-31 18:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
+       * [r8980] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
          postgis/geography_inout.c: ST_SnapToGrid returns a value out of
          range (#1292)
 
-2012-01-31 18:12  pramsey
+2012-01-31 18:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeom_geos.c, postgis/legacy.sql.in.c: Rename
+       * [r8979] liblwgeom/lwgeom_geos.c, postgis/legacy.sql.in.c: Rename
          ST_BuildArea backend function
 
-2012-01-31 18:10  pramsey
+2012-01-31 18:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/faq.xml: Fix missing tag
+       * [r8978] doc/faq.xml: Fix missing tag
 
-2012-01-31 18:09  pramsey
+2012-01-31 18:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis.sql.in.c: Drop Equals(geom,geom) - deprecated in
-         1.2.3 (#1486)
+       * [r8977] postgis/postgis.sql.in.c: Drop Equals(geom,geom) -
+         deprecated in 1.2.3 (#1486)
 
-2012-01-31 18:03  pramsey
+2012-01-31 18:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/faq.xml: FAQ about licensing (#1262)
+       * [r8976] doc/faq.xml: FAQ about licensing (#1262)
 
-2012-01-31 17:44  dustymugs
+2012-01-31 17:44  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c, raster/rt_pg/rt_pg.c: Explicitly
-         set spatial index name as PostgreSQL 8.4 requires an index name.
-         Associated ticket is #1513. Also fixed string trim functions to
-         prevent modification of passed string.
+       * [r8975] raster/loader/raster2pgsql.c, raster/rt_pg/rt_pg.c:
+         Explicitly set spatial index name as PostgreSQL 8.4 requires an
+         index name. Associated ticket is #1513. Also fixed string trim
+         functions to prevent modification of passed string.
 
-2012-01-31 14:50  dustymugs
+2012-01-31 14:50  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Fixed evaluation of two floating point
-         numbers in RASTER_getRotation. Fixes one of the two regression
-         failures described in #1501.
+       * [r8974] raster/rt_pg/rt_pg.c: Fixed evaluation of two floating
+         point numbers in RASTER_getRotation. Fixes one of the two
+         regression failures described in #1501.
 
-2012-01-31 14:46  dustymugs
+2012-01-31 14:46  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Added check of band # passed to
+       * [r8973] raster/rt_pg/rt_pg.c: Added check of band # passed to
          ST_DumpAsPolygons. Fixes #1514.
 
-2012-01-31 05:50  pramsey
+2012-01-31 05:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp-core.c: Pgsql2shp: Dumping: XWKB structure does
-         not match expected size! (#1479)
+       * [r8972] loader/pgsql2shp-core.c: Pgsql2shp: Dumping: XWKB
+         structure does not match expected size! (#1479)
 
-2012-01-30 21:52  pramsey
+2012-01-30 21:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/ptarray.c: ST_Segmentize returns invalid LINESTRING for
-         zero-length input (#1304)
+       * [r8971] liblwgeom/ptarray.c: ST_Segmentize returns invalid
+         LINESTRING for zero-length input (#1304)
 
-2012-01-30 20:41  pramsey
+2012-01-30 20:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwlinearreferencing.c: ST_LocateBetweenElevations
-         should return NULL and not fail if intersection is void (#1250)
+       * [r8969] liblwgeom/lwlinearreferencing.c:
+         ST_LocateBetweenElevations should return NULL and not fail if
+         intersection is void (#1250)
 
-2012-01-30 20:17  pramsey
+2012-01-30 20:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: ST_Within not
-         using prepared geometries (#962)
+       * [r8968] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c:
+         ST_Within not using prepared geometries (#962)
 
-2012-01-30 02:47  pramsey
+2012-01-30 02:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
+       * [r8967] loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
          loader/safileio.c, loader/shapefil.h, loader/shp2pgsql-core.h:
          (#393) shp2pgsql returns "fseek(-xxx) failed on DBF file." for
          large (>2GB) DBF files
 
-2012-01-30 00:37  pramsey
+2012-01-30 00:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c,
+       * [r8966] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c,
          postgis/geography_inout.c, postgis/lwgeom_export.c,
          postgis/lwgeom_in_gml.c, regress/empty_expected,
          regress/tickets.sql, regress/tickets_expected: GML for empty
 
 2012-01-29 23:30  nicklas
 
-       * liblwgeom/measures.c, regress/measures.sql,
+       * [r8965] liblwgeom/measures.c, regress/measures.sql,
          regress/measures_expected: Increase robustness in
          distance-calculations when point is on segment.
 
-2012-01-29 21:19  strk
+2012-01-29 21:19  Sandro Santilli <strk@keybit.net>
 
-       * postgis/geometry_estimate.c: typo
+       * [r8964] postgis/geometry_estimate.c: typo
 
-2012-01-29 19:57  pramsey
+2012-01-29 19:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_in_gml.c, regress/in_gml_expected: Be more liberal
-         in accepting "empty" tags in constructing geometries from GML
-         (#1059)
+       * [r8963] postgis/lwgeom_in_gml.c, regress/in_gml_expected: Be more
+         liberal in accepting "empty" tags in constructing geometries from
+         GML (#1059)
 
-2012-01-29 14:44  strk
+2012-01-29 14:44  Sandro Santilli <strk@keybit.net>
 
-       * CREDITS: Give me psc status
+       * [r8962] CREDITS: Give me psc status
 
-2012-01-28 23:11  strk
+2012-01-28 23:11  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql.in.c: Fix _ST_AddFaceSplit code against
-         PostgreSQL 9.1
+       * [r8961] topology/sql/sqlmm.sql.in.c: Fix _ST_AddFaceSplit code
+         against PostgreSQL 9.1
 
-2012-01-28 22:08  strk
+2012-01-28 22:08  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql.in.c: Don't put constant geometries in
-         CTE, which confuses estimator
+       * [r8960] topology/sql/populate.sql.in.c: Don't put constant
+         geometries in CTE, which confuses estimator
 
-2012-01-28 17:05  strk
+2012-01-28 17:05  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql.in.c: Simplify code in _ST_AddFaceSplit,
-         reduce edges table scans.
+       * [r8959] topology/sql/sqlmm.sql.in.c: Simplify code in
+         _ST_AddFaceSplit, reduce edges table scans.
          
          Also set debugging off by default
 
-2012-01-28 16:20  strk
+2012-01-28 16:20  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql.in.c: Switch ST_AddEdgeNewFaces from
-         ST_Polygonize to _ST_AddSplitFace
+       * [r8958] topology/sql/sqlmm.sql.in.c: Switch ST_AddEdgeNewFaces
+         from ST_Polygonize to _ST_AddSplitFace
          
          See ticket #1508
 
-2012-01-28 13:45  strk
+2012-01-28 13:45  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql.in.c: Stop using ST_Polygonize from
-         ST_AddEdgeModFace.
+       * [r8957] topology/sql/sqlmm.sql.in.c: Stop using ST_Polygonize
+         from ST_AddEdgeModFace.
          
          This commit also estrapolates an internal _ST_AddSplitFace
          function
          for reuse by ST_AddEdgeModFaces
 
-2012-01-28 13:18  strk
+2012-01-28 13:18  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Rename topogeometry column check to
-         be more readable
+       * [r8956] topology/topology.sql.in.c: Rename topogeometry column
+         check to be more readable
 
-2012-01-28 10:42  strk
+2012-01-28 10:42  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_addedgemodface.sql,
+       * [r8955] topology/test/regress/st_addedgemodface.sql,
          topology/test/regress/st_addedgemodface_expected,
          topology/test/regress/st_addedgenewfaces.sql,
          topology/test/regress/st_addedgenewfaces_expected: New test for
          closing multi-edge ring in a face (ST_AddEdge*Face*)
 
-2012-01-28 07:44  strk
+2012-01-28 07:44  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Allow multiple topogeometry columns
-         in one table (again)
+       * [r8954] topology/topology.sql.in.c: Allow multiple topogeometry
+         columns in one table (again)
          
          Dunno why this piece was missing from previous commit, sorry
 
-2012-01-28 07:37  strk
+2012-01-28 07:37  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/addtopogeometrycolumn.sql,
+       * [r8953] topology/test/regress/addtopogeometrycolumn.sql,
          topology/test/regress/addtopogeometrycolumn_expected: Allow
          multiple TopoGeometry column in the same table
 
-2012-01-28 00:23  robe
+2012-01-28 00:23  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: add protos for ST_Quantile raster table
-         coverage. Still some more to add as well as examples of usage
+       * [r8952] doc/reference_raster.xml: add protos for ST_Quantile
+         raster table coverage. Still some more to add as well as examples
+         of usage
 
-2012-01-27 23:31  pramsey
+2012-01-27 23:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwout_gml.c: Fix one remaining crasher for
+       * [r8951] liblwgeom/lwout_gml.c: Fix one remaining crasher for
          ST_AsGML('SRID=4326;POLYGON EMPTY');
 
-2012-01-27 22:24  pramsey
+2012-01-27 22:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geometry_estimate.c: #1504 (Segfault running
+       * [r8950] postgis/geometry_estimate.c: #1504 (Segfault running
          ST_EstimatedExtent())
 
-2012-01-27 21:05  dustymugs
+2012-01-27 21:05  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r8949] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c: Fixed segfault caused by an empty quantile
          linked list being used to get the quantile's value. Ticket is
          #1506.
 
-2012-01-27 20:55  pramsey
+2012-01-27 20:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c: Tighten
-         up on-arc test a bit more.
+       * [r8948] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c:
+         Tighten up on-arc test a bit more.
 
-2012-01-27 20:14  strk
+2012-01-27 20:14  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/legacy_invalid_expected,
+       * [r8947] topology/test/regress/legacy_invalid_expected,
          topology/topology.sql.in.c: Add "face has no rings" validity
          checking
 
-2012-01-27 18:57  pramsey
+2012-01-27 18:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/safileio.c, loader/shapefil.h: Revert accidental inclusion
-         of shape file size patch in curve patch
+       * [r8946] loader/safileio.c, loader/shapefil.h: Revert accidental
+         inclusion of shape file size patch in curve patch
 
-2012-01-27 18:54  pramsey
+2012-01-27 18:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * install-sh, liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwin_wkt.c,
-         liblwgeom/lwsegmentize.c, loader/safileio.c, loader/shapefil.h,
+       * [r8945] install-sh, liblwgeom/cunit/cu_ptarray.c,
+         liblwgeom/lwin_wkt.c, liblwgeom/lwsegmentize.c,
+         loader/safileio.c, loader/shapefil.h,
          regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
          regress/tickets_expected: #920 (ST_LineToCurve generating invalid
          CURVEPOLYGON)
 
-2012-01-27 14:22  strk
+2012-01-27 14:22  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_addedgemodface.sql,
+       * [r8944] topology/test/regress/st_addedgemodface.sql,
          topology/test/regress/st_addedgemodface_expected,
          topology/test/regress/st_addedgenewfaces.sql,
          topology/test/regress/st_addedgenewfaces_expected: More test for
          face splitting and inside holes
 
-2012-01-27 11:36  strk
+2012-01-27 11:36  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_addedgemodface.sql,
+       * [r8943] topology/test/regress/st_addedgemodface.sql,
          topology/test/regress/st_addedgemodface_expected,
          topology/test/regress/st_addedgenewfaces.sql,
          topology/test/regress/st_addedgenewfaces_expected: More test for
          update of isolated nodes in split-faces.
 
-2012-01-27 11:05  strk
+2012-01-27 11:05  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_addisonode.sql,
+       * [r8942] topology/test/regress/st_addisonode.sql,
          topology/test/regress/st_addisonode_expected: Rewrite test for
          ST_AddIsoNode (see #1503)
 
-2012-01-27 11:05  strk
+2012-01-27 11:05  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql.in.c: Simplify the code looking for face
-         containment in ST_AddIsoNode
+       * [r8941] topology/sql/sqlmm.sql.in.c: Simplify the code looking
+         for face containment in ST_AddIsoNode
          
          Fixes bug #1503 for me, altough I didn't handle to produce a
          testcase for it.
 
-2012-01-27 08:18  strk
+2012-01-27 08:18  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_addedgemodface.sql,
+       * [r8940] topology/test/regress/st_addedgemodface.sql,
          topology/test/regress/st_addedgemodface_expected,
          topology/test/regress/st_addedgenewfaces.sql,
          topology/test/regress/st_addedgenewfaces_expected: Add test for
          
          Affects both ST_AddEdgeModFace and ST_AddEdgeNewFaces (both work)
 
-2012-01-26 20:25  pramsey
+2012-01-26 20:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/Makefile.in, regress/wmsservers.sql,
+       * [r8939] regress/Makefile.in, regress/wmsservers.sql,
          regress/wmsservers_expected, regress/wmsservers_new.sql,
          regress/wmsservers_new_expected, regress/wmsservers_old.sql,
          regress/wmsservers_old_expected: Complete #737
 
-2012-01-26 20:19  pramsey
+2012-01-26 20:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, postgis_config.h.in: Detect asprintf, vasprintf,
-         fseeko
+       * [r8938] configure.ac, postgis_config.h.in: Detect asprintf,
+         vasprintf, fseeko
 
-2012-01-26 18:09  strk
+2012-01-26 18:09  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_expected, regress/tickets_expected: Change
-         expectations from tests involving ST_MakeLine
+       * [r8937] regress/regress_expected, regress/tickets_expected:
+         Change expectations from tests involving ST_MakeLine
 
-2012-01-26 17:23  pramsey
+2012-01-26 17:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shpopen.c: Clean up and exit when shp file missing
+       * [r8936] loader/shpopen.c: Clean up and exit when shp file missing
 
-2012-01-26 16:22  pramsey
+2012-01-26 16:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * java/jdbc/src/org/postgis/LineString.java: Fix contact per a
-         message on postgis-users from Markus Innerebner
+       * [r8932] java/jdbc/src/org/postgis/LineString.java: Fix contact
+         per a message on postgis-users from Markus Innerebner
 
-2012-01-26 13:00  strk
+2012-01-26 13:00  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_constructor.xml, postgis/lwgeom_functions_basic.c,
-         regress/ctors.sql, regress/ctors_expected: Add support for
-         linestrings in ST_MakeLine (#1500)
+       * [r8931] doc/reference_constructor.xml,
+         postgis/lwgeom_functions_basic.c, regress/ctors.sql,
+         regress/ctors_expected: Add support for linestrings in
+         ST_MakeLine (#1500)
          
          Affects both the aggregate and the 2-parameters function.
          Regression testing included.
          Documentation was updated, but lacks examples.
 
-2012-01-26 12:59  strk
+2012-01-26 12:59  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwline.c: Implement
+       * [r8930] liblwgeom/liblwgeom.h.in, liblwgeom/lwline.c: Implement
          lwline_from_lwgeom_array (untested)
 
-2012-01-26 12:59  strk
+2012-01-26 12:59  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Don't let
-         ptarray_append_ptarray change read-only pointarrays
+       * [r8929] liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Don't
+         let ptarray_append_ptarray change read-only pointarrays
 
-2012-01-26 12:59  strk
+2012-01-26 12:59  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_ptarray.c: Test that mixed dimensionality is
-         not allowed by ptarray_append_ptarray
+       * [r8928] liblwgeom/cunit/cu_ptarray.c: Test that mixed
+         dimensionality is not allowed by ptarray_append_ptarray
 
-2012-01-26 12:34  strk
+2012-01-26 12:34  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_libgeom.c: Add more test for FLAGS_GET_ and
-         FLAGS_SET_
+       * [r8927] liblwgeom/cunit/cu_libgeom.c: Add more test for
+         FLAGS_GET_ and FLAGS_SET_
 
-2012-01-26 09:16  strk
+2012-01-26 09:16  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h.in,
+       * [r8926] liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h.in,
          liblwgeom/ptarray.c: Implement ptarray_append_ptarray, and change
          its signature
          
          This is propedeutic to ticket #1500
 
-2012-01-26 08:12  strk
+2012-01-26 08:12  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql.in.c: Tweak debug messages not to clutter
-         output
+       * [r8925] topology/sql/sqlmm.sql.in.c: Tweak debug messages not to
+         clutter output
 
-2012-01-25 17:40  pramsey
+2012-01-25 17:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Version.config: Bump version string forward
+       * [r8924] Version.config: Bump version string forward
 
-2012-01-25 17:38  pramsey
+2012-01-25 17:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, NEWS, README.postgis: Prep for alpha2
+       * [r8921] ChangeLog, NEWS, README.postgis: Prep for alpha2
 
-2012-01-24 22:23  pramsey
+2012-01-24 22:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwout_svg.c, regress/tickets.sql,
+       * [r8920] liblwgeom/lwout_svg.c, regress/tickets.sql,
          regress/tickets_expected: SVG empty geometries gives invalid
          memory alloc (#1038)
 
-2012-01-24 21:57  pramsey
+2012-01-24 21:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/dbfopen.c, loader/pgsql2shp-core.c, loader/safileio.c,
-         loader/shapefil.h, loader/shp2pgsql-core.c, loader/shpopen.c:
-         Update shplib to the latest release (1.3.0b3) and stitch in our
-         special date and logical handling. (#393)
+       * [r8919] loader/dbfopen.c, loader/pgsql2shp-core.c,
+         loader/safileio.c, loader/shapefil.h, loader/shp2pgsql-core.c,
+         loader/shpopen.c: Update shplib to the latest release (1.3.0b3)
+         and stitch in our special date and logical handling. (#393)
 
-2012-01-24 19:42  pramsey
+2012-01-24 19:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Double guard against geos versions of 3.4.dev form.
-         (#1488)
+       * [r8917] configure.ac: Double guard against geos versions of
+         3.4.dev form. (#1488)
 
-2012-01-24 18:04  strk
+2012-01-24 18:04  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/sql/populate.sql.in.c: Stop
-         WARNING from AddFace about next_left_edge/next_right_edge
+       * [r8916] doc/extras_topology.xml, topology/sql/populate.sql.in.c:
+         Stop WARNING from AddFace about next_left_edge/next_right_edge
 
-2012-01-24 17:29  strk
+2012-01-24 17:29  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql.in.c: Optimize ST_AddEdge*Face* detection
-         of face split conditions (#1497)
+       * [r8915] topology/sql/sqlmm.sql.in.c: Optimize ST_AddEdge*Face*
+         detection of face split conditions (#1497)
 
-2012-01-24 17:29  strk
+2012-01-24 17:29  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/query/GetRingEdges.sql.in.c: Protect DEBUG lines in
-         compile-time conditional
+       * [r8914] topology/sql/query/GetRingEdges.sql.in.c: Protect DEBUG
+         lines in compile-time conditional
 
-2012-01-24 17:20  pramsey
+2012-01-24 17:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/tickets.sql, regress/tickets_expected: Test for #1150,
-         null entry in spatial_ref_sys
+       * [r8913] regress/tickets.sql, regress/tickets_expected: Test for
+         #1150, null entry in spatial_ref_sys
 
-2012-01-24 14:03  strk
+2012-01-24 14:03  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql.in.c, topology/test/Makefile,
+       * [r8912] topology/sql/sqlmm.sql.in.c, topology/test/Makefile,
          topology/test/regress/st_newedgessplit.sql,
          topology/test/regress/st_newedgessplit_expected: Fix linking bugs
          with ST_NewEdgesSplit function (#1496)
          
          Includes test coverage for this other function.
 
-2012-01-24 11:15  strk
+2012-01-24 11:15  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql.in.c, topology/test/Makefile,
+       * [r8911] topology/sql/sqlmm.sql.in.c, topology/test/Makefile,
          topology/test/regress/st_modedgesplit.sql,
          topology/test/regress/st_modedgesplit_expected: Fix edge-linking
          in ST_ModEdgeSplit (#1496)
          
          Includes regression test. ST_NewEdgesSplit still needs testing.
 
-2012-01-24 00:09  pramsey
+2012-01-24 00:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_transform.c: Prevent people from inserting
-         entries in spatial_ref_sys with no proj4text (#1150)
+       * [r8910] libpgcommon/lwgeom_transform.c: Prevent people from
+         inserting entries in spatial_ref_sys with no proj4text (#1150)
 
-2012-01-23 23:27  pramsey
+2012-01-23 23:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Make topology enabled the default
+       * [r8908] configure.ac: Make topology enabled the default
 
-2012-01-23 23:20  pramsey
+2012-01-23 23:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Allow raster to actually turn on by default
+       * [r8907] configure.ac: Allow raster to actually turn on by default
 
-2012-01-23 22:20  pramsey
+2012-01-23 22:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Move raster/topology status to the bottom of the
-         report
+       * [r8906] configure.ac: Move raster/topology status to the bottom
+         of the report
 
-2012-01-23 22:18  pramsey
+2012-01-23 22:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Report on raster status whether enabled or not
+       * [r8905] configure.ac: Report on raster status whether enabled or
+         not
 
-2012-01-23 21:42  pramsey
+2012-01-23 21:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Version.config: Push forward the trunk version to match release
-         march
+       * [r8904] Version.config: Push forward the trunk version to match
+         release march
 
-2012-01-22 20:10  strk
+2012-01-22 20:10  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Fix ambiguos references (with
+       * [r8903] topology/topology.sql.in.c: Fix ambiguos references (with
          postgresql 9.x)
 
-2012-01-22 19:25  strk
+2012-01-22 19:25  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/addtopogeometrycolumn.sql,
+       * [r8902] topology/test/regress/addtopogeometrycolumn.sql,
          topology/test/regress/addtopogeometrycolumn_expected,
          topology/topology.sql.in.c: AddTopoGeometryColumn: check child
          layer before incrementing sequence
 
-2012-01-22 19:13  strk
+2012-01-22 19:13  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: typo
+       * [r8901] doc/extras_topology.xml: typo
 
-2012-01-22 15:43  strk
+2012-01-22 15:43  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql.in.c,
+       * [r8900] topology/sql/populate.sql.in.c,
          topology/test/regress/topogeo_addlinestring.sql,
          topology/test/regress/topogeo_addlinestring_expected:
          TopoGeo_addLineString: fix node crossing, reduce edges creations
 
-2012-01-22 12:10  strk
+2012-01-22 12:10  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/topogeo_addlinestring.sql: Comment typo
+       * [r8899] topology/test/regress/topogeo_addlinestring.sql: Comment
+         typo
 
-2012-01-21 01:31  robe
+2012-01-21 01:31  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml, extensions/README: update build extensions
-         to include the make comments if building from source repo and
-         also that it requires a separate compile step (until #1490)
+       * [r8898] doc/installation.xml, extensions/README: update build
+         extensions to include the make comments if building from source
+         repo and also that it requires a separate compile step (until
+         #1490)
 
-2012-01-20 23:41  pramsey
+2012-01-20 23:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Fix typo
+       * [r8897] configure.ac: Fix typo
 
-2012-01-20 23:05  pramsey
+2012-01-20 23:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Make raster on by default and --without-raster the
-         configuration parameter to disable it.
+       * [r8896] configure.ac: Make raster on by default and
+         --without-raster the configuration parameter to disable it.
 
-2012-01-20 18:14  robe
+2012-01-20 18:14  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: fix typo
+       * [r8895] doc/using_raster_dataman.xml: fix typo
 
-2012-01-20 18:14  robe
+2012-01-20 18:14  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: Add a plpython example for
+       * [r8894] doc/using_raster_dataman.xml: Add a plpython example for
          outputting raster images
 
-2012-01-20 14:47  strk
+2012-01-20 14:47  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/createtopogeom_expected,
+       * [r8893] topology/test/regress/createtopogeom_expected,
          topology/test/regress/legacy_query_expected,
          topology/test/regress/topo2.5d_expected,
          topology/test/regress/totopogeom_expected,
          topology/topology.sql.in.c: Have TopoGeometry::Geometry always
          return a MULTI* (#1462)
 
-2012-01-20 14:47  strk
+2012-01-20 14:47  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom.c, regress/tickets.sql,
+       * [r8892] liblwgeom/lwgeom.c, regress/tickets.sql,
          regress/tickets_expected: Don't let ST_Multi create collections
          of a single EMPTY (#1489)
 
-2012-01-20 10:06  robe
+2012-01-20 10:06  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: #1487: add out_db argument to
+       * [r8891] doc/reference_raster.xml: #1487: add out_db argument to
          AddRasterConstraints and DropRasterConstraints documentation so
          extensions can install again
 
-2012-01-20 10:02  strk
+2012-01-20 10:02  Sandro Santilli <strk@keybit.net>
 
-       * regress/wkt.sql, regress/wkt_expected: Test new types in
+       * [r8890] regress/wkt.sql, regress/wkt_expected: Test new types in
          regress/wkt (#1476)
 
-2012-01-20 09:11  strk
+2012-01-20 09:11  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c, raster/test/regress/Makefile.in,
-         raster/test/regress/tickets.sql,
+       * [r8889] postgis/postgis.sql.in.c,
+         raster/test/regress/Makefile.in, raster/test/regress/tickets.sql,
          raster/test/regress/tickets_expected: Exclude raster_columns from
          geometry_columns (#1122)
          
          Add regress test, with a newborn "tickets" testcase for raster
 
-2012-01-20 08:46  strk
+2012-01-20 08:46  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_cache.c: Fix a missing return introduced with fix
-         to #547
+       * [r8888] postgis/lwgeom_cache.c: Fix a missing return introduced
+         with fix to #547
 
-2012-01-20 08:12  strk
+2012-01-20 08:12  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
+       * [r8886] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
          regress/empty.sql, regress/empty_expected: Change ST_Equals to
          use the ~= operator (#1453)
          
          from 'geomequals' to 'ST_Equals' and marks an SQL 'Equals'
          signature as a candidate for dropping before 2.0.0 final
 
-2012-01-20 08:12  strk
+2012-01-20 08:12  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_operator.xml: Revert "remove ~= from documentation
-         -- we don't want people using this operator"
+       * [r8885] doc/reference_operator.xml: Revert "remove ~= from
+         documentation -- we don't want people using this operator"
          
          This reverts r8799
 
-2012-01-20 07:10  robe
+2012-01-20 07:10  Regina Obe <lr@pcorp.us>
 
-       * extensions/README: readme was outdated.
+       * [r8884] extensions/README: readme was outdated.
 
-2012-01-20 05:08  pramsey
+2012-01-20 05:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, HOWTO_RELEASE: Update for alpha1?
+       * [r8881] ChangeLog, HOWTO_RELEASE: Update for alpha1?
 
-2012-01-20 00:11  pramsey
+2012-01-20 00:11  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeom_transform.c: Transforming from SRID 4267 to 4326
-         returns incorrect result (#1301)
+       * [r8880] liblwgeom/lwgeom_transform.c: Transforming from SRID 4267
+         to 4326 returns incorrect result (#1301)
 
-2012-01-19 23:58  pramsey
+2012-01-19 23:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Stop configure if we don't find perl. (#1484)
+       * [r8879] configure.ac: Stop configure if we don't find perl.
+         (#1484)
 
-2012-01-19 17:39  strk
+2012-01-19 17:39  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in, raster/rt_pg/Makefile.in,
+       * [r8878] postgis/Makefile.in, raster/rt_pg/Makefile.in,
          topology/Makefile.in: In 9.1, it is datamoduledir driving module
          install dir, not MODULEDIR
 
-2012-01-19 17:15  strk
+2012-01-19 17:15  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in, postgis/lwgeom_cache.c,
+       * [r8877] postgis/Makefile.in, postgis/lwgeom_cache.c,
          postgis/lwgeom_cache.h, postgis/lwgeom_geos.c,
          postgis/lwgeom_geos_prepared.c, postgis/lwgeom_rtree.c,
          postgis/lwgeom_rtree.h: Have both RTREE and PREPARED_GEOM caches
          and other kind of overlays are requested during the same
          statement.
 
-2012-01-19 17:03  strk
+2012-01-19 17:03  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/rt_spatial_relationship_expected: Update
-         expected raster intersection results after fix to #852
+       * [r8876] raster/test/regress/rt_spatial_relationship_expected:
+         Update expected raster intersection results after fix to #852
          
          I've carefully checked the cases and where indeed expecting wrong
          results (the point is very close to the raster's convex hull
          but slightly outside, ST_Distance reports 1.58882185807825e-14
          units)
 
-2012-01-19 09:48  strk
+2012-01-19 09:48  Sandro Santilli <strk@keybit.net>
 
-       * regress/tickets.sql, regress/tickets_expected: Add test for
-         cached version of point_in_ring (#852)
+       * [r8874] regress/tickets.sql, regress/tickets_expected: Add test
+         for cached version of point_in_ring (#852)
 
-2012-01-19 08:59  strk
+2012-01-19 08:59  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
+       * [r8873] postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
          regress/tickets_expected: Drop use of tolerance in PIP (#852)
          
          Affects point_in_ring and point_in_ring_rtree.
          Includes regress test but not hitting the cache.
 
-2012-01-19 08:16  strk
+2012-01-19 08:16  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in: Do not run the upgrade test if the normal
-         test failed
+       * [r8872] regress/Makefile.in: Do not run the upgrade test if the
+         normal test failed
 
-2012-01-19 08:16  strk
+2012-01-19 08:16  Sandro Santilli <strk@keybit.net>
 
-       * regress/binary.sql: Oops, forgot to cleanup after debugging
-         (triggered testsuite failure)
+       * [r8871] regress/binary.sql: Oops, forgot to cleanup after
+         debugging (triggered testsuite failure)
 
-2012-01-18 15:47  strk
+2012-01-18 15:47  Sandro Santilli <strk@keybit.net>
 
-       * postgis/geometry_estimate.c, regress/run_test,
+       * [r8870] postgis/geometry_estimate.c, regress/run_test,
          regress/tickets.sql, regress/tickets_expected: Rework
          st_estimated_extent to deal with analyzed empty tables (#818)
          
          Still doesn't distinguish between empty and not analyzed recently
          (might be improved in that reguard)
 
-2012-01-18 14:19  strk
+2012-01-18 14:19  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_accessor.xml: Drop &Z_support in ST_Summary, see
-         #649 comment:2
+       * [r8869] doc/reference_accessor.xml: Drop &Z_support in
+         ST_Summary, see #649 comment:2
 
-2012-01-18 14:17  strk
+2012-01-18 14:17  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_accessor.xml, liblwgeom/lwgeom_debug.c,
+       * [r8868] doc/reference_accessor.xml, liblwgeom/lwgeom_debug.c,
          postgis/geography.sql.in.c: Add ST_Summary(geography), "G" flag
          (#1277), document (#649)
 
-2012-01-18 13:46  strk
+2012-01-18 13:46  Sandro Santilli <strk@keybit.net>
 
-       * regress/typmod.sql, regress/typmod_expected: Complete binary IO
-         testing in presence of typmod (#850)
+       * [r8867] regress/typmod.sql, regress/typmod_expected: Complete
+         binary IO testing in presence of typmod (#850)
 
-2012-01-18 13:46  strk
+2012-01-18 13:46  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Do proper cleanups
+       * [r8866] regress/run_test: Do proper cleanups
 
-2012-01-18 13:46  strk
+2012-01-18 13:46  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_inout.c: Check typmod on binary geometry input
-         (#850)
+       * [r8865] postgis/lwgeom_inout.c: Check typmod on binary geometry
+         input (#850)
          
          Testcase will follow
 
-2012-01-18 10:17  strk
+2012-01-18 10:17  Sandro Santilli <strk@keybit.net>
 
-       * postgis/gserialized_typmod.c, regress/tickets.sql,
+       * [r8864] postgis/gserialized_typmod.c, regress/tickets.sql,
          regress/tickets_expected: Have geography typmod threat unkonwn
          srid an omitted srid (#1482)
 
-2012-01-18 10:17  strk
+2012-01-18 10:17  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Add --expect switch to save obtained output as
-         expected
+       * [r8863] regress/run_test: Add --expect switch to save obtained
+         output as expected
          
          Will help generating testcases
 
-2012-01-18 10:17  strk
+2012-01-18 10:17  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Drop the support for multiple expected files
-         (not needed anymore)
+       * [r8862] regress/run_test: Drop the support for multiple expected
+         files (not needed anymore)
          
          The support was also broken, btw...
 
-2012-01-18 08:19  strk
+2012-01-18 08:19  Sandro Santilli <strk@keybit.net>
 
-       * regress/binary.sql, regress/binary_expected, regress/run_test:
-         Test roundtrip with a binary cursor for both geometry and
-         geography
+       * [r8861] regress/binary.sql, regress/binary_expected,
+         regress/run_test: Test roundtrip with a binary cursor for both
+         geometry and geography
          
          With this commit the binary.sql testcase doesn't test the actual
          binary output anymore but rather uses canonical binary output to
          
          See ticket #850 for more info
 
-2012-01-17 20:01  strk
+2012-01-17 20:01  Sandro Santilli <strk@keybit.net>
 
-       * postgis/geography.sql.in.c, postgis/geography_inout.c,
+       * [r8860] postgis/geography.sql.in.c, postgis/geography_inout.c,
          regress/binary.sql, regress/binary_expected: Implement canonical
          input-output for geography (#850)
          
          Note: canonical output is tested, input isn't.
 
-2012-01-17 19:15  strk
+2012-01-17 19:15  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in, regress/binary.sql, regress/binary_expected:
-         Test canonical binary output for geometry (#850)
+       * [r8859] regress/Makefile.in, regress/binary.sql,
+         regress/binary_expected: Test canonical binary output for
+         geometry (#850)
          
          NOTE: big-endian machines are expected to fail this new test
          please send your actual output for a fix
 
-2012-01-17 19:15  strk
+2012-01-17 19:15  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Support alternate expected files
+       * [r8858] regress/run_test: Support alternate expected files
          
          Useful to test WKB output on different byte-endian machines.
 
-2012-01-17 19:15  strk
+2012-01-17 19:15  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Support for binary output (#850)
+       * [r8857] regress/run_test: Support for binary output (#850)
 
-2012-01-17 18:04  strk
+2012-01-17 18:04  Sandro Santilli <strk@keybit.net>
 
-       * postgis/geography.sql.in.c, regress/tickets.sql,
+       * [r8856] postgis/geography.sql.in.c, regress/tickets.sql,
          regress/tickets_expected: Override geometrytype for geography
          (#1450).
          
          The testusite runs without problems so I didn't also add a
          geometrytype(text) function [I want the implicit cast!]
 
-2012-01-17 17:52  strk
+2012-01-17 17:52  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/Makefile.in, regress/Makefile.in,
+       * [r8855] raster/test/regress/Makefile.in, regress/Makefile.in,
          topology/test/Makefile: Run the testsuite again after upgrading
          (#1326)
 
-2012-01-17 17:52  strk
+2012-01-17 17:52  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Reword loading of upgrade scripts
+       * [r8854] regress/run_test: Reword loading of upgrade scripts
 
-2012-01-17 17:13  strk
+2012-01-17 17:13  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in, raster/rt_pg/Makefile.in,
+       * [r8853] postgis/Makefile.in, raster/rt_pg/Makefile.in,
          raster/test/regress/Makefile.in, regress/Makefile.in,
          regress/run_test, topology/Makefile.in, topology/test/Makefile:
          Enhance staged install to include raster, topology and all
          Add an --upgrade switch to regress/run_test in preparation of
          regress testing upgrade scripts (#1326)
 
-2012-01-17 08:57  strk
+2012-01-17 08:57  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis_drop.sql.in.c: Do not drop legacy getSRID in
-         postgis_drop (#1401)
+       * [r8852] postgis/postgis_drop.sql.in.c: Do not drop legacy getSRID
+         in postgis_drop (#1401)
          
          This commit reverts r8837
 
-2012-01-16 22:26  pramsey
+2012-01-16 22:26  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/installation.xml, liblwgeom/cunit/cu_algorithm.c,
+       * [r8851] doc/installation.xml, liblwgeom/cunit/cu_algorithm.c,
          liblwgeom/liblwgeom_internal.h, liblwgeom/lwlinearreferencing.c:
          Rename lwpoint_interpolate to point_interpolate
 
-2012-01-16 21:13  strk
+2012-01-16 21:13  Sandro Santilli <strk@keybit.net>
 
-       * regress/tickets.sql, regress/tickets_expected: Snap output of
-         test for #723 to a grid
+       * [r8850] regress/tickets.sql, regress/tickets_expected: Snap
+         output of test for #723 to a grid
          
          The test was failing due to coordinate drifts on 32bit
 
-2012-01-16 17:37  strk
+2012-01-16 17:37  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom_geos_split.c, regress/tickets.sql,
+       * [r8847] liblwgeom/lwgeom_geos_split.c, regress/tickets.sql,
          regress/tickets_expected: Fix 2.5d split (#745)
 
-2012-01-16 17:00  strk
+2012-01-16 17:00  Sandro Santilli <strk@keybit.net>
 
-       * postgis/geography_measurement.c, regress/Makefile.in,
+       * [r8846] postgis/geography_measurement.c, regress/Makefile.in,
          regress/bestsrid.sql, regress/bestsrid_expected,
          regress/tickets.sql, regress/tickets_expected: Keep UTM zone
          numbers in range, regress-test _ST_BestSRID (#1234)
 
-2012-01-16 15:39  strk
+2012-01-16 15:39  Sandro Santilli <strk@keybit.net>
 
-       * postgis/geography.sql.in.c: Add an ST_AsEWKT(text) to prefer
-         geometry over geography
+       * [r8845] postgis/geography.sql.in.c: Add an ST_AsEWKT(text) to
+         prefer geometry over geography
 
-2012-01-16 14:46  strk
+2012-01-16 14:46  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_output.xml, postgis/geography.sql.in.c: Add ST_EWKT
-         for geography type (#675)
+       * [r8844] doc/reference_output.xml, postgis/geography.sql.in.c: Add
+         ST_EWKT for geography type (#675)
 
-2012-01-16 14:33  strk
+2012-01-16 14:33  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp-core.c: The official unknown SRID is 0, not -1
+       * [r8843] loader/pgsql2shp-core.c: The official unknown SRID is 0,
+         not -1
 
-2012-01-16 14:21  strk
+2012-01-16 14:21  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile.in, doc/Makefile.in: Have 'make doc' build the
-         single-page HTML
+       * [r8842] GNUmakefile.in, doc/Makefile.in: Have 'make doc' build
+         the single-page HTML
 
-2012-01-16 14:04  strk
+2012-01-16 14:04  Sandro Santilli <strk@keybit.net>
 
-       * README.postgis, macros/gettext.m4: Allow building with gettext
-         0.14. Patch by Greg Troxel <gdt@ir.bbn.com>
+       * [r8841] README.postgis, macros/gettext.m4: Allow building with
+         gettext 0.14. Patch by Greg Troxel <gdt@ir.bbn.com>
 
-2012-01-16 13:56  strk
+2012-01-16 13:56  Sandro Santilli <strk@keybit.net>
 
-       * configure.ac, postgis/Makefile.in, raster/rt_pg/Makefile.in,
-         topology/Makefile.in: Detect PERL locally
+       * [r8840] configure.ac, postgis/Makefile.in,
+         raster/rt_pg/Makefile.in, topology/Makefile.in: Detect PERL
+         locally
 
-2012-01-16 13:10  strk
+2012-01-16 13:10  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: Ignore generated extension files
+       * [r8839] .gitignore: Ignore generated extension files
 
-2012-01-16 12:33  strk
+2012-01-16 12:33  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in, liblwgeom/lwgeom_debug.c,
+       * [r8838] liblwgeom/Makefile.in, liblwgeom/lwgeom_debug.c,
          postgis/Makefile.in, postgis/lwgeom_debug.c: Move lwgeom_summary
          to liblwgeom (#1446)
 
-2012-01-16 12:25  strk
+2012-01-16 12:25  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis_drop.sql.in.c: Drop getsrid (#1401)
+       * [r8837] postgis/postgis_drop.sql.in.c: Drop getsrid (#1401)
 
-2012-01-16 12:10  strk
+2012-01-16 12:10  Sandro Santilli <strk@keybit.net>
 
-       * regress/typmod.sql, regress/typmod_expected: Add test for
+       * [r8836] regress/typmod.sql, regress/typmod_expected: Add test for
          insertion into typmod-ed table (#1414)
 
-2012-01-16 11:22  strk
+2012-01-16 11:22  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwout_wkb.c, regress/tickets.sql,
+       * [r8835] liblwgeom/lwout_wkb.c, regress/tickets.sql,
          regress/tickets_expected, regress/wkb_expected: Fix WKB output
          for POINT EMPTY with SRID or higher dims (#1478)
 
-2012-01-16 10:34  strk
+2012-01-16 10:34  Sandro Santilli <strk@keybit.net>
 
-       * regress/wkb.sql, regress/wkb_expected: Add WKB round-trip test
-         for TIN
+       * [r8834] regress/wkb.sql, regress/wkb_expected: Add WKB round-trip
+         test for TIN
 
-2012-01-16 10:31  strk
+2012-01-16 10:31  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwin_wkb.c, regress/wkb.sql, regress/wkb_expected: Fix
-         reading TRIANGLE EMPTY in WKB form (#1474)
+       * [r8833] liblwgeom/lwin_wkb.c, regress/wkb.sql,
+         regress/wkb_expected: Fix reading TRIANGLE EMPTY in WKB form
+         (#1474)
 
-2012-01-16 10:31  strk
+2012-01-16 10:31  Sandro Santilli <strk@keybit.net>
 
-       * regress/wkb.sql, regress/wkb_expected: Add POLYHEDRALSURFACE
-         roundtrip WKB test
+       * [r8832] regress/wkb.sql, regress/wkb_expected: Add
+         POLYHEDRALSURFACE roundtrip WKB test
 
-2012-01-16 10:24  strk
+2012-01-16 10:24  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom.c, regress/wkb.sql, regress/wkb_expected:
-         Implement lwgeom_same for MULTICURVE and MULTISURFACE (#1475)
+       * [r8831] liblwgeom/lwgeom.c, regress/wkb.sql,
+         regress/wkb_expected: Implement lwgeom_same for MULTICURVE and
+         MULTISURFACE (#1475)
 
-2012-01-16 10:21  strk
+2012-01-16 10:21  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom.c, regress/wkb.sql, regress/wkb_expected:
-         Implement lwgeom_same for CURVEPOLYGON types (#1475)
+       * [r8830] liblwgeom/lwgeom.c, regress/wkb.sql,
+         regress/wkb_expected: Implement lwgeom_same for CURVEPOLYGON
+         types (#1475)
 
-2012-01-16 10:18  strk
+2012-01-16 10:18  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom.c, regress/wkb.sql, regress/wkb_expected:
-         Implement lwgeom_same for COMPOUNDCURVE (#1475)
+       * [r8829] liblwgeom/lwgeom.c, regress/wkb.sql,
+         regress/wkb_expected: Implement lwgeom_same for COMPOUNDCURVE
+         (#1475)
 
-2012-01-16 10:11  strk
+2012-01-16 10:11  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c, regress/wkb.sql,
-         regress/wkb_expected: Implement lwgeom_same for circularstring
-         (#1475)
+       * [r8828] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
+         regress/wkb.sql, regress/wkb_expected: Implement lwgeom_same for
+         circularstring (#1475)
 
-2012-01-16 09:11  strk
+2012-01-16 09:11  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom.c, regress/tickets.sql,
+       * [r8827] liblwgeom/lwgeom.c, regress/tickets.sql,
          regress/tickets_expected: A CURVEPOLY is also a collection. Fixes
          #1473.
 
-2012-01-16 09:11  strk
+2012-01-16 09:11  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwcollection.c: Prevent lwcollection_construct from
-         creating non-collection types
+       * [r8826] liblwgeom/lwcollection.c: Prevent lwcollection_construct
+         from creating non-collection types
 
-2012-01-16 08:25  strk
+2012-01-16 08:25  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql.in.c: Use a CTE for queries involving
-         largs WKB input.
+       * [r8825] topology/sql/populate.sql.in.c: Use a CTE for queries
+         involving largs WKB input.
          
          Reduces parsing and execution time.
 
-2012-01-16 08:25  strk
+2012-01-16 08:25  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/topogeometry/totopogeom.sql.in.c: Comment out
-         expensive DEBUG lines
+       * [r8824] topology/sql/topogeometry/totopogeom.sql.in.c: Comment
+         out expensive DEBUG lines
 
-2012-01-16 08:24  strk
+2012-01-16 08:24  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql.in.c: Downgrade notice of face splitting
-         to debug level
+       * [r8823] topology/sql/sqlmm.sql.in.c: Downgrade notice of face
+         splitting to debug level
 
-2012-01-15 20:52  strk
+2012-01-15 20:52  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in, topology/sql/gml.sql,
+       * [r8822] topology/Makefile.in, topology/sql/gml.sql,
          topology/sql/gml.sql.in.c, topology/sql/manage/CopyTopology.sql,
          topology/sql/manage/CopyTopology.sql.in.c,
          topology/sql/manage/ManageHelper.sql,
          topology/topology.sql.in.c: Wrap DEBUG output in ifdef
          POSTGIS_TOPOLOGY_DEBUG (#1469)
 
-2012-01-15 17:50  strk
+2012-01-15 17:50  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile,
+       * [r8821] topology/test/Makefile,
          topology/test/regress/addtopogeometrycolumn.sql,
          topology/test/regress/addtopogeometrycolumn_expected,
          topology/topology.sql.in.c: Make AddTopoGeometryColumn less
          sequence-number-eager, regress-test
 
-2012-01-15 09:25  robe
+2012-01-15 09:25  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_lrs.xml: put in spaces in ST_InterpolatePoint See
-         Also references
+       * [r8820] doc/reference_lrs.xml: put in spaces in
+         ST_InterpolatePoint See Also references
 
-2012-01-15 09:23  robe
+2012-01-15 09:23  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_lrs.xml: ditto for ST_LocateBetween - name change
-         flag and minor other corrections
+       * [r8819] doc/reference_lrs.xml: ditto for ST_LocateBetween - name
+         change flag and minor other corrections
 
-2012-01-15 09:10  robe
+2012-01-15 09:10  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_lrs.xml: put a note ST_LocateAlong name changed
-         (and is a new name in 2.0 - old name is ST_Locate_Along_Measure)
+       * [r8818] doc/reference_lrs.xml: put a note ST_LocateAlong name
+         changed (and is a new name in 2.0 - old name is
+         ST_Locate_Along_Measure)
 
-2012-01-15 03:59  robe
+2012-01-15 03:59  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: link to where to download pre-built cheat
-         sheets
+       * [r8817] doc/installation.xml: link to where to download pre-built
+         cheat sheets
 
-2012-01-15 03:32  robe
+2012-01-15 03:32  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: revise docs about make installing
+       * [r8816] doc/installation.xml: revise docs about make installing
          extensions to note that extensions are now installed by default
          if compiling against 9.1+. Also provide an example query to run
          to verify extensions are installed. THANKS pramsey -- now if we
          can only have a real tagged release that would be SWEET.
 
-2012-01-15 03:18  robe
+2012-01-15 03:18  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r8815] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          postgis/uninstall_legacy.sql.in.c: #1401 Goodbye getSRID()
 
-2012-01-14 13:10  mcayland
+2012-01-14 13:10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: Display "Creating Index..." text within
-         the progress dialog rather than within the shp2pgsql-gui log
-         window.
+       * [r8814] loader/shp2pgsql-gui.c: Display "Creating Index..." text
+         within the progress dialog rather than within the shp2pgsql-gui
+         log window.
          
          This should make it more obvious to users that something is still
          happening in the case that
          they are building on a index on larger shapefiles which can often
          take quite some time.
 
-2012-01-14 07:37  robe
+2012-01-14 07:37  Regina Obe <lr@pcorp.us>
 
-       * regress/wkt_expected: change eol from native to LF to try to
-         resolve #1466
+       * [r8813] regress/wkt_expected: change eol from native to LF to try
+         to resolve #1466
 
-2012-01-14 07:29  robe
+2012-01-14 07:29  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: document --with-gettext=no optionand case
-         why you would want to do this. Also minor modifications as to use
-         GEOS 3.3.2 and why you should
+       * [r8812] doc/installation.xml: document --with-gettext=no
+         optionand case why you would want to do this. Also minor
+         modifications as to use GEOS 3.3.2 and why you should
 
-2012-01-14 01:03  pramsey
+2012-01-14 01:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_lrs.xml, liblwgeom/cunit/cu_node.c,
+       * [r8811] doc/reference_lrs.xml, liblwgeom/cunit/cu_node.c,
          liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h.in,
          liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_geos_split.c,
          liblwgeom/lwlinearreferencing.c, liblwgeom/ptarray.c,
          new functions. Alter regressions and docs to use AsText instead
          of AsEWKT.
 
-2012-01-14 00:49  mcayland
+2012-01-14 00:49  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, raster/rt_core/rt_api.c,
+       * [r8810] configure.ac, raster/rt_core/rt_api.c,
          raster/test/core/testapi.c: Use normal autoconf convention of
          using #define to determine whether or not GDALFPOLYGONIZE is
          present, rather than always having it present and setting its
          value to either 0 or 1.
 
-2012-01-14 00:49  mcayland
+2012-01-14 00:49  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/Makefile.in, liblwgeom/liblwgeom_internal.h: Switch
-         liblwgeom to use the POSTGIS_* defines already generated by
-         configure, rather than passing them in directly.
+       * [r8809] liblwgeom/Makefile.in, liblwgeom/liblwgeom_internal.h:
+         Switch liblwgeom to use the POSTGIS_* defines already generated
+         by configure, rather than passing them in directly.
          
          Similar to my previous commit, however here the aim is that by
          moving the logic outside of make then we can
          use other compilers rather than embedding
          specific -D flags into the command line.
 
-2012-01-14 00:49  mcayland
+2012-01-14 00:49  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, loader/Makefile.in, loader/pgsql2shp-core.h,
-         loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
-         loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c,
-         loader/shpcommon.h, postgis_config.h.in: Switch NLS build to use
-         the in-built ENABLE_NLS define rather than USE_NLS.
+       * [r8808] configure.ac, loader/Makefile.in,
+         loader/pgsql2shp-core.h, loader/shp2pgsql-cli.c,
+         loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
+         loader/shp2pgsql-gui.c, loader/shpcommon.h, postgis_config.h.in:
+         Switch NLS build to use the in-built ENABLE_NLS define rather
+         than USE_NLS.
          
          The key concept here is that we eliminate all logic from the
          Makefile and put
          system in future
          such as CMake.
 
-2012-01-14 00:49  mcayland
+2012-01-14 00:49  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac: Enable configure to accept the additional parameter
-         --with-gettext=no to disable NLS builds.
+       * [r8807] configure.ac: Enable configure to accept the additional
+         parameter --with-gettext=no to disable NLS builds.
          
          This makes it possible to explicitly disable builds at configure
          time if required for
          platforms where this causes problems such as Windows (see bug
          #748).
 
-2012-01-14 00:48  mcayland
+2012-01-14 00:48  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac: Fix incorrect camel-casing for HAVE_JSON within
-         configure.ac.
+       * [r8806] configure.ac: Fix incorrect camel-casing for HAVE_JSON
+         within configure.ac.
 
-2012-01-14 00:48  mcayland
+2012-01-14 00:48  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, postgis_config.h.in: Fix up AC_DEFINE macros in
-         configure.ac that don't have a description.
+       * [r8805] configure.ac, postgis_config.h.in: Fix up AC_DEFINE
+         macros in configure.ac that don't have a description.
          
          While autoheader emits a warning, it actually fails and does not
          regenerate
          minus the
          PACKAGE_* macros.
 
-2012-01-13 17:34  strk
+2012-01-13 17:34  Sandro Santilli <strk@keybit.net>
 
-       * regress/typmod.sql, regress/typmod_expected: Add test for
+       * [r8804] regress/typmod.sql, regress/typmod_expected: Add test for
          creating tables with circularstring typmod (#1085)
 
-2012-01-13 17:33  strk
+2012-01-13 17:33  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in, regress/typmod.sql, regress/typmod_expected:
-         First draft of a test for typmod (#1085)
+       * [r8803] regress/Makefile.in, regress/typmod.sql,
+         regress/typmod_expected: First draft of a test for typmod (#1085)
          
          This version simply creates the tables and checks
          geometry_columns.
          Should be enhanced to test effectiveness of constraints.
 
-2012-01-13 16:28  robe
+2012-01-13 16:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: remove dangling reference to
+       * [r8802] doc/reference_operator.xml: remove dangling reference to
          geometry_same
 
-2012-01-13 16:23  strk
+2012-01-13 16:23  Sandro Santilli <strk@keybit.net>
 
-       * libpgcommon/Makefile.in: Virtualize ``make'' calls (#1464)
+       * [r8801] libpgcommon/Makefile.in: Virtualize ``make'' calls
+         (#1464)
 
-2012-01-13 15:54  mcayland
+2012-01-13 15:54  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: Rename geometry column header in
+       * [r8800] loader/shp2pgsql-gui.c: Rename geometry column header in
          shp2pgsql-gui to "geo column" to reduce its visible width based
          upon feedback from Regina.
 
-2012-01-13 15:50  robe
+2012-01-13 15:50  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: remove ~= from documentation -- we
-         don't want people using this operator
+       * [r8799] doc/reference_operator.xml: remove ~= from documentation
+         -- we don't want people using this operator
 
-2012-01-13 13:31  strk
+2012-01-13 13:31  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Add all signature in the current
-         repository
+       * [r8798] utils/postgis_restore.pl: Add all signature in the
+         current repository
 
-2012-01-13 11:34  strk
+2012-01-13 11:34  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Add more signatures found in a more
-         recent dump of mine
+       * [r8797] utils/postgis_restore.pl: Add more signatures found in a
+         more recent dump of mine
 
-2012-01-13 11:29  strk
+2012-01-13 11:29  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Make verbose output of
+       * [r8796] utils/postgis_restore.pl: Make verbose output of
          postgis_restore.pl more useful for maintainance
          
          It will now avoid to collapse all spaces to keep the door open
          for
          better parsing in the future and to be more human readable.
 
-2012-01-13 10:00  strk
+2012-01-13 10:00  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: Make ~= operator GIST-indexable,
-         following existing documentation
+       * [r8795] postgis/postgis.sql.in.c: Make ~= operator
+         GIST-indexable, following existing documentation
          
          NOTE: it takes a dump/reload for this to be in effect.
 
-2012-01-12 21:43  pramsey
+2012-01-12 21:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwlinearreferencing.c,
-         postgis/lwgeom_functions_lrs.c: Add in an offset option to
-         ST_LocateBetween
+       * [r8794] liblwgeom/liblwgeom.h.in,
+         liblwgeom/lwlinearreferencing.c, postgis/lwgeom_functions_lrs.c:
+         Add in an offset option to ST_LocateBetween
 
-2012-01-12 19:55  pramsey
+2012-01-12 19:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
+       * [r8793] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
          liblwgeom/lwlinearreferencing.c: Add support for MULTIPOINT and
          POINT to ST_LocateBetween
 
-2012-01-12 19:07  pramsey
+2012-01-12 19:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h.in,
+       * [r8792] liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h.in,
          liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.c,
          liblwgeom/lwlinearreferencing.c,
          postgis/lwgeom_functions_analytic.c,
          postgis/postgis.sql.in.c: Flip ST_LocateBetween to use the same
          LRS code as ST_LocateBetweenElevations
 
-2012-01-12 17:41  strk
+2012-01-12 17:41  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/addface.sql,
+       * [r8791] topology/test/regress/addface.sql,
          topology/test/regress/addface_expected: Add regress test for
          topology.AddFace robustness (see #1383)
 
-2012-01-12 17:06  strk
+2012-01-12 17:06  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_measures.c, liblwgeom/measures.c: Fix
+       * [r8790] liblwgeom/cunit/cu_measures.c, liblwgeom/measures.c: Fix
          lw_dist2d_pt_seg(B, AB), see #1459
          
          Includes regress testing. Should also fix #1383
 
-2012-01-12 11:21  strk
+2012-01-12 11:21  Sandro Santilli <strk@keybit.net>
 
-       * regress/wkt.sql, regress/wkt_expected: Complete tests for higher
-         coordinate dimensions (#1455)
+       * [r8789] regress/wkt.sql, regress/wkt_expected: Complete tests for
+         higher coordinate dimensions (#1455)
 
-2012-01-12 11:21  strk
+2012-01-12 11:21  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c,
+       * [r8788] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c,
          regress/wkb_expected: Fix bug in dimension computer for
          collection WKT.
          
          The parser got confused by inner M letters.
          This commit also improves speed early breaking the loop over WKT.
 
-2012-01-12 11:20  strk
+2012-01-12 11:20  Sandro Santilli <strk@keybit.net>
 
-       * regress/wkt.sql, regress/wkt_expected: Add tests for higher
-         coordinate dimensions (#1455)
+       * [r8787] regress/wkt.sql, regress/wkt_expected: Add tests for
+         higher coordinate dimensions (#1455)
          
          GEOMETRYCOLLECTION still fails
 
-2012-01-12 08:52  strk
+2012-01-12 08:52  Sandro Santilli <strk@keybit.net>
 
-       * regress/wkt.sql, regress/wkt_expected: Test roundtrip of WKT.
-         Higher dimensions still needed (#1455)
+       * [r8786] regress/wkt.sql, regress/wkt_expected: Test roundtrip of
+         WKT. Higher dimensions still needed (#1455)
 
-2012-01-12 08:52  strk
+2012-01-12 08:52  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c: Fix a bug
-         in gserialized_read_gbox_p reading garbage in EMPTY point
+       * [r8785] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c:
+         Fix a bug in gserialized_read_gbox_p reading garbage in EMPTY
+         point
          
          Includes cunit test. Fixes #1458.
 
-2012-01-12 08:51  strk
+2012-01-12 08:51  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/g_box.c: gbox_float_round: do not attempt to round M
-         when not present
+       * [r8784] liblwgeom/g_box.c: gbox_float_round: do not attempt to
+         round M when not present
 
-2012-01-12 08:51  strk
+2012-01-12 08:51  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/g_box.c, liblwgeom/g_serialized.c,
+       * [r8783] liblwgeom/g_box.c, liblwgeom/g_serialized.c,
          liblwgeom/liblwgeom.h.in: Expose gbox_float_round to liblwgeom
          API
 
-2012-01-11 19:45  pramsey
+2012-01-11 19:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, postgis/legacy.sql.in.c,
+       * [r8782] liblwgeom/liblwgeom.h.in, postgis/legacy.sql.in.c,
          postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
          postgis/postgis.sql.in.c: Change references to BOX2DFLOAT4 to
          just BOX2D and remove the struct. Ding dong.
 
-2012-01-11 19:20  pramsey
+2012-01-11 19:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c, postgis/geography_inout.c,
+       * [r8781] postgis/geography.sql.in.c, postgis/geography_inout.c,
          postgis/lwgeom_ogc.c: Tie astext(geography) and
          asbinary(geography) directly to the lwgeom_ C functions, without
          a cast
 
-2012-01-11 18:53  strk
+2012-01-11 18:53  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_ogc.c, regress/wkb.sql, regress/wkb_expected:
-         Allow higher dimensions in GeomFromWKB (#1452)
+       * [r8780] postgis/lwgeom_ogc.c, regress/wkb.sql,
+         regress/wkb_expected: Allow higher dimensions in GeomFromWKB
+         (#1452)
          
          Includes regress test for WKB roundtrip
          (failing as expected with point empty)
 
-2012-01-11 18:45  strk
+2012-01-11 18:45  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
+       * [r8779] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
          regress/tickets.sql, regress/tickets_expected: Fix bug in
          gbox_same -> lwgeom_same -> ST_OrderingEquals (#1454)
          
          Adds regression test for lwgeom_same and ST_OrderingEquals
 
-2012-01-11 17:18  strk
+2012-01-11 17:18  Sandro Santilli <strk@keybit.net>
 
-       * postgis/gserialized_gist_2d.c, regress/empty.sql,
+       * [r8778] postgis/gserialized_gist_2d.c, regress/empty.sql,
          regress/empty_expected, regress/tickets.sql,
          regress/tickets_expected: Fix EMPTY ~= EMPTY to return TRUE
          (#1453)
          ST_Equals is still broken as it uses the overlap operator
          instead.
 
-2012-01-11 17:18  strk
+2012-01-11 17:18  Sandro Santilli <strk@keybit.net>
 
-       * libpgcommon/Makefile.in: Encode dependency of libpgcommon on
-         postgis_config.h
+       * [r8777] libpgcommon/Makefile.in: Encode dependency of libpgcommon
+         on postgis_config.h
 
-2012-01-11 17:18  strk
+2012-01-11 17:18  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_output.xml: Xref ST_AsBinary to its reverse
+       * [r8776] doc/reference_output.xml: Xref ST_AsBinary to its reverse
          ST_GeomFromWKB
 
-2012-01-11 15:57  strk
+2012-01-11 15:57  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_in_wkb.c: Add paranoid test of another
+       * [r8775] liblwgeom/cunit/cu_in_wkb.c: Add paranoid test of another
          malformed WKB found in #168
 
-2012-01-11 15:51  strk
+2012-01-11 15:51  Sandro Santilli <strk@keybit.net>
 
-       * NEWS, postgis/postgis_drop.sql.in.c: Drop ST_AsBinary(text)
-         wrapper, removed in previous commits
+       * [r8774] NEWS, postgis/postgis_drop.sql.in.c: Drop
+         ST_AsBinary(text) wrapper, removed in previous commits
 
-2012-01-11 14:50  strk
+2012-01-11 14:50  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_output.xml: Add documentation about enhancements in
-         ST_AsBinary (#288)
+       * [r8773] doc/reference_output.xml: Add documentation about
+         enhancements in ST_AsBinary (#288)
 
-2012-01-11 14:46  strk
+2012-01-11 14:46  Sandro Santilli <strk@keybit.net>
 
-       * postgis/geography.sql.in.c, postgis/geography_inout.c,
+       * [r8772] postgis/geography.sql.in.c, postgis/geography_inout.c,
          regress/tickets_expected: Drop geography-specific C-side of
          AsBinary function. Proxy to geometry.
          
          See #288
 
-2012-01-11 12:30  strk
+2012-01-11 12:30  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: Limit geometry_columns view definition
-         within 80 columns.
+       * [r8771] postgis/postgis.sql.in.c: Limit geometry_columns view
+         definition within 80 columns.
          
          This is to avoid issues like #1449
 
-2012-01-11 11:17  strk
+2012-01-11 11:17  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in, regress/wkb.sql, regress/wkb_expected,
-         regress/wkt_expected: Add regress test for WKB (#1448) and enable
-         the existing one for WKT
+       * [r8770] regress/Makefile.in, regress/wkb.sql,
+         regress/wkb_expected, regress/wkt_expected: Add regress test for
+         WKB (#1448) and enable the existing one for WKT
 
-2012-01-11 11:17  strk
+2012-01-11 11:17  Sandro Santilli <strk@keybit.net>
 
-       * NEWS, postgis/lwgeom_ogc.c: Unlease higher dimensions in
+       * [r8769] NEWS, postgis/lwgeom_ogc.c: Unlease higher dimensions in
          ST_AsBinary, using SQL/MM (#288)
 
-2012-01-11 11:16  strk
+2012-01-11 11:16  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: ST_AsText item is an enhancement, not a new feature
+       * [r8768] NEWS: ST_AsText item is an enhancement, not a new feature
 
-2012-01-11 10:40  strk
+2012-01-11 10:40  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: Add note aboute AsText support for higher dimension
+       * [r8767] NEWS: Add note aboute AsText support for higher dimension
 
-2012-01-11 10:34  strk
+2012-01-11 10:34  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_ogc.c, regress/remove_repeated_points_expected,
+       * [r8766] postgis/lwgeom_ogc.c,
+         regress/remove_repeated_points_expected,
          regress/simplify_expected,
          regress/sql-mm-circularstring_expected,
          regress/sql-mm-compoundcurve_expected,
          regress/tickets_expected: Unleash SQL/MM WKT returned by
          ST_AsText (#287)
 
-2012-01-11 08:36  strk
+2012-01-11 08:36  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile.in: Use $(MAKE) to invoke whatever make was used by
-         builder
+       * [r8763] doc/Makefile.in: Use $(MAKE) to invoke whatever make was
+         used by builder
 
-2012-01-11 08:26  strk
+2012-01-11 08:26  Sandro Santilli <strk@keybit.net>
 
-       * README.postgis: Update HARD UPGRADE section, mention
+       * [r8760] README.postgis: Update HARD UPGRADE section, mention
          --with-topology
 
-2012-01-11 02:27  pramsey
+2012-01-11 02:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * extensions/postgis/Makefile.in,
+       * [r8759] extensions/postgis/Makefile.in,
          extensions/postgis_topology/Makefile.in: Try an older bash syntax
          for robe?
 
-2012-01-10 23:22  pramsey
+2012-01-10 23:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwlinearreferencing.c, postgis/lwgeom_functions_lrs.c:
-         Add ST_LocateAlong support for multipoints too (completeness)
+       * [r8758] liblwgeom/lwlinearreferencing.c,
+         postgis/lwgeom_functions_lrs.c: Add ST_LocateAlong support for
+         multipoints too (completeness)
 
-2012-01-10 23:14  pramsey
+2012-01-10 23:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwlinearreferencing.c, postgis/lwgeom_functions_lrs.c,
-         postgis/postgis.sql.in.c: Bind ST_LocateAlong() to the new LRS
-         function that supports offsets.
+       * [r8757] liblwgeom/lwlinearreferencing.c,
+         postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in.c: Bind
+         ST_LocateAlong() to the new LRS function that supports offsets.
 
-2012-01-10 23:04  pramsey
+2012-01-10 23:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc, extensions/postgis, extensions/postgis/Makefile.in,
+       * [r8756] doc, extensions/postgis, extensions/postgis/Makefile.in,
          extensions/postgis/sql, extensions/postgis/sql_bits,
          extensions/postgis_topology, extensions/postgis_topology/sql,
          extensions/postgis_topology/sql_bits, topology/test: svn:ignore
          properties
 
-2012-01-10 23:04  pramsey
+2012-01-10 23:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Spacing, yes
+       * [r8755] configure.ac: Spacing, yes
 
-2012-01-10 22:20  robe
+2012-01-10 22:20  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: #1444 fix typo in command (should be
-         command not comand)
+       * [r8754] doc/installation.xml: #1444 fix typo in command (should
+         be command not comand)
 
-2012-01-10 21:51  pramsey
+2012-01-10 21:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, extensions/postgis/Makefile,
+       * [r8753] configure.ac, extensions/postgis/Makefile,
          extensions/postgis/Makefile.in,
          extensions/postgis/postgis.control,
          extensions/postgis/postgis.control.in,
          extensions/postgis_topology/postgis_topology.control.in: Bring
          the extensions into the autoconf environment
 
-2012-01-10 19:36  dustymugs
+2012-01-10 19:36  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r8752] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/test/core/testapi.c: Fixed incorrect call to
          rt_raster_geopoint_to_cell in rt_band_load_offline_data and added
          additional debug messages
 
-2012-01-10 18:45  dustymugs
+2012-01-10 18:45  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis_legacy.sql.in.c:
-         Fixed incorrect use of rt_band_destroy when loading offline band
-         data. ALso added rules to raster_columns and raster_overviews to
-         gracefully handle insert/update/delete.
+       * [r8751] raster/rt_core/rt_api.c,
+         raster/rt_pg/rtpostgis_legacy.sql.in.c: Fixed incorrect use of
+         rt_band_destroy when loading offline band data. ALso added rules
+         to raster_columns and raster_overviews to gracefully handle
+         insert/update/delete.
 
-2012-01-10 18:18  dustymugs
+2012-01-10 18:18  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c: Fixed double free of memory when
-         using out-of-database bands
+       * [r8750] raster/loader/raster2pgsql.c: Fixed double free of memory
+         when using out-of-database bands
 
-2012-01-10 18:12  strk
+2012-01-10 18:12  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c, utils/postgis_proc_upgrade.pl: Add
-         rules on geometry_columns view to tolerate insert/update/delete
+       * [r8749] postgis/postgis.sql.in.c, utils/postgis_proc_upgrade.pl:
+         Add rules on geometry_columns view to tolerate
+         insert/update/delete
          
          Fixes OGR, see #1426. Raises no warning on operation (it should).
          This commit includes changes in postgis_proc_upgrade.pl to retain
          rules.
 
-2012-01-10 14:58  strk
+2012-01-10 14:58  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom.c: Reflect type of empty from ST_Dimension
-         (#1441)
+       * [r8748] liblwgeom/lwgeom.c: Reflect type of empty from
+         ST_Dimension (#1441)
          
          No existing testcase fail, no new testcase is added.
          This change doesn't invalidate any part of the reference manual.
          
          Signed-off-by: Charlie Brown
 
-2012-01-10 13:17  strk
+2012-01-10 13:17  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/g_serialized.c, liblwgeom/liblwgeom_internal.h,
+       * [r8747] liblwgeom/g_serialized.c, liblwgeom/liblwgeom_internal.h,
          liblwgeom/lwcollection.c, regress/tickets_expected: Use a
          standard lwcollection_allows_subtype function to guard against
          bad input.
          
          Fixes #698 (and #1445 in a better way)
 
-2012-01-10 12:28  mcayland
+2012-01-10 12:28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: If the database settings are incorrect
-         when attempting an import, display the connection settings
+       * [r8746] loader/shp2pgsql-gui.c: If the database settings are
+         incorrect when attempting an import, display the connection
+         settings
          dialog.
          
          Also a minor bugfix: if the dialog is cancelled by closing the
          window, ensure that any unset
          fields are reset back to blank.
 
-2012-01-10 12:28  mcayland
+2012-01-10 12:28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: Switch shp2pgsql-gui to COPY mode by
-         default for increased speed; the user doesn't really care
+       * [r8745] loader/shp2pgsql-gui.c: Switch shp2pgsql-gui to COPY mode
+         by default for increased speed; the user doesn't really care
          what form the output takes when it's being loaded into the
          database directly rather than via
          a file.
 
-2012-01-10 12:28  mcayland
+2012-01-10 12:28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: Raise an error within shp2pgsql-gui if
-         the user clicks "Import" without having added any files to the
-         list.
+       * [r8744] loader/shp2pgsql-gui.c: Raise an error within
+         shp2pgsql-gui if the user clicks "Import" without having added
+         any files to the list.
 
-2012-01-10 12:28  mcayland
+2012-01-10 12:28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: Alter shp2pgsql-gui so that we use one
-         connection per file; this makes tracking error state
+       * [r8743] loader/shp2pgsql-gui.c: Alter shp2pgsql-gui so that we
+         use one connection per file; this makes tracking error state
          on the server considerably easier, since upon abort we just
          disconnect from the server rather
          than trying to figure out what state we are in and handle it
          appropriately.
 
-2012-01-10 11:36  strk
+2012-01-10 11:36  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_in_wkb.c, liblwgeom/lwcollection.c,
+       * [r8742] liblwgeom/cunit/cu_in_wkb.c, liblwgeom/lwcollection.c,
          liblwgeom/lwin_wkb.c, regress/tickets.sql,
          regress/tickets_expected: Check type of elements added to multi
          geometries. Fixes #1445.
          Includes regress testing both at the liblwgeom and postgis
          levels.
 
-2012-01-10 10:06  strk
+2012-01-10 10:06  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_out_wkt.c,
-         liblwgeom/lwout_wkt.c, regress/regress_lrs_expected,
+       * [r8741] liblwgeom/cunit/cu_in_wkt.c,
+         liblwgeom/cunit/cu_out_wkt.c, liblwgeom/lwout_wkt.c,
+         regress/regress_lrs_expected,
          regress/sql-mm-compoundcurve_expected,
          regress/sql-mm-curvepoly_expected,
          regress/sql-mm-multicurve_expected,
          Reflects specs in doc/ZMgeoms.txt and satisfies the parser.
          Closes ticket #724.
 
-2012-01-10 08:32  strk
+2012-01-10 08:32  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: Other generated files
+       * [r8740] .gitignore: Other generated files
 
-2012-01-10 08:28  strk
+2012-01-10 08:28  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: Ignore new generated files
+       * [r8739] .gitignore: Ignore new generated files
 
-2012-01-10 08:26  strk
+2012-01-10 08:26  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile.in, doc/html/image_src/Makefile.in: Add images-clean
-         rule and perform the cleanup on maintainer-clean
+       * [r8738] doc/Makefile.in, doc/html/image_src/Makefile.in: Add
+         images-clean rule and perform the cleanup on maintainer-clean
 
-2012-01-10 07:25  robe
+2012-01-10 07:25  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: put in missing title tag
+       * [r8737] doc/installation.xml: put in missing title tag
 
-2012-01-10 07:12  robe
+2012-01-10 07:12  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: put in missing end paragraph end tag
+       * [r8736] doc/installation.xml: put in missing end paragraph end
+         tag
 
-2012-01-10 07:03  robe
+2012-01-10 07:03  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: fix typo
+       * [r8735] doc/installation.xml: fix typo
 
-2012-01-10 06:53  robe
+2012-01-10 06:53  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: #1442: Add sections on installing,
+       * [r8734] doc/installation.xml: #1442: Add sections on installing,
          upgrading and loading data into tiger geocoder. Got at least 2
          people who seem confused about how to upgrade their tiger
          installs and assume it follows the same steps as the rest of
          PostGIS.
 
-2012-01-09 22:43  dustymugs
+2012-01-09 22:43  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8733] raster/loader/raster2pgsql.c,
+         raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c,
          raster/rt_pg/rtpostgis_legacy.sql.in.c: Added column "out_db" to
          raster_columns. "out_db" is of type boolean[] with each element
          relevant AddRasterConstraints and DropRasterConstraints
          functions. Related ticket is #1440.
 
-2012-01-09 20:17  robe
+2012-01-09 20:17  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/META.json, extensions/postgis/Makefile,
-         extensions/postgis/doc/postgis.md,
+       * [r8732] extensions/postgis/META.json,
+         extensions/postgis/Makefile, extensions/postgis/doc/postgis.md,
          extensions/postgis/postgis.control,
          extensions/postgis/sql_bits/remove_from_extension.sql.in,
          extensions/postgis_extension_helper.sql,
          extensions/postgis_topology/sql_bits/remove_from_extension.sql.in:
          put in svn Author Date Id Revision keywords
 
-2012-01-09 20:08  dustymugs
+2012-01-09 20:08  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r8731] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/test/core/testapi.c: Make the data of externally-loaded
          band internally owned so a call to rt_band_destroy() properly
          frees the memory.
 
-2012-01-09 19:48  dustymugs
+2012-01-09 19:48  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r8730] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/test/core/testapi.c, raster/test/loader,
          raster/test/loader/testraster.tif: Add read-only support for band
          data located outside the database in raster files. All "get" and
          of db band and future use for raster2pgsql loader regression
          tests.
 
-2012-01-09 19:05  dustymugs
+2012-01-09 19:05  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Removed garbage whitespace.
+       * [r8729] raster/rt_pg/rtpostgis.sql.in.c: Removed garbage
+         whitespace.
 
-2012-01-09 19:02  dustymugs
+2012-01-09 19:02  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Added conditional check to
-         ST_Intersects(raster, int, raster, int) to deal with STRICT being
-         set on _st_intersects(raster, int, raster, int). Fixes regression
-         caused in r8714.
+       * [r8728] raster/rt_pg/rtpostgis.sql.in.c: Added conditional check
+         to ST_Intersects(raster, int, raster, int) to deal with STRICT
+         being set on _st_intersects(raster, int, raster, int). Fixes
+         regression caused in r8714.
 
-2012-01-09 18:50  pramsey
+2012-01-09 18:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * extensions/postgis/Makefile: Remove whitespace
+       * [r8727] extensions/postgis/Makefile: Remove whitespace
 
-2012-01-09 18:27  pramsey
+2012-01-09 18:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
+       * [r8726] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
          liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_geos.c,
          liblwgeom/lwline.c, liblwgeom/lwlinearreferencing.c,
          liblwgeom/lwmpoint.c, liblwgeom/lwpoint.c, liblwgeom/measures.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c: Interim
          progress on LRS work.
 
-2012-01-09 18:01  strk
+2012-01-09 18:01  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c,
+       * [r8725] liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c,
          regress/dump_expected, regress/tickets_expected: Change
          lwgeom_is_empty to return spatial emptiness (#671)
 
-2012-01-09 17:55  mcayland
+2012-01-09 17:55  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: Allow manual resizing of the filename
-         column within shp2pgsql-gui if required, as per request from
-         Regina.
+       * [r8724] loader/shp2pgsql-gui.c: Allow manual resizing of the
+         filename column within shp2pgsql-gui if required, as per request
+         from Regina.
 
-2012-01-09 17:27  strk
+2012-01-09 17:27  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_editor.xml: Further cleanup of ST_CollectionExtract
-         documentation
+       * [r8723] doc/reference_editor.xml: Further cleanup of
+         ST_CollectionExtract documentation
 
-2012-01-09 17:10  strk
+2012-01-09 17:10  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_editor.xml: Document new ST_CollectionExtract
-         behavior
+       * [r8722] doc/reference_editor.xml: Document new
+         ST_CollectionExtract behavior
 
-2012-01-09 17:01  strk
+2012-01-09 17:01  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_functions_basic.c, regress/regress_expected,
-         regress/tickets_expected: Switch back ST_CollectionExtract to
-         return EMPTY rather than NULL on no matches (#835)
+       * [r8721] postgis/lwgeom_functions_basic.c,
+         regress/regress_expected, regress/tickets_expected: Switch back
+         ST_CollectionExtract to return EMPTY rather than NULL on no
+         matches (#835)
          
          This behavior seems closer to the one requested in original #457
          testcase, and is still consistent. Is also closer to
          documentation.
 
-2012-01-09 17:01  strk
+2012-01-09 17:01  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c: Add
+       * [r8720] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c: Add
          lwgeom_construct_empty API call
 
-2012-01-09 17:01  strk
+2012-01-09 17:01  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwcompound.c: Implement lwcompound_construct_empty
+       * [r8719] liblwgeom/lwcompound.c: Implement
+         lwcompound_construct_empty
 
-2012-01-09 16:20  strk
+2012-01-09 16:20  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_functions_basic.c, regress/regress_expected,
-         regress/tickets.sql, regress/tickets_expected: Alwas return NULL
-         on type miss from ST_CollectionExtract (#835)
+       * [r8718] postgis/lwgeom_functions_basic.c,
+         regress/regress_expected, regress/tickets.sql,
+         regress/tickets_expected: Alwas return NULL on type miss from
+         ST_CollectionExtract (#835)
 
-2012-01-09 16:20  strk
+2012-01-09 16:20  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c: Return
-         typed empties from lwcollection_extract
+       * [r8717] liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c:
+         Return typed empties from lwcollection_extract
 
-2012-01-09 15:27  strk
+2012-01-09 15:27  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile.in, make_dist.sh: Distribute comments in tarball.
-         Stop distributing pdf or html (#626)
+       * [r8716] doc/Makefile.in, make_dist.sh: Distribute comments in
+         tarball. Stop distributing pdf or html (#626)
 
-2012-01-09 15:03  strk
+2012-01-09 15:03  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c: Fix compiler
-         warnings
+       * [r8715] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c: Fix
+         compiler warnings
 
-2012-01-09 15:01  dustymugs
+2012-01-09 15:01  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Make _ST_Intersects(raster,
-         raster) STRICT as per comments in #1412.
+       * [r8714] raster/rt_pg/rtpostgis.sql.in.c: Make
+         _ST_Intersects(raster, raster) STRICT as per comments in #1412.
 
-2012-01-09 14:56  robe
+2012-01-09 14:56  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
+       * [r8713]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql:
          #1392: Can't geocode intersecting highways or areas where no zip
          available
 
-2012-01-09 13:36  strk
+2012-01-09 13:36  Sandro Santilli <strk@keybit.net>
 
-       * raster/loader/Makefile.in: Build the libtool wrapper script
-         version of raster2pgsql
+       * [r8712] raster/loader/Makefile.in: Build the libtool wrapper
+         script version of raster2pgsql
 
-2012-01-09 12:48  robe
+2012-01-09 12:48  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml, doc/release_notes.xml: Add Maria Arias de
-         Reyna to credits
+       * [r8711] doc/introduction.xml, doc/release_notes.xml: Add Maria
+         Arias de Reyna to credits
 
-2012-01-09 11:01  strk
+2012-01-09 11:01  Sandro Santilli <strk@keybit.net>
 
-       * java/jdbc/README,
+       * [r8710] java/jdbc/README,
          java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java,
          java/jdbc/jtssrc/pom.xml, java/jdbc/pom.xml,
          java/jdbc/src/examples/TestServer.java,
          a new maven based build system. It also includes some indenting
          changes.
 
-2012-01-09 10:34  strk
+2012-01-09 10:34  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql-core.c: Fix memory leak in shapefile loader
-         (#1436)
+       * [r8709] loader/shp2pgsql-core.c: Fix memory leak in shapefile
+         loader (#1436)
 
-2012-01-09 07:52  robe
+2012-01-09 07:52  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/postgis.control: fix typo in extension version
+       * [r8707] extensions/postgis/postgis.control: fix typo in extension
+         version
 
-2012-01-08 23:32  mcayland
+2012-01-08 23:32  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.in, loader/cunit/Makefile.in,
+       * [r8706] loader/Makefile.in, loader/cunit/Makefile.in,
          loader/cunit/cu_list.c, loader/cunit/cu_list.h,
          loader/cunit/cu_tester.c, loader/pgsql2shp-core.c,
          loader/pgsql2shp-core.h, loader/shp2pgsql-core.c,
          separately
          and will be included in a later commit.
 
-2012-01-08 19:15  robe
+2012-01-08 19:15  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: Fix typo in manual and more
+       * [r8705] doc/using_raster_dataman.xml: Fix typo in manual and more
          description about schema. Evidentially some people do try to read
          the manual and make sense of it as demonstrated here:
          http://gis.stackexchange.com/questions/18254/loading-a-raster-into-a-postgis-2-0-database-on-windows
 
-2012-01-08 16:28  dustymugs
+2012-01-08 16:28  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r8704] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/test/core/testapi.c: Code cleanup related to registering
          and deregistering GDAL drivers
 
-2012-01-08 07:57  robe
+2012-01-08 07:57  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: lots of corrections, also add
-         integer[] arg recognition
+       * [r8703] doc/xsl/raster_gardentest.sql.xsl: lots of corrections,
+         also add integer[] arg recognition
 
-2012-01-08 07:29  robe
+2012-01-08 07:29  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: more cleanup -- issue with
-         raster / raster functions and output convexhull instead of raster
-         when result type is raster or geometry
+       * [r8702] doc/xsl/raster_gardentest.sql.xsl: more cleanup -- issue
+         with raster / raster functions and output convexhull instead of
+         raster when result type is raster or geometry
 
-2012-01-08 06:49  robe
+2012-01-08 06:49  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: revise to recognize array of
-         raster arguments
+       * [r8701] doc/xsl/raster_gardentest.sql.xsl: revise to recognize
+         array of raster arguments
 
-2012-01-08 06:26  robe
+2012-01-08 06:26  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: get rid of dropraster
+       * [r8700] doc/xsl/raster_gardentest.sql.xsl: get rid of dropraster
          addrastercolumn and replace with create table, apply constraints.
          Still a lot of cleanup to go
 
-2012-01-07 19:28  robe
+2012-01-07 19:28  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: #1435: fix function proto typo of
-         TopoGeo_AddPoint in docs
+       * [r8699] doc/extras_topology.xml: #1435: fix function proto typo
+         of TopoGeo_AddPoint in docs
 
-2012-01-07 19:24  robe
+2012-01-07 19:24  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis_topology/postgis_topology.control: fix typo in
-         version number
+       * [r8698] extensions/postgis_topology/postgis_topology.control: fix
+         typo in version number
 
-2012-01-07 19:04  robe
+2012-01-07 19:04  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/postgis.control,
+       * [r8697] extensions/postgis/postgis.control,
          extensions/postgis_topology/postgis_topology.control: change
          alpha1 to a14. It appears we won't be releasing an alpha1 this
          weekend bah.
 
-2012-01-07 19:02  robe
+2012-01-07 19:02  Regina Obe <lr@pcorp.us>
 
-       * HOWTO_RELEASE: update instructions to reflect changes that need
-         to be made to extensions before tagged release. Hopefully we can
-         automate this part in the future -- but have no clue how.
+       * [r8696] HOWTO_RELEASE: update instructions to reflect changes
+         that need to be made to extensions before tagged release.
+         Hopefully we can automate this part in the future -- but have no
+         clue how.
 
-2012-01-07 15:24  dustymugs
+2012-01-07 15:24  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Have rt_raster_from_gdal_dataset attempt
-         to determine the SRID of the raster using OSR.
+       * [r8695] raster/rt_core/rt_api.c: Have rt_raster_from_gdal_dataset
+         attempt to determine the SRID of the raster using OSR.
 
-2012-01-07 14:05  dustymugs
+2012-01-07 14:05  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Additional tweaks for the NODATA
-         values constraint. Continues changes made in r8691.
+       * [r8694] raster/rt_pg/rtpostgis.sql.in.c: Additional tweaks for
+         the NODATA values constraint. Continues changes made in r8691.
 
-2012-01-07 00:55  robe
+2012-01-07 00:55  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/Makefile, extensions/postgis/postgis.control,
+       * [r8693] extensions/postgis/Makefile,
+         extensions/postgis/postgis.control,
          extensions/postgis_topology/Makefile,
          extensions/postgis_topology/postgis_topology.control: bump
          version to alpha1 in preparation for alpha1 shuttle launch
 
-2012-01-07 00:47  pramsey
+2012-01-07 00:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/in_geojson.sql, regress/in_geojson_expected,
+       * [r8692] regress/in_geojson.sql, regress/in_geojson_expected,
          regress/tickets.sql, regress/tickets_expected: Move geojson test
          into geojson.sql file
 
-2012-01-07 00:42  dustymugs
+2012-01-07 00:42  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Fixed handling of NODATA value
-         constraint as band with no NODATA was being constrained with the
-         value of zero.
+       * [r8691] raster/rt_pg/rtpostgis.sql.in.c: Fixed handling of NODATA
+         value constraint as band with no NODATA was being constrained
+         with the value of zero.
 
-2012-01-07 00:29  pramsey
+2012-01-07 00:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_in_geojson.c, regress/tickets.sql,
+       * [r8690] postgis/lwgeom_in_geojson.c, regress/tickets.sql,
          regress/tickets_expected: ST_GeomFromGeoJSON - Malformed GeoJSON
          causes SIGSEGV in postgres process (#1434)
 
-2012-01-06 21:39  pramsey
+2012-01-06 21:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in,
+       * [r8689] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in,
          liblwgeom/lwalgorithm.c, liblwgeom/lwgeom.c,
          liblwgeom/lwgeom_geos.c, liblwgeom/lwlinearreferencing.c,
          postgis/lwgeom_geos.c, postgis/lwgeom_in_geojson.c,
          offset curve generation into liblwgeom with other geos
          functionality
 
-2012-01-06 17:35  robe
+2012-01-06 17:35  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix tag typo
+       * [r8688] doc/reference_raster.xml: fix tag typo
 
-2012-01-06 16:29  robe
+2012-01-06 16:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: example of AddRasterConstraint that
-         takes listing of constraints to apply
+       * [r8687] doc/reference_raster.xml: example of AddRasterConstraint
+         that takes listing of constraints to apply
 
-2012-01-06 15:35  robe
+2012-01-06 15:35  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: Accidentally took out ST_WKTToSQL
-         during #1443. ST_WKTToSQL is documented SQL/MM alias (extension
-         didn't install as a result since the documentation comment
-         installation failed)
+       * [r8686] postgis/postgis.sql.in.c: Accidentally took out
+         ST_WKTToSQL during #1443. ST_WKTToSQL is documented SQL/MM alias
+         (extension didn't install as a result since the documentation
+         comment installation failed)
 
-2012-01-05 22:10  pramsey
+2012-01-05 22:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * topology: Add files to svn:ignore
+       * [r8685] topology: Add files to svn:ignore
 
-2012-01-05 21:18  dustymugs
+2012-01-05 21:18  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/test/core/testapi.c: Added
-         shortcut mechanism for copying data in
+       * [r8684] raster/rt_core/rt_api.c, raster/test/core/testapi.c:
+         Added shortcut mechanism for copying data in
          rt_raster_from_gdal_dataset() when the natural block width is the
          raster width. Enhanced testing in testapi.c.
 
-2012-01-05 20:52  dustymugs
+2012-01-05 20:52  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Syntax cleanup as part of memory bugs
-         audit. Related to ticket #1432. This should be the last of it for
-         now.
+       * [r8683] raster/rt_pg/rt_pg.c: Syntax cleanup as part of memory
+         bugs audit. Related to ticket #1432. This should be the last of
+         it for now.
 
-2012-01-05 20:31  robe
+2012-01-05 20:31  Regina Obe <lr@pcorp.us>
 
-       * postgis/Makefile.in, postgis/postgis.sql.in.c,
+       * [r8682] postgis/Makefile.in, postgis/postgis.sql.in.c,
          postgis/sqlmm.sql.in.c: #1433: Part 2 - merge what is left of
          sqlmm.sql.in.c into postgis.sql.in.c
 
-2012-01-05 20:13  dustymugs
+2012-01-05 20:13  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/test/core/testwkb.c,
+       * [r8681] raster/rt_pg/rt_pg.c, raster/test/core/testwkb.c,
          raster/test/regress/rt_asgdalraster.sql,
          raster/test/regress/rt_asgdalraster_expected,
          raster/test/regress/rt_asraster.sql,
          tests for ST_AsGDALRaster, ST_GDALDrivers, ST_AsRaster,
          ST_Resample, ST_Metadata. Syntax cleanup in rt_pg.c and testwkb.c
 
-2012-01-05 19:56  robe
+2012-01-05 19:56  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/sqlmm.sql.in.c,
+       * [r8680] postgis/legacy.sql.in.c, postgis/sqlmm.sql.in.c,
          postgis/uninstall_legacy.sql.in.c: #1433: part 1 -- get rid of SE
          functions
 
-2012-01-05 18:59  dustymugs
+2012-01-05 18:59  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/test/regress/rt_histogram.sql,
+       * [r8679] raster/rt_pg/rt_pg.c,
+         raster/test/regress/rt_histogram.sql,
          raster/test/regress/rt_histogram_expected,
          raster/test/regress/rt_quantile.sql,
          raster/test/regress/rt_quantile_expected,
          additional regression tests for ST_SummaryStats, ST_Histogram,
          ST_ValueCount, ST_Reclass and ST_Quantile. Ticket is #1432.
 
-2012-01-05 16:10  strk
+2012-01-05 16:10  Sandro Santilli <strk@keybit.net>
 
-       * raster/rt_pg/rt_pg.c: Switch memory context back before returning
-         in RASTER_bandmetadata
+       * [r8678] raster/rt_pg/rt_pg.c: Switch memory context back before
+         returning in RASTER_bandmetadata
          
          Fixes second case in #1432
 
-2012-01-05 08:15  strk
+2012-01-05 08:15  Sandro Santilli <strk@keybit.net>
 
-       * configure.ac: It takes GEOS-3.3.2 for a sane topology (noding
-         fixes in there)
+       * [r8677] configure.ac: It takes GEOS-3.3.2 for a sane topology
+         (noding fixes in there)
 
-2012-01-05 07:59  robe
+2012-01-05 07:59  Regina Obe <lr@pcorp.us>
 
-       * topology/Makefile.in, topology/topology_drop_after.sql.in.c,
+       * [r8676] topology/Makefile.in,
+         topology/topology_drop_after.sql.in.c,
          topology/topology_drop_before.sql.in.c: #1430: create
          topology_drop_before and topology_drop_after to allow changing
          names of input args and allow changing functions to use default
          args
 
-2012-01-05 07:51  robe
+2012-01-05 07:51  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis_drop_before.sql.in.c: svn tags
+       * [r8675] postgis/postgis_drop_before.sql.in.c: svn tags
 
-2012-01-04 22:30  strk
+2012-01-04 22:30  Sandro Santilli <strk@keybit.net>
 
-       * raster/rt_pg/rt_pg.c: Fix deallocation of terminating NULL in
-         RASTER_asGDALRaster (#1432)
+       * [r8674] raster/rt_pg/rt_pg.c: Fix deallocation of terminating
+         NULL in RASTER_asGDALRaster (#1432)
 
-2012-01-04 21:38  strk
+2012-01-04 21:38  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_remedgemodface.sql,
+       * [r8673] topology/test/regress/st_remedgemodface.sql,
          topology/test/regress/st_remedgenewface.sql: Work around a
          PostgreSQL 8.4+ bug with CREATE INTO (#1431)
 
-2012-01-04 20:50  strk
+2012-01-04 20:50  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Document topology.toTopoGeometry (#1017)
+       * [r8672] doc/extras_topology.xml: Document topology.toTopoGeometry
+         (#1017)
 
-2012-01-04 18:33  strk
+2012-01-04 18:33  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/topogeometry/totopogeom.sql,
+       * [r8671] topology/sql/topogeometry/totopogeom.sql,
          topology/test/regress/totopogeom.sql,
          topology/test/regress/totopogeom_expected: Complete
          implementation and regress test for toTopoGeom (#1017)
          You can start playing with this. Lacks documentation.
          Expect troubles. Feel free to report them.
 
-2012-01-04 18:17  strk
+2012-01-04 18:17  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/createtopogeom_expected,
+       * [r8670] topology/test/regress/createtopogeom_expected,
          topology/topology.sql.in.c: Implement TopoGeometry->Geometry
          converter for COLLECTION types
 
-2012-01-04 17:58  pramsey
+2012-01-04 17:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Don't allow --with-topology when GEOS version < 3.3
+       * [r8669] configure.ac: Don't allow --with-topology when GEOS
+         version < 3.3
 
-2012-01-04 02:07  pramsey
+2012-01-04 02:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Try to make json-c detection slightly more
+       * [r8668] configure.ac: Try to make json-c detection slightly more
          automatic.
 
-2012-01-03 23:52  pramsey
+2012-01-03 23:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
+       * [r8667] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
          regress/tickets.sql, regress/tickets_expected: Change to GNU
          macro NAN. Still not feeling The Confidence.
 
-2012-01-03 23:42  pramsey
+2012-01-03 23:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwspheroid.c: Make numerical stability fix actually be
-         present
+       * [r8666] liblwgeom/lwspheroid.c: Make numerical stability fix
+         actually be present
 
-2012-01-03 23:28  pramsey
+2012-01-03 23:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Hm, nan() function?
+       * [r8665] liblwgeom/lwgeodetic.c: Hm, nan() function?
 
-2012-01-03 23:24  strk
+2012-01-03 23:24  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Document TopoGeo_AddPolygon
+       * [r8664] doc/extras_topology.xml: Document TopoGeo_AddPolygon
 
-2012-01-03 23:17  strk
+2012-01-03 23:17  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/test/Makefile,
+       * [r8663] topology/sql/populate.sql, topology/test/Makefile,
          topology/test/regress/topogeo_addpolygon.sql,
          topology/test/regress/topogeo_addpolygon_expected: Implement and
          regress-test TopoGeo_addPolygon
 
-2012-01-03 22:07  pramsey
+2012-01-03 22:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c, postgis/geography.sql.in.c,
+       * [r8662] liblwgeom/lwgeodetic.c, postgis/geography.sql.in.c,
          postgis/geography_measurement.c,
          postgis/lwgeom_functions_basic.c: Make ST_Azimuth(p1, p1) return
          NULL and make ST_Project(p1, 0, NULL) return p1.
 
-2012-01-03 21:30  strk
+2012-01-03 21:30  Sandro Santilli <strk@keybit.net>
 
-       * TODO: ST_Split was implemented - a lot more to remove from TODO
+       * [r8661] TODO: ST_Split was implemented - a lot more to remove
+         from TODO
 
-2012-01-03 20:55  strk
+2012-01-03 20:55  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/topogeometry/totopogeom.sql: Change parameter names
-         to use the "athing" convention. See #1427
+       * [r8660] topology/sql/topogeometry/totopogeom.sql: Change
+         parameter names to use the "athing" convention. See #1427
 
-2012-01-03 20:48  strk
+2012-01-03 20:48  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql,
+       * [r8659] topology/sql/populate.sql,
          topology/test/regress/topogeo_addlinestring_expected: Fix typo in
          exception message, change signature of TopoGeo_addPolygon
 
-2012-01-03 20:31  pramsey
+2012-01-03 20:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c, postgis/postgis.sql.in.c,
+       * [r8658] postgis/geography.sql.in.c, postgis/postgis.sql.in.c,
          utils/postgis_restore.pl: Reorganize SQL definitions a bit: type
          creation at the start, indexes and operators after, then other
          stuff. Probably further ordering would be C-stuff before PL/PgSQL
          stuff.
 
-2012-01-03 20:24  strk
+2012-01-03 20:24  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/topogeo_addpoint.sql,
+       * [r8657] topology/test/regress/topogeo_addpoint.sql,
          topology/test/regress/topogeo_addpoint_expected: Test invalid
          calls to topogeo_addpoint
 
-2012-01-03 20:04  strk
+2012-01-03 20:04  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Document TopoGeo_addLineString
+       * [r8656] doc/extras_topology.xml: Document TopoGeo_addLineString
 
-2012-01-03 19:21  pramsey
+2012-01-03 19:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c, postgis/geography_measurement.c,
+       * [r8655] liblwgeom/lwgeodetic.c, postgis/geography_measurement.c,
          postgis/lwgeom_functions_basic.c, regress/tickets.sql,
          regress/tickets_expected: Change units to radians and add some
          tests (#657 and #1305)
 
-2012-01-03 18:41  strk
+2012-01-03 18:41  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/test/Makefile,
+       * [r8654] topology/sql/populate.sql, topology/test/Makefile,
          topology/test/regress/topogeo_addlinestring.sql,
          topology/test/regress/topogeo_addlinestring_expected: Implement
          and regress-test TopoGeo_AddLineString
 
-2012-01-03 18:34  dustymugs
+2012-01-03 18:34  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis_legacy.sql.in.c: Removed DROP VIEW
+       * [r8653] raster/rt_pg/rtpostgis_legacy.sql.in.c: Removed DROP VIEW
          statements as per suggestion by robe in ticket #1422.
 
-2012-01-03 10:52  strk
+2012-01-03 10:52  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Document TopoGeo_addPoint
+       * [r8652] doc/extras_topology.xml: Document TopoGeo_addPoint
 
-2012-01-03 10:39  strk
+2012-01-03 10:39  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile,
+       * [r8651] topology/test/Makefile,
          topology/test/regress/topogeo_addpoint.sql,
          topology/test/regress/topogeo_addpoint_expected: Add regression
          test for TopoGeo_AddPoint
 
-2012-01-03 10:10  strk
+2012-01-03 10:10  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/topology.sql.in.c: Move
-         TopoGeom_addXXX functions to populate.sql and refine signatures
+       * [r8650] topology/sql/populate.sql, topology/topology.sql.in.c:
+         Move TopoGeom_addXXX functions to populate.sql and refine
+         signatures
          
          Implement TopoGeom_addPoint (misses regression testing yet)
 
-2012-01-03 09:49  strk
+2012-01-03 09:49  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r8649] topology/sql/sqlmm.sql,
          topology/test/regress/st_changeedgegeom.sql,
          topology/test/regress/st_changeedgegeom_expected: Don't consider
          the old self edge when checking integrity
          
          Fixes a bug introduced by previous commit.
 
-2012-01-03 09:44  strk
+2012-01-03 09:44  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r8648] topology/sql/sqlmm.sql,
          topology/test/regress/st_changeedgegeom.sql,
          topology/test/regress/st_changeedgegeom_expected: Don't consider
          shared nodes as edge intersections. Fixes #1428.
 
-2012-01-02 06:59  dustymugs
+2012-01-02 06:59  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg, raster/rt_pg/.svnignore, raster/rt_pg/Makefile.in,
-         raster/rt_pg/legacy.sql.in.c,
+       * [r8647] raster/rt_pg, raster/rt_pg/.svnignore,
+         raster/rt_pg/Makefile.in, raster/rt_pg/legacy.sql.in.c,
          raster/rt_pg/rtpostgis_legacy.sql.in.c: Renamed legacy.sql.in.c
          to rtpostgis_legacy.sql.in.c to not conflict with postgis'
          legacy.sql. Associated ticket is #1422.
 
-2012-01-02 00:31  robe
+2012-01-02 00:31  Regina Obe <lr@pcorp.us>
 
-       * regress/measures.sql, regress/sql-mm-general.sql: #722 more
-         regress fixes for GeomFromText
+       * [r8646] regress/measures.sql, regress/sql-mm-general.sql: #722
+         more regress fixes for GeomFromText
 
-2012-01-02 00:25  robe
+2012-01-02 00:25  Regina Obe <lr@pcorp.us>
 
-       * regress/tickets.sql: #722: regress replace GeomFromText with
-         ST_GeomFromText
+       * [r8645] regress/tickets.sql: #722: regress replace GeomFromText
+         with ST_GeomFromText
 
-2012-01-01 23:42  robe
+2012-01-01 23:42  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c,
+       * [r8644] postgis/legacy.sql.in.c,
          postgis/legacy_compatibility_layer.sql.in.c,
          postgis/postgis.sql.in.c, postgis/uninstall_legacy.sql.in.c:
          #722: Good bye GeomFromWKB, GeomFromText
 
-2012-01-01 21:04  dustymugs
+2012-01-01 21:04  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg, raster/rt_pg/.svnignore, raster/rt_pg/Makefile.in,
-         raster/rt_pg/legacy.sql.in.c: Added legacy.sql which adds renamed
-         and removed columns to raster_columns and raster_overviews. This
-         will allow 3rd party software that hasn't been updated to the
-         current structures of raster_columns and raster_overviews to
-         still operate successfully.
+       * [r8643] raster/rt_pg, raster/rt_pg/.svnignore,
+         raster/rt_pg/Makefile.in, raster/rt_pg/legacy.sql.in.c: Added
+         legacy.sql which adds renamed and removed columns to
+         raster_columns and raster_overviews. This will allow 3rd party
+         software that hasn't been updated to the current structures of
+         raster_columns and raster_overviews to still operate
+         successfully.
 
-2012-01-01 15:58  robe
+2012-01-01 15:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml, postgis/postgis.sql.in.c,
+       * [r8642] doc/reference_output.xml, postgis/postgis.sql.in.c,
          postgis/postgis_drop.sql.in.c: #961: Change ST_GeoHash to use
          default args
 
-2012-01-01 15:41  robe
+2012-01-01 15:41  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: update to include ST_Azimuth for
-         geography -- still need example. Also provide example for using
-         degrees
+       * [r8641] doc/reference_measure.xml: update to include ST_Azimuth
+         for geography -- still need example. Also provide example for
+         using degrees
 
-2012-01-01 15:22  robe
+2012-01-01 15:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml, postgis/geography.sql.in.c,
+       * [r8640] doc/reference_output.xml, postgis/geography.sql.in.c,
          postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c: #961:
          ST_AsGeoJSON change to use default args
 
-2012-01-01 14:39  robe
+2012-01-01 14:39  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis_drop.sql.in.c: over dropped ST_AsKML protos
+       * [r8639] postgis/postgis_drop.sql.in.c: over dropped ST_AsKML
+         protos
 
-2012-01-01 14:10  robe
+2012-01-01 14:10  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml, postgis/geography.sql.in.c,
+       * [r8638] doc/reference_output.xml, postgis/geography.sql.in.c,
          postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c,
          postgis/postgis_drop_before.sql.in.c: changed name of prec to
          maxdecimaldigits for ST_AsX3D to be consistent with other ST_As*
          functions, change ST_AsKML to use default args
 
-2012-01-01 13:28  robe
+2012-01-01 13:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: fix incorrect arg name in ST_AsGML
+       * [r8637] doc/reference_output.xml: fix incorrect arg name in
+         ST_AsGML
 
-2012-01-01 13:24  robe
+2012-01-01 13:24  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c,
+       * [r8636] postgis/legacy.sql.in.c,
          postgis/legacy_compatibility_layer.sql.in.c,
          postgis/postgis.sql.in.c, postgis/uninstall_legacy.sql.in.c:
          #722: Remove all functions with ST_ equivalents from core
          postgis.sql. Good bye SetSRID
 
-2012-01-01 04:38  robe
+2012-01-01 04:38  Regina Obe <lr@pcorp.us>
 
-       * postgis/geography.sql.in.c, postgis/postgis.sql.in.c: #1423:
-         ST_AsGML regress fixes -- bah revert last change evidentally ''
-         and NULL prefix do not mean the same thing.
+       * [r8635] postgis/geography.sql.in.c, postgis/postgis.sql.in.c:
+         #1423: ST_AsGML regress fixes -- bah revert last change
+         evidentally '' and NULL prefix do not mean the same thing.
 
-2012-01-01 03:41  robe
+2012-01-01 03:41  Regina Obe <lr@pcorp.us>
 
-       * postgis/geography.sql.in.c, postgis/postgis.sql.in.c: #1423
-         revision -- put back the strict but set default prefix to '' AND
-         NULLIF it in the function
+       * [r8634] postgis/geography.sql.in.c, postgis/postgis.sql.in.c:
+         #1423 revision -- put back the strict but set default prefix to
+         '' AND NULLIF it in the function
 
-2012-01-01 03:28  robe
+2012-01-01 03:28  Regina Obe <lr@pcorp.us>
 
-       * postgis/geography.sql.in.c: #1423 -- fix for geography ST_AsGML -
-         take off strictness if we allow null for prefix
+       * [r8633] postgis/geography.sql.in.c: #1423 -- fix for geography
+         ST_AsGML - take off strictness if we allow null for prefix
 
-2012-01-01 03:27  robe
+2012-01-01 03:27  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: #1423: ST_AsGML fix - Can't have strict
-         on funcs that take default args where a default arg defaults to
-         NULL. Really :)
+       * [r8632] postgis/postgis.sql.in.c: #1423: ST_AsGML fix - Can't
+         have strict on funcs that take default args where a default arg
+         defaults to NULL. Really :)
 
-2012-01-01 02:57  robe
+2012-01-01 02:57  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis_drop.sql.in.c: forgot a ST_AsGML drop
+       * [r8631] postgis/postgis_drop.sql.in.c: forgot a ST_AsGML drop
          version,geometry version
 
-2012-01-01 01:40  dustymugs
+2012-01-01 01:40  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h: Added
-         support for attempting to identify the EPSG from a raster's
-         metadata if SRID is not provided with -s. If unable to get
-         geotransform matrix from raster, use generic default of (0, 1, 0,
-         0, 0, -1).
+       * [r8630] raster/loader/raster2pgsql.c,
+         raster/loader/raster2pgsql.h: Added support for attempting to
+         identify the EPSG from a raster's metadata if SRID is not
+         provided with -s. If unable to get geotransform matrix from
+         raster, use generic default of (0, 1, 0, 0, 0, -1).
          
          Associated ticket is #1421
 
-2012-01-01 01:26  robe
+2012-01-01 01:26  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml, postgis/geography.sql.in.c,
+       * [r8629] doc/reference_output.xml, postgis/geography.sql.in.c,
          postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c: #961:
          Change ST_AsGML to use default args
 
-2011-12-31 09:47  strk
+2011-12-31 09:47  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Document new optional arguments to
-         AddNode
+       * [r8628] doc/extras_topology.xml: Document new optional arguments
+         to AddNode
 
-2011-12-31 09:47  strk
+2011-12-31 09:47  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/test/regress/addnode.sql,
+       * [r8627] topology/sql/populate.sql,
+         topology/test/regress/addnode.sql,
          topology/test/regress/addnode_expected: topology.AddNode: add 2
          additional optional arguments to allow splitting edges and
          computing containing_face
 
-2011-12-31 09:47  strk
+2011-12-31 09:47  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql: Add parameter names
+       * [r8626] topology/sql/sqlmm.sql: Add parameter names
 
-2011-12-31 09:47  strk
+2011-12-31 09:47  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/query/getfacebypoint.sql: Use DEBUG level for
-         printing SQL being executed...
+       * [r8625] topology/sql/query/getfacebypoint.sql: Use DEBUG level
+         for printing SQL being executed...
 
-2011-12-31 04:45  robe
+2011-12-31 04:45  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/Makefile, extensions/postgis/postgis.control,
+       * [r8624] extensions/postgis/Makefile,
+         extensions/postgis/postgis.control,
          extensions/postgis_topology/Makefile,
          extensions/postgis_topology/postgis_topology.control: bump up
          release numbers
 
-2011-12-31 04:36  robe
+2011-12-31 04:36  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: forgot altitude arg for hillshade
+       * [r8623] doc/reference_raster.xml: forgot altitude arg for
+         hillshade
 
-2011-12-30 15:52  robe
+2011-12-30 15:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml, postgis/postgis.sql.in.c: quickly
-         change the options name arg to agree with ST_AsGML docs
+       * [r8622] doc/reference_output.xml, postgis/postgis.sql.in.c:
+         quickly change the options name arg to agree with ST_AsGML docs
 
-2011-12-30 15:43  robe
+2011-12-30 15:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml, postgis/postgis.sql.in.c,
+       * [r8621] doc/reference_output.xml, postgis/postgis.sql.in.c,
          postgis/postgis_drop.sql.in.c: #1415 -- beginning support for
          options -- expose the currently useless opts flag
 
-2011-12-30 13:23  pramsey
+2011-12-30 13:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/sqlmm.sql.in.c, postgis/uninstall_sqlmm.sql.in.c: Stub in
-         ST_LocateAlong and ST_LocateBetween for implementation before 2.0
+       * [r8620] postgis/sqlmm.sql.in.c, postgis/uninstall_sqlmm.sql.in.c:
+         Stub in ST_LocateAlong and ST_LocateBetween for implementation
+         before 2.0
 
-2011-12-30 09:24  robe
+2011-12-30 09:24  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: put in default values for ST_AsSVG
-         geography
+       * [r8619] doc/reference_output.xml: put in default values for
+         ST_AsSVG geography
 
-2011-12-30 09:06  robe
+2011-12-30 09:06  Regina Obe <lr@pcorp.us>
 
-       * postgis/geography.sql.in.c: change ST_AsSVG(text) to explicilty
-         list all args otherwise upgrade script fails -- since old
-         signature exists causing ambiguous conflict during install.
+       * [r8618] postgis/geography.sql.in.c: change ST_AsSVG(text) to
+         explicilty list all args otherwise upgrade script fails -- since
+         old signature exists causing ambiguous conflict during install.
 
-2011-12-30 08:48  robe
+2011-12-30 08:48  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml, doc/reference_raster.xml,
+       * [r8617] doc/reference_output.xml, doc/reference_raster.xml,
          postgis/geography.sql.in.c, postgis/postgis.sql.in.c,
          postgis/postgis_drop.sql.in.c: change ST_AsSVG to use default
          args and support named args. Also correct misstatement in
          geography code as to the ordering of args thought that ordering
          makes more logical sense to me (it ain't the way it is)
 
-2011-12-29 21:00  pramsey
+2011-12-29 21:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/run_test: Conditionally drop loader test tables (requires
-         PostgreSQL >= 8.2 to support IF EXISTS syntax)
+       * [r8616] regress/run_test: Conditionally drop loader test tables
+         (requires PostgreSQL >= 8.2 to support IF EXISTS syntax)
 
-2011-12-29 20:32  pramsey
+2011-12-29 20:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.h, postgis/geography_inout.c,
+       * [r8615] postgis/geography.h, postgis/geography_inout.c,
          postgis/gserialized_typmod.c, postgis/lwgeom_inout.c: Fix
          postgis_valid_typmod to use gserialized* as an input instead of
          lwgeom* to get past in/out memory management issues (#1413)
 
-2011-12-29 18:13  strk
+2011-12-29 18:13  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/createtopogeom.sql,
+       * [r8614] topology/test/regress/createtopogeom.sql,
          topology/test/regress/createtopogeom_expected,
          topology/topology.sql.in.c: Retain type of TopoGeometry objects
          defined by NO element (#1017)
          Includes regression tests for conversion of typed empty objects
          from simple to topological model.
 
-2011-12-29 18:01  strk
+2011-12-29 18:01  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/topology.sql.in.c: Consider
-         TopoElements of type 0 as empty, allow CreateTopoGeom calls w/out
-         a TopoElementArray to construct empties (#1017)
+       * [r8613] doc/extras_topology.xml, topology/topology.sql.in.c:
+         Consider TopoElements of type 0 as empty, allow CreateTopoGeom
+         calls w/out a TopoElementArray to construct empties (#1017)
 
-2011-12-29 11:18  strk
+2011-12-29 11:18  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/createtopogeom.sql,
+       * [r8612] topology/test/regress/createtopogeom.sql,
          topology/test/regress/createtopogeom_expected: Test more
          TopoGeometry creation
 
-2011-12-29 10:52  strk
+2011-12-29 10:52  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/createtopogeom.sql,
+       * [r8611] topology/test/regress/createtopogeom.sql,
          topology/test/regress/createtopogeom_expected,
          topology/topology.sql.in.c: CreateTopoGeom: tweak error message
          on out-of-range TopoGeometry type
 
-2011-12-29 10:44  strk
+2011-12-29 10:44  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Complete parameter names
+       * [r8610] topology/topology.sql.in.c: Complete parameter names
 
-2011-12-29 07:40  strk
+2011-12-29 07:40  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql: Typos and argument names
+       * [r8609] topology/sql/populate.sql: Typos and argument names
 
-2011-12-29 07:39  strk
+2011-12-29 07:39  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Honour verbosity for database initialization
-         errors
+       * [r8608] regress/run_test: Honour verbosity for database
+         initialization errors
 
-2011-12-29 07:04  strk
+2011-12-29 07:04  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/predicates.sql: Tabs to spaces, a few TODO items...
+       * [r8607] topology/sql/predicates.sql: Tabs to spaces, a few TODO
+         items...
 
-2011-12-29 07:04  strk
+2011-12-29 07:04  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in, topology/sql/predicates.sql,
+       * [r8606] topology/Makefile.in, topology/sql/predicates.sql,
          topology/topology.sql.in.c: Put overridden (for topology) spatial
          predicates in their own file
 
-2011-12-29 06:48  strk
+2011-12-29 06:48  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/topogeometry/totopogeom.sql,
+       * [r8605] topology/sql/topogeometry/totopogeom.sql,
          topology/test/regress/totopogeom.sql,
          topology/test/regress/totopogeom_expected: topology.toTopoGeom:
          add type compatibility checks (#1017)
 
-2011-12-29 06:05  strk
+2011-12-29 06:05  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: Add geometry parameter names to
+       * [r8604] postgis/postgis.sql.in.c: Add geometry parameter names to
          functions
 
-2011-12-28 16:51  dustymugs
+2011-12-28 16:51  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Removed STRICT from various
-         ST_Intersects functions and changed the costs of calling
+       * [r8603] raster/rt_pg/rtpostgis.sql.in.c: Removed STRICT from
+         various ST_Intersects functions and changed the costs of calling
          ST_Intersects to 1000. Related ticket is #1410.
 
-2011-12-28 15:45  dustymugs
+2011-12-28 15:45  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Force initialization of output GDAL
-         raster from rt_raster_gdal_warp to band's NODATA value. Also,
-         spelling correction.
+       * [r8602] raster/rt_core/rt_api.c: Force initialization of output
+         GDAL raster from rt_raster_gdal_warp to band's NODATA value.
+         Also, spelling correction.
 
-2011-12-28 14:07  robe
+2011-12-28 14:07  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: I have difficulty with simple math
+       * [r8601] doc/using_raster_dataman.xml: I have difficulty with
+         simple math
 
-2011-12-28 13:59  robe
+2011-12-28 13:59  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: more description of over view
+       * [r8600] doc/using_raster_dataman.xml: more description of over
+         view
 
-2011-12-28 11:01  strk
+2011-12-28 11:01  Sandro Santilli <strk@keybit.net>
 
-       * raster/rt_pg/Makefile.in: Drop spurious white spaces. Should fix
-         #1409. Thanks Peter Clark.
+       * [r8599] raster/rt_pg/Makefile.in: Drop spurious white spaces.
+         Should fix #1409. Thanks Peter Clark.
 
-2011-12-28 02:19  dustymugs
+2011-12-28 02:19  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c, raster/rt_pg/rtpostgis.sql.in.c:
-         Correct output of INSERT statements for overviews in
-         raster2pgsql.c. Associated ticket is #1404. Aslo minor code
-         formatting and additional code checks in rtpostgis.sql.in.c
+       * [r8598] raster/loader/raster2pgsql.c,
+         raster/rt_pg/rtpostgis.sql.in.c: Correct output of INSERT
+         statements for overviews in raster2pgsql.c. Associated ticket is
+         #1404. Aslo minor code formatting and additional code checks in
+         rtpostgis.sql.in.c
 
-2011-12-27 16:37  robe
+2011-12-27 16:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: oops missing tag -- removed other copy
-         paste mistakes
+       * [r8597] doc/reference_raster.xml: oops missing tag -- removed
+         other copy paste mistakes
 
-2011-12-27 16:33  robe
+2011-12-27 16:33  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: document ST_HillShade (still need to
-         put in examples)
+       * [r8596] doc/reference_raster.xml: document ST_HillShade (still
+         need to put in examples)
 
-2011-12-27 15:31  robe
+2011-12-27 15:31  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: norm is right - powers of 2 are
-         better especially since my file tiles are in powers of 2 so don't
-         get scrap tiles
+       * [r8595] doc/using_raster_dataman.xml: norm is right - powers of 2
+         are better especially since my file tiles are in powers of 2 so
+         don't get scrap tiles
 
-2011-12-27 06:32  robe
+2011-12-27 06:32  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: link to npgsql download site.
+       * [r8594] doc/using_raster_dataman.xml: link to npgsql download
+         site.
 
-2011-12-27 06:27  robe
+2011-12-27 06:27  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: fix typo and provide link to java
-         jdbc download site
+       * [r8593] doc/using_raster_dataman.xml: fix typo and provide link
+         to java jdbc download site
 
-2011-12-27 06:04  robe
+2011-12-27 06:04  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: link to raster applications section
-         that demonstrates how to use these functions in an application
+       * [r8592] doc/reference_raster.xml: link to raster applications
+         section that demonstrates how to use these functions in an
+         application
 
-2011-12-27 06:01  robe
+2011-12-27 06:01  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: replace java example with a simpler
-         more useful one
+       * [r8591] doc/using_raster_dataman.xml: replace java example with a
+         simpler more useful one
 
-2011-12-27 05:29  robe
+2011-12-27 05:29  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: provide a java console app example
+       * [r8590] doc/using_raster_dataman.xml: provide a java console app
+         example
 
-2011-12-26 22:22  robe
+2011-12-26 22:22  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: more description
+       * [r8589] doc/using_raster_dataman.xml: more description
 
-2011-12-26 22:10  robe
+2011-12-26 22:10  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: c# example using ST_AsPNG
+       * [r8588] doc/using_raster_dataman.xml: c# example using ST_AsPNG
 
-2011-12-26 20:31  robe
+2011-12-26 20:31  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: more cleanup
+       * [r8587] doc/using_raster_dataman.xml: more cleanup
 
-2011-12-26 20:24  robe
+2011-12-26 20:24  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: use docbook paragraph tags
+       * [r8586] doc/using_raster_dataman.xml: use docbook paragraph tags
 
-2011-12-26 20:21  robe
+2011-12-26 20:21  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: some other minor cleanup
+       * [r8585] doc/using_raster_dataman.xml: some other minor cleanup
 
-2011-12-26 20:20  robe
+2011-12-26 20:20  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: wrap php code in cdata tags
+       * [r8584] doc/using_raster_dataman.xml: wrap php code in cdata tags
 
-2011-12-26 20:10  robe
+2011-12-26 20:10  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: Add php example using postgis
-         raster
+       * [r8583] doc/using_raster_dataman.xml: Add php example using
+         postgis raster
 
-2011-12-26 17:43  robe
+2011-12-26 17:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: correct comment
+       * [r8582] doc/reference_raster.xml: correct comment
 
-2011-12-26 17:38  robe
+2011-12-26 17:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: minor formatting cleanup
+       * [r8581] doc/reference_raster.xml: minor formatting cleanup
 
-2011-12-26 17:37  robe
+2011-12-26 17:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix typo in image names
+       * [r8580] doc/reference_raster.xml: fix typo in image names
 
-2011-12-26 11:04  robe
+2011-12-26 11:04  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/st_resample01.png,
+       * [r8579] doc/html/images/st_resample01.png,
          doc/html/images/st_resample02.png, doc/reference_raster.xml:
          example of resample
 
-2011-12-26 10:31  robe
+2011-12-26 10:31  Regina Obe <lr@pcorp.us>
 
-       * raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: fix typo in cast
-         check expression. Should be checking for box3d existence not
-         box2d
+       * [r8578] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: fix typo
+         in cast check expression. Should be checking for box3d existence
+         not box2d
 
-2011-12-26 09:32  robe
+2011-12-26 09:32  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/Makefile, extensions/postgis/postgis.control,
+       * [r8577] extensions/postgis/Makefile,
+         extensions/postgis/postgis.control,
          extensions/postgis_topology/Makefile,
          extensions/postgis_topology/postgis_topology.control: bump up
          version numbers
 
-2011-12-25 10:56  strk
+2011-12-25 10:56  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in, topology/sql/topogeometry/totopogeom.sql,
-         topology/test/Makefile, topology/test/regress/totopogeom.sql,
+       * [r8576] topology/Makefile.in,
+         topology/sql/topogeometry/totopogeom.sql, topology/test/Makefile,
+         topology/test/regress/totopogeom.sql,
          topology/test/regress/totopogeom_expected,
          topology/topology.sql.in.c: Stub toTopoGeom function and testcase
          (#1017)
 
-2011-12-25 10:56  strk
+2011-12-25 10:56  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in: Add missing dependencies of topology.sql
-         (includes)
+       * [r8575] topology/Makefile.in: Add missing dependencies of
+         topology.sql (includes)
 
-2011-12-24 22:27  robe
+2011-12-24 22:27  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: another minor typo
+       * [r8574] doc/reference_raster.xml: another minor typo
 
-2011-12-24 22:10  robe
+2011-12-24 22:10  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix typo in column numbers
+       * [r8573] doc/reference_raster.xml: fix typo in column numbers
 
-2011-12-24 21:39  robe
+2011-12-24 21:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: minor formatting change
+       * [r8572] doc/reference_raster.xml: minor formatting change
 
-2011-12-24 21:07  robe
+2011-12-24 21:07  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/rt_st_transform03.png, doc/reference_raster.xml:
-         fix formatting of ST_Transform example and add another sub
-         example demonstrating using different algorithm
+       * [r8571] doc/html/images/rt_st_transform03.png,
+         doc/reference_raster.xml: fix formatting of ST_Transform example
+         and add another sub example demonstrating using different
+         algorithm
 
-2011-12-24 20:18  robe
+2011-12-24 20:18  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/rt_st_transform01.png,
+       * [r8570] doc/html/images/rt_st_transform01.png,
          doc/html/images/rt_st_transform02.png, doc/reference_raster.xml:
          example for raster transform
 
-2011-12-24 18:40  robe
+2011-12-24 18:40  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: change docs to use unix style
-         slashes which work correctly on both Unix and windows.
+       * [r8569] doc/using_raster_dataman.xml: change docs to use unix
+         style slashes which work correctly on both Unix and windows.
 
-2011-12-24 16:42  dustymugs
+2011-12-24 16:42  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c: If generating overviews and -F is
-         set, overview tables will have "filename" column.
+       * [r8568] raster/loader/raster2pgsql.c: If generating overviews and
+         -F is set, overview tables will have "filename" column.
 
-2011-12-24 15:52  dustymugs
+2011-12-24 15:52  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c: Testing the wrong variable when
-         checking if two rasters is different.
+       * [r8567] raster/loader/raster2pgsql.c: Testing the wrong variable
+         when checking if two rasters is different.
 
-2011-12-24 11:41  strk
+2011-12-24 11:41  Sandro Santilli <strk@keybit.net>
 
-       * raster/rt_pg/Makefile.in: Encode dependency of objects and
-         scripts on configuration
+       * [r8566] raster/rt_pg/Makefile.in: Encode dependency of objects
+         and scripts on configuration
 
-2011-12-24 11:22  strk
+2011-12-24 11:22  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: Ignore generated uninstall_rtpostgis.sql
+       * [r8565] .gitignore: Ignore generated uninstall_rtpostgis.sql
 
-2011-12-24 11:22  strk
+2011-12-24 11:22  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/droptopology.sql: Drop created tables after
-         run
+       * [r8564] topology/test/regress/droptopology.sql: Drop created
+         tables after run
 
-2011-12-24 11:22  strk
+2011-12-24 11:22  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/topo2.5d.sql: Cleanup created tables after
-         run
+       * [r8563] topology/test/regress/topo2.5d.sql: Cleanup created
+         tables after run
 
-2011-12-24 11:21  strk
+2011-12-24 11:21  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/gml.sql: drop created table after run
+       * [r8562] topology/test/regress/gml.sql: drop created table after
+         run
 
-2011-12-24 11:21  strk
+2011-12-24 11:21  Sandro Santilli <strk@keybit.net>
 
-       * utils/create_undef.pl: Add support for dropping DOMAINs in
-         create_undef.pl (#1407)
+       * [r8561] utils/create_undef.pl: Add support for dropping DOMAINs
+         in create_undef.pl (#1407)
 
-2011-12-24 11:21  strk
+2011-12-24 11:21  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Enable uninstall_topology.sql testing
+       * [r8560] regress/run_test: Enable uninstall_topology.sql testing
 
-2011-12-24 11:21  strk
+2011-12-24 11:21  Sandro Santilli <strk@keybit.net>
 
-       * utils/create_undef.pl: Allow fully-qualified basetype name for
-         aggregates
+       * [r8559] utils/create_undef.pl: Allow fully-qualified basetype
+         name for aggregates
 
-2011-12-24 11:21  strk
+2011-12-24 11:21  Sandro Santilli <strk@keybit.net>
 
-       * utils/create_undef.pl: Drop tables in reverse order, reducing
-         probability of fkey troubles
+       * [r8558] utils/create_undef.pl: Drop tables in reverse order,
+         reducing probability of fkey troubles
 
-2011-12-24 10:42  strk
+2011-12-24 10:42  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/Makefile.in, regress/Makefile.in,
+       * [r8557] raster/test/regress/Makefile.in, regress/Makefile.in,
          topology/test/Makefile: run_test doesn't need USE_VERSION anymore
 
-2011-12-24 10:42  strk
+2011-12-24 10:42  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore, topology/Makefile.in: Generate uninstall_topology.sql
+       * [r8556] .gitignore, topology/Makefile.in: Generate
+         uninstall_topology.sql
 
-2011-12-24 10:34  strk
+2011-12-24 10:34  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Stop using USE_VERSION, assume pgsql is always
-         > 7.4.
+       * [r8555] regress/run_test: Stop using USE_VERSION, assume pgsql is
+         always > 7.4.
          
          Hopefully fixes #819
 
-2011-12-24 10:34  strk
+2011-12-24 10:34  Sandro Santilli <strk@keybit.net>
 
-       * utils/create_undef.pl: Add support for objects schema definition
-         in create_undef.pl
+       * [r8554] utils/create_undef.pl: Add support for objects schema
+         definition in create_undef.pl
 
-2011-12-24 09:59  strk
+2011-12-24 09:59  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/rt_intersection.sql: Drop created function
-         after run
+       * [r8553] raster/test/regress/rt_intersection.sql: Drop created
+         function after run
 
-2011-12-24 09:59  strk
+2011-12-24 09:59  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/Makefile.in,
+       * [r8552] raster/test/regress/Makefile.in,
          raster/test/regress/drop_rt_mapalgebra_test.sql,
          raster/test/regress/drop_rt_mapalgebra_test_expected,
          raster/test/regress/drop_rt_mapalgebrafctngb_test.sql,
          raster/test/regress/drop_rt_mapalgebrafctngb_test_expected:
          Ensure mapalgebra test functions are dropped
 
-2011-12-24 09:59  strk
+2011-12-24 09:59  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/Makefile.in,
+       * [r8551] raster/test/regress/Makefile.in,
          raster/test/regress/create_rt_utility_test_expected,
          raster/test/regress/rt_utility.sql: Don't load rt_utility_test
          data creator as test
 
-2011-12-24 09:58  strk
+2011-12-24 09:58  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/Makefile.in,
+       * [r8550] raster/test/regress/Makefile.in,
          raster/test/regress/drop_rt_empty_raster_test.sql,
          raster/test/regress/drop_rt_empty_raster_test_expected: Add
          rt_empty_raster dropper script
 
-2011-12-24 09:58  strk
+2011-12-24 09:58  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/Makefile.in,
+       * [r8549] raster/test/regress/Makefile.in,
          raster/test/regress/drop_rt_properties_test.sql,
          raster/test/regress/drop_rt_properties_test_expected: Add
          rt_properties_test dropper script
 
-2011-12-24 09:58  strk
+2011-12-24 09:58  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/Makefile.in, raster/test/regress/box3d.sql,
+       * [r8548] raster/test/regress/Makefile.in,
+         raster/test/regress/box3d.sql,
          raster/test/regress/create_box3d_test.sql,
          raster/test/regress/create_box3d_test_expected,
          raster/test/regress/create_rt_bytea_test.sql,
          raster/test/regress/rt_bytea.sql: Move single-test data tables
          within the testfiles, cleanup after run
 
-2011-12-24 09:58  strk
+2011-12-24 09:58  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/rt_io.sql: Cleanup after run
+       * [r8547] raster/test/regress/rt_io.sql: Cleanup after run
 
-2011-12-24 09:58  strk
+2011-12-24 09:58  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/Makefile.in,
+       * [r8546] raster/test/regress/Makefile.in,
          raster/test/regress/drop_rt_band_properties_test.sql,
          raster/test/regress/drop_rt_band_properties_test_expected: Add a
          drop_rt_band_properties_test script for cleanup purposes
 
-2011-12-24 09:58  strk
+2011-12-24 09:58  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/rt_spatial_relationship.sql: cleanup data
-         tables
+       * [r8545] raster/test/regress/rt_spatial_relationship.sql: cleanup
+         data tables
 
-2011-12-24 09:58  strk
+2011-12-24 09:58  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/Makefile.in,
+       * [r8544] raster/test/regress/Makefile.in,
          raster/test/regress/drop_rt_gist_test.sql,
          raster/test/regress/drop_rt_gist_test_expected: Add a
          drop_rt_gist_test.sql file for cleanup purposes (#301)
 
-2011-12-24 09:58  strk
+2011-12-24 09:58  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/bug_test_car5.sql: Cleanup created objects
+       * [r8543] raster/test/regress/bug_test_car5.sql: Cleanup created
+         objects
 
-2011-12-24 09:57  strk
+2011-12-24 09:57  Sandro Santilli <strk@keybit.net>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Avoid function calls in DEFAULT
-         specifications for unknown SRID
+       * [r8542] raster/rt_pg/rtpostgis.sql.in.c: Avoid function calls in
+         DEFAULT specifications for unknown SRID
          
          Matches what postgis.sql does as well.
          Fixes generation of uninstall script for raster (#301)
 
-2011-12-24 09:57  strk
+2011-12-24 09:57  Sandro Santilli <strk@keybit.net>
 
-       * utils/create_undef.pl: Enhance DEFAULT specification stripper
+       * [r8541] utils/create_undef.pl: Enhance DEFAULT specification
+         stripper
 
-2011-12-24 09:57  strk
+2011-12-24 09:57  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Run uninstall test for raster, when enabled
+       * [r8540] regress/run_test: Run uninstall test for raster, when
+         enabled
 
-2011-12-24 09:56  strk
+2011-12-24 09:56  Sandro Santilli <strk@keybit.net>
 
-       * raster/rt_pg/Makefile.in: Generate uninstall_rtpostgis.sql (#301)
+       * [r8539] raster/rt_pg/Makefile.in: Generate
+         uninstall_rtpostgis.sql (#301)
 
-2011-12-24 02:51  dustymugs
+2011-12-24 02:51  Bborie Park <bkpark at ucdavis.edu>
 
-       * utils/uninstall_script: Additional work to remove DROP FUNCTION
-         statements depending upon prior DROP TYPE ... CASCADE statements
-         that generate ERRORs
+       * [r8538] utils/uninstall_script: Additional work to remove DROP
+         FUNCTION statements depending upon prior DROP TYPE ... CASCADE
+         statements that generate ERRORs
 
-2011-12-24 01:14  dustymugs
+2011-12-24 01:14  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r8537] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c: Instead of using spatial reference text in
          WKT format, use PROJ.4 format when possible. This does mean that
          in situations that require WKT format, rt_raster_gdal_sr must be
          called to convert from one format to the other.
 
-2011-12-24 01:08  dustymugs
+2011-12-24 01:08  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Fix issue with RASTER_sameAlignment where
-         the deserializing of the raster is not being limited to just the
-         header.
+       * [r8536] raster/rt_pg/rt_pg.c: Fix issue with RASTER_sameAlignment
+         where the deserializing of the raster is not being limited to
+         just the header.
 
-2011-12-23 17:33  strk
+2011-12-23 17:33  Sandro Santilli <strk@keybit.net>
 
-       * utils/create_undef.pl: support multiline function signatures at
-         the parsing stage too...
+       * [r8535] utils/create_undef.pl: support multiline function
+         signatures at the parsing stage too...
 
-2011-12-23 17:30  strk
+2011-12-23 17:30  Sandro Santilli <strk@keybit.net>
 
-       * utils/create_undef.pl: Add support for multiline function
+       * [r8534] utils/create_undef.pl: Add support for multiline function
          signatures
 
-2011-12-23 17:01  dustymugs
+2011-12-23 17:01  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c: Overview constraints should always
-         be added regardless of whether or not the user requests raster
-         constraints.
+       * [r8533] raster/loader/raster2pgsql.c: Overview constraints should
+         always be added regardless of whether or not the user requests
+         raster constraints.
 
-2011-12-23 16:49  strk
+2011-12-23 16:49  Sandro Santilli <strk@keybit.net>
 
-       * utils/create_undef.pl: Write header in the files generated by
-         create_undef.pl
+       * [r8532] utils/create_undef.pl: Write header in the files
+         generated by create_undef.pl
          
          Header includes license, creation timestamp and input filename
 
-2011-12-23 16:49  strk
+2011-12-23 16:49  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore, postgis/Makefile.in,
+       * [r8531] .gitignore, postgis/Makefile.in,
          postgis/uninstall_postgis.sql.in.c: Simplify
          uninstall_postgis.sql rule, drop the manual edited version
 
-2011-12-23 16:39  dustymugs
+2011-12-23 16:39  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c: Fixed erroneous addition of
+       * [r8530] raster/loader/raster2pgsql.c: Fixed erroneous addition of
          filename to overviews when the flags -l -F -Y are combined.
 
-2011-12-23 16:22  dustymugs
+2011-12-23 16:22  Bborie Park <bkpark at ucdavis.edu>
 
-       * utils/uninstall_script: Fixed for better path handling
+       * [r8529] utils/uninstall_script: Fixed for better path handling
 
-2011-12-23 16:18  robe
+2011-12-23 16:18  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: put in sections for postgis extensions.
-         Probably will need some cleanup.
+       * [r8528] doc/installation.xml: put in sections for postgis
+         extensions. Probably will need some cleanup.
 
-2011-12-23 16:14  strk
+2011-12-23 16:14  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: Ignore generated comment files
+       * [r8527] .gitignore: Ignore generated comment files
 
-2011-12-23 16:14  strk
+2011-12-23 16:14  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: Ignore generated raster files
+       * [r8526] .gitignore: Ignore generated raster files
 
-2011-12-23 16:14  strk
+2011-12-23 16:14  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in: Let create_undef.pl generate
+       * [r8525] postgis/Makefile.in: Let create_undef.pl generate
          uninstall_postgis.sql
 
-2011-12-23 16:14  strk
+2011-12-23 16:14  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Cleanup after loader test runs, fixing
+       * [r8524] regress/run_test: Cleanup after loader test runs, fixing
          uninstall testing
 
-2011-12-23 16:14  strk
+2011-12-23 16:14  Sandro Santilli <strk@keybit.net>
 
-       * regress/clean.sql, regress/sql-mm-serialize.sql: Drop objects
-         created by the tests
+       * [r8523] regress/clean.sql, regress/sql-mm-serialize.sql: Drop
+         objects created by the tests
 
-2011-12-23 16:14  strk
+2011-12-23 16:14  Sandro Santilli <strk@keybit.net>
 
-       * utils/create_undef.pl: Fix create_undef.pl script to generate
-         correct uninstall script
+       * [r8522] utils/create_undef.pl: Fix create_undef.pl script to
+         generate correct uninstall script
 
-2011-12-23 16:04  dustymugs
+2011-12-23 16:04  Bborie Park <bkpark at ucdavis.edu>
 
-       * utils/uninstall_script: Added uninstall_script to facilitate
-         generation of uninstall_postgis.sql and uninstall_rtpostgis.sql.
-         It could still use additional validation and cleaning up of the
-         output uninstall sql files.
+       * [r8521] utils/uninstall_script: Added uninstall_script to
+         facilitate generation of uninstall_postgis.sql and
+         uninstall_rtpostgis.sql. It could still use additional validation
+         and cleaning up of the output uninstall sql files.
 
-2011-12-23 13:20  robe
+2011-12-23 13:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: minor code change to make example a bit
-         shorter
+       * [r8520] doc/reference_raster.xml: minor code change to make
+         example a bit shorter
 
-2011-12-23 13:06  robe
+2011-12-23 13:06  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix some erroneous statements about
-         ST_Clip and provide example demonstrating trimraster argument
-         effect
+       * [r8519] doc/reference_raster.xml: fix some erroneous statements
+         about ST_Clip and provide example demonstrating trimraster
+         argument effect
 
-2011-12-23 08:53  robe
+2011-12-23 08:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix unbalanced tag
+       * [r8518] doc/reference_raster.xml: fix unbalanced tag
 
-2011-12-23 08:38  robe
+2011-12-23 08:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: some cosmetic cleanup
+       * [r8517] doc/reference_raster.xml: some cosmetic cleanup
 
-2011-12-23 08:35  robe
+2011-12-23 08:35  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/st_clip01.png, doc/html/images/st_clip02.png,
-         doc/html/images/st_clip03.png, doc/reference_raster.xml: example
-         of st_clip with pictures
+       * [r8516] doc/html/images/st_clip01.png,
+         doc/html/images/st_clip02.png, doc/html/images/st_clip03.png,
+         doc/reference_raster.xml: example of st_clip with pictures
 
-2011-12-23 07:58  robe
+2011-12-23 07:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: start documenting ST_Clip
+       * [r8515] doc/reference_raster.xml: start documenting ST_Clip
 
-2011-12-22 19:09  robe
+2011-12-22 19:09  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fill in missing protos for
+       * [r8514] doc/reference_raster.xml: fill in missing protos for
          droprasterconstraints / addrasterconstraints
 
-2011-12-22 13:24  robe
+2011-12-22 13:24  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: make title a little shorter
+       * [r8513] doc/using_raster_dataman.xml: make title a little shorter
 
-2011-12-22 13:23  robe
+2011-12-22 13:23  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_app.xml, doc/using_raster_dataman.xml: changing
-         titles -- raster data man I'm eventually going to throw in
-         mapserver, .net, jdbc examples cause I'm too lazy to create a
+       * [r8512] doc/using_postgis_app.xml, doc/using_raster_dataman.xml:
+         changing titles -- raster data man I'm eventually going to throw
+         in mapserver, .net, jdbc examples cause I'm too lazy to create a
          separate chapter. The postgis app section is really specific to
          postgis geometry since it doesn't talk about raster or geography
          at all.
 
-2011-12-22 13:18  robe
+2011-12-22 13:18  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: minor error in statement
+       * [r8511] doc/using_raster_dataman.xml: minor error in statement
 
-2011-12-22 11:20  strk
+2011-12-22 11:20  Sandro Santilli <strk@keybit.net>
 
-       * postgis/uninstall_geography.sql.in.c,
+       * [r8510] postgis/uninstall_geography.sql.in.c,
          postgis/uninstall_postgis.sql.in.c: Drop operator families, not
          classes (#543)
 
-2011-12-22 11:20  strk
+2011-12-22 11:20  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in: Encode dependency of uninstall_postgis.sql
-         on included files
+       * [r8509] postgis/Makefile.in: Encode dependency of
+         uninstall_postgis.sql on included files
 
-2011-12-22 11:20  strk
+2011-12-22 11:20  Sandro Santilli <strk@keybit.net>
 
-       * postgis/uninstall_postgis.sql.in.c: Add more uninstall objects
-         found by uninstall test (#1397)
+       * [r8508] postgis/uninstall_postgis.sql.in.c: Add more uninstall
+         objects found by uninstall test (#1397)
 
-2011-12-22 11:19  strk
+2011-12-22 11:19  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Count objects in the _regress_ database, not
-         elsewhere (#1397)
+       * [r8507] regress/run_test: Count objects in the _regress_
+         database, not elsewhere (#1397)
 
-2011-12-22 10:21  strk
+2011-12-22 10:21  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Fix testing of uninstall script count [#1397]
+       * [r8506] regress/run_test: Fix testing of uninstall script count
+         [#1397]
          
          This commit also adds new utility functions and skips testing
          uninstall when raster or topology are enabled.
 
-2011-12-22 10:21  strk
+2011-12-22 10:21  Sandro Santilli <strk@keybit.net>
 
-       * postgis/uninstall_postgis.sql.in.c: Fix uninstall script [#1153]
+       * [r8505] postgis/uninstall_postgis.sql.in.c: Fix uninstall script
+         [#1153]
 
-2011-12-22 10:21  strk
+2011-12-22 10:21  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c:
+       * [r8504] postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c:
          Deprecate Polygonize and Collect aggregates [#1400]
 
-2011-12-22 10:21  strk
+2011-12-22 10:21  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in: Encode dependency of postgis.sql from
-         included scripts
+       * [r8503] postgis/Makefile.in: Encode dependency of postgis.sql
+         from included scripts
 
-2011-12-22 10:21  strk
+2011-12-22 10:21  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in: Encode dependency of postgis objects on
-         postgis_config.h
+       * [r8502] postgis/Makefile.in: Encode dependency of postgis objects
+         on postgis_config.h
          
          Fixes ./configure && make check after switching between different
          PostgreSQL versions.
 
-2011-12-22 10:21  strk
+2011-12-22 10:21  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Add testing for uninstall_postgis.sql [#1397]
+       * [r8501] regress/run_test: Add testing for uninstall_postgis.sql
+         [#1397]
          
          The uninstall currently fails due to #1153
 
-2011-12-22 08:23  strk
+2011-12-22 08:23  Sandro Santilli <strk@keybit.net>
 
-       * regress/tickets.sql, regress/tickets_expected: Don't depend on
-         bytea representation for unrelated tests.
+       * [r8500] regress/tickets.sql, regress/tickets_expected: Don't
+         depend on bytea representation for unrelated tests.
          
          Fix testing against PostgreSQL 9.0+.
 
-2011-12-22 08:01  strk
+2011-12-22 08:01  Sandro Santilli <strk@keybit.net>
 
-       * postgis/gserialized_gist_2d.c: Replace INFINITY with MAXFLOAT.
-         Should fix Solaris build [#1396]
+       * [r8499] postgis/gserialized_gist_2d.c: Replace INFINITY with
+         MAXFLOAT. Should fix Solaris build [#1396]
          
          I don't think it makes a difference as those functions are not
          documented about the exceptional return, and no regression test
          fails with the change.
 
-2011-12-22 05:48  pramsey
+2011-12-22 05:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geometry_estimate.c: Move SPI_finish to after elog calls.
-         This seems to fix the regression failure in 877, though why is
-         not clear. Is SPI_finish removing a memory context that palloc
-         has allocated things inside? This would explain the odd result
-         (tbl and col variables get emptied upon call to SPI_finish).
+       * [r8498] postgis/geometry_estimate.c: Move SPI_finish to after
+         elog calls. This seems to fix the regression failure in 877,
+         though why is not clear. Is SPI_finish removing a memory context
+         that palloc has allocated things inside? This would explain the
+         odd result (tbl and col variables get emptied upon call to
+         SPI_finish).
 
-2011-12-21 21:49  robe
+2011-12-21 21:49  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: change ST_Reclass example to use less
-         verbose ST_AddBand array syntax
+       * [r8497] doc/reference_raster.xml: change ST_Reclass example to
+         use less verbose ST_AddBand array syntax
 
-2011-12-21 19:07  pramsey
+2011-12-21 19:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
+       * [r8496] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
          postgis/geography.sql.in.c, postgis/geography_measurement.c:
          ST_Azimuth on the spheroid (#1305)
 
-2011-12-21 18:42  pramsey
+2011-12-21 18:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_measure.xml, liblwgeom/liblwgeom.h.in,
+       * [r8495] doc/reference_measure.xml, liblwgeom/liblwgeom.h.in,
          liblwgeom/lwgeodetic.c, postgis/geography.sql.in.c,
          postgis/geography_measurement.c: Add ST_Project(geography,
          distance, azimuth) (#657) to construct a new point given a
          heading and a distance.
 
-2011-12-21 17:16  robe
+2011-12-21 17:16  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: fix typo
+       * [r8494] doc/using_raster_dataman.xml: fix typo
 
-2011-12-21 17:15  strk
+2011-12-21 17:15  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Add missing options in the help string
+       * [r8493] regress/run_test: Add missing options in the help string
 
-2011-12-21 17:09  strk
+2011-12-21 17:09  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in, regress/run_test: Put staged postgis.sql
-         with other staged intsall objects
+       * [r8492] regress/Makefile.in, regress/run_test: Put staged
+         postgis.sql with other staged intsall objects
 
-2011-12-21 16:17  strk
+2011-12-21 16:17  Sandro Santilli <strk@keybit.net>
 
-       * doc/man/shp2pgsql.1: Document the new -s from:to syntax of
-         shp2pgsql [#994]
+       * [r8491] doc/man/shp2pgsql.1: Document the new -s from:to syntax
+         of shp2pgsql [#994]
 
-2011-12-21 14:53  strk
+2011-12-21 14:53  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_inout.c: Add include for lwgeom_typmod_valid
-         define
+       * [r8490] postgis/lwgeom_inout.c: Add include for
+         lwgeom_typmod_valid define
 
-2011-12-21 14:50  strk
+2011-12-21 14:50  Sandro Santilli <strk@keybit.net>
 
-       * raster/rt_pg/Makefile.in: Add top-level and postgis/ dirs in
-         include path for building scripts
+       * [r8489] raster/rt_pg/Makefile.in: Add top-level and postgis/ dirs
+         in include path for building scripts
          
          Fixes an error finding sqldefines.h
 
-2011-12-21 14:37  strk
+2011-12-21 14:37  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom_internal.h, liblwgeom/lwin_wkb.c,
+       * [r8488] liblwgeom/liblwgeom_internal.h, liblwgeom/lwin_wkb.c,
          liblwgeom/lwout_wkb.c, liblwgeom/lwutil.c: Use own implementation
          of endian detection, should fix #1172
 
-2011-12-21 14:16  strk
+2011-12-21 14:16  Sandro Santilli <strk@keybit.net>
 
-       * java/jdbc/src/org/postgis/Geometry.java: Fix repeated modifier
+       * [r8487] java/jdbc/src/org/postgis/Geometry.java: Fix repeated
+         modifier
 
-2011-12-21 14:03  strk
+2011-12-21 14:03  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in, postgis/lwgeom_functions_basic.c,
+       * [r8486] postgis/Makefile.in, postgis/lwgeom_functions_basic.c,
          postgis/postgis_module.c: Put PostgreSQL module related code in a
          new postgis_module.c file
          
          Such functions may be used to deal with GUC (and sample code for
          that is stubbed already). See #1393.
 
-2011-12-21 13:59  robe
+2011-12-21 13:59  Regina Obe <lr@pcorp.us>
 
-       * postgis/uninstall_legacy.sql.in.c: #1257 - drop mem_size
+       * [r8485] postgis/uninstall_legacy.sql.in.c: #1257 - drop mem_size
 
-2011-12-21 13:14  robe
+2011-12-21 13:14  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml: #1345 write this off as an observed
-         regression difference and document the behavior for those like me
-         who will be adversely impacted and confused by application
-         breakage.
+       * [r8484] doc/reference_accessor.xml: #1345 write this off as an
+         observed regression difference and document the behavior for
+         those like me who will be adversely impacted and confused by
+         application breakage.
 
-2011-12-21 13:03  robe
+2011-12-21 13:03  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_lrs.xml: #1242 write this off as a documentation
-         bug. I don't have 1.5.1 anymore to confirm ST_Line_Locate_Point
-         ever worked with multilinestrings and doesn't work on my 1.5.3
-         install
+       * [r8482] doc/reference_lrs.xml: #1242 write this off as a
+         documentation bug. I don't have 1.5.1 anymore to confirm
+         ST_Line_Locate_Point ever worked with multilinestrings and
+         doesn't work on my 1.5.3 install
 
-2011-12-20 19:35  strk
+2011-12-20 19:35  Sandro Santilli <strk@keybit.net>
 
-       * java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java,
+       * [r8481] java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java,
          java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
          java/jdbc/src/org/postgis/Geometry.java,
          java/jdbc/src/org/postgis/PGboxbase.java,
          NOTE: this is untested, as "make" didn't know what to do and so
          neither do I
 
-2011-12-20 18:51  strk
+2011-12-20 18:51  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, regress/tickets.sql,
+       * [r8480] postgis/lwgeom_geos.c, regress/tickets.sql,
          regress/tickets_expected: Different types _can_ be equal, see
          #756
 
-2011-12-20 16:56  robe
+2011-12-20 16:56  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: link to windows supplementary hard upgrade
-         instructions
+       * [r8479] doc/installation.xml: link to windows supplementary hard
+         upgrade instructions
 
-2011-12-20 16:01  strk
+2011-12-20 16:01  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Add comments in current version,
-         including topo and raster [#1390]
+       * [r8478] utils/postgis_restore.pl: Add comments in current
+         version, including topo and raster [#1390]
 
-2011-12-20 15:43  strk
+2011-12-20 15:43  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Add comments from pgis-1.4 [#1390]
+       * [r8477] utils/postgis_restore.pl: Add comments from pgis-1.4
+         [#1390]
          
          Also handle pg_restore errors more cleanly
 
-2011-12-20 15:18  strk
+2011-12-20 15:18  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Add more objects from a 1.5 install,
-         including comments [#1390]
+       * [r8476] utils/postgis_restore.pl: Add more objects from a 1.5
+         install, including comments [#1390]
 
-2011-12-20 03:28  dustymugs
+2011-12-20 03:28  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/Makefile.in, raster/scripts/Makefile.in: Finished
-         support for make target "uninstall".
+       * [r8475] raster/loader/Makefile.in, raster/scripts/Makefile.in:
+         Finished support for make target "uninstall".
 
-2011-12-20 02:58  dustymugs
+2011-12-20 02:58  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/Makefile.in, raster/loader/Makefile.in, raster/rt_pg,
-         raster/rt_pg/.svnignore, raster/rt_pg/Makefile.in,
+       * [r8474] raster/Makefile.in, raster/loader/Makefile.in,
+         raster/rt_pg, raster/rt_pg/.svnignore, raster/rt_pg/Makefile.in,
          raster/scripts/Makefile.in, raster/scripts/python/Makefile.in,
          raster/test/Makefile.in, raster/test/regress/Makefile.in: Correct
          handling of make target "distclean". Next is "uninstall".
 
-2011-12-19 19:21  strk
+2011-12-19 19:21  Sandro Santilli <strk@keybit.net>
 
-       * regress/loader/ReprojectPts.opts,
+       * [r8473] regress/loader/ReprojectPts.opts,
          regress/loader/ReprojectPtsGeog.opts: Update loader tests to use
          the new reprojection switch [#994]
 
-2011-12-19 19:06  strk
+2011-12-19 19:06  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql-cli.c: Drop -r switch, allow requesting
+       * [r8472] loader/shp2pgsql-cli.c: Drop -r switch, allow requesting
          reprojection with -s [#994]
 
-2011-12-19 16:19  strk
+2011-12-19 16:19  Sandro Santilli <strk@keybit.net>
 
-       * doc/html/image_src/generator.c: Make sure input is at least 3
-         characters long (#1146)
+       * [r8471] doc/html/image_src/generator.c: Make sure input is at
+         least 3 characters long (#1146)
 
-2011-12-19 16:19  strk
+2011-12-19 16:19  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Report testing of
+       * [r8470] utils/postgis_restore.pl: Report testing of
          pg-8.4.9/pgis-2.0.0SVN => pg-9.1.2/pgis-2.0.0SVN
 
-2011-12-19 12:27  strk
+2011-12-19 12:27  Sandro Santilli <strk@keybit.net>
 
-       * doc/installation.xml: Document postgis_restore.pl based HARD
-         UPGRADE procedure
+       * [r8469] doc/installation.xml: Document postgis_restore.pl based
+         HARD UPGRADE procedure
          
          Reviews are welcome.
          The new description replaces the old one so the brute force noisy
          is now undocumented. If really needed it may come back in a
          subsection.
 
-2011-12-19 09:07  strk
+2011-12-19 09:07  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Allow keeping rows in spatial_ref_sys
-         at postgis_restore.pl time
+       * [r8468] utils/postgis_restore.pl: Allow keeping rows in
+         spatial_ref_sys at postgis_restore.pl time
          
          After this commit the entries found in spatial_ref_sys at time
          of restore are retained w/out triggering ERROR lines in logfile
          or transaction aborts. Entries in dump with SRID not found in
          existing spatial_ref_sys are inserted.
 
-2011-12-19 08:18  strk
+2011-12-19 08:18  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Fix SRIDs in topology.topology after
-         restore.
+       * [r8467] utils/postgis_restore.pl: Fix SRIDs in topology.topology
+         after restore.
 
-2011-12-19 06:33  robe
+2011-12-19 06:33  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/Makefile, extensions/postgis/postgis.control,
+       * [r8466] extensions/postgis/Makefile,
+         extensions/postgis/postgis.control,
          extensions/postgis_extension_helper.sql,
          extensions/postgis_extension_helper_uninstall.sql,
          extensions/postgis_topology/Makefile,
          numbers. logic to drop raster casts from extension if they are
          present and script asks to drop.
 
-2011-12-19 05:00  robe
+2011-12-19 05:00  Regina Obe <lr@pcorp.us>
 
-       * raster/rt_pg/rtpostgis_drop.sql.in.c: get rid of superfluous drop
-         if exists _drop_st_samealignment
+       * [r8465] raster/rt_pg/rtpostgis_drop.sql.in.c: get rid of
+         superfluous drop if exists _drop_st_samealignment
 
-2011-12-19 04:56  dustymugs
+2011-12-19 04:56  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/regress/check_raster_columns.sql,
+       * [r8464] raster/test/regress/check_raster_columns.sql,
          raster/test/regress/check_raster_columns_expected,
          raster/test/regress/check_raster_overviews.sql,
          raster/test/regress/check_raster_overviews_expected,
          PL/pgSQL notices causing issues due to line # output. Added order
          by to check_raster_overviews to ensure consistent output.
 
-2011-12-19 04:48  robe
+2011-12-19 04:48  Regina Obe <lr@pcorp.us>
 
-       * raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis_drop.sql.in.c,
+       * [r8463] raster/rt_pg/Makefile.in,
+         raster/rt_pg/rtpostgis_drop.sql.in.c,
          raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: revise upgrade
          script to take into consideration change in casts
 
-2011-12-19 04:12  robe
+2011-12-19 04:12  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: replace box2d with box3d in examples
-         and remaining func
+       * [r8462] doc/reference_raster.xml: replace box2d with box3d in
+         examples and remaining func
 
-2011-12-19 03:44  robe
+2011-12-19 03:44  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Clarify topology topoelement example
-         that it is an example of WHAT NOT TO DO
+       * [r8461] doc/extras_topology.xml: Clarify topology topoelement
+         example that it is an example of WHAT NOT TO DO
 
-2011-12-19 03:37  robe
+2011-12-19 03:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: replace references to box2d with box3d
+       * [r8460] doc/reference_raster.xml: replace references to box2d
+         with box3d
 
-2011-12-19 02:18  robe
+2011-12-19 02:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: get rid of remove ST_Intersection
-         signatures and replace with new ones. Add the raster outputting
-         intersection signatures. Still need to put in examples.
+       * [r8459] doc/reference_raster.xml: get rid of remove
+         ST_Intersection signatures and replace with new ones. Add the
+         raster outputting intersection signatures. Still need to put in
+         examples.
 
-2011-12-19 01:59  robe
+2011-12-19 01:59  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_raster.xml, doc/reference_raster.xml,
+       * [r8458] doc/faq_raster.xml, doc/reference_raster.xml,
          doc/using_raster_dataman.xml: update faq for raster to bring it
          more up to line with new loading , QGIS support etc., remove
          box2d and replace with box3d, minor rewording -- people who don't
          know GDAL don't know what a GDAL raster is. Took that word out
          when describing -G since it confuses rather than adding value.
 
-2011-12-19 01:53  dustymugs
+2011-12-19 01:53  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/regress/check_raster_columns.sql,
+       * [r8457] raster/test/regress/check_raster_columns.sql,
          raster/test/regress/check_raster_columns_expected,
          raster/test/regress/check_raster_overviews.sql,
          raster/test/regress/check_raster_overviews_expected: Refactored
          and cleaned up the regressions checks of values in raster_columns
          and raster_overviews views.
 
-2011-12-18 23:02  strk
+2011-12-18 23:02  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Document darkblue test:
+       * [r8456] utils/postgis_restore.pl: Document darkblue test:
          pg-9.1b3/pgis-1.5 to pg-9.1.1/pgis-2.0.0SVN
 
-2011-12-18 22:42  strk
+2011-12-18 22:42  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/check_raster_columns_expected,
+       * [r8455] raster/test/regress/check_raster_columns_expected,
          raster/test/regress/check_raster_overviews_expected: Do not
          expect things to happen in "userland" schema (what is it?)
 
-2011-12-18 18:49  robe
+2011-12-18 18:49  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: put in missing tag
+       * [r8454] doc/using_raster_dataman.xml: put in missing tag
 
-2011-12-18 18:05  robe
+2011-12-18 18:05  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: add in some missing raster2pgsql
-         switches and provide an example of the -G list drivers option.
+       * [r8453] doc/using_raster_dataman.xml: add in some missing
+         raster2pgsql switches and provide an example of the -G list
+         drivers option.
 
-2011-12-18 14:24  strk
+2011-12-18 14:24  Sandro Santilli <strk@keybit.net>
 
-       * regress/tickets_expected: Update after typo fix for
+       * [r8452] regress/tickets_expected: Update after typo fix for
          AddGeometryColumn error message
 
-2011-12-18 14:22  strk
+2011-12-18 14:22  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_box3d.c, regress/tickets.sql,
+       * [r8451] postgis/lwgeom_box3d.c, regress/tickets.sql,
          regress/tickets_expected: Fix st_extent on empty relation (#1385)
 
-2011-12-17 21:00  strk
+2011-12-17 21:00  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: AddGeometryColumns => AddGeometryColumn
+       * [r8450] postgis/postgis.sql.in.c: AddGeometryColumns =>
+         AddGeometryColumn
 
-2011-12-17 01:50  robe
+2011-12-17 01:50  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: fix typo
+       * [r8449] doc/using_raster_dataman.xml: fix typo
 
-2011-12-16 22:07  dustymugs
+2011-12-16 22:07  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8448] raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/check_raster_columns.sql,
          raster/test/regress/check_raster_columns_expected,
          raster/test/regress/check_raster_overviews.sql,
          AddRasterConstraints, AddOverviewConstraints,
          DropRasterConstraints and DropOverviewConstraints.
 
-2011-12-16 17:20  strk
+2011-12-16 17:20  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Do restore spatial_ref_sys from dump,
-         temporarly disabling srid check
+       * [r8447] utils/postgis_restore.pl: Do restore spatial_ref_sys from
+         dump, temporarly disabling srid check
          
          Assuming you don't source spatial_ref_sys.sql prior to run
          postgis_restore.pl you would always end up with all your data
          in the table and if no SRIDS are out of the valid range you'd
          also have the constraint in place.
 
-2011-12-16 16:39  strk
+2011-12-16 16:39  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Add more signatures to skip on restore
-         (raster)
+       * [r8446] utils/postgis_restore.pl: Add more signatures to skip on
+         restore (raster)
 
-2011-12-16 15:16  strk
+2011-12-16 15:16  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom_geos.c: Report full exception string on
+       * [r8445] liblwgeom/lwgeom_geos.c: Report full exception string on
          ST_Intersection failure (see #1173)
 
-2011-12-16 14:59  strk
+2011-12-16 14:59  Sandro Santilli <strk@keybit.net>
 
-       * regress/tickets.sql, regress/tickets_expected: Add test for #1344
-         (can't dump invalid geometries)
+       * [r8444] regress/tickets.sql, regress/tickets_expected: Add test
+         for #1344 (can't dump invalid geometries)
 
-2011-12-16 04:34  robe
+2011-12-16 04:34  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: fix more typos
+       * [r8442] doc/using_raster_dataman.xml: fix more typos
 
-2011-12-16 04:27  robe
+2011-12-16 04:27  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: more typo fix
+       * [r8441] doc/using_raster_dataman.xml: more typo fix
 
-2011-12-16 04:24  robe
+2011-12-16 04:24  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: fix more typos
+       * [r8440] doc/using_raster_dataman.xml: fix more typos
 
-2011-12-16 04:21  robe
+2011-12-16 04:21  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: flesh out creating rasters section
-         a bit.
+       * [r8439] doc/using_raster_dataman.xml: flesh out creating rasters
+         section a bit.
 
-2011-12-16 01:41  robe
+2011-12-16 01:41  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: start best practices stuff and
-         break up loading and creating into two separate sections.
+       * [r8438] doc/using_raster_dataman.xml: start best practices stuff
+         and break up loading and creating into two separate sections.
 
-2011-12-16 01:25  robe
+2011-12-16 01:25  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: cosmetic change to lists
+       * [r8437] doc/using_raster_dataman.xml: cosmetic change to lists
 
-2011-12-16 01:11  dustymugs
+2011-12-16 01:11  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8436] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c,
          raster/scripts/plpgsql/st_clip.sql,
          raster/scripts/plpgsql/st_mapalgebra.sql,
          scripts/plpgsql/st_minpossibleval.sql to stop people from using
          it. Associated ticket is #1298.
 
-2011-12-16 00:09  dustymugs
+2011-12-16 00:09  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Just changes to the comments of
-         ST_Intersection(geometry, raster)
+       * [r8435] raster/rt_pg/rtpostgis.sql.in.c: Just changes to the
+         comments of ST_Intersection(geometry, raster)
 
-2011-12-15 23:47  dustymugs
+2011-12-15 23:47  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8434] raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c,
          raster/test/regress/Makefile.in,
          raster/test/regress/rt_intersection.sql,
          another set for raster,geometry ST_Intersection in raster-space.
          Associated ticket is #1381
 
-2011-12-15 23:43  dustymugs
+2011-12-15 23:43  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8433] raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c: Renamed function parameters
          for ST_SameAlignment and ST_Intersects so that the names follow
          the convention used for similarly purposed parameters of other
          raster functions.
 
-2011-12-15 23:29  strk
+2011-12-15 23:29  Sandro Santilli <strk@keybit.net>
 
-       * postgis/geography_inout.c: Allow calling geography_in with less
-         than 3 args (see #1320)
+       * [r8432] postgis/geography_inout.c: Allow calling geography_in
+         with less than 3 args (see #1320)
 
-2011-12-15 23:26  strk
+2011-12-15 23:26  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_inout.c, regress/tickets.sql,
+       * [r8431] postgis/lwgeom_inout.c, regress/tickets.sql,
          regress/tickets_expected: Check typmod on geometry input. Fixes
          before triggers (#1320)
 
-2011-12-15 15:11  strk
+2011-12-15 15:11  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_output.xml: Fix documentation for the new option
-         for GML box output
+       * [r8430] doc/reference_output.xml: Fix documentation for the new
+         option for GML box output
 
-2011-12-15 02:19  robe
+2011-12-15 02:19  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: more error fixes and change ordered
-         lists to itemized lists
+       * [r8429] doc/using_raster_dataman.xml: more error fixes and change
+         ordered lists to itemized lists
 
-2011-12-15 02:17  robe
+2011-12-15 02:17  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: fix invalid link end
+       * [r8428] doc/using_raster_dataman.xml: fix invalid link end
 
-2011-12-15 02:15  robe
+2011-12-15 02:15  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: get rid of extra tag
+       * [r8427] doc/using_raster_dataman.xml: get rid of extra tag
 
-2011-12-15 02:14  robe
+2011-12-15 02:14  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: correct regular_blocking
+       * [r8426] doc/using_raster_dataman.xml: correct regular_blocking
          definition, add descriptions for raster_overview columns
 
-2011-12-15 01:56  robe
+2011-12-15 01:56  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: more reasons why we have raster
-         overviews
+       * [r8425] doc/using_raster_dataman.xml: more reasons why we have
+         raster overviews
 
-2011-12-15 01:54  robe
+2011-12-15 01:54  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: Start raster_overviews section
+       * [r8424] doc/using_raster_dataman.xml: Start raster_overviews
+         section
 
-2011-12-15 00:21  dustymugs
+2011-12-15 00:21  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8423] raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c,
          raster/test/regress/rt_bytea.sql: Renamed st_bytea to bytea as
          per PostGIS convention. Existing databases will not be affected
          if upgraded using the upgrade scripts. Associated ticket is #1003
 
-2011-12-15 00:16  dustymugs
+2011-12-15 00:16  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis_drop.sql.in.c: Commented out the dropping
-         of box2d casts as the upgrade scripts won't install the box3d
-         casts.
+       * [r8422] raster/rt_pg/rtpostgis_drop.sql.in.c: Commented out the
+         dropping of box2d casts as the upgrade scripts won't install the
+         box3d casts.
 
-2011-12-14 23:51  dustymugs
+2011-12-14 23:51  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8421] raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c,
          raster/test/regress/rt_above.sql,
          raster/test/regress/rt_above_expected,
          Existing users will not be affected as the upgrade scripts do not
          drop or add new operators.
 
-2011-12-14 23:02  dustymugs
+2011-12-14 23:02  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis_drop.sql.in.c: Added DROP CAST and DROP
-         FUNCTION for box2d.
+       * [r8420] raster/rt_pg/rtpostgis_drop.sql.in.c: Added DROP CAST and
+         DROP FUNCTION for box2d.
 
-2011-12-14 22:57  dustymugs
+2011-12-14 22:57  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
-         raster/test/regress/box3d.sql,
+       * [r8419] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/Makefile.in, raster/test/regress/box3d.sql,
          raster/test/regress/box3d_expected,
          raster/test/regress/create_box3d_test.sql,
          raster/test/regress/create_box3d_test_expected,
          raster/test/regress/rt_box2d_expected: Dropped casts to box2d and
          replaced with casts to box3d. Associated ticket is #1330.
 
-2011-12-14 22:23  dustymugs
+2011-12-14 22:23  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c,
+       * [r8418] raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c,
          raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
          raster/test/core/testapi.c: Added option -G to get listing of
          supported raster types instead of calling ST_GDALDrivers in SQL.
          types, hasnodata flags, NODATA values, geotransforms andtile
          sizes. Associated ticket is #153.
 
-2011-12-14 22:14  robe
+2011-12-14 22:14  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: document raster_columns catalog
-         view
+       * [r8417] doc/using_raster_dataman.xml: document raster_columns
+         catalog view
 
-2011-12-14 18:33  strk
+2011-12-14 18:33  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Make dropping of log files fully controlled by
-         switch (#1376)
+       * [r8416] regress/run_test: Make dropping of log files fully
+         controlled by switch (#1376)
          
          This is because hudson wants to report the regress.log in any
          case
 
-2011-12-14 18:25  strk
+2011-12-14 18:25  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_ogc.c, regress/empty.sql, regress/empty_expected:
-         Regress test all behaviors involving EMPTY geometries
+       * [r8415] postgis/lwgeom_ogc.c, regress/empty.sql,
+         regress/empty_expected: Regress test all behaviors involving
+         EMPTY geometries
          
          See http://trac.osgeo.org/postgis/wiki/DevWikiEmptyGeometry
          Changes ST_NumPoints and ST_ExteriorRing to behave requested.
          
          Closes #692
 
-2011-12-14 18:24  strk
+2011-12-14 18:24  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_accessor.xml: Crossref ST_InteriorRingN with
-         ST_ExteriorRing
+       * [r8414] doc/reference_accessor.xml: Crossref ST_InteriorRingN
+         with ST_ExteriorRing
 
-2011-12-14 17:13  strk
+2011-12-14 17:13  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Drop temporary files if there are no failures
-         (#1376)
+       * [r8413] regress/run_test: Drop temporary files if there are no
+         failures (#1376)
 
-2011-12-14 16:02  strk
+2011-12-14 16:02  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c,
+       * [r8412] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c,
          regress/empty.sql, regress/empty_expected: Fix crash on
          ST_AsGML('POLYGON EMPTY') (#681)
          
          Also tweak GML of empty types to be smaller and include
          regression testing both at the liblwgeom and sql level
 
-2011-12-14 15:07  strk
+2011-12-14 15:07  Sandro Santilli <strk@keybit.net>
 
-       * regress/empty.sql, regress/empty_expected: Fix a typo from last
-         commit, stub test for GML emptyness
+       * [r8411] regress/empty.sql, regress/empty_expected: Fix a typo
+         from last commit, stub test for GML emptyness
 
-2011-12-14 14:46  strk
+2011-12-14 14:46  Sandro Santilli <strk@keybit.net>
 
-       * regress/tickets.sql, regress/tickets_expected: Enable a test for
-         an old bugfix (#683)
+       * [r8410] regress/tickets.sql, regress/tickets_expected: Enable a
+         test for an old bugfix (#683)
 
-2011-12-14 14:46  strk
+2011-12-14 14:46  Sandro Santilli <strk@keybit.net>
 
-       * regress/empty.sql, regress/empty_expected, regress/tickets.sql,
-         regress/tickets_expected: Move the EMPTY buffer test from
-         tickets.sql to empty.sql
+       * [r8409] regress/empty.sql, regress/empty_expected,
+         regress/tickets.sql, regress/tickets_expected: Move the EMPTY
+         buffer test from tickets.sql to empty.sql
 
-2011-12-14 14:37  strk
+2011-12-14 14:37  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_functions_analytic.c, regress/Makefile.in,
+       * [r8408] postgis/lwgeom_functions_analytic.c, regress/Makefile.in,
          regress/empty.sql, regress/empty_expected: Return empty geoms
          snapped to a grid as immutated (#1089)
          
          Also introduces an "empty" regression test
 
-2011-12-14 14:25  robe
+2011-12-14 14:25  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: minor corrections / enhancements
+       * [r8407] doc/using_raster_dataman.xml: minor corrections /
+         enhancements
 
-2011-12-14 13:31  strk
+2011-12-14 13:31  Sandro Santilli <strk@keybit.net>
 
-       * configure.ac, topology/Version.config: Drop topology specific
-         versioning
+       * [r8406] configure.ac, topology/Version.config: Drop topology
+         specific versioning
 
-2011-12-14 13:31  strk
+2011-12-14 13:31  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Add more skip signatures, from interim
-         builds
+       * [r8405] utils/postgis_restore.pl: Add more skip signatures, from
+         interim builds
 
-2011-12-14 11:22  robe
+2011-12-14 11:22  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/Makefile, extensions/postgis/postgis.control,
+       * [r8404] extensions/postgis/Makefile,
+         extensions/postgis/postgis.control,
          extensions/postgis/sql_bits/remove_from_extension.sql.in,
          extensions/postgis_topology/Makefile,
          extensions/postgis_topology/postgis_topology.control,
          postgis upgarde and raster upgrade scripts. bump up version
          numbers
 
-2011-12-14 10:44  robe
+2011-12-14 10:44  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml, doc/xsl/raster_comments.sql.xsl: fix
-         errors in documentation and comment scripts preveningt comments
-         install from installing cleanly
+       * [r8403] doc/reference_raster.xml,
+         doc/xsl/raster_comments.sql.xsl: fix errors in documentation and
+         comment scripts preveningt comments install from installing
+         cleanly
 
-2011-12-14 10:06  robe
+2011-12-14 10:06  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Get
-         rid of removed AddRasterTable,Column etc and replace with newer
+       * [r8402] doc/reference_raster.xml,
+         doc/xsl/postgis_aggs_mm.xml.xsl: Get rid of removed
+         AddRasterTable,Column etc and replace with newer
          AddRasterConstraints/DropRasterConstraints
 
-2011-12-14 07:59  strk
+2011-12-14 07:59  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Add -v switch to postgis_restore.pl,
-         tweak usage and debug output
+       * [r8401] utils/postgis_restore.pl: Add -v switch to
+         postgis_restore.pl, tweak usage and debug output
 
-2011-12-14 02:54  robe
+2011-12-14 02:54  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: Add stub section describing the
-         raster_columns and raster_overview catalog views. Also fix typo.
-         More coming.
+       * [r8400] doc/using_raster_dataman.xml: Add stub section describing
+         the raster_columns and raster_overview catalog views. Also fix
+         typo. More coming.
 
-2011-12-14 02:31  dustymugs
+2011-12-14 02:31  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/Makefile.in: As per discussion in postgis-devel
-         regarding Ubuntu 11.10, tweaked the order in which -lm is passed
-         to LDFLAGS
+       * [r8399] raster/loader/Makefile.in: As per discussion in
+         postgis-devel regarding Ubuntu 11.10, tweaked the order in which
+         -lm is passed to LDFLAGS
 
-2011-12-14 01:22  dustymugs
+2011-12-14 01:22  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c: Refactored for less memory usage by
-         aggresively flushing string buffers.
+       * [r8398] raster/loader/raster2pgsql.c: Refactored for less memory
+         usage by aggresively flushing string buffers.
 
-2011-12-13 23:29  strk
+2011-12-13 23:29  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Disable triggers on the topology.layer
-         table during restore, to allow population in random order (#1371)
+       * [r8397] utils/postgis_restore.pl: Disable triggers on the
+         topology.layer table during restore, to allow population in
+         random order (#1371)
 
-2011-12-13 23:21  dustymugs
+2011-12-13 23:21  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: As per discussion in ticket
-         #1373, convert raster constraints with floating point values
-         (scalex, scaley, nodata values) into numeric(16,10) for
+       * [r8396] raster/rt_pg/rtpostgis.sql.in.c: As per discussion in
+         ticket #1373, convert raster constraints with floating point
+         values (scalex, scaley, nodata values) into numeric(16,10) for
          comparison due to precision issues.
 
-2011-12-13 22:39  robe
+2011-12-13 22:39  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: Add -Y copy switch
+       * [r8395] doc/using_raster_dataman.xml: Add -Y copy switch
 
-2011-12-13 21:58  robe
+2011-12-13 21:58  Regina Obe <lr@pcorp.us>
 
-       * doc/using_raster_dataman.xml: more examples -- put in a missing
-         copy switch -- more switches to add.
+       * [r8394] doc/using_raster_dataman.xml: more examples -- put in a
+         missing copy switch -- more switches to add.
 
-2011-12-13 21:19  dustymugs
+2011-12-13 21:19  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Fixed handling of output ranges going
-         from high to low rather than the default of values going from low
-         to high. Based upon message on postgis-users:
+       * [r8393] raster/rt_core/rt_api.c: Fixed handling of output ranges
+         going from high to low rather than the default of values going
+         from low to high. Based upon message on postgis-users:
          http://postgis.refractions.net/pipermail/postgis-users/2011-December/031763.html
 
-2011-12-13 20:05  dustymugs
+2011-12-13 20:05  Bborie Park <bkpark at ucdavis.edu>
 
-       * doc/postgis.xml: Fixed incorrect entity using_raster_dataman.
+       * [r8392] doc/postgis.xml: Fixed incorrect entity
+         using_raster_dataman.
 
-2011-12-13 19:15  robe
+2011-12-13 19:15  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in, doc/postgis.xml, doc/reference_raster.xml,
-         doc/using_raster_dataman.xml: break raste loder into its own data
-         management chapter -- this chapter will expand in time. Get rid
-         of how to use old raster2pgsql.py and replace with instructions
-         on using raster2pgsql executable.
+       * [r8391] doc/Makefile.in, doc/postgis.xml,
+         doc/reference_raster.xml, doc/using_raster_dataman.xml: break
+         raste loder into its own data management chapter -- this chapter
+         will expand in time. Get rid of how to use old raster2pgsql.py
+         and replace with instructions on using raster2pgsql executable.
 
-2011-12-13 18:19  dustymugs
+2011-12-13 18:19  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8390] raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c: Removal of now-unsupported
          AddRasterColumn, DropRasterColumn and DropRasterTable.
 
-2011-12-13 18:16  dustymugs
+2011-12-13 18:16  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis_drop.sql.in.c: Added DROP AGGREGATE for
-         new ST_Union signature. Associated ticket is #1372.
+       * [r8389] raster/rt_pg/rtpostgis_drop.sql.in.c: Added DROP
+         AGGREGATE for new ST_Union signature. Associated ticket is #1372.
 
-2011-12-13 17:24  dustymugs
+2011-12-13 17:24  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/Makefile.in: Removed PGXS and added explicit bin
-         path variable. Works now in 8.4, 9.0 and 9.1. Related ticket is
-         #1370.
+       * [r8388] raster/loader/Makefile.in: Removed PGXS and added
+         explicit bin path variable. Works now in 8.4, 9.0 and 9.1.
+         Related ticket is #1370.
 
-2011-12-13 16:37  strk
+2011-12-13 16:37  Sandro Santilli <strk@keybit.net>
 
-       * utils/new_postgis_restore.pl, utils/postgis_restore.pl: Drop the
-         old postgis_restore.pl and substitute it with the new one
+       * [r8387] utils/new_postgis_restore.pl, utils/postgis_restore.pl:
+         Drop the old postgis_restore.pl and substitute it with the new
+         one
 
-2011-12-13 16:33  strk
+2011-12-13 16:33  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: Ignore more Makefiles
+       * [r8386] .gitignore: Ignore more Makefiles
 
-2011-12-13 16:33  strk
+2011-12-13 16:33  Sandro Santilli <strk@keybit.net>
 
-       * utils/new_postgis_restore.pl: Strictness fixes, internal docs
+       * [r8385] utils/new_postgis_restore.pl: Strictness fixes, internal
+         docs
 
-2011-12-13 15:04  dustymugs
+2011-12-13 15:04  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/Makefile.in: Revert change made in r8383. Install
-         of loader doesn't work correctly without PGXS. Still need to
-         figure out why LDFLAGS is getting eaten.
+       * [r8384] raster/loader/Makefile.in: Revert change made in r8383.
+         Install of loader doesn't work correctly without PGXS. Still need
+         to figure out why LDFLAGS is getting eaten.
          
          Associated ticket is #1370.
 
-2011-12-13 14:14  dustymugs
+2011-12-13 14:14  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/Makefile.in: Removed PGXS as per ticket #1370.
+       * [r8383] raster/loader/Makefile.in: Removed PGXS as per ticket
+         #1370.
 
-2011-12-13 12:00  strk
+2011-12-13 12:00  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, regress/tickets.sql,
+       * [r8382] postgis/lwgeom_geos.c, regress/tickets.sql,
          regress/tickets_expected: Maintain the buffer-returns-areal
          invariant on empty input (#322)
 
-2011-12-13 12:00  strk
+2011-12-13 12:00  Sandro Santilli <strk@keybit.net>
 
-       * configure.ac: tabs to spaces
+       * [r8381] configure.ac: tabs to spaces
 
-2011-12-13 10:38  strk
+2011-12-13 10:38  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_proc_upgrade.pl: Always output create ore replace
-         view in upgrade scripts (#1097)
+       * [r8380] utils/postgis_proc_upgrade.pl: Always output create ore
+         replace view in upgrade scripts (#1097)
 
-2011-12-13 09:59  strk
+2011-12-13 09:59  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_proc_upgrade.pl: Allow function definitions to end
-         with '$$ LANGUAGE' (#1365)
+       * [r8379] utils/postgis_proc_upgrade.pl: Allow function definitions
+         to end with '$$ LANGUAGE' (#1365)
 
-2011-12-13 09:59  strk
+2011-12-13 09:59  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_proc_upgrade.pl: Use warnings
+       * [r8378] utils/postgis_proc_upgrade.pl: Use warnings
 
-2011-12-13 09:58  strk
+2011-12-13 09:58  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in: Encode dependency of upgrade script from the
-         tool generating it
+       * [r8377] postgis/Makefile.in: Encode dependency of upgrade script
+         from the tool generating it
 
-2011-12-13 09:16  strk
+2011-12-13 09:16  Sandro Santilli <strk@keybit.net>
 
-       * utils/new_postgis_restore.pl, utils/postgis_proc_upgrade.pl,
-         utils/postgis_restore.pl: Add copyright headers, looking at SCM
-         logs. Review welcome.
+       * [r8376] utils/new_postgis_restore.pl,
+         utils/postgis_proc_upgrade.pl, utils/postgis_restore.pl: Add
+         copyright headers, looking at SCM logs. Review welcome.
 
-2011-12-13 05:23  dustymugs
+2011-12-13 05:23  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c, raster/scripts/Makefile.in: Text
-         format cleanup in loader/raster2pgsql.c. Fixed missing target in
-         scripts/Makefile.in
+       * [r8375] raster/loader/raster2pgsql.c, raster/scripts/Makefile.in:
+         Text format cleanup in loader/raster2pgsql.c. Fixed missing
+         target in scripts/Makefile.in
 
-2011-12-13 05:11  dustymugs
+2011-12-13 05:11  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/scripts/Makefile.in: Added missing Makefile.in for
+       * [r8374] raster/scripts/Makefile.in: Added missing Makefile.in for
          raster/scripts
 
-2011-12-13 05:06  dustymugs
+2011-12-13 05:06  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h: Set
-         svn:keywords for "$Id$"
+       * [r8373] raster/loader/raster2pgsql.c,
+         raster/loader/raster2pgsql.h: Set svn:keywords for "$Id$"
 
-2011-12-13 05:03  dustymugs
+2011-12-13 05:03  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h: Added
-         version information.
+       * [r8372] raster/loader/raster2pgsql.c,
+         raster/loader/raster2pgsql.h: Added version information.
          
          Associated ticket is #1369.
 
-2011-12-13 03:00  dustymugs
+2011-12-13 03:00  Bborie Park <bkpark at ucdavis.edu>
 
-       * configure.ac, raster/Makefile.in,
+       * [r8371] configure.ac, raster/Makefile.in,
          raster/scripts/python/Makefile.in: With commit of C-based
          raster2pgsql in r8369, removed dependency checks on Python, NumPy
          and GDAL with Python bindings. You will want to run autogen.sh
          with this commit. With this commit, the python-based
          raster2pgsql.py is now retired and unsupported.
 
-2011-12-13 01:58  dustymugs
+2011-12-13 01:58  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h:
-         Additional check with warnings if PostgreSQL identifiers exceed
-         the standard maximum length of 63 characters (64 counting NULL)
+       * [r8370] raster/loader/raster2pgsql.c,
+         raster/loader/raster2pgsql.h: Additional check with warnings if
+         PostgreSQL identifiers exceed the standard maximum length of 63
+         characters (64 counting NULL)
 
-2011-12-12 23:12  dustymugs
+2011-12-12 23:12  Bborie Park <bkpark at ucdavis.edu>
 
-       * configure.ac, raster/Makefile.in, raster/loader,
+       * [r8369] configure.ac, raster/Makefile.in, raster/loader,
          raster/loader/.svnignore, raster/loader/Makefile.in,
          raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h,
          raster/rt_pg/rtpostgis.sql.in.c: Addition of C-based raster2pgsql
          
          Associated ticket is #1297.
 
-2011-12-12 22:42  strk
+2011-12-12 22:42  Sandro Santilli <strk@keybit.net>
 
-       * utils/new_postgis_restore.pl: Skip constraints on raster_columns
-         and raster_overviews
+       * [r8368] utils/new_postgis_restore.pl: Skip constraints on
+         raster_columns and raster_overviews
 
-2011-12-12 22:38  robe
+2011-12-12 22:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix title
+       * [r8367] doc/reference_raster.xml: fix title
 
-2011-12-12 22:22  strk
+2011-12-12 22:22  Sandro Santilli <strk@keybit.net>
 
-       * utils/new_postgis_restore.pl: Rewrite spatial table constraints
-         to add st_ prefix and use 0 rather than -1 for unknown
+       * [r8366] utils/new_postgis_restore.pl: Rewrite spatial table
+         constraints to add st_ prefix and use 0 rather than -1 for
+         unknown
 
-2011-12-12 21:45  strk
+2011-12-12 21:45  Sandro Santilli <strk@keybit.net>
 
-       * utils/new_postgis_restore.pl: Filter OPERATOR at the ASCII dump
-         phase to have finer control over which operators are really
-         skipped (#1368)
+       * [r8365] utils/new_postgis_restore.pl: Filter OPERATOR at the
+         ASCII dump phase to have finer control over which operators are
+         really skipped (#1368)
 
-2011-12-12 20:32  robe
+2011-12-12 20:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: another example of ST_Union
+       * [r8364] doc/reference_raster.xml: another example of ST_Union
 
-2011-12-12 20:23  robe
+2011-12-12 20:23  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: example of ST_Union
+       * [r8363] doc/reference_raster.xml: example of ST_Union
 
-2011-12-12 16:10  strk
+2011-12-12 16:10  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in, postgis/lwgeom_gist.c,
+       * [r8362] postgis/Makefile.in, postgis/lwgeom_gist.c,
          utils/new_postgis_restore.pl: Drop lwgeom_gist and dependent
          items, including from dumps (#1362)
 
-2011-12-12 15:45  strk
+2011-12-12 15:45  Sandro Santilli <strk@keybit.net>
 
-       * utils/new_postgis_restore.pl: Do not restore metadata tables
-         which now became views
+       * [r8361] utils/new_postgis_restore.pl: Do not restore metadata
+         tables which now became views
 
-2011-12-12 15:28  strk
+2011-12-12 15:28  Sandro Santilli <strk@keybit.net>
 
-       * utils/new_postgis_restore.pl: Cleanup item list: drop duplicates,
-         add some missings
+       * [r8360] utils/new_postgis_restore.pl: Cleanup item list: drop
+         duplicates, add some missings
 
-2011-12-12 15:28  strk
+2011-12-12 15:28  Sandro Santilli <strk@keybit.net>
 
-       * utils/new_postgis_restore.pl: Remove duplicated entries, add some
-         missing ones
+       * [r8359] utils/new_postgis_restore.pl: Remove duplicated entries,
+         add some missing ones
 
-2011-12-12 12:17  robe
+2011-12-12 12:17  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c, postgis/postgis_drop_before.sql.in.c:
-         reduce ST_MakeEnvelope down to one function but make srid default
-         to 0 (would be nice if we defined an @SRID_UNKNOWN in the
-         sqldefine.h.in so I don't have to hard code this). Get rid of
-         other variant. changing to use default parameters doesn't seem to
-         require dropping the function so only had to drop one of them
+       * [r8358] postgis/postgis.sql.in.c,
+         postgis/postgis_drop_before.sql.in.c: reduce ST_MakeEnvelope down
+         to one function but make srid default to 0 (would be nice if we
+         defined an @SRID_UNKNOWN in the sqldefine.h.in so I don't have to
+         hard code this). Get rid of other variant. changing to use
+         default parameters doesn't seem to require dropping the function
+         so only had to drop one of them
 
-2011-12-12 12:09  robe
+2011-12-12 12:09  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: oops took out a tag by accident
+       * [r8357] doc/reference_constructor.xml: oops took out a tag by
+         accident
 
-2011-12-12 12:03  robe
+2011-12-12 12:03  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: document the new ST_MakeEnvelope
-         variant (pretend like its used default paramters already), will
-         fix the code later
+       * [r8356] doc/reference_constructor.xml: document the new
+         ST_MakeEnvelope variant (pretend like its used default paramters
+         already), will fix the code later
 
-2011-12-12 02:20  robe
+2011-12-12 02:20  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql:
+       * [r8355]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql:
          #1366 -- don't rely on state field being capitalized.
 
-2011-12-11 20:23  robe
+2011-12-11 20:23  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: forgot about max /min
+       * [r8354] doc/reference_raster.xml: forgot about max /min
 
-2011-12-11 20:21  robe
+2011-12-11 20:21  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: change generateor to display
-         name for aggregates instead of id. For raster ids are different
-         from name
+       * [r8353] doc/xsl/postgis_aggs_mm.xml.xsl: change generateor to
+         display name for aggregates instead of id. For raster ids are
+         different from name
 
-2011-12-11 19:29  robe
+2011-12-11 19:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: preliminary documentation for raster
-         version of ST_Union aggregate function
+       * [r8352] doc/reference_raster.xml: preliminary documentation for
+         raster version of ST_Union aggregate function
 
-2011-12-11 15:45  robe
+2011-12-11 15:45  Regina Obe <lr@pcorp.us>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8351] raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c,
          raster/test/regress/Makefile.in,
          raster/test/regress/rt_union.sql,
          people have installed them from scripts folder or are currently
          using them. just dropping the ones I'm replacing.
 
-2011-12-11 02:42  robe
+2011-12-11 02:42  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: fix function name typo in
+       * [r8350] doc/extras_tigergeocoder.xml: fix function name typo in
          geocode_intersection
 
-2011-12-10 18:08  robe
+2011-12-10 18:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: minor edit
+       * [r8349] doc/reference_raster.xml: minor edit
 
-2011-12-10 18:03  robe
+2011-12-10 18:03  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix error in logic
+       * [r8348] doc/reference_raster.xml: fix error in logic
 
-2011-12-10 16:56  robe
+2011-12-10 16:56  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: missed a spot
+       * [r8347] doc/reference_raster.xml: missed a spot
 
-2011-12-10 16:55  robe
+2011-12-10 16:55  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: describe the example a bit better for
-         ST_AddBand multi-band example
+       * [r8346] doc/reference_raster.xml: describe the example a bit
+         better for ST_AddBand multi-band example
 
-2011-12-10 11:09  robe
+2011-12-10 11:09  Regina Obe <lr@pcorp.us>
 
-       * doc/release_notes.xml: #1361: fill in some more cases where
-         hard/soft
+       * [r8345] doc/release_notes.xml: #1361: fill in some more cases
+         where hard/soft
 
-2011-12-10 11:04  robe
+2011-12-10 11:04  Regina Obe <lr@pcorp.us>
 
-       * doc/release_notes.xml: #1361: make it clearer that a hard upgrade
-         is required of everyone.
+       * [r8344] doc/release_notes.xml: #1361: make it clearer that a hard
+         upgrade is required of everyone.
 
-2011-12-10 03:12  robe
+2011-12-10 03:12  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8343] doc/reference_raster.xml,
+         raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_addband.sql,
          raster/test/regress/rt_addband_expected: ST_AddBand version that
          takes an array of rasters
 
-2011-12-10 01:20  dustymugs
+2011-12-10 01:20  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Fixed calls to the wrong memory allocation
-         function in rtpg_XXX utility functions.
+       * [r8342] raster/rt_pg/rt_pg.c: Fixed calls to the wrong memory
+         allocation function in rtpg_XXX utility functions.
 
-2011-12-10 01:01  dustymugs
+2011-12-10 01:01  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r8341] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c: Code refactoring in rtpg_ utility functions
          for better memory usage and syntax cleanup in rt_api.*
 
-2011-12-10 01:00  dustymugs
+2011-12-10 01:00  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Fixed missing $ in
+       * [r8340] raster/rt_pg/rtpostgis.sql.in.c: Fixed missing $ in
          AddOverviewConstraint() which was setting 7 as the overview
          factor instead of the value at $7.
 
-2011-12-09 18:59  strk
+2011-12-09 18:59  Sandro Santilli <strk@keybit.net>
 
-       * utils/new_postgis_restore.pl: Add all signatures found in a newly
-         created PostGIS 2.0 database
+       * [r8339] utils/new_postgis_restore.pl: Add all signatures found in
+         a newly created PostGIS 2.0 database
          
          See #1360
 
-2011-12-09 17:17  strk
+2011-12-09 17:17  Sandro Santilli <strk@keybit.net>
 
-       * utils/new_postgis_restore.pl, utils/postgis_restore.pl: Add box3d
-         related objects to skip in the _restore scripts (#1359)
+       * [r8338] utils/new_postgis_restore.pl, utils/postgis_restore.pl:
+         Add box3d related objects to skip in the _restore scripts (#1359)
 
-2011-12-09 16:27  strk
+2011-12-09 16:27  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_surface.c: Restrict disabled code to the one
-         really hurting
+       * [r8337] liblwgeom/cunit/cu_surface.c: Restrict disabled code to
+         the one really hurting
          
          See ticket #665 for more informations.
          The commit also renames the test suite to "surface".
 
-2011-12-09 15:33  strk
+2011-12-09 15:33  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/g_serialized.c: gbox_float_round: don't roundup Z value
-         if the box doesn't have one
+       * [r8336] liblwgeom/g_serialized.c: gbox_float_round: don't roundup
+         Z value if the box doesn't have one
          
          Fixes #1309
 
-2011-12-09 14:37  strk
+2011-12-09 14:37  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
+       * [r8335] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
          liblwgeom/lwout_gml.c: Add a public lwgeom_get_bbox function
          (#1324)
 
-2011-12-09 14:37  strk
+2011-12-09 14:37  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwgeom.c,
+       * [r8334] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwgeom.c,
          liblwgeom/lwout_gml.c: Don't let lwgeom_add_bbox syntetize a fake
          box for empty geometries
          
          special
          case by using empty tags. Regress test it.
 
-2011-12-09 13:50  strk
+2011-12-09 13:50  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: Fix segfault
-         in GML3 extent output (#1323)
+       * [r8333] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: Fix
+         segfault in GML3 extent output (#1323)
          
          Add support for srsDimension in GML3 extent output.
          Add unit level comprensive regression testing.
 
-2011-12-09 12:25  strk
+2011-12-09 12:25  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
-         regress/regress.sql, regress/regress_expected: Allow calling
-         ST_MakeEnvelope w/out a srid (#1339)
+       * [r8332] postgis/lwgeom_functions_basic.c,
+         postgis/postgis.sql.in.c, regress/regress.sql,
+         regress/regress_expected: Allow calling ST_MakeEnvelope w/out a
+         srid (#1339)
 
-2011-12-09 11:18  strk
+2011-12-09 11:18  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
+       * [r8331] liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
          postgis/lwgeom_geos.c: Add a gbox_overlaps_2d function, use when
          appropriate (#1357)
 
-2011-12-08 22:16  pramsey
+2011-12-08 22:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwgeom_geos.c,
+       * [r8328] liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwgeom_geos.c,
          postgis/lwgeom_geos.c: Guard against NaN values in coordinates
          passing into GEOS (#627)
 
-2011-12-08 21:57  pramsey
+2011-12-08 21:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_libgeom.c: Check that NaN coordinate values
-         find their way into bboxes, they do, NaN is bigger than Inf,
-         apparently.
+       * [r8327] liblwgeom/cunit/cu_libgeom.c: Check that NaN coordinate
+         values find their way into bboxes, they do, NaN is bigger than
+         Inf, apparently.
 
-2011-12-08 21:26  pramsey
+2011-12-08 21:26  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_libgeom.c: Test for bbox calculations when
-         there's an infinite coordinate.
+       * [r8326] liblwgeom/cunit/cu_libgeom.c: Test for bbox calculations
+         when there's an infinite coordinate.
 
-2011-12-08 20:05  dustymugs
+2011-12-08 20:05  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Return use of GDAL "natural" blocking
-         removed in r8313 and refactor pointer handling.
+       * [r8325] raster/rt_core/rt_api.c: Return use of GDAL "natural"
+         blocking removed in r8313 and refactor pointer handling.
 
-2011-12-08 19:51  pramsey
+2011-12-08 19:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_misc.xml, doc/reference_type.xml,
+       * [r8324] doc/reference_misc.xml, doc/reference_type.xml,
          doc/xsl/postgis_aggs_mm.xml.xsl, postgis/legacy.sql.in.c,
          postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c,
          postgis/postgis_drop.sql.in.c, postgis/uninstall_legacy.sql.in.c,
          postgis/uninstall_postgis.sql.in.c: Remove box3d_extent hack
 
-2011-12-08 17:54  pramsey
+2011-12-08 17:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos.c: Make the ST_Equals test insensitive to
-         minor box differences.
+       * [r8323] postgis/lwgeom_geos.c: Make the ST_Equals test
+         insensitive to minor box differences.
 
-2011-12-08 14:44  robe
+2011-12-08 14:44  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/introduction.xml, doc/release_notes.xml: Add Jose and
-         Even to credits
+       * [r8322] NEWS, doc/introduction.xml, doc/release_notes.xml: Add
+         Jose and Even to credits
 
-2011-12-08 13:35  strk
+2011-12-08 13:35  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_misc.xml: Add a note about ST_Estimated_Extent on
-         empty or non-analyzed tables (#877)
+       * [r8321] doc/reference_misc.xml: Add a note about
+         ST_Estimated_Extent on empty or non-analyzed tables (#877)
 
-2011-12-08 11:29  strk
+2011-12-08 11:29  Sandro Santilli <strk@keybit.net>
 
-       * postgis/geometry_estimate.c, regress/tickets.sql,
+       * [r8319] postgis/geometry_estimate.c, regress/tickets.sql,
          regress/tickets_expected: Have ST_Estimated_Extent return NULL
          when no stats are found for a table.
          
          No stats means empty table or no run of analyze. Warn about that.
          These Fixes bug #877. Includes regress test.
 
-2011-12-08 11:28  strk
+2011-12-08 11:28  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Hush VACUUM and ANALYZE backend feedback while
-         running tests
+       * [r8318] regress/run_test: Hush VACUUM and ANALYZE backend
+         feedback while running tests
 
-2011-12-08 08:07  strk
+2011-12-08 08:07  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/manage/ManageHelper.sql: topology.AddToSearchPath:
-         quote database identifier.
+       * [r8315] topology/sql/manage/ManageHelper.sql:
+         topology.AddToSearchPath: quote database identifier.
          
          Thanks to Jose Carlos Martinez Llario <jomarlla@cgf.upv.es>
 
-2011-12-07 20:46  dustymugs
+2011-12-07 20:46  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
+       * [r8314] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
          rt_raster_set_pixel_line for use when setting values for
          sequential pixels. Should be faster than repeated calls to
          rt_raster_set_pixel.
 
-2011-12-07 15:29  dustymugs
+2011-12-07 15:29  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r8313] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c: Refactored the GDALRasterIO part of
          rt_raster_from_gdal_dataset to use scanlines instead of "natural"
          blocks, which dramatically simplifies the code and makes it
          easier to maintain.
 
-2011-12-07 06:17  robe
+2011-12-07 06:17  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: alphabetize and update tester
-         credits
+       * [r8312] NEWS, doc/release_notes.xml: alphabetize and update
+         tester credits
 
-2011-12-07 03:41  robe
+2011-12-07 03:41  Regina Obe <lr@pcorp.us>
 
-       * LICENSE.TXT: update license to provide detail about documentation
-         license and copyright of data etc.
+       * [r8311] LICENSE.TXT: update license to provide detail about
+         documentation license and copyright of data etc.
 
-2011-12-07 01:15  dustymugs
+2011-12-07 01:15  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Fixed regression issue with
+       * [r8310] raster/rt_core/rt_api.c: Fixed regression issue with
          rt_raster_from_gdal_dataset by explicitly setting the valid block
          sizes passed into GDALRasterIO. Probably related to the changes
          made in r8309
 
-2011-12-06 16:48  dustymugs
+2011-12-06 16:48  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Removed attempt to duplicate entire band
-         in rt_raster_from_gdal_dataset
+       * [r8309] raster/rt_core/rt_api.c: Removed attempt to duplicate
+         entire band in rt_raster_from_gdal_dataset
 
-2011-12-06 14:40  robe
+2011-12-06 14:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: put some obsolete notes in existing
-         management functions. Now that raster_columns is a view no longer
-         need to use management functions to drop or add raster columns or
-         tables. Will document the new addconstraints etc. taht replaces
-         much of these soon.
+       * [r8308] doc/reference_raster.xml: put some obsolete notes in
+         existing management functions. Now that raster_columns is a view
+         no longer need to use management functions to drop or add raster
+         columns or tables. Will document the new addconstraints etc. taht
+         replaces much of these soon.
 
-2011-12-06 12:16  strk
+2011-12-06 12:16  Sandro Santilli <strk@keybit.net>
 
-       * postgis/long_xact.c: Add copyright header. Date and attribution
-         looked up by SCM history.
+       * [r8307] postgis/long_xact.c: Add copyright header. Date and
+         attribution looked up by SCM history.
          
          Verified by my own memory (I wrote the initial vesion of that
          file)
 
-2011-12-06 06:06  dustymugs
+2011-12-06 06:06  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Resolved a bunch of memory issues related
-         to use of SPI that have been bugging me for a while. Tested
-         successfully in Linux 32 and 64-bit and OSX 64-bit.
+       * [r8306] raster/rt_pg/rt_pg.c: Resolved a bunch of memory issues
+         related to use of SPI that have been bugging me for a while.
+         Tested successfully in Linux 32 and 64-bit and OSX 64-bit.
 
-2011-12-05 18:58  dustymugs
+2011-12-05 18:58  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8305] raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c,
          raster/test/regress/check_raster_columns.sql,
          raster/test/regress/check_raster_overviews.sql: As per
          constraints are now available for enforcing the consistency of
          the rasters in a table.
 
-2011-12-05 18:36  dustymugs
+2011-12-05 18:36  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Removed division by bin-width for when
-         bin-widths are specified in ST_Histogram
+       * [r8304] raster/rt_core/rt_api.c: Removed division by bin-width
+         for when bin-widths are specified in ST_Histogram
 
-2011-12-05 02:06  dustymugs
+2011-12-05 02:06  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Correctly free raster memory when handling
-         NULL rasters.
+       * [r8303] raster/rt_pg/rt_pg.c: Correctly free raster memory when
+         handling NULL rasters.
          
          Associated ticket is #1349
 
-2011-12-03 08:29  robe
+2011-12-03 08:29  Regina Obe <lr@pcorp.us>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8302] raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c: #1343: get rid of geomvalxy
          and change ST_PixelAsPolygons to use default args and do without
          geomvalxy
 
-2011-12-03 07:24  robe
+2011-12-03 07:24  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/raster_xscale_yscale_xskew_yskew.png,
+       * [r8301] doc/html/images/raster_xscale_yscale_xskew_yskew.png,
          doc/reference_raster.xml: #1338 - document ST_PixelWidth/Height
 
-2011-12-03 06:54  dustymugs
+2011-12-03 06:54  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8300] raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_bandmetadata.sql: Removed VARIADIC from
          ST_BandMetadata. Associated ticket is #1343.
 
-2011-12-02 17:44  robe
+2011-12-02 17:44  Regina Obe <lr@pcorp.us>
 
-       * topology/sql/manage/ManageHelper.sql: #1346: fix misuse of
-         quote_literal causing topology, topology, topology, topology
+       * [r8299] topology/sql/manage/ManageHelper.sql: #1346: fix misuse
+         of quote_literal causing topology, topology, topology, topology
 
-2011-12-02 17:28  strk
+2011-12-02 17:28  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in: Encode dependency of topology.sql on
-         ManageHelper.sql
+       * [r8298] topology/Makefile.in: Encode dependency of topology.sql
+         on ManageHelper.sql
 
-2011-12-02 15:43  robe
+2011-12-02 15:43  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
+       * [r8297]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
          extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql:
          more revisions to cross streets logic -- don't rely on start
          point working with multilinestrings. change tfid to be unique
          index on faces.
 
-2011-12-02 15:22  dustymugs
+2011-12-02 15:22  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis_drop.sql.in.c: Added cleanup statements
-         for bandmetatype type and change function signature for
-         st_bandmetadata.
+       * [r8296] raster/rt_pg/rtpostgis_drop.sql.in.c: Added cleanup
+         statements for bandmetatype type and change function signature
+         for st_bandmetadata.
 
-2011-12-02 15:13  dustymugs
+2011-12-02 15:13  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Removed the type bandmetadata as
-         per #1343.
+       * [r8295] raster/rt_pg/rtpostgis.sql.in.c: Removed the type
+         bandmetadata as per #1343.
 
-2011-12-02 08:07  robe
+2011-12-02 08:07  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/create_geocode.sql,
+       * [r8294] extras/tiger_geocoder/tiger_2010/create_geocode.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: move
          geocode_intersection.sql to user api section since it is
          documented.
 
-2011-12-02 06:27  robe
+2011-12-02 06:27  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: try to make emphasis bold by putting
-         in a role='bold'
+       * [r8293] doc/reference_operator.xml: try to make emphasis bold by
+         putting in a role='bold'
 
-2011-12-01 20:41  robe
+2011-12-01 20:41  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: replace ~= with ST_OrderingEquals
-         (now that we got rid of recheck the older ~= no longer is a
-         truish geometry equality operator
+       * [r8292] doc/using_postgis_dataman.xml: replace ~= with
+         ST_OrderingEquals (now that we got rid of recheck the older ~= no
+         longer is a truish geometry equality operator
 
-2011-12-01 20:37  robe
+2011-12-01 20:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: emphasize approximate in KNN
+       * [r8291] doc/reference_operator.xml: emphasize approximate in KNN
          operators to reduce the chance of any misunderstandings
 
-2011-12-01 19:06  robe
+2011-12-01 19:06  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql:
+       * [r8290]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql:
          make compatible with postgresql 8.4, more speed improvements
 
-2011-12-01 17:52  robe
+2011-12-01 17:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: missed a spot about occasions where
-         point distance is not same as <->
+       * [r8289] doc/reference_operator.xml: missed a spot about occasions
+         where point distance is not same as <->
 
-2011-12-01 17:38  robe
+2011-12-01 17:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: try to clarify accuracy etc. of <#>
-         and <->
+       * [r8288] doc/reference_operator.xml: try to clarify accuracy etc.
+         of <#> and <->
 
-2011-12-01 16:14  pracine
+2011-12-01 16:14  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Ticket 1342. Integrate
+       * [r8287] raster/rt_pg/rtpostgis.sql.in.c: Ticket 1342. Integrate
          ST_PixelAsPolygons into rtpostgis.sql
 
-2011-12-01 16:07  pracine
+2011-12-01 16:07  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_pixelaspolygons.sql: Return null when
-         band number does not exist.
+       * [r8286] raster/scripts/plpgsql/st_pixelaspolygons.sql: Return
+         null when band number does not exist.
 
-2011-12-01 16:06  pracine
+2011-12-01 16:06  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_mapalgebra.sql: Removed
+       * [r8285] raster/scripts/plpgsql/st_mapalgebra.sql: Removed
          ST_MinPossibleVal defined in another script
 
-2011-12-01 16:05  pracine
+2011-12-01 16:05  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_clip.sql: Added doc, more test and
-         return null when band number does not exist.
+       * [r8284] raster/scripts/plpgsql/st_clip.sql: Added doc, more test
+         and return null when band number does not exist.
 
-2011-12-01 15:52  pracine
+2011-12-01 15:52  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Ticket 1342. Integrate ST_Clip
-         script into rtpostgis.sql
+       * [r8283] raster/rt_pg/rtpostgis.sql.in.c: Ticket 1342. Integrate
+         ST_Clip script into rtpostgis.sql
 
-2011-12-01 15:15  pracine
+2011-12-01 15:15  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Ticket #1340. Integrate ST_Union
-         into rtpostgis.sql
+       * [r8282] raster/rt_pg/rtpostgis.sql.in.c: Ticket #1340. Integrate
+         ST_Union into rtpostgis.sql
 
-2011-12-01 15:11  pracine
+2011-12-01 15:11  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_union.sql: Replaced AsBinary with
-         ST_AsBinary in the test section
+       * [r8281] raster/scripts/plpgsql/st_union.sql: Replaced AsBinary
+         with ST_AsBinary in the test section
 
-2011-12-01 13:32  robe
+2011-12-01 13:32  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: #1337 clarify what sql is good for
-         and get rid of some other obsolete syntax (this really needs to
-         be read with a fine-tooth comb). The amount of obsolete info in
-         this chapter is mesmerizing
+       * [r8280] doc/using_postgis_dataman.xml: #1337 clarify what sql is
+         good for and get rid of some other obsolete syntax (this really
+         needs to be read with a fine-tooth comb). The amount of obsolete
+         info in this chapter is mesmerizing
 
-2011-12-01 08:36  robe
+2011-12-01 08:36  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/create_geocode.sql,
+       * [r8276] extras/tiger_geocoder/tiger_2010/create_geocode.sql,
          extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1333
          geocode_intersections: would help to actually include the
          function to.
 
-2011-12-01 08:28  robe
+2011-12-01 08:28  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml,
+       * [r8275] doc/extras_tigergeocoder.xml,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql:
          #1333 geocode intersections
 
-2011-12-01 04:29  dzwarg
+2011-12-01 04:29  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8274] raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
          raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
          neighborhood hillshade on top of ST_MapAlgebraFctNgb. Part of
          #1318
 
-2011-12-01 02:23  dustymugs
+2011-12-01 02:23  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/test/regress/rt_bandmetadata.sql,
+       * [r8273] raster/rt_pg/rt_pg.c,
+         raster/test/regress/rt_bandmetadata.sql,
          raster/test/regress/rt_bandmetadata_expected: Tweaked
          ST_BandMetadata so that calling the function with an empty array
          returns all metadata of all bands. Example: ST_BandMetadata(rast,
          VARIADIC ARRAY[]::int[])
 
-2011-12-01 01:11  pracine
+2011-12-01 01:11  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_minpossibleval.sql: Copied from
+       * [r8272] raster/scripts/plpgsql/st_minpossibleval.sql: Copied from
          ST_MapAlgebra.sql
 
-2011-12-01 01:10  pracine
+2011-12-01 01:10  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_multibandmapalgebra.sql: Copied from
-         ST_Union
+       * [r8271] raster/scripts/plpgsql/st_multibandmapalgebra.sql: Copied
+         from ST_Union
 
-2011-12-01 01:09  pracine
+2011-12-01 01:09  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_union.sql: Some cleaning before
+       * [r8270] raster/scripts/plpgsql/st_union.sql: Some cleaning before
          inclusion in rtpostgis.sql
          Removed ST_MultiBandMapAlgebra and ST_HasNoBand
 
-2011-12-01 01:07  pracine
+2011-12-01 01:07  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_pixelaspolygons.sql: Return the last
-         band when the provided band number does not exist.
+       * [r8269] raster/scripts/plpgsql/st_pixelaspolygons.sql: Return the
+         last band when the provided band number does not exist.
 
-2011-12-01 01:07  pracine
+2011-12-01 01:07  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_clip.sql: Added some variants and tests
+       * [r8268] raster/scripts/plpgsql/st_clip.sql: Added some variants
+         and tests
 
-2011-11-30 22:42  pracine
+2011-11-30 22:42  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_clip.sql: plpgsql implementation for
-         st_clip.sql(raster, geom)
+       * [r8267] raster/scripts/plpgsql/st_clip.sql: plpgsql
+         implementation for st_clip.sql(raster, geom)
 
-2011-11-30 22:41  pracine
+2011-11-30 22:41  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_areaweightedsummarystats.sql: Added the
-         id of the polygon in the example
+       * [r8266] raster/scripts/plpgsql/st_areaweightedsummarystats.sql:
+         Added the id of the polygon in the example
 
-2011-11-30 22:34  dzwarg
+2011-11-30 22:34  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8265] raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
          raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
          ST_Aspect map algebra neighborhood shortcut function. #1318
 
-2011-11-30 21:44  dzwarg
+2011-11-30 21:44  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8264] raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
          raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
          ST_Slope map algebra neighborhood shortcut function.
 
-2011-11-30 20:35  dustymugs
+2011-11-30 20:35  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r8263] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/test/core/testapi.c, raster/test/regress/rt_asraster.sql:
          Fixed ST_AsRaster to duplicate exactly the attributes of a
          reference raster.
          
          Associated ticket is #1336.
 
-2011-11-30 19:26  dzwarg
+2011-11-30 19:26  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
+       * [r8262] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/Makefile.in,
          raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
          raster/test/regress/rt_mapalgebrafctngb.sql,
          raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
          helper user functions for common MapAlgebra operations: Min, Max,
          Mean, Range. #1318
 
-2011-11-30 16:45  dzwarg
+2011-11-30 16:45  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_pg/rt_pg.c,
+       * [r8261] raster/rt_pg/rt_pg.c,
          raster/test/regress/rt_mapalgebrafctngb.sql,
          raster/test/regress/rt_mapalgebrafctngb_expected: Updated tests
          for 'dog-ate-my-homework' test. Expanded comments and elaborated
          on complex conditionals in ST_MapAlgebraFctNgb
 
-2011-11-30 14:51  dzwarg
+2011-11-30 14:51  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_pg/rt_pg.c,
+       * [r8260] raster/rt_pg/rt_pg.c,
          raster/test/regress/rt_mapalgebrafctngb.sql,
          raster/test/regress/rt_mapalgebrafctngb_expected: Added
          additional tests for ST_MapAlgebraFctNgb, changed string compare
          on nodatamode to !=
 
-2011-11-29 23:25  dustymugs
+2011-11-29 23:25  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8259] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_bandmetadata.sql,
          raster/test/regress/rt_bandmetadata_expected: In preparation of
          turning the table raster_columns into a view, refactored
          ST_BandMetadata to have the bandnum parameter be variadic.
          Fleshed out regression tests for ST_BandMetadata.
 
-2011-11-29 20:30  strk
+2011-11-29 20:30  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: Ignore more generated files
+       * [r8258] .gitignore: Ignore more generated files
 
-2011-11-29 20:22  pramsey
+2011-11-29 20:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/ptarray.c: ST_AddPoint returns incorrect result on
-         Linux (#1335) from roualt
+       * [r8257] liblwgeom/ptarray.c: ST_AddPoint returns incorrect result
+         on Linux (#1335) from roualt
 
-2011-11-29 16:57  pracine
+2011-11-29 16:57  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_summarystatsagg.sql: Replaced the
-         summarystatsstate type with the summarystats type to avoid
+       * [r8256] raster/scripts/plpgsql/st_summarystatsagg.sql: Replaced
+         the summarystatsstate type with the summarystats type to avoid
          defining a new type.
 
-2011-11-29 16:34  pracine
+2011-11-29 16:34  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_asraster.sql,
+       * [r8255] raster/scripts/plpgsql/st_asraster.sql,
          raster/scripts/plpgsql/st_histogram.sql,
          raster/scripts/plpgsql/st_mapalgebra.sql,
          raster/scripts/plpgsql/st_reclass.sql: Changed the note at the
          beginning of the file when the function is now implemented in C.
 
-2011-11-29 16:20  pracine
+2011-11-29 16:20  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_pixelaspoints.sql,
+       * [r8254] raster/scripts/plpgsql/st_pixelaspoints.sql,
          raster/scripts/plpgsql/st_querytables.sql,
          raster/scripts/plpgsql/st_splittable.sql: Some more useful
          functions
 
-2011-11-29 16:15  pracine
+2011-11-29 16:15  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_areaweightedsummarystats.sql,
+       * [r8253] raster/scripts/plpgsql/st_areaweightedsummarystats.sql,
          raster/scripts/plpgsql/st_createindexraster.sql,
          raster/scripts/plpgsql/st_splittable.sql,
          raster/scripts/plpgsql/st_summarystatsagg.sql: Added some plpgsql
          functions
 
-2011-11-29 08:49  robe
+2011-11-29 08:49  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
+       * [r8252]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
          Fix for #1310
 
-2011-11-28 13:36  robe
+2011-11-28 13:36  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml, doc/reference_constructor.xml: Note:
-         libxml2 dependency of ST_Geom*ML functions and ref back to
+       * [r8251] doc/installation.xml, doc/reference_constructor.xml:
+         Note: libxml2 dependency of ST_Geom*ML functions and ref back to
          configuration section. Also put in missing --with-xml2config flag
          in installion_configuration section
 
-2011-11-26 21:17  robe
+2011-11-26 21:17  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: put a firmer sorta date in the sand
+       * [r8250] NEWS, doc/release_notes.xml: put a firmer sorta date in
+         the sand
 
-2011-11-26 21:16  robe
+2011-11-26 21:16  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/introduction.xml, doc/release_notes.xml: more credit
-         cleanup -- add people I missed, fix some minor typos
+       * [r8249] NEWS, doc/introduction.xml, doc/release_notes.xml: more
+         credit cleanup -- add people I missed, fix some minor typos
 
-2011-11-26 06:07  pramsey
+2011-11-26 06:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwout_svg.c: ST_AsSVG kills whole postgres server when
-         fails (#1028)
+       * [r8246] liblwgeom/lwout_svg.c: ST_AsSVG kills whole postgres
+         server when fails (#1028)
 
-2011-11-26 05:25  robe
+2011-11-26 05:25  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/introduction.xml, doc/release_notes.xml: update credits
-         to include hard-core testers
+       * [r8244] NEWS, doc/introduction.xml, doc/release_notes.xml: update
+         credits to include hard-core testers
 
-2011-11-26 05:04  pramsey
+2011-11-26 05:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/run_test: Revert per #1246
+       * [r8243] regress/run_test: Revert per #1246
 
-2011-11-25 11:54  robe
+2011-11-25 11:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml, extensions/postgis/Makefile,
+       * [r8242] doc/reference_raster.xml, extensions/postgis/Makefile,
          extensions/postgis/postgis.control,
          extensions/postgis_topology/Makefile,
          extensions/postgis_topology/postgis_topology.control: remove more
          obsolete protos in docs and up extension alpha version numbers
 
-2011-11-25 11:49  robe
+2011-11-25 11:49  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: remove more protos that have been
-         removed and replaced with default args
+       * [r8241] doc/reference_raster.xml: remove more protos that have
+         been removed and replaced with default args
 
-2011-11-24 21:13  strk
+2011-11-24 21:13  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Move the 'CREATE SCHEMA' query out of
-         first column anchorage (#1325)
+       * [r8239] topology/topology.sql.in.c: Move the 'CREATE SCHEMA'
+         query out of first column anchorage (#1325)
          
          Makes the upgrade script generator less confused...
 
-2011-11-24 19:17  pramsey
+2011-11-24 19:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis.sql.in.c: Fix operator mis-referencing nd
+       * [r8238] postgis/postgis.sql.in.c: Fix operator mis-referencing nd
          function for 2d op.
 
-2011-11-24 16:01  strk
+2011-11-24 16:01  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/topogeometry, topology/sql/topogeometry/type.sql,
-         topology/test/Makefile, topology/test/hierarchy.sql,
+       * [r8237] topology/sql/topogeometry,
+         topology/sql/topogeometry/type.sql, topology/test/Makefile,
+         topology/test/hierarchy.sql,
          topology/test/regress/topogeometry_type.sql,
          topology/test/regress/topogeometry_type_expected,
          topology/topology.sql.in.c: Override GeometryType and
          Includes regression testing.
          NOTE: we'll always advertise MULTI as a safest bet
 
-2011-11-24 16:01  strk
+2011-11-24 16:01  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/hierarchy.sql, topology/test/predicate.expected,
+       * [r8236] topology/test/hierarchy.sql,
+         topology/test/predicate.expected,
          topology/test/predicates.sql.in,
          topology/test/query_features.sql,
          topology/test/regress/legacy_predicate_expected,
          topology/test/regress/legacy_query_expected: Shake legacy
          testcase a bit to avoid to mix population with queries
 
-2011-11-24 03:44  robe
+2011-11-24 03:44  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: provide examples for
+       * [r8235] doc/reference_constructor.xml: provide examples for
          ST_GeomFromGeoJSON now that I can compile it :)
 
-2011-11-24 03:23  robe
+2011-11-24 03:23  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: update to include links to wiki for extra
-         compilation help and pre-built binaries.
+       * [r8234] doc/installation.xml: update to include links to wiki for
+         extra compilation help and pre-built binaries.
 
-2011-11-24 03:14  robe
+2011-11-24 03:14  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Amend installation instructions to include
-         json-dir configure option
+       * [r8233] doc/installation.xml: Amend installation instructions to
+         include json-dir configure option
 
-2011-11-24 02:05  robe
+2011-11-24 02:05  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: minor updates to bios
+       * [r8232] doc/introduction.xml: minor updates to bios
 
-2011-11-24 01:58  robe
+2011-11-24 01:58  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: update news / credits for
+       * [r8231] NEWS, doc/release_notes.xml: update news / credits for
          ST_GeomFromGeoJSON
 
-2011-11-23 17:28  strk
+2011-11-23 17:28  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwout_gml.c: Const-correct
-         GML signatures
+       * [r8229] liblwgeom/liblwgeom.h.in, liblwgeom/lwout_gml.c:
+         Const-correct GML signatures
 
-2011-11-23 17:26  robe
+2011-11-23 17:26  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: change + to | to make strk happy
+       * [r8228] doc/reference_output.xml: change + to | to make strk
+         happy
 
-2011-11-23 17:24  robe
+2011-11-23 17:24  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: update ST_AsGML with examples and
-         include envelope bits option
+       * [r8227] doc/reference_output.xml: update ST_AsGML with examples
+         and include envelope bits option
 
-2011-11-23 15:27  robe
+2011-11-23 15:27  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: fix typo in GML description noted by
-         strk
+       * [r8226] doc/reference_output.xml: fix typo in GML description
+         noted by strk
 
-2011-11-23 02:17  robe
+2011-11-23 02:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: correct signatures of some functions
-         changed to use more default args
+       * [r8225] doc/reference_raster.xml: correct signatures of some
+         functions changed to use more default args
 
-2011-11-22 19:01  dustymugs
+2011-11-22 19:01  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Prefixed internal C utility functions with
-         rtpg_. This keeps the coding style inline with that for postgis.
+       * [r8224] raster/rt_pg/rt_pg.c: Prefixed internal C utility
+         functions with rtpg_. This keeps the coding style inline with
+         that for postgis.
 
-2011-11-22 18:10  dustymugs
+2011-11-22 18:10  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis_drop.sql.in.c: Corrected incorrect drop
-         function statement.
+       * [r8223] raster/rt_pg/rtpostgis_drop.sql.in.c: Corrected incorrect
+         drop function statement.
 
-2011-11-22 17:58  dustymugs
+2011-11-22 17:58  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8222] raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c: More SQL function cleanup
          with use of default parameter values.
 
-2011-11-22 09:26  robe
+2011-11-22 09:26  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/Makefile, extensions/postgis/postgis.control,
+       * [r8221] extensions/postgis/Makefile,
+         extensions/postgis/postgis.control,
          extensions/postgis_topology/Makefile,
          extensions/postgis_topology/postgis_topology.control: up the
          alpha numbers
 
-2011-11-22 09:21  robe
+2011-11-22 09:21  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: missed a spot
+       * [r8220] doc/reference_raster.xml: missed a spot
 
-2011-11-22 09:05  robe
+2011-11-22 09:05  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: correct documentation to get rid of
-         protos eradicated in r8218 (so extensions installs)
+       * [r8219] doc/reference_raster.xml: correct documentation to get
+         rid of protos eradicated in r8218 (so extensions installs)
 
-2011-11-22 01:06  dustymugs
+2011-11-22 01:06  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8218] raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c: Additional function cleanup
          by making use of DEFAULT parameter values
 
-2011-11-21 20:09  dustymugs
+2011-11-21 20:09  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Fixed expression parsing in
+       * [r8217] raster/rt_pg/rt_pg.c: Fixed expression parsing in
          RASTER_mapAlgebra2. Evidently, the count parameter of replace()
          is an input/output parameter.
          
          Associated ticket is #1317.
 
-2011-11-21 19:55  dustymugs
+2011-11-21 19:55  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Fixed behavior of one raster not having
-         specified band and being sampled.
+       * [r8216] raster/rt_pg/rt_pg.c: Fixed behavior of one raster not
+         having specified band and being sampled.
          
          Associated ticket is #1316.
 
-2011-11-21 19:18  dustymugs
+2011-11-21 19:18  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Fixed extent bug for UNION in
+       * [r8215] raster/rt_core/rt_api.c: Fixed extent bug for UNION in
          rt_raster_from_two_rasters
 
-2011-11-21 19:18  robe
+2011-11-21 19:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: description corrections to
+       * [r8214] doc/reference_raster.xml: description corrections to
          ST_MapAlgebraNgbFct based on input from dzwarg
 
-2011-11-21 17:37  pracine
+2011-11-21 17:37  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_union.sql: Many fix following the C
-         implementation of the two raster version of ST_MapAlgebra.
+       * [r8213] raster/scripts/plpgsql/st_union.sql: Many fix following
+         the C implementation of the two raster version of ST_MapAlgebra.
 
-2011-11-21 16:32  strk
+2011-11-21 16:32  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos_split.c,
+       * [r8212] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos_split.c,
          liblwgeom/ptarray.c, postgis/lwgeom_functions_analytic.c: Add a
          vertex-snap-tolerance parameter to ptarray_substring
          
          This is aimed at improving robustness for ST_Split, which now
          uses an hard-coded tolerance of 1e-14 (see #1311)
 
-2011-11-21 16:15  robe
+2011-11-21 16:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: revise explanation based on trying to
-         read the code to figure out what nodatamode in theory should be
-         doing
+       * [r8211] doc/reference_raster.xml: revise explanation based on
+         trying to read the code to figure out what nodatamode in theory
+         should be doing
 
-2011-11-21 16:03  strk
+2011-11-21 16:03  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_lrs.sql, regress/regress_lrs_expected: Numerate
-         tests for line_substring
+       * [r8210] regress/regress_lrs.sql, regress/regress_lrs_expected:
+         Numerate tests for line_substring
 
-2011-11-21 15:59  pracine
+2011-11-21 15:59  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_union.sql: -Fix cut and paste error
+       * [r8209] raster/scripts/plpgsql/st_union.sql: -Fix cut and paste
+         error
 
-2011-11-21 15:37  robe
+2011-11-21 15:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: get rid of extra para tag
+       * [r8208] doc/reference_raster.xml: get rid of extra para tag
 
-2011-11-21 15:32  robe
+2011-11-21 15:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: ST_MapAlgebraFctNgb:add in the
+       * [r8207] doc/reference_raster.xml: ST_MapAlgebraFctNgb:add in the
          nodatamode to ST_ (forgot it last time). I still have no clue
          what this parameter does -- doesn't seem to do anything for me
          like get rid of the border. Add in links to where to get example
          raster used. fix some typos
 
-2011-11-21 14:59  strk
+2011-11-21 14:59  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_split.c: Add testcase for #1311
+       * [r8206] liblwgeom/cunit/cu_split.c: Add testcase for #1311
          (lwgeom_split).
          
          Also fix existing testcase (wasn't really testing it).
 
-2011-11-21 14:59  strk
+2011-11-21 14:59  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom_geos_split.c: Fix memory leak in lwgeom_split
+       * [r8205] liblwgeom/lwgeom_geos_split.c: Fix memory leak in
+         lwgeom_split
 
-2011-11-21 12:10  strk
+2011-11-21 12:10  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/g_serialized.c: Hush warning about missing prototype.
+       * [r8204] liblwgeom/g_serialized.c: Hush warning about missing
+         prototype.
          
          This is really a commit intended to amend the previous for the
          sake
          #1023
          which is more complex)
 
-2011-11-21 12:03  strk
+2011-11-21 12:03  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/g_serialized.c, regress/tickets.sql,
+       * [r8203] liblwgeom/g_serialized.c, regress/tickets.sql,
          regress/tickets_expected: Have gserialized_get_gbox_p always
          return a round-to-float box
          
          Closes (hopefully forever) bug #1023.
          Includes testcase otherwise failing.
 
-2011-11-21 09:33  strk
+2011-11-21 09:33  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/addface.sql,
+       * [r8202] topology/test/regress/addface.sql,
          topology/test/regress/addface_expected: Add testcase for ticket
          #1302 (now passes)
 
-2011-11-21 08:33  strk
+2011-11-21 08:33  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/topoelement_expected: Update expected error
-         messages not to include the "topology" namespace (now that it's
-         part of the search_path).
+       * [r8201] topology/test/regress/topoelement_expected: Update
+         expected error messages not to include the "topology" namespace
+         (now that it's part of the search_path).
 
-2011-11-21 08:23  strk
+2011-11-21 08:23  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_libgeom.c: Rename "LibGeom Suite" to simply
-         "libgeom", for easy of use
+       * [r8200] liblwgeom/cunit/cu_libgeom.c: Rename "LibGeom Suite" to
+         simply "libgeom", for easy of use
 
-2011-11-21 08:21  strk
+2011-11-21 08:21  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_ptarray.c:
-         Surrender to evidence of the narrow ring tested being clockwise
+       * [r8199] liblwgeom/cunit/cu_libgeom.c,
+         liblwgeom/cunit/cu_ptarray.c: Surrender to evidence of the narrow
+         ring tested being clockwise
 
-2011-11-21 08:08  strk
+2011-11-21 08:08  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom_api.c: Improve robustness of ptarray_isccw (see
-         #1302)
+       * [r8198] liblwgeom/lwgeom_api.c: Improve robustness of
+         ptarray_isccw (see #1302)
 
-2011-11-21 07:48  robe
+2011-11-21 07:48  Regina Obe <lr@pcorp.us>
 
-       * topology/sql/manage/ManageHelper.sql, topology/topology.sql.in.c:
-         Logic to add topology to database search path on install or
-         upgrade
+       * [r8197] topology/sql/manage/ManageHelper.sql,
+         topology/topology.sql.in.c: Logic to add topology to database
+         search path on install or upgrade
 
-2011-11-21 04:02  robe
+2011-11-21 04:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml, raster/rt_pg/rtpostgis_drop.sql.in.c:
-         FIX upgrade script - complement to r8186 - drop all mapalgebra
-         functions before upgrade because for pg9.0+ CREATE OR REPLACE
-         FUNCTION fails if argument names have changed. Also update docs
-         to reflect new naming of userfunction to
+       * [r8196] doc/reference_raster.xml,
+         raster/rt_pg/rtpostgis_drop.sql.in.c: FIX upgrade script -
+         complement to r8186 - drop all mapalgebra functions before
+         upgrade because for pg9.0+ CREATE OR REPLACE FUNCTION fails if
+         argument names have changed. Also update docs to reflect new
+         naming of userfunction to
          onerasteruderfunc,tworasteruserfunc,onerasternguserfunc
 
-2011-11-20 21:37  robe
+2011-11-20 21:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix some ST_MapAlgebra userfunc arg
-         names to agree with code. Still ng ones to go and drop fix.
+       * [r8195] doc/reference_raster.xml: fix some ST_MapAlgebra userfunc
+         arg names to agree with code. Still ng ones to go and drop fix.
 
-2011-11-20 21:35  strk
+2011-11-20 21:35  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_ptarray.c: Add another test for ptarray_isccw,
-         which incredibly seems to disagree with the same check done when
-         the same ring occurs in a polygon
+       * [r8194] liblwgeom/cunit/cu_ptarray.c: Add another test for
+         ptarray_isccw, which incredibly seems to disagree with the same
+         check done when the same ring occurs in a polygon
 
-2011-11-20 21:19  strk
+2011-11-20 21:19  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/ptarray.c: Do not memcpy to self in ptarray_reverse
-         (see #1302)
+       * [r8193] liblwgeom/ptarray.c: Do not memcpy to self in
+         ptarray_reverse (see #1302)
 
-2011-11-20 21:19  strk
+2011-11-20 21:19  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_libgeom.c: Better indent for comparing
+       * [r8192] liblwgeom/cunit/cu_libgeom.c: Better indent for comparing
          obtained/expected
 
-2011-11-20 20:51  strk
+2011-11-20 20:51  Sandro Santilli <strk@keybit.net>
 
-       * loader/Makefile.in: Fix 'clean' rule under loader to drop stuff
-         under .libs
+       * [r8191] loader/Makefile.in: Fix 'clean' rule under loader to drop
+         stuff under .libs
 
-2011-11-20 20:51  strk
+2011-11-20 20:51  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_libgeom.c: Add test for lwgeom_force_clockwise
-         (see #1302)
+       * [r8190] liblwgeom/cunit/cu_libgeom.c: Add test for
+         lwgeom_force_clockwise (see #1302)
 
-2011-11-19 17:28  strk
+2011-11-19 17:28  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_ptarray.c: Add test for ptarray_isccw (see
-         #1302)
+       * [r8189] liblwgeom/cunit/cu_ptarray.c: Add test for ptarray_isccw
+         (see #1302)
 
-2011-11-18 23:47  dustymugs
+2011-11-18 23:47  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Addition of
-         function rt_util_gdal_datatype_to_pixtype to complement
-         rt_util_pixtype_to_gdal_datatype.
+       * [r8188] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h:
+         Addition of function rt_util_gdal_datatype_to_pixtype to
+         complement rt_util_pixtype_to_gdal_datatype.
 
-2011-11-18 22:38  dzwarg
+2011-11-18 22:38  David Zwarg <dzwarg@azavea.com>
 
-       * doc/reference_raster.xml: Documented ST_Rotation and
+       * [r8187] doc/reference_raster.xml: Documented ST_Rotation and
          ST_SetRotation.
 
-2011-11-18 21:41  dustymugs
+2011-11-18 21:41  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Update parameter names for
-         regprocedure data types
+       * [r8186] raster/rt_pg/rtpostgis.sql.in.c: Update parameter names
+         for regprocedure data types
 
-2011-11-18 21:28  dzwarg
+2011-11-18 21:28  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_pg/rt_pg.c,
+       * [r8185] raster/rt_pg/rt_pg.c,
          raster/test/regress/rt_mapalgebrafctngb.sql,
          raster/test/regress/rt_mapalgebrafctngb_expected: Nodata mode
          defaults to 'ignore' if it is NULL. Added tests for out of range
          neighborhoods.
 
-2011-11-18 20:56  dzwarg
+2011-11-18 20:56  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r8184] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.h, raster/test/regress/rt_band_properties.sql,
          raster/test/regress/rt_box2d.sql,
          raster/test/regress/rt_set_band_properties.sql,
          raster/test/regress/rt_set_properties.sql: Non-functional change.
          Updated author email address for dzwarg.
 
-2011-11-18 20:53  dzwarg
+2011-11-18 20:53  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_pg/rt_pg.c,
+       * [r8183] raster/rt_pg/rt_pg.c,
          raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
          raster/test/regress/rt_mapalgebrafctngb.sql,
          raster/test/regress/rt_mapalgebrafctngb_expected: Refactored
          ST_MapAlgebraFctNgb to cache userfunction lookup, and accept NULL
          input and output values.
 
-2011-11-18 20:15  dzwarg
+2011-11-18 20:15  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_pg/rt_pg.c, raster/test/regress/Makefile.in,
+       * [r8182] raster/rt_pg/rt_pg.c, raster/test/regress/Makefile.in,
          raster/test/regress/create_rt_mapalgebra_test.sql,
          raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
          raster/test/regress/create_rt_mapalgebrafctngb_test_expected,
          ST_MapAlgebraFct to cache userfunction lookup, and accept NULL
          input and output values.
 
-2011-11-18 18:30  dustymugs
+2011-11-18 18:30  Bborie Park <bkpark at ucdavis.edu>
 
-       * configure.ac, raster/raster_config.h.in, raster/rt_core/rt_api.c,
-         raster/rt_core/rt_api.h, raster/test/regress/rt_addband_expected,
+       * [r8181] configure.ac, raster/raster_config.h.in,
+         raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+         raster/test/regress/rt_addband_expected,
          raster/test/regress/rt_mapalgebraexpr_expected,
          raster/test/regress/rt_mapalgebrafct_expected,
          raster/test/regress/rt_mapalgebrafctngb_expected: Added a flag
          
          Associated ticket is #1307
 
-2011-11-18 15:53  dzwarg
+2011-11-18 15:53  David Zwarg <dzwarg@azavea.com>
 
-       * raster/test/regress/rt_mapalgebrafctngb.sql,
+       * [r8180] raster/test/regress/rt_mapalgebrafctngb.sql,
          raster/test/regress/rt_mapalgebrafctngb_expected: Enabled all
          tests on ST_MapAlgebraFctNgb.
 
-2011-11-18 14:53  dzwarg
+2011-11-18 14:53  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Fixed debug
-         problem in #1308
+       * [r8179] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Fixed
+         debug problem in #1308
 
-2011-11-18 13:59  robe
+2011-11-18 13:59  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: fix minor typo
+       * [r8178] doc/reference_constructor.xml: fix minor typo
 
-2011-11-18 13:58  robe
+2011-11-18 13:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: document new ST_GeomFromGeoJSON
-         function. Will provide examples later once resolved my JSON-C
-         compilation issues
+       * [r8177] doc/reference_constructor.xml: document new
+         ST_GeomFromGeoJSON function. Will provide examples later once
+         resolved my JSON-C compilation issues
 
-2011-11-18 13:24  robe
+2011-11-18 13:24  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: minor corrections
+       * [r8176] doc/reference_raster.xml: minor corrections
 
-2011-11-18 03:36  robe
+2011-11-18 03:36  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/Makefile, extensions/postgis/postgis.control:
-         increment alpha release number to allow upgrade with extensions
+       * [r8175] extensions/postgis/Makefile,
+         extensions/postgis/postgis.control: increment alpha release
+         number to allow upgrade with extensions
 
-2011-11-18 03:08  robe
+2011-11-18 03:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix code comment
+       * [r8174] doc/reference_raster.xml: fix code comment
 
-2011-11-18 02:54  robe
+2011-11-18 02:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: forgot pixeltype in ngb arg list
+       * [r8173] doc/reference_raster.xml: forgot pixeltype in ngb arg
+         list
 
-2011-11-18 02:48  robe
+2011-11-18 02:48  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix typo in linkends
+       * [r8172] doc/reference_raster.xml: fix typo in linkends
 
-2011-11-18 02:32  robe
+2011-11-18 02:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: put in missing spaces
+       * [r8171] doc/reference_raster.xml: put in missing spaces
 
-2011-11-18 02:31  robe
+2011-11-18 02:31  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/st_mapalgebrafctngb01.png,
+       * [r8170] doc/html/images/st_mapalgebrafctngb01.png,
          doc/html/images/st_mapalgebrafctngb02.png,
          doc/reference_raster.xml: ST_MapAlgebraFctNgb (and put in
          immuatable for other st_mapalgebras)
 
-2011-11-18 01:15  robe
+2011-11-18 01:15  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/st_rescale01.png,
+       * [r8169] doc/html/images/st_rescale01.png,
          doc/html/images/st_rescale02.png, doc/reference_raster.xml:
          #1306: document rescale and provide examples, fix st_resample
          args. (still 2 more to go in this ticket)
 
-2011-11-18 00:29  pramsey
+2011-11-18 00:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Move library link to appropriate place.
+       * [r8168] configure.ac: Move library link to appropriate place.
 
-2011-11-18 00:17  pramsey
+2011-11-18 00:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, doc/installation.xml, postgis/Makefile.in,
+       * [r8167] configure.ac, doc/installation.xml, postgis/Makefile.in,
          postgis/geometry_estimate.c, postgis/lwgeom_export.c,
          postgis/lwgeom_export.h, postgis/lwgeom_in_geojson.c,
          postgis/postgis.sql.in.c, postgis_config.h.in,
          regress/Makefile.in, regress/in_geojson.sql,
          regress/in_geojson_expected: Add ST_GeomFromGeoJSON (#376)
 
-2011-11-18 00:17  robe
+2011-11-18 00:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: correct ST_Resample arguments to agree
-         with implementation. Still need to fill in descriptions of what
-         all params mean
+       * [r8166] doc/reference_raster.xml: correct ST_Resample arguments
+         to agree with implementation. Still need to fill in descriptions
+         of what all params mean
 
-2011-11-17 22:48  dustymugs
+2011-11-17 22:48  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/regress/rt_mapalgebrafctngb.sql: Fix the 8.4 error
-         only described in #1296.
+       * [r8165] raster/test/regress/rt_mapalgebrafctngb.sql: Fix the 8.4
+         error only described in #1296.
 
-2011-11-17 15:04  dustymugs
+2011-11-17 15:04  Bborie Park <bkpark at ucdavis.edu>
 
-       * doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8164] doc/reference_raster.xml,
+         raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c: Additional corrections and
          cleanup for ST_BandNoDataValue
 
-2011-11-17 14:57  dustymugs
+2011-11-17 14:57  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Fixed a
-         bunch of other nodataval datatype issues.
+       * [r8163] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
+         Fixed a bunch of other nodataval datatype issues.
 
-2011-11-17 14:49  dustymugs
+2011-11-17 14:49  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8162] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_asraster_expected: Fixed invalid handling
          of nodatavalue in ST_BandMetaData(). Issue arises due to C
          backend using Float8GetDatum while SQL frontend using real
          datatype.
 
-2011-11-17 04:25  robe
+2011-11-17 04:25  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/post_gis_day_cards.html.xsl: put in some spacing
+       * [r8161] doc/xsl/post_gis_day_cards.html.xsl: put in some spacing
 
-2011-11-17 01:44  robe
+2011-11-17 01:44  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/post_gis_day_cards.html.xsl: more event ideas
+       * [r8160] doc/xsl/post_gis_day_cards.html.xsl: more event ideas
 
-2011-11-16 20:39  robe
+2011-11-16 20:39  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/post_gis_day_cards.html.xsl,
+       * [r8159] doc/xsl/post_gis_day_cards.html.xsl,
          doc/xsl/postgis_cheatsheet.html.xsl,
          doc/xsl/raster_cheatsheet.html.xsl,
          doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
          doc/xsl/topology_gardentest.sql.xsl: put in missing svn:keywords
          fix formatting of cards so easier to break on pages
 
-2011-11-16 17:38  robe
+2011-11-16 17:38  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/post_gis_day_cards.html.xsl: Post GIS day commemorative
-         cards generator
+       * [r8158] doc/xsl/post_gis_day_cards.html.xsl: Post GIS day
+         commemorative cards generator
 
-2011-11-16 03:41  robe
+2011-11-16 03:41  Regina Obe <lr@pcorp.us>
 
-       * topology/Makefile.in: logic to create a an
+       * [r8157] topology/Makefile.in: logic to create a an
          topology_upgrade_20_minor.sql
 
-2011-11-15 18:15  dustymugs
+2011-11-15 18:15  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Removed hardcoded SRID of 0 and
-         replaced with ST_SRID('Point(0 0)'::geometry)
+       * [r8156] raster/rt_pg/rtpostgis.sql.in.c: Removed hardcoded SRID
+         of 0 and replaced with ST_SRID('Point(0 0)'::geometry)
 
-2011-11-15 00:48  robe
+2011-11-15 00:48  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: put in missing t in raster load
+       * [r8155] doc/reference_raster.xml: put in missing t in raster load
          examples
 
-2011-11-14 23:21  dzwarg
+2011-11-14 23:21  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8154] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/scripts/plpgsql/st_mapalgebrafctngb.sql,
          raster/test/regress/Makefile.in,
          raster/test/regress/rt_mapalgebrafctngb.sql,
          raster/test/regress/rt_mapalgebrafctngb_expected: Added single
          version of map algebra that operates on neighborhoods.
 
-2011-11-14 21:40  dustymugs
+2011-11-14 21:40  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r8153] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c, raster/test/core/testapi.c,
          raster/test/regress/rt_resample.sql,
          
          Associated ticket is #1267
 
-2011-11-14 08:15  robe
+2011-11-14 08:15  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/Makefile, extensions/postgis/postgis.control,
+       * [r8152] extensions/postgis/Makefile,
+         extensions/postgis/postgis.control,
          extensions/postgis/sql_bits/remove_from_extension.sql.in: revise
          extension upgrade builder to use new remove functions from
          extension before attemtpting to readd them. Cool I can now
          upgrade my 2.0.0a3 to 2.0.0a.6 without any complaints.
 
-2011-11-14 07:36  robe
+2011-11-14 07:36  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis_extension_helper.sql,
+       * [r8151] extensions/postgis_extension_helper.sql,
          extensions/postgis_extension_helper_uninstall.sql,
          extensions/postgis_topology/Makefile,
          extensions/postgis_topology/postgis_topology.control,
          minor corrections to extension helper, create extension
          uninstall, incorporate in topology extension upgrade script
 
-2011-11-14 05:44  robe
+2011-11-14 05:44  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis_extension_helper.sql: helper functions for
-         creating upgrade extension script. So far helper so I can
+       * [r8150] extensions/postgis_extension_helper.sql: helper functions
+         for creating upgrade extension script. So far helper so I can
          sneakingly drop functions from an existing extension so I can
          reinstall them if a create or replace will not be sufficient.(so
          I avoid the dreaded error -- can't drop function /aggregate
          because its part of an extension.)
 
-2011-11-13 03:45  robe
+2011-11-13 03:45  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: #1288: correct some obsolete
-         advice about how to create indexes and register a geometry
-         column.
+       * [r8149] doc/using_postgis_dataman.xml: #1288: correct some
+         obsolete advice about how to create indexes and register a
+         geometry column.
 
-2011-11-12 18:20  strk
+2011-11-12 18:20  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r8148] topology/sql/sqlmm.sql,
          topology/test/regress/st_createtopogeo.sql,
          topology/test/regress/st_createtopogeo_expected: Do not consider
          nodes with the same bounding box as being equal.
          
          Fixes bug #1284. Includes regression test.
 
-2011-11-12 15:12  dustymugs
+2011-11-12 15:12  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis_drop.sql.in.c,
+       * [r8147] raster/rt_pg/rt_pg.c,
+         raster/rt_pg/rtpostgis_drop.sql.in.c,
          raster/test/regress/rt_mapalgebrafct_2raster.sql,
          raster/test/regress/rt_mapalgebrafct_2raster_expected: Added
          checks to make sure user-function is valid. Also added check for
          volatility of user-function with notice if function is volatile.
 
-2011-11-12 13:14  robe
+2011-11-12 13:14  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Fix typo
+       * [r8146] doc/reference_raster.xml: Fix typo
 
-2011-11-12 05:28  robe
+2011-11-12 05:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: escape html entitities in program
-         listing of ST_MApAlgebrafct 2 band version
+       * [r8145] doc/reference_raster.xml: escape html entitities in
+         program listing of ST_MApAlgebrafct 2 band version
 
-2011-11-12 04:27  robe
+2011-11-12 04:27  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/st_mapalgebrafct2_01.png,
+       * [r8144] doc/html/images/st_mapalgebrafct2_01.png,
          doc/html/images/st_mapalgebrafct2_02.png,
          doc/reference_raster.xml: add examples and fix arg list
 
-2011-11-12 00:01  dustymugs
+2011-11-12 00:01  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Removed third variant as it
-         conflicts with the second variant of 2-raster ST_MapAlgebraFct
+       * [r8143] raster/rt_pg/rtpostgis.sql.in.c: Removed third variant as
+         it conflicts with the second variant of 2-raster ST_MapAlgebraFct
          
          Related ticket is #1283
 
-2011-11-11 23:07  robe
+2011-11-11 23:07  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: begin documentation of 2 band
+       * [r8142] doc/reference_raster.xml: begin documentation of 2 band
          ST_MapAlgebraFct -- waiting for dustymugs to fix signature before
          providing examples
 
-2011-11-11 20:34  robe
+2011-11-11 20:34  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix arg list in ST_MapAlgebraExpr
-         single band version (nodatavalexpr got relaplced with nodataval
-         which is now double precision instead of text)
+       * [r8141] doc/reference_raster.xml: fix arg list in
+         ST_MapAlgebraExpr single band version (nodatavalexpr got
+         relaplced with nodataval which is now double precision instead of
+         text)
 
-2011-11-11 19:31  dzwarg
+2011-11-11 19:31  David Zwarg <dzwarg@azavea.com>
 
-       * raster/scripts/plpgsql/st_mapalgebrafctngb.sql: Added more test
-         to plpgsql ST_MapAlgebraFctNgb prototype.
+       * [r8140] raster/scripts/plpgsql/st_mapalgebrafctngb.sql: Added
+         more test to plpgsql ST_MapAlgebraFctNgb prototype.
 
-2011-11-11 18:50  dzwarg
+2011-11-11 18:50  David Zwarg <dzwarg@azavea.com>
 
-       * raster/scripts/plpgsql/st_mapalgebrafctngb.sql: Added pl/pgsql
-         prototype of the neighborhood map algebra function.
+       * [r8139] raster/scripts/plpgsql/st_mapalgebrafctngb.sql: Added
+         pl/pgsql prototype of the neighborhood map algebra function.
 
-2011-11-11 15:45  dustymugs
+2011-11-11 15:45  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Removed commented-out stubs for nonexistant
-         RASTER_mapAlgebra2Fct
+       * [r8138] raster/rt_pg/rt_pg.c: Removed commented-out stubs for
+         nonexistant RASTER_mapAlgebra2Fct
 
-2011-11-11 15:41  dustymugs
+2011-11-11 15:41  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8137] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/Makefile.in,
          raster/test/regress/rt_mapalgebraexpr_2raster.sql,
          raster/test/regress/rt_mapalgebraexpr_2raster_expected,
          
          Associated ticket is #1281.
 
-2011-11-11 08:40  robe
+2011-11-11 08:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: put comment about expression
+       * [r8136] doc/reference_raster.xml: put comment about expression
 
-2011-11-10 20:59  dzwarg
+2011-11-10 20:59  David Zwarg <dzwarg@azavea.com>
 
-       * doc/reference_raster.xml: Updated documentation for all variants
-         of ST_MapAlgebraFct.
+       * [r8135] doc/reference_raster.xml: Updated documentation for all
+         variants of ST_MapAlgebraFct.
 
-2011-11-10 11:10  strk
+2011-11-10 11:10  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/g_serialized.c, regress/tickets.sql,
+       * [r8134] liblwgeom/g_serialized.c, regress/tickets.sql,
          regress/tickets_expected: Make sure to "round-to-float" boxes
          read from serialized, no matter if there was or not a cache.
          Fixes #1273. Includes regress testing. Note: would be worth to
          also test the 2-points line case (I didn't in this specific
          commit, but the patch should fix that as well).
 
-2011-11-10 00:18  robe
+2011-11-10 00:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: add missing references to other
+       * [r8133] doc/reference_raster.xml: add missing references to other
          functions used
 
-2011-11-10 00:15  robe
+2011-11-10 00:15  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/st_mapalgebraexpr2_04.png,
+       * [r8132] doc/html/images/st_mapalgebraexpr2_04.png,
          doc/html/images/st_mapalgebraexpr2_05.png,
          doc/html/images/st_mapalgebraexpr2_06.png,
          doc/html/images/st_mapalgebraexpr2_07.png,
          doc/reference_raster.xml: Add example of overlaying single
          rasters on same canvas
 
-2011-11-10 00:02  dustymugs
+2011-11-10 00:02  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis_drop.sql.in.c: Signatures changed for
-         ST_MapAlgebraExpr where nodatavaluerepl (text) is now nodataval
-         (double precision)
+       * [r8131] raster/rt_pg/rtpostgis_drop.sql.in.c: Signatures changed
+         for ST_MapAlgebraExpr where nodatavaluerepl (text) is now
+         nodataval (double precision)
 
-2011-11-09 23:52  dustymugs
+2011-11-09 23:52  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/core/testapi.c: Removed all remaining memory leaks
-         from testapi.c
+       * [r8130] raster/test/core/testapi.c: Removed all remaining memory
+         leaks from testapi.c
 
-2011-11-09 23:12  dustymugs
+2011-11-09 23:12  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/core/testapi.c: Rolled back attempt to clean up
-         memory handling. We'll just live with this until testapi.c is
+       * [r8129] raster/test/core/testapi.c: Rolled back attempt to clean
+         up memory handling. We'll just live with this until testapi.c is
          replaced by cunit tests for raster.
 
-2011-11-09 23:00  dustymugs
+2011-11-09 23:00  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r8128] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Separated the
          output raster's extent calculation from RASTER_mapAlgebra2Expr()
          in rt_pg.c to rt_raster_from_two_rasters() in rt_api.c. Added
          test of rt_raster_from_two_rasters() in testapi.c
 
-2011-11-09 17:15  robe
+2011-11-09 17:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix typos, provide description for
-         nodatanodataval (pierre / bborie /dzwarg -- please check my
+       * [r8127] doc/reference_raster.xml: fix typos, provide description
+         for nodatanodataval (pierre / bborie /dzwarg -- please check my
          definitions to make sure they are right)
 
-2011-11-09 15:35  dustymugs
+2011-11-09 15:35  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c,
+       * [r8126] raster/rt_pg/rt_pg.c,
          raster/test/regress/rt_mapalgebraexpr_2raster.sql,
          raster/test/regress/rt_mapalgebraexpr_2raster_expected: Fixed bug
          where an expression doesn't contain a placeholder (either rast1
          
          Associated ticket is #1276.
 
-2011-11-09 05:02  robe
+2011-11-09 05:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix minor typos
+       * [r8125] doc/reference_raster.xml: fix minor typos
 
-2011-11-09 03:52  robe
+2011-11-09 03:52  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/postgis.control,
+       * [r8124] extensions/postgis/postgis.control,
          extensions/postgis_topology/postgis_topology.control: increment
          version
 
-2011-11-09 03:45  robe
+2011-11-09 03:45  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: break out what all the different
-         arguments are in 2 map algebra.
+       * [r8123] doc/reference_raster.xml: break out what all the
+         different arguments are in 2 map algebra.
 
-2011-11-09 02:55  robe
+2011-11-09 02:55  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/st_mapalgebraexpr2_01.png,
+       * [r8122] doc/html/images/st_mapalgebraexpr2_01.png,
          doc/html/images/st_mapalgebraexpr2_02.png,
          doc/reference_raster.xml: fix some typos, revise example
          demonstrating difference between intersection and union. include
          pictures.
 
-2011-11-09 01:05  robe
+2011-11-09 01:05  Regina Obe <lr@pcorp.us>
 
-       * raster/rt_pg/rtpostgis_drop.sql.in.c: Add ST_BandMetaData to drop
-         target. Upgrade can't install the new version otherwise since the
-         output parameter data types changed.
+       * [r8121] raster/rt_pg/rtpostgis_drop.sql.in.c: Add ST_BandMetaData
+         to drop target. Upgrade can't install the new version otherwise
+         since the output parameter data types changed.
 
-2011-11-08 23:18  dustymugs
+2011-11-08 23:18  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Fix floating
-         point issues in rt_raster_geopoint_to_cell in addition to other
-         minor changes.
+       * [r8120] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Fix
+         floating point issues in rt_raster_geopoint_to_cell in addition
+         to other minor changes.
 
-2011-11-08 21:34  dustymugs
+2011-11-08 21:34  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Bug fix for evaluating remainder when
-         remainder is infinitely close to 1. Basically, the check wasn't
-         added to a block of code those similar blocks of code had the
-         check.
+       * [r8119] raster/rt_core/rt_api.c: Bug fix for evaluating remainder
+         when remainder is infinitely close to 1. Basically, the check
+         wasn't added to a block of code those similar blocks of code had
+         the check.
 
-2011-11-08 20:32  robe
+2011-11-08 20:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: ST_MapAlgebraExpr - 2 band version -
-         incorporate Pierre's corrections / additions
+       * [r8118] doc/reference_raster.xml: ST_MapAlgebraExpr - 2 band
+         version - incorporate Pierre's corrections / additions
 
-2011-11-08 18:41  robe
+2011-11-08 18:41  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: document ST_MapAlgebraExpr (2 raster
-         band version). Need to clean up the example also figure out how I
-         managed to crash my server with this.
+       * [r8117] doc/reference_raster.xml: document ST_MapAlgebraExpr (2
+         raster band version). Need to clean up the example also figure
+         out how I managed to crash my server with this.
 
-2011-11-08 17:47  pramsey
+2011-11-08 17:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos.c: Do the "are boxes different?" test in
-         ST_Equals using a tolerance instead of exact comparisons.
+       * [r8116] postgis/lwgeom_geos.c: Do the "are boxes different?" test
+         in ST_Equals using a tolerance instead of exact comparisons.
 
-2011-11-08 10:23  strk
+2011-11-08 10:23  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Re-fix
+       * [r8115] liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Re-fix
          robustness issue on 32bit system (seg is 0-based, npoints is
          1-based but segments is npoints-1)
 
-2011-11-08 08:55  strk
+2011-11-08 08:55  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_lrs.sql, regress/regress_lrs_expected: Give
-         unique names to linearref tests
+       * [r8114] regress/regress_lrs.sql, regress/regress_lrs_expected:
+         Give unique names to linearref tests
 
-2011-11-08 08:55  strk
+2011-11-08 08:55  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_split.c: Add test for bug #1270
+       * [r8113] liblwgeom/cunit/cu_split.c: Add test for bug #1270
 
-2011-11-08 08:51  strk
+2011-11-08 08:51  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/ptarray.c: Fix st_line_locate_point check for "last
-         point" (#1271)
+       * [r8112] liblwgeom/ptarray.c: Fix st_line_locate_point check for
+         "last point" (#1271)
 
-2011-11-08 05:27  dustymugs
+2011-11-08 05:27  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
+       * [r8111] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/Makefile.in,
          raster/test/regress/rt_mapalgebra2expr.sql,
          raster/test/regress/rt_mapalgebra2expr_expected,
          raster/test/regress/rt_mapalgebraexpr.sql,
          ST_MapAlgebra2Expr to ST_MapAlgebra after concensus with Pierre
          and Regina.
 
-2011-11-08 00:00  dustymugs
+2011-11-08 00:00  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8110] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_mapalgebraexpr.sql,
          raster/test/regress/rt_mapalgebraexpr_expected: Replaced
          ST_MapAlgebraExpr's "nodatavalueexpr" parameter with "nodataval"
          
          Associated ticket is #866
 
-2011-11-07 21:17  dustymugs
+2011-11-07 21:17  Bborie Park <bkpark at ucdavis.edu>
 
-       * doc/reference_raster.xml: Rephrased a sentence or two in
+       * [r8109] doc/reference_raster.xml: Rephrased a sentence or two in
          ST_Resample. Might not be the best.
 
-2011-11-07 21:07  dustymugs
+2011-11-07 21:07  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster, raster/rt_pg, raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h,
-         raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8108] raster, raster/rt_pg, raster/rt_pg/rt_pg.c,
+         raster/rt_pg/rt_pg.h, raster/rt_pg/rtpostgis.sql.in.c,
          raster/scripts/plpgsql/st_mapalgebra.sql,
          raster/scripts/plpgsql/st_mapalgebra_optimized.sql,
          raster/test/regress/Makefile.in,
          
          Ticket is #1268.
 
-2011-11-07 17:01  strk
+2011-11-07 17:01  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Enhance
-         robustness of ptarray_locate_point, fixing bug #1269.
+       * [r8107] liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c:
+         Enhance robustness of ptarray_locate_point, fixing bug #1269.
          
          Includes regression testcase.
 
-2011-11-06 20:26  dustymugs
+2011-11-06 20:26  Bborie Park <bkpark at ucdavis.edu>
 
-       * postgis/postgis.sql.in.c, postgis/sqldefines.h.in: Following the
-         cleanup in r8104, additional cleanup to remove
+       * [r8106] postgis/postgis.sql.in.c, postgis/sqldefines.h.in:
+         Following the cleanup in r8104, additional cleanup to remove
          POSTGIS_GDAL_VERSION
 
-2011-11-06 20:17  strk
+2011-11-06 20:17  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom_geos_split.c: Double-check line splitting to
-         avoid returning empty components
+       * [r8105] liblwgeom/lwgeom_geos_split.c: Double-check line
+         splitting to avoid returning empty components
          
          It happened on my 32bit system based on presence or absence of an
          lwnotice call, probably a compiler bug...
 
-2011-11-06 19:39  strk
+2011-11-06 19:39  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: Don't change SQL at compile time. The
-         code is safe enough.
+       * [r8104] postgis/postgis.sql.in.c: Don't change SQL at compile
+         time. The code is safe enough.
 
-2011-11-06 19:30  dustymugs
+2011-11-06 19:30  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r8103] raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_asraster.sql,
          raster/test/regress/rt_bandmetadata.sql: Renamed output parameter
          "hasnodatavalue" to "hasnodata" in ST_BandMetadata(). This makes
          the parameter name consistent with all other use of "hasnodata"
          and the docs for ST_BandMetadata.
 
-2011-11-06 04:56  dustymugs
+2011-11-06 04:56  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/Makefile.in, raster/rt_core/rt_api.c,
+       * [r8102] raster/Makefile.in, raster/rt_core/rt_api.c,
          raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Fixed the bug
          described in #1263. Also fixed additional code that has the same
          problem. Additional syntax cleaning and comments updated. Fixed
          the problem with "make check" running test/core twice.
 
-2011-11-05 22:40  dustymugs
+2011-11-05 22:40  Bborie Park <bkpark at ucdavis.edu>
 
-       * postgis/Makefile.in, postgis/postgis.sql.in.c,
+       * [r8101] postgis/Makefile.in, postgis/postgis.sql.in.c,
          raster/rt_pg/rtpostgis.sql.in.c: Reverted r8100 due to regression
          failures. Instead, I added an exception check to catch for when
          the client isn't able to find postgis_gdal_version in the search
          
          Associated ticket is #1266
 
-2011-11-05 14:28  dustymugs
+2011-11-05 14:28  Bborie Park <bkpark at ucdavis.edu>
 
-       * postgis/Makefile.in, postgis/postgis.sql.in.c,
+       * [r8100] postgis/Makefile.in, postgis/postgis.sql.in.c,
          raster/rt_pg/rtpostgis.sql.in.c: Moved postgis_gdal_version()
          from rtpostgis.sql.in.c to postgis.sql.in.c. Added additional sed
          command to postgis/Makefile.in to handle RASTER_MODULE_PATH so as
          
          Associated ticket is #1266.
 
-2011-11-05 03:50  robe
+2011-11-05 03:50  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: Fix output of ST_Node --
+       * [r8099] doc/reference_processing.xml: Fix output of ST_Node --
          evidentally we haven't yet instituted the change to output
          MULTILINESTRINGZ etc in WKT in ST_AsText nor ST_AsEWKT
 
-2011-11-04 22:06  robe
+2011-11-04 22:06  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/Makefile, extensions/postgis/postgis.control:
-         increment to 2.0.0a4
+       * [r8098] extensions/postgis/Makefile,
+         extensions/postgis/postgis.control: increment to 2.0.0a4
 
-2011-11-04 22:05  robe
+2011-11-04 22:05  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis_topology/Makefile,
+       * [r8097] extensions/postgis_topology/Makefile,
          extensions/postgis_topology/postgis_topology.control: increment
          to 2.0.0a4
 
-2011-11-04 21:43  robe
+2011-11-04 21:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml,
+       * [r8096] doc/reference_processing.xml,
          doc/xsl/postgis_cheatsheet.html.xsl,
          doc/xsl/tiger_geocoder_cheatsheet.html.xsl: alphabatize
          reference_processing section. Change postgis cheatsheet to output
          to 2 columns. Minor adjusts to tiger cheatsheet
 
-2011-11-04 20:46  robe
+2011-11-04 20:46  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: #1206: put in example for ST_Node.
-         Can't test yet since my geos is recompiling.
+       * [r8095] doc/reference_processing.xml: #1206: put in example for
+         ST_Node. Can't test yet since my geos is recompiling.
 
-2011-11-04 18:48  strk
+2011-11-04 18:48  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_processing.xml: Document ST_Node (#1206)
+       * [r8094] doc/reference_processing.xml: Document ST_Node (#1206)
 
-2011-11-04 18:24  strk
+2011-11-04 18:24  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in, regress/node.sql, regress/node_expected: Add
-         SQL-level tests for ST_Node (#1206)
+       * [r8093] regress/Makefile.in, regress/node.sql,
+         regress/node_expected: Add SQL-level tests for ST_Node (#1206)
 
-2011-11-04 18:17  strk
+2011-11-04 18:17  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in: Fix clean rule to get rid of .o files
+       * [r8092] liblwgeom/Makefile.in: Fix clean rule to get rid of .o
+         files
 
-2011-11-04 14:25  strk
+2011-11-04 14:25  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Expose ST_Node
-         at SQL level (#1206)
+       * [r8091] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Expose
+         ST_Node at SQL level (#1206)
 
-2011-11-04 12:22  robe
+2011-11-04 12:22  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_cheatsheet.html.xsl: ability to turn off example
-         generation, and change to turn off by default
+       * [r8090] doc/xsl/raster_cheatsheet.html.xsl: ability to turn off
+         example generation, and change to turn off by default
 
-2011-11-04 08:15  strk
+2011-11-04 08:15  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom_geos_node.c: Fix builds againts GEOS < 3.3
+       * [r8089] liblwgeom/lwgeom_geos_node.c: Fix builds againts GEOS <
+         3.3
 
-2011-11-04 06:45  strk
+2011-11-04 06:45  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r8088] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          liblwgeom/cunit/cu_node.c, liblwgeom/cunit/cu_tester.c,
          liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos_node.c: Add an
          lwgeom_node function in liblwgeom (see #1206)
          Includes testcase
 
-2011-11-04 00:57  robe
+2011-11-04 00:57  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_management.xml: Add enhanced note for
+       * [r8087] doc/reference_management.xml: Add enhanced note for
          AddGeometryColumn
 
-2011-11-03 17:28  strk
+2011-11-03 17:28  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom_internal.h, liblwgeom/lwcollection.c: Add
-         lwcollection_reserve internal function
+       * [r8086] liblwgeom/liblwgeom_internal.h, liblwgeom/lwcollection.c:
+         Add lwcollection_reserve internal function
 
-2011-11-03 17:09  strk
+2011-11-03 17:09  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_split.c: Pass
-         GEOS version to unit tests, skip test for SPLIT when building
-         against older geos.
+       * [r8085] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_split.c:
+         Pass GEOS version to unit tests, skip test for SPLIT when
+         building against older geos.
 
-2011-11-03 16:20  strk
+2011-11-03 16:20  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_split.c,
+       * [r8084] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_split.c,
          liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom_internal.h,
          liblwgeom/lwgeom_geos_split.c: Add an line-by-point internal
          split function taking an output vector.
          Regress test the new function.
 
-2011-11-02 16:53  strk
+2011-11-02 16:53  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in, regress/summary.sql,
+       * [r8083] regress/Makefile.in, regress/summary.sql,
          regress/summary_expected: Add test for ST_Summary
 
-2011-11-02 13:48  robe
+2011-11-02 13:48  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis_drop.sql.in.c: change order of
+       * [r8082] postgis/postgis_drop.sql.in.c: change order of
          populate_geometry_columns drop all one depends on oid one
 
-2011-11-02 13:47  robe
+2011-11-02 13:47  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis_drop.sql.in.c: drop populate_geometry_columns().
-         This is needed because got replaced by
-         populate_geometry_columns(use_typmod=true). So if both exist get
-         function is not unique error
+       * [r8081] postgis/postgis_drop.sql.in.c: drop
+         populate_geometry_columns(). This is needed because got replaced
+         by populate_geometry_columns(use_typmod=true). So if both exist
+         get function is not unique error
 
-2011-11-02 13:42  robe
+2011-11-02 13:42  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis_drop.sql.in.c: #1256 drop memgeomunion so
+       * [r8080] postgis/postgis_drop.sql.in.c: #1256 drop memgeomunion so
          geomunion can be dropped
 
-2011-11-02 06:50  robe
+2011-11-02 06:50  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_cheatsheet.html.xsl,
+       * [r8079] doc/xsl/postgis_cheatsheet.html.xsl,
          doc/xsl/raster_cheatsheet.html.xsl: more formatting experiments
 
-2011-11-02 04:28  pramsey
+2011-11-02 04:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/g_serialized.c,
+       * [r8078] liblwgeom/Makefile.in, liblwgeom/g_serialized.c,
          liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c,
          postgis/MISSING_OBJECTS, postgis/lwgeom_debug.c: Composite
          geometries end up with nested BBOX caches (#1254)
 
-2011-11-01 18:17  dustymugs
+2011-11-01 18:17  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Based upon mailing list
+       * [r8077] raster/rt_pg/rtpostgis.sql.in.c: Based upon mailing list
          discussion, changed call to ST_AsRaster in _st_intersects(raster,
          geometry) to _st_asraster.
 
-2011-11-01 17:59  pramsey
+2011-11-01 17:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_surface.c,
-         liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c,
-         liblwgeom/lwsegmentize.c, liblwgeom/lwtin.c,
-         liblwgeom/measures3d.c, postgis/lwgeom_debug.c: Make st_summary
-         at least return consistent results (#1254)
+       * [r8076] liblwgeom/cunit/cu_libgeom.c,
+         liblwgeom/cunit/cu_surface.c, liblwgeom/liblwgeom.h.in,
+         liblwgeom/lwgeom_api.c, liblwgeom/lwsegmentize.c,
+         liblwgeom/lwtin.c, liblwgeom/measures3d.c,
+         postgis/lwgeom_debug.c: Make st_summary at least return
+         consistent results (#1254)
 
-2011-11-01 17:11  robe
+2011-11-01 17:11  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: document ST_SameAlignment
+       * [r8075] doc/reference_raster.xml: document ST_SameAlignment
 
-2011-11-01 04:41  robe
+2011-11-01 04:41  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_cheatsheet.html.xsl,
+       * [r8074] doc/xsl/postgis_cheatsheet.html.xsl,
          doc/xsl/raster_cheatsheet.html.xsl,
          doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
          doc/xsl/topology_cheatsheet.html.xsl: revise all to output arg
          list and conditionally show examples and descriptions
 
-2011-11-01 03:06  robe
+2011-11-01 03:06  Regina Obe <lr@pcorp.us>
 
-       * GNUmakefile.in, doc/Makefile.in, doc/installation.xml,
+       * [r8073] GNUmakefile.in, doc/Makefile.in, doc/installation.xml,
          doc/xsl/postgis_cheatsheet.html.xsl,
          doc/xsl/raster_cheatsheet.html.xsl: xsl to generate postgis
          cheatsheet, add make cheatsheet to gnumake, better outptuting of
          functions with different protos.
 
-2011-10-31 22:26  strk
+2011-10-31 22:26  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r8069] topology/sql/sqlmm.sql,
          topology/test/regress/st_createtopogeo_expected:
          ST_CreateTopoGeo: speedup merged lines splitting [RT-SIGTA]
 
-2011-10-31 21:18  pramsey
+2011-10-31 21:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwpoly.c: Increase accuracy of area calculation (#810)
+       * [r8068] liblwgeom/lwpoly.c: Increase accuracy of area calculation
+         (#810)
 
-2011-10-31 20:59  pramsey
+2011-10-31 20:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.h: Remove redundant prototype
+       * [r8067] libpgcommon/lwgeom_pg.h: Remove redundant prototype
 
-2011-10-31 20:55  pramsey
+2011-10-31 20:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
+       * [r8066] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
          liblwgeom/liblwgeom_internal.h, libpgcommon/lwgeom_pg.c,
          postgis/geography_measurement.c: Move gserialized_get_gbox_p to
          liblwgeom and gserialized_read_gbox_p to liblwgeom_internal
 
-2011-10-31 20:23  pramsey
+2011-10-31 20:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
+       * [r8065] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
          libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
          postgis/geography_measurement.c, postgis/lwgeom_box.c,
          postgis/lwgeom_btree.c, postgis/lwgeom_functions_basic.c,
          postgis/lwgeom_geos.c, postgis/lwgeom_gist.c: Rename
          pglwgeom_box2d_p
 
-2011-10-31 20:02  robe
+2011-10-31 20:02  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in, doc/xsl/raster_cheatsheet.html.xsl,
+       * [r8064] doc/Makefile.in, doc/xsl/raster_cheatsheet.html.xsl,
          doc/xsl/topology_cheatsheet.html.xsl: add raster cheat sheet
          generator -- and a make cheatsheets command to generate all.
 
-2011-10-31 19:20  robe
+2011-10-31 19:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: get rid of word "Functions" in section
-         headers
+       * [r8063] doc/reference_raster.xml: get rid of word "Functions" in
+         section headers
 
-2011-10-31 13:03  strk
+2011-10-31 13:03  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r8062] topology/sql/sqlmm.sql,
          topology/test/regress/st_createtopogeo.sql,
          topology/test/regress/st_createtopogeo_expected:
          ST_CreateTopoGeo: do not drop input nodes of degree 2 (#1258)
          [RT-SIGTA]
 
-2011-10-31 12:45  strk
+2011-10-31 12:45  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r8061] topology/sql/sqlmm.sql,
          topology/test/regress/st_createtopogeo.sql,
          topology/test/regress/st_createtopogeo_expected: Fix generation
          of topology in presence of edges with same bounding box (#1261).
          
          Includes regress test [RT-SIGTA]
 
-2011-10-31 12:22  robe
+2011-10-31 12:22  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: fix another erroneous statement - its
-         ValidateTopology not ST_ValidateTopology
+       * [r8060] doc/extras_topology.xml: fix another erroneous statement
+         - its ValidateTopology not ST_ValidateTopology
 
-2011-10-31 11:58  robe
+2011-10-31 11:58  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: get rid of word feature in description
-         of AddTopGeometryColumn. Table can be any kind of table.
+       * [r8059] doc/extras_topology.xml: get rid of word feature in
+         description of AddTopGeometryColumn. Table can be any kind of
+         table.
 
-2011-10-31 05:32  robe
+2011-10-31 05:32  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
+       * [r8058] doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
          doc/xsl/topology_cheatsheet.html.xsl: more cleanup -- only print
          example sections if they have examples
 
-2011-10-31 03:14  robe
+2011-10-31 03:14  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in, doc/xsl/tiger_geocoder_cheatsheet.html.xsl:
-         build cheat sheet for tiger geocoder. This one looks better laid
-         out than topology one so have to revisit topology
+       * [r8057] doc/Makefile.in,
+         doc/xsl/tiger_geocoder_cheatsheet.html.xsl: build cheat sheet for
+         tiger geocoder. This one looks better laid out than topology one
+         so have to revisit topology
 
-2011-10-31 02:11  robe
+2011-10-31 02:11  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/topology_cheatsheet.html.xsl: logic to flag new functions
-         and allow tags in listings to be displayed
+       * [r8056] doc/xsl/topology_cheatsheet.html.xsl: logic to flag new
+         functions and allow tags in listings to be displayed
 
-2011-10-30 23:10  robe
+2011-10-30 23:10  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/topology_cheatsheet.html.xsl: get rid of unused styles
+       * [r8055] doc/xsl/topology_cheatsheet.html.xsl: get rid of unused
+         styles
 
-2011-10-30 21:47  strk
+2011-10-30 21:47  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql: AddEdgeModFace, AddEdgeNewFaces: simplify
-         calls to AddEdge [RT-SIGTA]
+       * [r8054] topology/sql/sqlmm.sql: AddEdgeModFace, AddEdgeNewFaces:
+         simplify calls to AddEdge [RT-SIGTA]
 
-2011-10-30 20:57  pramsey
+2011-10-30 20:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/box2d.c, liblwgeom/g_box.c,
+       * [r8053] liblwgeom/box2d.c, liblwgeom/g_box.c,
          liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
          liblwgeom/lwcircstring.c, liblwgeom/lwgeodetic.h,
          liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_transform.c,
          postgis/geography_inout.c: Remove some duplicate headers (much of
          this to be done...)
 
-2011-10-30 20:45  pramsey
+2011-10-30 20:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/profile.h, libpgcommon/lwgeom_pg.h,
+       * [r8052] liblwgeom/profile.h, libpgcommon/lwgeom_pg.h,
          postgis/SERIALIZED_FORM, postgis/profile.h: Remove
          SERIALIZED_FORM
 
-2011-10-30 20:40  pramsey
+2011-10-30 20:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
+       * [r8051] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
          postgis/Makefile.in, postgis/geography.h,
          postgis/geography_inout.c, postgis/lwgeom_box.c,
          postgis/lwgeom_box3d.c, postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_rtree.c, postgis/lwgeom_sqlmm.c,
          postgis/lwgeom_transform.c: Remove pglwgeom_serialize
 
-2011-10-30 19:15  strk
+2011-10-30 19:15  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Add some hints about the visited table
-         for topology.AsGML
+       * [r8050] doc/extras_topology.xml: Add some hints about the visited
+         table for topology.AsGML
 
-2011-10-30 18:49  robe
+2011-10-30 18:49  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in, doc/xsl/topology_cheatsheet.html.xsl: logic to
-         build html cheatsheet -- some logic still needed to extract the
-         examples correctly.
+       * [r8049] doc/Makefile.in, doc/xsl/topology_cheatsheet.html.xsl:
+         logic to build html cheatsheet -- some logic still needed to
+         extract the examples correctly.
 
-2011-10-30 15:36  robe
+2011-10-30 15:36  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: get rid of extra fluff words in section
-         titles
+       * [r8048] doc/extras_topology.xml: get rid of extra fluff words in
+         section titles
 
-2011-10-29 20:54  pramsey
+2011-10-29 20:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c: Fix regression
+       * [r8047] postgis/lwgeom_functions_basic.c: Fix regression
 
-2011-10-29 20:35  pramsey
+2011-10-29 20:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
+       * [r8046] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
          liblwgeom/lwgeom.c, libpgcommon/lwgeom_pg.c,
          libpgcommon/lwgeom_pg.h, postgis/geography_inout.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c,
          raster/rt_pg/rt_pg.c: Remove pglwgeom_ndims
 
-2011-10-29 20:07  pramsey
+2011-10-29 20:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
+       * [r8045] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
          postgis/lwgeom_functions_basic.c: Remove pglwgeom_size
 
-2011-10-29 20:04  pramsey
+2011-10-29 20:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
+       * [r8044] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
          libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
          postgis/lwgeom_functions_basic.c: Remove pglwgeom_get_zm
 
-2011-10-29 01:05  pramsey
+2011-10-29 01:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c: Fix odd formating in
+       * [r8043] postgis/lwgeom_functions_basic.c: Fix odd formating in
          optimistic_overlap
 
-2011-10-29 01:01  pramsey
+2011-10-29 01:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
+       * [r8042] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
          postgis/lwgeom_geos.c: Remove pglwgeom_is_empty
 
-2011-10-29 01:00  pramsey
+2011-10-29 01:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
+       * [r8041] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
          postgis/lwgeom_inout.c: Remove pglwgeom_drop_bbox
 
-2011-10-29 00:58  pramsey
+2011-10-29 00:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in: Remove
-         pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
+       * [r8040] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in:
+         Remove pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
 
-2011-10-29 00:58  pramsey
+2011-10-29 00:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
+       * [r8039] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
          postgis/lwgeom_geos.c, postgis/lwgeom_gist.c,
          postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c: Remove
          pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
 
-2011-10-29 00:50  pramsey
+2011-10-29 00:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
+       * [r8038] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
          postgis/geography_inout.c, postgis/lwgeom_dump.c,
          postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
          postgis/lwgeom_ogc.c, postgis/lwgeom_spheroid.c: Remove
          pglwgeom_get_type
 
-2011-10-28 22:06  pramsey
+2011-10-28 22:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
+       * [r8037] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
          postgis/lwgeom_btree.c, postgis/lwgeom_export.c,
          postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
          postgis/lwgeom_transform.c: remove pglwgeom_get_srid,
          pglwgeom_set_srid
 
-2011-10-28 21:57  pramsey
+2011-10-28 21:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
+       * [r8036] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
          postgis/geography_inout.c, postgis/lwgeom_box.c,
          postgis/lwgeom_box3d.c, postgis/lwgeom_dump.c,
          postgis/lwgeom_export.c, postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_sqlmm.c, postgis/lwgeom_transform.c: Remove
          pglwgeom_deserialize
 
-2011-10-28 20:54  pramsey
+2011-10-28 20:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Commit
+       * [r8035] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Commit
          remaining removals of BOX2DFLOAT4 and PG_LWGEOM
 
-2011-10-28 20:46  pramsey
+2011-10-28 20:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/box2d.c, liblwgeom/g_serialized.c,
+       * [r8034] liblwgeom/box2d.c, liblwgeom/g_serialized.c,
          liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
          postgis/geography_inout.c, postgis/geometry_estimate.c,
          postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
          postgis/lwgeom_transform.c: Remove BOX2DFLOAT4->GBOX and
          PG_LWGEOM->GSERIALIZED #defines
 
-2011-10-28 18:21  pramsey
+2011-10-28 18:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_libgeom.c: Fix call to
+       * [r8033] liblwgeom/cunit/cu_libgeom.c: Fix call to
          geometry_type_from_string to use right type.
 
-2011-10-28 18:09  pramsey
+2011-10-28 18:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h: Move
-         clone support functions into internal
+       * [r8032] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h:
+         Move clone support functions into internal
 
-2011-10-28 18:01  pramsey
+2011-10-28 18:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
+       * [r8031] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
          liblwgeom/lwalgorithm.c, liblwgeom/measures.c,
          postgis/geography_estimate.c, postgis/geometry_estimate.c,
          postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
          postgis/lwgeom_functions_basic.c: Replace min/max/abs macros with
          FP_* variants in liblwgeom/ and with pgsql variants in postgis/
 
-2011-10-28 17:52  pramsey
+2011-10-28 17:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/box2d.c, liblwgeom/liblwgeom.h.in,
+       * [r8030] liblwgeom/box2d.c, liblwgeom/liblwgeom.h.in,
          liblwgeom/lwgeom_api.c, postgis/lwgeom_functions_analytic.c:
          Remove orphaned box3d and box2dfloat4 utility functions
 
-2011-10-28 17:44  pramsey
+2011-10-28 17:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/liblwgeom.h.in,
+       * [r8029] liblwgeom/cunit/cu_geodetic.c, liblwgeom/liblwgeom.h.in,
          liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
          liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwpoint.c,
          liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c, liblwgeom/ptarray.c:
          Remove orphaned _compute_box3d functions
 
-2011-10-28 17:35  pramsey
+2011-10-28 17:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in: Remove
+       * [r8028] liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in: Remove
          box2df_from_gbox and gbox_from_box2df
 
-2011-10-28 17:01  pramsey
+2011-10-28 17:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_util.c, liblwgeom/liblwgeom.h.in,
+       * [r8027] liblwgeom/g_util.c, liblwgeom/liblwgeom.h.in,
          liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwutil.c,
          loader/pgsql2shp-core.c, postgis/gserialized_typmod.c,
          postgis/lwgeom_debug.c, postgis/lwgeom_functions_basic.c: Ensure
          calls to lwgeom->type use type of uint8_t
 
-2011-10-28 14:51  pramsey
+2011-10-28 14:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeom_geos.c, postgis/lwgeom_dump.c,
+       * [r8026] liblwgeom/lwgeom_geos.c, postgis/lwgeom_dump.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
          postgis/lwgeom_geos.h, postgis/lwgeom_inout.c: Remove old
          profiling code
 
-2011-10-27 23:02  pramsey
+2011-10-27 23:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c,
+       * [r8025] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c,
          liblwgeom/lwsegmentize.c, postgis/lwgeom_rtree.c: Remove old
          8-bit type utility functions.
 
-2011-10-27 22:48  pramsey
+2011-10-27 22:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, postgis/geography_estimate.c,
+       * [r8024] liblwgeom/liblwgeom.h.in, postgis/geography_estimate.c,
          postgis/geometry_estimate.c, postgis/lwgeom_box.c,
          postgis/lwgeom_box3d.c: Remove LWGEOM_Min* and LWGEOM_Max*
 
-2011-10-27 21:03  pramsey
+2011-10-27 21:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
+       * [r8023] liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
          liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
          liblwgeom/lwgeom_api.c, liblwgeom/lwline.c, liblwgeom/lwpoint.c,
          liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
          lwgeom_serialized_construct
          lwgeom_getsrid
 
-2011-10-27 20:52  pramsey
+2011-10-27 20:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Remove
+       * [r8022] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Remove
          printBYTES
 
-2011-10-27 20:51  pramsey
+2011-10-27 20:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in: Reorder header file a little.
+       * [r8021] liblwgeom/liblwgeom.h.in: Reorder header file a little.
 
-2011-10-27 20:14  pramsey
+2011-10-27 20:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeom_api.c: Complete removal of LWGEOM_INSPECTED
+       * [r8020] liblwgeom/lwgeom_api.c: Complete removal of
+         LWGEOM_INSPECTED
 
-2011-10-27 20:07  pramsey
+2011-10-27 20:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in: Remove LWGEOM_INSPECTED
+       * [r8019] liblwgeom/liblwgeom.h.in: Remove LWGEOM_INSPECTED
 
-2011-10-27 20:05  pramsey
+2011-10-27 20:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
+       * [r8018] liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
          liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
          liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
          liblwgeom/lwgeom_api.c, liblwgeom/lwline.c, liblwgeom/lwmcurve.c,
          lwgeom_getnumgeometries
          lwgeom_getnumgeometries_inspected
 
-2011-10-27 19:23  pramsey
+2011-10-27 19:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Remove
+       * [r8017] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Remove
          compute_serialized_box3d
 
-2011-10-27 19:10  pramsey
+2011-10-27 19:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, postgis/lwgeom_geos.c,
+       * [r8016] liblwgeom/liblwgeom.h.in, postgis/lwgeom_geos.c,
          postgis/lwgeom_inout.c: Remove duplicate and unused
          is_worth_caching_serialized_bbox and is_worth_caching_lwgeom_bbox
 
-2011-10-27 18:44  pramsey
+2011-10-27 18:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom, libpgcommon, libpgcommon/cunit, postgis, raster,
-         raster/test/regress: Add ignores for new built files
+       * [r8015] liblwgeom, libpgcommon, libpgcommon/cunit, postgis,
+         raster, raster/test/regress: Add ignores for new built files
 
-2011-10-27 14:35  strk
+2011-10-27 14:35  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/g_serialized.txt: Wrap lines within 80 columns
+       * [r8013] liblwgeom/g_serialized.txt: Wrap lines within 80 columns
 
-2011-10-27 14:09  dustymugs
+2011-10-27 14:09  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/.svnignore: Added rtpostgis_drop.sql,
+       * [r8012] raster/rt_pg/.svnignore: Added rtpostgis_drop.sql,
          rtpostgis_drop.sql.in, rtpostgis_upgrade.sql and
          rtpostgis_upgrade_20_minor.sql to svn:ignore
 
-2011-10-27 14:08  dustymugs
+2011-10-27 14:08  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/.svnignore, raster/rt_core/rt_api.c,
+       * [r8011] raster/.svnignore, raster/rt_core/rt_api.c,
          raster/rt_core/rt_api.h, raster/scripts/python,
          raster/scripts/python/.svnignore: Refactored
          rt_band_get_min_value() to call new function
          rt_pixtype_get_min_value(). Addition of function
          rt_util_extent_type().
 
-2011-10-26 23:47  pramsey
+2011-10-26 23:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
+       * [r8010] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
          postgis/lwgeom_btree.c: Remove PG_LWGEOM_construct
 
-2011-10-26 23:21  pramsey
+2011-10-26 23:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Remove orphaned
-         pglwgeom function pglwgeom_compute_serialized_box3d
+       * [r8009] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Remove
+         orphaned pglwgeom function pglwgeom_compute_serialized_box3d
 
-2011-10-26 23:07  pramsey
+2011-10-26 23:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.c: Remove non-gserialized portions of
-         utility functions.
+       * [r8008] libpgcommon/lwgeom_pg.c: Remove non-gserialized portions
+         of utility functions.
 
-2011-10-26 22:58  pramsey
+2011-10-26 22:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/rfc/postgis_rfc_03_sheet.txt, liblwgeom/box2d.c,
+       * [r8007] doc/rfc/postgis_rfc_03_sheet.txt, liblwgeom/box2d.c,
          liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Remove more
          orphaned box2d support functions
 
-2011-10-26 22:36  pramsey
+2011-10-26 22:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
+       * [r8006] liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
          liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
          liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
          liblwgeom/ptarray.c: Remove *_compute_box2d* functions that are
          now orphans.
 
-2011-10-25 21:19  pramsey
+2011-10-25 21:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_box3d.c, postgis/lwgeom_functions_basic.c,
+       * [r8005] postgis/lwgeom_box3d.c, postgis/lwgeom_functions_basic.c,
          postgis/lwgeom_geos.c, raster/rt_pg/rt_pg.c: Remove
          gserialized_on conditionals. Only type defines remain to be
          cleared out.
 
-2011-10-25 21:05  pramsey
+2011-10-25 21:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/lwgeom_pg.h, postgis/Makefile.in,
+       * [r8004] libpgcommon/lwgeom_pg.h, postgis/Makefile.in,
          postgis/lwgeom_box.c, postgis/lwgeom_box2dfloat4.c,
          postgis/lwgeom_box3d.c: Remove old box2dfloat4 in favor of gbox.
 
-2011-10-25 20:31  strk
+2011-10-25 20:31  Sandro Santilli <strk@keybit.net>
 
-       * postgis/geometry_estimate.c: Add own copyright on the file. See
+       * [r8003] postgis/geometry_estimate.c: Add own copyright on the
+         file. See
          http://postgis.refractions.net/pipermail/postgis-devel/2004-March/thread.html
          for historical mail exchanges about it :)
 
-2011-10-25 20:02  pramsey
+2011-10-25 20:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/Makefile.in, postgis/geometry_estimate.c,
+       * [r8002] postgis/Makefile.in, postgis/geometry_estimate.c,
          postgis/geometry_gist_selectivity.c, postgis/lwgeom_estimate.c:
          Remove old serialized_form index selectivity code.
 
-2011-10-21 21:49  strk
+2011-10-21 21:49  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Explode the topology sections to keep
-         primitive (sql/mm) topology management more separate from higher
-         (TopoGeometry) management.
+       * [r8001] doc/extras_topology.xml: Explode the topology sections to
+         keep primitive (sql/mm) topology management more separate from
+         higher (TopoGeometry) management.
 
-2011-10-21 21:42  dustymugs
+2011-10-21 21:42  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
+       * [r8000] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
          rt_raster_set_geotransform_matrix() to provide quick setting of a
          raster's geotransform based upon the matrix
 
-2011-10-21 19:10  dustymugs
+2011-10-21 19:10  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r7999] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/test/core/testapi.c,
          raster/test/regress/rt_samealignment_expected: Corrected
          rt_raster_same_alignment() and RASTER_sameAlignment() to behave
          as an end-user would expect it to. So intead of errors when
          parameters don't match, return false.
 
-2011-10-21 18:11  dustymugs
+2011-10-21 18:11  Bborie Park <bkpark at ucdavis.edu>
 
-       * doc/reference_raster.xml, raster/rt_core/rt_api.c,
+       * [r7998] doc/reference_raster.xml, raster/rt_core/rt_api.c,
          raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Changed
          rt_raster_has_no_band to use 0-based band index instead of
          1-based. Removed function prototype ST_HasNoData(raster) as the
          other prototype ST_HasNoData(raster, nband) now uses the default
          value of 1 for nband.
 
-2011-10-21 14:53  dustymugs
+2011-10-21 14:53  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7997] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/rt_pg/rtpostgis_drop.sql.in.c: Changed those functions
          that is 1-based for band index to 0-based in rt_core. This leaves
          
          Associated ticket is #754
 
-2011-10-21 12:01  robe
+2011-10-21 12:01  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: put
+       * [r7996]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: put
          in logic to st_setsrid to wgs84 before doing st_distance_sphere
          in case Paul decides he doesn't want to fix the regression issue
          noted in #1243
 
-2011-10-20 22:24  dustymugs
+2011-10-20 22:24  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Renamed
-         RASTER_samealignment() to RASTER_sameAlignment() and corrected
-         C++ style comments with C comments
+       * [r7995] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
+         Renamed RASTER_samealignment() to RASTER_sameAlignment() and
+         corrected C++ style comments with C comments
 
-2011-10-20 22:07  dustymugs
+2011-10-20 22:07  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Removed use of PG_DETOAST_DATUM_COPY and
-         PG_FREE_IF_COPY as all rasters should be detoasted using
-         PG_DETOAST_DATUM as it doesn't create a copy, thus consuming more
-         space.
+       * [r7994] raster/rt_pg/rt_pg.c: Removed use of
+         PG_DETOAST_DATUM_COPY and PG_FREE_IF_COPY as all rasters should
+         be detoasted using PG_DETOAST_DATUM as it doesn't create a copy,
+         thus consuming more space.
 
-2011-10-20 13:31  dzwarg
+2011-10-20 13:31  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Replaced missing signatures of
-         ST_MapAlgebraFct.
+       * [r7993] raster/rt_pg/rtpostgis.sql.in.c: Replaced missing
+         signatures of ST_MapAlgebraFct.
 
-2011-10-20 00:49  robe
+2011-10-20 00:49  Regina Obe <lr@pcorp.us>
 
-       * topology/sql/gml.sql,
+       * [r7992] topology/sql/gml.sql,
          topology/sql/topoelement/topoelement_agg.sql: move function args
          to single line so CREATe EXTENSION topology FROM unpackaged
          script builds corectly
 
-2011-10-19 23:47  robe
+2011-10-19 23:47  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: add in missing ST_MapAlgebraFct protos
+       * [r7991] doc/reference_raster.xml: add in missing ST_MapAlgebraFct
+         protos
 
-2011-10-19 23:25  robe
+2011-10-19 23:25  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: evidentally missed one or get the wrong
-         ST_MapAlgebraFct proto in last commit
+       * [r7990] doc/reference_raster.xml: evidentally missed one or get
+         the wrong ST_MapAlgebraFct proto in last commit
 
-2011-10-19 20:31  robe
+2011-10-19 20:31  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Get rid of
+       * [r7989] doc/reference_raster.xml: Get rid of
          st_mapalgebrafct(raster,text,regprocedure,text[]) proto since
          there is no matching function - messing up my ability to test my
          extensions
 
-2011-10-18 11:37  robe
+2011-10-18 11:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: #860 Get rid of some dup definitions in
-         ST_MapAlgebraFct and add some missing ones.
+       * [r7988] doc/reference_raster.xml: #860 Get rid of some dup
+         definitions in ST_MapAlgebraFct and add some missing ones.
 
-2011-10-18 02:23  robe
+2011-10-18 02:23  Regina Obe <lr@pcorp.us>
 
-       * postgis/Makefile.in: Add postgis_before_drop for dropping
+       * [r7987] postgis/Makefile.in: Add postgis_before_drop for dropping
          functions that have arument names renamed before reinstall. Just
          for upgrade script since can't do CREATE OR REPLACE if arg names
          have changed
 
-2011-10-17 16:16  dzwarg
+2011-10-17 16:16  David Zwarg <dzwarg@azavea.com>
 
-       * doc/reference_raster.xml: Fixed documentation code listing typo
-         for ST_MapAlgebraFct, and added more information about
-         userfunctions and variadic text args.
+       * [r7986] doc/reference_raster.xml: Fixed documentation code
+         listing typo for ST_MapAlgebraFct, and added more information
+         about userfunctions and variadic text args.
 
-2011-10-17 13:45  robe
+2011-10-17 13:45  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: update bios
+       * [r7985] doc/introduction.xml: update bios
 
-2011-10-17 13:10  dzwarg
+2011-10-17 13:10  David Zwarg <dzwarg@azavea.com>
 
-       * doc/reference_raster.xml: Added ST_MapAlgebraFct to
+       * [r7984] doc/reference_raster.xml: Added ST_MapAlgebraFct to
          documentation, with same examples as ST_MapAlgebraExpr
 
-2011-10-16 18:17  robe
+2011-10-16 18:17  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/Makefile, extensions/postgis/postgis.control,
+       * [r7983] extensions/postgis/Makefile,
+         extensions/postgis/postgis.control,
          extensions/postgis_topology/Makefile,
          extensions/postgis_topology/postgis_topology.control: upgrade
          from a1-a3 for topology, beginning of upgrade extension for
          postgis -- still need to resolve issue of ALTER EXTENSION not
          having a DROP IF EXISTS -- a bit annoying for aggs.
 
-2011-10-14 22:43  robe
+2011-10-14 22:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml, doc/reference_misc.xml: Move XMin/Max
-         etc out of miscellaneous into accessors -- Per Pierre's
+       * [r7982] doc/reference_accessor.xml, doc/reference_misc.xml: Move
+         XMin/Max etc out of miscellaneous into accessors -- Per Pierre's
          suggestion. Seems more logical.
 
-2011-10-14 22:36  robe
+2011-10-14 22:36  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: Getr di of the word function in
-         heard. Guess it is kind of stupid
+       * [r7981] doc/reference_processing.xml: Getr di of the word
+         function in heard. Guess it is kind of stupid
 
-2011-10-14 18:11  dzwarg
+2011-10-14 18:11  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r7980] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
          raster/test/regress/create_rt_mapalgebra_test.sql,
          raster/test/regress/rt_mapalgebra.sql,
          raster/test/regress/rt_mapalgebrafct_expected: Implemented raster
          map algebra with user functions/callbacks. (#860)
 
-2011-10-13 17:54  pramsey
+2011-10-13 17:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/run_test: Actually we use bash code, not sh code
+       * [r7979] regress/run_test: Actually we use bash code, not sh code
 
-2011-10-13 12:28  robe
+2011-10-13 12:28  Regina Obe <lr@pcorp.us>
 
-       * raster/rt_pg/rtpostgis_drop.sql.in.c: Add _ST_Resample --
+       * [r7977] raster/rt_pg/rtpostgis_drop.sql.in.c: Add _ST_Resample --
          evidentally arg names changed. also got rid of arg names in
          _ST_AsRaster
 
-2011-10-13 11:56  robe
+2011-10-13 11:56  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis_drop_before.sql.in.c: Some functions need to be
-         dropped before upgrade minor if they need to be recreated. This
-         is required for functions where argument names change but
+       * [r7976] postgis/postgis_drop_before.sql.in.c: Some functions need
+         to be dropped before upgrade minor if they need to be recreated.
+         This is required for functions where argument names change but
          fundamental types do not. Will add this to upgrade minor script
          build later.
 
-2011-10-12 14:36  dustymugs
+2011-10-12 14:36  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Bug fix for
+       * [r7975] raster/rt_pg/rtpostgis.sql.in.c: Bug fix for
          _ST_Intersects(geometry, raster) where the buffering of the
          intersection could return NULL. This happens if the buffer was
          passed zero for the buffer distance.
 
-2011-10-12 12:51  robe
+2011-10-12 12:51  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: move ST_AddBand to raster constructors
-         section per ticket #1240 and rename Raster Band Accessors and
-         Constructors to just Raster Band Accessors
+       * [r7974] doc/reference_raster.xml: move ST_AddBand to raster
+         constructors section per ticket #1240 and rename Raster Band
+         Accessors and Constructors to just Raster Band Accessors
 
-2011-10-12 11:26  robe
+2011-10-12 11:26  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: another minor correction
+       * [r7972] doc/using_postgis_dataman.xml: another minor correction
 
-2011-10-12 11:18  robe
+2011-10-12 11:18  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: #1241 apply
+       * [r7971] doc/using_postgis_dataman.xml: #1241 apply
          doc_vacuum_analyze_and_I_None_typo.patch
 
-2011-10-11 14:37  strk
+2011-10-11 14:37  Sandro Santilli <strk@keybit.net>
 
-       * regress/sql-mm-circularstring.sql,
+       * [r7970] regress/sql-mm-circularstring.sql,
          regress/sql-mm-compoundcurve.sql, regress/sql-mm-curvepoly.sql,
          regress/sql-mm-multicurve.sql, regress/sql-mm-multisurface.sql:
          Typename in type specifier doesn't need to be quoted.
 
-2011-10-11 10:33  strk
+2011-10-11 10:33  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: Ignore more generated files
+       * [r7969] .gitignore: Ignore more generated files
 
-2011-10-10 20:50  strk
+2011-10-10 20:50  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: Restrict valid spatial_ref_sys SRID
-         values between 1 and 998999 (#1233)
+       * [r7968] postgis/postgis.sql.in.c: Restrict valid spatial_ref_sys
+         SRID values between 1 and 998999 (#1233)
          
          I guess it'll take some special handling for this change in the
          upgrade scripts. I didn't do any with this commit.
 
-2011-10-10 20:38  strk
+2011-10-10 20:38  Sandro Santilli <strk@keybit.net>
 
-       * postgis/gserialized_typmod.c: Clamp SRID in typmod parser. Now we
-         get NOTICE/clamp also on create table.
+       * [r7967] postgis/gserialized_typmod.c: Clamp SRID in typmod
+         parser. Now we get NOTICE/clamp also on create table.
 
-2011-10-10 20:26  strk
+2011-10-10 20:26  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c,
+       * [r7966] postgis/postgis.sql.in.c,
          topology/test/regress/legacy_predicate_expected,
          topology/test/regress/legacy_query_expected,
          topology/test/regress/st_remedgemodface_expected,
          expect -1 being transformed to 0 (current official UNKNOWN SRID
          value).
 
-2011-10-10 19:25  strk
+2011-10-10 19:25  Sandro Santilli <strk@keybit.net>
 
-       * regress/sql-mm-circularstring.sql,
+       * [r7965] regress/sql-mm-circularstring.sql,
          regress/sql-mm-circularstring_expected,
          regress/sql-mm-compoundcurve.sql,
          regress/sql-mm-compoundcurve_expected,
          AddGeometryColumn, to avoid having to write an explicit unknown
          SRID value.
 
-2011-10-10 17:50  strk
+2011-10-10 17:50  Sandro Santilli <strk@keybit.net>
 
-       * regress/sql-mm-circularstring.sql: Hush NOTICES in regress test
-         currently not emitting any (propedeutic for srid clamping in
-         AddGeometryColumn, which is invoked with SRID=-1 by this
-         testcase)
+       * [r7964] regress/sql-mm-circularstring.sql: Hush NOTICES in
+         regress test currently not emitting any (propedeutic for srid
+         clamping in AddGeometryColumn, which is invoked with SRID=-1 by
+         this testcase)
 
-2011-10-10 07:38  strk
+2011-10-10 07:38  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c,
+       * [r7963] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c,
          liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
          liblwgeom/lwutil.c: Clamp SRID on serialization and
          deserialization. Raise an error when clamp_srid receives a number
          > 999999
 
-2011-10-10 07:35  strk
+2011-10-10 07:35  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/create_rt_gist_test.sql: Do not input an
-         explicit value to mean unknown SRID (in raster test)
+       * [r7962] raster/test/regress/create_rt_gist_test.sql: Do not input
+         an explicit value to mean unknown SRID (in raster test)
 
-2011-10-10 07:20  strk
+2011-10-10 07:20  Sandro Santilli <strk@keybit.net>
 
-       * regress/tickets.sql: Do not input an explicit value to mean
-         unknown SRID
+       * [r7961] regress/tickets.sql: Do not input an explicit value to
+         mean unknown SRID
 
-2011-10-10 06:55  strk
+2011-10-10 06:55  Sandro Santilli <strk@keybit.net>
 
-       * libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
-         postgis/geography_measurement.c: Use macros for hard-coded
-         "magic" SRIDs used by _BestSRID and ST_Transform, use 999xxx
-         range for them. See ticket #1230.
+       * [r7960] libpgcommon/lwgeom_transform.c,
+         libpgcommon/lwgeom_transform.h, postgis/geography_measurement.c:
+         Use macros for hard-coded "magic" SRIDs used by _BestSRID and
+         ST_Transform, use 999xxx range for them. See ticket #1230.
 
-2011-10-07 00:29  dustymugs
+2011-10-07 00:29  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r7959] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/test/core/testapi.c,
          raster/test/regress/rt_samealignment_expected: Added additional
          error checking and error messages to ST_SameAlignment function
 
-2011-10-06 23:25  dustymugs
+2011-10-06 23:25  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/Makefile.in: minor cleanup and prettiness.
+       * [r7958] raster/rt_pg/Makefile.in: minor cleanup and prettiness.
 
-2011-10-06 15:47  dustymugs
+2011-10-06 15:47  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Make use of clamp_srid function for SRID
-         checks
+       * [r7957] raster/rt_pg/rt_pg.c: Make use of clamp_srid function for
+         SRID checks
 
-2011-10-06 14:08  strk
+2011-10-06 14:08  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwutil.c: Raise a NOTICE when a SRID <= 0 but !=
-         SRID_UNKNOWN is converted
+       * [r7956] liblwgeom/lwutil.c: Raise a NOTICE when a SRID <= 0 but
+         != SRID_UNKNOWN is converted
 
-2011-10-06 13:35  strk
+2011-10-06 13:35  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c: Clamp literal SRID
-         values occurring in WKB and WKT.
+       * [r7955] liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c: Clamp literal
+         SRID values occurring in WKB and WKT.
 
-2011-10-06 13:35  strk
+2011-10-06 13:35  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom_internal.h, liblwgeom/lwutil.c: Add
+       * [r7954] liblwgeom/liblwgeom_internal.h, liblwgeom/lwutil.c: Add
          clamp_srid internal function returning UNKNOWN for <= 0 values.
 
-2011-10-06 07:18  strk
+2011-10-06 07:18  Sandro Santilli <strk@keybit.net>
 
-       * regress/out_geography.sql: Do not use an explicit SRID=-1 in
-         EKWT. It's not needed.
+       * [r7953] regress/out_geography.sql: Do not use an explicit SRID=-1
+         in EKWT. It's not needed.
 
-2011-10-06 06:57  strk
+2011-10-06 06:57  Sandro Santilli <strk@keybit.net>
 
-       * regress/relate.sql: Do not use an explicit SRID=-1 in EKWT. It's
-         not needed.
+       * [r7952] regress/relate.sql: Do not use an explicit SRID=-1 in
+         EKWT. It's not needed.
 
-2011-10-05 23:03  dustymugs
+2011-10-05 23:03  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7951] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          raster/test/regress/rt_samealignment.sql,
          
          Associated ticket is #589.
 
-2011-10-05 18:55  dustymugs
+2011-10-05 18:55  Bborie Park <bkpark at ucdavis.edu>
 
-       * configure.ac: Fixed --with-gdalconfig parameter as per ticket
-         #1167.
+       * [r7950] configure.ac: Fixed --with-gdalconfig parameter as per
+         ticket #1167.
 
-2011-10-05 18:49  dustymugs
+2011-10-05 18:49  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7949] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c: As per Bryce's comments in ticket #1174,
          reduce the number of calculations when doing
          rt_raster_geopoint_to_cell by using an inverse geotransform
          
          Associated ticket is #1174.
 
-2011-10-05 04:54  dustymugs
+2011-10-05 04:54  Bborie Park <bkpark at ucdavis.edu>
 
-       * postgis/postgis.sql.in.c, postgis/sqldefines.h.in,
+       * [r7948] postgis/postgis.sql.in.c, postgis/sqldefines.h.in,
          raster/rt_core/rt_api.c: Removed hackish use of
          POSTGIS_GDAL_VERSION in postgis/sqldefines.h.in and
          postgis/postgis.sql.in.c. Added conditional compilation of extent
          resizing based upon GDAL version in rt_api.c
 
-2011-10-04 23:32  dustymugs
+2011-10-04 23:32  Bborie Park <bkpark at ucdavis.edu>
 
-       * postgis/postgis.sql.in.c, postgis/sqldefines.h.in: Fixed bug
-         where a call to postgis_full_version causes error if
+       * [r7947] postgis/postgis.sql.in.c, postgis/sqldefines.h.in: Fixed
+         bug where a call to postgis_full_version causes error if
          postgis_gdal_version doesn't exist because raster support is not
          included
 
-2011-10-04 23:13  strk
+2011-10-04 23:13  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: don't try to call postgis_gdal_version() if not
-         testing raster (the signature is unavailable)
+       * [r7946] regress/run_test: don't try to call
+         postgis_gdal_version() if not testing raster (the signature is
+         unavailable)
 
-2011-10-04 22:38  dustymugs
+2011-10-04 22:38  Bborie Park <bkpark at ucdavis.edu>
 
-       * configure.ac, postgis/postgis.sql.in.c,
+       * [r7945] configure.ac, postgis/postgis.sql.in.c,
          raster/raster_config.h.in, raster/rt_core/rt_api.c,
          raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
          raster/rt_pg/rtpostgis.sql.in.c, regress/run_test: Adds
          postgis_gdal_version() function as per ticket #1225.
 
-2011-10-04 20:51  dustymugs
+2011-10-04 20:51  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Changed adjustment of extent by
+       * [r7944] raster/rt_core/rt_api.c: Changed adjustment of extent by
          half-pixel to full-pixel for points and linestrings to ensure
          compatibility with GDAL 1.6, 1.7 and 1.8. GDAL 1.9 (current
          trunk) appears to work fine with half-pixel adjustments.
 
-2011-10-04 20:46  robe
+2011-10-04 20:46  Regina Obe <lr@pcorp.us>
 
-       * NEWS: add KNN GIST + credits to news release (was already in
-         docs)
+       * [r7943] NEWS: add KNN GIST + credits to news release (was already
+         in docs)
 
-2011-10-04 20:43  robe
+2011-10-04 20:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: minor correction to <#> description
+       * [r7942] doc/reference_operator.xml: minor correction to <#>
+         description
 
-2011-10-04 19:50  dustymugs
+2011-10-04 19:50  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r7941] raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_intersects.sql: For linestrings, use same
          logic for points where extent is increased by half a pixel to
          catch geometries on the edges.
          
          Associated ticket is #1213
 
-2011-10-04 17:08  strk
+2011-10-04 17:08  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Do not base
-         availability of SQL ST_Hausdorff* signatures on GEOS version
+       * [r7940] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Do not
+         base availability of SQL ST_Hausdorff* signatures on GEOS version
          
          Tested with GEOS from the 3.1 branch (yes, we still support it !)
 
-2011-10-04 16:45  strk
+2011-10-04 16:45  Sandro Santilli <strk@keybit.net>
 
-       * topology/README: Simple review of the topology README. Wasn't
-         that outdated :)
+       * [r7939] topology/README: Simple review of the topology README.
+         Wasn't that outdated :)
 
-2011-10-04 16:27  strk
+2011-10-04 16:27  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: Do not base availability of SQL
+       * [r7938] postgis/postgis.sql.in.c: Do not base availability of SQL
          isValid* signatures on GEOS version
          
          This is a work for the C level library.
 
-2011-10-04 14:33  strk
+2011-10-04 14:33  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/createtopology_expected,
+       * [r7937] topology/test/regress/createtopology_expected,
          topology/test/regress/st_createtopogeo_expected: Tweak expected
          test output to expect unknown srid to be reported as 0
          
          If this will change before release, git-revert is our friend
 
-2011-10-04 14:33  strk
+2011-10-04 14:33  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Make topology.CreateTopology
+       * [r7936] topology/topology.sql.in.c: Make topology.CreateTopology
          unknown-srid-agnostic (uses ST_Srid to tell)
          
          Hopefully this makes the topology code stable during the SRID
          fights :)
 
-2011-10-03 15:29  robe
+2011-10-03 15:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: Guess Nicklas was right - should have
-         looked at my explain. Revised example to use geometry constants.
-         Seems to be a limitation in KNN that it needs constants. Same
-         annoying behavior with my trigram KNN that only constant phrases
-         work, not even constant phrases wrapped in alias work.
+       * [r7935] doc/reference_operator.xml: Guess Nicklas was right -
+         should have looked at my explain. Revised example to use geometry
+         constants. Seems to be a limitation in KNN that it needs
+         constants. Same annoying behavior with my trigram KNN that only
+         constant phrases work, not even constant phrases wrapped in alias
+         work.
 
-2011-10-03 10:32  strk
+2011-10-03 10:32  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r7934] topology/sql/sqlmm.sql,
          topology/test/regress/st_modedgeheal_expected,
          topology/test/regress/st_newedgeheal_expected,
          topology/test/regress/st_remedgemodface_expected,
          There's a still-failing regress test due to SRID 0 being
          considered != 1
 
-2011-10-03 10:26  strk
+2011-10-03 10:26  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql: Use ASCII dash, not UTF8 one. Fixes
-         #1226. [RT-SIGTA]
+       * [r7933] topology/sql/sqlmm.sql: Use ASCII dash, not UTF8 one.
+         Fixes #1226. [RT-SIGTA]
 
-2011-10-02 23:38  robe
+2011-10-02 23:38  Regina Obe <lr@pcorp.us>
 
-       * raster/rt_pg/rtpostgis_drop.sql.in.c: Add in st_valuecount
-         evidentally changed output in 2.0 series
+       * [r7932] raster/rt_pg/rtpostgis_drop.sql.in.c: Add in
+         st_valuecount evidentally changed output in 2.0 series
 
-2011-10-02 14:12  dustymugs
+2011-10-02 14:12  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: fixed _st_intersects(raster,
-         geometry, integer) where call to ST_Intersects was hardcoding the
-         first band of raster instead of using user-provided nband.
+       * [r7931] raster/rt_pg/rtpostgis.sql.in.c: fixed
+         _st_intersects(raster, geometry, integer) where call to
+         ST_Intersects was hardcoding the first band of raster instead of
+         using user-provided nband.
 
-2011-10-02 03:18  robe
+2011-10-02 03:18  Regina Obe <lr@pcorp.us>
 
-       * raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis_drop.sql.in.c:
-         preliminary logic to build an rtpostgis_upgrade_20_minor.sql
-         script. Still missing a drop somewhere since my older db doesn't
-         upgrade because complains about out parameters changed in some
-         function.
+       * [r7930] raster/rt_pg/Makefile.in,
+         raster/rt_pg/rtpostgis_drop.sql.in.c: preliminary logic to build
+         an rtpostgis_upgrade_20_minor.sql script. Still missing a drop
+         somewhere since my older db doesn't upgrade because complains
+         about out parameters changed in some function.
 
-2011-10-01 17:28  dustymugs
+2011-10-01 17:28  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/Makefile.in: Fixed installation path of
+       * [r7929] raster/rt_pg/Makefile.in: Fixed installation path of
          rtpostgis.sql to contrib/postgis-2.0. Added build of
          rtpostgis_drop.sql
          
          Associated ticket is #615
 
-2011-10-01 16:47  robe
+2011-10-01 16:47  Regina Obe <lr@pcorp.us>
 
-       * raster/rt_pg/rtpostgis_drop.sql.in.c: itemize more removed
-         functions for upgrade purposes
+       * [r7928] raster/rt_pg/rtpostgis_drop.sql.in.c: itemize more
+         removed functions for upgrade purposes
 
-2011-10-01 03:46  robe
+2011-10-01 03:46  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: add very paertinatnet ST_3DDistance
-         reference to ST_3DDwithin
+       * [r7927] doc/reference_measure.xml: add very paertinatnet
+         ST_3DDistance reference to ST_3DDwithin
 
-2011-10-01 02:58  robe
+2011-10-01 02:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: get rid of obsolete proto, replace with
-         new onesfor ST_Intersects. Clarify distinctions between
-         raster/goemtry and geometry/raster operations
+       * [r7926] doc/reference_raster.xml: get rid of obsolete proto,
+         replace with new onesfor ST_Intersects. Clarify distinctions
+         between raster/goemtry and geometry/raster operations
 
-2011-09-30 20:03  dzwarg
+2011-09-30 20:03  David Zwarg <dzwarg@azavea.com>
 
-       * doc/html/images/st_mapalgebra01.png,
+       * [r7925] doc/html/images/st_mapalgebra01.png,
          doc/html/images/st_mapalgebra02.png,
          doc/html/images/st_mapalgebraexpr01.png,
          doc/html/images/st_mapalgebraexpr02.png,
          it is no longer optional. Also updated docs that referred to
          ST_MapAlgebra. (#860)
 
-2011-09-30 18:34  dzwarg
+2011-09-30 18:34  David Zwarg <dzwarg@azavea.com>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Renamed
-         'nodatavalueexpr' variable. (#866)
+       * [r7924] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
+         Renamed 'nodatavalueexpr' variable. (#866)
 
-2011-09-30 00:11  dustymugs
+2011-09-30 00:11  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
+       * [r7923] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/core/testapi.c,
          raster/test/regress/rt_asgdalraster.sql,
          raster/test/regress/rt_asjpeg.sql,
          raster/test/regress/rt_aspng.sql,
          raster/test/regress/rt_intersects.sql: Updated regression tests
          to correctly support change of unknown SRID from -1 to 0.
 
-2011-09-29 19:43  strk
+2011-09-29 19:43  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in: Fix distclean
-         rule to drop Makefile too
+       * [r7922] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in: Fix
+         distclean rule to drop Makefile too
 
-2011-09-29 19:43  strk
+2011-09-29 19:43  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r7921] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          loader/Makefile.in: Define SHELL (used by LIBTOOL and INSTALL)
          hopefully helps bug #1218
 
-2011-09-29 18:53  dustymugs
+2011-09-29 18:53  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Uncommented include of lwgeom_pg.h in
-         rt_pg.c. Fixed setting SRID to -1 to SRID_UNKNOWN.
+       * [r7920] raster/rt_pg/rt_pg.c: Uncommented include of lwgeom_pg.h
+         in rt_pg.c. Fixed setting SRID to -1 to SRID_UNKNOWN.
 
-2011-09-29 18:33  dustymugs
+2011-09-29 18:33  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r7919] raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_intersects.sql: Changed function
          ST_Intersects(raster, raster, int, int) to ST_Intersects(raster,
          raster). Added additional comments to
          
          Associated ticket is #1212
 
-2011-09-29 10:40  strk
+2011-09-29 10:40  Sandro Santilli <strk@keybit.net>
 
-       * doc/using_postgis_app.xml: Do not incentivate use of SRID=-1 in
-         mapserver examples.
+       * [r7918] doc/using_postgis_app.xml: Do not incentivate use of
+         SRID=-1 in mapserver examples.
 
-2011-09-29 10:34  strk
+2011-09-29 10:34  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Do not suggest using "SRID=<unknown>"
-         prefix in EWKT
+       * [r7917] doc/extras_topology.xml: Do not suggest using
+         "SRID=<unknown>" prefix in EWKT
 
-2011-09-29 07:18  robe
+2011-09-29 07:18  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis/Makefile: start work building unpackaged
+       * [r7916] extensions/postgis/Makefile: start work building
+         unpackaged
 
-2011-09-29 04:05  robe
+2011-09-29 04:05  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml, doc/release_notes.xml: add KNN gist and
-         srid =0 breaking change. Add Vizzuality to corporate sponsors
+       * [r7915] doc/introduction.xml, doc/release_notes.xml: add KNN gist
+         and srid =0 breaking change. Add Vizzuality to corporate sponsors
 
-2011-09-28 23:59  pramsey
+2011-09-28 23:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/gserialized.h: Remove gserialized.h define file
-         (actual #define is now temporarily in liblwgeom.h)
+       * [r7914] libpgcommon/gserialized.h: Remove gserialized.h define
+         file (actual #define is now temporarily in liblwgeom.h)
 
-2011-09-28 23:58  pramsey
+2011-09-28 23:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h.in, libpgcommon/gserialized.h,
+       * [r7913] liblwgeom/liblwgeom.h.in, libpgcommon/gserialized.h,
          libpgcommon/lwgeom_pg.h, postgis/geography.h,
          postgis/geography.sql.in.c, postgis/legacy.sql.in.c,
          postgis/legacy_compatibility_layer.sql.in.c,
          raster/rt_pg/rt_pg.h, raster/rt_pg/rtpostgis.sql.in.c: Remove
          GSERIALIZED_ON from .sql files.
 
-2011-09-28 23:38  pramsey
+2011-09-28 23:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/extras_topology.xml, liblwgeom/cunit/cu_algorithm.c,
+       * [r7912] doc/extras_topology.xml, liblwgeom/cunit/cu_algorithm.c,
          liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_libgeom.c,
          liblwgeom/examples, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
          liblwgeom/lwgeom_geos_split.c, liblwgeom/lwin_wkb.c,
          regress/sql-mm-curvepoly_expected: Change "no SRID" SRID to 0
          (#286)
 
-2011-09-28 21:56  robe
+2011-09-28 21:56  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: document box distance KNN operator
+       * [r7911] doc/reference_operator.xml: document box distance KNN
+         operator
 
-2011-09-28 15:06  pramsey
+2011-09-28 15:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/gserialized_gist_2d.c: Make the <-> operator return
-         linear not square units, to match the <#> operator.
+       * [r7910] postgis/gserialized_gist_2d.c: Make the <-> operator
+         return linear not square units, to match the <#> operator.
 
-2011-09-28 15:04  pramsey
+2011-09-28 15:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/gserialized_gist_2d.c, postgis/postgis.sql.in.c: Add
-         box-wise ORDER BY for KNN (#701)
+       * [r7909] postgis/gserialized_gist_2d.c, postgis/postgis.sql.in.c:
+         Add box-wise ORDER BY for KNN (#701)
 
-2011-09-28 10:13  strk
+2011-09-28 10:13  Sandro Santilli <strk@keybit.net>
 
-       * doc/html/image_src/generator.c: Image generator also uses LWDEBUG
-         macros... how popular !
+       * [r7908] doc/html/image_src/generator.c: Image generator also uses
+         LWDEBUG macros... how popular !
 
-2011-09-28 10:05  strk
+2011-09-28 10:05  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in, liblwgeom/g_box.c,
+       * [r7907] liblwgeom/Makefile.in, liblwgeom/g_box.c,
          liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
          liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
          liblwgeom/lwalgorithm.c, liblwgeom/lwcircstring.c,
          Fix some misuses out of liblwgeom.
          Add missing copyright notices in a few files.
 
-2011-09-27 23:29  robe
+2011-09-27 23:29  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis, extensions/postgis/META.json,
+       * [r7906] extensions/postgis, extensions/postgis/META.json,
          extensions/postgis/Makefile, extensions/postgis/postgis.control,
          extensions/postgis/postgis_core.control, extensions/postgis_core,
          extensions/postgis_raster,
          postgis and raster into a single extension called "postgis",
          revise postgis_topology control to depend on this new extension
 
-2011-09-27 23:28  robe
+2011-09-27 23:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml, raster/rt_pg/rtpostgis_drop.sql.in.c:
-         more drop of functions that changed signature
+       * [r7905] doc/reference_raster.xml,
+         raster/rt_pg/rtpostgis_drop.sql.in.c: more drop of functions that
+         changed signature
 
-2011-09-27 17:35  robe
+2011-09-27 17:35  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: clarify current implementation is
-         centroid of box not the geometry.
+       * [r7904] doc/reference_operator.xml: clarify current
+         implementation is centroid of box not the geometry.
 
-2011-09-27 15:33  strk
+2011-09-27 15:33  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: Drop duplicated geometry_out definition
+       * [r7903] postgis/postgis.sql.in.c: Drop duplicated geometry_out
+         definition
 
-2011-09-27 05:09  robe
+2011-09-27 05:09  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: correct the description on semantics
-         of knn operator
+       * [r7902] doc/reference_operator.xml: correct the description on
+         semantics of knn operator
 
-2011-09-27 03:40  dustymugs
+2011-09-27 03:40  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/Makefile.in:
-         Removed ST_Intersects(raster, int, raster, int) version of two
-         raster ST_Intersects.
+       * [r7901] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/core/Makefile.in: Removed ST_Intersects(raster, int,
+         raster, int) version of two raster ST_Intersects.
          
          Associated ticket is #1212
 
-2011-09-27 03:15  robe
+2011-09-27 03:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: wrap examples in cdata tags so don't
-         break parser
+       * [r7900] doc/reference_operator.xml: wrap examples in cdata tags
+         so don't break parser
 
-2011-09-27 02:58  robe
+2011-09-27 02:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: document new knn gist operator --
-         example mostly plagiarized from Paul's postgis-devel example with
-         addition of care consideration of safe casting and SQL
-         formatting. I know I'm getting lazy in my old age.
+       * [r7899] doc/reference_operator.xml: document new knn gist
+         operator -- example mostly plagiarized from Paul's postgis-devel
+         example with addition of care consideration of safe casting and
+         SQL formatting. I know I'm getting lazy in my old age.
 
-2011-09-27 02:22  robe
+2011-09-27 02:22  Regina Obe <lr@pcorp.us>
 
-       * raster/rt_pg/rtpostgis_drop.sql.in.c: preliminary work on drop
-         deprecated functions. Not tied into anything yet.
+       * [r7898] raster/rt_pg/rtpostgis_drop.sql.in.c: preliminary work on
+         drop deprecated functions. Not tied into anything yet.
 
-2011-09-27 02:09  robe
+2011-09-27 02:09  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: get rid of obslete protos for
+       * [r7897] doc/reference_raster.xml: get rid of obslete protos for
          ST_Intersects and revise description to describe new semantics of
          raster st_intersects
 
-2011-09-27 01:55  robe
+2011-09-27 01:55  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis_drop.sql.in.c: put in svn keywords and forcce to
-         LF
+       * [r7896] postgis/postgis_drop.sql.in.c: put in svn keywords and
+         forcce to LF
 
-2011-09-26 21:05  pramsey
+2011-09-26 21:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis.sql.in.c: Wrap <-> distance ordering into a PgSQL
-         9.1+ block.
+       * [r7895] postgis/postgis.sql.in.c: Wrap <-> distance ordering into
+         a PgSQL 9.1+ block.
 
-2011-09-26 20:39  pramsey
+2011-09-26 20:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/gserialized_gist_2d.c, postgis/postgis.sql.in.c: Add
-         support for KNN-GiST ops. First cut only, much testing required.
-         (#701)
+       * [r7894] postgis/gserialized_gist_2d.c, postgis/postgis.sql.in.c:
+         Add support for KNN-GiST ops. First cut only, much testing
+         required. (#701)
 
-2011-09-26 14:25  strk
+2011-09-26 14:25  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_createtopogeo.sql: Don't use the same
-         name for input parameter and returned table description.
+       * [r7893] topology/test/regress/st_createtopogeo.sql: Don't use the
+         same name for input parameter and returned table description.
          
          Hopefully fixes ticket #1210 [RT-SIGTA]
 
-2011-09-26 06:29  robe
+2011-09-26 06:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: document
+       * [r7892] doc/reference_raster.xml: document
          ST_Intersects(rasta,rastb,nbanda,nbandb) -- left out
          ST_Intersects(rasta,nbanda,rastb,nbandb) - that one offends my
          senses.
 
-2011-09-25 20:37  robe
+2011-09-25 20:37  Regina Obe <lr@pcorp.us>
 
-       * raster/test/core/Makefile.in: add missing geos flag to let it
-         make check under mingw
+       * [r7891] raster/test/core/Makefile.in: add missing geos flag to
+         let it make check under mingw
 
-2011-09-25 14:48  dustymugs
+2011-09-25 14:48  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.h: Removed unnecessary typedef for fmin and
-         fmax on windows. Possible fix to #1207.
+       * [r7890] raster/rt_core/rt_api.h: Removed unnecessary typedef for
+         fmin and fmax on windows. Possible fix to #1207.
 
-2011-09-24 19:05  dustymugs
+2011-09-24 19:05  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/Makefile.in, raster/rt_core/rt_api.h,
+       * [r7889] raster/rt_core/Makefile.in, raster/rt_core/rt_api.h,
          raster/test/core/Makefile.in: Tweaks to makefiles due to linker
          symbol errors in OSX. Hopefully this can also resolve the issue
          with #1207.
 
-2011-09-23 22:00  robe
+2011-09-23 22:00  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis_topology/Makefile,
+       * [r7888] extensions/postgis_topology/Makefile,
          extensions/postgis_topology/postgis_topology.control: Add killer
          sed command to create a topology upgrade minor script from
          topology.sql. Also change release version to 2.0.0a1 since we
          haven't released yet. This will build a script to upgrade our
          mislabeled 2.0.0 to 2.0.0a1
 
-2011-09-23 19:58  robe
+2011-09-23 19:58  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/tiger_loader.sql: #1209:
+       * [r7887] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: #1209:
          redundant constraint chk_statefp on loading edges.
 
-2011-09-23 19:21  strk
+2011-09-23 19:21  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Update topology functions status.
-         We've completed the SQL/MM set !
+       * [r7886] topology/topology.sql.in.c: Update topology functions
+         status. We've completed the SQL/MM set !
 
-2011-09-23 19:21  strk
+2011-09-23 19:21  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/sql/sqlmm.sql,
+       * [r7885] doc/extras_topology.xml, topology/sql/sqlmm.sql,
          topology/test/Makefile,
          topology/test/regress/st_createtopogeo.sql,
          topology/test/regress/st_createtopogeo_expected: Implement
          
          Includes regress testing and documentation update
 
-2011-09-22 15:07  dustymugs
+2011-09-22 15:07  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7884] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          raster/test/regress/rt_intersects.sql,
          
          Associated ticket is #1176
 
-2011-09-22 14:06  strk
+2011-09-22 14:06  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r7883] topology/sql/sqlmm.sql,
          topology/test/regress/st_addedgenewfaces_expected: Make face
          creation order predictable in ST_AddEdgeNewFaces (#1205)
          
          Always create the face on the right first [RT-SIGTA]
 
-2011-09-22 09:14  strk
+2011-09-22 09:14  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql: Add notes and TODO items about the
-         edge-adding functions [RT-SIGTA]
+       * [r7882] topology/sql/sqlmm.sql: Add notes and TODO items about
+         the edge-adding functions [RT-SIGTA]
          
          See ticket #1205
 
-2011-09-22 07:22  strk
+2011-09-22 07:22  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql: Reduce noice produced by
+       * [r7881] topology/sql/sqlmm.sql: Reduce noice produced by
          ST_AddEdgeModFace at NOTICE level [RT-SIGTA]
 
-2011-09-21 10:34  strk
+2011-09-21 10:34  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_prepared.c: Don't wrap prepared geom
+       * [r7880] postgis/lwgeom_geos_prepared.c: Don't wrap prepared geom
          implementation in a conditional macro
          
          These kind of full-disabling should be done at Makefile level...
 
-2011-09-21 09:50  strk
+2011-09-21 09:50  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
+       * [r7879] postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
          postgis/lwgeom_geos_prepared.h, postgis/profile.h: Add header
          guards to geos headers, move GEOS_PREPARED define to the
          implementation file, add missing copyright header.
 
-2011-09-21 07:32  strk
+2011-09-21 07:32  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/sql/sqlmm.sql,
+       * [r7878] doc/extras_topology.xml, topology/sql/sqlmm.sql,
          topology/test/regress/st_remedgemodface_expected: Make
          RemEdgeModFace symmetric to AddEdgeModFace about face retention
          
          ... will not modify the topology.
          [RT-SIGTA]
 
-2011-09-21 03:29  robe
+2011-09-21 03:29  Regina Obe <lr@pcorp.us>
 
-       * topology/sql/gml.sql, topology/sql/manage/CopyTopology.sql: move
-         args to same line as func so extensions unpackaged adds them
-         correctly will ahve to come up with a better way of doing this.
+       * [r7877] topology/sql/gml.sql,
+         topology/sql/manage/CopyTopology.sql: move args to same line as
+         func so extensions unpackaged adds them correctly will ahve to
+         come up with a better way of doing this.
 
-2011-09-21 03:28  robe
+2011-09-21 03:28  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis_raster/postgis_raster.control: makr
+       * [r7876] extensions/postgis_raster/postgis_raster.control: makr
          postgis_core as required. Admittedly this will go away once we
          merge postgis_core and raster. Doing this gets rid of issues with
          raster not being able to find geometry etc if installed in
          separate schema from postgis_core
 
-2011-09-21 03:23  robe
+2011-09-21 03:23  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis_topology/Makefile,
+       * [r7875] extensions/postgis_topology/Makefile,
          extensions/postgis_topology/postgis_topology.control: more
          changes to properly utilize extenions model, 1 remove create
          schema since extesnion creates it if not present, in control file
          designate postgis_core is required so create adds it to search
          path, more cleanup for unpackaged
 
-2011-09-21 02:14  robe
+2011-09-21 02:14  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis_topology/Makefile: pick up table, type,
-         trigger, and schemas in unlogged add
+       * [r7874] extensions/postgis_topology/Makefile: pick up table,
+         type, trigger, and schemas in unlogged add
 
-2011-09-20 16:47  robe
+2011-09-20 16:47  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis_topology/Makefile, topology/sql/gml.sql: get
-         rid of linebreaks in function arg list so unpackaged builder
-         works, fix logical error in sed expression
+       * [r7873] extensions/postgis_topology/Makefile,
+         topology/sql/gml.sql: get rid of linebreaks in function arg list
+         so unpackaged builder works, fix logical error in sed expression
 
-2011-09-20 15:49  robe
+2011-09-20 15:49  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis_topology/Makefile: preliminary logic to build
-         install from unpackaged file
+       * [r7872] extensions/postgis_topology/Makefile: preliminary logic
+         to build install from unpackaged file
 
-2011-09-20 15:21  strk
+2011-09-20 15:21  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/sql/sqlmm.sql,
+       * [r7871] doc/extras_topology.xml, topology/sql/sqlmm.sql,
          topology/test/Makefile,
          topology/test/regress/st_remedgemodface.sql,
          topology/test/regress/st_remedgemodface_expected: Implement
          
          Include regress testing and documentation.
 
-2011-09-19 21:28  dustymugs
+2011-09-19 21:28  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: additional code cleanup of
+       * [r7870] raster/rt_core/rt_api.c: additional code cleanup of
          rt_raster_gdal_rasterize
 
-2011-09-19 16:53  strk
+2011-09-19 16:53  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/sql/sqlmm.sql,
+       * [r7869] doc/extras_topology.xml, topology/sql/sqlmm.sql,
          topology/test/regress/st_remedgenewface_expected: Have
          ST_RemEdgeNewFace return NULL when no face is created [RT-SIGTA]
          
          This is to match the ISO spec more closely. Docs and regress test
          updated.
 
-2011-09-19 14:17  strk
+2011-09-19 14:17  Sandro Santilli <strk@keybit.net>
 
-       * postgis/geometry_gist_selectivity.c: Fix ST_Estimated_Extent by
-         correctly interpret histogram box (#1200)
+       * [r7868] postgis/geometry_gist_selectivity.c: Fix
+         ST_Estimated_Extent by correctly interpret histogram box (#1200)
 
-2011-09-19 06:40  strk
+2011-09-19 06:40  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/manage/TopologySummary.sql: TopologySummary: do not
-         count the universe face in the face count
+       * [r7867] topology/sql/manage/TopologySummary.sql: TopologySummary:
+         do not count the universe face in the face count
 
-2011-09-19 06:40  strk
+2011-09-19 06:40  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/regress/sqlmm_expected:
-         ST_InitTopoGeo: use named argument, drop trailing space from
-         return text
+       * [r7866] topology/sql/sqlmm.sql,
+         topology/test/regress/sqlmm_expected: ST_InitTopoGeo: use named
+         argument, drop trailing space from return text
 
-2011-09-18 15:51  robe
+2011-09-18 15:51  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: #1202 -- also fixed issue with when typ
-         mod application fails (because of mixed geometries) to properly
-         catch error and raise warning instead of throw error.
+       * [r7865] postgis/postgis.sql.in.c: #1202 -- also fixed issue with
+         when typ mod application fails (because of mixed geometries) to
+         properly catch error and raise warning instead of throw error.
 
-2011-09-18 15:04  robe
+2011-09-18 15:04  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: fix typo in warning
+       * [r7864] postgis/postgis.sql.in.c: fix typo in warning
 
-2011-09-18 14:56  robe
+2011-09-18 14:56  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: #1201 don't error out when
+       * [r7863] postgis/postgis.sql.in.c: #1201 don't error out when
          populate_geometry_columns is called on an empty table, just
          provide warning and don't do anything. Exclude raster_columns
          from populate_geometry_columns inspection.
 
-2011-09-17 19:59  pramsey
+2011-09-17 19:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c: shp2pgsql gui wrong use of create
-         spatial index (#1091)
+       * [r7862] loader/shp2pgsql-core.c: shp2pgsql gui wrong use of
+         create spatial index (#1091)
 
-2011-09-17 07:58  strk
+2011-09-17 07:58  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_remedgenewface.sql,
+       * [r7861] topology/test/regress/st_remedgenewface.sql,
          topology/test/regress/st_remedgenewface_expected: Typo in
          testcase label
 
-2011-09-17 07:10  strk
+2011-09-17 07:10  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql: Typo
+       * [r7860] topology/sql/sqlmm.sql: Typo
 
-2011-09-17 06:58  strk
+2011-09-17 06:58  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/topology.sql.in.c: Minor inline
-         documentation updates
+       * [r7859] topology/sql/sqlmm.sql, topology/topology.sql.in.c: Minor
+         inline documentation updates
 
-2011-09-17 06:46  strk
+2011-09-17 06:46  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/sql/sqlmm.sql,
+       * [r7858] doc/extras_topology.xml, topology/sql/sqlmm.sql,
          topology/test/Makefile, topology/test/cache_geometries.sql,
          topology/test/regress/st_remedgenewface.sql,
          topology/test/regress/st_remedgenewface_expected: Implement
          
          Includes regress testing and documentation.
 
-2011-09-16 13:32  dustymugs
+2011-09-16 13:32  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: fixups and code cleanups for the
+       * [r7857] raster/rt_core/rt_api.c: fixups and code cleanups for the
          rt_raster_gdal_rasterize to better handle point and linestring
          geometries
 
-2011-09-15 20:43  robe
+2011-09-15 20:43  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis_core/Makefile,
+       * [r7856] extensions/postgis_core/Makefile,
          extensions/postgis_raster/META.json,
          extensions/postgis_raster/Makefile,
          extensions/postgis_raster/all.sql,
          extensions/postgis_topology/Makefile: more cleanup and put in
          logic to also install in database help descriptors
 
-2011-09-15 20:05  robe
+2011-09-15 20:05  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix invalid st_summarystats proto
+       * [r7855] doc/reference_raster.xml: fix invalid st_summarystats
+         proto
 
-2011-09-15 18:35  robe
+2011-09-15 18:35  Regina Obe <lr@pcorp.us>
 
-       * extensions/README: now topology installs can get rid of error
-         note.
+       * [r7854] extensions/README: now topology installs can get rid of
+         error note.
 
-2011-09-15 18:33  robe
+2011-09-15 18:33  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis_core/META.json,
+       * [r7853] extensions/postgis_core/META.json,
          extensions/postgis_topology/META.json,
          extensions/postgis_topology/Makefile,
          extensions/postgis_topology/all.sql, topology/topology.sql.in.c:
          of ALTER TABLE .. hasz and merge it into the CREATE TABLE since
          that was the culprit causing extension install error
 
-2011-09-15 13:57  robe
+2011-09-15 13:57  Regina Obe <lr@pcorp.us>
 
-       * extensions/postgis_core/META.json,
+       * [r7852] extensions/postgis_core/META.json,
          extensions/postgis_core/Makefile,
          extensions/postgis_core/all.sql: more cleanup -- this time no
          more errors when installing
 
-2011-09-15 08:40  robe
+2011-09-15 08:40  Regina Obe <lr@pcorp.us>
 
-       * extensions, extensions/README, extensions/postgis_core,
+       * [r7851] extensions, extensions/README, extensions/postgis_core,
          extensions/postgis_core/META.json,
          extensions/postgis_core/Makefile,
          extensions/postgis_core/all.sql, extensions/postgis_core/doc,
          extensions/postgis_topology/sql_bits: Support for PostgreSQL 9.1
          CREATE EXTENSION syntax
 
-2011-09-14 15:37  robe
+2011-09-14 15:37  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: change & to html equivalent entity
+       * [r7850] doc/extras_topology.xml: change & to html equivalent
+         entity
 
-2011-09-14 15:24  robe
+2011-09-14 15:24  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: provide real world examples of how to
-         use CreateTopoGeom
+       * [r7849] doc/extras_topology.xml: provide real world examples of
+         how to use CreateTopoGeom
 
-2011-09-14 14:55  robe
+2011-09-14 14:55  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: more fixes
+       * [r7848] doc/extras_tigergeocoder.xml: more fixes
 
-2011-09-14 14:51  robe
+2011-09-14 14:51  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: put in new timings. After speed fix
-         loading is 3 times faster
+       * [r7847] doc/extras_tigergeocoder.xml: put in new timings. After
+         speed fix loading is 3 times faster
 
-2011-09-14 14:02  robe
+2011-09-14 14:02  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: fix typo and create another link
-         reference
+       * [r7846] doc/extras_tigergeocoder.xml: fix typo and create another
+         link reference
 
-2011-09-14 12:14  pracine
+2011-09-14 12:14  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_mapalgebra.sql: Commented some queries
-         so that the file can be executed to load the functions.
+       * [r7845] raster/scripts/plpgsql/st_mapalgebra.sql: Commented some
+         queries so that the file can be executed to load the functions.
 
-2011-09-14 07:02  robe
+2011-09-14 07:02  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis_drop.sql.in.c: drop populate_geometry_columns
-         version that just takes oid. Has bene replaced with versoin that
-         takes default arg use_typmod
+       * [r7844] postgis/postgis_drop.sql.in.c: drop
+         populate_geometry_columns version that just takes oid. Has bene
+         replaced with versoin that takes default arg use_typmod
 
-2011-09-13 18:52  strk
+2011-09-13 18:52  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Re-enable accidentally disabled prepared
-         geoms. Fixes bug #1165.
+       * [r7843] postgis/lwgeom_geos.c: Re-enable accidentally disabled
+         prepared geoms. Fixes bug #1165.
 
-2011-09-13 18:47  chodgson
+2011-09-13 18:47  Chris Hodgson <chodgson@refractions.net>
 
-       * doc/html/image_src/Makefile.in,
+       * [r7842] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_overlaps01.wkt,
          doc/html/image_src/st_overlaps02.wkt,
          doc/html/image_src/st_overlaps03.wkt, doc/reference_measure.xml:
          Added some diagrams to the st_overlaps docmentation
 
-2011-09-13 03:51  robe
+2011-09-13 03:51  Regina Obe <lr@pcorp.us>
 
-       * postgis/Makefile.in, raster/rt_pg/Makefile.in: fix for #1158
-         can't compile 8.4 under mingw windows
+       * [r7841] postgis/Makefile.in, raster/rt_pg/Makefile.in: fix for
+         #1158 can't compile 8.4 under mingw windows
 
-2011-09-12 16:02  strk
+2011-09-12 16:02  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Handle db initialization errors earlier
+       * [r7840] regress/run_test: Handle db initialization errors earlier
 
-2011-09-12 04:56  robe
+2011-09-12 04:56  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: make topoelementarray examples make more
-         sense
+       * [r7839] doc/extras_topology.xml: make topoelementarray examples
+         make more sense
 
-2011-09-12 04:44  robe
+2011-09-12 04:44  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: put in more description about what type
-         id means
+       * [r7838] doc/extras_topology.xml: put in more description about
+         what type id means
 
-2011-09-11 02:42  robe
+2011-09-11 02:42  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Link several functions back to new
-         Topology_Load_Tiger since that demonstrates use of these
+       * [r7837] doc/extras_topology.xml: Link several functions back to
+         new Topology_Load_Tiger since that demonstrates use of these
          functions
 
-2011-09-10 14:09  robe
+2011-09-10 14:09  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml, doc/installation.xml: minor wording
-         changes and reference to configuration part of documentation
+       * [r7836] doc/extras_tigergeocoder.xml, doc/installation.xml: minor
+         wording changes and reference to configuration part of
+         documentation
 
-2011-09-10 13:52  robe
+2011-09-10 13:52  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml, doc/extras_topology.xml: fix typo
-         link to tiger topology loader
+       * [r7835] doc/extras_tigergeocoder.xml, doc/extras_topology.xml:
+         fix typo link to tiger topology loader
 
-2011-09-10 12:43  strk
+2011-09-10 12:43  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_tigergeocoder.xml: Fix "no ID for constraint linkedn:
-         Create_Topology" error
+       * [r7834] doc/extras_tigergeocoder.xml: Fix "no ID for constraint
+         linkedn: Create_Topology" error
 
-2011-09-10 11:49  strk
+2011-09-10 11:49  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile.in: Honour DESTDIR in documentation Makefile. Patch
-         by Bryce L Nordgren.
+       * [r7833] doc/Makefile.in: Honour DESTDIR in documentation
+         Makefile. Patch by Bryce L Nordgren.
          
          See ticket #1184
 
-2011-09-10 06:43  robe
+2011-09-10 06:43  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml,
+       * [r7832] doc/extras_tigergeocoder.xml,
          extras/tiger_geocoder/tiger_2010/create_geocode.sql,
          extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Document
          tiger to postgis topology loader and revise scripts to install
          the new function. also some additional minor fixes
 
-2011-09-10 05:35  robe
+2011-09-10 05:35  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
+       * [r7831]
+         extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          save as UTF-8
 
-2011-09-10 05:11  robe
+2011-09-10 05:11  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
+       * [r7830]
+         extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          Alas a load with no topology validation errors. Fix remaining
          issues with missing loading of some edges of faces
 
-2011-09-10 02:49  robe
+2011-09-10 02:49  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
+       * [r7829]
+         extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          get rid of superfluous junk
 
-2011-09-09 14:47  robe
+2011-09-09 14:47  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: example of how to get actual edge
-         geometries
+       * [r7828] doc/extras_topology.xml: example of how to get actual
+         edge geometries
 
-2011-09-09 14:06  robe
+2011-09-09 14:06  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
+       * [r7827]
+         extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          revise to snap points to topology precision, also set edge
          left/right face to 0 if null (world face). ValidateTopology now
          reports 25 errors instead of 484 errors (what it did before)
 
-2011-09-08 19:18  robe
+2011-09-08 19:18  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
+       * [r7826]
+         extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          revise to transform to spatial reference system of target
          topology
 
-2011-09-08 16:47  robe
+2011-09-08 16:47  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
+       * [r7825]
+         extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          more changes to add missing edges
 
-2011-09-08 14:36  robe
+2011-09-08 14:36  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
+       * [r7824]
+         extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          more minor corrections
 
-2011-09-08 14:23  robe
+2011-09-08 14:23  Regina Obe <lr@pcorp.us>
 
-       * topology/sql/manage/TopologySummary.sql: #1181 TopologySummary is
-         broken causing ambiquous reference. Changed to have local
-         variable be called var_topology_id so doesn't conflict with table
-         column topology_id
+       * [r7823] topology/sql/manage/TopologySummary.sql: #1181
+         TopologySummary is broken causing ambiquous reference. Changed to
+         have local variable be called var_topology_id so doesn't conflict
+         with table column topology_id
 
-2011-09-08 08:06  robe
+2011-09-08 08:06  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
+       * [r7822]
+         extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          logic to load in edges marking those with orphaned next_left,
          next_right to -neg of itself
 
-2011-09-07 17:13  robe
+2011-09-07 17:13  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
+       * [r7821]
+         extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          more typo corrections
 
-2011-09-07 14:57  robe
+2011-09-07 14:57  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
+       * [r7820]
+         extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          more typos
 
-2011-09-07 14:55  robe
+2011-09-07 14:55  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
+       * [r7819]
+         extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          fix typo
 
-2011-09-07 14:54  robe
+2011-09-07 14:54  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology/README,
+       * [r7818] extras/tiger_geocoder/tiger_2010/topology/README,
          extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          more work on tiger topology loader -- revised to use temp table.
 
-2011-09-07 13:58  dustymugs
+2011-09-07 13:58  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/regress/rt_aspng_expected: Updated expected output
-         due to change in message
+       * [r7817] raster/test/regress/rt_aspng_expected: Updated expected
+         output due to change in message
 
-2011-09-06 21:01  robe
+2011-09-06 21:01  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: correct some mistatements about export
-         functions
+       * [r7816] doc/reference_raster.xml: correct some mistatements about
+         export functions
 
-2011-09-06 20:10  dustymugs
+2011-09-06 20:10  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Fixed ST_AsPNG to allow rasters
-         with four bands as that becomes a RGBA PNG image.
+       * [r7815] raster/rt_pg/rtpostgis.sql.in.c: Fixed ST_AsPNG to allow
+         rasters with four bands as that becomes a RGBA PNG image.
 
-2011-09-06 16:40  robe
+2011-09-06 16:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix typos
+       * [r7814] doc/reference_raster.xml: fix typos
 
-2011-09-06 16:24  robe
+2011-09-06 16:24  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/st_mapalgebra01.png,
+       * [r7813] doc/html/images/st_mapalgebra01.png,
          doc/html/images/st_mapalgebra02.png, doc/reference_raster.xml:
          more examples
 
-2011-09-06 08:07  robe
+2011-09-06 08:07  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: minor indentation fix
+       * [r7812] doc/reference_raster.xml: minor indentation fix
 
-2011-09-06 08:07  robe
+2011-09-06 08:07  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: document st_resample - still need to
-         put in examples
+       * [r7811] doc/reference_raster.xml: document st_resample - still
+         need to put in examples
 
-2011-09-06 07:25  robe
+2011-09-06 07:25  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/st_asraster01.png,
+       * [r7810] doc/html/images/st_asraster01.png,
          doc/html/images/st_asraster02.png: get rid of transparency --
          transparency turning to black in pdf format
 
-2011-09-06 06:56  robe
+2011-09-06 06:56  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/st_band01.png, doc/html/images/st_band02.png,
-         doc/html/images/st_band03.png, doc/reference_raster.xml: Add
-         another example with pictures
+       * [r7809] doc/html/images/st_band01.png,
+         doc/html/images/st_band02.png, doc/html/images/st_band03.png,
+         doc/reference_raster.xml: Add another example with pictures
 
-2011-09-06 02:11  robe
+2011-09-06 02:11  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_historytable.xml, doc/reference_raster.xml: Move
-         ST_AsRaster and ST_Band to raster contructor section
+       * [r7808] doc/extras_historytable.xml, doc/reference_raster.xml:
+         Move ST_AsRaster and ST_Band to raster contructor section
 
-2011-09-05 15:44  robe
+2011-09-05 15:44  Regina Obe <lr@pcorp.us>
 
-       * doc/extras.xml: revmoe history table out of docs for now
+       * [r7806] doc/extras.xml: revmoe history table out of docs for now
 
-2011-09-04 02:50  robe
+2011-09-04 02:50  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: fix typo
+       * [r7804] doc/postgis.xml: fix typo
 
-2011-09-02 19:46  robe
+2011-09-02 19:46  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/ccbysa.png, doc/postgis.xml: Put in creative
-         commons license stamp
+       * [r7803] doc/html/images/ccbysa.png, doc/postgis.xml: Put in
+         creative commons license stamp
 
-2011-09-02 01:54  dustymugs
+2011-09-02 01:54  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7802] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/test/core/testapi.c: Added optimizations and shortcuts for
          rt_band_get_quantiles_stream
 
-2011-09-01 14:58  robe
+2011-09-01 14:58  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
+       * [r7801]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
          revise to return first part of street number e.g. 112-345 -> 112
 
-2011-09-01 12:35  robe
+2011-09-01 12:35  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
+       * [r7800]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
          revise so works under 8.4 evidentially in 8.4 INTO USING clauses
          are not interchangeable but they are in later versions
 
-2011-09-01 11:41  robe
+2011-09-01 11:41  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: fill in missing tag
+       * [r7799] doc/extras_tigergeocoder.xml: fill in missing tag
 
-2011-09-01 09:00  robe
+2011-09-01 09:00  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql,
+       * [r7798]
+         extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress: more
          finetuninng of street offset to consider non-straight tlids
 
-2011-08-31 14:54  robe
+2011-08-31 14:54  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: #1052 update doco to reflect change
-         in behavior.
+       * [r7797] doc/extras_tigergeocoder.xml: #1052 update doco to
+         reflect change in behavior.
 
-2011-08-31 14:53  robe
+2011-08-31 14:53  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
+       * [r7796]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1052 --
          instead of placing geocoded point at center line, offset it 10
          May later change this to allow the user to specify the offset
          amount.
 
-2011-08-31 07:06  strk
+2011-08-31 07:06  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in, regress/run_test: With libtool for
+       * [r7795] regress/Makefile.in, regress/run_test: With libtool for
          loader/dumper there's no need to stage-install them
          
          Fixes ticket #1177 [RT-SIGTA]
 
-2011-08-29 16:02  robe
+2011-08-29 16:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fill in missing protos for ST_AsRaster
+       * [r7794] doc/reference_raster.xml: fill in missing protos for
+         ST_AsRaster
 
-2011-08-29 15:23  strk
+2011-08-29 15:23  Sandro Santilli <strk@keybit.net>
 
-       * loader/Makefile.in: Dynamically link loader and dumper to
+       * [r7793] loader/Makefile.in: Dynamically link loader and dumper to
          liblwgeom [RT-SIGTA]
          
          This reduces each of the 3 installed executable sizes by 547 Kb.
 
-2011-08-29 14:45  strk
+2011-08-29 14:45  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/Makefile.in: Use libtool to link liblwgeom unit
-         tester (helps testing the shared library)
+       * [r7792] liblwgeom/cunit/Makefile.in: Use libtool to link
+         liblwgeom unit tester (helps testing the shared library)
 
-2011-08-27 17:16  dustymugs
+2011-08-27 17:16  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: fixed improperly commented-out
-         RAISE DEBUG statement for AddRasterColumn function.
+       * [r7791] raster/rt_pg/rtpostgis.sql.in.c: fixed improperly
+         commented-out RAISE DEBUG statement for AddRasterColumn function.
          
          Associated ticket is #1175.
 
-2011-08-26 14:47  dustymugs
+2011-08-26 14:47  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.h: Added solaris define for UNIX using
-         patch provided by rroliver.
+       * [r7790] raster/rt_core/rt_api.h: Added solaris define for UNIX
+         using patch provided by rroliver.
          
          Associated ticket is #1171.
 
-2011-08-26 00:04  dustymugs
+2011-08-26 00:04  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Tweaked memory
-         allocation in RASTER_quantileCoverage.
+       * [r7789] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Tweaked
+         memory allocation in RASTER_quantileCoverage.
 
-2011-08-25 23:23  dustymugs
+2011-08-25 23:23  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r7788] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_asraster_expected: Fixed the function
          rt_band_get_summary_stats rt_core/rt_api.c to correctly handle
          the situation where a band's values are all nodata
 
-2011-08-25 18:39  dustymugs
+2011-08-25 18:39  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Removed "WITH OIDS" from raster
-         table creation.
+       * [r7787] raster/rt_pg/rtpostgis.sql.in.c: Removed "WITH OIDS" from
+         raster table creation.
 
-2011-08-25 18:18  dustymugs
+2011-08-25 18:18  Bborie Park <bkpark at ucdavis.edu>
 
-       * libpgcommon/gserialized_gist.c, libpgcommon/gserialized_gist.h,
-         postgis/gserialized_gist_nd.c: Fix error of unknown symbol
-         gidx_to_string when building with the flags --with-raster
-         --enable-debug using patch gidx_to_string.patch provided by
-         bnordgren.
+       * [r7786] libpgcommon/gserialized_gist.c,
+         libpgcommon/gserialized_gist.h, postgis/gserialized_gist_nd.c:
+         Fix error of unknown symbol gidx_to_string when building with the
+         flags --with-raster --enable-debug using patch
+         gidx_to_string.patch provided by bnordgren.
          
          Associated ticket is #1161
 
-2011-08-25 14:44  dustymugs
+2011-08-25 14:44  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/raster_config.h.in, raster/rt_core/rt_api.h,
+       * [r7785] raster/raster_config.h.in, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h,
          raster/test/core/testapi.c: Fixed the problem where having
          configure detect that GDAL has the GDALFPolygonize function does
          
          Associated ticket is #650
 
-2011-08-25 11:33  robe
+2011-08-25 11:33  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/st_asraster01.png,
+       * [r7784] doc/html/images/st_asraster01.png,
          doc/html/images/st_asraster02.png, doc/reference_raster.xml:
          provide better example and images to complement. Also note that
          ST_AsRaster doesn't yet work with newer geometries
 
-2011-08-24 22:31  pramsey
+2011-08-24 22:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * libpgcommon/Makefile.in: Added in gettext headers to allow
-         compilation under osx with iconv
+       * [r7783] libpgcommon/Makefile.in: Added in gettext headers to
+         allow compilation under osx with iconv
 
-2011-08-24 19:20  robe
+2011-08-24 19:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: cleanup formatting a bit on ST_AsRaster
-         example
+       * [r7782] doc/reference_raster.xml: cleanup formatting a bit on
+         ST_AsRaster example
 
-2011-08-24 17:40  dustymugs
+2011-08-24 17:40  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/scripts/python/Makefile.in: Added DESTDIR so that
+       * [r7781] raster/scripts/python/Makefile.in: Added DESTDIR so that
          raster2pgsql.py is installed in the user-specified path
 
-2011-08-24 16:08  robe
+2011-08-24 16:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Provide some examples for using
+       * [r7780] doc/reference_raster.xml: Provide some examples for using
          ST_AsRaster. This function is way cool.
 
-2011-08-24 15:23  dustymugs
+2011-08-24 15:23  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
+       * [r7779] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/Makefile.in,
          raster/test/regress/rt_pixelsize.sql,
          raster/test/regress/rt_pixelsize_expected: Inclusion of missing
          ST_PixelWidth and ST_PixelHeight functions and regression tests.
          
          Associated ticket is #928
 
-2011-08-23 22:41  dustymugs
+2011-08-23 22:41  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7778] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c: Refactored ST_ValueCount and
          ST_ValuePercent to be a C function rather than a plpgsql
          function.
 
-2011-08-22 21:24  robe
+2011-08-22 21:24  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql:
+       * [r7775]
+         extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql:
          #997 put in correct codes for non-state us territories
 
-2011-08-21 03:34  robe
+2011-08-21 03:34  Regina Obe <lr@pcorp.us>
 
-       * raster/test/core/Makefile.in: #1158 add proj flags to fix mingw
-         test issue
+       * [r7774] raster/test/core/Makefile.in: #1158 add proj flags to fix
+         mingw test issue
 
-2011-08-20 21:17  strk
+2011-08-20 21:17  Sandro Santilli <strk@keybit.net>
 
-       * libpgcommon/lwgeom_pg.c, postgis/lwgeom_functions_basic.c,
-         raster/rt_pg/rt_pg.c: Put PG_MODULE_MAGIC in raster and postgis
-         source files rather than in libpgcommon. Should fix the mingw
-         build. See ticket #1158.
+       * [r7773] libpgcommon/lwgeom_pg.c,
+         postgis/lwgeom_functions_basic.c, raster/rt_pg/rt_pg.c: Put
+         PG_MODULE_MAGIC in raster and postgis source files rather than in
+         libpgcommon. Should fix the mingw build. See ticket #1158.
 
-2011-08-20 21:08  strk
+2011-08-20 21:08  Sandro Santilli <strk@keybit.net>
 
-       * raster/rt_pg/Makefile.in: Use PROJ cflags when building raster
-         module (see #1158)
+       * [r7772] raster/rt_pg/Makefile.in: Use PROJ cflags when building
+         raster module (see #1158)
 
-2011-08-20 17:51  dustymugs
+2011-08-20 17:51  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r7771] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/test/core/testapi.c, raster/test/regress/rt_quantile.sql,
          raster/test/regress/rt_quantile_expected: More fixups for the
          quantile coverage function. Fixes segfault that seems to only
          occur on OSX.
 
-2011-08-20 16:43  strk
+2011-08-20 16:43  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h.in: Drop duplicated typedef [RT-SIGTA]
+       * [r7770] liblwgeom/liblwgeom.h.in: Drop duplicated typedef
+         [RT-SIGTA]
 
-2011-08-20 15:55  strk
+2011-08-20 15:55  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in: Install liblwgeom.h under a sensible
-         location... [RT-SIGTA]
+       * [r7769] liblwgeom/Makefile.in: Install liblwgeom.h under a
+         sensible location... [RT-SIGTA]
 
-2011-08-20 15:43  strk
+2011-08-20 15:43  Sandro Santilli <strk@keybit.net>
 
-       * libpgcommon/Makefile.in, libpgcommon/gserialized_gist.c,
+       * [r7768] libpgcommon/Makefile.in, libpgcommon/gserialized_gist.c,
          libpgcommon/gserialized_gist.h, postgis/Makefile.in,
          postgis/gserialized_gist.c, postgis/gserialized_gist.h,
          postgis/gserialized_gist_nd.c, raster/rt_pg/Makefile.in,
          module (they are in libpgcommon already). Includes patch in
          #1161. [RT-SIGTA]
 
-2011-08-20 00:54  dustymugs
+2011-08-20 00:54  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Corrected incorrect function usage
+       * [r7767] raster/rt_pg/rt_pg.c: Corrected incorrect function usage
 
-2011-08-19 22:57  dustymugs
+2011-08-19 22:57  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Added forgotten
-         explicit freeing of memory and some code cleanup
+       * [r7766] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Added
+         forgotten explicit freeing of memory and some code cleanup
 
-2011-08-19 19:08  dustymugs
+2011-08-19 19:08  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7765] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/rt_histogram.sql,
          raster/test/regress/rt_histogram_expected,
          Also refactored the regression test for rt_histogram due to
          unnecessary columns in output
 
-2011-08-19 14:04  dustymugs
+2011-08-19 14:04  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r7763] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/create_rt_properties_test.sql,
          raster/test/regress/rt_georeference.sql,
          raster/test/regress/rt_georeference_expected,
          
          Associated tickets are #482, #928, #929 and #936
 
-2011-08-19 10:12  strk
+2011-08-19 10:12  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore, configure.ac, liblwgeom/Makefile.in,
+       * [r7762] .gitignore, configure.ac, liblwgeom/Makefile.in,
          liblwgeom/liblwgeom.h, liblwgeom/liblwgeom.h.in: Include version
          in liblwgeom.h [RT-SIGTA]
          
          Closes ticket #1164
 
-2011-08-19 09:34  strk
+2011-08-19 09:34  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_in_wkb.c,
-         liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_libgeom.c,
-         liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_surface.c,
-         liblwgeom/examples/unparser.c, liblwgeom/g_box.c,
-         liblwgeom/g_serialized.c, liblwgeom/g_util.c,
+       * [r7761] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
+         liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_out_wkt.c,
+         liblwgeom/cunit/cu_surface.c, liblwgeom/examples/unparser.c,
+         liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/g_util.c,
          liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
          liblwgeom/libtgeom.c, liblwgeom/libtgeom.h,
          liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
          define)
          and hopefully reduces the noise generated by custom symbols.
 
-2011-08-19 09:30  strk
+2011-08-19 09:30  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql-core.c: Don't use problematic int types for no
-         reason...
+       * [r7760] loader/shp2pgsql-core.c: Don't use problematic int types
+         for no reason...
 
-2011-08-19 08:16  strk
+2011-08-19 08:16  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in: Install liblwgeom on 'make install'
-         [RT-SIGTA]
+       * [r7759] liblwgeom/Makefile.in: Install liblwgeom on 'make
+         install' [RT-SIGTA]
          
          Uses liblwgeom.h as the API header for liblwgeom.
 
-2011-08-19 07:55  strk
+2011-08-19 07:55  Sandro Santilli <strk@keybit.net>
 
-       * libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
-         postgis/Makefile.in, postgis/lwgeom_transform.c: Move SQL-exposed
-         functions out of libpgcommon (#1163).
+       * [r7758] libpgcommon/lwgeom_transform.c,
+         libpgcommon/lwgeom_transform.h, postgis/Makefile.in,
+         postgis/lwgeom_transform.c: Move SQL-exposed functions out of
+         libpgcommon (#1163).
 
-2011-08-16 13:19  robe
+2011-08-16 13:19  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: more clarification of behavior
-         change in 2.0 of bbox storage
+       * [r7757] doc/xsl/postgis_aggs_mm.xml.xsl: more clarification of
+         behavior change in 2.0 of bbox storage
 
-2011-08-16 12:51  robe
+2011-08-16 12:51  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: #1160: documentation clarification of
-         behavior
+       * [r7755] doc/reference_operator.xml: #1160: documentation
+         clarification of behavior
 
-2011-08-16 09:47  strk
+2011-08-16 09:47  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h: Move
-         NO_*_VALUE from liblwgeom.h to liblwgeom_internal.h [RT-SIGTA]
+       * [r7754] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h:
+         Move NO_*_VALUE from liblwgeom.h to liblwgeom_internal.h
+         [RT-SIGTA]
 
-2011-08-16 09:25  strk
+2011-08-16 09:25  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h: Move
-         DIST_MAX and DIST_MIN from liblwgeom.h to liblwgeom_internal.h
-         (weird values, btw) [RT-SIGTA]
+       * [r7753] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h:
+         Move DIST_MAX and DIST_MIN from liblwgeom.h to
+         liblwgeom_internal.h (weird values, btw) [RT-SIGTA]
 
-2011-08-16 09:15  strk
+2011-08-16 09:15  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in: Honour DISTDIR when installing liblwgeom.
-         Drop the finish call as it may require root privileges on some
-         systems [RT-SIGTA].
+       * [r7752] liblwgeom/Makefile.in: Honour DISTDIR when installing
+         liblwgeom. Drop the finish call as it may require root privileges
+         on some systems [RT-SIGTA].
 
-2011-08-15 22:43  dustymugs
+2011-08-15 22:43  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Removed
+       * [r7751] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Removed
          unnecessary code from rt_band_get_summary_stats. Fixed incorrect
          comment for rt_band_get_value_count.
 
-2011-08-15 11:36  strk
+2011-08-15 11:36  Sandro Santilli <strk@keybit.net>
 
-       * raster/rt_core/Makefile.in: Use proper PROJ4 flags when linking
-         against liblwgeom. See ticket #1158. [RT-SIGTA]
+       * [r7749] raster/rt_core/Makefile.in: Use proper PROJ4 flags when
+         linking against liblwgeom. See ticket #1158. [RT-SIGTA]
 
-2011-08-14 19:47  strk
+2011-08-14 19:47  Sandro Santilli <strk@keybit.net>
 
-       * configure.ac: Fix for missing include directory on Mingw (#1158).
-         Thanks Bryce Nordgren.
+       * [r7748] configure.ac: Fix for missing include directory on Mingw
+         (#1158). Thanks Bryce Nordgren.
 
-2011-08-14 12:39  robe
+2011-08-14 12:39  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
+       * [r7747]
+         extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          #1071: Logic to mark nodes that are contained in a face
 
-2011-08-14 12:32  robe
+2011-08-14 12:32  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/topology,
+       * [r7746] extras/tiger_geocoder/tiger_2010/topology,
          extras/tiger_geocoder/tiger_2010/topology/README,
          extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
          #1071 - start work on tiger PostGIS topology loader
 
-2011-08-13 18:10  dustymugs
+2011-08-13 18:10  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7745] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Consolidated
          various struct declarations from rt_api.c into rt_api.h as these
          structs are duplicatively redeclared in rt_pg.c and testapi.c
 
-2011-08-13 10:06  strk
+2011-08-13 10:06  Sandro Santilli <strk@keybit.net>
 
-       * configure.ac, doc/html/image_src/Makefile.in,
+       * [r7744] configure.ac, doc/html/image_src/Makefile.in,
          liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          loader/Makefile.in, loader/cunit/Makefile.in,
          postgis/Makefile.in: Second attempt at libtool usage. Seems
          Libraries are not installed by default.
          [RT-SIGTA]
 
-2011-08-13 09:02  strk
+2011-08-13 09:02  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_prepared.c: Drop unused code
+       * [r7743] postgis/lwgeom_geos_prepared.c: Drop unused code
 
-2011-08-13 02:01  robe
+2011-08-13 02:01  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/README: #1156 incorporate
-         suggestions from forkandwait
+       * [r7742] extras/tiger_geocoder/tiger_2010/README: #1156
+         incorporate suggestions from forkandwait
 
-2011-08-12 19:18  strk
+2011-08-12 19:18  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
+       * [r7741] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_transform.c,
          libpgcommon/lwgeom_transform.h: Move lwproj_from_string from
          libpgcommon to liblwgeom [RT-SIGTA]
 
-2011-08-12 17:57  strk
+2011-08-12 17:57  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/Makefile.in: liblwgeom/cunit also needs
+       * [r7740] liblwgeom/cunit/Makefile.in: liblwgeom/cunit also needs
          PROJ_CPPFLAGS
 
-2011-08-12 17:55  strk
+2011-08-12 17:55  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_transform.c,
-         libpgcommon/lwgeom_transform.h, postgis/lwgeom_in_gml.c: Rename
-         make_project to lwproj_from_string, ready to be moved to
-         liblwgeom [RT-SIGTA]
+       * [r7739] liblwgeom/lwgeom_transform.c,
+         libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
+         postgis/lwgeom_in_gml.c: Rename make_project to
+         lwproj_from_string, ready to be moved to liblwgeom [RT-SIGTA]
 
-2011-08-12 17:42  strk
+2011-08-12 17:42  Sandro Santilli <strk@keybit.net>
 
-       * doc/html/image_src/Makefile.in: Even generator.c will need proper
-         proj cflags now..
+       * [r7738] doc/html/image_src/Makefile.in: Even generator.c will
+         need proper proj cflags now..
 
-2011-08-12 17:37  strk
+2011-08-12 17:37  Sandro Santilli <strk@keybit.net>
 
-       * loader/Makefile.in: loader also includes liblwgeom.h, thus wants
-         PROJ cpp flags
+       * [r7737] loader/Makefile.in: loader also includes liblwgeom.h,
+         thus wants PROJ cpp flags
 
-2011-08-12 17:33  strk
+2011-08-12 17:33  Sandro Santilli <strk@keybit.net>
 
-       * libpgcommon/Makefile.in: Use PROJ4 C flags, see if this makes
-         Hudson happy.
+       * [r7736] libpgcommon/Makefile.in: Use PROJ4 C flags, see if this
+         makes Hudson happy.
 
-2011-08-12 17:26  strk
+2011-08-12 17:26  Sandro Santilli <strk@keybit.net>
 
-       * libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Copyright
-         review on lwgeom_pg.{c,h} files
+       * [r7735] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h:
+         Copyright review on lwgeom_pg.{c,h} files
 
-2011-08-12 17:25  strk
+2011-08-12 17:25  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore, GNUmakefile.in, configure.ac, liblwgeom/Makefile.in,
-         liblwgeom/liblwgeom.h, liblwgeom/lwgeom_transform.c, libpgcommon,
+       * [r7734] .gitignore, GNUmakefile.in, configure.ac,
+         liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
+         liblwgeom/lwgeom_transform.c, libpgcommon,
          libpgcommon/Makefile.in, libpgcommon/common.h, libpgcommon/cunit,
          libpgcommon/cunit/Makefile.in, libpgcommon/gserialized.h,
          libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
          raster/rt_pg/rt_pg.h, raster/rt_pg/rtpostgis.sql.in.c: Make
          transformation and projection cache API available (ticket #1053)
 
-2011-08-12 10:12  strk
+2011-08-12 10:12  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h: Drop unused macros CARTESIAN and GEODETIC
-         from liblwgeom.h
+       * [r7733] liblwgeom/liblwgeom.h: Drop unused macros CARTESIAN and
+         GEODETIC from liblwgeom.h
 
-2011-08-12 10:11  strk
+2011-08-12 10:11  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h: Snap and SharedPaths are both direct GEOS
-         proxies, not extra [RT-SIGTA]
+       * [r7732] liblwgeom/liblwgeom.h: Snap and SharedPaths are both
+         direct GEOS proxies, not extra [RT-SIGTA]
 
-2011-08-12 09:11  strk
+2011-08-12 09:11  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos.c,
+       * [r7731] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos.c,
          postgis/Makefile.in, postgis/lwgeom_geos.c,
          postgis/lwgeom_geos_sharedpaths.c, regress/sharedpaths_expected:
          Export lwgeom_sharedpaths to liblwgeom, and fix exception message
          [RT-SIGTA]
 
-2011-08-11 21:01  dustymugs
+2011-08-11 21:01  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r7730] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/rt_pg/rtpostgis.sql.in.c: Rewrote the code for the
          coverage table versions of ST_SummaryStats and ST_Histogram. So
          instead of plpgsql, it is now in C within rt_pg/rt_pg.c
 
-2011-08-11 16:35  robe
+2011-08-11 16:35  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
+       * [r7729]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
          extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress.sql:
          change reverse_geocode back to using addr table and also use
          cousub for location
 
-2011-08-11 08:04  strk
+2011-08-11 08:04  Sandro Santilli <strk@keybit.net>
 
-       * doc/html/image_src/generator.c: Fix leftover PARSER_CHECK
+       * [r7728] doc/html/image_src/generator.c: Fix leftover PARSER_CHECK
          reference (thanks Hudson) [RT-SIGTA]
 
-2011-08-11 08:04  strk
+2011-08-11 08:04  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
+       * [r7727] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeom_geos_split.c, postgis/Makefile.in,
          postgis/lwgeom_geos.c, postgis/lwgeom_geos_split.c: Export
          lwgeom_split to liblwgeom, const-correct it [RT-SIGTA]
 
-2011-08-11 07:52  strk
+2011-08-11 07:52  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos.c,
+       * [r7726] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos.c,
          postgis/Makefile.in, postgis/lwgeom_geos.c,
          postgis/lwgeom_geos_snap.c: Export lwgeom_snap to liblwgeom
          [RT-SIGTA]
 
-2011-08-11 07:51  strk
+2011-08-11 07:51  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
-         liblwgeom/cunit/cu_geos.c, liblwgeom/cunit/cu_homogenize.c,
-         liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
-         liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
-         liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_out_geojson.c,
-         liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
-         liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_wkb.c,
-         liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_out_x3d.c,
-         liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_ptarray.c,
-         liblwgeom/cunit/cu_surface.c, liblwgeom/liblwgeom.h,
-         liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c,
-         loader/pgsql2shp-core.c, postgis/geography_inout.c,
-         postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c: Give PARSER_CHECK
-         macros an LW_ prefix [RT-SIGTA]
+       * [r7725] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geos.c,
+         liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_in_wkb.c,
+         liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_libgeom.c,
+         liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_misc.c,
+         liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
+         liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
+         liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_out_wkt.c,
+         liblwgeom/cunit/cu_out_x3d.c, liblwgeom/cunit/cu_print.c,
+         liblwgeom/cunit/cu_ptarray.c, liblwgeom/cunit/cu_surface.c,
+         liblwgeom/liblwgeom.h, liblwgeom/lwin_wkb.c,
+         liblwgeom/lwin_wkt.c, loader/pgsql2shp-core.c,
+         postgis/geography_inout.c, postgis/lwgeom_inout.c,
+         postgis/lwgeom_ogc.c: Give PARSER_CHECK macros an LW_ prefix
+         [RT-SIGTA]
 
-2011-08-11 07:50  strk
+2011-08-11 07:50  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h: Fix parser documentation [RT-SIGTA]
+       * [r7724] liblwgeom/liblwgeom.h: Fix parser documentation
+         [RT-SIGTA]
 
-2011-08-10 23:16  pramsey
+2011-08-10 23:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom_internal.h: Match style of liblwgeom.h
-         include guard
+       * [r7723] liblwgeom/liblwgeom_internal.h: Match style of
+         liblwgeom.h include guard
 
-2011-08-10 22:43  pramsey
+2011-08-10 22:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_out_wkt.c: Little checks in
+       * [r7722] liblwgeom/cunit/cu_out_wkt.c: Little checks in
          clean_wkt_out_suite
 
-2011-08-10 22:28  pramsey
+2011-08-10 22:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/image_src/generator.c, liblwgeom/Makefile.in,
+       * [r7721] doc/html/image_src/generator.c, liblwgeom/Makefile.in,
          liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
          liblwgeom/cunit/cu_geos.c, liblwgeom/cunit/cu_homogenize.c,
          liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
          WKB/WKT parsers and generators and switch all internal references
          remaining (mostly in cunit) over to the new implementations.
 
-2011-08-09 16:56  strk
+2011-08-09 16:56  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
+       * [r7720] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeom_geos_clean.c, postgis/lwgeom_geos_clean.c:
          Export lwgeom_makevalid to liblwgeom [RT-SIGTA]
 
-2011-08-09 16:05  strk
+2011-08-09 16:05  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos.c,
+       * [r7719] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos.c,
          liblwgeom/lwgeom_geos.h, postgis/lwgeom_geos.c,
          postgis/lwgeom_geos.h: Add GEOS entry points in liblwgeom.h
          (public API) [RT-SIGTA]
 
-2011-08-09 15:43  strk
+2011-08-09 15:43  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h: Add some documentation about parsing
-         [RT-SIGTA]
+       * [r7718] liblwgeom/liblwgeom.h: Add some documentation about
+         parsing [RT-SIGTA]
 
-2011-08-09 15:43  strk
+2011-08-09 15:43  Sandro Santilli <strk@keybit.net>
 
-       * doc/rfc/postgis_rfc_03_sheet.txt: Mark "chip" functions for
-         deletion
+       * [r7717] doc/rfc/postgis_rfc_03_sheet.txt: Mark "chip" functions
+         for deletion
 
-2011-08-09 15:12  strk
+2011-08-09 15:12  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_ptarray.c, liblwgeom/examples/unparser.c,
-         liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-         liblwgeom/libtgeom.c, liblwgeom/lwalgorithm.c,
-         liblwgeom/lwin_wkt.c, liblwgeom/lwline.c, liblwgeom/lwout_gml.c,
-         liblwgeom/lwpoint.c, liblwgeom/lwsegmentize.c,
-         liblwgeom/ptarray.c, loader/shp2pgsql-core.c,
-         postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_box3d.c,
-         postgis/lwgeom_functions_analytic.c,
+       * [r7716] liblwgeom/cunit/cu_ptarray.c,
+         liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
+         liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
+         liblwgeom/lwalgorithm.c, liblwgeom/lwin_wkt.c,
+         liblwgeom/lwline.c, liblwgeom/lwout_gml.c, liblwgeom/lwpoint.c,
+         liblwgeom/lwsegmentize.c, liblwgeom/ptarray.c,
+         loader/shp2pgsql-core.c, postgis/lwgeom_box2dfloat4.c,
+         postgis/lwgeom_box3d.c, postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
          postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
          postgis/lwgeom_rtree.c: Drop REPEATED_POINTS_* and SPLICE_*
          defines from liblwgeom.h, move MAXFLOAT to liblwgeom_internal.h
          [RT-SIGTA]
 
-2011-08-09 14:54  robe
+2011-08-09 14:54  Regina Obe <lr@pcorp.us>
 
-       * doc/rfc/postgis_rfc_02.txt, doc/rfc/postgis_rfc_03.txt,
+       * [r7715] doc/rfc/postgis_rfc_02.txt, doc/rfc/postgis_rfc_03.txt,
          doc/rfc/postgis_rfc_03_sheet.txt, doc/rfc/postgis_rfc_04.txt:
          make eol for all rfcs be LF so our unix brethren can edit them
          without fuss
 
-2011-08-09 14:19  strk
+2011-08-09 14:19  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
+       * [r7714] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
          postgis/geography_btree.c, postgis/geography_measurement.c,
          postgis/lwgeom_rtree.c: Move floating points comparator macros
          from liblwgeom.h to liblwgeom_internal.h (not prefixed symbols)
          [RT-SIGTA]
 
-2011-08-09 09:51  strk
+2011-08-09 09:51  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
+       * [r7713] loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
          loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
          loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c,
          loader/shpcommon.c, loader/shpcommon.h: Don't include liblwgeom.h
          from headers if not needed, document what is it needed for in
          implementation files [RT-SIGTA]
 
-2011-08-09 09:50  strk
+2011-08-09 09:50  Sandro Santilli <strk@keybit.net>
 
-       * loader/Makefile.in: Clean up gui as well
+       * [r7712] loader/Makefile.in: Clean up gui as well
 
-2011-08-09 08:28  strk
+2011-08-09 08:28  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, postgis/Makefile.in,
+       * [r7711] liblwgeom/liblwgeom.h, postgis/Makefile.in,
          postgis/legacy_chip.sql.in.c, postgis/lwgeom_chip.c: Drop CHIP
          type and any reference to it [RT-SIGTA]
 
-2011-08-09 05:52  robe
+2011-08-09 05:52  Regina Obe <lr@pcorp.us>
 
-       * postgis/Makefile.in: strk's patch fix for #1155
+       * [r7710] postgis/Makefile.in: strk's patch fix for #1155
 
-2011-08-08 10:11  strk
+2011-08-08 10:11  Sandro Santilli <strk@keybit.net>
 
-       * loader/Makefile.in: Encode more deps
+       * [r7709] loader/Makefile.in: Encode more deps
 
-2011-08-08 09:56  strk
+2011-08-08 09:56  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h: Const-correct
-         some GEOS functions in liblwgeom fixing pending memory errors
-         when overlaying empty and non-empty geometries (not exploited by
-         testing) [RT-SIGTA]
+       * [r7708] liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h:
+         Const-correct some GEOS functions in liblwgeom fixing pending
+         memory errors when overlaying empty and non-empty geometries (not
+         exploited by testing) [RT-SIGTA]
 
-2011-08-08 09:27  strk
+2011-08-08 09:27  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
+       * [r7707] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
          liblwgeom/lwgeom_geos.c, postgis/lwgeom_box2dfloat4.c,
          postgis/lwgeom_box3d.c, postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
          getMachineEndian() and error_if_srid_mismatch() from liblwgeom.h
          to liblwgeom_internal.h
 
-2011-08-08 08:59  strk
+2011-08-08 08:59  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, postgis/lwgeom_pg.h: Put PG_LWGEOM stuff
-         where it belongs (out of liblwgeom) [RT-SIGTA]
+       * [r7706] liblwgeom/liblwgeom.h, postgis/lwgeom_pg.h: Put PG_LWGEOM
+         stuff where it belongs (out of liblwgeom) [RT-SIGTA]
 
-2011-08-06 18:42  strk
+2011-08-06 18:42  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp-cli.c, loader/shp2pgsql-cli.c,
+       * [r7705] loader/pgsql2shp-cli.c, loader/shp2pgsql-cli.c,
          loader/shp2pgsql-core.h: Include postgis_config.h to find
          POSTGIS_VERSION and stringbuffer.h when needed
 
-2011-08-06 18:17  strk
+2011-08-06 18:17  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
+       * [r7704] liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
          liblwgeom/lwgeom_geos.c, liblwgeom/lwin_wkt.c,
          liblwgeom/lwout_kml.c, liblwgeom/lwout_wkt.c,
          liblwgeom/stringbuffer.c: Reduce number of includes from
          liblwgeom.h (closest header to a public API).
          Update other files accordingly. [RT-SIGTA]
 
-2011-08-06 18:03  strk
+2011-08-06 18:03  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in: Fix dependency referencing dropped rule
-         [RT-SIGTA]
+       * [r7703] liblwgeom/Makefile.in: Fix dependency referencing dropped
+         rule [RT-SIGTA]
 
-2011-08-06 18:01  strk
+2011-08-06 18:01  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in: Add static library to
+       * [r7702] liblwgeom/Makefile.in: Add static library to
          {,un}install-liblwgeom rules [RT-SIGTA]
 
-2011-08-06 17:48  strk
+2011-08-06 17:48  Sandro Santilli <strk@keybit.net>
 
-       * configure.ac, liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-         loader/Makefile.in, loader/cunit/Makefile.in,
-         postgis/Makefile.in: Re-drop use of libtool (more troubles than
-         help).
+       * [r7701] configure.ac, liblwgeom/Makefile.in,
+         liblwgeom/cunit/Makefile.in, loader/Makefile.in,
+         loader/cunit/Makefile.in, postgis/Makefile.in: Re-drop use of
+         libtool (more troubles than help).
          Stub a rule to build and install a shared liblwgeom.
          [RT-SIGTA].
 
-2011-08-06 16:18  strk
+2011-08-06 16:18  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in: Re-introduce numerical flags in building
-         "NM" objs [RT-SIGTA]
+       * [r7700] liblwgeom/Makefile.in: Re-introduce numerical flags in
+         building "NM" objs [RT-SIGTA]
 
-2011-08-06 15:12  strk
+2011-08-06 15:12  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore, configure.ac, liblwgeom/Makefile.in,
+       * [r7699] .gitignore, configure.ac, liblwgeom/Makefile.in,
          liblwgeom/cunit/Makefile.in, loader/Makefile.in,
          loader/cunit/Makefile.in, postgis/Makefile.in: Use libtool to
          build liblwgeom. Still only static. [RT-SIGTA]
 
-2011-08-06 09:47  strk
+2011-08-06 09:47  Sandro Santilli <strk@keybit.net>
 
-       * configure.ac, liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-         liblwgeom/cunit/cu_geos.c, liblwgeom/cunit/cu_tester.c,
-         liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h: Use GEOS
-         compiler and linker flags for liblwgeom, add lwgeom_geos_noop and
-         cunit test for it (to confirm linking works, and it does)
-         [RT-SIGTA]
+       * [r7698] configure.ac, liblwgeom/Makefile.in,
+         liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_geos.c,
+         liblwgeom/cunit/cu_tester.c, liblwgeom/lwgeom_geos.c,
+         liblwgeom/lwgeom_geos.h: Use GEOS compiler and linker flags for
+         liblwgeom, add lwgeom_geos_noop and cunit test for it (to confirm
+         linking works, and it does) [RT-SIGTA]
 
-2011-08-06 09:46  strk
+2011-08-06 09:46  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h,
+       * [r7697] liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h,
          postgis/lwgeom_geos.c, postgis/lwgeom_geos.h: Add
          lwgeom_buildarea to liblwgeom [RT-SIGTA]
 
-2011-08-06 09:46  strk
+2011-08-06 09:46  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/Makefile.in, liblwgeom/lwgeom_geos.c,
+       * [r7696] liblwgeom/Makefile.in, liblwgeom/lwgeom_geos.c,
          liblwgeom/lwgeom_geos.h, liblwgeom/profile.h,
          postgis/lwgeom_geos.c, postgis/lwgeom_geos.h: Add GEOS spatial
          operations to liblwgeom (ticket #1050) [RT-SIGTA]
 
-2011-08-05 12:45  robe
+2011-08-05 12:45  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Another minor check
+       * [r7695] doc/installation.xml: Another minor check
 
-2011-08-04 15:03  robe
+2011-08-04 15:03  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Update hard upgrade to include use of
-         legacy_compatibility_layer.sql
+       * [r7694] doc/installation.xml: Update hard upgrade to include use
+         of legacy_compatibility_layer.sql
 
-2011-08-03 15:01  robe
+2011-08-03 15:01  Regina Obe <lr@pcorp.us>
 
-       * postgis/Makefile.in, postgis/legacy.sql.in.c,
+       * [r7693] postgis/Makefile.in, postgis/legacy.sql.in.c,
          postgis/legacy_compatibility_layer.sql.in.c,
          postgis/postgis.sql.in.c: Create new legacy compatibility layer
          script which will install the absolute minimal to restore an old
          postgis database. Also got rid of srid function and moved to
          legacy compatibility layer. Still need to test with a restore.
 
-2011-08-03 12:14  robe
+2011-08-03 12:14  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: some typo cleanup
+       * [r7692] doc/extras_tigergeocoder.xml: some typo cleanup
 
-2011-08-03 05:00  robe
+2011-08-03 05:00  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
+       * [r7691]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql:
          Make more efficient the case when no state or city is provided
          but zip is provided.
 
-2011-08-03 03:51  robe
+2011-08-03 03:51  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: document new
+       * [r7690] doc/extras_tigergeocoder.xml: document new
          drop_indexes_generate_script function
 
-2011-08-03 02:06  robe
+2011-08-03 02:06  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
+       * [r7689]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql,
          extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
          extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
          set max results = 1. Some other minor cleanup. documentation of
          new management helper functions coming next.
 
-2011-08-02 06:33  robe
+2011-08-02 06:33  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Add link to Sandro's topology Paris 2011
-         slides in summary of topology reference section
+       * [r7688] doc/extras_topology.xml: Add link to Sandro's topology
+         Paris 2011 slides in summary of topology reference section
 
-2011-07-28 18:56  strk
+2011-07-28 18:56  Sandro Santilli <strk@keybit.net>
 
-       * doc/html/image_src/generator.c: Use strcpy rather than strncpy,
-         simpler and less error-prone
+       * [r7687] doc/html/image_src/generator.c: Use strcpy rather than
+         strncpy, simpler and less error-prone
 
-2011-07-28 18:43  strk
+2011-07-28 18:43  Sandro Santilli <strk@keybit.net>
 
-       * doc/html/image_src/generator.c: Give strncpy enough space to
-         write a terminating null. Thanks gengor for the patch.
+       * [r7686] doc/html/image_src/generator.c: Give strncpy enough space
+         to write a terminating null. Thanks gengor for the patch.
 
-2011-07-27 19:21  robe
+2011-07-27 19:21  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: minor updates to ST_MakeLine to
-         clarify pre-9.0 and 9.0+ approaches
+       * [r7684] doc/reference_constructor.xml: minor updates to
+         ST_MakeLine to clarify pre-9.0 and 9.0+ approaches
 
-2011-07-27 11:55  robe
+2011-07-27 11:55  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: 1 more change
+       * [r7683] doc/reference_constructor.xml: 1 more change
 
-2011-07-27 11:54  robe
+2011-07-27 11:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: fix typo
+       * [r7682] doc/reference_constructor.xml: fix typo
 
-2011-07-27 11:52  robe
+2011-07-27 11:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: example of using new PostgreSQL
-         9.0+ ORDER BY aggregate feature for ST_MakeLine
+       * [r7681] doc/reference_constructor.xml: example of using new
+         PostgreSQL 9.0+ ORDER BY aggregate feature for ST_MakeLine
 
-2011-07-26 15:39  robe
+2011-07-26 15:39  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r7680] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_offsetcurve05.wkt,
          doc/html/image_src/st_offsetcurve06.wkt,
          doc/reference_processing.xml: more examples for ST_Offsetcurve
 
-2011-07-26 14:30  robe
+2011-07-26 14:30  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: fix typo
+       * [r7679] doc/reference_processing.xml: fix typo
 
-2011-07-26 14:29  robe
+2011-07-26 14:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: remove left and right notes until I
-         have arrows. not embarrass myself with my directional dyslexia.
+       * [r7678] doc/reference_processing.xml: remove left and right notes
+         until I have arrows. not embarrass myself with my directional
+         dyslexia.
 
-2011-07-26 05:37  robe
+2011-07-26 05:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Start work documenting ST_AsRaster
+       * [r7677] doc/reference_raster.xml: Start work documenting
+         ST_AsRaster
 
-2011-07-25 15:53  robe
+2011-07-25 15:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: reduce spacing more
+       * [r7676] doc/reference_processing.xml: reduce spacing more
 
-2011-07-25 15:52  dustymugs
+2011-07-25 15:52  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7675] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          raster/test/regress/rt_asraster.sql,
          
          Associated ticket is #1141.
 
-2011-07-25 14:20  robe
+2011-07-25 14:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: another typo
+       * [r7674] doc/reference_processing.xml: another typo
 
-2011-07-25 14:10  robe
+2011-07-25 14:10  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_offsetcurve04.wkt: fix coloring to agree
-         with color of other examples
+       * [r7673] doc/html/image_src/st_offsetcurve04.wkt: fix coloring to
+         agree with color of other examples
 
-2011-07-25 14:08  robe
+2011-07-25 14:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: reduce width of table cells --
-         ST_OffsetCurve
+       * [r7672] doc/reference_processing.xml: reduce width of table cells
+         -- ST_OffsetCurve
 
-2011-07-25 14:04  robe
+2011-07-25 14:04  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_offsetcurve01.wkt,
+       * [r7671] doc/html/image_src/st_offsetcurve01.wkt,
          doc/html/image_src/st_offsetcurve02.wkt,
          doc/html/image_src/st_offsetcurve03.wkt,
          doc/reference_processing.xml: redo all examples so they fit in
          the 0 0 200 200 grid
 
-2011-07-25 13:44  robe
+2011-07-25 13:44  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_offsetcurve04.wkt,
+       * [r7670] doc/html/image_src/st_offsetcurve04.wkt,
          doc/reference_processing.xml: fix some typos and grid more to fix
 
-2011-07-25 12:18  robe
+2011-07-25 12:18  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_offsetcurve02.wkt,
+       * [r7669] doc/html/image_src/st_offsetcurve02.wkt,
          doc/html/image_src/st_offsetcurve03.wkt,
          doc/html/image_src/st_offsetcurve04.wkt: get rid of semicolons
 
-2011-07-25 12:13  robe
+2011-07-25 12:13  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r7668] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_offsetcurve01.wkt,
          doc/html/image_src/st_offsetcurve02.wkt,
          doc/html/image_src/st_offsetcurve03.wkt,
          doc/reference_processing.xml: need more pictures :), visual
          examples for st_offsetcurve
 
-2011-07-24 08:15  robe
+2011-07-24 08:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: update ST_MapAlgebra to agree with
-         implementation (got rid of bosolete proto and example and
+       * [r7667] doc/reference_raster.xml: update ST_MapAlgebra to agree
+         with implementation (got rid of bosolete proto and example and
          replaced with new example
 
-2011-07-23 21:42  strk
+2011-07-23 21:42  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/createtopogeom.sql,
+       * [r7666] topology/test/regress/createtopogeom.sql,
          topology/test/regress/createtopogeom_expected: Be terse, we don't
          care about context. Closes ticket #1142.
 
-2011-07-23 21:34  strk
+2011-07-23 21:34  Sandro Santilli <strk@keybit.net>
 
-       * regress/loader/PointZ-G.select.expected,
+       * [r7665] regress/loader/PointZ-G.select.expected,
          regress/loader/PointZ-w.select.expected,
          regress/loader/PointZ.select.expected, regress/run_test: Set 'C'
          collation when creating regress database. See #1140.
 
-2011-07-22 20:20  pracine
+2011-07-22 20:20  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_histogram.sql,
+       * [r7664] raster/scripts/plpgsql/st_histogram.sql,
          raster/scripts/plpgsql/st_reclass.sql: Added a note saying that
          those function now have a C implementation. Many TABs converted
          to spaces.
 
-2011-07-22 20:05  pracine
+2011-07-22 20:05  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_setvalues.sql: -Fix for #645.
+       * [r7663] raster/scripts/plpgsql/st_setvalues.sql: -Fix for #645.
          -Replaced min and max with LEAST and GREATEST
          -Adaptation to ST_SetBandNodataValue()
 
-2011-07-22 19:38  pracine
+2011-07-22 19:38  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Fix for ticket #969. Removed
-         conflicting function variant.
+       * [r7662] raster/rt_pg/rtpostgis.sql.in.c: Fix for ticket #969.
+         Removed conflicting function variant.
 
-2011-07-22 19:31  pracine
+2011-07-22 19:31  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_union.sql: -Addaptation to new two
-         rasters ST_MapAlgebra in which nodatavalue expressions are text
-         and now accept a nodatanodatavalueexpr.
+       * [r7661] raster/scripts/plpgsql/st_union.sql: -Addaptation to new
+         two rasters ST_MapAlgebra in which nodatavalue expressions are
+         text and now accept a nodatanodatavalueexpr.
          -Added RANGE as a predefined expression.
 
-2011-07-22 19:29  pracine
+2011-07-22 19:29  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_mapalgebra_optimized.sql: Modified
-         comment on further enhancements.
+       * [r7660] raster/scripts/plpgsql/st_mapalgebra_optimized.sql:
+         Modified comment on further enhancements.
 
-2011-07-22 19:28  pracine
+2011-07-22 19:28  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_mapalgebra.sql: -Fix for ticket #644.
-         Removed all variants.
+       * [r7659] raster/scripts/plpgsql/st_mapalgebra.sql: -Fix for ticket
+         #644. Removed all variants.
          -Fixed the two rasters version.
          -Added some tests.
          -Added ST_MinPossibleVal().
          -Added implementation of two rasters overlay operations using the
          two raster MapAlgebra.
 
-2011-07-21 17:31  dustymugs
+2011-07-21 17:31  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Cleaned the grid alignment code to
-         remove unnecessary cruft in rt_raster_gdal_warp
+       * [r7658] raster/rt_core/rt_api.c: Cleaned the grid alignment code
+         to remove unnecessary cruft in rt_raster_gdal_warp
 
-2011-07-21 16:20  dustymugs
+2011-07-21 16:20  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r7657] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/test/regress/rt_resample_expected: Fixed floating point
          issue with the remainder returned from the function modf in
          rt_api.c. Updated messages in rt_pg.c. Corrected expected
          
          Associated ticket is #1114
 
-2011-07-20 19:53  strk
+2011-07-20 19:53  Sandro Santilli <strk@keybit.net>
 
-       * regress/loader/Arc.select.sql, regress/loader/ArcM.select.sql,
-         regress/loader/ArcZ.select.sql, regress/loader/Point.select.sql,
+       * [r7656] regress/loader/Arc.select.sql,
+         regress/loader/ArcM.select.sql, regress/loader/ArcZ.select.sql,
+         regress/loader/Point.select.sql,
          regress/loader/PointM-G.select.expected,
          regress/loader/PointM-w.select.expected,
          regress/loader/PointM.select.expected,
          regress/loader/PointZ.select.sql: Improve testsuite
          predictability (#1135)
 
-2011-07-19 22:20  dustymugs
+2011-07-19 22:20  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Bug fix of deallocating array using
-         wrong index variable
+       * [r7654] raster/rt_core/rt_api.c: Bug fix of deallocating array
+         using wrong index variable
 
-2011-07-18 23:39  dustymugs
+2011-07-18 23:39  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/regress/rt_resample_expected: Fixed width and height
-         values expected.
+       * [r7653] raster/test/regress/rt_resample_expected: Fixed width and
+         height values expected.
 
-2011-07-18 23:29  dustymugs
+2011-07-18 23:29  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/test/regress/rt_resample.sql,
+       * [r7652] raster/rt_core/rt_api.c,
+         raster/test/regress/rt_resample.sql,
          raster/test/regress/rt_resample_expected: - tweaked the
          rt_resample regression test to use SRIDs under 1000000
          - changed the computation of width and height when aligning to a
          grid
 
-2011-07-18 04:44  robe
+2011-07-18 04:44  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql:
+       * [r7651]
+         extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql:
          Fix datatype of tlid on edges table. Other tables with tlid are
          set to bigint. This one set to numeric(10). Still revising my
          tables to determine what impact this has in utilizing the
          existing indexes
 
-2011-07-17 17:39  robe
+2011-07-17 17:39  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql:
+       * [r7650]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql:
          Limit edge and featnames search to just road / street types
 
-2011-07-17 17:02  robe
+2011-07-17 17:02  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress,
+       * [r7649]
+         extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress.sql:
          more regress tests for reverse_geocode
 
-2011-07-17 16:46  robe
+2011-07-17 16:46  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
+       * [r7648]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
          simplify logic by getting rid of addr join. Speed improved
          slightly
 
-2011-07-17 16:11  robe
+2011-07-17 16:11  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
+       * [r7647]
+         extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
          extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
          extras/tiger_geocoder/tiger_2010/regress/regress.sql,
          extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress,
          enhancements to support reverse geocoding of highway locations.
          Also add reverse geocode regress tests
 
-2011-07-16 04:19  robe
+2011-07-16 04:19  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/pprint_addy.sql,
+       * [r7646]
+         extras/tiger_geocoder/tiger_2010/normalize/pprint_addy.sql,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql,
          extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
          highway designations print in front of streetname instead of
          after
 
-2011-07-15 21:07  dustymugs
+2011-07-15 21:07  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Minor comment
-         updates to correct details
+       * [r7644] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Minor
+         comment updates to correct details
 
-2011-07-15 06:40  robe
+2011-07-15 06:40  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
+       * [r7641]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql:
          technically street types) to front of street name in normalize
          output so that highways print correctly as e.g. State Hwy 10 etc.
 
-2011-07-15 05:31  robe
+2011-07-15 05:31  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
+       * [r7640] extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
          extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Add in
          common abbreviation RT to map to Rte and test case to regress to
          test
 
-2011-07-14 20:11  dustymugs
+2011-07-14 20:11  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Code
-         refactored for RASTER_dumpWKTPolygons to use same mechanisms for
-         resultset generation (Datums instead of CStrings) as
+       * [r7639] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
+         Code refactored for RASTER_dumpWKTPolygons to use same mechanisms
+         for resultset generation (Datums instead of CStrings) as
          RASTER_metadata and other functions.
          
          SQL functions refactored to use one call to ST_Metadata for
          attributes rather than separate/multiple calls to ST_Skew*,
          ST_Scale*, ST_UpperLeft*.
 
-2011-07-14 14:54  dustymugs
+2011-07-14 14:54  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r7638] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_bandmetadata.sql,
          raster/test/regress/rt_bandmetadata_expected,
          raster/test/regress/rt_count.sql: Refactored functions returning
          ST_Metadata rather than individual calls for the georeference
          components
 
-2011-07-14 11:47  robe
+2011-07-14 11:47  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in: add make tiger_geocoder_comments.sql to build
-         script
+       * [r7637] doc/Makefile.in: add make tiger_geocoder_comments.sql to
+         build script
 
-2011-07-14 11:32  robe
+2011-07-14 11:32  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/tiger_geocoder_comments.sql.xsl: Start work on PostgreSQL
-         in db help for geocoder
+       * [r7636] doc/xsl/tiger_geocoder_comments.sql.xsl: Start work on
+         PostgreSQL in db help for geocoder
 
-2011-07-14 11:13  robe
+2011-07-14 11:13  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: document the
+       * [r7635] doc/extras_tigergeocoder.xml: document the
          install_missing_indexes function that is used as part of the
          upgrade process
 
-2011-07-14 07:45  robe
+2011-07-14 07:45  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/README,
+       * [r7634] extras/tiger_geocoder/tiger_2010/README,
          extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
          extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql,
          part of upgrade script. will need to add to documentation. Also
          added regress tests from snippets in #1113
 
-2011-07-13 19:33  dustymugs
+2011-07-13 19:33  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7633] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          raster/test/regress/rt_resample.sql,
          
          Associated ticket #1114
 
-2011-07-12 19:45  robe
+2011-07-12 19:45  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
+       * [r7632]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Fix for
          #1112 service roads
 
-2011-07-12 13:03  robe
+2011-07-12 13:03  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
+       * [r7631]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
          Partial fix for #1108
 
-2011-07-12 04:14  robe
+2011-07-12 04:14  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
+       * [r7630]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
          Fix regress failure with #1074 (wasn't correctly handling all
          cases where street name is composed of a street type
 
-2011-07-11 17:03  strk
+2011-07-11 17:03  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Change
+       * [r7629] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Change
          ST_OffsetCurve parameters type from cstrin to text. See ticket
          #1117.
 
-2011-07-11 12:17  strk
+2011-07-11 12:17  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/sql/sqlmm.sql,
+       * [r7628] doc/extras_topology.xml, topology/sql/sqlmm.sql,
          topology/test/regress/st_getfaceedges_expected: Stricter ISO
          output from ST_GetEdgeFaces: start enumerating ring edges from
          the edge with smaller id [RT-SIGTA]
 
-2011-07-09 20:32  robe
+2011-07-09 20:32  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/tiger_loader.sql: oops typo
+       * [r7627] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: oops
+         typo
 
-2011-07-09 20:25  robe
+2011-07-09 20:25  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/tiger_loader.sql: revert change
+       * [r7626] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: revert
+         change
 
-2011-07-09 20:12  robe
+2011-07-09 20:12  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/tiger_loader.sql: fix type in
-         county load
+       * [r7625] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: fix
+         type in county load
 
-2011-07-09 15:55  strk
+2011-07-09 15:55  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Clarify return code from
+       * [r7624] doc/extras_topology.xml: Clarify return code from
          topology.ST_ModEdgeHeal. Clean up description of ST_NewEdgeHeal
          too.
 
-2011-07-09 01:23  robe
+2011-07-09 01:23  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: example of using geocode geometry
-         filter
+       * [r7623] doc/extras_tigergeocoder.xml: example of using geocode
+         geometry filter
 
-2011-07-09 01:06  robe
+2011-07-09 01:06  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Fix ST_Transform signature to match
-         revised function declarations
+       * [r7622] doc/reference_raster.xml: Fix ST_Transform signature to
+         match revised function declarations
 
-2011-07-08 08:23  robe
+2011-07-08 08:23  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: upper case and replace (ZM and Z) in
-         geometry_columns so its more backwards compatible with old
+       * [r7621] postgis/postgis.sql.in.c: upper case and replace (ZM and
+         Z) in geometry_columns so its more backwards compatible with old
          geometry_columns table
 
-2011-07-07 22:45  robe
+2011-07-07 22:45  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml,
+       * [r7620] doc/extras_tigergeocoder.xml,
          extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
          extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
          optional geometry filter arg, documentation (well start need
          example), and regress tests
 
-2011-07-07 22:23  dustymugs
+2011-07-07 22:23  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Final
-         refactor of ST_Transform and underlying RASTER_resample before
-         overhaul for ST_Resample
+       * [r7619] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
+         Final refactor of ST_Transform and underlying RASTER_resample
+         before overhaul for ST_Resample
 
-2011-07-07 21:58  dustymugs
+2011-07-07 21:58  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Refactored
-         ST_Transform in preparation for additional refactoring to
-         accomodate ST_Resample
+       * [r7618] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
+         Refactored ST_Transform in preparation for additional refactoring
+         to accomodate ST_Resample
 
-2011-07-07 18:28  dustymugs
+2011-07-07 18:28  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7617] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c: Cleaned up the large number of floating
          point equality tests with a function-like macro
 
-2011-07-07 12:41  robe
+2011-07-07 12:41  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
+       * [r7616]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
          #1074, #1109 - Fix for compound named streets that have a portion
          that is a street type
 
-2011-07-06 23:44  robe
+2011-07-06 23:44  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
+       * [r7615]
+         extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
          more regress tests for #1109
 
-2011-07-06 23:15  dustymugs
+2011-07-06 23:15  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Refactored how user-specified upperleft
-         corner coordinates are handled
+       * [r7614] raster/rt_core/rt_api.c: Refactored how user-specified
+         upperleft corner coordinates are handled
 
-2011-07-06 23:00  robe
+2011-07-06 23:00  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
+       * [r7613]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
          fix for #1109 when a street name is same as a defined street type
 
-2011-07-06 15:02  strk
+2011-07-06 15:02  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwout_x3d.c: Properly destroy lwgeom in lwgeom_to_x3d3
-         now that it's safe (see #1102)
+       * [r7612] liblwgeom/lwout_x3d.c: Properly destroy lwgeom in
+         lwgeom_to_x3d3 now that it's safe (see #1102)
 
-2011-07-06 14:55  strk
+2011-07-06 14:55  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwalgorithm.c: Properly release memory in
+       * [r7611] liblwgeom/lwalgorithm.c: Properly release memory in
          lwmline_clip_to_ordinate_range (see #1102)
 
-2011-07-06 14:45  strk
+2011-07-06 14:45  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c: Have
-         lwcollection_extract clone (shallow) the extracted components.
-         Safely lwgeom_free the return from lwcollection_extract in
-         testcase.
+       * [r7610] liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c:
+         Have lwcollection_extract clone (shallow) the extracted
+         components. Safely lwgeom_free the return from
+         lwcollection_extract in testcase.
 
-2011-07-06 14:29  strk
+2011-07-06 14:29  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwhomogenize.c: Properly lwgeom_free cloned objects in
-         lwgeom_homogenize now that it is safe
+       * [r7609] liblwgeom/lwhomogenize.c: Properly lwgeom_free cloned
+         objects in lwgeom_homogenize now that it is safe
 
-2011-07-06 14:29  strk
+2011-07-06 14:29  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_libgeom.c,
-         liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
-         liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwpoint.c,
-         liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c, liblwgeom/ptarray.c:
-         Implement ptarray_clone (shallow) and update clone documentation
-         (doxygen), have lw*_clone clone the POINTARRAY but not the
-         serialized point list (using ptarray_clone), add unit testing for
-         lwgeom_clone. See ticket #1102.
+       * [r7608] liblwgeom/cunit/cu_homogenize.c,
+         liblwgeom/cunit/cu_libgeom.c, liblwgeom/liblwgeom.h,
+         liblwgeom/lwcircstring.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
+         liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
+         liblwgeom/ptarray.c: Implement ptarray_clone (shallow) and update
+         clone documentation (doxygen), have lw*_clone clone the
+         POINTARRAY but not the serialized point list (using
+         ptarray_clone), add unit testing for lwgeom_clone. See ticket
+         #1102.
 
-2011-07-06 10:48  mcayland
+2011-07-06 10:48  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/geography_measurement.c: Fix compile warning in
+       * [r7607] postgis/geography_measurement.c: Fix compile warning in
          geography_measurement.c caused by missing function prototype.
 
-2011-07-06 10:48  mcayland
+2011-07-06 10:48  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shpcommon.h: Fix compile warning for
+       * [r7606] loader/shpcommon.h: Fix compile warning for
          lwgeom_init_allocators() in loader/dumper by adding missing
          liblwgeom.h #include.
 
-2011-07-06 09:40  strk
+2011-07-06 09:40  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c, liblwgeom/lwline.c,
-         liblwgeom/lwpoly.c, liblwgeom/lwsegmentize.c,
+       * [r7605] liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
+         liblwgeom/lwline.c, liblwgeom/lwpoly.c, liblwgeom/lwsegmentize.c,
          liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
          postgis/lwgeom_dump.c, postgis/lwgeom_functions_basic.c,
          postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c: Rename
          ptarray_clone to ptarray_clone_deep, to be conformant with
          lwgeom_clone_deep in that it copies the serialized pointlist too
 
-2011-07-06 08:04  strk
+2011-07-06 08:04  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_print.c: Compiler warning fix
+       * [r7604] liblwgeom/cunit/cu_print.c: Compiler warning fix
 
-2011-07-06 07:42  strk
+2011-07-06 07:42  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwout_x3d.c: Fix compiler warnings (#999)
+       * [r7603] liblwgeom/lwout_x3d.c: Fix compiler warnings (#999)
 
-2011-07-06 07:42  strk
+2011-07-06 07:42  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwout_x3d.c: Don't let temporary collection leak in
-         lwgeom_to_x3d3 (actually do, but sligthly less, till we fix
-         lwgeom_clone). See #1102.
+       * [r7602] liblwgeom/lwout_x3d.c: Don't let temporary collection
+         leak in lwgeom_to_x3d3 (actually do, but sligthly less, till we
+         fix lwgeom_clone). See #1102.
 
-2011-07-06 07:42  strk
+2011-07-06 07:42  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
+       * [r7601] liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
          liblwgeom/lwcompound.c, liblwgeom/lwline.c,
          liblwgeom/lwpsurface.c, liblwgeom/lwtin.c: const-correct
          lw*_is_closed
 
-2011-07-06 06:46  strk
+2011-07-06 06:46  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_tester.c: properly release reported error
-         message string
+       * [r7600] liblwgeom/cunit/cu_tester.c: properly release reported
+         error message string
 
-2011-07-06 06:46  strk
+2011-07-06 06:46  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_print.c: properly release lwgeom objec in
-         test_lwprint_assert_error
+       * [r7599] liblwgeom/cunit/cu_print.c: properly release lwgeom objec
+         in test_lwprint_assert_error
 
-2011-07-06 06:46  strk
+2011-07-06 06:46  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_misc.c: properly release lwgeom objec in
-         test_misc_area
+       * [r7598] liblwgeom/cunit/cu_misc.c: properly release lwgeom objec
+         in test_misc_area
 
-2011-07-06 05:18  dustymugs
+2011-07-06 05:18  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Changed
+       * [r7597] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Changed
          expressions for pixel byte boundaries in assert tests of
          rt_raster_serialize and rt_raster_deserialize in rt_api.c. The
          changed expressions are based upon relative values rather than
          
          Associated tickets are #1061 and possibly #1066.
 
-2011-07-06 02:17  robe
+2011-07-06 02:17  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: fix typo
+       * [r7596] doc/extras_tigergeocoder.xml: fix typo
 
-2011-07-06 01:02  robe
+2011-07-06 01:02  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml,
+       * [r7595] doc/extras_tigergeocoder.xml,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql:
          drop_state_tables_generate_script function and document it. Also
          add blank paramdef to missing indexes so doesn't look goofy in
          docs
 
-2011-07-06 00:40  robe
+2011-07-06 00:40  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
+       * [r7594]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql: Get rid of use
          of array_accum and replace with array_agg (which exists in
          PostgreSQL 9\8.4+). Now that we only support 8.4+, we can just
          use array_agg.
 
-2011-07-05 22:02  pramsey
+2011-07-05 22:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c: Remove leak in
-         mixed time ptarray case (#1102)
+       * [r7593] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c: Remove
+         leak in mixed time ptarray case (#1102)
 
-2011-07-05 21:01  strk
+2011-07-05 21:01  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_libgeom.c,
-         liblwgeom/cunit/cu_surface.c: Plug some more easy leaks in
-         testers
+       * [r7592] liblwgeom/cunit/cu_homogenize.c,
+         liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_surface.c: Plug
+         some more easy leaks in testers
 
-2011-07-05 20:21  pramsey
+2011-07-05 20:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l: Stop up small
-         but universal leak. (#1102)
+       * [r7591] liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l: Stop
+         up small but universal leak. (#1102)
 
-2011-07-05 18:55  strk
+2011-07-05 18:55  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwcollection.c: Fix memory leak while computing box3d
-         for nested geometrycollection (revealed by test in cu_geodetic.c)
+       * [r7590] liblwgeom/lwcollection.c: Fix memory leak while computing
+         box3d for nested geometrycollection (revealed by test in
+         cu_geodetic.c)
 
-2011-07-05 18:41  strk
+2011-07-05 18:41  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_geodetic.c: Properly release memory allocated
-         by tester
+       * [r7589] liblwgeom/cunit/cu_geodetic.c: Properly release memory
+         allocated by tester
 
-2011-07-05 17:49  robe
+2011-07-05 17:49  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
+       * [r7588]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress:
          #1076 hanlde of post direction with highways -- 1940 County Road
          C W, Roseville, MN 55113 , also trim excess space left in street
          names
 
-2011-07-04 22:51  pramsey
+2011-07-04 22:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwgeom.c,
+       * [r7587] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwgeom.c,
          liblwgeom/lwin_wkt.c, liblwgeom/ptarray.c: Remove memory leaks
          when a parse error kicks out in WKT (#1102)
 
-2011-07-04 17:32  robe
+2011-07-04 17:32  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
+       * [r7586]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
          extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          work toward Highway geocoding -- significant rework of original
          patch. Still need to parse out the direction information
 
-2011-07-04 15:50  strk
+2011-07-04 15:50  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_management.xml: Drop dangling reference to
+       * [r7585] doc/reference_management.xml: Drop dangling reference to
          Probe_Geometry_Columns (see #1083)
 
-2011-07-04 15:40  strk
+2011-07-04 15:40  Sandro Santilli <strk@keybit.net>
 
-       * regress/tickets.sql, regress/tickets_expected: A couple more
-         tests for btree against points: different points, differently
-         cached boxes
+       * [r7584] regress/tickets.sql, regress/tickets_expected: A couple
+         more tests for btree against points: different points,
+         differently cached boxes
 
-2011-07-04 15:34  strk
+2011-07-04 15:34  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_pg.c: Have pglwgeom_getbox2d_p compute a bounding
-         box when not cached. Fixes #1023.
+       * [r7583] postgis/lwgeom_pg.c: Have pglwgeom_getbox2d_p compute a
+         bounding box when not cached. Fixes #1023.
 
-2011-07-04 15:12  strk
+2011-07-04 15:12  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_pg.h: Document pglwgeom_getbox2d_p. See
+       * [r7582] postgis/lwgeom_pg.h: Document pglwgeom_getbox2d_p. See
          http://trac.osgeo.org/postgis/ticket/1023
 
-2011-07-04 14:50  strk
+2011-07-04 14:50  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_algorithm.c: More unit test memory leaks and
-         compiler warnings fixed
+       * [r7581] liblwgeom/cunit/cu_algorithm.c: More unit test memory
+         leaks and compiler warnings fixed
 
-2011-07-04 14:14  strk
+2011-07-04 14:14  Sandro Santilli <strk@keybit.net>
 
-       * regress/tickets.sql, regress/tickets_expected: Add test for btree
-         equality of points (#1023)
+       * [r7580] regress/tickets.sql, regress/tickets_expected: Add test
+         for btree equality of points (#1023)
 
-2011-07-04 13:56  strk
+2011-07-04 13:56  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_homogenize.c: Do not deep-free return from
-         lwcollection_homogenize as it doesn't copy POINTARRAY memory. See
-         #1104.
+       * [r7579] liblwgeom/cunit/cu_homogenize.c: Do not deep-free return
+         from lwcollection_homogenize as it doesn't copy POINTARRAY
+         memory. See #1104.
 
-2011-07-04 12:29  strk
+2011-07-04 12:29  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
-         liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_libgeom.c,
-         liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_surface.c: Plug
-         some memory leaks in the unit tests, to help finding lower-level
-         ones...
+       * [r7578] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_homogenize.c,
+         liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_print.c,
+         liblwgeom/cunit/cu_surface.c: Plug some memory leaks in the unit
+         tests, to help finding lower-level ones...
 
-2011-07-04 12:29  strk
+2011-07-04 12:29  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwprint.c: Document memory management of
+       * [r7577] liblwgeom/lwprint.c: Document memory management of
          lwdoubles_to_latlon and lwpoint_to_latlon
 
-2011-07-04 11:24  strk
+2011-07-04 11:24  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c, regress/Makefile.in,
+       * [r7576] postgis/postgis.sql.in.c, regress/Makefile.in,
          regress/postgis_type_name.sql,
          regress/postgis_type_name_expected: Fix support for MULTICURVEZM
          and make TIN spelling conformant to other (MixedCase). Add
          cohomprensive regress test for postgis_type_name(). Closes bug
          #1096 once again.
 
-2011-07-04 11:24  strk
+2011-07-04 11:24  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/g_util.c: Add missing circular types to
+       * [r7575] liblwgeom/g_util.c: Add missing circular types to
          geomtype_struct_array, fixing bug #1094
 
-2011-07-04 11:24  strk
+2011-07-04 11:24  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/g_util.c: Do not hard-code lenght of geomtype struct
-         array (See #1094)
+       * [r7574] liblwgeom/g_util.c: Do not hard-code lenght of geomtype
+         struct array (See #1094)
 
-2011-07-04 10:10  strk
+2011-07-04 10:10  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: AddGeometryColumn: when complaining
-         about unknown geometry type also report the used name and
-         dimensions (see related bug #1096)
+       * [r7573] postgis/postgis.sql.in.c: AddGeometryColumn: when
+         complaining about unknown geometry type also report the used name
+         and dimensions (see related bug #1096)
 
-2011-07-04 10:02  strk
+2011-07-04 10:02  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Fix unused variable warning when building
-         against GEOS >= 3.3
+       * [r7572] postgis/lwgeom_geos.c: Fix unused variable warning when
+         building against GEOS >= 3.3
 
-2011-07-04 09:26  mcayland
+2011-07-04 09:26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/Makefile.in: Make all PostGIS object files depend upon
-         liblwgeom, so that if liblwgeom is
+       * [r7571] postgis/Makefile.in: Make all PostGIS object files depend
+         upon liblwgeom, so that if liblwgeom is
          changed then it also triggers a (complete) rebuild of PostGIS.
          
          Note as documented in #447 this is an over-cautious approach
          doesn't
          force a rebuild of PostGIS.
 
-2011-07-04 09:09  strk
+2011-07-04 09:09  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: typo
+       * [r7570] postgis/postgis.sql.in.c: typo
 
-2011-07-04 09:07  strk
+2011-07-04 09:07  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/createtopology_expected: Update expected
-         error messages since typmod introduction. Closes ticket #1101.
+       * [r7569] topology/test/regress/createtopology_expected: Update
+         expected error messages since typmod introduction. Closes ticket
+         #1101.
 
-2011-07-04 09:00  strk
+2011-07-04 09:00  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Do not manually delete rows from
-         geometry_columns (which is now a view). Closes ticket #1099.
+       * [r7568] topology/topology.sql.in.c: Do not manually delete rows
+         from geometry_columns (which is now a view). Closes ticket #1099.
 
-2011-07-04 07:35  robe
+2011-07-04 07:35  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
+       * [r7567]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
          broken the SELECT (addy).*,* from geocode('16725 Rockford Road,
          Plymouth, MN 55447') or my data is bad
 
-2011-07-03 21:47  mcayland
+2011-07-03 21:47  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp-core.c: Fix for #1088: Too many columns in
-         select crashes pgsql2shp.
+       * [r7566] loader/pgsql2shp-core.c: Fix for #1088: Too many columns
+         in select crashes pgsql2shp.
          
          Instead of a fixed length query string, dynamically allocate the
          memory based
          upon the sum of the lengths of all of the column names.
 
-2011-07-03 16:51  robe
+2011-07-03 16:51  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
+       * [r7565] extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
          extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          where appropriate (don't put state in prepared part since that
          would prevent constraint exclusion from kicking in)
 
-2011-07-03 10:45  robe
+2011-07-03 10:45  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
+       * [r7564] extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
          Add more tests, minor cleanup
 
-2011-07-03 05:03  robe
+2011-07-03 05:03  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/introduction.xml, doc/release_notes.xml: Update credits
-         and release notes to include change in geometry_columns and
-         management functions, add ST_OffSetCurve to release_notes.xml,
-         add Rafal Magda to people credits list
+       * [r7563] NEWS, doc/introduction.xml, doc/release_notes.xml: Update
+         credits and release notes to include change in geometry_columns
+         and management functions, add ST_OffSetCurve to
+         release_notes.xml, add Rafal Magda to people credits list
 
-2011-07-03 01:58  robe
+2011-07-03 01:58  Regina Obe <lr@pcorp.us>
 
-       * MIGRATION: more column width cleanup
+       * [r7562] MIGRATION: more column width cleanup
 
-2011-07-03 01:52  robe
+2011-07-03 01:52  Regina Obe <lr@pcorp.us>
 
-       * MIGRATION: #1095 clarification of what is mean by
+       * [r7561] MIGRATION: #1095 clarification of what is mean by
          geometry_columns not supporting views built the old constraint
          way
 
-2011-07-03 01:50  robe
+2011-07-03 01:50  Regina Obe <lr@pcorp.us>
 
-       * MIGRATION: #1095 cleanup MIGRATION document
+       * [r7560] MIGRATION: #1095 cleanup MIGRATION document
 
-2011-07-03 01:29  robe
+2011-07-03 01:29  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: #1096 same fix as for linestringZ,
-         apply to geometryM, zm and multilinestringZ
+       * [r7559] postgis/postgis.sql.in.c: #1096 same fix as for
+         linestringZ, apply to geometryM, zm and multilinestringZ
 
-2011-07-03 00:59  robe
+2011-07-03 00:59  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: #1098 fix UpdateGeometrySRID
+       * [r7558] postgis/postgis.sql.in.c: #1098 fix UpdateGeometrySRID
 
-2011-07-02 18:19  robe
+2011-07-02 18:19  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_management.xml: #1083, #1093: fix typo, delete
-         probe_geometry_columns which is now completely obsolte with gnew
-         geometry-columns view change
+       * [r7557] doc/reference_management.xml: #1083, #1093: fix typo,
+         delete probe_geometry_columns which is now completely obsolte
+         with gnew geometry-columns view change
 
-2011-07-02 17:53  robe
+2011-07-02 17:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_management.xml: missed a spot
+       * [r7556] doc/reference_management.xml: missed a spot
 
-2011-07-02 17:52  robe
+2011-07-02 17:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_management.xml: add missing para end tag
+       * [r7555] doc/reference_management.xml: add missing para end tag
 
-2011-07-02 17:25  robe
+2011-07-02 17:25  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_management.xml: start describing management
+       * [r7554] doc/reference_management.xml: start describing management
          functions how typmod changes things ---
          Populate_geometry_columns, dropgeometrytable, dropgeometrycolumn.
          More to go.
 
-2011-07-02 16:52  robe
+2011-07-02 16:52  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: #1096 can't create 2.5d linestrings
+       * [r7553] postgis/postgis.sql.in.c: #1096 can't create 2.5d
+         linestrings
 
-2011-07-02 16:29  robe
+2011-07-02 16:29  Regina Obe <lr@pcorp.us>
 
-       * doc/template.xml: revise template to give example of optional
-         argument
+       * [r7552] doc/template.xml: revise template to give example of
+         optional argument
 
-2011-07-02 13:43  mcayland
+2011-07-02 13:43  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/cunit/Makefile.in, loader/cunit/cu_pgsql2shp.c,
+       * [r7551] loader/cunit/Makefile.in, loader/cunit/cu_pgsql2shp.c,
          loader/cunit/cu_shp2pgsql.c, loader/cunit/cu_shp2pgsql.h,
          loader/cunit/cu_tester.c, loader/cunit/cu_tester.h,
          loader/pgsql2shp-cli.c, loader/pgsql2shp-core.c,
          of moving the loader regression tests out of the main regression
          harness and into CUnit instead.
 
-2011-07-02 12:34  mcayland
+2011-07-02 12:34  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/cunit/Makefile.in, loader/cunit/cu_tester.c: Fix up the
-         loader unit tests so that if --with-gui is not passed to
+       * [r7550] loader/cunit/Makefile.in, loader/cunit/cu_tester.c: Fix
+         up the loader unit tests so that if --with-gui is not passed to
          configure, the non-GUI tests will continute to run instead of
          failing compilation.
 
-2011-07-02 09:27  robe
+2011-07-02 09:27  Regina Obe <lr@pcorp.us>
 
-       * regress/wmsservers_new.sql: revise wmsservers_new to use new
-         typmod and not directly delete and add to geometry_columns so
+       * [r7549] regress/wmsservers_new.sql: revise wmsservers_new to use
+         new typmod and not directly delete and add to geometry_columns so
          passes regress
 
-2011-07-02 08:58  robe
+2011-07-02 08:58  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r7548] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          postgis/postgis_drop.sql.in.c, postgis/uninstall_legacy.sql.in.c,
          regress/loader/PointWithSchema-post.sql,
          regress/wmsservers_new.sql: #944, #1081, #1083, #1088, #1084:
          fix typos in postgis_type_name and delete from geometry_column
          calls in regress.
 
-2011-07-01 22:36  mcayland
+2011-07-01 22:36  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp-core.c: Another attempt to fix #1080 on Windows
-         - it seems that simply opening and
+       * [r7547] loader/pgsql2shp-core.c: Another attempt to fix #1080 on
+         Windows - it seems that simply opening and
          closing a pgsql2shp state object is a good way to find all
          uninitialised
          variables.
 
-2011-07-01 21:37  mcayland
+2011-07-01 21:37  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp-core.c: Revised fix for #1080 based upon
+       * [r7546] loader/pgsql2shp-core.c: Revised fix for #1080 based upon
          backtrace provided by Regina.
 
-2011-07-01 21:32  robe
+2011-07-01 21:32  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: #1082 get rid of delete from
+       * [r7545] postgis/postgis.sql.in.c: #1082 get rid of delete from
          geometry_columns call. Also cleanup argument list to make more
          modern
 
-2011-07-01 14:34  robe
+2011-07-01 14:34  Regina Obe <lr@pcorp.us>
 
-       * MIGRATION: Benchmark notes
+       * [r7544] MIGRATION: Benchmark notes
 
-2011-07-01 13:45  robe
+2011-07-01 13:45  Regina Obe <lr@pcorp.us>
 
-       * MIGRATION: itemize more upgrade GOTCHAS
+       * [r7543] MIGRATION: itemize more upgrade GOTCHAS
 
-2011-07-01 13:10  robe
+2011-07-01 13:10  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: convert to CREATE OR REPLACE
+       * [r7542] postgis/postgis.sql.in.c: convert to CREATE OR REPLACE
          postgis_constraint_srid
 
-2011-07-01 12:59  robe
+2011-07-01 12:59  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
+       * [r7541] extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql,
          diffing, add in script to run test suite. Force LF and put svn
          keywords
 
-2011-07-01 11:47  strk
+2011-07-01 11:47  Sandro Santilli <strk@keybit.net>
 
-       * regress/offsetcurve.sql, regress/offsetcurve_expected: Add 2 more
-         testcases for ST_OffsetCurve, one of which returning a
+       * [r7540] regress/offsetcurve.sql, regress/offsetcurve_expected:
+         Add 2 more testcases for ST_OffsetCurve, one of which returning a
          MULTILINESTRING
 
-2011-07-01 10:59  strk
+2011-07-01 10:59  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_processing.xml: Use choice="opt" to encode default
-         parameter for ST_OffsetCurve
+       * [r7539] doc/reference_processing.xml: Use choice="opt" to encode
+         default parameter for ST_OffsetCurve
 
-2011-07-01 10:36  strk
+2011-07-01 10:36  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in: Well, let's run the ST_OffsetCurve regress
-         test only against GEOS-3.3. After all it's known to fail against
-         3.2 ... (due to http://trac.osgeo.org/geos/ticket/455#comment:1)
+       * [r7538] regress/Makefile.in: Well, let's run the ST_OffsetCurve
+         regress test only against GEOS-3.3. After all it's known to fail
+         against 3.2 ... (due to
+         http://trac.osgeo.org/geos/ticket/455#comment:1)
 
-2011-07-01 10:14  strk
+2011-07-01 10:14  Sandro Santilli <strk@keybit.net>
 
-       * regress/offsetcurve.sql, regress/offsetcurve_expected: Test
-         LINESTRING EMPTY return from ST_OffsetCurve
+       * [r7537] regress/offsetcurve.sql, regress/offsetcurve_expected:
+         Test LINESTRING EMPTY return from ST_OffsetCurve
 
-2011-07-01 10:10  strk
+2011-07-01 10:10  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, regress/tickets_expected: Properly convert
-         typed empties coming from GEOS.
+       * [r7536] postgis/lwgeom_geos.c, regress/tickets_expected: Properly
+         convert typed empties coming from GEOS.
 
-2011-07-01 10:10  strk
+2011-07-01 10:10  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: Add ST_OffsetCurve news item
+       * [r7535] NEWS: Add ST_OffsetCurve news item
 
-2011-07-01 09:56  strk
+2011-07-01 09:56  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_processing.xml, postgis/lwgeom_geos.c,
+       * [r7534] doc/reference_processing.xml, postgis/lwgeom_geos.c,
          postgis/postgis.sql.in.c, regress/Makefile.in,
          regress/offsetcurve.sql, regress/offsetcurve_expected: Add
          ST_OffsetCurve function supporting both GEOS-3.2 and GEOS-3.3+.
          Uses distance parameter sign to derive left/right side. Includes
          regress testing and documentation. Based on patch by Rafal Magda.
 
-2011-07-01 09:33  mcayland
+2011-07-01 09:33  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/cunit/cu_pgsql2shp.c: Fix #1080: cunit is crashing on
-         test_ShpDumerDestroy().
+       * [r7533] loader/cunit/cu_pgsql2shp.c: Fix #1080: cunit is crashing
+         on test_ShpDumerDestroy().
          
          Looks like the original code omitted to set the default config
          values causing
          platforms due
          to uninitialised pointers.
 
-2011-07-01 06:17  robe
+2011-07-01 06:17  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
+       * [r7532] extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Force unix
          LF. Also get rid of unnecessary call to CREATE INDEX .. we have a
          missing script for that.
 
-2011-07-01 02:22  robe
+2011-07-01 02:22  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
+       * [r7531]
+         extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
          extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
          extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
          Fix for #1086 Issue with parsing out location. also added to
          regression tests
 
-2011-07-01 00:02  robe
+2011-07-01 00:02  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: fix build -- had functions installed
-         out of order of dependency
+       * [r7530] postgis/postgis.sql.in.c: fix build -- had functions
+         installed out of order of dependency
 
-2011-06-30 19:18  robe
+2011-06-30 19:18  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: add pretty function to return pretty
-         name and use in postgis_constraint_type (seems 3 times as slow
-         with conversion -- will investigate later) -- before my 50 odd
-         goemetry_columns based on all constraint columns returns 75ms now
-         takes 250-300 ms.
+       * [r7529] postgis/postgis.sql.in.c: add pretty function to return
+         pretty name and use in postgis_constraint_type (seems 3 times as
+         slow with conversion -- will investigate later) -- before my 50
+         odd goemetry_columns based on all constraint columns returns 75ms
+         now takes 250-300 ms.
 
-2011-06-30 17:16  dustymugs
+2011-06-30 17:16  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: removed accidental commit of some debug
-         testing
+       * [r7528] raster/rt_core/rt_api.c: removed accidental commit of
+         some debug testing
 
-2011-06-30 13:28  dustymugs
+2011-06-30 13:28  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r7527] raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_asjpeg_expected: fixed logic issues in
          ST_AsJPEG
 
-2011-06-29 23:14  pramsey
+2011-06-29 23:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Change parameter order in 900913 (magic!)
+       * [r7526] spatial_ref_sys.sql: Change parameter order in 900913
+         (magic!)
 
-2011-06-29 22:40  mcayland
+2011-06-29 22:40  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/man/pgsql2shp.1, loader/cunit/cu_pgsql2shp.c,
+       * [r7524] doc/man/pgsql2shp.1, loader/cunit/cu_pgsql2shp.c,
          loader/pgsql2shp-cli.c, loader/pgsql2shp-core.c,
          loader/pgsql2shp-core.h: Commit rework of #885 (pgsql2shp fields
          conversion from predefined list).
          coding style and altering various names/code locations as
          appropriate.
 
-2011-06-29 22:40  pramsey
+2011-06-29 22:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos.c, regress/tickets.sql,
+       * [r7523] postgis/lwgeom_geos.c, regress/tickets.sql,
          regress/tickets_expected: GEOS no like POINT EMPTY (#1060)
 
-2011-06-29 21:10  robe
+2011-06-29 21:10  Regina Obe <lr@pcorp.us>
 
-       * MIGRATION: Itemize some issues with restoring data from old that
-         cause failures
+       * [r7522] MIGRATION: Itemize some issues with restoring data from
+         old that cause failures
 
-2011-06-29 19:14  robe
+2011-06-29 19:14  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/introduction.xml, doc/release_notes.xml: Add Hunter
-         Systems Group to credits for funding Geocoder enhancements
+       * [r7521] NEWS, doc/introduction.xml, doc/release_notes.xml: Add
+         Hunter Systems Group to credits for funding Geocoder enhancements
 
-2011-06-29 16:26  robe
+2011-06-29 16:26  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r7520] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          postgis/uninstall_legacy.sql.in.c: #949 more legacy cleanup --
          add G-M to uninstall, remove accum
 
-2011-06-29 12:56  robe
+2011-06-29 12:56  Regina Obe <lr@pcorp.us>
 
-       * postgis/uninstall_legacy.sql.in.c: fix typo in uninstall script
+       * [r7519] postgis/uninstall_legacy.sql.in.c: fix typo in uninstall
+         script
 
-2011-06-29 10:35  robe
+2011-06-29 10:35  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml,
+       * [r7518] doc/extras_tigergeocoder.xml,
          extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1069:
          Support for specifying max_results to return. Regress already
          committed
 
-2011-06-29 05:06  robe
+2011-06-29 05:06  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
+       * [r7517]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
          fix for #1073 handling mangled zipcodes and update regress to
          include these
 
-2011-06-29 04:23  robe
+2011-06-29 04:23  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/regress,
+       * [r7516] extras/tiger_geocoder/tiger_2010/regress,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
          extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
          extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
          needs cleanup and to be run by script but will deal with that
          later). Already have a regress failure when compared with docs.
 
-2011-06-28 19:36  strk
+2011-06-28 19:36  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/layertrigger.sql,
+       * [r7515] topology/test/regress/layertrigger.sql,
          topology/test/regress/layertrigger_expected: Simplify
          layertrigger tests dropping unneeded operations. The reduction
          was verified to still trigger bug #950 prior to the fix for it.
 
-2011-06-28 19:36  strk
+2011-06-28 19:36  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress/layertrigger.sql,
+       * [r7514] topology/test/Makefile,
+         topology/test/regress/layertrigger.sql,
          topology/test/regress/layertrigger_expected,
          topology/topology.sql.in.c: Apply patch by Andrea Peri to fix
          topology layer trigger. Includes regress test. Closes ticket
          #950.
 
-2011-06-28 14:26  robe
+2011-06-28 14:26  Regina Obe <lr@pcorp.us>
 
-       * HOWTO_RELEASE: #1063 - add update website with released doc
-         version to HOWTO_RELEASE steps
+       * [r7512] HOWTO_RELEASE: #1063 - add update website with released
+         doc version to HOWTO_RELEASE steps
 
-2011-06-28 12:32  robe
+2011-06-28 12:32  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/create_geocode.bat: fix windows
-         script -- had sh style commented alter schema line instead of
-         windows batch style commented alter schema
+       * [r7511] extras/tiger_geocoder/tiger_2010/create_geocode.bat: fix
+         windows script -- had sh style commented alter schema line
+         instead of windows batch style commented alter schema
 
-2011-06-28 12:21  robe
+2011-06-28 12:21  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: put in missing homage to GDAL. Also updated
-         the GDAL use list
+       * [r7510] doc/introduction.xml: put in missing homage to GDAL. Also
+         updated the GDAL use list
          http://trac.osgeo.org/gdal/wiki/SoftwareUsingGdal to include
          PostGIS
 
-2011-06-28 03:55  robe
+2011-06-28 03:55  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
+       * [r7509]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
          extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql:
          Partial fix for #1068 -- handling of misspelled numeric streets
          such as 13nd or 22th and partial support for numeric streets with
          fractions like 1/2
 
-2011-06-28 02:50  robe
+2011-06-28 02:50  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: get rid of
-         drop / recreate norm_addy. It's not necessary yet since we
+       * [r7508] extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: get
+         rid of drop / recreate norm_addy. It's not necessary yet since we
          haven't changed it.
 
-2011-06-28 01:27  robe
+2011-06-28 01:27  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
+       * [r7507]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
          #1068 partial fix -- trimmed leading/trailing spaces in
          normalize_address fields so now correctly handles things like
          W.,N. etc. More fixes coming.
 
-2011-06-27 21:35  dustymugs
+2011-06-27 21:35  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7506] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: - wrote
          function getSRTextSPI to create one code for getting the srtext
          of a SRID from the spatial_ref_sys table.
          side-affect of the new function as the srtext returned through
          SPI is copied to an interval variable.
 
-2011-06-27 19:31  pramsey
+2011-06-27 19:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * .: Ignore GNUMakefile
+       * [r7505] .: Ignore GNUMakefile
 
-2011-06-27 19:24  pramsey
+2011-06-27 19:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
-         liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
-         liblwgeom/cunit/cu_out_x3d.c, postgis/SERIALIZED_FORM: Change
-         CompoundString to CompoundCurve
+       * [r7504] liblwgeom/cunit/cu_out_geojson.c,
+         liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
+         liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_x3d.c,
+         postgis/SERIALIZED_FORM: Change CompoundString to CompoundCurve
 
-2011-06-27 19:02  dustymugs
+2011-06-27 19:02  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/regress/rt_pixelvalue_expected: modified expected
-         results for rt_pixelvalue.
+       * [r7503] raster/test/regress/rt_pixelvalue_expected: modified
+         expected results for rt_pixelvalue.
          
          Associated ticket is #1055
 
-2011-06-27 18:53  pramsey
+2011-06-27 18:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * MIGRATION: Add migration guide for upgraders
+       * [r7502] MIGRATION: Add migration guide for upgraders
 
-2011-06-27 18:02  pramsey
+2011-06-27 18:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwutil.c: Fix type name for CompoundCurve
+       * [r7497] liblwgeom/lwutil.c: Fix type name for CompoundCurve
 
-2011-06-27 16:47  mcayland
+2011-06-27 16:47  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * raster/rt_core/rt_api.c: Edit rt_band_get_pixel() so that the
-         warning message contains the out-of-bound coordinates being
+       * [r7496] raster/rt_core/rt_api.c: Edit rt_band_get_pixel() so that
+         the warning message contains the out-of-bound coordinates being
          accessed.
 
-2011-06-27 14:35  dustymugs
+2011-06-27 14:35  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Cleanup of error messages.
+       * [r7495] raster/rt_pg/rt_pg.c: Cleanup of error messages.
 
-2011-06-27 01:53  robe
+2011-06-27 01:53  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in, doc/xsl/raster_gardentest.sql.xsl,
+       * [r7494] doc/Makefile.in, doc/xsl/raster_gardentest.sql.xsl,
          regress/Makefile.in: version garden test files so now named
          raster_gardentest_20.sql, postgis_gardentest_20.sql. Add
          reclassarg type example to raster garden objects
 
-2011-06-26 19:44  robe
+2011-06-26 19:44  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl,
+       * [r7493] doc/xsl/postgis_gardentest.sql.xsl,
          doc/xsl/raster_gardentest.sql.xsl: revise to ignore OUT
          parameters. Also add 20 to postgis garden output table name
 
-2011-06-26 18:18  robe
+2011-06-26 18:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: change ST_AsX3d from using
+       * [r7492] doc/reference_output.xml: change ST_AsX3d from using
          methodsynopsis back to funcsynopsis. This was an attempt before
          to stylize default args which didn't work out.
 
-2011-06-26 17:31  pramsey
+2011-06-26 17:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, postgis/lwgeom_geos.c:
-         ST_IsValidDetail and ST_IsValidReason POLYGON CRASH (#712)
+       * [r7491] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
+         postgis/lwgeom_geos.c: ST_IsValidDetail and ST_IsValidReason
+         POLYGON CRASH (#712)
 
-2011-06-26 03:15  pramsey
+2011-06-26 03:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwsegmentize.c: Make test for co-linearity a little
-         more double-barrelled.
+       * [r7490] liblwgeom/lwsegmentize.c: Make test for co-linearity a
+         little more double-barrelled.
 
-2011-06-26 02:29  pramsey
+2011-06-26 02:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwsegmentize.c: Simplify circle stroking code (#1057)
+       * [r7489] liblwgeom/lwsegmentize.c: Simplify circle stroking code
+         (#1057)
 
-2011-06-25 23:35  pramsey
+2011-06-25 23:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/image_src/generator.c: Remove reference to algorithm.h
-         from generator.c
+       * [r7488] doc/html/image_src/generator.c: Remove reference to
+         algorithm.h from generator.c
 
-2011-06-25 22:36  pramsey
+2011-06-25 22:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/cu_algorithm.c,
+       * [r7487] liblwgeom/Makefile.in, liblwgeom/cunit/cu_algorithm.c,
          liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
          liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.c,
          liblwgeom/lwalgorithm.h, liblwgeom/lwsegmentize.c,
          Prototype segmentation code and move lwalgorith.h prototypes into
          liblwgeom.h and liblwgeom_internal.h
 
-2011-06-25 21:42  pramsey
+2011-06-25 21:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c,
+       * [r7486] liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c,
          liblwgeom/lwalgorithm.h, postgis/lwgeom_functions_basic.c:
          Convert some BOX3D functions to GBOX
 
-2011-06-25 21:11  robe
+2011-06-25 21:11  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: correct column names of norm_addy
-         object - they were wrong
+       * [r7485] doc/extras_tigergeocoder.xml: correct column names of
+         norm_addy object - they were wrong
 
-2011-06-25 20:32  robe
+2011-06-25 20:32  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: update release notes
+       * [r7484] NEWS, doc/release_notes.xml: update release notes
 
-2011-06-25 20:24  robe
+2011-06-25 20:24  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, doc/faq_raster.xml,
+       * [r7483] doc/extras_topology.xml, doc/faq_raster.xml,
          doc/introduction.xml, doc/man/pgsql2shp.1,
          doc/reference_processing.xml, doc/reference_raster.xml: #1062
          apply typo patch from Kasif Rasul
 
-2011-06-25 19:20  dustymugs
+2011-06-25 19:20  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r7482] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_transform.sql,
          raster/test/regress/rt_transform_expected: Modified ST_Transform
          to the scale change that occurs when a raster is being
          reprojected.
 
-2011-06-25 18:15  robe
+2011-06-25 18:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: bounding box clarification && (that
-         it's 2D)
+       * [r7481] doc/reference_operator.xml: bounding box clarification &&
+         (that it's 2D)
 
-2011-06-25 18:14  robe
+2011-06-25 18:14  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: minor clarifications
+       * [r7480] doc/extras_tigergeocoder.xml: minor clarifications
 
-2011-06-25 08:13  robe
+2011-06-25 08:13  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql:
+       * [r7474]
+         extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql:
          #1051 - fix rating logic (typo in direction weight) causing -
          select (g.addy).*, astext(g.geomout), g.* from geocode('150 2nd
          Ave S, Minneapolis, MN 55401') as g To return north instead of
          south. Also change functions to use named args
 
-2011-06-24 23:18  robe
+2011-06-24 23:18  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: bah pdflatex doesn't like sect3.
-         Just make it a sect2
+       * [r7473] doc/xsl/postgis_aggs_mm.xml.xsl: bah pdflatex doesn't
+         like sect3. Just make it a sect2
 
-2011-06-24 21:49  robe
+2011-06-24 21:49  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Id on para didn't take -- lets
-         try a sect3
+       * [r7472] doc/xsl/postgis_aggs_mm.xml.xsl: Id on para didn't take
+         -- lets try a sect3
 
-2011-06-24 21:20  dustymugs
+2011-06-24 21:20  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r7471] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/test/regress/rt_transform.sql,
          raster/test/regress/rt_transform_expected: Added sanitization of
          the algorithm parameter of ST_Transform. Refactored the
          regression test for ST_Transform.
 
-2011-06-24 16:30  robe
+2011-06-24 16:30  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: put in ancho for changed section
-         and link back from top of What's new to breaking changes section
+       * [r7470] doc/xsl/postgis_aggs_mm.xml.xsl: put in ancho for changed
+         section and link back from top of What's new to breaking changes
+         section
 
-2011-06-24 16:14  robe
+2011-06-24 16:14  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: revise 2.0 changed,enhanced, new
-         to also capture paragraphs embedded in sub tags such as warning,
-         note. Was missing some breaking changes ST_Length,
-         ST_GeomFromText etc because it wasn't catching warnings
+       * [r7469] doc/xsl/postgis_aggs_mm.xml.xsl: revise 2.0
+         changed,enhanced, new to also capture paragraphs embedded in sub
+         tags such as warning, note. Was missing some breaking changes
+         ST_Length, ST_GeomFromText etc because it wasn't catching
+         warnings
 
-2011-06-24 14:25  robe
+2011-06-24 14:25  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
+       * [r7468]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
          thought had changed to use default params -- guess not. Also
          stamp in time author info as comment inside function
 
-2011-06-24 13:02  robe
+2011-06-24 13:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Get rid of note about ST_Transform not
-         working on all platforms. No longer true
+       * [r7467] doc/reference_raster.xml: Get rid of note about
+         ST_Transform not working on all platforms. No longer true
 
-2011-06-24 01:28  robe
+2011-06-24 01:28  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
+       * [r7463]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
          revert unnecessary edit
 
-2011-06-24 01:20  robe
+2011-06-24 01:20  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
+       * [r7462]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
          fix for #1051 -- postDirAbbrev doesn't parse
 
-2011-06-23 23:50  chodgson
+2011-06-23 23:50  Chris Hodgson <chodgson@refractions.net>
 
-       * ., liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
+       * [r7461] ., liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
          loader/getopt.c, loader/getopt.h, loader/shpcommon.h,
          postgis/long_xact.sql.in.c, postgis/lwgeom_functions_analytic.c,
          postgis/postgis.sql.in.c, postgis/sqlmm.sql.in.c,
          raster/scripts/python/Makefile.rt.sample,
          raster/scripts/python/rtreader.py: further bug fix for #884
 
-2011-06-23 22:29  robe
+2011-06-23 22:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: note about ST_length geography
+       * [r7459] doc/reference_measure.xml: note about ST_length geography
          breaking change -- in 1.5 used to return perimeter of a polygon
          now returns 0 just like geometry
 
-2011-06-23 21:15  robe
+2011-06-23 21:15  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql,
+       * [r7458]
+         extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql,
          extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_fuzzy.sql:
          time autho stamp signatures
 
-2011-06-23 21:11  robe
+2011-06-23 21:11  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
+       * [r7457]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
          fix typos
 
-2011-06-23 21:08  robe
+2011-06-23 21:08  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
+       * [r7456]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
          put in author revision id placeholder and have as part of code
          logic as well
 
-2011-06-23 20:46  dustymugs
+2011-06-23 20:46  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7455] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Removed
          rt_raster_transform from rt_api.c and any calls to it since
          rt_raster_gdal_warp has same results for reprojections.
 
-2011-06-23 20:29  dustymugs
+2011-06-23 20:29  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7454] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c: Addition of rt_raster_gdal_warp
          function in rt_api.c. This was written based upon GDAL's gdalwarp
          The function rt_raster_transform will be removed in a future
          revision.
 
-2011-06-23 15:36  pramsey
+2011-06-23 15:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/sql-mm-circularstring_expected,
+       * [r7453] regress/sql-mm-circularstring_expected,
          regress/sql-mm-curvepoly_expected,
          regress/sql-mm-multisurface_expected: Re-base circular bbox
          regressions
 
-2011-06-23 13:57  pramsey
+2011-06-23 13:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
+       * [r7452] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwsegmentize.c: PostGIS Box2D (and && operator) gives
          wrong result for ST_CircularString type (#578)
 
-2011-06-23 13:53  robe
+2011-06-23 13:53  Regina Obe <lr@pcorp.us>
 
-       * CREDITS: clean up credits a bit
+       * [r7451] CREDITS: clean up credits a bit
 
-2011-06-23 11:07  robe
+2011-06-23 11:07  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: #944 support functions to comb out
-         type,srid, dim from constraint based geometries and integration
-         into geometry_columns_v so that non-typmods and typmods of the
-         world can coexist in harmony
+       * [r7450] postgis/postgis.sql.in.c: #944 support functions to comb
+         out type,srid, dim from constraint based geometries and
+         integration into geometry_columns_v so that non-typmods and
+         typmods of the world can coexist in harmony
 
-2011-06-23 11:01  strk
+2011-06-23 11:01  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_debug.c: Don't interpret types as flags in
+       * [r7449] postgis/lwgeom_debug.c: Don't interpret types as flags in
          ST_Summary. Fixes bug #1054 (needs automated testing)
 
-2011-06-22 23:13  robe
+2011-06-22 23:13  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: minor addition to
+       * [r7448] doc/reference_constructor.xml: minor addition to
          GEOMETRYCOLLECTION(EMPTY) warning
 
-2011-06-22 23:10  robe
+2011-06-22 23:10  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml, doc/reference_constructor.xml: #924 -
-         document breaking change
+       * [r7447] doc/reference_accessor.xml,
+         doc/reference_constructor.xml: #924 - document breaking change
 
-2011-06-22 22:09  pramsey
+2011-06-22 22:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwpoly.c: ST_ForceRHR POLYGON EMPTY crash (#710)
+       * [r7446] liblwgeom/lwpoly.c: ST_ForceRHR POLYGON EMPTY crash
+         (#710)
 
-2011-06-22 21:33  pramsey
+2011-06-22 21:33  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c: ST_GeoHash
-         POLYGON Empty crash (#711)
+       * [r7445] liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c:
+         ST_GeoHash POLYGON Empty crash (#711)
 
-2011-06-22 06:55  robe
+2011-06-22 06:55  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Fill in raster coverage protos for
-         ST_Histogram (still need examples for these), fix typo in another
-         function, change ST_SetBandNoDataValue as if it supports default
-         args (the documentation will be consistent with implementation
-         onces #1049 is done)
+       * [r7444] doc/reference_raster.xml: Fill in raster coverage protos
+         for ST_Histogram (still need examples for these), fix typo in
+         another function, change ST_SetBandNoDataValue as if it supports
+         default args (the documentation will be consistent with
+         implementation onces #1049 is done)
 
-2011-06-21 06:13  robe
+2011-06-21 06:13  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: get rid of extraneous proto
+       * [r7443] doc/reference_raster.xml: get rid of extraneous proto
 
-2011-06-21 05:45  robe
+2011-06-21 05:45  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: more fine tuning of output of driver
-         options
+       * [r7442] doc/reference_raster.xml: more fine tuning of output of
+         driver options
 
-2011-06-21 05:25  robe
+2011-06-21 05:25  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Fix ST_GDalDrivers output to correctly
-         output options as table. I had thought it was evenly balanced
-         (all options have descriptions), but that is not the case so
-         origianl example had the name and descriptions mismatched
+       * [r7441] doc/reference_raster.xml: Fix ST_GDalDrivers output to
+         correctly output options as table. I had thought it was evenly
+         balanced (all options have descriptions), but that is not the
+         case so origianl example had the name and descriptions mismatched
 
-2011-06-21 05:05  dustymugs
+2011-06-21 05:05  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/test/regress/rt_band.sql,
+       * [r7440] raster/rt_pg/rt_pg.c, raster/test/regress/rt_band.sql,
          raster/test/regress/rt_band_expected: Refactored code and removed
          the use of SET_VARSIZE for RASTER_band to fix segfault.
          
          Associated ticket is #1044.
 
-2011-06-21 04:18  robe
+2011-06-21 04:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: change bigint to integer for
+       * [r7439] doc/reference_raster.xml: change bigint to integer for
          ST_ValueCount record outputs
 
-2011-06-21 03:26  robe
+2011-06-21 03:26  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: document ST_AsJPEG and fill in missing
-         protos for ST_ValueCount
+       * [r7438] doc/reference_raster.xml: document ST_AsJPEG and fill in
+         missing protos for ST_ValueCount
 
-2011-06-21 01:52  robe
+2011-06-21 01:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Get rid of removed ST_SummaryStats
-         proto and add new ST_SummaryStats proto
+       * [r7437] doc/reference_raster.xml: Get rid of removed
+         ST_SummaryStats proto and add new ST_SummaryStats proto
 
-2011-06-20 21:15  pramsey
+2011-06-20 21:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_dump.c: ST_Dump with GSerialized POINT EMPTY and
-         EWKT/AsText mismatch (#746)
+       * [r7436] postgis/lwgeom_dump.c: ST_Dump with GSerialized POINT
+         EMPTY and EWKT/AsText mismatch (#746)
 
-2011-06-20 17:08  pramsey
+2011-06-20 17:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/image_src/generator.c: Increase size of generator.c
-         static buffer. (#583)
+       * [r7435] doc/html/image_src/generator.c: Increase size of
+         generator.c static buffer. (#583)
 
-2011-06-20 16:58  pramsey
+2011-06-20 16:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c: geography: ST_Intersects, ST_DWithin
+       * [r7433] liblwgeom/g_box.c: geography: ST_Intersects, ST_DWithin
          gbox_overlaps: geometries have mismatched dimensionality (#1037)
 
-2011-06-20 14:55  dustymugs
+2011-06-20 14:55  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/regress/rt_transform.sql,
+       * [r7432] raster/test/regress/rt_transform.sql,
          raster/test/regress/rt_transform_expected: Changed the regression
          tests for ST_Transform in preparation for testing replacement
          ST_Transform function with different underlying code.
 
-2011-06-20 11:37  strk
+2011-06-20 11:37  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Add missing SQL/MM functions in the
-         status section (TODO)
+       * [r7431] topology/topology.sql.in.c: Add missing SQL/MM functions
+         in the status section (TODO)
 
-2011-06-20 09:29  robe
+2011-06-20 09:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml, postgis/postgis.sql.in.c,
+       * [r7430] doc/reference_processing.xml, postgis/postgis.sql.in.c,
          postgis/postgis_drop.sql.in.c: #1040 -- ST_MinimumBoundingCircle
          -- replace X(), Y() deprecated calls with ST_X(), ST_Y(). Also
          changed to use default args. We really need regression tests for
          this function. Will put on separate task.
 
-2011-06-19 06:24  robe
+2011-06-19 06:24  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: more cleanup of hard upgrade instructions
+       * [r7429] doc/installation.xml: more cleanup of hard upgrade
+         instructions
 
-2011-06-19 05:52  robe
+2011-06-19 05:52  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Amend hard upgrade instructions to remove
-         stuff that is obsolete and add in additional steps needed for
-         PostGIS 2.0. Also update creating new spatial database to include
-         instructions for installing raster and topology support
+       * [r7428] doc/installation.xml: Amend hard upgrade instructions to
+         remove stuff that is obsolete and add in additional steps needed
+         for PostGIS 2.0. Also update creating new spatial database to
+         include instructions for installing raster and topology support
 
-2011-06-19 00:31  robe
+2011-06-19 00:31  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql:
+       * [r7427]
+         extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql:
          add index check / generation for soundex, lower, geometry gist,
          and least_hn
 
-2011-06-18 22:16  robe
+2011-06-18 22:16  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
+       * [r7426]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
          Fix for #1025 -- Geocoder Failing with NORTH EAST is street name
 
-2011-06-18 18:24  pramsey
+2011-06-18 18:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/gserialized_typmod.c: Error message change
+       * [r7425] postgis/gserialized_typmod.c: Error message change
 
-2011-06-18 07:35  robe
+2011-06-18 07:35  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql:
+       * [r7424]
+         extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql:
          hmm lets try that again
 
-2011-06-18 07:34  robe
+2011-06-18 07:34  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql:
+       * [r7423]
+         extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql:
          backout some code didn't mean to commit
 
-2011-06-18 07:29  robe
+2011-06-18 07:29  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml,
+       * [r7422] doc/extras_tigergeocoder.xml,
          extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql: Found some
          indexes I missed -- added to tiger_loader, also #1036 create
          put in logic for some more indexes, but htis is a good start.
          Also documented new function
 
-2011-06-18 06:03  robe
+2011-06-18 06:03  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: fix
+       * [r7421]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: fix
          error in last commit
 
-2011-06-18 05:33  robe
+2011-06-18 05:33  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: get
+       * [r7420]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: get
          rid of unnecessary auto casting
 
-2011-06-18 05:15  robe
+2011-06-18 05:15  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql:
+       * [r7419]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql:
          #1035 gluing on .0 is making least check always return 0.
 
-2011-06-18 03:41  robe
+2011-06-18 03:41  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml, postgis/geography.sql.in.c,
+       * [r7418] doc/reference_measure.xml, postgis/geography.sql.in.c,
          postgis/postgis_drop.sql.in.c: Change ST_Length, ST_Perimeter for
          geography to use default parameters, document
          ST_Perimeter(geography,use_spheroid)
 
-2011-06-17 22:36  pramsey
+2011-06-17 22:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/sql-mm-circularstring.sql,
+       * [r7417] regress/sql-mm-circularstring.sql,
          regress/sql-mm-circularstring_expected: Quiet regression failure
          for minor rounding difference.
 
-2011-06-17 22:18  pramsey
+2011-06-17 22:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
+       * [r7416] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwcircstring.c, liblwgeom/lwsegmentize.c,
          regress/tickets.sql, regress/tickets_expected: Bounding box
          calculation for straight CircString fails (#668)
 
-2011-06-17 21:26  pramsey
+2011-06-17 21:26  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c: Retrieving and storing Geography
-         column data through JDBC does not work (#350)
+       * [r7415] postgis/geography.sql.in.c: Retrieving and storing
+         Geography column data through JDBC does not work (#350)
 
-2011-06-17 21:11  pramsey
+2011-06-17 21:11  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c, postgis/geography_measurement.c:
-         Define alias ST_Perimeter (for geography ST_Length) (#526)
+       * [r7414] postgis/geography.sql.in.c,
+         postgis/geography_measurement.c: Define alias ST_Perimeter (for
+         geography ST_Length) (#526)
 
-2011-06-17 20:33  robe
+2011-06-17 20:33  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: #1032 fix typos
+       * [r7413] doc/reference_raster.xml: #1032 fix typos
 
-2011-06-17 20:14  robe
+2011-06-17 20:14  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: change geography to geometry and limit
-         view to only output tables and views
+       * [r7412] postgis/postgis.sql.in.c: change geography to geometry
+         and limit view to only output tables and views
 
-2011-06-17 20:06  dustymugs
+2011-06-17 20:06  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: fixed parameter passing in
-         ST_AsTiff
+       * [r7411] raster/rt_pg/rtpostgis.sql.in.c: fixed parameter passing
+         in ST_AsTiff
 
-2011-06-17 15:16  dustymugs
+2011-06-17 15:16  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Refactored ST_SummaryStats so
-         that there is a non-user _ST_SummaryStats that is the backend of
-         all ST_SummaryStats and ST_ApproxSummary stats functions. This
-         eliminates the "sample_percent" parameter from the one
-         ST_SummaryStats function that had it.
+       * [r7410] raster/rt_pg/rtpostgis.sql.in.c: Refactored
+         ST_SummaryStats so that there is a non-user _ST_SummaryStats that
+         is the backend of all ST_SummaryStats and ST_ApproxSummary stats
+         functions. This eliminates the "sample_percent" parameter from
+         the one ST_SummaryStats function that had it.
 
-2011-06-16 21:01  pramsey
+2011-06-16 21:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/Makefile.in, postgis/geography.h,
+       * [r7409] postgis/Makefile.in, postgis/geography.h,
          postgis/geography.sql.in.c, postgis/geography_inout.c,
          postgis/geometry_inout.c, postgis/gserialized_typmod.c,
          postgis/postgis.sql.in.c: Partial typmod support for PostGIS
          geometry (#944)
 
-2011-06-16 20:29  robe
+2011-06-16 20:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Some cleanup. change ST_AsGDALRaster
-         example using spatial ref to agree with new syntax of just
-         passing in the srid.
+       * [r7408] doc/reference_raster.xml: Some cleanup. change
+         ST_AsGDALRaster example using spatial ref to agree with new
+         syntax of just passing in the srid.
 
-2011-06-16 02:16  robe
+2011-06-16 02:16  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: put in missing tag
+       * [r7404] doc/reference_operator.xml: put in missing tag
 
-2011-06-16 02:08  robe
+2011-06-16 02:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: document &&& nd interacts bounding
-         box operator
+       * [r7403] doc/reference_operator.xml: document &&& nd interacts
+         bounding box operator
 
-2011-06-15 23:59  pramsey
+2011-06-15 23:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
+       * [r7402] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
          postgis/geography.sql.in.c, postgis/geometry_gist_selectivity.c,
          postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c: Fix up
          selectivity and operators a little
 
-2011-06-15 20:22  pramsey
+2011-06-15 20:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
+       * [r7401] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
          postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_gist.c: Add a couple
          more GBOX functions to map to B2DF4 requirements
 
-2011-06-15 15:43  dustymugs
+2011-06-15 15:43  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/core/testapi.c: Changed band pixel types to 64BF
-         instead of 32BF so that the warning messages for data getting
-         converted are mitigated.
+       * [r7400] raster/test/core/testapi.c: Changed band pixel types to
+         64BF instead of 32BF so that the warning messages for data
+         getting converted are mitigated.
 
-2011-06-15 14:29  dustymugs
+2011-06-15 14:29  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Added value for nBandCount attribute of
-         GDALWarpOptions in rt_raster_transform function.
+       * [r7399] raster/rt_core/rt_api.c: Added value for nBandCount
+         attribute of GDALWarpOptions in rt_raster_transform function.
          
          This is based upon the discussion found at:
          
          
          Related ticket is #1015
 
-2011-06-15 12:44  robe
+2011-06-15 12:44  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r7398] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          postgis/uninstall_legacy.sql.in.c: #722 - get rid of transform
          and remainder of SnapToGrid deprecated family of functions. Add
          to #945 uninstall_legacy and also legacy.sql.in.c files
 
-2011-06-15 01:25  robe
+2011-06-15 01:25  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Change
-         ST_MapAlgebra to use default args and amend the documentation to
-         reflect change. In so doing fix #969 - inconsistent order of
-         args, #967 raster regress failures on 9.0 and 9.1
+       * [r7397] doc/reference_raster.xml,
+         raster/rt_pg/rtpostgis.sql.in.c: Change ST_MapAlgebra to use
+         default args and amend the documentation to reflect change. In so
+         doing fix #969 - inconsistent order of args, #967 raster regress
+         failures on 9.0 and 9.1
 
-2011-06-14 19:32  dustymugs
+2011-06-14 19:32  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/regress/create_rt_band_properties_test.sql,
+       * [r7396] raster/test/regress/create_rt_band_properties_test.sql,
          raster/test/regress/rt_spatial_relationship.sql: Changed SRID to
          something within the range permitted by GSERIALIZED. As of this
          revision, all raster regression tests pass successfully.
 
-2011-06-14 16:21  pramsey
+2011-06-14 16:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_box2dfloat4.c: bug in BOX2DFLOAT4_in function due
-         to GSERIALIZED_ON change (#1020)
+       * [r7395] postgis/lwgeom_box2dfloat4.c: bug in BOX2DFLOAT4_in
+         function due to GSERIALIZED_ON change (#1020)
 
-2011-06-14 16:04  dustymugs
+2011-06-14 16:04  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: With GSERIALIZED_ON enabled,
-         adapted code that needs preprocessor conditions. Basically
-         instead of "geometry_gist_sel" and "geometry_gist_joinsel",
-         GSERIALIZED_ON uses "contsel" and "contjoinsel"
+       * [r7394] raster/rt_pg/rtpostgis.sql.in.c: With GSERIALIZED_ON
+         enabled, adapted code that needs preprocessor conditions.
+         Basically instead of "geometry_gist_sel" and
+         "geometry_gist_joinsel", GSERIALIZED_ON uses "contsel" and
+         "contjoinsel"
 
-2011-06-14 08:20  strk
+2011-06-14 08:20  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Do not explicitly name GIST opclass
-         (was renamed). Fixes topology after the GSERIALIZED switch.
+       * [r7393] topology/topology.sql.in.c: Do not explicitly name GIST
+         opclass (was renamed). Fixes topology after the GSERIALIZED
+         switch.
 
-2011-06-14 08:20  strk
+2011-06-14 08:20  Sandro Santilli <strk@keybit.net>
 
-       * loader/Makefile.in, loader/cunit/Makefile.in: Fix libiconv linker
-         flags
+       * [r7392] loader/Makefile.in, loader/cunit/Makefile.in: Fix
+         libiconv linker flags
 
-2011-06-14 04:26  pramsey
+2011-06-14 04:26  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_box2dfloat4.c: Apply bug in BOX2DFLOAT4_in
+       * [r7391] postgis/lwgeom_box2dfloat4.c: Apply bug in BOX2DFLOAT4_in
          function due to GSERIALIZED_ON change (#1020) from dustymugs
 
-2011-06-13 21:47  dustymugs
+2011-06-13 21:47  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7390] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Fixed memory
          leak in RASTER_asGDALRaster of rt_pg.c and left note in comments
          of rt_raster_to_gdal
 
-2011-06-13 21:31  pramsey
+2011-06-13 21:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/gserialized.h, regress/dump_expected,
+       * [r7389] postgis/gserialized.h, regress/dump_expected,
          regress/lwgeom_regress_expected, regress/regress_expected,
          regress/sql-mm-circularstring_expected: Move from GSERIALIZED off
          by default to on by default. Adjust minor regression changes as
          necessary.
 
-2011-06-13 20:20  pramsey
+2011-06-13 20:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/cunit/Makefile.in: Allow cunit tests to build and run in
-         OS/X
+       * [r7388] loader/cunit/Makefile.in: Allow cunit tests to build and
+         run in OS/X
 
-2011-06-13 19:51  pramsey
+2011-06-13 19:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis: Add svn:ignores for some new derived files.
+       * [r7387] postgis: Add svn:ignores for some new derived files.
 
-2011-06-13 12:30  robe
+2011-06-13 12:30  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: update 1.5.3 release notes
+       * [r7386] NEWS, doc/release_notes.xml: update 1.5.3 release notes
 
-2011-06-13 11:25  robe
+2011-06-13 11:25  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_app.xml: #609 revise JDBC to use non-deprecated
-         calling syntax
+       * [r7384] doc/using_postgis_app.xml: #609 revise JDBC to use
+         non-deprecated calling syntax
 
-2011-06-13 01:32  robe
+2011-06-13 01:32  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
+       * [r7382]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
          surpress outputting sql if not in debug mode
 
-2011-06-13 01:31  robe
+2011-06-13 01:31  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
+       * [r7381]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
          change to return as much address as possible even if no fullname
          at least try to return city, state, zip
 
-2011-06-12 14:33  robe
+2011-06-12 14:33  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: fix typo in reverse_geocode name
-         and get rid of other prot since changed to use default args
+       * [r7380] doc/extras_tigergeocoder.xml: fix typo in reverse_geocode
+         name and get rid of other prot since changed to use default args
 
-2011-06-12 06:34  robe
+2011-06-12 06:34  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: fix
+       * [r7379]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: fix
          division by zero issue
 
-2011-06-12 04:55  robe
+2011-06-12 04:55  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
+       * [r7378]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
          make debug statement conditional
 
-2011-06-12 04:52  robe
+2011-06-12 04:52  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
+       * [r7377]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql:
          significantly improve speed of reverse geocode (when all states
          parameters, put in table column comments to describe some of what
          loader columns mean.
 
-2011-06-11 19:26  dustymugs
+2011-06-11 19:26  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7376] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/test/core/testwkb.c: Added function
          parameter "header_only" to rt_raster_deserialize. This instructs
          the function to only extract the raster header.
          
          Now to work on valgrinding rt_pg.c
 
-2011-06-11 19:06  dustymugs
+2011-06-11 19:06  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
-         raster/test/regress/rt_mean.sql,
+       * [r7375] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/Makefile.in, raster/test/regress/rt_mean.sql,
          raster/test/regress/rt_mean_expected,
          raster/test/regress/rt_minmax.sql,
          raster/test/regress/rt_minmax_expected,
          
          Associated ticket is #1005 and to some degree, #985.
 
-2011-06-11 13:41  robe
+2011-06-11 13:41  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Sort what's new 2.0 by name of
-         section insted of id since raster ids start with RT_ they are
-         being sorted at the top above everything else which is confusing
+       * [r7374] doc/xsl/postgis_aggs_mm.xml.xsl: Sort what's new 2.0 by
+         name of section insted of id since raster ids start with RT_ they
+         are being sorted at the top above everything else which is
+         confusing
 
-2011-06-11 05:27  robe
+2011-06-11 05:27  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Fix ST_BandMetaData, ST_AsGDalRaster
-         (they take defaults now so prots have ben removed)
+       * [r7373] doc/reference_raster.xml: Fix ST_BandMetaData,
+         ST_AsGDalRaster (they take defaults now so prots have ben
+         removed)
 
-2011-06-11 04:59  dustymugs
+2011-06-11 04:59  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7372] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Refactored
          rt_raster_replace_band in rt_api.c to return the replaced band.
          Additional memory cleanups in testapi.c due to segfault and
          leaks.
 
-2011-06-11 01:09  robe
+2011-06-11 01:09  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Note about issues with raster
+       * [r7371] doc/reference_raster.xml: Note about issues with raster
          ST_Transform
 
-2011-06-11 00:43  robe
+2011-06-11 00:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: document raster ST_Transform function.
-         Will provide examples later.
+       * [r7370] doc/reference_raster.xml: document raster ST_Transform
+         function. Will provide examples later.
 
-2011-06-11 00:05  dustymugs
+2011-06-11 00:05  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/test/core/testapi.c: Fixed bunch
-         of memory leaks in rt_api.c and testapi.c. Will need to valgrind
-         the regression tests to clean up the leaks in rt_pg.c
+       * [r7369] raster/rt_core/rt_api.c, raster/test/core/testapi.c:
+         Fixed bunch of memory leaks in rt_api.c and testapi.c. Will need
+         to valgrind the regression tests to clean up the leaks in rt_pg.c
 
-2011-06-10 23:19  robe
+2011-06-10 23:19  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: get rid of ST_SRSText usage is gone and
-         replaced with just srid so parallel with geometry. Update all the
-         function doco -- they used to use srstext, but now they use srid.
+       * [r7368] doc/reference_raster.xml: get rid of ST_SRSText usage is
+         gone and replaced with just srid so parallel with geometry.
+         Update all the function doco -- they used to use srstext, but now
+         they use srid.
 
-2011-06-10 23:01  dustymugs
+2011-06-10 23:01  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Refactored how GDAL warp options are
-         freed. I believe I was prematurely freeing the options.
+       * [r7367] raster/rt_core/rt_api.c: Refactored how GDAL warp options
+         are freed. I believe I was prematurely freeing the options.
          
          Associated ticket #1015
 
-2011-06-10 19:49  pracine
+2011-06-10 19:49  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_core/rt_api.c, raster/test/regress/rt_pixelvalue.sql,
+       * [r7366] raster/rt_core/rt_api.c,
+         raster/test/regress/rt_pixelvalue.sql,
          raster/test/regress/rt_pixelvalue_expected: Getting pixel value
          at out of range coordinate should only return a warning. Was
          broken at r7106. Added a check.
 
-2011-06-10 18:18  dustymugs
+2011-06-10 18:18  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: Fixed error messages.
+       * [r7365] raster/rt_pg/rt_pg.c: Fixed error messages.
 
-2011-06-10 18:14  dustymugs
+2011-06-10 18:14  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: Explicitly set GDALWarpOptions element
-         padfSrcNoDataImag as it seems some folks are having regression
-         error. Based upon the GDAL code, explicitly setting
+       * [r7364] raster/rt_core/rt_api.c: Explicitly set GDALWarpOptions
+         element padfSrcNoDataImag as it seems some folks are having
+         regression error. Based upon the GDAL code, explicitly setting
          padfSrcNoDataImag and padfDstNoDataImag should eliminate the
          error message that is occurring.
          
          Associated tickets are #925 and #1015.
 
-2011-06-10 17:24  robe
+2011-06-10 17:24  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_app.xml: #609 jdbc error in documentation
+       * [r7363] doc/using_postgis_app.xml: #609 jdbc error in
+         documentation
 
-2011-06-10 17:00  robe
+2011-06-10 17:00  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: #666 -- strange I don't recall this
-         being an issue on PostGIS 2.0, but seems to be also. Still need
-         regress test for it though.
+       * [r7361] postgis/postgis.sql.in.c: #666 -- strange I don't recall
+         this being an issue on PostGIS 2.0, but seems to be also. Still
+         need regress test for it though.
 
-2011-06-10 16:16  pramsey
+2011-06-10 16:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Update NZ projections for grid
+       * [r7359] spatial_ref_sys.sql: Update NZ projections for grid
          transformation support (#631)
 
-2011-06-10 15:19  dustymugs
+2011-06-10 15:19  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r7357] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/Makefile.in,
          raster/test/regress/rt_bandmetadata.sql,
          raster/test/regress/rt_bandmetadata_expected,
          
          Associated ticket #1012
 
-2011-06-10 05:13  robe
+2011-06-10 05:13  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: more description on reclass expressions
+       * [r7356] doc/reference_raster.xml: more description on reclass
+         expressions
 
-2011-06-10 01:52  robe
+2011-06-10 01:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: more examples for ST_Point and
-         example converting to geography
+       * [r7354] doc/reference_constructor.xml: more examples for ST_Point
+         and example converting to geography
 
-2011-06-09 21:27  pramsey
+2011-06-09 21:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/regress_index.sql: Minor change to work with gserialzed
+       * [r7353] regress/regress_index.sql: Minor change to work with
+         gserialzed
 
-2011-06-09 21:15  dustymugs
+2011-06-09 21:15  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Rewrote
-         ST_Metadata to make use of a C function instead of sequential
-         calls for the metadata of a raster in plpgsql.
+       * [r7352] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
+         Rewrote ST_Metadata to make use of a C function instead of
+         sequential calls for the metadata of a raster in plpgsql.
          
          Associated ticket #1012
 
-2011-06-09 21:12  pramsey
+2011-06-09 21:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_export.c: Remove some compile warnings
+       * [r7351] postgis/lwgeom_export.c: Remove some compile warnings
 
-2011-06-09 21:12  pramsey
+2011-06-09 21:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc, macros: Add some ignores
+       * [r7350] doc, macros: Add some ignores
 
-2011-06-09 20:51  pramsey
+2011-06-09 20:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos.c: Bad handling of Inf values in GEOS (#1013)
+       * [r7349] postgis/lwgeom_geos.c: Bad handling of Inf values in GEOS
+         (#1013)
 
-2011-06-09 20:32  robe
+2011-06-09 20:32  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: #448 add CUnit requirement for testing
+       * [r7348] doc/installation.xml: #448 add CUnit requirement for
+         testing
 
-2011-06-09 18:55  dustymugs
+2011-06-09 18:55  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r7346] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/scripts/python/rtgdalraster.py: Replaced the parameter
          "srs" in ST_AsGDALRaster with "srid" so as to match that of
          ST_Transform and other functions that deals with spatial
          
          Associated ticket #1011
 
-2011-06-09 16:01  robe
+2011-06-09 16:01  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql:
+       * [r7345]
+         extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql:
          #1009 typo in index creation
 
-2011-06-08 22:47  dustymugs
+2011-06-08 22:47  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/regress/rt_transform.sql,
+       * [r7343] raster/test/regress/rt_transform.sql,
          raster/test/regress/rt_transform_expected: - added additional
          tests that shouldn't require datum shift files for proj.4.
          - refactored output that would be double precision to be rounded
 
-2011-06-08 21:10  dustymugs
+2011-06-08 21:10  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7342] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c: Rewrote how the standard/sample
          deviation is computed in ST_SummaryStats for coverage tables. It
          
          Associated ticket #985.
 
-2011-06-08 00:10  dustymugs
+2011-06-08 00:10  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: forgot to comment out debug code
-         for ST_Histogram thus causing rt_histogram regression to fail
+       * [r7341] raster/rt_pg/rtpostgis.sql.in.c: forgot to comment out
+         debug code for ST_Histogram thus causing rt_histogram regression
+         to fail
 
-2011-06-08 00:00  dustymugs
+2011-06-08 00:00  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r7340] raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_sum_expected,
          raster/test/regress/rt_summarystats_expected: fixed
          ST_SummaryStats for coverage tables where the sum of all tiles
          normal route and the shortcut is negligible for small rasters but
          noticable when run on large rasters and coverage tables
 
-2011-06-07 22:59  dustymugs
+2011-06-07 22:59  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7339] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/rt_histogram.sql,
          raster/test/regress/rt_histogram_expected: Added support for
          
          Associated ticket is #934.
 
-2011-06-07 18:21  dustymugs
+2011-06-07 18:21  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7338] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          raster/test/regress/rt_transform.sql,
          
          Associated ticket is #925
 
-2011-06-07 13:04  robe
+2011-06-07 13:04  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml: Put legacy.sql in varname tag so prints out as
-         courier and stands out more. Some clarification on the
+       * [r7336] doc/faq.xml: Put legacy.sql in varname tag so prints out
+         as courier and stands out more. Some clarification on the
          geography/geometry choice question
 
-2011-06-07 12:37  robe
+2011-06-07 12:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: more corrections of erroneous
+       * [r7335] doc/reference_raster.xml: more corrections of erroneous
          statements
 
-2011-06-07 12:16  robe
+2011-06-07 12:16  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Fix minor formatting issues
+       * [r7334] doc/reference_raster.xml: Fix minor formatting issues
 
-2011-06-07 07:45  robe
+2011-06-07 07:45  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: forgot output column in histogram type
+       * [r7333] doc/reference_raster.xml: forgot output column in
+         histogram type
 
-2011-06-07 07:41  robe
+2011-06-07 07:41  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: more correction in ST_Histogram
+       * [r7332] doc/reference_raster.xml: more correction in ST_Histogram
          explanation
 
-2011-06-07 07:26  robe
+2011-06-07 07:26  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: make description of programming match
-         what is going on in histogram example
+       * [r7331] doc/reference_raster.xml: make description of programming
+         match what is going on in histogram example
 
-2011-06-07 07:24  robe
+2011-06-07 07:24  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: missing one proto for ST_Histogram
+       * [r7330] doc/reference_raster.xml: missing one proto for
+         ST_Histogram
 
-2011-06-07 07:20  robe
+2011-06-07 07:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: add description ST_Histogram inputs
+       * [r7329] doc/reference_raster.xml: add description ST_Histogram
+         inputs
 
-2011-06-07 07:10  robe
+2011-06-07 07:10  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: document histogram type
+       * [r7328] doc/reference_raster.xml: document histogram type
 
-2011-06-07 07:02  robe
+2011-06-07 07:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: document ST_Histogram
+       * [r7327] doc/reference_raster.xml: document ST_Histogram
 
-2011-06-05 21:49  dustymugs
+2011-06-05 21:49  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: bug fix of r7325 where the wrong
+       * [r7326] raster/rt_core/rt_api.c: bug fix of r7325 where the wrong
          variable is used in the "for" loop at line 5442
 
-2011-06-05 20:52  dustymugs
+2011-06-05 20:52  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7325] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/test/core/testapi.c: - added additional function
          parameters "bandNums" and "count" to rt_raster_to_gdal_mem so
          that the GDAL dataset created only contains those bands specified
          rt_raster_to_gdal_mem so as to reduce duplicate code and improve
          cleanliness
 
-2011-06-05 07:55  robe
+2011-06-05 07:55  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql:
+       * [r7324]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql:
          fix ambiguous column issue now that new zcta5 also has statefp
 
-2011-06-05 07:35  robe
+2011-06-05 07:35  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
+       * [r7323]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql,
          extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql:
          more speed optimizations
 
-2011-06-05 07:07  robe
+2011-06-05 07:07  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql:
+       * [r7322]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql:
          revise function s so lookup zip utilizes constraint exclusion
 
-2011-06-05 06:13  robe
+2011-06-05 06:13  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
+       * [r7321]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
          extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1004:
          state script to load in zcta510 data and revise functions to use
          new zcta5 table.
 
-2011-06-04 02:11  robe
+2011-06-04 02:11  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Fix more erroneous statements about
-         ST_Reclass
+       * [r7320] doc/reference_raster.xml: Fix more erroneous statements
+         about ST_Reclass
 
-2011-06-04 00:59  robe
+2011-06-04 00:59  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: get rid of TODO note on ST_REclass
-         exmaple -- I already did it.
+       * [r7319] doc/reference_raster.xml: get rid of TODO note on
+         ST_REclass exmaple -- I already did it.
 
-2011-06-04 00:58  robe
+2011-06-04 00:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: huh more mistakes in ST_Reclass
+       * [r7318] doc/reference_raster.xml: huh more mistakes in ST_Reclass
 
-2011-06-03 17:02  dustymugs
+2011-06-03 17:02  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7317] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/test/core/testapi.c: Added rt_raster_from_gdal_dataset
          function to rt_core/rt_api.c. This function provides the
          functionality needed to convert a GDAL dataset into a PostGIS
 
 2011-06-03 15:19  jorgearevalo
 
-       * configure.ac, raster/rt_core/rt_api.c,
+       * [r7316] configure.ac, raster/rt_core/rt_api.c,
          raster/test/core/testapi.c: Check for new GDALFPolygonize
          function. If it isn't present, the old GDALPolygonize is called.
          Related ticket #650.
 
-2011-06-03 06:00  robe
+2011-06-03 06:00  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: add missing ST_ValueCount protos, get
-         rid of ' around , causing comment installation to fail.
+       * [r7315] doc/reference_raster.xml: add missing ST_ValueCount
+         protos, get rid of ' around , causing comment installation to
+         fail.
 
-2011-06-02 22:51  robe
+2011-06-02 22:51  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix wording of reclassarg and
+       * [r7314] doc/reference_raster.xml: fix wording of reclassarg and
          summarystats
 
-2011-06-02 22:25  robe
+2011-06-02 22:25  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Fix typo
+       * [r7313] doc/reference_raster.xml: Fix typo
 
-2011-06-02 21:54  robe
+2011-06-02 21:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: document ST_Band
+       * [r7312] doc/reference_raster.xml: document ST_Band
 
-2011-06-02 21:27  robe
+2011-06-02 21:27  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: get rid of extra paragraph marks
+       * [r7311] doc/reference_raster.xml: get rid of extra paragraph
+         marks
 
-2011-06-02 21:13  robe
+2011-06-02 21:13  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: example how to use variadic version of
-         ST_Reclass raster function, finish off reclassarg type
+       * [r7310] doc/reference_raster.xml: example how to use variadic
+         version of ST_Reclass raster function, finish off reclassarg type
          description, add summarystats type
 
-2011-06-02 05:05  robe
+2011-06-02 05:05  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_raster.xml: Clarify GDAL version requirements for
+       * [r7309] doc/faq_raster.xml: Clarify GDAL version requirements for
          Mapserver to load PostGIS raster
 
 2011-06-01 23:50  jorgearevalo
 
-       * raster/rt_core/Makefile.in, raster/rt_core/rt_api.c,
+       * [r7308] raster/rt_core/Makefile.in, raster/rt_core/rt_api.c,
          raster/test/core/testapi.c: Fixed ticket #650. You need to update
          your GDAL copy to a release up to 22476 to make it work.
 
-2011-06-01 12:31  strk
+2011-06-01 12:31  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_box2dfloat4.c, regress/tickets.sql,
+       * [r7307] postgis/lwgeom_box2dfloat4.c, regress/tickets.sql,
          regress/tickets_expected: The box2d of an empty geometry is NULL,
          not a point. Closes ticket #938 and regress-tests it.
 
-2011-06-01 11:55  robe
+2011-06-01 11:55  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: put a space after parameter name to try
-         to prevent getting shoved in with type in reclassarg type def
+       * [r7306] doc/reference_raster.xml: put a space after parameter
+         name to try to prevent getting shoved in with type in reclassarg
+         type def
 
-2011-06-01 08:22  robe
+2011-06-01 08:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: st_recalss -- hmm screwed up on
+       * [r7305] doc/reference_raster.xml: st_recalss -- hmm screwed up on
          example. Had overlapping ranges before.
 
-2011-06-01 08:17  robe
+2011-06-01 08:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml, doc/reference_type.xml,
+       * [r7304] doc/reference_raster.xml, doc/reference_type.xml,
          doc/xsl/raster_comments.sql.xsl: move raster types to raster
          section (there are way too many now to try to lump into
          reference_type and do case statements to exclude from
          reference_raster. Add docu for ST_Reclass and reclassarg type.
          Need at least one more example to show how to use recalssargs.
 
-2011-05-31 22:54  dustymugs
+2011-05-31 22:54  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: additional code refactoring in
+       * [r7303] raster/rt_core/rt_api.c: additional code refactoring in
          rt_raster_from_band
 
-2011-05-31 22:47  dustymugs
+2011-05-31 22:47  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c: code refactored and added copying of
-         raster attributes to new raster in rt_raster_from_band
+       * [r7302] raster/rt_core/rt_api.c: code refactored and added
+         copying of raster attributes to new raster in rt_raster_from_band
 
-2011-05-31 01:50  robe
+2011-05-31 01:50  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: #960 get rid of obsolete ST_AsPNG
-         protos to make consistent with implementation
+       * [r7301] doc/reference_raster.xml: #960 get rid of obsolete
+         ST_AsPNG protos to make consistent with implementation
 
-2011-05-31 01:39  robe
+2011-05-31 01:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: #960 get rid of ST_AsGDALRaster proto
-         and update remaining to be consistent with new default args.
+       * [r7300] doc/reference_raster.xml: #960 get rid of ST_AsGDALRaster
+         proto and update remaining to be consistent with new default
+         args.
 
-2011-05-31 01:29  robe
+2011-05-31 01:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml, postgis/geography.sql.in.c,
+       * [r7299] doc/reference_measure.xml, postgis/geography.sql.in.c,
          postgis/postgis_drop.sql.in.c: #961- reduce number of functions -
          Get rid of st_area(geography) and change st_area(geography,
          use_spheroid = true) and also have named argument names so
          callable by named args
 
-2011-05-31 01:09  robe
+2011-05-31 01:09  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: document missing proto for
+       * [r7298] doc/extras_topology.xml: document missing proto for
          createtopology
 
-2011-05-31 00:54  robe
+2011-05-31 00:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Document ST_SummaryStats raster
+       * [r7297] doc/reference_raster.xml: Document ST_SummaryStats raster
          function
 
-2011-05-30 20:18  dustymugs
+2011-05-30 20:18  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Added default values for
+       * [r7296] raster/rt_pg/rtpostgis.sql.in.c: Added default values for
          function parameters of ST_AsTIFF, ST_AsJPEG and ST_AsPNG.
          
          Associated ticket is #960
 
-2011-05-30 15:48  dustymugs
+2011-05-30 15:48  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Added default parameter for
-         ST_AsGDALRaster
+       * [r7295] raster/rt_pg/rtpostgis.sql.in.c: Added default parameter
+         for ST_AsGDALRaster
          
          Associated ticket is #960
 
-2011-05-30 14:53  dustymugs
+2011-05-30 14:53  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7294] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: renamed
          all instances of "hasnodata" function argument to
          "exclude_nodata_value" in SQL functions (and underlying code
          ST_StdDev, ST_MinMax, ST_Quantile, ST_Histogram, ST_ValueCount
          and ST_ValuePercent
 
-2011-05-30 09:45  robe
+2011-05-30 09:45  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/tiger_loader.sql: get rid of
-         bash line -- seems unnecessary and breaks if multiple states.
-         Forgot cd which was making secondary states fail loading.
+       * [r7293] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: get
+         rid of bash line -- seems unnecessary and breaks if multiple
+         states. Forgot cd which was making secondary states fail loading.
 
-2011-05-30 08:28  robe
+2011-05-30 08:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml:
+       * [r7292] doc/reference_raster.xml:
 
-2011-05-30 08:27  robe
+2011-05-30 08:27  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: more corrections and one more example
-         for ST_ValueCount
+       * [r7291] doc/reference_raster.xml: more corrections and one more
+         example for ST_ValueCount
 
-2011-05-30 07:39  robe
+2011-05-30 07:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix errors in notes
+       * [r7290] doc/reference_raster.xml: fix errors in notes
 
-2011-05-30 03:57  robe
+2011-05-30 03:57  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fill in more missing protos for
+       * [r7289] doc/reference_raster.xml: fill in more missing protos for
          st_valuecount -- still more to go
 
-2011-05-30 03:43  robe
+2011-05-30 03:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml, doc/xsl/postgis_comments.sql.xsl,
+       * [r7288] doc/reference_raster.xml,
+         doc/xsl/postgis_comments.sql.xsl,
          doc/xsl/raster_comments.sql.xsl,
          doc/xsl/topology_comments.sql.xsl: put in missing protos for
          st_quantile. Revise comment generator scripts to properly handle
          OUT parameters
 
-2011-05-30 02:52  robe
+2011-05-30 02:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: document ST_quantile -- still missing
-         some protos (also get rid of obsolete warnings)
+       * [r7287] doc/reference_raster.xml: document ST_quantile -- still
+         missing some protos (also get rid of obsolete warnings)
 
-2011-05-30 01:56  robe
+2011-05-30 01:56  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: reference to st_valuecount in
+       * [r7286] doc/reference_raster.xml: reference to st_valuecount in
          st_dumpaspixels
 
-2011-05-30 01:51  robe
+2011-05-30 01:51  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Move
-         Bborie's new cool stat functions into their own section. Add
-         documentation for st_valuecount -- more coming for other raster
-         functions. macro replace hasnodata with exclude_nodata_value
-         which hopefully will be clearer to everyone. The raster codebase
-         needs to be changed to agree with new names (mostly for those
-         utilizing named arguments in PostgreSQL 9.0+). In enhnced section
-         --put a note that hasnodata was renamed to exclude_nodata_value.
+       * [r7285] doc/reference_raster.xml,
+         doc/xsl/postgis_aggs_mm.xml.xsl: Move Bborie's new cool stat
+         functions into their own section. Add documentation for
+         st_valuecount -- more coming for other raster functions. macro
+         replace hasnodata with exclude_nodata_value which hopefully will
+         be clearer to everyone. The raster codebase needs to be changed
+         to agree with new names (mostly for those utilizing named
+         arguments in PostgreSQL 9.0+). In enhnced section --put a note
+         that hasnodata was renamed to exclude_nodata_value.
 
-2011-05-30 00:30  robe
+2011-05-30 00:30  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/create_geocode.bat,
+       * [r7284] extras/tiger_geocoder/tiger_2010/create_geocode.bat,
          extras/tiger_geocoder/tiger_2010/create_geocode.sh,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql: add remarked
          out line to set search path -- suggested by Brian Hamlin. Also
          some other minor changes
 
-2011-05-28 23:32  robe
+2011-05-28 23:32  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql:
+       * [r7283]
+         extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql:
          Get rid of deprecated call to centroid
 
-2011-05-28 15:07  robe
+2011-05-28 15:07  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/create_geocode.bat,
+       * [r7282] extras/tiger_geocoder/tiger_2010/create_geocode.bat,
          extras/tiger_geocoder/tiger_2010/create_geocode.sh,
          extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
          extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
          added missing indexes to base tables (helps the planner with
          inherited tables though it never really uses those indexes)
 
-2011-05-28 13:29  robe
+2011-05-28 13:29  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/create_geocode.sql,
+       * [r7281] extras/tiger_geocoder/tiger_2010/create_geocode.sql,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat,
          extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh: fill in
          some missing licensing headers and svn tags
 
-2011-05-28 11:46  strk
+2011-05-28 11:46  Sandro Santilli <strk@keybit.net>
 
-       * spatial_ref_sys.sql: It's "spatialreference.org", not
+       * [r7280] spatial_ref_sys.sql: It's "spatialreference.org", not
          "spatialreferencing.org" (srid=900913)
 
-2011-05-28 11:24  robe
+2011-05-28 11:24  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/README: revise readme wording so
-         those unix users who aren't on linux won't be quite as offended
+       * [r7279] extras/tiger_geocoder/tiger_2010/README: revise readme
+         wording so those unix users who aren't on linux won't be quite as
+         offended
 
-2011-05-28 11:18  robe
+2011-05-28 11:18  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/README,
+       * [r7278] extras/tiger_geocoder/tiger_2010/README,
          extras/tiger_geocoder/tiger_2010/create_geocode.bat,
          extras/tiger_geocoder/tiger_2010/create_geocode.sh,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql: fix for #995
          9.1+ have to install fuzzystrmatch with the CREATE EXTENSION
          syntax
 
-2011-05-27 23:35  dustymugs
+2011-05-27 23:35  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r7277] raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_count.sql,
          raster/test/regress/rt_count_expected,
          raster/test/regress/rt_mean.sql,
          - updated regression tests that made use of those functions
          returning single values with OUT parameters
 
-2011-05-27 14:42  dustymugs
+2011-05-27 14:42  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Added default values for
+       * [r7276] raster/rt_pg/rtpostgis.sql.in.c: Added default values for
          function arguments of ST_Reclass
 
-2011-05-27 14:01  strk
+2011-05-27 14:01  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: ST_AddEdgeModFace is complete...
+       * [r7275] topology/topology.sql.in.c: ST_AddEdgeModFace is
+         complete...
 
-2011-05-27 14:01  strk
+2011-05-27 14:01  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Document ST_AddEdgeModFace, tweak
-         documentation of ST_AddEdgeNewFaces [RT-SIGTA]
+       * [r7274] doc/extras_topology.xml: Document ST_AddEdgeModFace,
+         tweak documentation of ST_AddEdgeNewFaces [RT-SIGTA]
 
-2011-05-27 14:01  strk
+2011-05-27 14:01  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/Makefile,
+       * [r7273] topology/sql/sqlmm.sql, topology/test/Makefile,
          topology/test/regress/st_addedgemodface.sql,
          topology/test/regress/st_addedgemodface_expected: Implement
          topology.ST_AddEdgeModFace. Includes regress test. [RT-SIGTA]
 
-2011-05-27 12:15  robe
+2011-05-27 12:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix indentation
+       * [r7272] doc/reference_raster.xml: fix indentation
 
-2011-05-27 10:18  strk
+2011-05-27 10:18  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql: Simplify face registration by the end of
-         ST_AddEdgeNewFaces [RT-SIGTA]
+       * [r7271] topology/sql/sqlmm.sql: Simplify face registration by the
+         end of ST_AddEdgeNewFaces [RT-SIGTA]
 
-2011-05-27 09:51  strk
+2011-05-27 09:51  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_addedgenewfaces.sql,
+       * [r7270] topology/test/regress/st_addedgenewfaces.sql,
          topology/test/regress/st_addedgenewfaces_expected:
          ST_AddEdgeNewFaces: another test splitting a face with holes on
          both sides [RT-SIGTA].
 
-2011-05-27 09:34  strk
+2011-05-27 09:34  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r7269] topology/sql/sqlmm.sql,
          topology/test/regress/st_addedgenewfaces.sql,
          topology/test/regress/st_addedgenewfaces_expected:
          topology.ST_AddEdgeNewFaces: do not needlessly replace face of
          holes found in a face splitted by the newly added edge. Regress
          test it. [RT-SIGTA].
 
-2011-05-27 08:34  strk
+2011-05-27 08:34  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/sql/populate.sql,
+       * [r7268] doc/extras_topology.xml, topology/sql/populate.sql,
          topology/test/regress/addface.sql,
          topology/test/regress/addface_expected: Add an optional force_new
          parameter to topology.ST_AddFace to force creation of a new face
          when one already exists. Regress test and document. [RT-SIGTA]
 
-2011-05-27 08:34  strk
+2011-05-27 08:34  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: fix cpp extra token warning
+       * [r7267] topology/topology.sql.in.c: fix cpp extra token warning
 
-2011-05-27 07:13  robe
+2011-05-27 07:13  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml, postgis/postgis.sql.in.c,
+       * [r7266] doc/reference_processing.xml, postgis/postgis.sql.in.c,
          postgis/postgis_drop.sql.in.c: change ST_ConcaveHull to use
          default parameters
 
-2011-05-27 06:46  robe
+2011-05-27 06:46  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: preliminary documentation for ST_Count
+       * [r7265] doc/reference_raster.xml: preliminary documentation for
+         ST_Count
 
-2011-05-27 00:02  dustymugs
+2011-05-27 00:02  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r7264] raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_valuecount.sql,
          raster/test/regress/rt_valuepercent.sql: - Added default values
          for function parameters of ST_ValueCount and ST_ValuePercent.
          ST_ValuePercent as one question for each function type was too
          ambiguous.
 
-2011-05-26 23:32  dustymugs
+2011-05-26 23:32  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Added default parameter values
-         for ST_Quantile functions
+       * [r7263] raster/rt_pg/rtpostgis.sql.in.c: Added default parameter
+         values for ST_Quantile functions
 
-2011-05-26 23:11  dustymugs
+2011-05-26 23:11  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Added default values for
+       * [r7262] raster/rt_pg/rtpostgis.sql.in.c: Added default values for
          function parameters of ST_Histogram and removed duplicative
          functions.
 
-2011-05-26 22:50  dustymugs
+2011-05-26 22:50  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Forgot to delete the commented
-         out functions of ST_SummaryStats and dependants from r7260
+       * [r7261] raster/rt_pg/rtpostgis.sql.in.c: Forgot to delete the
+         commented out functions of ST_SummaryStats and dependants from
+         r7260
 
-2011-05-26 22:40  dustymugs
+2011-05-26 22:40  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Added default values for
+       * [r7260] raster/rt_pg/rtpostgis.sql.in.c: Added default values for
          function parameters of ST_SummaryStats, ST_Count, ST_Sum,
          ST_Mean, ST_StdDev and ST_MinMax.
 
-2011-05-26 21:35  dustymugs
+2011-05-26 21:35  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_band.sql,
+       * [r7259] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/rt_band.sql,
          raster/test/regress/rt_band_expected: Added default parameter for
          ST_Band and reduced function count by 1.
          
          Added additional regression tests for ST_Band.
 
-2011-05-26 21:23  dustymugs
+2011-05-26 21:23  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Changed to STABLE from IMMUTABLE
-         for all functions that operate on a coverage using the function
-         parameters "rastertable" and "rastercolumn"
+       * [r7258] raster/rt_pg/rtpostgis.sql.in.c: Changed to STABLE from
+         IMMUTABLE for all functions that operate on a coverage using the
+         function parameters "rastertable" and "rastercolumn"
 
-2011-05-26 20:09  dustymugs
+2011-05-26 20:09  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r7257] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
          raster/test/regress/rt_histogram.sql: changed name "proportion"
          to "percent" for ST_Histogram to stay consistent with
          ST_ValuePercent
 
-2011-05-26 20:04  dustymugs
+2011-05-26 20:04  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r7256] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
          raster/test/regress/Makefile.in,
          raster/test/regress/rt_valuecount.sql,
          Also specified STRICT for functions with "searchvalue" (the
          singular) argument.
 
-2011-05-26 15:43  dustymugs
+2011-05-26 15:43  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Changed the datatype for "count"
-         from integer to bigint. This should allow the "count" return
-         value to handle large numbers coming from the various coverage
-         functions.
+       * [r7255] raster/rt_pg/rtpostgis.sql.in.c: Changed the datatype for
+         "count" from integer to bigint. This should allow the "count"
+         return value to handle large numbers coming from the various
+         coverage functions.
 
-2011-05-26 14:01  robe
+2011-05-26 14:01  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/uninstall_legacy.sql.in.c: #949
-         Add all E and F deprecated functions to uninstall_legacy.sql.in.c
-         and minor sorting and casing cleanup.
+       * [r7254] postgis/legacy.sql.in.c,
+         postgis/uninstall_legacy.sql.in.c: #949 Add all E and F
+         deprecated functions to uninstall_legacy.sql.in.c and minor
+         sorting and casing cleanup.
 
-2011-05-26 07:26  strk
+2011-05-26 07:26  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r7253] topology/sql/sqlmm.sql,
          topology/test/regress/st_addedgenewfaces.sql,
          topology/test/regress/st_addedgenewfaces_expected: Error handling
          refinements in topology.ST_AddEdgeNewFaces (#988)
          no-segment
          edges to not talk about nodes. [RT-SIGTA]
 
-2011-05-26 04:23  dustymugs
+2011-05-26 04:23  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7252] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          raster/test/regress/rt_valuecount.sql,
          
          Associated ticket is #953
 
-2011-05-25 23:38  robe
+2011-05-25 23:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml:
+       * [r7251] doc/reference_output.xml:
 
-2011-05-25 23:37  robe
+2011-05-25 23:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: put header on table
+       * [r7250] doc/reference_output.xml: put header on table
 
-2011-05-25 21:09  robe
+2011-05-25 21:09  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: try group
+       * [r7249] doc/reference_raster.xml: try group
 
-2011-05-25 18:42  pramsey
+2011-05-25 18:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_inout.c: #661 Type info of geography columns
-         incomplete - pg_dump output wrong
+       * [r7248] postgis/geography_inout.c: #661 Type info of geography
+         columns incomplete - pg_dump output wrong
 
-2011-05-25 18:28  dustymugs
+2011-05-25 18:28  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
+       * [r7246] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/Makefile.in,
          raster/test/regress/rt_count.sql,
          raster/test/regress/rt_count_expected,
          raster/test/regress/rt_sum.sql,
          
          Associated tickets are #985 (ST_Count) and #986 (ST_Sum)
 
-2011-05-25 13:13  robe
+2011-05-25 13:13  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in:
+       * [r7245] doc/Makefile.in:
 
-2011-05-25 12:49  robe
+2011-05-25 12:49  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml:
+       * [r7244] doc/reference_raster.xml:
 
-2011-05-25 12:48  robe
+2011-05-25 12:48  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml:
+       * [r7243] doc/reference_raster.xml:
 
-2011-05-25 12:35  robe
+2011-05-25 12:35  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml:
+       * [r7242] doc/reference_output.xml:
 
-2011-05-25 12:29  robe
+2011-05-25 12:29  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in: revert
+       * [r7241] doc/Makefile.in: revert
 
-2011-05-25 12:13  robe
+2011-05-25 12:13  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in: define style for methodsynopsis
+       * [r7240] doc/Makefile.in: define style for methodsynopsis
 
-2011-05-24 18:53  robe
+2011-05-24 18:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: missed a spot
+       * [r7239] doc/reference_output.xml: missed a spot
 
-2011-05-24 18:50  robe
+2011-05-24 18:50  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: experiment with methodsynopsis
+       * [r7238] doc/reference_output.xml: experiment with methodsynopsis
          evidentally seems to support default parameters and conditional
          args, we need to move from funcsynopsis (designed for C) to
          methodsynopsis. This is what PHP uses --
          https://doc.php.net/php/dochowto/chapter-skeletons.php
 
-2011-05-24 15:21  strk
+2011-05-24 15:21  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/rt_spatial_relationship.sql: Stop using
-         astext legacy function in raster tests -- make check finally
-         succeeds with both raster and topology enabled
+       * [r7237] raster/test/regress/rt_spatial_relationship.sql: Stop
+         using astext legacy function in raster tests -- make check
+         finally succeeds with both raster and topology enabled
 
-2011-05-24 14:47  strk
+2011-05-24 14:47  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r7236] topology/sql/sqlmm.sql,
          topology/test/regress/st_getfaceedges.sql,
          topology/test/regress/st_getfaceedges_expected: Allow dumping
          universal face edges with ST_GetFaceEdges. Do it in the correct
          order. Fixes bug #984. [RT-SIGTA]
 
-2011-05-24 14:27  dustymugs
+2011-05-24 14:27  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/regress/Makefile.in,
+       * [r7235] raster/test/regress/Makefile.in,
          raster/test/regress/rt_asgdalraster.sql,
          raster/test/regress/rt_asgdalraster_expected,
          raster/test/regress/rt_asjpeg.sql,
          the respective functions with an MD5 checksum but rather be a
          test of the functions' behaviors.
 
-2011-05-24 13:49  strk
+2011-05-24 13:49  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r7234] topology/sql/sqlmm.sql,
          topology/test/regress/st_getfacegeometry.sql,
          topology/test/regress/st_getfacegeometry_expected:
          ST_GetFaceGeometry: throw SQL/MM exception when asked for the
          Universal Face geometry. Fixes bug #973 [RT-SIGTA]
 
-2011-05-24 13:47  strk
+2011-05-24 13:47  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: topology.ValidateTopology: do not
-         construct the geometry of universal face, it's not used anyway.
-         Closes bug #977. [RT-SIGTA]
+       * [r7233] topology/topology.sql.in.c: topology.ValidateTopology: do
+         not construct the geometry of universal face, it's not used
+         anyway. Closes bug #977. [RT-SIGTA]
 
-2011-05-24 13:15  strk
+2011-05-24 13:15  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r7232] topology/sql/sqlmm.sql,
          topology/test/regress/st_addedgenewfaces.sql,
          topology/test/regress/st_addedgenewfaces_expected:
          ST_AddEdgeNewFaces: don't get fooled by empty segments when
          computing azimuts [RT-SIGTA]
 
-2011-05-24 12:14  strk
+2011-05-24 12:14  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_addedgenewfaces.sql,
+       * [r7231] topology/test/regress/st_addedgenewfaces.sql,
          topology/test/regress/st_addedgenewfaces_expected: Fix a bogus
          test for ST_AddEdgeNewFaces (was missing to check informations
          about the newly added edge) -- [RT-SIGTA]
 
-2011-05-24 10:45  strk
+2011-05-24 10:45  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_addedgenewfaces.sql,
+       * [r7230] topology/test/regress/st_addedgenewfaces.sql,
          topology/test/regress/st_addedgenewfaces_expected: Add another
          (successful) test for ST_AddEdgeNewFaces when creating a new face
          in the universal face by closing a ring around an existing
          non-isolated edge [RT-SIGTA].
 
-2011-05-24 09:22  strk
+2011-05-24 09:22  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql: Add TODO item and SQL/MM compatibility
-         note in ST_ChangeEdgeGeom
+       * [r7229] topology/sql/sqlmm.sql: Add TODO item and SQL/MM
+         compatibility note in ST_ChangeEdgeGeom
 
-2011-05-24 09:13  strk
+2011-05-24 09:13  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_changeedgegeom.sql,
+       * [r7228] topology/test/regress/st_changeedgegeom.sql,
          topology/test/regress/st_changeedgegeom_expected: Test
          ST_ChangeEdgeGeom with edge crossing
 
-2011-05-24 08:45  strk
+2011-05-24 08:45  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r7227] topology/sql/sqlmm.sql,
          topology/test/regress/st_changeedgegeom.sql,
          topology/test/regress/st_changeedgegeom_expected:
          ST_ChangeEdgeGeom: check existence of given edge, reduce scans
          used to check start/end point and simplify the code, regress test
          the fix. Fixes bug #979.
 
-2011-05-24 08:22  strk
+2011-05-24 08:22  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql: No functional change: tabs to 2 spaces.
+       * [r7226] topology/sql/sqlmm.sql: No functional change: tabs to 2
+         spaces.
 
-2011-05-24 08:13  strk
+2011-05-24 08:13  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress/sqlmm.sql,
+       * [r7225] topology/test/Makefile, topology/test/regress/sqlmm.sql,
          topology/test/regress/sqlmm_expected,
          topology/test/regress/st_changeedgegeom.sql,
          topology/test/regress/st_changeedgegeom_expected: Move tests for
          ST_ChangeEdgeGeom into a dedicated file. Prepared for ticket
          #979. [RT-SIGTA].
 
-2011-05-24 07:54  strk
+2011-05-24 07:54  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_getfacegeometry.sql,
+       * [r7224] topology/test/regress/st_getfacegeometry.sql,
          topology/test/regress/st_getfacegeometry_expected: Test
          ST_GetFaceGeometry behavior when given face_id 0 (Universal
          Face). See ticket #973.
 
-2011-05-24 07:04  strk
+2011-05-24 07:04  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/regress/st_addisoedge.sql,
+       * [r7223] topology/sql/sqlmm.sql,
+         topology/test/regress/st_addisoedge.sql,
          topology/test/regress/st_addisoedge_expected: ST_AddIsoEdge: tell
          that a node is isolated by only looking at containing_face rather
          than recomputing it. Closes ticket #978. [RT-SIGTA]
 
-2011-05-24 06:55  strk
+2011-05-24 06:55  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/Makefile,
+       * [r7222] topology/sql/sqlmm.sql, topology/test/Makefile,
          topology/test/regress/sqlmm_expected,
          topology/test/regress/st_addisonode.sql,
          topology/test/regress/st_addisonode_expected: Do not let
          isolated node face and check it is correct. If containing_face is
          given as null then compute it. Patch by Andrea Peri. [RT-SIGTA]
 
-2011-05-24 06:44  robe
+2011-05-24 06:44  Regina Obe <lr@pcorp.us>
 
-       * topology/test/hierarchy.sql, topology/test/query_features.sql:
-         Fix for #981 - using astext legacy function in tests
+       * [r7221] topology/test/hierarchy.sql,
+         topology/test/query_features.sql: Fix for #981 - using astext
+         legacy function in tests
 
-2011-05-24 06:43  robe
+2011-05-24 06:43  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: fix typos
+       * [r7220] doc/extras_topology.xml: fix typos
 
-2011-05-24 05:48  robe
+2011-05-24 05:48  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r7219] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          postgis/uninstall_legacy.sql.in.c: #722 remove Centroid and Dump,
          #949 more additons to uninstall (Centroid, Dump,
          addbbox,dropbbox)
 
-2011-05-24 05:19  robe
+2011-05-24 05:19  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: fix link error
+       * [r7218] doc/extras_topology.xml: fix link error
 
-2011-05-24 05:05  robe
+2011-05-24 05:05  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r7217] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          postgis/uninstall_legacy.sql.in.c: #722 remove AsBinary and
          AsText, #949 more additons to uninstall (AsText,Asbinary, other
          output functions)
 
-2011-05-24 03:03  robe
+2011-05-24 03:03  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, topology/sql/sqlmm.sql: Document
+       * [r7216] doc/extras_topology.xml, topology/sql/sqlmm.sql: Document
          ST_ChangeEdgeGeom, revise function to confirm to new plpgsql
          coding standard. Get rid of redundant && check since its already
          encapsulated in ST_Intersects and ST_Within
 
-2011-05-23 13:30  strk
+2011-05-23 13:30  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: update the list of what's implemented
-         and what not
+       * [r7215] topology/topology.sql.in.c: update the list of what's
+         implemented and what not
 
-2011-05-23 13:30  strk
+2011-05-23 13:30  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/regress/st_addisoedge.sql,
+       * [r7214] topology/sql/sqlmm.sql,
+         topology/test/regress/st_addisoedge.sql,
          topology/test/regress/st_addisoedge_expected: Style-only change:
          tab to spaces in ST_AddIsoEdge, shorten name of test topology
 
-2011-05-23 13:13  strk
+2011-05-23 13:13  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/regress/st_addisoedge.sql,
+       * [r7213] topology/sql/sqlmm.sql,
+         topology/test/regress/st_addisoedge.sql,
          topology/test/regress/st_addisoedge_expected: Fix test for
          ST_AddIsoEdge verifying "geometry intersects an edge" exception.
          Fix exception message raised when attempting to insert a closed
          edge. Update regress test accoringly.
 
-2011-05-23 12:49  strk
+2011-05-23 12:49  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/regress/st_addisoedge.sql,
+       * [r7212] topology/sql/sqlmm.sql,
+         topology/test/regress/st_addisoedge.sql,
          topology/test/regress/st_addisoedge_expected: ST_AddIsoEdge: set
          containing_face of nodes connected by the newly added edge to
          null as the nodes are not isolated anymore. Regress test it.
          Closes ticket #976.
 
-2011-05-23 12:33  strk
+2011-05-23 12:33  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/Makefile,
+       * [r7211] topology/sql/sqlmm.sql, topology/test/Makefile,
          topology/test/regress/sqlmm.sql,
          topology/test/regress/sqlmm_expected,
          topology/test/regress/st_addisoedge.sql,
          ST_AddIsoEdge in their own file. Fix use of ! rather than "not"
          for negating booleans in pl/pgsql.
 
-2011-05-23 11:30  strk
+2011-05-23 11:30  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/load_topology.sql.in,
+       * [r7210] topology/test/load_topology.sql.in,
          topology/test/regress/st_addedgenewfaces_expected: Update
          load_topology.sql to properly set MBR field of faces.
 
-2011-05-23 11:28  strk
+2011-05-23 11:28  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_addedgenewfaces_expected: And fix
-         expected test output from st_addedgenewfaces (dunno how I could
-         commit such a partial change...)
+       * [r7209] topology/test/regress/st_addedgenewfaces_expected: And
+         fix expected test output from st_addedgenewfaces (dunno how I
+         could commit such a partial change...)
 
-2011-05-23 11:26  strk
+2011-05-23 11:26  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_addedgenewfaces.sql: Oops, forgot to
-         uncomment temporarely disabled lines
+       * [r7208] topology/test/regress/st_addedgenewfaces.sql: Oops,
+         forgot to uncomment temporarely disabled lines
 
-2011-05-23 08:44  strk
+2011-05-23 08:44  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_addedgenewfaces.sql,
+       * [r7207] topology/test/regress/st_addedgenewfaces.sql,
          topology/test/regress/st_addedgenewfaces_expected: Test that
          topology.ST_AddEdgeNewFaces properly updates isolated edges
          contained in a newly created face [RT-SIGTA]
 
-2011-05-22 16:06  dustymugs
+2011-05-22 16:06  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r7206] raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_aspng_expected: - fixed band count check
          in st_asjpeg and st_aspng
          - fixed regression expected output for rt_aspng
 
-2011-05-22 06:33  robe
+2011-05-22 06:33  Regina Obe <lr@pcorp.us>
 
-       * postgis/Makefile.in, postgis/legacy.sql.in.c,
+       * [r7205] postgis/Makefile.in, postgis/legacy.sql.in.c,
          postgis/postgis_drop.sql.in.c, postgis/uninstall_legacy.sql.in.c:
          Start work on #949 uninstall_legacy.sql and also some minor
          cleanup additions/sorting fo existing
 
-2011-05-20 20:18  robe
+2011-05-20 20:18  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/Latin1.select.expected: treating as executable
-         didn't help - going to reinit my db as utf-8 instead
+       * [r7204] regress/loader/Latin1.select.expected: treating as
+         executable didn't help - going to reinit my db as utf-8 instead
 
 2011-05-20 13:48  jorgearevalo
 
-       * raster/rt_pg/rt_pg.c: Commented line that caused memory crash
-         because an invalid free. Related ticket #958.
+       * [r7202] raster/rt_pg/rt_pg.c: Commented line that caused memory
+         crash because an invalid free. Related ticket #958.
 
-2011-05-19 20:36  strk
+2011-05-19 20:36  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql,
+       * [r7201] topology/sql/populate.sql,
          topology/test/regress/addedge_expected: topology.AddEdge: make
          edge linking self-consistent (each added edge will form a proper
          loop)
 
-2011-05-19 04:54  robe
+2011-05-19 04:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: fix typo
+       * [r7200] doc/reference_output.xml: fix typo
 
-2011-05-19 04:53  robe
+2011-05-19 04:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml, liblwgeom/cunit/cu_out_x3d.c,
+       * [r7199] doc/reference_output.xml, liblwgeom/cunit/cu_out_x3d.c,
          liblwgeom/lwout_x3d.c: support for 2D points, add multipoint 2d /
          3d to cunit. Add a mapping table to documentation to clarify how
          we map PostGIS geometries to X3D equivalent.
 
-2011-05-19 04:04  robe
+2011-05-19 04:04  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwout_x3d.c: clean up some compiler warnings
+       * [r7198] liblwgeom/lwout_x3d.c: clean up some compiler warnings
 
-2011-05-18 23:33  dustymugs
+2011-05-18 23:33  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r7196] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/test/regress/rt_histogram.sql,
          raster/test/regress/rt_histogram_expected,
          raster/test/regress/rt_mean.sql,
          - added additional argument checks for pgraster to rt_pg.c
          - changed floating point comparisons in rt_pg.c and rt_api.c
 
-2011-05-18 16:18  strk
+2011-05-18 16:18  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: ST_AddEdgeNewFaces is now implemented..
+       * [r7195] doc/extras_topology.xml: ST_AddEdgeNewFaces is now
+         implemented..
 
-2011-05-18 16:08  strk
+2011-05-18 16:08  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r7194] topology/sql/sqlmm.sql,
          topology/test/regress/st_addedgenewfaces.sql,
          topology/test/regress/st_addedgenewfaces_expected:
          topology.ST_AddEdgeNewFaces implementation and regression test
          [RT-SIGTA]
 
-2011-05-18 14:18  dustymugs
+2011-05-18 14:18  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r7193] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
          raster/test/regress/rt_summarystats_expected,
          raster/test/regress/run_test.in: ST_SummaryStats returns the sum
          make use of the sum and compute a straight mean (sum / count)
          rather than computing a weighted mean.
 
-2011-05-18 13:59  strk
+2011-05-18 13:59  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/sql/populate.sql,
+       * [r7192] doc/extras_topology.xml, topology/sql/populate.sql,
          topology/test/regress/addface.sql,
          topology/test/regress/addface_expected,
          topology/test/regress/getfacebypoint.sql,
          _contained_ in the newly registered face and containing_face for
          isolated nodes in it, refine documentation about it [RT-SIGTA]
 
-2011-05-18 13:32  robe
+2011-05-18 13:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: damn mathml you mock me! anyrate put in
-         defaults as Pierre asked for ST_ASTiff (hope www... fixes their
-         damn mathml). We really got to stop downloading that file.
+       * [r7191] doc/reference_raster.xml: damn mathml you mock me!
+         anyrate put in defaults as Pierre asked for ST_ASTiff (hope
+         www... fixes their damn mathml). We really got to stop
+         downloading that file.
 
-2011-05-18 12:55  robe
+2011-05-18 12:55  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: define ST_SRText and backref
+       * [r7190] doc/reference_raster.xml: define ST_SRText and backref
 
-2011-05-18 12:41  robe
+2011-05-18 12:41  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix ST_ASTIFF incorrect types start
-         putting in defaults
+       * [r7189] doc/reference_raster.xml: fix ST_ASTIFF incorrect types
+         start putting in defaults
 
-2011-05-18 12:05  robe
+2011-05-18 12:05  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: let me try to put the opt somewhere
-         else.
+       * [r7188] doc/reference_output.xml: let me try to put the opt
+         somewhere else.
 
-2011-05-18 11:12  robe
+2011-05-18 11:12  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: more mistakes
+       * [r7187] doc/reference_raster.xml: more mistakes
 
-2011-05-18 11:08  robe
+2011-05-18 11:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix some incorrect statements
+       * [r7186] doc/reference_raster.xml: fix some incorrect statements
 
-2011-05-18 08:58  strk
+2011-05-18 08:58  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in, topology/sql/query/GetRingEdges.sql,
-         topology/test/Makefile, topology/test/regress/getringedges.sql,
+       * [r7185] topology/Makefile.in,
+         topology/sql/query/GetRingEdges.sql, topology/test/Makefile,
+         topology/test/regress/getringedges.sql,
          topology/test/regress/getringedges_expected,
          topology/topology.sql.in.c: topology.GetRingEdges()
          implementation and test. This is the first real user of
          next_left_edge/next_right_edge fields in the edge table.
          [RT-SIGTA]
 
-2011-05-18 07:23  strk
+2011-05-18 07:23  Sandro Santilli <strk@keybit.net>
 
-       * topology/README: Add a short paragraph about the semantic of
-         edge's next_left_edge and next_right_edge fields.
+       * [r7184] topology/README: Add a short paragraph about the semantic
+         of edge's next_left_edge and next_right_edge fields.
 
-2011-05-18 07:15  robe
+2011-05-18 07:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Fix ST_AsTiff function proto typos
+       * [r7183] doc/reference_raster.xml: Fix ST_AsTiff function proto
+         typos
 
-2011-05-18 05:43  robe
+2011-05-18 05:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Document ST_AsTIFF and fix some
+       * [r7182] doc/reference_raster.xml: Document ST_AsTIFF and fix some
          missttatements about ST_ASPNG. Also pretend like we are using
          default args already
 
-2011-05-18 05:08  robe
+2011-05-18 05:08  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_comments.sql.xsl: get rid of opt
+       * [r7181] doc/xsl/postgis_comments.sql.xsl: get rid of opt
 
-2011-05-18 04:43  robe
+2011-05-18 04:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: bah just use brackets for optional args
-         -- docbook seems to be ignoring the choice='opt' tag
+       * [r7180] doc/reference_output.xml: bah just use brackets for
+         optional args -- docbook seems to be ignoring the choice='opt'
+         tag
 
-2011-05-18 04:13  robe
+2011-05-18 04:13  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: try to get optional argument to have
-         brackets using optional tag
+       * [r7179] doc/reference_output.xml: try to get optional argument to
+         have brackets using optional tag
 
-2011-05-18 00:00  robe
+2011-05-18 00:00  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_comments.sql.xsl: revise to put optional
+       * [r7178] doc/xsl/postgis_comments.sql.xsl: revise to put optional
          arguments in [] in the description. Damn dtd keeps downloading
 
-2011-05-17 22:50  robe
+2011-05-17 22:50  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml, postgis/postgis.sql.in.c,
+       * [r7177] doc/reference_output.xml, postgis/postgis.sql.in.c,
          postgis/postgis_drop.sql.in.c: Nothing like experimenting with
          myself. Change ST_AsX3D to use default parameters and reduce down
          to one proto
 
-2011-05-17 19:35  strk
+2011-05-17 19:35  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: Appropriately tag GML functions as STABLE,
-         IMMUTABLE or VOLATILE - see bug #955
+       * [r7176] topology/sql/gml.sql: Appropriately tag GML functions as
+         STABLE, IMMUTABLE or VOLATILE - see bug #955
 
-2011-05-17 17:51  robe
+2011-05-17 17:51  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: more back ref
+       * [r7175] doc/reference_raster.xml: more back ref
 
-2011-05-17 17:45  robe
+2011-05-17 17:45  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix typos add backrefere to
+       * [r7174] doc/reference_raster.xml: fix typos add backrefere to
          ST_GDALDrivers
 
-2011-05-17 15:58  strk
+2011-05-17 15:58  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/create_rt_gist_test_expected,
+       * [r7173] raster/test/regress/create_rt_gist_test_expected,
          raster/test/regress/rt_mean_expected,
          raster/test/regress/rt_stddev_expected,
          raster/test/regress/rt_summarystats_expected, regress/run_test:
          Strip 'SELECT' feedback from regression test outputs
 
-2011-05-17 15:27  dustymugs
+2011-05-17 15:27  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/test/core/testapi.c: changed the dimensions of the raster
-         generated for the summary stats test from 10000 x 10000 to 100 x
-         100
+       * [r7172] raster/test/core/testapi.c: changed the dimensions of the
+         raster generated for the summary stats test from 10000 x 10000 to
+         100 x 100
 
-2011-05-17 15:01  dustymugs
+2011-05-17 15:01  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Code cleanup of uncorrected
-         statement from r7170
+       * [r7171] raster/rt_pg/rtpostgis.sql.in.c: Code cleanup of
+         uncorrected statement from r7170
          Associated ticket is #954
 
-2011-05-17 14:46  dustymugs
+2011-05-17 14:46  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: refactored code that attempted
-         to modify a function parameter as PostgreSQL 8.4 sets all
-         function parameters as CONSTANT, unlike PostgreSQL 9.0
+       * [r7170] raster/rt_pg/rtpostgis.sql.in.c: refactored code that
+         attempted to modify a function parameter as PostgreSQL 8.4 sets
+         all function parameters as CONSTANT, unlike PostgreSQL 9.0
 
-2011-05-17 14:42  strk
+2011-05-17 14:42  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/manage/TopologySummary.sql,
+       * [r7169] topology/sql/manage/TopologySummary.sql,
          topology/sql/query/getedgebypoint.sql,
          topology/sql/query/getfacebypoint.sql,
          topology/sql/query/getnodebypoint.sql,
          topology/sql/topoelement/topoelement_agg.sql: Tag some functions
          as STABLE or even IMMUTABLE (from volatile) - see bug #955
 
-2011-05-17 14:04  dustymugs
+2011-05-17 14:04  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rt_pg.c: refactored usage of snprintf to use
+       * [r7168] raster/rt_pg/rt_pg.c: refactored usage of snprintf to use
          explicit string sizes rather than what is a gcc specific
          implementation where the return value of snprintf is the ideal
          size of the string
 
-2011-05-17 07:33  strk
+2011-05-17 07:33  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/load_topology.sql.in,
+       * [r7167] topology/test/load_topology.sql.in,
          topology/test/regress/copytopology_expected,
          topology/test/regress/gml_expected,
          topology/test/regress/legacy_predicate_expected,
          topology/test/regress/st_newedgeheal_expected: Fixed bug in
          sample topology load (face id sequence value) [RT-SIGTA]
 
-2011-05-17 06:34  robe
+2011-05-17 06:34  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_comments.sql.xsl: revise to correctly comment
-         functions with OUT parameters
+       * [r7166] doc/xsl/raster_comments.sql.xsl: revise to correctly
+         comment functions with OUT parameters
 
-2011-05-17 05:37  robe
+2011-05-17 05:37  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: fix typo
+       * [r7165] doc/introduction.xml: fix typo
 
-2011-05-17 03:02  robe
+2011-05-17 03:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: document ST_GDALDrivers and back
-         reference to ST_AsGDALRaster
+       * [r7164] doc/reference_raster.xml: document ST_GDALDrivers and
+         back reference to ST_AsGDALRaster
 
-2011-05-17 02:06  robe
+2011-05-17 02:06  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Document ST_AsGDALRaster
+       * [r7163] doc/reference_raster.xml: Document ST_AsGDALRaster
 
-2011-05-17 00:55  robe
+2011-05-17 00:55  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: forgot availability and GDAL dependency
-         note on ST_AsPNG
+       * [r7162] doc/reference_raster.xml: forgot availability and GDAL
+         dependency note on ST_AsPNG
 
-2011-05-17 00:40  robe
+2011-05-17 00:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: First draft of ST_ASPNG doco. Need some
-         more examples and perhaps even pictures.
+       * [r7161] doc/reference_raster.xml: First draft of ST_ASPNG doco.
+         Need some more examples and perhaps even pictures.
 
-2011-05-16 22:01  dustymugs
+2011-05-16 22:01  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7160] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/scripts/python/rtgdalraster.py,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          - added copyright notices for work done by Bborie Park funded
          through the Regents of the University of California
 
-2011-05-16 19:56  dustymugs
+2011-05-16 19:56  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: removed duplicative ST_Histogram
-         function
+       * [r7159] raster/rt_pg/rtpostgis.sql.in.c: removed duplicative
+         ST_Histogram function
 
-2011-05-16 19:54  dustymugs
+2011-05-16 19:54  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
+       * [r7158] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/Makefile.in,
          raster/test/regress/rt_aspng.sql,
          raster/test/regress/rt_aspng_expected: Add ST_AsPNG
          
          
          Associated ticket is #342
 
-2011-05-16 19:52  dustymugs
+2011-05-16 19:52  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
+       * [r7157] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/Makefile.in,
          raster/test/regress/rt_asjpeg.sql,
          raster/test/regress/rt_asjpeg_expected: Add ST_AsJPEG function
          
          
          Associated ticket is #340
 
-2011-05-16 19:50  dustymugs
+2011-05-16 19:50  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
+       * [r7156] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/Makefile.in,
          raster/test/regress/rt_astiff.sql,
          raster/test/regress/rt_astiff_expected: Add ST_AsTIFF function
          
          
          Associated ticket is #341
 
-2011-05-16 19:48  dustymugs
+2011-05-16 19:48  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7155] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/scripts/python/rtgdalraster.py,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          
          Associated ticket is #901
 
-2011-05-16 19:43  dustymugs
+2011-05-16 19:43  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7154] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          raster/test/regress/rt_reclass.sql,
          
          Associated ticket is #903
 
-2011-05-16 19:39  dustymugs
+2011-05-16 19:39  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7153] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          raster/test/regress/rt_quantile.sql,
          
          Associated ticket is #935
 
-2011-05-16 19:36  dustymugs
+2011-05-16 19:36  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7152] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          raster/test/regress/rt_histogram.sql,
          
          Associated ticket is #934
 
-2011-05-16 19:34  dustymugs
+2011-05-16 19:34  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
+       * [r7151] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/Makefile.in,
          raster/test/regress/rt_minmax.sql,
          raster/test/regress/rt_minmax_expected: Added ST_MinMax function
          - added SQL functions for ST_MinMax
          
          Associated ticket is #902
 
-2011-05-16 19:32  dustymugs
+2011-05-16 19:32  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
+       * [r7150] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/Makefile.in,
          raster/test/regress/rt_stddev.sql,
          raster/test/regress/rt_stddev_expected: Added ST_StdDev function
          - added SQL functions for ST_StdDev
          
          Associated ticket is #932
 
-2011-05-16 19:30  dustymugs
+2011-05-16 19:30  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
-         raster/test/regress/rt_mean.sql,
+       * [r7149] raster/rt_pg/rtpostgis.sql.in.c,
+         raster/test/regress/Makefile.in, raster/test/regress/rt_mean.sql,
          raster/test/regress/rt_mean_expected: Added ST_Mean function.
          
          - added SQL functions for ST_Mean to rt_pg/rtpostgis.sql.in.c
          
          Associated ticket is #931
 
-2011-05-16 19:17  dustymugs
+2011-05-16 19:17  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7148] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          raster/test/regress/rt_summarystats.sql,
          
          Associated ticket is #930.
 
-2011-05-16 19:11  dustymugs
+2011-05-16 19:11  Bborie Park <bkpark at ucdavis.edu>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7147] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          raster/test/regress/rt_band.sql,
          
          Associated ticket is #339 and attached patch st_band.3.patch
 
-2011-05-16 11:01  strk
+2011-05-16 11:01  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/load_topology.sql.in,
+       * [r7146] topology/test/load_topology.sql.in,
          topology/test/regress/st_modedgeheal_expected,
          topology/test/regress/st_newedgeheal_expected: Fix a bug in the
          example topology data (related to next_left_edge) -- affected
          regress testing, also updated [RT-SIGTA]
 
-2011-05-13 19:29  robe
+2011-05-13 19:29  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: forgot to add Bborie's organization
+       * [r7145] doc/introduction.xml: forgot to add Bborie's organization
 
-2011-05-13 19:27  robe
+2011-05-13 19:27  Regina Obe <lr@pcorp.us>
 
-       * CREDITS, authors.svn, doc/introduction.xml: Add Bborie Park to
-         development team lists. Assume Paul, you've given him SVN edit
-         rights already.
+       * [r7144] CREDITS, authors.svn, doc/introduction.xml: Add Bborie
+         Park to development team lists. Assume Paul, you've given him SVN
+         edit rights already.
 
-2011-05-13 08:46  robe
+2011-05-13 08:46  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwout_x3d.c: apply astyle
+       * [r7143] liblwgeom/lwout_x3d.c: apply astyle
 
-2011-05-13 08:46  robe
+2011-05-13 08:46  Regina Obe <lr@pcorp.us>
 
-       * postgis/lwgeom_accum.c: apply astyle
+       * [r7142] postgis/lwgeom_accum.c: apply astyle
 
-2011-05-13 01:04  chodgson
+2011-05-13 01:04  Chris Hodgson <chodgson@refractions.net>
 
-       * postgis/lwgeom_rtree.c: additional bug fix for #844
+       * [r7141] postgis/lwgeom_rtree.c: additional bug fix for #844
 
-2011-05-12 22:05  chodgson
+2011-05-12 22:05  Chris Hodgson <chodgson@refractions.net>
 
-       * ., liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
+       * [r7139] ., liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
          loader/getopt.c, loader/getopt.h, loader/shpcommon.h,
          postgis/long_xact.sql.in.c, postgis/postgis.sql.in.c,
          postgis/sqlmm.sql.in.c, raster/doc/RFC2-WellKnownBinaryFormat,
          raster/scripts/python/rtreader.py, regress/tickets.sql,
          regress/tickets_expected: added regess test for #884
 
-2011-05-12 18:51  chodgson
+2011-05-12 18:51  Chris Hodgson <chodgson@refractions.net>
 
-       * ., liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
+       * [r7137] ., liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
          loader/getopt.c, loader/getopt.h, loader/shpcommon.h,
          postgis/long_xact.sql.in.c, postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_functions_analytic.h, postgis/lwgeom_geos.c,
          raster/scripts/python/rtreader.py: merged fix from r7136 in 1.5
          branch, fixes broken point_in_multipolygon_rtree, for #884
 
-2011-05-12 17:39  robe
+2011-05-12 17:39  Regina Obe <lr@pcorp.us>
 
-       * postgis/lwgeom_accum.c: fix for #940 -- can't compile PostGIS 2.0
-         against PostgreSQL 9.1 beta 1
+       * [r7135] postgis/lwgeom_accum.c: fix for #940 -- can't compile
+         PostGIS 2.0 against PostgreSQL 9.1 beta 1
 
-2011-05-12 16:14  strk
+2011-05-12 16:14  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/Makefile,
+       * [r7134] topology/sql/sqlmm.sql, topology/test/Makefile,
          topology/test/regress/st_addedgenewfaces.sql,
          topology/test/regress/st_addedgenewfaces_expected:
          topology.ST_AddEdgeNewFaces : tabs to spaces, named arguments,
          code cleanups and improved checks, tests for invalid calls
          [RT-SIGTA]
 
-2011-05-12 10:23  strk
+2011-05-12 10:23  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile: Don't miss to clean
+       * [r7133] topology/test/Makefile: Don't miss to clean
          load_topology-4326.sql
 
-2011-05-12 07:28  robe
+2011-05-12 07:28  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: add about the tiger upgrade script
+       * [r7132] doc/extras_tigergeocoder.xml: add about the tiger upgrade
+         script
 
-2011-05-11 14:59  robe
+2011-05-11 14:59  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql,
+       * [r7131]
+         extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql,
          extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
          more optimizations
 
-2011-05-11 13:50  robe
+2011-05-11 13:50  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
+       * [r7130]
+         extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: put in some
          missing indexes
 
-2011-05-11 13:32  robe
+2011-05-11 13:32  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
+       * [r7129]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
          extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
          extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: more
          performance enhancements
 
-2011-05-11 12:56  robe
+2011-05-11 12:56  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
+       * [r7128]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
          turn off debug mode
 
-2011-05-11 12:55  robe
+2011-05-11 12:55  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/README,
+       * [r7127] extras/tiger_geocoder/tiger_2010/README,
          extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
          extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
          in README. (current script will only upgrade an alpha tiger 2010
          (PostGIS 2.0.0 install) ).
 
-2011-05-11 11:32  robe
+2011-05-11 11:32  Regina Obe <lr@pcorp.us>
 
-       * doc/release_notes.xml: bah Hudson still not happy. Make some
-         preemptive changes
+       * [r7126] doc/release_notes.xml: bah Hudson still not happy. Make
+         some preemptive changes
 
-2011-05-11 11:08  robe
+2011-05-11 11:08  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: Frivolous edit to try to cure Hudson's
-         hiccup
+       * [r7125] doc/introduction.xml: Frivolous edit to try to cure
+         Hudson's hiccup
 
-2011-05-11 02:34  robe
+2011-05-11 02:34  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: minor change to Kevin's bio
+       * [r7124] doc/introduction.xml: minor change to Kevin's bio
 
-2011-05-11 02:11  robe
+2011-05-11 02:11  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: update PSC list and alphabetize it to get
-         rid of any unintended implications of hierarchy. Add new PSC
-         members / remove old and mark Paul as Chair.
+       * [r7123] doc/introduction.xml: update PSC list and alphabetize it
+         to get rid of any unintended implications of hierarchy. Add new
+         PSC members / remove old and mark Paul as Chair.
 
-2011-05-10 04:54  robe
+2011-05-10 04:54  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwout_x3d.c: fix some comments
+       * [r7122] liblwgeom/lwout_x3d.c: fix some comments
 
-2011-05-10 03:57  robe
+2011-05-10 03:57  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwout_x3d.c: put in a todo why I'm punting properly
-         handling holes for now
+       * [r7121] liblwgeom/lwout_x3d.c: put in a todo why I'm punting
+         properly handling holes for now
 
-2011-05-09 19:59  robe
+2011-05-09 19:59  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
+       * [r7120]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
          more cleanup of normalize_address function
 
-2011-05-09 16:10  robe
+2011-05-09 16:10  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/tiger_loader.sql: put in missing
-         constraints
+       * [r7119] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: put in
+         missing constraints
 
-2011-05-09 15:16  strk
+2011-05-09 15:16  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/sql/sqlmm.sql,
+       * [r7118] doc/extras_topology.xml, topology/sql/sqlmm.sql,
          topology/test/Makefile, topology/test/regress/st_newedgeheal.sql,
          topology/test/regress/st_newedgeheal_expected: Implement,
          document, and regress-test SQL/MM ST_NewEdgeHeal [RT-SIGTA]
 
-2011-05-09 15:00  robe
+2011-05-09 15:00  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
+       * [r7117]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
          major speed improvements to normalize_address
 
-2011-05-09 14:17  strk
+2011-05-09 14:17  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql: Check for "other connected edges" before
-         TopoGeometry definitions
+       * [r7116] topology/sql/sqlmm.sql: Check for "other connected edges"
+         before TopoGeometry definitions
 
-2011-05-09 14:07  strk
+2011-05-09 14:07  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Fix path to raster (regress) enabler script.
-         Fixes ticket #947.
+       * [r7115] regress/run_test: Fix path to raster (regress) enabler
+         script. Fixes ticket #947.
 
-2011-05-08 19:34  robe
+2011-05-08 19:34  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: some explanation of theoretical vs.
-         actual
+       * [r7114] doc/extras_tigergeocoder.xml: some explanation of
+         theoretical vs. actual
 
-2011-05-08 17:20  robe
+2011-05-08 17:20  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/count_words.sql: mark
+       * [r7113]
+         extras/tiger_geocoder/tiger_2010/normalize/count_words.sql: mark
          as immutable
 
-2011-05-08 17:18  robe
+2011-05-08 17:18  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
+       * [r7112]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
          extras/tiger_geocoder/tiger_2010/normalize/end_soundex.sql,
          extras/tiger_geocoder/tiger_2010/normalize/get_last_words.sql,
          extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
          stable,imuutable markers. Change some functions from plpgsql to
          sql
 
-2011-05-08 16:36  robe
+2011-05-08 16:36  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/README,
+       * [r7111] extras/tiger_geocoder/tiger_2010/README,
          extras/tiger_geocoder/tiger_2010/create_geocode.sql,
          extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
          extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          need to put this in the official docs too once cleaned that up a
          bit.
 
-2011-05-07 16:33  robe
+2011-05-07 16:33  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
+       * [r7110]
+         extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
          put in clock timestamps in debugging logic. We seem to be loosing
          more time on this normalize than we should be.
 
-2011-05-06 21:39  strk
+2011-05-06 21:39  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal.sql,
+       * [r7109] topology/sql/sqlmm.sql,
+         topology/test/regress/st_modedgeheal.sql,
          topology/test/regress/st_modedgeheal_expected: ST_ModEdgeHeal:
          move check for TopoGeometry after check for connected edges.
          Fixes bug #942 and regress-tests it [RT-SIGTA]
 
-2011-05-06 21:21  strk
+2011-05-06 21:21  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal.sql,
+       * [r7108] topology/sql/sqlmm.sql,
+         topology/test/regress/st_modedgeheal.sql,
          topology/test/regress/st_modedgeheal_expected:
          topology.ST_ModEdgeHeal: Check for edge existance before
          TopoGeometry definitions. Fixes bug #941 and regress-tests it.
 
 2011-05-06 14:29  jorgearevalo
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7107] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h,
          raster/test/core/testapi.c, raster/test/core/testwkb.c: Trailing
          spaces removed from raster files.
 
 2011-05-06 12:06  jorgearevalo
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r7106] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/test/core/testapi.c,
          raster/test/core/testwkb.c,
          raster/test/regress/rt_addband_expected,
          memory
          context).
 
-2011-05-06 06:46  strk
+2011-05-06 06:46  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql,
+       * [r7105] topology/sql/sqlmm.sql,
          topology/test/regress/st_getfaceedges.sql,
          topology/test/regress/st_getfaceedges_expected,
          topology/test/regress/st_modedgeheal_expected: Closer-to-iso
          exceptions from ST_GetFaceEdges/ST_ModEdgeHeal [RT-SIGTA]
 
-2011-05-05 21:12  strk
+2011-05-05 21:12  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwout_wkb.c: Drop commented out code
+       * [r7104] liblwgeom/lwout_wkb.c: Drop commented out code
 
-2011-05-05 21:12  strk
+2011-05-05 21:12  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgunparse.c: Do not attempt to read points from empty
-         pointarrays (thanks valgrind for finding this)
+       * [r7103] liblwgeom/lwgunparse.c: Do not attempt to read points
+         from empty pointarrays (thanks valgrind for finding this)
 
-2011-05-05 21:12  strk
+2011-05-05 21:12  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_out_wkb.c, liblwgeom/lwout_wkb.c: Allow
-         dumping polygons with empty rings, fixing bug #937, add unit
-         testing for that case.
+       * [r7102] liblwgeom/cunit/cu_out_wkb.c, liblwgeom/lwout_wkb.c:
+         Allow dumping polygons with empty rings, fixing bug #937, add
+         unit testing for that case.
 
-2011-05-05 12:13  robe
+2011-05-05 12:13  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_raster.xml: amend
+       * [r7101] doc/faq_raster.xml: amend
 
-2011-05-05 08:32  strk
+2011-05-05 08:32  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: another generated file git-ignored
+       * [r7100] .gitignore: another generated file git-ignored
 
-2011-05-05 07:34  strk
+2011-05-05 07:34  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: Ignore new generated files
+       * [r7099] .gitignore: Ignore new generated files
 
-2011-05-05 07:30  robe
+2011-05-05 07:30  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/PostGIS_logo.png, doc/html/images/osgeo_logo.png,
-         doc/introduction.xml, doc/postgis.xml: replace osgeo log with
-         project one and one that is not transparent so looks okay in pdf.
-         Add PostGIS logo. Move logos to cover page.
+       * [r7098] doc/html/images/PostGIS_logo.png,
+         doc/html/images/osgeo_logo.png, doc/introduction.xml,
+         doc/postgis.xml: replace osgeo log with project one and one that
+         is not transparent so looks okay in pdf. Add PostGIS logo. Move
+         logos to cover page.
 
-2011-05-05 02:45  robe
+2011-05-05 02:45  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: get rid of literal wrapper
+       * [r7097] doc/introduction.xml: get rid of literal wrapper
 
-2011-05-05 02:44  robe
+2011-05-05 02:44  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml: amend faq and fix some typos
+       * [r7096] doc/faq.xml: amend faq and fix some typos
 
-2011-05-05 02:30  robe
+2011-05-05 02:30  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: Update Chris' bio now that he is taking on
-         more of an active role
+       * [r7095] doc/introduction.xml: Update Chris' bio now that he is
+         taking on more of an active role
 
-2011-05-05 02:26  robe
+2011-05-05 02:26  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/osgeo_logo.png, doc/introduction.xml: attempt at
-         OSGeo branding our documentation
+       * [r7094] doc/html/images/osgeo_logo.png, doc/introduction.xml:
+         attempt at OSGeo branding our documentation
 
-2011-05-04 23:56  chodgson
+2011-05-04 23:56  Chris Hodgson <chodgson@refractions.net>
 
-       * ., postgis/lwgeom_functions_basic.c, regress/tickets.sql,
+       * [r7093] ., postgis/lwgeom_functions_basic.c, regress/tickets.sql,
          regress/tickets_expected: merged changes r7092 to fix null
          handling in st_collect for #912, #630 in 1.5 branch into trunk
 
-2011-05-04 18:34  strk
+2011-05-04 18:34  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Add note about updating joined edges and
-         relationships, touch ST_ModEdgeSplit, ST_NewEdgeSplit,
+       * [r7091] doc/extras_topology.xml: Add note about updating joined
+         edges and relationships, touch ST_ModEdgeSplit, ST_NewEdgeSplit,
          ST_ModEdgeHeal [RT-SIGTA]
 
-2011-05-04 18:20  strk
+2011-05-04 18:20  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Document ST_ModEdgeHeal [RT-SIGTA]
+       * [r7090] doc/extras_topology.xml: Document ST_ModEdgeHeal
+         [RT-SIGTA]
 
-2011-05-04 18:20  strk
+2011-05-04 18:20  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal.sql,
+       * [r7089] topology/sql/sqlmm.sql,
+         topology/test/regress/st_modedgeheal.sql,
          topology/test/regress/st_modedgeheal_expected: ST_ModEdgeHeal:
          update TopoGeom definitions, and test it [RT-SIGTA]
 
-2011-05-04 18:20  strk
+2011-05-04 18:20  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal.sql,
+       * [r7088] topology/sql/sqlmm.sql,
+         topology/test/regress/st_modedgeheal.sql,
          topology/test/regress/st_modedgeheal_expected: Test that healing
          of two edges is forbidden if any topogeom is defined by only one
          of them [RT-SIGTA]
 
-2011-05-04 18:20  strk
+2011-05-04 18:20  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal.sql,
+       * [r7087] topology/sql/sqlmm.sql,
+         topology/test/regress/st_modedgeheal.sql,
          topology/test/regress/st_modedgeheal_expected: Forbid healing
          edges if any feature is defined by only one of the two [RT-SIGTA]
 
-2011-05-04 18:19  strk
+2011-05-04 18:19  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/Makefile,
+       * [r7086] topology/sql/sqlmm.sql, topology/test/Makefile,
          topology/test/regress/st_modedgeheal.sql,
          topology/test/regress/st_modedgeheal_expected: Complete primitive
          (SQL/MM) portion of ST_ModEdgeHeal, regress test [RT-SIGTA]
 
-2011-05-04 18:19  strk
+2011-05-04 18:19  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/topology.sql.in.c: Stub
+       * [r7085] topology/sql/sqlmm.sql, topology/topology.sql.in.c: Stub
          topology.ST_ModEdgeHeal [RT-SIGTA]
 
-2011-05-03 16:56  strk
+2011-05-03 16:56  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Add examples of ST_GetFaceEdges
+       * [r7084] doc/extras_topology.xml: Add examples of ST_GetFaceEdges
 
-2011-05-03 13:35  robe
+2011-05-03 13:35  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwout_x3d.c: more work on handling 3d polygons with
-         holes
+       * [r7083] liblwgeom/lwout_x3d.c: more work on handling 3d polygons
+         with holes
 
-2011-05-03 13:32  strk
+2011-05-03 13:32  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/rt_above.sql,
+       * [r7082] raster/test/regress/rt_above.sql,
          raster/test/regress/rt_below.sql,
          raster/test/regress/rt_contain.sql,
          raster/test/regress/rt_contained.sql,
          raster/test/regress/rt_right.sql,
          raster/test/regress/rt_same.sql: extent() -> st_extent()
 
-2011-05-03 13:32  strk
+2011-05-03 13:32  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/Makefile,
+       * [r7081] topology/sql/sqlmm.sql, topology/test/Makefile,
          topology/test/regress/st_getfaceedges.sql,
          topology/test/regress/st_getfaceedges_expected,
          topology/topology.sql.in.c: Implement ST_GetFaceEdges (sql/mm
          topology function) [RT-SIGTA]
 
-2011-05-03 12:45  robe
+2011-05-03 12:45  Regina Obe <lr@pcorp.us>
 
-       * regress/regress_management.sql,
+       * [r7080] regress/regress_management.sql,
          regress/regress_management_expected: Use strk's suggestion of
          quieting hudson reqress by adding a \set VERBOSITY terse
 
-2011-05-03 08:20  strk
+2011-05-03 08:20  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/topology.sql.in.c: Move type
-         definition close to the function using it (ST_GetFaceEdges)
+       * [r7079] topology/sql/sqlmm.sql, topology/topology.sql.in.c: Move
+         type definition close to the function using it (ST_GetFaceEdges)
 
-2011-05-01 02:46  robe
+2011-05-01 02:46  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml, liblwgeom/cunit/cu_out_x3d.c,
+       * [r7078] doc/reference_output.xml, liblwgeom/cunit/cu_out_x3d.c,
          liblwgeom/lwout_x3d.c: Fix handling of 3d polygons (still doesn't
          handle holes right), update doc to show example and also caveats
          so far, add polygon and polyhedralsurface example to c unit tests
 
-2011-04-30 22:26  colivier
+2011-04-30 22:26  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c,
+       * [r7077] liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c,
          postgis/lwgeom_export.c: First implementation of #459. Still need
          unit tests and docs
 
-2011-04-30 08:38  robe
+2011-04-30 08:38  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in: put topology_comments generation back in the
-         overall comments make
+       * [r7075] doc/Makefile.in: put topology_comments generation back in
+         the overall comments make
 
-2011-04-30 08:29  colivier
+2011-04-30 08:29  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c, regress/in_gml.sql,
+       * [r7074] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
          regress/in_gml_expected: Fix #933. Update related unit test. Add
          a convenient way to trace error in ST_GeomFromGML function
 
-2011-04-29 19:10  robe
+2011-04-29 19:10  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: fix some typos in tiger geocoder
-         documentation and hmm if Hudson is hiccuping (causing Olivier
-         headaches), this might be the water he needs.
+       * [r7073] doc/extras_tigergeocoder.xml: fix some typos in tiger
+         geocoder documentation and hmm if Hudson is hiccuping (causing
+         Olivier headaches), this might be the water he needs.
 
-2011-04-29 18:39  colivier
+2011-04-29 18:39  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * regress/in_gml.sql, regress/in_gml_expected: Add LinearRing unit
-         test for ST_GeomFromGML. Related to #905
+       * [r7072] regress/in_gml.sql, regress/in_gml_expected: Add
+         LinearRing unit test for ST_GeomFromGML. Related to #905
 
-2011-04-29 17:44  colivier
+2011-04-29 17:44  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference_constructor.xml, postgis/lwgeom_in_gml.c,
+       * [r7071] doc/reference_constructor.xml, postgis/lwgeom_in_gml.c,
          postgis/postgis.sql.in.c, regress/in_gml.sql: Add an srid default
          value as second optional parameter for ST_GeomFromGML. Related to
          #906. Remove a wrong srsName definition. Update doc and unit test
 
-2011-04-28 21:05  robe
+2011-04-28 21:05  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: Fix
+       * [r7070]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: Fix
          for #927
 
-2011-04-28 17:57  robe
+2011-04-28 17:57  Regina Obe <lr@pcorp.us>
 
-       * LICENSE.TXT: fix typo
+       * [r7069] LICENSE.TXT: fix typo
 
-2011-04-26 12:35  robe
+2011-04-26 12:35  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722 More
-         deprecated functions: Get rid Extent deprecated aggregate,
+       * [r7065] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722
+         More deprecated functions: Get rid Extent deprecated aggregate,
          find_extent, Combine_BBox,StartPoint, EndPoint
 
-2011-04-25 21:19  robe
+2011-04-25 21:19  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/liblwgeom.h: missed a spot
+       * [r7064] liblwgeom/liblwgeom.h: missed a spot
 
-2011-04-25 21:18  robe
+2011-04-25 21:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml, liblwgeom/lwgeom_api.c: #923:
+       * [r7063] doc/reference_accessor.xml, liblwgeom/lwgeom_api.c: #923:
          document fix
 
-2011-04-25 20:43  robe
+2011-04-25 20:43  Regina Obe <lr@pcorp.us>
 
-       * doc/release_notes.xml, doc/xsl/postgis_aggs_mm.xml.xsl: more link
-         back to legacy_faq in release notes and what's changed
+       * [r7062] doc/release_notes.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+         more link back to legacy_faq in release notes and what's changed
 
-2011-04-25 20:32  robe
+2011-04-25 20:32  Regina Obe <lr@pcorp.us>
 
-       * CREDITS, doc/introduction.xml: more update of credits
+       * [r7061] CREDITS, doc/introduction.xml: more update of credits
 
-2011-04-25 18:49  pramsey
+2011-04-25 18:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CREDITS: Fix spelling of chodgson
+       * [r7060] CREDITS: Fix spelling of chodgson
 
-2011-04-23 08:19  robe
+2011-04-23 08:19  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml: Add faq about how to get back removed legacy
+       * [r7059] doc/faq.xml: Add faq about how to get back removed legacy
          functions
 
-2011-04-23 08:03  robe
+2011-04-23 08:03  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Add missing ST_MapAlgebra proto
+       * [r7058] doc/reference_raster.xml: Add missing ST_MapAlgebra proto
 
 2011-04-22 11:36  jorgearevalo
 
-       * raster/test/regress/rt_mapalgebra_expected: MapAlgebra expected
-         test messages updated.
+       * [r7057] raster/test/regress/rt_mapalgebra_expected: MapAlgebra
+         expected test messages updated.
 
-2011-04-21 18:51  pracine
+2011-04-21 18:51  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_geomextent2rastercoord.sql: Function
-         necessary for ST_Histogram with a geometry parameter
+       * [r7056] raster/scripts/plpgsql/st_geomextent2rastercoord.sql:
+         Function necessary for ST_Histogram with a geometry parameter
 
-2011-04-21 15:03  pracine
+2011-04-21 15:03  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_histogram.sql: -First version of
-         ST_Histogram
+       * [r7055] raster/scripts/plpgsql/st_histogram.sql: -First version
+         of ST_Histogram
 
 2011-04-20 09:23  nicklas
 
-       * postgis/postgis.sql.in.c: Fix bug #918
+       * [r7054] postgis/postgis.sql.in.c: Fix bug #918
 
-2011-04-20 08:36  robe
+2011-04-20 08:36  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in: take out topology_comments build from make
-         comments -- seems to be making Hudson mad. Will put back in
+       * [r7053] doc/Makefile.in: take out topology_comments build from
+         make comments -- seems to be making Hudson mad. Will put back in
          later. I think this is flaw in docbook and its trying to download
          a buggy docbook version since it succeeds for me when built
          separately but not built in chain. Will try to put back later.
 
-2011-04-20 08:34  robe
+2011-04-20 08:34  Regina Obe <lr@pcorp.us>
 
-       * LICENSE.TXT: attempt at itemizing our licensing terms and
+       * [r7052] LICENSE.TXT: attempt at itemizing our licensing terms and
          licenses in use by various files and dependencies
 
-2011-04-20 08:06  robe
+2011-04-20 08:06  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: minor indent change
+       * [r7051] doc/extras_topology.xml: minor indent change
 
-2011-04-20 07:04  robe
+2011-04-20 07:04  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: Hudson is a demanding man. Try to make him
-         happy again so he builds the docs again.
+       * [r7050] doc/introduction.xml: Hudson is a demanding man. Try to
+         make him happy again so he builds the docs again.
 
-2011-04-19 16:58  strk
+2011-04-19 16:58  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Document topology.polygonize(<toponame>)
+       * [r7049] doc/extras_topology.xml: Document
+         topology.polygonize(<toponame>)
 
-2011-04-19 16:58  strk
+2011-04-19 16:58  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress/polygonize.sql,
+       * [r7048] topology/test/Makefile,
+         topology/test/regress/polygonize.sql,
          topology/test/regress/polygonize_expected: Regress test for
          topology.polygonize(<toponame>)
 
-2011-04-19 16:58  strk
+2011-04-19 16:58  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in, topology/sql/polygonize.sql,
+       * [r7047] topology/Makefile.in, topology/sql/polygonize.sql,
          topology/topology.sql.in.c: Add topology.polygonize(<toponame>)
          function, see ticket #916
 
-2011-04-19 16:51  robe
+2011-04-19 16:51  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/legacy_chip.sql.in.c: #914
-         separate chip legacy functions from rest of legacy functions
+       * [r7046] postgis/legacy.sql.in.c, postgis/legacy_chip.sql.in.c:
+         #914 separate chip legacy functions from rest of legacy functions
          (regular legacy will be converted to legacy.sql, but chip won't
          for now)
 
-2011-04-18 14:08  robe
+2011-04-18 14:08  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c: fix for #913 replace geometry2box2d with
-         LWGEOM_to_BOX2DFLOAT4 in st_box2d function definition.
+       * [r7045] postgis/legacy.sql.in.c: fix for #913 replace
+         geometry2box2d with LWGEOM_to_BOX2DFLOAT4 in st_box2d function
+         definition.
 
-2011-04-17 16:41  robe
+2011-04-17 16:41  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: variable for buffer styles
+       * [r7044] doc/xsl/postgis_gardentest.sql.xsl: variable for buffer
+         styles
 
-2011-04-15 20:34  pracine
+2011-04-15 20:34  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_addband.sql: Warn that this function
-         was implemented in C
+       * [r7042] raster/scripts/plpgsql/st_addband.sql: Warn that this
+         function was implemented in C
 
-2011-04-15 20:30  pracine
+2011-04-15 20:30  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_core/rt_api.c: -The minimum for float and double are
-         -FLT_MAX & -DBL_MAX
+       * [r7041] raster/rt_core/rt_api.c: -The minimum for float and
+         double are -FLT_MAX & -DBL_MAX
          -Stacked some CASE options
 
-2011-04-15 18:06  pracine
+2011-04-15 18:06  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: -Fix for #651. Replace "scale"
-         parameter for "pixelsize".
+       * [r7040] raster/rt_pg/rtpostgis.sql.in.c: -Fix for #651. Replace
+         "scale" parameter for "pixelsize".
 
-2011-04-15 18:05  pracine
+2011-04-15 18:05  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * doc/reference_raster.xml: -Fix for #651. Replace "scale"
+       * [r7039] doc/reference_raster.xml: -Fix for #651. Replace "scale"
          parameter for "pixelsize".
 
 2011-04-15 17:56  jorgearevalo
 
-       * raster/scripts/python/raster2pgsql.py: Bug fixed: Loader tried to
-         insert in <schema>.raster_overviews instead of
+       * [r7038] raster/scripts/python/raster2pgsql.py: Bug fixed: Loader
+         tried to insert in <schema>.raster_overviews instead of
          public.raster_overviews
 
-2011-04-15 11:21  robe
+2011-04-15 11:21  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
+       * [r7037] extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
          extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
          extras/tiger_geocoder/tiger_2010/geocode/includes_address.sql,
          extras/tiger_geocoder/tiger_2010/utility/nullable_levenshtein.sql,
          extras/tiger_geocoder/tiger_2010/utility/utmzone.sql:
 
-2011-04-15 11:19  robe
+2011-04-15 11:19  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/normalize/count_words.sql,
+       * [r7036]
+         extras/tiger_geocoder/tiger_2010/normalize/count_words.sql,
          extras/tiger_geocoder/tiger_2010/normalize/end_soundex.sql,
          extras/tiger_geocoder/tiger_2010/normalize/get_last_words.sql,
          extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
          extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql:
          change to all line feed
 
-2011-04-15 11:15  robe
+2011-04-15 11:15  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/create_geocode.sh,
+       * [r7035] extras/tiger_geocoder/tiger_2010/create_geocode.sh,
          extras/tiger_geocoder/tiger_2010/create_geocode.sql,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql: more patch
          corrections to support sh
 
-2011-04-15 11:03  robe
+2011-04-15 11:03  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
+       * [r7034]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
          cleanup of breaks minor other changes
 
-2011-04-15 11:00  robe
+2011-04-15 11:00  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/create_geocode.sh: replace with
-         linux breaks, minor changes to paths
+       * [r7033] extras/tiger_geocoder/tiger_2010/create_geocode.sh:
+         replace with linux breaks, minor changes to paths
 
 2011-04-14 16:29  jorgearevalo
 
-       * raster/rt_pg/rt_pg.c: palloc return value doesn't need to be
-         checked, because if out of memory, function ends with
+       * [r7032] raster/rt_pg/rt_pg.c: palloc return value doesn't need to
+         be checked, because if out of memory, function ends with
          elog(ERROR). It never returns NULL.
 
-2011-04-14 13:50  strk
+2011-04-14 13:50  Sandro Santilli <strk@keybit.net>
 
-       * configure.ac: Drop the unused BUILD_RASTER configure variable,
-         fix use of the RASTER variable. Fixes bug #910.
+       * [r7031] configure.ac: Drop the unused BUILD_RASTER configure
+         variable, fix use of the RASTER variable. Fixes bug #910.
 
-2011-04-14 11:07  strk
+2011-04-14 11:07  Sandro Santilli <strk@keybit.net>
 
-       * doc/introduction.xml: Properly credit Stadt Uster, co-sponsor of
-         buffer styles in 1.5
+       * [r7030] doc/introduction.xml: Properly credit Stadt Uster,
+         co-sponsor of buffer styles in 1.5
 
-2011-04-14 11:07  strk
+2011-04-14 11:07  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
+       * [r7029] postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
          regress/tickets_expected: Implement SnapToGrid for CIRCULARSTRING
          and COMPOUNDCURVE. Just enough to fix #183.
 
-2011-04-14 10:38  strk
+2011-04-14 10:38  Sandro Santilli <strk@keybit.net>
 
-       * loader/cunit/Makefile.in: Do not error out if things are clean
-         already
+       * [r7028] loader/cunit/Makefile.in: Do not error out if things are
+         clean already
 
-2011-04-14 10:36  strk
+2011-04-14 10:36  Sandro Santilli <strk@keybit.net>
 
-       * loader/Makefile.in: Properly clean in loader's cunit test dir
+       * [r7027] loader/Makefile.in: Properly clean in loader's cunit test
+         dir
 
 2011-04-13 19:53  jorgearevalo
 
-       * raster/rt_pg/rt_pg.c: Context freed. It's not necessary.
+       * [r7026] raster/rt_pg/rt_pg.c: Context freed. It's not necessary.
 
 2011-04-13 19:44  jorgearevalo
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Fixed bug from
-         ticket #837. Some other improvements in RASTER_mapAlgebra. Minor
-         bug fixed in rt_raster_serialized_size.
+       * [r7025] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Fixed bug
+         from ticket #837. Some other improvements in RASTER_mapAlgebra.
+         Minor bug fixed in rt_raster_serialized_size.
 
-2011-04-13 11:21  strk
+2011-04-13 11:21  Sandro Santilli <strk@keybit.net>
 
-       * regress/tickets.sql, regress/tickets_expected: Add test for
-         ticket #834
+       * [r7024] regress/tickets.sql, regress/tickets_expected: Add test
+         for ticket #834
 
-2011-04-13 10:25  mleslie
+2011-04-13 10:25  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/shp2pgsql-gui.c: Adding a dbf filter for file selection.
+       * [r7023] loader/shp2pgsql-gui.c: Adding a dbf filter for file
+         selection.
 
-2011-04-13 08:08  strk
+2011-04-13 08:08  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore, GNUmakefile.in, author.sh: Have 'svnrebase' rule use
-         an authors file rather than command. Lets older git do it (old
-         git on the machine currently mirroring the codebase to github).
+       * [r7022] .gitignore, GNUmakefile.in, author.sh: Have 'svnrebase'
+         rule use an authors file rather than command. Lets older git do
+         it (old git on the machine currently mirroring the codebase to
+         github).
 
-2011-04-13 07:57  strk
+2011-04-13 07:57  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile.in: Add svnrebase rule, to facilitate use from git
+       * [r7021] GNUmakefile.in: Add svnrebase rule, to facilitate use
+         from git
 
-2011-04-13 07:41  strk
+2011-04-13 07:41  Sandro Santilli <strk@keybit.net>
 
-       * author.sh: Add script to be used with git-svn --authors-prog
+       * [r7020] author.sh: Add script to be used with git-svn
+         --authors-prog
 
-2011-04-12 12:34  robe
+2011-04-12 12:34  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/PointWithSchema-post.sql: Quiet quiet Hudson
+       * [r7019] regress/loader/PointWithSchema-post.sql: Quiet quiet
+         Hudson
 
-2011-04-11 17:13  robe
+2011-04-11 17:13  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/cunit/cu_out_x3d.c: credit change
+       * [r7018] liblwgeom/cunit/cu_out_x3d.c: credit change
 
-2011-04-11 16:17  robe
+2011-04-11 16:17  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/cunit/cu_out_x3d.c:
+       * [r7017] liblwgeom/cunit/cu_out_x3d.c:
 
-2011-04-11 16:14  robe
+2011-04-11 16:14  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_out_x3d.c,
-         liblwgeom/cunit/cu_tester.c: preliminary cunit tests for x3d
-         output functions
+       * [r7016] liblwgeom/cunit/Makefile.in,
+         liblwgeom/cunit/cu_out_x3d.c, liblwgeom/cunit/cu_tester.c:
+         preliminary cunit tests for x3d output functions
 
-2011-04-11 09:54  strk
+2011-04-11 09:54  Sandro Santilli <strk@keybit.net>
 
-       * raster/test/regress/Makefile.in, regress/Makefile.in,
+       * [r7015] raster/test/regress/Makefile.in, regress/Makefile.in,
          topology/test/Makefile: Add support for a RUNTESTFLAGS variable
          so you can do something like: 'make check RUNTESTFLAGS=-v' and
          get the problems printed w/out having to look at logs.
 
-2011-04-11 09:53  strk
+2011-04-11 09:53  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c, regress/regress_management.sql,
+       * [r7014] postgis/postgis.sql.in.c, regress/regress_management.sql,
          regress/regress_management_expected: Do not raise an exception
          from DropGeometryTable if a non-existing table is given. Patch by
          Andrea Peri. Regress test mine. Closes ticket #861.
 
-2011-04-09 14:27  robe
+2011-04-09 14:27  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: minor cleanup replace tabs with
-         spaces in ST_LineToCurve example
+       * [r7013] doc/reference_processing.xml: minor cleanup replace tabs
+         with spaces in ST_LineToCurve example
 
-2011-04-09 06:32  robe
+2011-04-09 06:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: fix url in ST_Azimuth.
+       * [r7012] doc/reference_measure.xml: fix url in ST_Azimuth.
 
-2011-04-08 17:02  robe
+2011-04-08 17:02  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r7011] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_azimuth01.wkt,
          doc/html/image_src/st_azimuth02.wkt,
          doc/html/image_src/st_azimuthmath.sql, doc/reference_measure.xml:
          Azimuth example with angles of azimuth and my drawing cheatsheet
          (st_azimuthmath.sql) in case have to do this again.
 
-2011-04-08 14:04  robe
+2011-04-08 14:04  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Document TopologySummary
+       * [r7010] doc/extras_topology.xml: Document TopologySummary
 
-2011-04-08 10:58  strk
+2011-04-08 10:58  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: tabs to spaces
+       * [r7009] NEWS: tabs to spaces
 
 2011-04-07 18:02  jorgearevalo
 
-       * raster/rt_pg/rt_pg.c: Some memory freed. Related ticket #851.
+       * [r7008] raster/rt_pg/rt_pg.c: Some memory freed. Related ticket
+         #851.
 
-2011-04-06 14:30  strk
+2011-04-06 14:30  Sandro Santilli <strk@keybit.net>
 
-       * postgis/gserialized_gist_nd.c: Fix typo in gserialized_overlaps
-         (contains->overlaps). Fixes ticket #869.
+       * [r7007] postgis/gserialized_gist_nd.c: Fix typo in
+         gserialized_overlaps (contains->overlaps). Fixes ticket #869.
 
-2011-04-05 22:26  robe
+2011-04-05 22:26  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c, regress/Makefile.in,
+       * [r7006] postgis/postgis.sql.in.c, regress/Makefile.in,
          regress/concave_hull.sql, regress/concave_hull_expected: Get rid
          of some tests in _ST_ConcaveHull and only attempt to make a
          polygon if the line is simple. ST_Covers is causing me quite a
          this and that in GEOS 3.2 ST_Covers. Also add in some regress
          tests for ST_ConcaveHull -- more to come.
 
-2011-04-04 16:25  robe
+2011-04-04 16:25  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml,
+       * [r7005] doc/extras_tigergeocoder.xml,
          extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
          extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql: Fix
          typo in tiger manual and fix for #887 -- it was really the issue
          of using , instead of space to separate state and zip that was
          the main culprit
 
-2011-04-04 15:19  robe
+2011-04-04 15:19  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: add pgsql2shp -m switch to dumper
-         help
+       * [r7004] doc/using_postgis_dataman.xml: add pgsql2shp -m switch to
+         dumper help
 
-2011-04-04 13:10  robe
+2011-04-04 13:10  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c: minor issue preventing legacy load:
-         locate_along_measure should use ST_ wrapper
+       * [r7003] postgis/legacy.sql.in.c: minor issue preventing legacy
+         load: locate_along_measure should use ST_ wrapper
 
-2011-04-04 12:11  strk
+2011-04-04 12:11  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql: topology.AddFace: prepare ring
+       * [r7002] topology/sql/populate.sql: topology.AddFace: prepare ring
          geometry and check intersection with an interior edge point.
          Speeds up registration of faces, particularly when composed by
          many edges. See ticket #880. [RT-SIGTA]
 
-2011-04-04 07:05  strk
+2011-04-04 07:05  Sandro Santilli <strk@keybit.net>
 
-       * doc/man/pgsql2shp.1: Add -m reference in pgsql2shp manpage, by
-         Loic Dachary. See ticket #885.
+       * [r7001] doc/man/pgsql2shp.1: Add -m reference in pgsql2shp
+         manpage, by Loic Dachary. See ticket #885.
 
-2011-04-04 03:10  robe
+2011-04-04 03:10  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/introduction.xml, doc/release_notes.xml: Add pgsql2shp
-         allow predefined list to news and release. Add Loic Dachary to
-         credits.
+       * [r7000] NEWS, doc/introduction.xml, doc/release_notes.xml: Add
+         pgsql2shp allow predefined list to news and release. Add Loic
+         Dachary to credits.
 
-2011-04-04 02:35  robe
+2011-04-04 02:35  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: forgot one ST_AddBand proto
+       * [r6999] doc/reference_raster.xml: forgot one ST_AddBand proto
 
-2011-04-04 02:20  robe
+2011-04-04 02:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Add missing ST_Band protos and remove
-         non-existent one
+       * [r6998] doc/reference_raster.xml: Add missing ST_Band protos and
+         remove non-existent one
 
-2011-04-04 01:25  robe
+2011-04-04 01:25  Regina Obe <lr@pcorp.us>
 
-       * postgis/Makefile.in: #898, #551: generate
+       * [r6997] postgis/Makefile.in: #898, #551: generate
          postgis_upgrade_20_minor.sql, legacy.sql and stop generating
          obsolete 15_minor, 14, 13_14
 
-2011-04-03 19:19  strk
+2011-04-03 19:19  Sandro Santilli <strk@keybit.net>
 
-       * loader/cunit/Makefile.in, loader/cunit/cu_pgsql2shp.c,
+       * [r6996] loader/cunit/Makefile.in, loader/cunit/cu_pgsql2shp.c,
          loader/cunit/cu_pgsql2shp.h, loader/cunit/cu_tester.c,
          loader/cunit/cu_tester.h, loader/cunit/map.txt,
          loader/pgsql2shp-cli.c, loader/pgsql2shp-core.c,
          loader/pgsql2shp-core.h: Ticket #855 by Loic Dachary: pgsql2shp
          fields conversion from predefined list
 
-2011-04-02 12:27  strk
+2011-04-02 12:27  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress/addface2.5d.sql,
+       * [r6995] topology/test/Makefile,
+         topology/test/regress/addface2.5d.sql,
          topology/test/regress/addface2.5d_expected,
          topology/topology.sql.in.c: Use a 2d geometry for face mbr, even
          for 2.5d topologies. After all mbr is a rectangle (not cube) by
 
 2011-04-01 05:18  jorgearevalo
 
-       * GNUmakefile.in, configure.ac, raster/Makefile.in,
+       * [r6994] GNUmakefile.in, configure.ac, raster/Makefile.in,
          raster/rt_pg/Makefile.in, raster/test/Makefile.in,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in,
          regress/run_test: Raster testing added to core testing. Related
          ticket #762.
 
-2011-03-31 10:26  strk
+2011-03-31 10:26  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/manage/TopologySummary.sql: topology.TopologSummary:
-         survive presence of stale records in topology.topology and
-         missing tables from topology schemas.
+       * [r6993] topology/sql/manage/TopologySummary.sql:
+         topology.TopologSummary: survive presence of stale records in
+         topology.topology and missing tables from topology schemas.
 
-2011-03-31 10:26  strk
+2011-03-31 10:26  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/manage/TopologySummary.sql:
+       * [r6992] topology/sql/manage/TopologySummary.sql:
          topology.TopologySummary: report 'has Z' flag on topologies
 
-2011-03-31 09:35  strk
+2011-03-31 09:35  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress/createtopology.sql,
+       * [r6991] topology/test/Makefile,
+         topology/test/regress/createtopology.sql,
          topology/test/regress/createtopology_expected,
          topology/test/regress/topo2.5d.sql,
          topology/test/regress/topo2.5d_expected,
          allowing 3d vertices on edges and nodes. Includes regress testing
          [RT-SIGTA]
 
-2011-03-29 14:58  robe
+2011-03-29 14:58  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/Latin1.select.expected: try to save as utf-8
+       * [r6990] regress/loader/Latin1.select.expected: try to save as
+         utf-8
 
-2011-03-29 14:10  robe
+2011-03-29 14:10  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/Latin1.select.expected: that didn't work. Try
-         resaving as latin1 and then repull down.
+       * [r6989] regress/loader/Latin1.select.expected: that didn't work.
+         Try resaving as latin1 and then repull down.
 
-2011-03-29 13:57  robe
+2011-03-29 13:57  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/Latin1.select.expected: mark this as an executable
-         then maybe just mamber it won't try to inherit the encoding of my
-         OS
+       * [r6988] regress/loader/Latin1.select.expected: mark this as an
+         executable then maybe just mamber it won't try to inherit the
+         encoding of my OS
 
-2011-03-29 13:57  strk
+2011-03-29 13:57  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/addface.sql,
+       * [r6987] topology/test/regress/addface.sql,
          topology/test/regress/addface_expected: Add another test for
          topology.AddFace in presence of an open edge whose endpoints both
          intersect a polygon ring which does not cover it.
 
 2011-03-29 13:20  jorgearevalo
 
-       * raster/test/regress/create_rt_gist_test_expected: Modified
-         expected result for create_rt_gist_test regress test. It works
+       * [r6986] raster/test/regress/create_rt_gist_test_expected:
+         Modified expected result for create_rt_gist_test regress test. It
+         works
          differently in PostgreSQL 8.4.7 and PostgreSQL 9.0.3. See ticket
          #870.
 
-2011-03-29 11:10  robe
+2011-03-29 11:10  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: Add #817 Renaming old 3D functions
-         to the convention ST_3D to release notes
+       * [r6985] NEWS, doc/release_notes.xml: Add #817 Renaming old 3D
+         functions to the convention ST_3D to release notes
 
 2011-03-28 23:24  jorgearevalo
 
-       * raster/test/regress/create_rt_gist_test_expected,
+       * [r6984] raster/test/regress/create_rt_gist_test_expected,
          raster/test/regress/rt_addband_expected: Modified expected values
          for some raster tests
 
-2011-03-28 23:10  pracine
+2011-03-28 23:10  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_core/rt_api.c: -Minimal value for float is -FLT_MAX,
-         not FLT_MIN
+       * [r6983] raster/rt_core/rt_api.c: -Minimal value for float is
+         -FLT_MAX, not FLT_MIN
 
 2011-03-28 22:56  jorgearevalo
 
-       * liblwgeom/lex.yy.c: liblwgeom/lex.yy.c version 6180 reverted
+       * [r6982] liblwgeom/lex.yy.c: liblwgeom/lex.yy.c version 6180
+         reverted
 
 2011-03-28 22:52  jorgearevalo
 
-       * liblwgeom/lex.yy.c, raster/rt_core/rt_api.c: Missed check added
-         again.
+       * [r6981] liblwgeom/lex.yy.c, raster/rt_core/rt_api.c: Missed check
+         added again.
 
 2011-03-28 22:49  jorgearevalo
 
-       * raster/rt_core/rt_api.c, raster/test/core/testapi.c: Some bugs
-         related with ticket #870 solved. Added more test for polygonize
-         function.
+       * [r6980] raster/rt_core/rt_api.c, raster/test/core/testapi.c: Some
+         bugs related with ticket #870 solved. Added more test for
+         polygonize function.
 
-2011-03-28 22:10  pracine
+2011-03-28 22:10  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_core/rt_api.c, raster/test/regress/rt_addband_expected:
-         -Changed message not proper when just setting pixel value
+       * [r6979] raster/rt_core/rt_api.c,
+         raster/test/regress/rt_addband_expected: -Changed message not
+         proper when just setting pixel value
 
-2011-03-28 20:31  pracine
+2011-03-28 20:31  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
+       * [r6978] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
          raster/test/regress/rt_addband_expected: -Transformed many error
          into warning (or notice)
          -Removed function name in message for warnings
          -Get band number with PG_GETARG_INT32 instead of PG_GETARG_UINT16
          which was converting values < 0 to something > 0
 
-2011-03-28 20:21  robe
+2011-03-28 20:21  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/ReprojectPts-w.select.expected,
+       * [r6977] regress/loader/ReprojectPts-w.select.expected,
          regress/loader/ReprojectPts.select.expected,
          regress/loader/ReprojectPts.select.sql,
          regress/loader/ReprojectPtsGeog-w.select.expected,
 
 2011-03-28 18:46  nicklas
 
-       * doc/reference_constructor.xml, doc/reference_measure.xml,
+       * [r6976] doc/reference_constructor.xml, doc/reference_measure.xml,
          doc/reference_misc.xml, postgis/legacy.sql.in.c,
          postgis/postgis.sql.in.c: Putting renamed 3D-functions in
          legacy.sql.c and some clarifying notes about the renaming
 
 2011-03-28 18:01  jorgearevalo
 
-       * raster/rt_core/rt_api.c: Raster polygonization optimized using a
-         layer filter to avoid NODATA values. Related ticket #870.
+       * [r6975] raster/rt_core/rt_api.c: Raster polygonization optimized
+         using a layer filter to avoid NODATA values. Related ticket #870.
 
 2011-03-27 17:50  nicklas
 
-       * doc/reference_constructor.xml, doc/reference_measure.xml,
+       * [r6974] doc/reference_constructor.xml, doc/reference_measure.xml,
          doc/reference_misc.xml, doc/reference_type.xml,
          doc/rfc/postgis_rfc_03_sheet.txt, postgis/postgis.sql.in.c,
          postgis/uninstall_postgis.sql.in.c, regress/ctors.sql,
          regress/lwgeom_regress.sql, regress/measures.sql,
          utils/new_postgis_restore.pl: Renaming of 3D functions, #817
 
-2011-03-27 02:43  robe
+2011-03-27 02:43  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: more additions / corrections to
-         release notes
+       * [r6973] NEWS, doc/release_notes.xml: more additions / corrections
+         to release notes
 
-2011-03-26 23:44  robe
+2011-03-26 23:44  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/create_geocode.sh:
+       * [r6972] extras/tiger_geocoder/tiger_2010/create_geocode.sh:
 
-2011-03-26 23:42  robe
+2011-03-26 23:42  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/create_geocode.sh,
+       * [r6971] extras/tiger_geocoder/tiger_2010/create_geocode.sh,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql: more typo
          corrections
 
-2011-03-26 18:04  robe
+2011-03-26 18:04  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: update docs to reflect changes in
-         tiger loader
+       * [r6970] doc/extras_tigergeocoder.xml: update docs to reflect
+         changes in tiger loader
 
-2011-03-26 17:43  robe
+2011-03-26 17:43  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/README,
+       * [r6969] extras/tiger_geocoder/tiger_2010/README,
          extras/tiger_geocoder/tiger_2010/create_geocode.sql,
          extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql: cleanup change
          created. Change reverse_geocoder.sql (from utfy-8 (not sure how
          that happened)
 
-2011-03-25 09:11  robe
+2011-03-25 09:11  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: amend to include work on tiger
-         geocoder
+       * [r6968] doc/xsl/postgis_aggs_mm.xml.xsl: amend to include work on
+         tiger geocoder
 
-2011-03-24 22:56  pracine
+2011-03-24 22:56  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rt_pg.c: -Fixxed a bug getting toindex band index
+       * [r6967] raster/rt_pg/rt_pg.c: -Fixxed a bug getting toindex band
+         index
          -Classified one function declaration
 
-2011-03-24 22:55  pracine
+2011-03-24 22:55  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: -ST_AddBand should add the new
-         band as the last band if no band index is apecified
+       * [r6966] raster/rt_pg/rtpostgis.sql.in.c: -ST_AddBand should add
+         the new band as the last band if no band index is apecified
 
-2011-03-24 11:39  robe
+2011-03-24 11:39  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Give special functions index a
-         static name so it doesn't get pushed down to another chapter
-         every time we add a new chapter
+       * [r6965] doc/xsl/postgis_aggs_mm.xml.xsl: Give special functions
+         index a static name so it doesn't get pushed down to another
+         chapter every time we add a new chapter
 
-2011-03-23 22:09  pracine
+2011-03-23 22:09  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rt_pg.c: -Return NULL if raster is NULL in
+       * [r6964] raster/rt_pg/rt_pg.c: -Return NULL if raster is NULL in
          RASTER_addband
          -Warn if first raster is NULL in RASTER_copyband and return NULL
 
-2011-03-23 22:01  pracine
+2011-03-23 22:01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rt_pg.c, raster/test/regress/rt_pixelvalue_expected:
-         -Reordered/classified function declaration
+       * [r6963] raster/rt_pg/rt_pg.c,
+         raster/test/regress/rt_pixelvalue_expected: -Reordered/classified
+         function declaration
          -Renamed index and nband to bandindex in many functions
          -Better handling for NULL in RASTER_setBandNoDataValue following
          ticket #883. Return original raster if can't set nodata value
 
-2011-03-23 21:50  pracine
+2011-03-23 21:50  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/test/regress/rt_io.sql: Removed extra spaces
+       * [r6962] raster/test/regress/rt_io.sql: Removed extra spaces
 
-2011-03-23 20:51  pracine
+2011-03-23 20:51  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rt_pg.c, raster/test/regress/rt_pixelvalue_expected:
-         -Better handling of NULL for ST_SetValue. Return the original
-         raster when band, X or Y are NULL instead of an error or NULL.
-         See #883.
+       * [r6961] raster/rt_pg/rt_pg.c,
+         raster/test/regress/rt_pixelvalue_expected: -Better handling of
+         NULL for ST_SetValue. Return the original raster when band, X or
+         Y are NULL instead of an error or NULL. See #883.
 
-2011-03-23 19:52  pracine
+2011-03-23 19:52  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r6960] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_addband_expected,
          raster/test/regress/rt_pixelvalue_expected: -General review of
 
 2011-03-23 18:15  jorgearevalo
 
-       * raster/rt_pg/rt_pg.c: Semicolon missed.
+       * [r6959] raster/rt_pg/rt_pg.c: Semicolon missed.
 
 2011-03-23 02:57  jorgearevalo
 
-       * raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Server crash
-         reported in ticket #837 partially solved. SPI_finish causes
+       * [r6958] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Server
+         crash reported in ticket #837 partially solved. SPI_finish causes
          server to crash. Commented in this commit, but it's not a good
          solution, I think.
          This guy had the same problem 10 years ago. No responses:
          http://www.mail-archive.com/pgsql-general@postgresql.org/msg18558.html
 
-2011-03-22 20:31  pracine
+2011-03-22 20:31  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/st_pixelaspolygons.sql:
+       * [r6957] raster/scripts/plpgsql/st_pixelaspolygons.sql:
          -ST_PixelAsPolygons also return the x & y coordinates of the
          pixel
 
-2011-03-22 14:26  robe
+2011-03-22 14:26  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: some clarification of specs
+       * [r6956] doc/reference_output.xml: some clarification of specs
 
-2011-03-22 13:54  robe
+2011-03-22 13:54  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: more cleanup
+       * [r6955] doc/introduction.xml: more cleanup
 
-2011-03-22 05:57  robe
+2011-03-22 05:57  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: minor rearrangement wording changes to
-         Paul's bio
+       * [r6954] doc/introduction.xml: minor rearrangement wording changes
+         to Paul's bio
 
-2011-03-22 05:53  robe
+2011-03-22 05:53  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: Amend my bio so people know who to point
-         fingers at when Tiger Geocoder and X3D don't work right.
+       * [r6953] doc/introduction.xml: Amend my bio so people know who to
+         point fingers at when Tiger Geocoder and X3D don't work right.
 
-2011-03-22 05:44  robe
+2011-03-22 05:44  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, topology/sql/sqlmm.sql: Fix #879 (get
-         rid of use of both deprecated line_locate_point and
+       * [r6952] doc/extras_topology.xml, topology/sql/sqlmm.sql: Fix #879
+         (get rid of use of both deprecated line_locate_point and
          line_substring... document function
 
-2011-03-21 16:33  strk
+2011-03-21 16:33  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in, regress/polygonize.sql,
+       * [r6951] regress/Makefile.in, regress/polygonize.sql,
          regress/polygonize_expected: Add test for ST_Polygonize with
          nested collection input (see ticket #878)
 
-2011-03-21 11:04  strk
+2011-03-21 11:04  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/topology.sql.in.c: Convert to $$
-         quoting (ticket #714)
+       * [r6950] topology/sql/sqlmm.sql, topology/topology.sql.in.c:
+         Convert to $$ quoting (ticket #714)
 
-2011-03-21 10:28  strk
+2011-03-21 10:28  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql: Add an ST_RemIsoNode alias to
+       * [r6949] topology/sql/sqlmm.sql: Add an ST_RemIsoNode alias to
          ST_RemoveIsoNode (ticket #798)
 
-2011-03-21 10:18  strk
+2011-03-21 10:18  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/topology.sql.in.c:
+       * [r6948] topology/sql/sqlmm.sql, topology/topology.sql.in.c:
          ST_ModEdgesSplit -> ST_ModEdgeSplit (ticket #794)
 
-2011-03-20 16:04  robe
+2011-03-20 16:04  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml:
+       * [r6947] doc/introduction.xml:
 
-2011-03-20 15:58  robe
+2011-03-20 15:58  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: more credit cleanup and rounding up of
-         credits
+       * [r6946] doc/introduction.xml: more credit cleanup and rounding up
+         of credits
 
-2011-03-20 15:44  robe
+2011-03-20 15:44  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: fix typo
+       * [r6945] doc/introduction.xml: fix typo
 
 2011-03-20 14:01  jorgearevalo
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r6944] raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_addband.sql,
          raster/test/regress/rt_addband_expected,
          raster/test/regress/rt_mapalgebra_expected: Two ST_AddBands
          missing variants added. Related tickets #858, #792.
 
-2011-03-20 08:55  strk
+2011-03-20 08:55  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql: Re-drop ST_SharedPath from
+       * [r6943] topology/sql/populate.sql: Re-drop ST_SharedPath from
          topology.AddFace, this time with stronger robustness, so not
          prone to error exposed by #874. It was a pity to give up a 10%
          speed improvement... Thanks supermoon for keeping me up.
          [RT-SIGTA]
 
-2011-03-19 23:35  strk
+2011-03-19 23:35  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/test/regress/addface.sql: Fix
-         #874 by getting back to ST_SharedPaths use. Might try to optimize
-         again in the future, but correctness first! This commit also adds
-         regression testing for the case [RT-SIGTA]
+       * [r6942] topology/sql/populate.sql,
+         topology/test/regress/addface.sql: Fix #874 by getting back to
+         ST_SharedPaths use. Might try to optimize again in the future,
+         but correctness first! This commit also adds regression testing
+         for the case [RT-SIGTA]
 
-2011-03-19 02:49  robe
+2011-03-19 02:49  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: more company contribution amendments
+       * [r6941] NEWS, doc/release_notes.xml: more company contribution
+         amendments
 
-2011-03-19 02:31  robe
+2011-03-19 02:31  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: more updating to better reflect
-         corporate sponsor contributions
+       * [r6940] NEWS, doc/release_notes.xml: more updating to better
+         reflect corporate sponsor contributions
 
-2011-03-19 02:05  robe
+2011-03-19 02:05  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/introduction.xml, doc/release_notes.xml: More cleanup
-         of release notes. Add a corporate contributors section to kill 2
-         birds (give credit to companies that have funded PostGIS and also
-         so we have a catalog of companies that can lay claim to parts of
-         PostGIS as part of our incubation due diligence). Guys if I'm
-         missing companies in the list which I most surely am, please add
-         them.
+       * [r6939] NEWS, doc/introduction.xml, doc/release_notes.xml: More
+         cleanup of release notes. Add a corporate contributors section to
+         kill 2 birds (give credit to companies that have funded PostGIS
+         and also so we have a catalog of companies that can lay claim to
+         parts of PostGIS as part of our incubation due diligence). Guys
+         if I'm missing companies in the list which I most surely am,
+         please add them.
 
-2011-03-18 21:13  robe
+2011-03-18 21:13  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwout_x3d.c: Fill in coordIndex for multipolygons
+       * [r6938] liblwgeom/lwout_x3d.c: Fill in coordIndex for
+         multipolygons
 
-2011-03-18 20:06  robe
+2011-03-18 20:06  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/Latin1.select.expected:
+       * [r6937] regress/loader/Latin1.select.expected:
 
-2011-03-18 19:56  robe
+2011-03-18 19:56  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/PointWithSchema.select.expected: force to LF eol
-         type so doesn't barf in MingW
+       * [r6936] regress/loader/PointWithSchema.select.expected: force to
+         LF eol type so doesn't barf in MingW
 
-2011-03-18 19:43  pramsey
+2011-03-18 19:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-cli.c, loader/shp2pgsql-gui.c: Jeff Adams:
-         Changed variables we are storing getopt result in from char to
-         int, since int is the return type from the getopt function.
-         (#663)
+       * [r6935] loader/shp2pgsql-cli.c, loader/shp2pgsql-gui.c: Jeff
+         Adams: Changed variables we are storing getopt result in from
+         char to int, since int is the return type from the getopt
+         function. (#663)
 
-2011-03-18 19:33  robe
+2011-03-18 19:33  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/introduction.xml, doc/release_notes.xml: Update credits
-         and release notes to include Jeff Adams much appreciated
+       * [r6934] NEWS, doc/introduction.xml, doc/release_notes.xml: Update
+         credits and release notes to include Jeff Adams much appreciated
          contributions and other minor things
 
-2011-03-18 19:22  pramsey
+2011-03-18 19:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/run_test: Jeff Adams: Removed not-really-necessary -m1
-         parameter from grep call because it does not work on MingW.
+       * [r6933] regress/run_test: Jeff Adams: Removed
+         not-really-necessary -m1 parameter from grep call because it does
+         not work on MingW.
 
-2011-03-18 19:13  pramsey
+2011-03-18 19:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c, regress/Makefile.in,
+       * [r6932] loader/shp2pgsql-core.c, regress/Makefile.in,
          regress/loader/Latin1.dbf, regress/loader/Latin1.opts,
          regress/loader/Latin1.select.expected,
          regress/loader/Latin1.select.sql, regress/loader/README,
          regress/run_test: Jeff Adams: Added regression test for LATIN1
          encoding, fixed failure to convert to UTF8. (#808)
 
-2011-03-18 19:03  robe
+2011-03-18 19:03  Regina Obe <lr@pcorp.us>
 
-       * regress/tickets_expected: need to always output with LF breaks
-         otherwise fails on windows mingw as windows switches the breaks
-         to CRLF
+       * [r6931] regress/tickets_expected: need to always output with LF
+         breaks otherwise fails on windows mingw as windows switches the
+         breaks to CRLF
 
-2011-03-18 18:30  pramsey
+2011-03-18 18:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/loader/Arc-G.shp.expected,
+       * [r6930] regress/loader/Arc-G.shp.expected,
          regress/loader/ArcM-G.shp.expected,
          regress/loader/ArcZ-G.shp.expected,
          regress/loader/MultiPoint-G.shp.expected,
          Adams: Added dumping tests for -G versions of loader regress
          tests.
 
-2011-03-18 18:21  pramsey
+2011-03-18 18:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/loader/Arc-G.select.expected,
+       * [r6929] regress/loader/Arc-G.select.expected,
          regress/loader/Arc.select.sql,
          regress/loader/ArcM-G.select.expected,
          regress/loader/ArcM.select.sql,
          Now runs all the normal regression tests with the -G option as
          well. (#358)
 
-2011-03-18 17:36  pramsey
+2011-03-18 17:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/Makefile.in, regress/loader/PointWithSchema-post.sql,
+       * [r6928] regress/Makefile.in,
+         regress/loader/PointWithSchema-post.sql,
          regress/loader/PointWithSchema-pre.sql,
          regress/loader/PointWithSchema.dbf,
          regress/loader/PointWithSchema.opts,
          regression test for the loader that uses a schema-qualified table
          name.
 
-2011-03-18 16:54  pramsey
+2011-03-18 16:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-cli.c: Jeff Adams: Per suggestion on #857,
-         corrected output to indicate table name is optional.
+       * [r6927] loader/shp2pgsql-cli.c: Jeff Adams: Per suggestion on
+         #857, corrected output to indicate table name is optional.
 
-2011-03-18 16:47  pramsey
+2011-03-18 16:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/gserialized.h: Whoops, back out the gserialized flag
+       * [r6926] postgis/gserialized.h: Whoops, back out the gserialized
+         flag
 
-2011-03-18 16:24  pramsey
+2011-03-18 16:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
+       * [r6925] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
          regress/loader/MultiToSinglePoint-w.select.expected,
          regress/loader/NotReallyMultiPoint-w.select.expected,
          regress/loader/ReprojectPts-w.select.expected,
          regress/loader/ReprojectPtsGeog-w.select.expected: Jeff Adams:
          Increasing precision due to tests failing in automatic build.
 
-2011-03-18 16:16  pramsey
+2011-03-18 16:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c, postgis/gserialized.h,
+       * [r6924] postgis/geography.sql.in.c, postgis/gserialized.h,
          postgis/gserialized_gist_nd.c, postgis/lwgeom_btree.c,
          postgis/postgis.sql.in.c: Add the &&& operator and index binding
          for 'gist_geometry_ops_nd'. Operator behavior in mixed-dimension
          query situations still to be determined.
 
-2011-03-18 15:52  pramsey
+2011-03-18 15:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * raster/rt_core/rt_api.c: Fix build fail when DEBUG = 1.
+       * [r6923] raster/rt_core/rt_api.c: Fix build fail when DEBUG = 1.
 
-2011-03-18 15:40  pramsey
+2011-03-18 15:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/man/shp2pgsql.1, doc/using_postgis_dataman.xml,
+       * [r6922] doc/man/shp2pgsql.1, doc/using_postgis_dataman.xml,
          loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
          loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c,
          regress/Makefile.in, regress/loader/Arc-w.select.expected,
          correctly load with all MULTIPOINTs.
          #865: no longer crashes when both -g and -G are used.
 
-2011-03-18 14:11  pracine
+2011-03-18 14:11  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rtpostgis.sql.in.c,
+       * [r6921] raster/rt_pg/rtpostgis.sql.in.c,
          raster/scripts/plpgsql/_MapAlgebraParts.sql,
          raster/scripts/plpgsql/st_reclass.sql,
          raster/scripts/python/raster2pgsql.py,
          -My editor remove a lot of trailing space and convert tab to 4
          spaces. Please set your editor to do the same.
 
-2011-03-18 14:06  pracine
+2011-03-18 14:06  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r6920] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/test/regress/rt_addband_expected,
          raster/test/regress/rt_io_expected,
          raster/test/regress/rt_pixelvalue_expected: -Fix for ticket 792:
          spaces. Please make your editor do the same.
          -Removed declarations of many unused variable
 
-2011-03-17 19:30  pramsey
+2011-03-17 19:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_analytic.c, postgis/lwgeom_gist.c,
-         postgis/lwgeom_rtree.c, postgis/lwgeom_spheroid.c: Quiet some
-         debug-level warnings.
+       * [r6919] postgis/lwgeom_functions_analytic.c,
+         postgis/lwgeom_gist.c, postgis/lwgeom_rtree.c,
+         postgis/lwgeom_spheroid.c: Quiet some debug-level warnings.
 
-2011-03-17 19:27  pramsey
+2011-03-17 19:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/gserialized_gist_2d.c: Fix mis-named debugging global
+       * [r6918] postgis/gserialized_gist_2d.c: Fix mis-named debugging
+         global
 
-2011-03-17 13:44  pramsey
+2011-03-17 13:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, postgis/Makefile.in, postgis/geography.h,
-         postgis/geography.sql.in.c, postgis/geography_btree.c,
-         postgis/geography_gist.c, postgis/gserialized_gist.c,
-         postgis/gserialized_gist.h, postgis/gserialized_gist_2d.c,
-         postgis/gserialized_gist_nd.c, postgis/postgis.sql.in.c: Replace
-         variable-length-key 2D index with fixed-length-key for
-         GSERIALIZED case.
+       * [r6917] liblwgeom/liblwgeom.h, postgis/Makefile.in,
+         postgis/geography.h, postgis/geography.sql.in.c,
+         postgis/geography_btree.c, postgis/geography_gist.c,
+         postgis/gserialized_gist.c, postgis/gserialized_gist.h,
+         postgis/gserialized_gist_2d.c, postgis/gserialized_gist_nd.c,
+         postgis/postgis.sql.in.c: Replace variable-length-key 2D index
+         with fixed-length-key for GSERIALIZED case.
 
-2011-03-17 00:08  strk
+2011-03-17 00:08  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql: Avoid using ST_SharedPath in
+       * [r6916] topology/sql/populate.sql: Avoid using ST_SharedPath in
          topology.AddFace as well.
 
-2011-03-16 22:15  robe
+2011-03-16 22:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml, liblwgeom/lwout_x3d.c: Multilinestring
-         working even for closed multilinestrings. Still need to fix
-         polygon and multipolygons. also added example of closed
-         multilinestring.
+       * [r6915] doc/reference_output.xml, liblwgeom/lwout_x3d.c:
+         Multilinestring working even for closed multilinestrings. Still
+         need to fix polygon and multipolygons. also added example of
+         closed multilinestring.
 
-2011-03-16 20:23  robe
+2011-03-16 20:23  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwout_x3d.c: sort of take care of multilinestrings --
-         doesn't work for multilinestrings with closed linestrings so
-         that's next up to correct.
+       * [r6914] liblwgeom/lwout_x3d.c: sort of take care of
+         multilinestrings -- doesn't work for multilinestrings with closed
+         linestrings so that's next up to correct.
 
-2011-03-16 19:16  pramsey
+2011-03-16 19:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/man/shp2pgsql.1: Jeff Adams: Updated man page for -X, -T, and
-         -e parameters (#110 and #67).
+       * [r6913] doc/man/shp2pgsql.1: Jeff Adams: Updated man page for -X,
+         -T, and -e parameters (#110 and #67).
 
-2011-03-16 19:16  pramsey
+2011-03-16 19:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/run_test: Jeff Adams: Only automatically run -D tests if
-         no custom parameters have been set.
+       * [r6912] regress/run_test: Jeff Adams: Only automatically run -D
+         tests if no custom parameters have been set.
 
 2011-03-16 18:48  jorgearevalo
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Deleted empty
-         rt_raster_map_algebra function from rt_core. MapAlgebra
+       * [r6911] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Deleted
+         empty rt_raster_map_algebra function from rt_core. MapAlgebra
          implemented at PostgreSQL level.
 
-2011-03-16 17:53  robe
+2011-03-16 17:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: replace & with &amp; to fix build
+       * [r6910] doc/reference_raster.xml: replace & with &amp; to fix
+         build
 
-2011-03-16 17:16  pramsey
+2011-03-16 17:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
+       * [r6909] loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
          loader/shp2pgsql-core.h, regress/Makefile.in,
          regress/loader/NoTransPoint-wkb.expected,
          regress/loader/NoTransPoint-wkb.sql,
          Jeff Adams patch to add command line flag to not use a
          transaction. (#110)
 
-2011-03-16 16:47  robe
+2011-03-16 16:47  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: #651 revise ST_MakeEmptyRaster so arg
-         names and types are consistent
+       * [r6908] doc/reference_raster.xml: #651 revise ST_MakeEmptyRaster
+         so arg names and types are consistent
 
-2011-03-16 14:06  pramsey
+2011-03-16 14:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/loader/README, regress/loader/TSIPolygon-wkb.expected,
+       * [r6907] regress/loader/README,
+         regress/loader/TSIPolygon-wkb.expected,
          regress/loader/TSIPolygon-wkb.sql,
          regress/loader/TSIPolygon-wkt.expected,
          regress/loader/TSIPolygon-wkt.sql, regress/loader/TSIPolygon.dbf,
          regress/loader/TSTPolygon.shx, regress/run_test: Jeff Adams new
          testing of loader with cmd line options.
 
-2011-03-16 13:03  pramsey
+2011-03-16 13:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/README, regress/run_test: Jeff Adams patch to allow
-         pre/post actions in regression tests
+       * [r6906] regress/README, regress/run_test: Jeff Adams patch to
+         allow pre/post actions in regression tests
 
-2011-03-16 13:02  pramsey
+2011-03-16 13:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
+       * [r6905] loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
          loader/shp2pgsql-core.h: Jeff Adams patch to support tablespaces
          (#67)
 
-2011-03-16 05:15  robe
+2011-03-16 05:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: Document ST_ASX3D function -- still a
-         work in progress -- will add more as I flesh out the rest.
+       * [r6904] doc/reference_output.xml: Document ST_ASX3D function --
+         still a work in progress -- will add more as I flesh out the
+         rest.
 
-2011-03-16 04:48  robe
+2011-03-16 04:48  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwout_x3d.c, postgis/postgis.sql.in.c: Alas a
+       * [r6903] liblwgeom/lwout_x3d.c, postgis/postgis.sql.in.c: Alas a
          functioning polyhedralsurface export viewable in freeWRL. Also
          add proto that just takes geometry as argument and defaults to
          precision 15
 
 2011-03-15 15:11  jorgearevalo
 
-       * doc/reference_raster.xml: Added ST_IsEmpty documentation. Related
-         ticket #591.
+       * [r6902] doc/reference_raster.xml: Added ST_IsEmpty documentation.
+         Related ticket #591.
 
-2011-03-15 14:04  robe
+2011-03-15 14:04  Regina Obe <lr@pcorp.us>
 
-       * regress/Makefile.in, regress/regress_management.sql,
+       * [r6901] regress/Makefile.in, regress/regress_management.sql,
          regress/regress_management_expected: Add regress tests for
          populate_geometry_columns,DropGeometryTable
 
-2011-03-15 06:01  robe
+2011-03-15 06:01  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwout_x3d.c: Fix copy comment error
+       * [r6900] liblwgeom/lwout_x3d.c: Fix copy comment error
 
-2011-03-14 17:00  robe
+2011-03-14 17:00  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwout_x3d.c: Lots of fixes. TIN is about perfect,
-         Point, multipoint about perfect too, LINESTRING close.
+       * [r6899] liblwgeom/lwout_x3d.c: Lots of fixes. TIN is about
+         perfect, Point, multipoint about perfect too, LINESTRING close.
 
-2011-03-12 10:42  robe
+2011-03-12 10:42  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: minor corrections
+       * [r6898] NEWS, doc/release_notes.xml: minor corrections
 
-2011-03-11 21:12  robe
+2011-03-11 21:12  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/Makefile.in, liblwgeom/lwout_x3d.c,
+       * [r6897] liblwgeom/Makefile.in, liblwgeom/lwout_x3d.c,
          postgis/lwgeom_export.c, postgis/postgis.sql.in.c: preliminary
          work on x3d export. Still a lot to go. point, multipoint, tin,
          linestring almost working. Still need to fiddle with coordindex
          and spacing and get rid of junk copied from gml not needed.
 
-2011-03-11 13:27  robe
+2011-03-11 13:27  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: minor change
+       * [r6896] doc/extras_topology.xml: minor change
 
-2011-03-11 12:37  robe
+2011-03-11 12:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Add Availability: 2.0.0 for functions I
-         know are new after the raster postgis 2.0.0 merge
+       * [r6895] doc/reference_raster.xml: Add Availability: 2.0.0 for
+         functions I know are new after the raster postgis 2.0.0 merge
 
-2011-03-11 12:26  robe
+2011-03-11 12:26  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, doc/release_notes.xml: document
+       * [r6894] doc/extras_topology.xml, doc/release_notes.xml: document
          GetFaceByPoint and revise release_notes
 
-2011-03-10 21:18  robe
+2011-03-10 21:18  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_raster.xml: Add in Jorge's great windows instructions
+       * [r6893] doc/faq_raster.xml: Add in Jorge's great windows
+         instructions
 
-2011-03-10 18:53  strk
+2011-03-10 18:53  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Add a --raster flag to run_test
+       * [r6892] regress/run_test: Add a --raster flag to run_test
 
-2011-03-10 11:33  strk
+2011-03-10 11:33  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/manage/TopologySummary.sql: TopologySummary: Take an
-         empty feature_column as a sign of a "detached" topological layer
-         (one having no deploy on user-tables).
+       * [r6891] topology/sql/manage/TopologySummary.sql: TopologySummary:
+         Take an empty feature_column as a sign of a "detached"
+         topological layer (one having no deploy on user-tables).
 
-2011-03-09 21:59  strk
+2011-03-09 21:59  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in, topology/sql/query/getfacebypoint.sql,
-         topology/test/Makefile, topology/test/regress/getfacebypoint.sql,
+       * [r6889] topology/Makefile.in,
+         topology/sql/query/getfacebypoint.sql, topology/test/Makefile,
+         topology/test/regress/getfacebypoint.sql,
          topology/test/regress/getfacebypoint_expected,
          topology/topology.sql.in.c: Ticket #849 by Andrea Peri:
          topology.GetFaceByPoint implementation and test
 
-2011-03-09 19:18  strk
+2011-03-09 19:18  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/Makefile.in,
+       * [r6888] doc/extras_topology.xml, topology/Makefile.in,
          topology/sql/manage/CopyTopology.sql, topology/test/Makefile,
          topology/test/regress/copytopology.sql,
          topology/test/regress/copytopology_expected,
          topology.CopyTopology(text,text) implementation, test and
          documentation
 
-2011-03-09 16:30  strk
+2011-03-09 16:30  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/createtopogeom.sql,
+       * [r6887] topology/test/regress/createtopogeom.sql,
          topology/test/regress/createtopogeom_expected: Make
          createtopogeom test independent from the number of topologies
          created before running it
 
-2011-03-09 10:19  strk
+2011-03-09 10:19  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in, topology/sql/manage,
+       * [r6886] topology/Makefile.in, topology/sql/manage,
          topology/sql/manage/TopologySummary.sql,
          topology/topology.sql.in.c: Ticket #855:
          topology.TopologySummary(<name>)
 
-2011-03-09 10:14  strk
+2011-03-09 10:14  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: Add note for ST_Relate with boundary node rule
+       * [r6885] NEWS: Add note for ST_Relate with boundary node rule
 
-2011-03-08 15:26  strk
+2011-03-08 15:26  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql: Simplify AddEdge code by using
+       * [r6884] topology/sql/populate.sql: Simplify AddEdge code by using
          BoundaryNodeRule 2 (Endpoint) in ST_Relate call, thus saving a
          couple of calls to ST_RelateMatch. See tickets #770 and #844.
 
-2011-03-08 10:43  strk
+2011-03-08 10:43  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_measure.xml: Some (poor) documentation for
+       * [r6883] doc/reference_measure.xml: Some (poor) documentation for
          ST_Relate(g1,g2,boundaryNodeRule)
 
-2011-03-08 10:23  strk
+2011-03-08 10:23  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
+       * [r6882] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
          regress/Makefile.in, regress/relate_bnr.sql,
          regress/relate_bnr_expected: Ticket #844: add support for
          boundary node rule specification in ST_Relate [RT-SIGTA]
 
-2011-03-08 08:16  strk
+2011-03-08 08:16  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in, regress/relate.sql, regress/relate_expected,
-         regress/relate_test: Enable a very old relate test which for some
-         reason was never automatically run
+       * [r6881] regress/Makefile.in, regress/relate.sql,
+         regress/relate_expected, regress/relate_test: Enable a very old
+         relate test which for some reason was never automatically run
 
-2011-03-07 11:05  strk
+2011-03-07 11:05  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: Avoid using ST_SharedPath (expensive)
+       * [r6880] topology/sql/gml.sql: Avoid using ST_SharedPath
+         (expensive)
 
 2011-03-05 11:00  jorgearevalo
 
-       * raster/scripts/python/raster2pgsql.py: is_nan function defined
-         for Python versions under 2.6
+       * [r6879] raster/scripts/python/raster2pgsql.py: is_nan function
+         defined for Python versions under 2.6
 
-2011-03-05 09:12  robe
+2011-03-05 09:12  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml: more marks of TIN
+       * [r6878] doc/reference_accessor.xml: more marks of TIN
 
-2011-03-05 06:17  robe
+2011-03-05 06:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml: Flag more functions as supporting
-         TINS, provide some examples
+       * [r6877] doc/reference_accessor.xml: Flag more functions as
+         supporting TINS, provide some examples
 
-2011-03-05 06:07  robe
+2011-03-05 06:07  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml, doc/reference_processing.xml: more
-         examples of TIN and polyhedral surfaces
+       * [r6876] doc/reference_accessor.xml, doc/reference_processing.xml:
+         more examples of TIN and polyhedral surfaces
 
-2011-03-05 05:51  robe
+2011-03-05 05:51  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: Fix ST_DumpPoints 3D examples so
-         they don't flatten to 2D
+       * [r6875] doc/reference_processing.xml: Fix ST_DumpPoints 3D
+         examples so they don't flatten to 2D
 
-2011-03-01 14:47  strk
+2011-03-01 14:47  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: More ignores
+       * [r6874] .gitignore: More ignores
 
-2011-02-28 18:14  strk
+2011-02-28 18:14  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: Use left_face/right_face when looking for
-         face ring's edges. I've seen some areal TopoGeometries dumped in
-         1:76 of the time [RT-SIGTA]
+       * [r6873] topology/sql/gml.sql: Use left_face/right_face when
+         looking for face ring's edges. I've seen some areal
+         TopoGeometries dumped in 1:76 of the time [RT-SIGTA]
 
-2011-02-28 10:53  strk
+2011-02-28 10:53  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/addface.sql,
+       * [r6872] topology/test/regress/addface.sql,
          topology/test/regress/addface_expected: Add test for invalid
          AddFace call (polygon not fully defined by known edges)
 
-2011-02-28 10:40  strk
+2011-02-28 10:40  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/getedgebypoint_expected,
+       * [r6871] topology/test/regress/getedgebypoint_expected,
          topology/test/regress/getnodebypoint_expected: Founded -> Found
          (in expected results..)
 
-2011-02-26 21:29  robe
+2011-02-26 21:29  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, topology/sql/query/getedgebypoint.sql,
+       * [r6870] doc/extras_topology.xml,
+         topology/sql/query/getedgebypoint.sql,
          topology/sql/query/getnodebypoint.sql: #848 Fix eror message for
          GetNodeByPoint, GetNodeByEdge
 
-2011-02-26 04:22  robe
+2011-02-26 04:22  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: cealn up examples and data type mistake
+       * [r6869] doc/extras_topology.xml: cealn up examples and data type
+         mistake
 
-2011-02-26 03:32  robe
+2011-02-26 03:32  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, doc/xsl/postgis_aggs_mm.xml.xsl: minor
-         changes and attempt to fix matrix table (cutting off now)
+       * [r6868] doc/extras_topology.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+         minor changes and attempt to fix matrix table (cutting off now)
 
-2011-02-25 23:01  robe
+2011-02-25 23:01  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: doucmentation for #791 , #793 -
+       * [r6867] doc/extras_topology.xml: doucmentation for #791 , #793 -
          GetNodeByPoint, GetEdgeByPoint -- made some changes to Andrea
          Peri's wording and change ot examples so they really fall in MA.
          Still need to output results.
 
-2011-02-25 09:18  strk
+2011-02-25 09:18  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/query/getedgebypoint.sql,
+       * [r6866] topology/sql/query/getedgebypoint.sql,
          topology/sql/query/getnodebypoint.sql: Update copyright notice
 
-2011-02-25 08:56  strk
+2011-02-25 08:56  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in, topology/sql/query/getedgebypoint.sql,
-         topology/test/Makefile, topology/test/regress/getedgebypoint.sql,
+       * [r6865] topology/Makefile.in,
+         topology/sql/query/getedgebypoint.sql, topology/test/Makefile,
+         topology/test/regress/getedgebypoint.sql,
          topology/test/regress/getedgebypoint_expected,
          topology/topology.sql.in.c: topology.GetEdgeByPoint:
          implementation and regress test, by Andrea Peri. Ticket #791.
          Note that previous commit (for #793) was GetNodeByPoint. My
          mistake, sorry.
 
-2011-02-25 08:45  strk
+2011-02-25 08:45  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in, topology/sql/query,
+       * [r6864] topology/Makefile.in, topology/sql/query,
          topology/sql/query/getnodebypoint.sql, topology/test/Makefile,
          topology/test/regress/getnodebypoint.sql,
          topology/test/regress/getnodebypoint_expected,
 
 2011-02-24 21:44  nicklas
 
-       * liblwgeom/measures.c, liblwgeom/measures.h,
+       * [r6863] liblwgeom/measures.c, liblwgeom/measures.h,
          liblwgeom/measures3d.c, liblwgeom/measures3d.h: Copyright notes
 
-2011-02-24 17:39  robe
+2011-02-24 17:39  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: fix typo
+       * [r6862] doc/extras_tigergeocoder.xml: fix typo
 
-2011-02-24 17:23  robe
+2011-02-24 17:23  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: Put in a note about nominatim OSM
-         geocoder that works with international addresses and open street
-         map data
+       * [r6861] doc/extras_tigergeocoder.xml: Put in a note about
+         nominatim OSM geocoder that works with international addresses
+         and open street map data
 
 2011-02-24 17:16  jorgearevalo
 
-       * raster/scripts/python/raster2pgsql.py: Now is not possible to
-         load rasters with different scale in the same table. Related
-         ticket #153
+       * [r6860] raster/scripts/python/raster2pgsql.py: Now is not
+         possible to load rasters with different scale in the same table.
+         Related ticket #153
 
-2011-02-24 15:45  strk
+2011-02-24 15:45  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_functions_analytic.c: Improve precision of
+       * [r6859] postgis/lwgeom_functions_analytic.c: Improve precision of
          point_in_ring_rtree too (bug #845).
 
-2011-02-24 15:17  strk
+2011-02-24 15:17  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
+       * [r6857] postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
          regress/tickets_expected: Improve precision of point_in_ring.
          Fixes and regress-tests bug #845.
 
-2011-02-24 07:54  robe
+2011-02-24 07:54  Regina Obe <lr@pcorp.us>
 
-       * CREDITS: note psc members
+       * [r6856] CREDITS: note psc members
 
-2011-02-24 07:52  robe
+2011-02-24 07:52  Regina Obe <lr@pcorp.us>
 
-       * CREDITS: amend list of core contributors, add in their svn
-         usernames and core areas of responsibility
+       * [r6855] CREDITS: amend list of core contributors, add in their
+         svn usernames and core areas of responsibility
 
-2011-02-24 07:35  robe
+2011-02-24 07:35  Regina Obe <lr@pcorp.us>
 
-       * CREDITS, authors.svn: Amend author list and credits (credits is
-         still obsolete -- tempted to just get rid of it since its
-         redundant with news and hard to maintain)
+       * [r6854] CREDITS, authors.svn: Amend author list and credits
+         (credits is still obsolete -- tempted to just get rid of it since
+         its redundant with news and hard to maintain)
 
-2011-02-23 08:58  robe
+2011-02-23 08:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: amend enhancements line for ST_AsGML to
-         note strk's addition of option 4 -- use LineString instead of
-         curve tag
+       * [r6853] doc/reference_output.xml: amend enhancements line for
+         ST_AsGML to note strk's addition of option 4 -- use LineString
+         instead of curve tag
 
-2011-02-22 14:52  strk
+2011-02-22 14:52  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_output.xml, postgis/lwgeom_export.c,
+       * [r6852] doc/reference_output.xml, postgis/lwgeom_export.c,
          regress/out_geometry.sql, regress/out_geometry_expected: Ticket
          #816: flag to select <LineString> over <Curve> for GML3 line
          output [RT-SIGTA]
 
-2011-02-22 14:25  strk
+2011-02-22 14:25  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_out_gml.c: Test new LW_GML_SHORTLINE GML2
-         option [RT-SIGTA]
+       * [r6851] liblwgeom/cunit/cu_out_gml.c: Test new LW_GML_SHORTLINE
+         GML2 option [RT-SIGTA]
 
-2011-02-22 14:25  strk
+2011-02-22 14:25  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c: Add
+       * [r6850] liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c: Add
          LW_GML_SHORTLINE flag to prefer <LineString> over <Curve> tag for
          lines GML3 output [RT-SIGTA]
 
-2011-02-22 13:01  strk
+2011-02-22 13:01  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_out_gml.c, liblwgeom/liblwgeom.h,
+       * [r6849] liblwgeom/cunit/cu_out_gml.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwout_gml.c, postgis/geography_inout.c,
          postgis/lwgeom_export.c: Use a single bitfield for GML output
          options [RT-SIGTA]
 
-2011-02-19 01:05  mloskot
+2011-02-19 01:05  Mateusz Loskot <mateusz@loskot.net>
 
-       * configure.ac: Improved GDAL detection and reporting
+       * [r6848] configure.ac: Improved GDAL detection and reporting
 
-2011-02-19 00:42  mloskot
+2011-02-19 00:42  Mateusz Loskot <mateusz@loskot.net>
 
-       * configure.ac: ./configure checks for GDAL Python bindings with
-         built-in NumPy array support (Ticket #838)
+       * [r6847] configure.ac: ./configure checks for GDAL Python bindings
+         with built-in NumPy array support (Ticket #838)
 
-2011-02-18 16:24  strk
+2011-02-18 16:24  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql: Performance improvements in
+       * [r6846] topology/sql/populate.sql: Performance improvements in
          topology.AddFace: consider each ring separately when looking for
          composing edges; compute orientation inside the loop body to
          avoid sorting and grouping [RT-SIGTA]
 
-2011-02-18 14:58  strk
+2011-02-18 14:58  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/addface.sql,
+       * [r6845] topology/test/regress/addface.sql,
          topology/test/regress/addface_expected,
          topology/test/regress/createtopogeom_expected: Test passing
          polygons with holes to topology.AddFace [RT-SIGTA]
 
-2011-02-17 19:19  robe
+2011-02-17 19:19  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml, doc/reference_output.xml: Amend
-         ST_AsGML and ST_GeomFromGML to include the fact they support TINS
+       * [r6844] doc/reference_constructor.xml, doc/reference_output.xml:
+         Amend ST_AsGML and ST_GeomFromGML to include the fact they
+         support TINS
 
-2011-02-17 13:13  robe
+2011-02-17 13:13  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml:
+       * [r6843] doc/reference_raster.xml:
 
-2011-02-17 13:08  robe
+2011-02-17 13:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: wrong statement
+       * [r6842] doc/reference_raster.xml: wrong statement
 
-2011-02-17 13:02  robe
+2011-02-17 13:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: indent a bit better
+       * [r6841] doc/reference_raster.xml: indent a bit better
 
-2011-02-17 13:01  robe
+2011-02-17 13:01  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Provide a more useful example of map
-         algebra.
+       * [r6840] doc/reference_raster.xml: Provide a more useful example
+         of map algebra.
 
-2011-02-17 12:15  robe
+2011-02-17 12:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix typo and add reference to ST_Value
+       * [r6839] doc/reference_raster.xml: fix typo and add reference to
+         ST_Value
 
-2011-02-17 12:10  robe
+2011-02-17 12:10  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: fix typo in xsl hopefully will
-         make raster list right -- though must have syntax wrong anyway
-         since topology and tiger get listed.
+       * [r6838] doc/xsl/postgis_aggs_mm.xml.xsl: fix typo in xsl
+         hopefully will make raster list right -- though must have syntax
+         wrong anyway since topology and tiger get listed.
 
-2011-02-17 06:07  robe
+2011-02-17 06:07  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: provide an example of map algebra
+       * [r6837] doc/reference_raster.xml: provide an example of map
+         algebra
 
-2011-02-17 04:31  robe
+2011-02-17 04:31  Regina Obe <lr@pcorp.us>
 
-       * doc/doxygen.cfg.in: #836 PostGIS raster in 2.0 is not being
-         output in Trunk Doxygen
+       * [r6836] doc/doxygen.cfg.in: #836 PostGIS raster in 2.0 is not
+         being output in Trunk Doxygen
 
-2011-02-17 04:23  robe
+2011-02-17 04:23  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Document ST_MapAlgebra -- need better
-         description and examples forthcoming
+       * [r6835] doc/reference_raster.xml: Document ST_MapAlgebra -- need
+         better description and examples forthcoming
 
 2011-02-16 19:15  jorgearevalo
 
-       * doc/reference_raster.xml: Added documentation for the new version
-         of ST_AddBand function
+       * [r6834] doc/reference_raster.xml: Added documentation for the new
+         version of ST_AddBand function
 
 2011-02-16 19:12  jorgearevalo
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r6833] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_addband.sql,
          raster/test/regress/rt_addband_expected: Added a new variant for
          ST_AddBand, taking 2 rasters as input. Needs doc.
 
 2011-02-16 18:19  jorgearevalo
 
-       * doc/reference_raster.xml, raster/rt_core/ma_lexer.l,
+       * [r6832] doc/reference_raster.xml, raster/rt_core/ma_lexer.l,
          raster/rt_core/ma_parser.y, raster/rt_core/rt_api.c,
          raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
          raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
          a raster, not
          an integer.
 
-2011-02-16 17:41  strk
+2011-02-16 17:41  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: Add UnaryUnion item
+       * [r6831] NEWS: Add UnaryUnion item
 
-2011-02-16 11:15  strk
+2011-02-16 11:15  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_processing.xml: Document ST_UnaryUnion
+       * [r6830] doc/reference_processing.xml: Document ST_UnaryUnion
 
-2011-02-16 10:19  strk
+2011-02-16 10:19  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Stop on first error when creating the regress
-         db
+       * [r6829] regress/run_test: Stop on first error when creating the
+         regress db
 
-2011-02-16 10:19  strk
+2011-02-16 10:19  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_accessor.xml, postgis/postgis.sql.in.c,
+       * [r6828] doc/reference_accessor.xml, postgis/postgis.sql.in.c,
          regress/isvaliddetail.sql, regress/isvaliddetail_expected: Expose
          versions of ST_IsValid and ST_IsValidReason accepting "the ESRI
          flag" and implemented as wrappers to ST_IsValidDetail. Only
          available when building against GEOS-3.3+. Commit includes
          documentation and regress-testing. Closes ticket #831 [RT-SIGTA]
 
-2011-02-16 09:12  strk
+2011-02-16 09:12  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in: Only run ST_isValidDetail if GEOS is >= 3.3
-         -- Reduce tests for GEOS version grouping togheter tests
+       * [r6827] regress/Makefile.in: Only run ST_isValidDetail if GEOS is
+         >= 3.3 -- Reduce tests for GEOS version grouping togheter tests
          depending on the same version [RT-SIGTA]
 
-2011-02-16 08:54  strk
+2011-02-16 08:54  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in, regress/isvaliddetail.sql,
+       * [r6826] regress/Makefile.in, regress/isvaliddetail.sql,
          regress/isvaliddetail_expected: Regression test for
          ST_isValidDetail (including "ESRI" flag) [RT-SIGTA]
 
-2011-02-16 08:34  strk
+2011-02-16 08:34  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_accessor.xml: Document ST_isValidDetail(geom,
-         flags) variant [RT-SIGTA]
+       * [r6825] doc/reference_accessor.xml: Document
+         ST_isValidDetail(geom, flags) variant [RT-SIGTA]
 
-2011-02-15 17:36  strk
+2011-02-15 17:36  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Allow specifying
-         validity checking flags in ST_isValidDetail [RT-SIGTA]
+       * [r6824] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Allow
+         specifying validity checking flags in ST_isValidDetail [RT-SIGTA]
 
-2011-02-15 13:49  robe
+2011-02-15 13:49  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml,
+       * [r6823] doc/extras_tigergeocoder.xml,
          extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
          Make work on PostgreSQL 8.4 (was using some syntax only allowed
          in 9.0+). Also account for the odd / even side of street rule.
          hate when you program the reverse of something and it exposes a
          bug. Also fix some minor documentation.
 
-2011-02-15 08:26  strk
+2011-02-15 08:26  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: topology: create an index on
+       * [r6822] topology/topology.sql.in.c: topology: create an index on
          edge.left_face and edge.right_face, speeding up construction of
          polygonal Geometry from TopoGeometry by a factor of 10 (Closes
          #806)
 
-2011-02-15 07:19  robe
+2011-02-15 07:19  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: document reverse_geocode
+       * [r6821] doc/extras_tigergeocoder.xml: document reverse_geocode
 
-2011-02-15 06:36  robe
+2011-02-15 06:36  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
+       * [r6820]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
          Change to transform the point if not in nad83 long lat already
 
-2011-02-15 06:15  robe
+2011-02-15 06:15  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/create_geocode.sql,
+       * [r6819] extras/tiger_geocoder/tiger_2010/create_geocode.sql,
          extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
          extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
          reverse_geocode complete (with street range), now to document and
          improve speed and test
 
-2011-02-15 00:26  robe
+2011-02-15 00:26  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
+       * [r6818]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
          Journeying into street ranges now can tell which side of the
          street we are on and spits that out when include_strnum_range is
          true. Next (hopefully last) step will be to pinpoint address
          number
 
-2011-02-14 18:22  robe
+2011-02-14 18:22  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
+       * [r6817]
+         extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
          First draft of reverse geocde currently just gets the street need
          to interpolate to get approximate number
 
-2011-02-14 17:26  strk
+2011-02-14 17:26  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
+       * [r6816] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
          regress/Makefile.in, regress/unaryunion.sql,
          regress/unaryunion_expected: ST_UnaryUnion and test
 
 2011-02-14 12:10  jorgearevalo
 
-       * raster/scripts/python/raster2pgsql.py: The array for NODATA
-         values is not generated if NaN is returned as nodata value
+       * [r6815] raster/scripts/python/raster2pgsql.py: The array for
+         NODATA values is not generated if NaN is returned as nodata value
          for bands. Related ticket #828.
 
-2011-02-14 11:57  robe
+2011-02-14 11:57  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: fix another mismatched tag
+       * [r6814] doc/extras_topology.xml: fix another mismatched tag
 
-2011-02-14 03:33  robe
+2011-02-14 03:33  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: put in missing / and not about
+       * [r6813] doc/extras_topology.xml: put in missing / and not about
          implementation
 
-2011-02-14 03:10  robe
+2011-02-14 03:10  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: recommit
+       * [r6812] doc/extras_topology.xml: recommit
 
-2011-02-14 02:33  robe
+2011-02-14 02:33  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_raster.xml: amend mapserver instructions mode='2' is now
-         required for most rasters to display
+       * [r6811] doc/faq_raster.xml: amend mapserver instructions mode='2'
+         is now required for most rasters to display
 
-2011-02-13 03:51  robe
+2011-02-13 03:51  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: ST_AddEdgeNewFaces - On closer
+       * [r6810] doc/extras_topology.xml: ST_AddEdgeNewFaces - On closer
          inspection -- a lot of work is done in it, but not enough to make
          it functional.
 
-2011-02-13 03:45  robe
+2011-02-13 03:45  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: ST_AddEdgeNewFaces - still need to put
-         in an example
+       * [r6809] doc/extras_topology.xml: ST_AddEdgeNewFaces - still need
+         to put in an example
 
-2011-02-12 18:22  robe
+2011-02-12 18:22  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_raster.xml, doc/reference_raster.xml: fix typo and add
-         minor amendments
+       * [r6808] doc/faq_raster.xml, doc/reference_raster.xml: fix typo
+         and add minor amendments
 
-2011-02-11 22:58  robe
+2011-02-11 22:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml:
+       * [r6807] doc/reference_raster.xml:
 
-2011-02-11 22:45  robe
+2011-02-11 22:45  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: add back in example
+       * [r6806] doc/reference_raster.xml: add back in example
 
-2011-02-11 22:40  robe
+2011-02-11 22:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: more pieces
+       * [r6805] doc/reference_raster.xml: more pieces
 
-2011-02-11 22:31  robe
+2011-02-11 22:31  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: add another piece
+       * [r6804] doc/reference_raster.xml: add another piece
 
-2011-02-11 22:18  robe
+2011-02-11 22:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Slowly put back new section -- last
-         build worked.
+       * [r6803] doc/reference_raster.xml: Slowly put back new section --
+         last build worked.
 
-2011-02-11 22:06  robe
+2011-02-11 22:06  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: remove new section to see if that fixes
-         build
+       * [r6802] doc/reference_raster.xml: remove new section to see if
+         that fixes build
 
-2011-02-11 21:15  robe
+2011-02-11 21:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Get rid of <p> and replace with <para>
+       * [r6801] doc/reference_raster.xml: Get rid of <p> and replace with
+         <para>
 
-2011-02-11 21:04  robe
+2011-02-11 21:04  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Hudson is alive again but not happy.
-         Hopefully this will make him happier.
+       * [r6800] doc/reference_raster.xml: Hudson is alive again but not
+         happy. Hopefully this will make him happier.
 
-2011-02-11 08:56  robe
+2011-02-11 08:56  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Add new section on loading rasters.
-         will eventually copy some content from gdal site and wiki site
-         and various examples of loading rasters and creating from
-         scratch.
+       * [r6799] doc/reference_raster.xml: Add new section on loading
+         rasters. will eventually copy some content from gdal site and
+         wiki site and various examples of loading rasters and creating
+         from scratch.
 
-2011-02-10 11:59  robe
+2011-02-10 11:59  Regina Obe <lr@pcorp.us>
 
-       * doc/README, doc/extras_tigergeocoder.xml, doc/faq.xml,
+       * [r6798] doc/README, doc/extras_tigergeocoder.xml, doc/faq.xml,
          doc/faq_raster.xml, doc/geography.txt, doc/installation.xml,
          doc/reference_accessor.xml, doc/reference_lrs.xml,
          doc/reference_misc.xml, doc/reference_output.xml,
          doc/xsl/postgis_aggs_mm.xml.xsl: #824 more corrections from
          Kashif Rasul
 
-2011-02-10 06:56  robe
+2011-02-10 06:56  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: wow geocoder flies on decent
-         hardware.
+       * [r6797] doc/extras_tigergeocoder.xml: wow geocoder flies on
+         decent hardware.
 
-2011-02-10 06:10  robe
+2011-02-10 06:10  Regina Obe <lr@pcorp.us>
 
-       * doc/reporting.xml: documentaiton is in DocBook XML not SGML (well
-         not anymore anyway).
+       * [r6796] doc/reporting.xml: documentaiton is in DocBook XML not
+         SGML (well not anymore anyway).
 
-2011-02-10 06:01  robe
+2011-02-10 06:01  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/introduction.xml, doc/release_notes.xml: Add
+       * [r6795] NEWS, doc/introduction.xml, doc/release_notes.xml: Add
          tiger_geocoder to enhancements, add Kashif Rasul to credits in
          appreciation of his many corrections to the documentation, other
          minor credits corrections
 
-2011-02-10 05:33  robe
+2011-02-10 05:33  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml,
+       * [r6794] doc/extras_tigergeocoder.xml,
          extras/tiger_geocoder/tiger_2010/create_geocode.sh: Add some
          calrification notes to normalize_address function. Get rid of
          superfluous line break in linux script.
 
-2011-02-10 04:40  robe
+2011-02-10 04:40  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/README,
+       * [r6793] extras/tiger_geocoder/tiger_2010/README,
          extras/tiger_geocoder/tiger_2010/tiger_loader.sql: Revise README
          to be clearer. Update the tiger_loader linux script.
 
-2011-02-09 16:36  strk
+2011-02-09 16:36  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql: topology.AddFace: report an "uncovered
-         point" on missing edges [RT-SIGTA]
+       * [r6792] topology/sql/populate.sql: topology.AddFace: report an
+         "uncovered point" on missing edges [RT-SIGTA]
 
-2011-02-09 16:01  robe
+2011-02-09 16:01  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_app.xml: change references of the_geom and
-         the_geog to geom and geog. "the" is so much wasteful typing
+       * [r6791] doc/using_postgis_app.xml: change references of the_geom
+         and the_geog to geom and geog. "the" is so much wasteful typing
 
-2011-02-09 12:54  robe
+2011-02-09 12:54  Regina Obe <lr@pcorp.us>
 
-       * doc/ZMSgeoms.txt, doc/extras_historytable.xml,
+       * [r6790] doc/ZMSgeoms.txt, doc/extras_historytable.xml,
          doc/extras_topology.xml, doc/installation.xml,
          doc/reference_management.xml, doc/reference_measure.xml,
          doc/reference_output.xml, doc/reference_processing.xml,
          doc/xsl/topology_gardentest.sql.xsl: #821: doc typos errata from
          Kashif Rasul
 
-2011-02-08 17:42  strk
+2011-02-08 17:42  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_pg.c: Do not call lwmessage_truncate if not needed
-         (an prior to checking the args passed to it)
+       * [r6789] postgis/lwgeom_pg.c: Do not call lwmessage_truncate if
+         not needed (an prior to checking the args passed to it)
 
-2011-02-07 22:05  robe
+2011-02-07 22:05  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_historytable.xml: fix typo
+       * [r6788] doc/extras_historytable.xml: fix typo
 
-2011-02-07 17:51  robe
+2011-02-07 17:51  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in, doc/extras.xml, doc/extras_historytable.xml,
-         doc/postgis.xml: document history_table feature
+       * [r6787] doc/Makefile.in, doc/extras.xml,
+         doc/extras_historytable.xml, doc/postgis.xml: document
+         history_table feature
 
-2011-02-07 17:03  strk
+2011-02-07 17:03  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Also set LANG (see ticket #819) [RT-SIGTA]
+       * [r6786] regress/run_test: Also set LANG (see ticket #819)
+         [RT-SIGTA]
 
-2011-02-07 16:53  strk
+2011-02-07 16:53  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql: Tag VOLATILE functions explicitly
-         [RT-SIGTA]
+       * [r6785] topology/sql/populate.sql: Tag VOLATILE functions
+         explicitly [RT-SIGTA]
 
-2011-02-06 00:39  robe
+2011-02-06 00:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_editor.xml: oops
+       * [r6784] doc/reference_editor.xml: oops
 
-2011-02-06 00:34  robe
+2011-02-06 00:34  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_editor.xml: Fix typo in ST_SetSRID and add examples
+       * [r6782] doc/reference_editor.xml: Fix typo in ST_SetSRID and add
+         examples
 
-2011-02-05 00:53  robe
+2011-02-05 00:53  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml, doc/using_postgis_dataman.xml: Id
-         for chapter 4 in wrong place -- move, add missing -S switch in
-         loader detail, fix some typos in tiger geocoder and add reference
-         to shp2pgsql section in manual
+       * [r6781] doc/extras_tigergeocoder.xml,
+         doc/using_postgis_dataman.xml: Id for chapter 4 in wrong place --
+         move, add missing -S switch in loader detail, fix some typos in
+         tiger geocoder and add reference to shp2pgsql section in manual
 
-2011-02-04 18:33  robe
+2011-02-04 18:33  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml:
+       * [r6780] doc/extras_tigergeocoder.xml:
 
-2011-02-04 18:33  robe
+2011-02-04 18:33  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: fix some spelling and revise some
-         wording
+       * [r6779] doc/extras_tigergeocoder.xml: fix some spelling and
+         revise some wording
 
-2011-02-04 17:33  robe
+2011-02-04 17:33  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: add description of loader function.
+       * [r6778] doc/extras_tigergeocoder.xml: add description of loader
+         function.
 
-2011-02-04 17:26  strk
+2011-02-04 17:26  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Use quote_ident more...
+       * [r6777] topology/topology.sql.in.c: Use quote_ident more...
 
-2011-02-04 17:19  strk
+2011-02-04 17:19  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress/createtopogeom.sql,
+       * [r6776] topology/test/Makefile,
+         topology/test/regress/createtopogeom.sql,
          topology/test/regress/createtopogeom_expected,
          topology/topology.sql.in.c: Fix a bug in topology.CreateTopoGeom
          in presence of MixCased topologies [RT-SIGTA]
 
-2011-02-04 16:31  strk
+2011-02-04 16:31  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/test/regress/addedge.sql,
+       * [r6775] topology/sql/populate.sql,
+         topology/test/regress/addedge.sql,
          topology/test/regress/addedge_expected,
          topology/test/regress/addface.sql,
          topology/test/regress/addface_expected,
          topology.add{Node,Edge,Face} breaking on MixedCased topology
          names [RT-SIGTA]
 
-2011-02-01 13:55  robe
+2011-02-01 13:55  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010/create_geocode.bat,
+       * [r6774] extras/tiger_geocoder/tiger_2010/create_geocode.bat,
          extras/tiger_geocoder/tiger_2010/create_geocode.sh: Best guess at
          what the Linux equivalent should look like will have to test
          later once get my Linux box setup again
 
-2011-02-01 13:53  strk
+2011-02-01 13:53  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_estimate.c: ST_Estimated_Extent: make exception
-         message about lack of stats clearer
+       * [r6773] postgis/lwgeom_estimate.c: ST_Estimated_Extent: make
+         exception message about lack of stats clearer
 
-2011-02-01 10:24  strk
+2011-02-01 10:24  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/gml.sql,
+       * [r6772] topology/test/regress/gml.sql,
          topology/test/regress/gml_expected: AsGML(TopoGeometry): test
          xref to visited face [RT-SIGTA].
 
-2011-02-01 09:55  strk
+2011-02-01 09:55  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/gml.sql,
+       * [r6771] topology/test/regress/gml.sql,
          topology/test/regress/gml_expected: AsGML(TopoGeometry): add test
          for faces marking visit of edges [RT-SIGTA]
 
-2011-02-01 09:43  strk
+2011-02-01 09:43  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/gml.sql,
+       * [r6770] topology/test/regress/gml.sql,
          topology/test/regress/gml_expected: AsGML(TopoGeometry) Add test
          for ouput of multi puntual features [RT-SIGTA]
 
-2011-01-31 20:26  strk
+2011-01-31 20:26  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Document the new version of
+       * [r6769] doc/extras_topology.xml: Document the new version of
          topology.AsGML() signature (polluting for commandline
          friendliness!)
 
-2011-01-31 17:33  strk
+2011-01-31 17:33  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql, topology/test/regress/gml_expected: Use a
-         <gml:Face> tag for each topological face, allowing proper xrefs.
-         Needs xref testing (requires overlapping topological features)
-         [RT-SIGTA]
+       * [r6768] topology/sql/gml.sql, topology/test/regress/gml_expected:
+         Use a <gml:Face> tag for each topological face, allowing proper
+         xrefs. Needs xref testing (requires overlapping topological
+         features) [RT-SIGTA]
 
-2011-01-31 15:04  robe
+2011-01-31 15:04  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml, postgis/legacy.sql.in.c,
+       * [r6767] doc/reference_raster.xml, postgis/legacy.sql.in.c,
          postgis/postgis.sql.in.c: minor formatting change in doc. #722
          remove more deprecated functions: ConvexHull.
 
-2011-01-31 14:39  robe
+2011-01-31 14:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix typo
+       * [r6766] doc/reference_raster.xml: fix typo
 
-2011-01-31 14:37  robe
+2011-01-31 14:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: document ST_HasNoBand, fix note on
-         ST_Value so appears in right place in what's new index
+       * [r6765] doc/reference_raster.xml: document ST_HasNoBand, fix note
+         on ST_Value so appears in right place in what's new index
 
-2011-01-30 18:40  robe
+2011-01-30 18:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: out in missing protos for ST_Value and
-         not that hasnodata is a new option for ST_Value in 2.0
+       * [r6764] doc/reference_raster.xml: out in missing protos for
+         ST_Value and not that hasnodata is a new option for ST_Value in
+         2.0
 
-2011-01-30 01:29  robe
+2011-01-30 01:29  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_2010,
+       * [r6763] extras/tiger_geocoder/tiger_2010,
          extras/tiger_geocoder/tiger_geocoder_2010: rename to agree with
          documentation and other tiger folder
 
-2011-01-28 21:31  robe
+2011-01-28 21:31  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/cunit/cu_in_wkt.c: remark out Paul's cunit test that
-         fails on windows so my regress checks don't always halt and can
-         complete.
+       * [r6762] liblwgeom/cunit/cu_in_wkt.c: remark out Paul's cunit test
+         that fails on windows so my regress checks don't always halt and
+         can complete.
 
-2011-01-28 18:04  strk
+2011-01-28 18:04  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: syntetize purpose of AsGML(TopoGeometry)
+       * [r6761] doc/extras_topology.xml: syntetize purpose of
+         AsGML(TopoGeometry)
 
-2011-01-28 17:15  strk
+2011-01-28 17:15  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: Use named parameters
+       * [r6760] topology/sql/gml.sql: Use named parameters
 
-2011-01-28 17:05  strk
+2011-01-28 17:05  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/sql/gml.sql,
+       * [r6759] doc/extras_topology.xml, topology/sql/gml.sql,
          topology/test/regress/gml.sql,
          topology/test/regress/gml_expected: Add a "gmlversion" parameter
          to topology.AsGML(TopoGeometry). Test and document. [RT-SIGTA].
 
-2011-01-28 16:01  robe
+2011-01-28 16:01  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml:
+       * [r6758] doc/extras_tigergeocoder.xml:
 
-2011-01-28 16:00  robe
+2011-01-28 16:00  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: corrections to data types in
-         functions -- had them backwards
+       * [r6757] doc/extras_tigergeocoder.xml: corrections to data types
+         in functions -- had them backwards
 
-2011-01-28 15:19  robe
+2011-01-28 15:19  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_geocoder_2010/create_geocode.sql,
+       * [r6756]
+         extras/tiger_geocoder/tiger_geocoder_2010/create_geocode.sql,
          extras/tiger_geocoder/tiger_geocoder_2010/geocode/includes_address.sql,
          extras/tiger_geocoder/tiger_geocoder_2010/tiger_loader.sql:
          missed some spots
 
-2011-01-28 15:01  robe
+2011-01-28 15:01  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml, extras/tiger_geocoder/README,
+       * [r6755] doc/extras_tigergeocoder.xml,
+         extras/tiger_geocoder/README,
          extras/tiger_geocoder/tiger_2006andbefore/README,
          extras/tiger_geocoder/tiger_geocoder_2010/README,
          extras/tiger_geocoder/tiger_geocoder_2010/create_geocode.bat,
          some other minor doc corrections. Stamp files with svn author,
          revision etc keywords
 
-2011-01-28 14:37  robe
+2011-01-28 14:37  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: fix some typos
+       * [r6754] doc/extras_tigergeocoder.xml: fix some typos
 
-2011-01-28 13:09  robe
+2011-01-28 13:09  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: put back missing tag
+       * [r6753] doc/extras_tigergeocoder.xml: put back missing tag
 
-2011-01-28 13:03  robe
+2011-01-28 13:03  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: simplify example
+       * [r6752] doc/extras_tigergeocoder.xml: simplify example
 
-2011-01-28 12:27  robe
+2011-01-28 12:27  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: get rid of some redundancy
+       * [r6751] doc/extras_tigergeocoder.xml: get rid of some redundancy
 
-2011-01-28 12:25  robe
+2011-01-28 12:25  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: minor clarifications
+       * [r6750] doc/extras_tigergeocoder.xml: minor clarifications
 
-2011-01-28 12:11  robe
+2011-01-28 12:11  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml: After having to answer this yet again I am finally
-         reduced to adding the age old question: Why does pgAdmin show
-         that my geometries are blank. Also change the FAQ to a pretty
-         anchor so its easily referenceable and permanent.
+       * [r6748] doc/faq.xml: After having to answer this yet again I am
+         finally reduced to adding the age old question: Why does pgAdmin
+         show that my geometries are blank. Also change the FAQ to a
+         pretty anchor so its easily referenceable and permanent.
 
-2011-01-28 08:55  strk
+2011-01-28 08:55  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/test/regress/addface.sql,
-         topology/topology.sql.in.c: Change face.mbr field from BOX2D to
-         GEOMETRY, and gist-index it, closes ticket #800 [RT-SIGTA].
+       * [r6747] topology/sql/populate.sql,
+         topology/test/regress/addface.sql, topology/topology.sql.in.c:
+         Change face.mbr field from BOX2D to GEOMETRY, and gist-index it,
+         closes ticket #800 [RT-SIGTA].
 
-2011-01-28 06:14  robe
+2011-01-28 06:14  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: document normalize_address and
-         pprint_addy functions of tiger geocoder
+       * [r6746] doc/extras_tigergeocoder.xml: document normalize_address
+         and pprint_addy functions of tiger geocoder
 
-2011-01-27 20:40  strk
+2011-01-27 20:40  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Document new parameter of
+       * [r6745] doc/extras_topology.xml: Document new parameter of
          AsGML(TopoGeometry) [RT-SIGTA].
 
-2011-01-27 20:35  strk
+2011-01-27 20:35  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql, topology/test/regress/gml.sql,
+       * [r6744] topology/sql/gml.sql, topology/test/regress/gml.sql,
          topology/test/regress/gml_expected: AsGML(TopoGeometry): allow
          specifying a prefix for topology element identifiers, and test
          it. [RT-SIGTA]
 
-2011-01-27 18:21  robe
+2011-01-27 18:21  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml: correction
+       * [r6743] doc/extras_tigergeocoder.xml: correction
 
-2011-01-27 18:17  robe
+2011-01-27 18:17  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_tigergeocoder.xml,
+       * [r6742] doc/extras_tigergeocoder.xml,
          extras/tiger_geocoder/tiger_geocoder_2010/create_geocode.sql,
          extras/tiger_geocoder/tiger_geocoder_2010/geocode/geocode_address.sql,
          extras/tiger_geocoder/tiger_geocoder_2010/geocode/other_helper_functions.sql,
          in a batch geocoding example, more performance enhancements and
          loading changes.
 
-2011-01-27 15:56  robe
+2011-01-27 15:56  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in, doc/extras.xml, doc/extras_tigergeocoder.xml,
-         doc/postgis.xml: start documenting tiger geocoder
+       * [r6741] doc/Makefile.in, doc/extras.xml,
+         doc/extras_tigergeocoder.xml, doc/postgis.xml: start documenting
+         tiger geocoder
 
-2011-01-27 09:43  strk
+2011-01-27 09:43  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql, topology/test/regress/gml_expected:
+       * [r6740] topology/sql/gml.sql, topology/test/regress/gml_expected:
          AsGML(TopoGeometry): fix xref syntax error (#811) [RT-SIGTA]
 
-2011-01-27 08:48  strk
+2011-01-27 08:48  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql,
+       * [r6739] topology/sql/populate.sql,
          topology/test/regress/addedge_expected: topology.AddEdge: when an
          intersection occurs, also report intersection point [RT-SIGTA]
 
 2011-01-26 16:57  jorgearevalo
 
-       * raster/rt_pg/rt_pg.c: Added header for
+       * [r6738] raster/rt_pg/rt_pg.c: Added header for
          RASTER_setBandIsNoData.Related ticket #593.
 
 2011-01-26 16:28  jorgearevalo
 
-       * doc/reference_raster.xml: The documentation for ST_BandIsNoData
-         was changed by error. This commit fixes
+       * [r6737] doc/reference_raster.xml: The documentation for
+         ST_BandIsNoData was changed by error. This commit fixes
          it. Related ticket #593.
 
 2011-01-26 16:08  jorgearevalo
 
-       * doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
+       * [r6736] doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
          raster/rt_pg/rtpostgis.sql.in.c,
          raster/scripts/python/raster2pgsql.py,
          raster/test/regress/create_rt_band_properties_test.sql,
          ST_SetBandIsNoData with tests and doc. Deleted isnodata checking
          for loader. Related ticket #593.
 
-2011-01-26 15:16  robe
+2011-01-26 15:16  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_geocoder_2010/tiger_loader.sql: put
+       * [r6735]
+         extras/tiger_geocoder/tiger_geocoder_2010/tiger_loader.sql: put
          in logic to fill zipcode_lookup_base, fix some other errors
 
-2011-01-26 13:43  strk
+2011-01-26 13:43  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: Try to keep NEWS format consistent (80 cols, same indenting
-         as previous). Still too much information for my taste, but it's a
-         step forward.
+       * [r6734] NEWS: Try to keep NEWS format consistent (80 cols, same
+         indenting as previous). Still too much information for my taste,
+         but it's a step forward.
 
-2011-01-26 13:34  strk
+2011-01-26 13:34  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml: Document the new 'visitedTable'
+       * [r6733] doc/extras_topology.xml: Document the new 'visitedTable'
          parameter to topology.AsGML [RT-SIGTA].
 
-2011-01-25 21:52  strk
+2011-01-25 21:52  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql, topology/test/regress/gml.sql,
+       * [r6732] topology/sql/gml.sql, topology/test/regress/gml.sql,
          topology/test/regress/gml_expected: Complete visited bookkeeping
          for AsGML(TopoGeometry) and automate test for it [RT-SIGTA]
 
-2011-01-25 18:08  strk
+2011-01-25 18:08  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql, topology/sql/populate.sql,
+       * [r6731] topology/sql/gml.sql, topology/sql/populate.sql,
          topology/sql/sqlmm.sql,
          topology/sql/topoelement/topoelement_agg.sql,
          topology/topology.sql.in.c: I realized we're in 2011...
 
-2011-01-25 17:16  robe
+2011-01-25 17:16  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: update installation instructions to include
-         raster_comments.sql, topology_comments.sql
+       * [r6730] doc/installation.xml: update installation instructions to
+         include raster_comments.sql, topology_comments.sql
 
-2011-01-25 17:04  strk
+2011-01-25 17:04  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: AsGML(TopoGeometry): Add support for
-         visited table and xlink:xref for Edges [RT-SIGTA]
+       * [r6729] topology/sql/gml.sql: AsGML(TopoGeometry): Add support
+         for visited table and xlink:xref for Edges [RT-SIGTA]
 
-2011-01-25 16:46  robe
+2011-01-25 16:46  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in: Put in missing make topology_comments.sql and
-         also add to the make comments routine
+       * [r6728] doc/Makefile.in: Put in missing make
+         topology_comments.sql and also add to the make comments routine
 
-2011-01-25 15:05  strk
+2011-01-25 15:05  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/gml.sql,
+       * [r6726] topology/test/regress/gml.sql,
          topology/test/regress/gml_expected: Test use of the options
          argument to topology.AsGML [RT-SIGTA]
 
-2011-01-25 14:52  strk
+2011-01-25 14:52  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/sql/gml.sql: Allow specifying
-         GML output precision and options to the
+       * [r6725] doc/extras_topology.xml, topology/sql/gml.sql: Allow
+         specifying GML output precision and options to the
          topology.AsGML(TopoGeometry) function [RT-SIGTA].
 
-2011-01-25 09:39  strk
+2011-01-25 09:39  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/sql/populate.sql,
+       * [r6724] doc/extras_topology.xml, topology/sql/populate.sql,
          topology/test/regress/addedge.sql,
          topology/test/regress/addedge_expected: Make topology.AddEdge
          consistent with AddNode and AddFace in that it will return an
          existing identical Edge, if found.
 
-2011-01-25 06:38  robe
+2011-01-25 06:38  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/import_tiger_shps.sh,
+       * [r6723]
+         extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/import_tiger_shps.sh,
          extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/load_tiger.sh,
          extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/newdb.sh,
          extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/tiger2008/import_tiger_shps.sh,
          extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/tigerpoly2.py:
          cleanup -- other legacy stuff is already in tiger2006
 
-2011-01-25 06:36  robe
+2011-01-25 06:36  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/tiger_geocoder_2010:
+       * [r6722] extras/tiger_geocoder/tiger_geocoder_2010:
 
-2011-01-25 06:31  robe
+2011-01-25 06:31  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/INSTALL, extras/tiger_geocoder/README,
+       * [r6721] extras/tiger_geocoder/INSTALL,
+         extras/tiger_geocoder/README,
          extras/tiger_geocoder/create_geocode.sql,
          extras/tiger_geocoder/geocode, extras/tiger_geocoder/import,
          extras/tiger_geocoder/normalize, extras/tiger_geocoder/orig,
          extras/tiger_geocoder/utility: reshuffle in preparation for
          merging in tiger 2010 support version
 
-2011-01-25 06:20  robe
+2011-01-25 06:20  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: Add ST_ConcaveHull to news item
+       * [r6720] NEWS, doc/release_notes.xml: Add ST_ConcaveHull to news
+         item
 
-2011-01-24 20:56  strk
+2011-01-24 20:56  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/gml.sql,
+       * [r6719] topology/test/regress/gml.sql,
          topology/test/regress/gml_expected: Test multi-component lineal
          topogeometries [RT-SIGTA]
 
-2011-01-24 20:52  strk
+2011-01-24 20:52  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: Output multi-edge lineal TopoGeometry GML
-         with a meaningful edge ordering [RT-SIGTA]
+       * [r6718] topology/sql/gml.sql: Output multi-edge lineal
+         TopoGeometry GML with a meaningful edge ordering [RT-SIGTA]
 
 2011-01-24 15:06  jorgearevalo
 
-       * doc/reference_raster.xml, raster/doc/RFC1-SerializedFormat,
+       * [r6716] doc/reference_raster.xml,
+         raster/doc/RFC1-SerializedFormat,
          raster/doc/RFC2-WellKnownBinaryFormat, raster/rt_core/rt_api.c,
          raster/scripts/python/raster2pgsql.py: Documentation updated for
          ST_BandIsNodata function. Added band nodata checking
          in loader script.
 
-2011-01-24 14:38  strk
+2011-01-24 14:38  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/gml.sql,
+       * [r6715] topology/test/regress/gml.sql,
          topology/test/regress/gml_expected: Add test for TopoSurface GML
          output with multi-face TopoGeometry objects [RT-SIGTA]
 
-2011-01-24 14:18  strk
+2011-01-24 14:18  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: load_topology* are generated now
+       * [r6714] .gitignore: load_topology* are generated now
 
-2011-01-24 14:14  strk
+2011-01-24 14:14  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/gml.sql,
+       * [r6713] topology/test/regress/gml.sql,
          topology/test/regress/gml_expected: Test the noprefix and
          customprefix GML outputs against all geoms taken in consideration
          for the default GML ..
 
-2011-01-24 14:03  strk
+2011-01-24 14:03  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/gml.sql,
+       * [r6712] topology/test/regress/gml.sql,
          topology/test/regress/gml_expected: Add test for single-component
          areal TopoGeometry GML output [RT-SIGTA]
 
-2011-01-24 14:01  strk
+2011-01-24 14:01  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: AsGML(TopoGeometry): Do not force
+       * [r6711] topology/sql/gml.sql: AsGML(TopoGeometry): Do not force
          right-hand-rule on each polygon ring (isn't needed and doesn't
          make sense as it would get the hole rings wrong anyway)
          [RT-SIGTA]
 
-2011-01-24 11:43  strk
+2011-01-24 11:43  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: AsGML(TopoGeometry): for TopoSurface, make
-         the directedEdge sequence be ordered to go around each ring (ie:
-         make the order meaningful) [RT-SIGTA].
+       * [r6710] topology/sql/gml.sql: AsGML(TopoGeometry): for
+         TopoSurface, make the directedEdge sequence be ordered to go
+         around each ring (ie: make the order meaningful) [RT-SIGTA].
 
-2011-01-24 11:11  strk
+2011-01-24 11:11  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/gml.sql,
+       * [r6709] topology/test/regress/gml.sql,
          topology/test/regress/gml_expected: AsGML(TopoGeometry) add test
          for TopoCurve output (only single-element, till ordering of
          components is sorted out) [RT-SIGTA].
 
-2011-01-24 09:31  strk
+2011-01-24 09:31  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress/gml.sql,
+       * [r6708] topology/test/Makefile, topology/test/regress/gml.sql,
          topology/test/regress/gml_expected: Test GML output of puntual
          TopoGeometry objects. Lineal and Areal are still undergoing
          manual tests and debate about importance of components sequence
          ordering [RT-SIGTA].
 
-2011-01-23 20:25  strk
+2011-01-23 20:25  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: topology.AsGML(TopoGeometry): Write end
-         node of edges. Fixes bug #807 [RT-SIGTA]
+       * [r6702] topology/sql/gml.sql: topology.AsGML(TopoGeometry): Write
+         end node of edges. Fixes bug #807 [RT-SIGTA]
 
-2011-01-23 14:48  robe
+2011-01-23 14:48  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Document AsGML and fill in some missing
-         examples in other functions
+       * [r6701] doc/extras_topology.xml: Document AsGML and fill in some
+         missing examples in other functions
 
-2011-01-22 23:02  strk
+2011-01-22 23:02  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Port topology.Geometry to $$ syntax
-         [RT-SIGTA]
+       * [r6700] topology/topology.sql.in.c: Port topology.Geometry to $$
+         syntax [RT-SIGTA]
 
-2011-01-22 22:38  strk
+2011-01-22 22:38  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/topology.sql.in.c: update email
-         address
+       * [r6699] topology/sql/sqlmm.sql, topology/topology.sql.in.c:
+         update email address
 
-2011-01-22 19:26  strk
+2011-01-22 19:26  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: topology.AsGML: Add the missing
+       * [r6698] topology/sql/gml.sql: topology.AsGML: Add the missing
          gml:directedEdge part within the gml:Face tag, appropriately (?)
          computing orientation of each "ring" edge [RT-SIGTA] (#803)
 
-2011-01-22 18:46  strk
+2011-01-22 18:46  Sandro Santilli <strk@keybit.net>
 
-       * regress/tickets.sql, regress/tickets_expected: Add test for
-         ST_AsGML with long srsName. Expects what at first sight looked
-         like a bug (#804).
+       * [r6697] regress/tickets.sql, regress/tickets_expected: Add test
+         for ST_AsGML with long srsName. Expects what at first sight
+         looked like a bug (#804).
 
-2011-01-22 18:08  strk
+2011-01-22 18:08  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/cache_geometries.sql,
+       * [r6696] topology/test/cache_geometries.sql,
          topology/test/load_features.sql,
          topology/test/regress/legacy_predicate_expected,
          topology/test/regress/legacy_query_expected: There's no need to
          something only useful for caching geometries, so move to
          cache_geometries.sql
 
-2011-01-22 18:08  strk
+2011-01-22 18:08  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/load_topology.sql,
+       * [r6695] topology/test/Makefile, topology/test/load_topology.sql,
          topology/test/load_topology.sql.in: Cleanup the topology regress
          dir Makefile. Have load_topology.sql generated to allow for
          specifying different SRIDs.
 
-2011-01-22 17:26  strk
+2011-01-22 17:26  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: Rename internal functions so to have an
-         underscore prefix, document them as such. Drop wrappers for
-         internal functions (they are not meant to be called by users so
-         don't need to be friendly) [RT-SIGTA]
+       * [r6694] topology/sql/gml.sql: Rename internal functions so to
+         have an underscore prefix, document them as such. Drop wrappers
+         for internal functions (they are not meant to be called by users
+         so don't need to be friendly) [RT-SIGTA]
 
-2011-01-22 17:21  strk
+2011-01-22 17:21  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: topology.AsGML(TopoGeometry): Add support
-         for specifying a namespace prefix. See ticket #801. [RT-SIGTA]
+       * [r6693] topology/sql/gml.sql: topology.AsGML(TopoGeometry): Add
+         support for specifying a namespace prefix. See ticket #801.
+         [RT-SIGTA]
 
-2011-01-22 16:10  strk
+2011-01-22 16:10  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: topology.AsGML: Use Long CRS for
+       * [r6692] topology/sql/gml.sql: topology.AsGML: Use Long CRS for
          pointProperty and curveProperty [RT-SIGTA]
 
-2011-01-22 15:24  strk
+2011-01-22 15:24  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: Use GML3 for Edge curveProperty and Node
-         pointProperty (see #802) [RT-SIGTA].
+       * [r6691] topology/sql/gml.sql: Use GML3 for Edge curveProperty and
+         Node pointProperty (see #802) [RT-SIGTA].
 
-2011-01-22 13:55  strk
+2011-01-22 13:55  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: topology.AsGML(TopoGeometry): add a
+       * [r6690] topology/sql/gml.sql: topology.AsGML(TopoGeometry): add a
          <gml:Face> tag (See ticket #803) [RT-SIGTA]
 
-2011-01-22 13:27  strk
+2011-01-22 13:27  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Don't miss to include the gml
+       * [r6689] topology/topology.sql.in.c: Don't miss to include the gml
          routines in the main topology.sql
 
-2011-01-22 08:37  strk
+2011-01-22 08:37  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/gml.sql: fix spurious ending bracket in topo-GML
-         output [RT-SIGTA]
+       * [r6688] topology/sql/gml.sql: fix spurious ending bracket in
+         topo-GML output [RT-SIGTA]
 
-2011-01-21 22:10  strk
+2011-01-21 22:10  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in, topology/sql/gml.sql: First version of
-         topological gml output routines (still miss the visited map)
+       * [r6687] topology/Makefile.in, topology/sql/gml.sql: First version
+         of topological gml output routines (still miss the visited map)
          [RT-SIGTA]
 
-2011-01-21 14:08  strk
+2011-01-21 14:08  Sandro Santilli <strk@keybit.net>
 
-       * doc/extras_topology.xml, topology/test/regress/topoelement.sql,
+       * [r6684] doc/extras_topology.xml,
+         topology/test/regress/topoelement.sql,
          topology/test/regress/topoelement_expected,
          topology/topology.sql.in.c: I've just realized TopoElement is
          also used for TopoGeomId/LayerID, thus can't restrict the second
          impossible. Fix the domain and test accordingly. Update
          documentation to be informative on the matter.
 
-2011-01-21 13:21  strk
+2011-01-21 13:21  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Fix TopoGeometry -> Geometry
+       * [r6683] topology/topology.sql.in.c: Fix TopoGeometry -> Geometry
          conversion for hierarchically defined TopoGeometries in presence
          of multiple topologies. Take the chance so simplify a query.
          WARNING: This fix doesn't have an automated regression test.
 
-2011-01-21 07:15  robe
+2011-01-21 07:15  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: document ST_RemoveIsoNode minor changes
-         to match function signatures toponame -> atopology for ST_
-         functions
+       * [r6682] doc/extras_topology.xml: document ST_RemoveIsoNode minor
+         changes to match function signatures toponame -> atopology for
+         ST_ functions
 
-2011-01-21 07:03  robe
+2011-01-21 07:03  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Move ST_GetFaceGeomety, document the
-         non-existence of ST_GetFaceEdges (its just a stub)
+       * [r6681] doc/extras_topology.xml: Move ST_GetFaceGeomety, document
+         the non-existence of ST_GetFaceEdges (its just a stub)
 
-2011-01-20 23:29  pracine
+2011-01-20 23:29  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r6680] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/create_rt_band_properties_test.sql,
          raster/test/regress/rt_pixelvalue.sql,
          raster/test/regress/rt_pixelvalue_expected: -Fix for ticket 606:
 
 2011-01-20 17:07  jorgearevalo
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r6678] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/create_rt_band_properties_test.sql,
          raster/test/regress/rt_band_properties.sql,
          core level. Still
          need to change the loader and the doc.
 
-2011-01-19 21:42  robe
+2011-01-19 21:42  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: #795: ST_Intersects raster
+       * [r6675] doc/reference_raster.xml: #795: ST_Intersects raster
          documentation is confusing
 
-2011-01-19 21:11  pracine
+2011-01-19 21:11  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/python/raster2pgsql.py: -Clarify help messages.
+       * [r6674] raster/scripts/python/raster2pgsql.py: -Clarify help
+         messages.
 
-2011-01-19 20:52  pracine
+2011-01-19 20:52  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/python/raster2pgsql.py: -Added a -a option to
-         append tiles to an existing table.
+       * [r6673] raster/scripts/python/raster2pgsql.py: -Added a -a option
+         to append tiles to an existing table.
          -Fixed ticket 542. The table WAS dropped but not recreated.
 
-2011-01-19 16:46  strk
+2011-01-19 16:46  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress/topoelement.sql,
+       * [r6672] topology/test/Makefile,
+         topology/test/regress/topoelement.sql,
          topology/test/regress/topoelement_expected,
          topology/test/regress/topoelementarray_agg.sql,
          topology/test/regress/topoelementarray_agg_expected,
          to forbid arrays with more than 2 elements and also checking the
          element type being in valid range [RT-SIGTA]
 
-2011-01-18 23:24  robe
+2011-01-18 23:24  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Put in section abstact for each
+       * [r6671] doc/extras_topology.xml: Put in section abstact for each
 
-2011-01-18 17:19  strk
+2011-01-18 17:19  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/test/regress/addface.sql,
+       * [r6670] topology/sql/populate.sql,
+         topology/test/regress/addface.sql,
          topology/test/regress/addface_expected: Raise an exception if
          AddEdge is called on a topology which already defines faces other
          than the universe face (see #781)
 
-2011-01-18 14:53  robe
+2011-01-18 14:53  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6669] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          regress/tickets.sql: #722: remove more deprecated functions -
          ST_MakeLineGArray, Polygonize_GArray,PointFromWKB (proto),
          max_distance
 
-2011-01-18 13:52  strk
+2011-01-18 13:52  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: ValidateTopology: have temporary
-         table dropped on commit (#783). Thanks Andrea Peri [RT-SIGTA]
+       * [r6668] topology/topology.sql.in.c: ValidateTopology: have
+         temporary table dropped on commit (#783). Thanks Andrea Peri
+         [RT-SIGTA]
 
-2011-01-18 12:50  robe
+2011-01-18 12:50  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Link to Vincent Picavet's great Foss4G
-         2010 presentation on Topology and Network Analysis.
+       * [r6667] doc/extras_topology.xml: Link to Vincent Picavet's great
+         Foss4G 2010 presentation on Topology and Network Analysis.
 
-2011-01-18 12:28  robe
+2011-01-18 12:28  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: minor corrections
+       * [r6666] doc/extras_topology.xml: minor corrections
 
-2011-01-18 06:38  robe
+2011-01-18 06:38  Regina Obe <lr@pcorp.us>
 
-       * topology/sql/sqlmm.sql: Fix #786 ST_MoveIsoNode gives
+       * [r6665] topology/sql/sqlmm.sql: Fix #786 ST_MoveIsoNode gives
          ST_Intersects is not unique. Also change to use newer $$ quoting
          syntax.
 
-2011-01-18 06:10  robe
+2011-01-18 06:10  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Fix typo
+       * [r6664] doc/extras_topology.xml: Fix typo
 
-2011-01-18 06:06  robe
+2011-01-18 06:06  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: ST_MoveIsoNode
+       * [r6663] doc/extras_topology.xml: ST_MoveIsoNode
 
-2011-01-18 05:17  robe
+2011-01-18 05:17  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: fix redundancy in description
+       * [r6662] doc/extras_topology.xml: fix redundancy in description
 
-2011-01-18 04:45  robe
+2011-01-18 04:45  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: ST_NewEdgesSplit, add new processing
-         section, fix some links
+       * [r6661] doc/extras_topology.xml: ST_NewEdgesSplit, add new
+         processing section, fix some links
 
-2011-01-17 23:07  robe
+2011-01-17 23:07  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Add
-         ST_AddIsoEdge (still need to put in examples), put in more back
-         links. Revise special index section to also consider topology
-         aggregates
+       * [r6660] doc/extras_topology.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+         Add ST_AddIsoEdge (still need to put in examples), put in more
+         back links. Revise special index section to also consider
+         topology aggregates
 
-2011-01-17 22:35  strk
+2011-01-17 22:35  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/test/regress/addnode.sql,
+       * [r6659] topology/sql/populate.sql,
+         topology/test/regress/addnode.sql,
          topology/test/regress/addnode_expected: topology.AddNode: fix
          detection of edge crossing (#780) [RT-SIGTA]
 
-2011-01-17 21:32  strk
+2011-01-17 21:32  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: ValidateTopology: Use a temporary
-         table to create face geometries only once. Huge speed boost for
-         #772.
+       * [r6658] topology/topology.sql.in.c: ValidateTopology: Use a
+         temporary table to create face geometries only once. Huge speed
+         boost for #772.
 
-2011-01-17 21:03  strk
+2011-01-17 21:03  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/legacy_invalid_expected,
+       * [r6657] topology/test/regress/legacy_invalid_expected,
          topology/topology.sql.in.c: ValidateTopology: Put some water on
          fire by avoiding a full cartesian product scan (#772). It's still
          too slow, but it is a step forward.
 
-2011-01-17 19:58  strk
+2011-01-17 19:58  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: ST_DWithin already includes a
+       * [r6656] topology/topology.sql.in.c: ST_DWithin already includes a
          bounding box check
 
-2011-01-17 18:15  robe
+2011-01-17 18:15  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: Put in accent in Jorge's name
+       * [r6655] NEWS, doc/release_notes.xml: Put in accent in Jorge's
+         name
 
-2011-01-17 13:18  robe
+2011-01-17 13:18  Regina Obe <lr@pcorp.us>
 
-       * NEWS: forgot this in last commit
+       * [r6654] NEWS: forgot this in last commit
 
-2011-01-17 13:18  robe
+2011-01-17 13:18  Regina Obe <lr@pcorp.us>
 
-       * doc/release_notes.xml: fix typos in Mat's name
+       * [r6653] doc/release_notes.xml: fix typos in Mat's name
 
-2011-01-17 12:16  robe
+2011-01-17 12:16  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: document ST_InitTopoGeo, cleanup some of
-         the sql-mm labelings
+       * [r6652] doc/extras_topology.xml: document ST_InitTopoGeo, cleanup
+         some of the sql-mm labelings
 
-2011-01-17 10:39  robe
+2011-01-17 10:39  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Document ST_AddIsoNode - still need to
-         add examples. Update ValidateTopology to reflect enhancements and
-         bug fixes in 2.0.
+       * [r6651] doc/extras_topology.xml: Document ST_AddIsoNode - still
+         need to add examples. Update ValidateTopology to reflect
+         enhancements and bug fixes in 2.0.
 
-2011-01-17 09:04  strk
+2011-01-17 09:04  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/legacy_invalid_expected,
+       * [r6650] topology/test/regress/legacy_invalid_expected,
          topology/topology.sql.in.c: topology.ValidateTopology: rewrite
          the edge crossing detection query. Fixes a false positive (#777)
          and unexpectedly a bunch of false negative in the legacy_invalid
          testcase (now properly checked visually). [RT-SIGTA].
 
-2011-01-17 08:47  strk
+2011-01-17 08:47  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/test/regress/addedge.sql,
+       * [r6649] topology/sql/populate.sql,
+         topology/test/regress/addedge.sql,
          topology/test/regress/addedge_expected: topology.AddEdge:
          correctly handle the case in which a newly added closed edge
          touches an existing closed edge with an endpoint over a
          non-endpoint [RT-SIGTA].
 
-2011-01-17 08:47  strk
+2011-01-17 08:47  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql,
+       * [r6648] topology/sql/populate.sql,
          topology/test/regress/addface_expected: topology.AddFace: raise
          another WARNING about next_left/right_face element of topology
          edges not being set as dictated by the model
 
-2011-01-17 03:26  robe
+2011-01-17 03:26  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: note magnitude of deprecation
+       * [r6647] NEWS, doc/release_notes.xml: note magnitude of
+         deprecation
 
-2011-01-16 21:42  strk
+2011-01-16 21:42  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: ValidateTopology: don't compute full
-         intersection matrix to detect edge-node intersection. Use
-         ST_DWithin instead. Use ST_DWithin for coincident nodes detection
-         as well, so to be more consistent [RT-SIGTA]
+       * [r6646] topology/topology.sql.in.c: ValidateTopology: don't
+         compute full intersection matrix to detect edge-node
+         intersection. Use ST_DWithin instead. Use ST_DWithin for
+         coincident nodes detection as well, so to be more consistent
+         [RT-SIGTA]
 
-2011-01-16 21:29  strk
+2011-01-16 21:29  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: ValidateTopology: && operator is not
-         enough to tell if two points are cohincident (it was at time of
-         HWGEOM...) [RT-SIGTA]
+       * [r6645] topology/topology.sql.in.c: ValidateTopology: && operator
+         is not enough to tell if two points are cohincident (it was at
+         time of HWGEOM...) [RT-SIGTA]
 
-2011-01-16 20:17  robe
+2011-01-16 20:17  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: release notes minor updates while
-         still fresh in my mind.
+       * [r6644] NEWS, doc/release_notes.xml: release notes minor updates
+         while still fresh in my mind.
 
-2011-01-16 17:19  strk
+2011-01-16 17:19  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: ignore more generated files
+       * [r6643] .gitignore: ignore more generated files
 
-2011-01-16 12:08  robe
+2011-01-16 12:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: document ST_3DLongestLine and add
-         missing polyhedralsurface and 3D support flags for ST_3D family
-         of functions
+       * [r6642] doc/reference_measure.xml: document ST_3DLongestLine and
+         add missing polyhedralsurface and 3D support flags for ST_3D
+         family of functions
 
-2011-01-16 11:22  robe
+2011-01-16 11:22  Regina Obe <lr@pcorp.us>
 
-       * topology/sql/sqlmm.sql: #776: replace dump with ST_Dump in
-         ST_CreateTopogeo
+       * [r6641] topology/sql/sqlmm.sql: #776: replace dump with ST_Dump
+         in ST_CreateTopogeo
 
-2011-01-16 10:36  strk
+2011-01-16 10:36  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Drop unused domain
+       * [r6640] topology/topology.sql.in.c: Drop unused domain
          TopoGeomElementArray. See #775
 
-2011-01-16 10:22  robe
+2011-01-16 10:22  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: minor corrections and start documenting
-         ST_CreateTopoGeo
+       * [r6639] doc/extras_topology.xml: minor corrections and start
+         documenting ST_CreateTopoGeo
 
-2011-01-16 09:10  robe
+2011-01-16 09:10  Regina Obe <lr@pcorp.us>
 
-       * postgis/sqlmm.sql.in.c: #774: regress fails - Oops forgot to
-         commit this file on last commit
+       * [r6638] postgis/sqlmm.sql.in.c: #774: regress fails - Oops forgot
+         to commit this file on last commit
 
-2011-01-16 08:18  robe
+2011-01-16 08:18  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722: remove
-         drecated functions BuildArea, MakePolygon
+       * [r6637] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722:
+         remove drecated functions BuildArea, MakePolygon
 
-2011-01-15 23:55  strk
+2011-01-15 23:55  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile.in: html/postgis.html doesn't really depend on
-         images, and encoding such dep has the only effect to _always_
+       * [r6636] doc/Makefile.in: html/postgis.html doesn't really depend
+         on images, and encoding such dep has the only effect to _always_
          rebuild the documentation, which defeats the purpose of 'make'...
 
-2011-01-15 23:37  strk
+2011-01-15 23:37  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile.in: There's no 'html' rule, so there's no point in
-         making it PHONY...
+       * [r6635] doc/Makefile.in: There's no 'html' rule, so there's no
+         point in making it PHONY...
 
-2011-01-15 23:37  strk
+2011-01-15 23:37  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile.in: Don't need to clean image_src in
+       * [r6634] doc/Makefile.in: Don't need to clean image_src in
          maintainer-clean as that's already done by clean, which is a
          dependency of maintainer-clean
 
-2011-01-15 23:14  strk
+2011-01-15 23:14  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql: topology.AddFace: group face boundary
-         edge finding query results to avoid considering the _same_ edge
-         multiple times. Can reduce execution time from _hours_ to
-         _minutes_ [RT-SIGTA]
+       * [r6633] topology/sql/populate.sql: topology.AddFace: group face
+         boundary edge finding query results to avoid considering the
+         _same_ edge multiple times. Can reduce execution time from
+         _hours_ to _minutes_ [RT-SIGTA]
 
-2011-01-15 19:11  robe
+2011-01-15 19:11  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: ST_GetFaceGeometry and minor formatting
+       * [r6632] doc/extras_topology.xml: ST_GetFaceGeometry and minor
+         formatting
 
-2011-01-15 18:49  robe
+2011-01-15 18:49  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: fix some typos
+       * [r6631] doc/extras_topology.xml: fix some typos
 
-2011-01-15 14:59  robe
+2011-01-15 14:59  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Put back AddNode -- accidentally
+       * [r6630] doc/extras_topology.xml: Put back AddNode -- accidentally
          replaced with an extra AddEdge.
 
-2011-01-15 14:33  robe
+2011-01-15 14:33  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: AddFace, minor additions to other
-         functions and note about dependencies on GEOS 3.3
+       * [r6629] doc/extras_topology.xml: AddFace, minor additions to
+         other functions and note about dependencies on GEOS 3.3
 
-2011-01-15 07:14  robe
+2011-01-15 07:14  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: document addnode, fix typo
+       * [r6628] doc/extras_topology.xml: document addnode, fix typo
 
-2011-01-15 06:50  robe
+2011-01-15 06:50  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Add examples for AddEdge, fix typo, add
-         TIGER overview link as an example of a topologically based
-         database for people not clear of its utility.
+       * [r6627] doc/extras_topology.xml: Add examples for AddEdge, fix
+         typo, add TIGER overview link as an example of a topologically
+         based database for people not clear of its utility.
 
-2011-01-14 16:40  strk
+2011-01-14 16:40  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/test/regress/addedge.sql,
+       * [r6626] topology/sql/populate.sql,
+         topology/test/regress/addedge.sql,
          topology/test/regress/addedge_expected: topology.AddEdge: handle
          case of endpoint intersection between closed edges. Fixes #770.
          [RT-SIGTA]
 
-2011-01-14 00:01  robe
+2011-01-14 00:01  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Get rid of ST_BandHasNoDataValue and
-         ST_SetBandHasNoDataValue. Amend ST_BandNoDataValue to reflect new
-         way of setting it to NULL if you want all pixel values
-         considered.
+       * [r6625] doc/reference_raster.xml: Get rid of
+         ST_BandHasNoDataValue and ST_SetBandHasNoDataValue. Amend
+         ST_BandNoDataValue to reflect new way of setting it to NULL if
+         you want all pixel values considered.
 
-2011-01-13 23:56  robe
+2011-01-13 23:56  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Document AddEdge function will provide
-         example later
+       * [r6624] doc/extras_topology.xml: Document AddEdge function will
+         provide example later
 
-2011-01-13 23:44  robe
+2011-01-13 23:44  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml: forgot to update the description too
+       * [r6623] doc/reference_accessor.xml: forgot to update the
+         description too
 
-2011-01-13 23:40  robe
+2011-01-13 23:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml: Amend ST_GeometryN to note singular
-         geometry behavior change
+       * [r6622] doc/reference_accessor.xml: Amend ST_GeometryN to note
+         singular geometry behavior change
 
 2011-01-13 21:36  jorgearevalo
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r6621] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/regress/rt_band_properties.sql,
          raster/test/regress/rt_set_band_properties.sql,
          raster/test/regress/rt_spatial_relationship.sql: Functions
 
 2011-01-13 20:09  jorgearevalo
 
-       * raster/rt_core/rt_api.c: Minor bug solved in debug functions.
+       * [r6620] raster/rt_core/rt_api.c: Minor bug solved in debug
+         functions.
 
-2011-01-13 15:05  robe
+2011-01-13 15:05  Regina Obe <lr@pcorp.us>
 
-       * doc/release_notes.xml: fix typo
+       * [r6619] doc/release_notes.xml: fix typo
 
-2011-01-13 14:55  robe
+2011-01-13 14:55  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/introduction.xml, doc/release_notes.xml,
+       * [r6618] NEWS, doc/introduction.xml, doc/release_notes.xml,
          doc/xsl/postgis_aggs_mm.xml.xsl: Amend release notes to include
          new changes in 2.0
 
-2011-01-13 13:36  robe
+2011-01-13 13:36  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: mark TopoElementArray_agg as new in
-         2.0.0, back reference topoelementarray back to this function.
+       * [r6617] doc/extras_topology.xml: mark TopoElementArray_agg as new
+         in 2.0.0, back reference topoelementarray back to this function.
 
-2011-01-13 13:21  strk
+2011-01-13 13:21  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: add ST_RelateMatch item
+       * [r6616] NEWS: add ST_RelateMatch item
 
-2011-01-13 09:37  robe
+2011-01-13 09:37  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: fix another id typo
+       * [r6615] doc/extras_topology.xml: fix another id typo
 
-2011-01-13 09:34  robe
+2011-01-13 09:34  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: fix link id
+       * [r6614] doc/extras_topology.xml: fix link id
 
-2011-01-13 08:48  robe
+2011-01-13 08:48  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, doc/xsl/topology_comments.sql.xsl:
-         topolelementarray_agg and revise xsl to comment agg (hack fo r
-         now will do better later)
+       * [r6613] doc/extras_topology.xml,
+         doc/xsl/topology_comments.sql.xsl: topolelementarray_agg and
+         revise xsl to comment agg (hack fo r now will do better later)
 
-2011-01-13 08:27  robe
+2011-01-13 08:27  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, doc/reference_measure.xml: Another minor
-         change to ST_3DShortestLine. Document topoelementarraay and
-         GetTopoGeomElementArray (which by the ways seems to me a bit of a
-         misnomer)
+       * [r6612] doc/extras_topology.xml, doc/reference_measure.xml:
+         Another minor change to ST_3DShortestLine. Document
+         topoelementarraay and GetTopoGeomElementArray (which by the ways
+         seems to me a bit of a misnomer)
 
-2011-01-13 07:13  robe
+2011-01-13 07:13  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: Minor formatting changes of
+       * [r6611] doc/reference_measure.xml: Minor formatting changes of
          ST_3DShortestLine, get rid of note abotu ST_3DMaxDistance only
          working for points and linestrings now that it works for most
          everything.
 
 2011-01-12 22:37  jorgearevalo
 
-       * raster/scripts/python/raster2pgsql.py: Fixed bug #655.
+       * [r6610] raster/scripts/python/raster2pgsql.py: Fixed bug #655.
 
-2011-01-12 22:03  robe
+2011-01-12 22:03  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: #768: get rid of replace ndims with
-         st_ndims in populate_geometry_columns
+       * [r6609] postgis/postgis.sql.in.c: #768: get rid of replace ndims
+         with st_ndims in populate_geometry_columns
 
-2011-01-12 22:02  mloskot
+2011-01-12 22:02  Mateusz Loskot <mateusz@loskot.net>
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r6608] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h: [raster] Cleaned and
          updated copyright notice.
 
 2011-01-12 21:58  nicklas
 
-       * doc/reference_measure.xml: Added ST_3DShortestLine in doc and
-         some small editing. ST_3DLongestLine is still missing.
+       * [r6607] doc/reference_measure.xml: Added ST_3DShortestLine in doc
+         and some small editing. ST_3DLongestLine is still missing.
          Regina, please take a look if it looks ok.
 
 2011-01-12 21:17  jorgearevalo
 
-       * raster/test/regress/rt_band_properties_expected: Regression test
-         expected result is now empty. Related tickets: #759, #769.
+       * [r6606] raster/test/regress/rt_band_properties_expected:
+         Regression test expected result is now empty. Related tickets:
+         #759, #769.
 
-2011-01-12 19:10  pracine
+2011-01-12 19:10  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/test/regress/rt_addband_expected: -Revert to original
-         values for two test failing on Mat machine. Those values are the
-         good ones on Pierre`s Windows and Jorge`s Linux. Something must
-         have gone wrong on Mat`s one.
+       * [r6605] raster/test/regress/rt_addband_expected: -Revert to
+         original values for two test failing on Mat machine. Those values
+         are the good ones on Pierre`s Windows and Jorge`s Linux.
+         Something must have gone wrong on Mat`s one.
 
-2011-01-12 17:24  robe
+2011-01-12 17:24  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: update see also links
+       * [r6604] doc/reference_measure.xml: update see also links
 
-2011-01-12 17:22  robe
+2011-01-12 17:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: Get rid of note in ST_3DDistance that
-         states only works for linestrings and points. Now works for all.
-         Add an example of polygon/multilinestring and update
-         3DClosestPoint example to be the same for contrast compare
+       * [r6603] doc/reference_measure.xml: Get rid of note in
+         ST_3DDistance that states only works for linestrings and points.
+         Now works for all. Add an example of polygon/multilinestring and
+         update 3DClosestPoint example to be the same for contrast compare
 
-2011-01-12 11:07  robe
+2011-01-12 11:07  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: get rid of note about 3d relatonship
-         dist functions only workng for points and linestrings. They work
-         for polygons and even polyhedralsurfaces though need to verify
-         answers are right.
+       * [r6602] doc/reference_measure.xml: get rid of note about 3d
+         relatonship dist functions only workng for points and
+         linestrings. They work for polygons and even polyhedralsurfaces
+         though need to verify answers are right.
 
-2011-01-12 10:23  robe
+2011-01-12 10:23  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: update to reflect note about breaking
-         change in naming of PixelSize to Scale
+       * [r6601] doc/reference_raster.xml: update to reflect note about
+         breaking change in naming of PixelSize to Scale
 
-2011-01-12 08:14  robe
+2011-01-12 08:14  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: GetTopologyName, GetTopologyID accessors
+       * [r6600] doc/extras_topology.xml: GetTopologyName, GetTopologyID
+         accessors
 
-2011-01-12 07:52  robe
+2011-01-12 07:52  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, doc/xsl/topology_comments.sql.xsl:
-         remove availaiblit 2.0 from existing functions since they were
-         available before (will reserve that for really new functions).
-         Add domains section and accessors section. Revise
-         topology_comments to be able to put in descriptors for domains
+       * [r6599] doc/extras_topology.xml,
+         doc/xsl/topology_comments.sql.xsl: remove availaiblit 2.0 from
+         existing functions since they were available before (will reserve
+         that for really new functions). Add domains section and accessors
+         section. Revise topology_comments to be able to put in
+         descriptors for domains
 
-2011-01-12 06:32  robe
+2011-01-12 06:32  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: ValidateTopology and
+       * [r6598] doc/extras_topology.xml: ValidateTopology and
          validatetopology_returntype
 
-2011-01-12 05:01  robe
+2011-01-12 05:01  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: get rid of deprecated calls and checks
-         to srid() and setsrid() and ndims() in populate_geometry_columns,
-         UpdateGeometrySRID, probe_geometry_columns, find_srid
+       * [r6597] postgis/postgis.sql.in.c: get rid of deprecated calls and
+         checks to srid() and setsrid() and ndims() in
+         populate_geometry_columns, UpdateGeometrySRID,
+         probe_geometry_columns, find_srid
 
-2011-01-11 17:18  robe
+2011-01-11 17:18  Regina Obe <lr@pcorp.us>
 
-       * regress/Makefile.in: make relatematch a conditional GEOS 3.3 test
+       * [r6596] regress/Makefile.in: make relatematch a conditional GEOS
+         3.3 test
 
-2011-01-11 15:53  robe
+2011-01-11 15:53  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, doc/installation.xml,
+       * [r6595] doc/extras_topology.xml, doc/installation.xml,
          regress/Makefile.in: Add another type, add missing element,
          update make check example in installation. Fix error introduced
          in regress that prevented all tests from running.
 
-2011-01-11 15:20  robe
+2011-01-11 15:20  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, doc/installation.xml,
+       * [r6594] doc/extras_topology.xml, doc/installation.xml,
          doc/xsl/topology_comments.sql.xsl: Give installation a pretty
          anchor name so can be referenced easily from elsewhere. Update to
          include how to compile with topology and raster support. Add a
          type section to topology to define structure of topogeometry etc.
          Ammend topology_comments to be able to extra type comments.
 
-2011-01-11 09:12  robe
+2011-01-11 09:12  Regina Obe <lr@pcorp.us>
 
-       * topology/sql/sqlmm.sql: #764: Topology error using ST_AddIsoNode
-         (now that raster has an ST_Intersects it is now more necessary to
-         not rely on auto casts)
+       * [r6593] topology/sql/sqlmm.sql: #764: Topology error using
+         ST_AddIsoNode (now that raster has an ST_Intersects it is now
+         more necessary to not rely on auto casts)
 
-2011-01-11 03:38  robe
+2011-01-11 03:38  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: fix duplicate refentry id
+       * [r6592] doc/extras_topology.xml: fix duplicate refentry id
 
-2011-01-11 03:22  robe
+2011-01-11 03:22  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: #763: documentation had wrong datatype
-         for tg_type which made the associated comment break
+       * [r6591] doc/extras_topology.xml: #763: documentation had wrong
+         datatype for tg_type which made the associated comment break
 
-2011-01-10 17:31  robe
+2011-01-10 17:31  Regina Obe <lr@pcorp.us>
 
-       * topology/sql/sqlmm.sql: #760: missed some
+       * [r6590] topology/sql/sqlmm.sql: #760: missed some
 
-2011-01-10 17:27  robe
+2011-01-10 17:27  Regina Obe <lr@pcorp.us>
 
-       * topology/sql/populate.sql, topology/sql/sqlmm.sql: #760: replace
-         deprecated function names with new names so all regress tests
-         pass again. This should completely work now.
+       * [r6589] topology/sql/populate.sql, topology/sql/sqlmm.sql: #760:
+         replace deprecated function names with new names so all regress
+         tests pass again. This should completely work now.
 
-2011-01-10 17:13  robe
+2011-01-10 17:13  Regina Obe <lr@pcorp.us>
 
-       * topology/topology.sql.in.c: Start replacing deprecated names with
-         new names - still more to do
+       * [r6588] topology/topology.sql.in.c: Start replacing deprecated
+         names with new names - still more to do
 
-2011-01-10 16:36  robe
+2011-01-10 16:36  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722: Get rid
-         of more deprecated functions - mem_size, xmax, xmin,ymax,
+       * [r6587] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722:
+         Get rid of more deprecated functions - mem_size, xmax, xmin,ymax,
          ymin,zmflag,zmax,zmin
 
 2011-01-10 14:21  jorgearevalo
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Deleted gserialized check. It's
-         safe to use geometry_gist_sel. Related ticket #758.
+       * [r6586] raster/rt_pg/rtpostgis.sql.in.c: Deleted gserialized
+         check. It's safe to use geometry_gist_sel. Related ticket #758.
 
-2011-01-09 18:38  robe
+2011-01-09 18:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Get rid of now unuseful note in
+       * [r6585] doc/reference_raster.xml: Get rid of now unuseful note in
          ST_Value. Update short-description to reflect now works with
          geometry points
 
 2011-01-09 16:01  jorgearevalo
 
-       * raster/rt_core/rt_api.c: Replaced annoying warning message for a
-         debug-only message. Related ticket #759.
+       * [r6584] raster/rt_core/rt_api.c: Replaced annoying warning
+         message for a debug-only message. Related ticket #759.
 
 2011-01-08 10:51  nicklas
 
-       * liblwgeom/measures3d.c: fix typo from r6580, and some enhanced
-         notes
+       * [r6583] liblwgeom/measures3d.c: fix typo from r6580, and some
+         enhanced notes
 
 2011-01-07 15:12  jorgearevalo
 
-       * raster/rt_core/rt_api.c: Bug solved: RASTER_DEBUGf replaced by
-         RASTER_DEBUGF. Related ticket #757.
+       * [r6582] raster/rt_core/rt_api.c: Bug solved: RASTER_DEBUGf
+         replaced by RASTER_DEBUGF. Related ticket #757.
 
-2011-01-07 13:38  robe
+2011-01-07 13:38  Regina Obe <lr@pcorp.us>
 
-       * regress/Makefile.in: remove wmsservers_old so its failure doesn't
-         halt further make check
+       * [r6581] regress/Makefile.in: remove wmsservers_old so its failure
+         doesn't halt further make check
 
 2011-01-07 13:08  nicklas
 
-       * liblwgeom/measures3d.c: Fix for ticket #755
+       * [r6580] liblwgeom/measures3d.c: Fix for ticket #755
 
-2011-01-07 10:48  strk
+2011-01-07 10:48  Sandro Santilli <strk@keybit.net>
 
-       * topology/ER/topology.fig: Enlarge the diagram image, by Andrea
-         Peri (#750)
+       * [r6579] topology/ER/topology.fig: Enlarge the diagram image, by
+         Andrea Peri (#750)
 
-2011-01-07 09:55  strk
+2011-01-07 09:55  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress/droptopology.sql,
+       * [r6578] topology/test/Makefile,
+         topology/test/regress/droptopology.sql,
          topology/test/regress/droptopology_expected,
          topology/topology.sql.in.c: Fix bug in topology.DropTopology
          getting confused in presence of multiple topologies [RT-SIGTA]
 
-2011-01-07 09:54  strk
+2011-01-07 09:54  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/topoelement,
+       * [r6577] topology/sql/topoelement,
          topology/sql/topoelement/topoelement_agg.sql,
          topology/test/Makefile,
          topology/test/regress/topoelementarray_agg.sql,
          topology/topology.sql.in.c: Add TopoElementArray_agg function, to
          help with TopoGeometry construction [RT-SIGTA]
 
-2011-01-05 23:35  robe
+2011-01-05 23:35  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6576] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          postgis/sqlmm.sql.in.c: #722 : remove deprecated functions
          (part): contains, intersection, line_interpolate_point,
          line_locate_point,
          line_substring, locate_between_measures
 
-2011-01-05 22:25  robe
+2011-01-05 22:25  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6575] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          regress/regress_buffer_params.sql, regress/snaptogrid.sql,
          regress/snaptogrid_expected: #722 remove deprecated functions
          (part): boundary, GeomUnion, intersects, IsRing, IsSimple,
 
 2011-01-05 17:41  jorgearevalo
 
-       * raster/scripts/plpgsql/st_mapalgebra.sql,
+       * [r6574] raster/scripts/plpgsql/st_mapalgebra.sql,
          raster/scripts/plpgsql/st_mapalgebra_optimized.sql: Replaced
          references to "pixsize" by "scale". Complete the previous commit.
          Related ticket #654
 
 2011-01-05 17:38  jorgearevalo
 
-       * raster/scripts/plpgsql/st_asraster.sql,
+       * [r6573] raster/scripts/plpgsql/st_asraster.sql,
          raster/scripts/plpgsql/st_clip.sql,
          raster/scripts/plpgsql/st_mapalgebra.sql,
          raster/scripts/plpgsql/st_mapalgebra_optimized.sql: Updated
 
 2011-01-05 17:01  jorgearevalo
 
-       * raster/rt_core/rt_api.c: Call to ctx->warn replaced by
+       * [r6572] raster/rt_core/rt_api.c: Call to ctx->warn replaced by
          RASTER_DEBUGF, to avoid annoying and unexpected messages in calls
          to st_bandmetadata.
 
-2011-01-05 14:56  robe
+2011-01-05 14:56  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6571] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          regress/regress_ogc.sql: #722 (part): Down with really really
          dumb constructors :)
          GeomCollFromText,LineFromText,LineFromWKB,LineStringFromText,LinestringFromWKB,LineMerge,MLineFromText
          ,MLineFromWKB,MPointFromText,MPolyFromWKB,MultiLineFromWKB,MultiLineStringFromText,MultiPointFromWKB,
          ST_Polygonize_GArray,PolyFromText,PolyFromWKB,PolygonFromWKB,PointFromText,PointFromWKB
 
-2011-01-05 13:47  robe
+2011-01-05 13:47  Regina Obe <lr@pcorp.us>
 
-       * postgis/uninstall_postgis.sql.in.c: more cleanup of operator
-         functions that are now removed
+       * [r6570] postgis/uninstall_postgis.sql.in.c: more cleanup of
+         operator functions that are now removed
 
-2011-01-05 13:36  robe
+2011-01-05 13:36  Regina Obe <lr@pcorp.us>
 
-       * postgis/uninstall_postgis.sql.in.c: remove related operator, chip
-         no longer installed. I still think we need to get rid of the DROP
-         CASCADES in this file
+       * [r6569] postgis/uninstall_postgis.sql.in.c: remove related
+         operator, chip no longer installed. I still think we need to get
+         rid of the DROP CASCADES in this file
 
-2011-01-05 13:34  robe
+2011-01-05 13:34  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #302: okay I
-         forgot some - remove old functions that are ST_ redundant copies
-         of operator ones
+       * [r6568] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #302:
+         okay I forgot some - remove old functions that are ST_ redundant
+         copies of operator ones
          st_geometry_lt,st_geometry_le,st_geometry_le,st_geometry_gt,st_geometry_ge,st_geometry_eq,st_geometry_cmp,
          postgis_gist_sel,postgis_gist_joinsel,st_postgis_gist_sel,st_postgis_gist_joinsel,st_geometry_overleft,
          st_geometry_overabove,st_geometry_left,st_geometry_right,st_geometry_above,
          st_geometry_below,st_geometry_contain
          ,st_geometry_contained,st_geometry_overlap,st_geometry_same
 
-2011-01-05 05:57  robe
+2011-01-05 05:57  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #302 completed
-         I think: Drop ST_ duplicate variants of functions underneath TYPE
-         and OPERATOR definitions.
+       * [r6567] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #302
+         completed I think: Drop ST_ duplicate variants of functions
+         underneath TYPE and OPERATOR definitions.
          remove: st_geometry_analyze
 
-2011-01-04 17:44  robe
+2011-01-04 17:44  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #302 (part
-         done): Drop ST_ duplicate variants of functions underneath TYPE
-         and OPERATOR definitions.
+       * [r6566] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #302
+         (part done): Drop ST_ duplicate variants of functions underneath
+         TYPE and OPERATOR definitions.
          st_box3d_in, st_box3d_out,st_spheroid_in,
          st_spheroid_out,st_geometry_in, st_geometry_out,
          st_geometry_recv,st_geometry_send
 
-2011-01-04 17:25  robe
+2011-01-04 17:25  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722 - remove
-         more deprecated functions - crosses,
+       * [r6565] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722 -
+         remove more deprecated functions - crosses,
          within,multipointfromtext,mpolyfromtext,
          multipolygonfromtext
 
-2011-01-04 13:59  robe
+2011-01-04 13:59  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6564] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          regress/ctors.sql: remove deprecated functions:
          bdpolyfromtext,bdmpolyfromtext,collect,disjoint,memcollect,memgeomunion,
          unite_garray,st_unit_garray .
          reshuffle legacy.sql.in.c so aggregates and dependencies are
          together
 
-2011-01-04 13:35  robe
+2011-01-04 13:35  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6563] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          regress/regress_ogc.sql: remove more deprecated:
          dimension,exteriorring, geometryn,interiorringn,
          isempty,isclosed,
          m,numinteriorring, numinteriorrings,pointn,x,y,z
 
-2011-01-04 13:07  robe
+2011-01-04 13:07  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: remove
+       * [r6562] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: remove
          deprecated functions:
          addpoint,ndims,numgeometries,numpoints,removepoint,setpoint
 
-2011-01-04 12:51  robe
+2011-01-04 12:51  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6561] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          regress/sql-mm-circularstring.sql: remove more deprecated
          functions
 
-2011-01-03 19:26  robe
+2011-01-03 19:26  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6560] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          regress/sql-mm-circularstring.sql,
          regress/sql-mm-circularstring_expected,
          regress/sql-mm-compoundcurve.sql,
          regress/sql-mm-compoundcurve_expected: get rid of more deprecated
          functions
 
-2011-01-03 18:52  robe
+2011-01-03 18:52  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6559] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          regress/ctors.sql: remove more deprecated functions
 
-2011-01-03 18:24  robe
+2011-01-03 18:24  Regina Obe <lr@pcorp.us>
 
-       * regress/wmsservers_new_expected, regress/wmsservers_old_expected:
+       * [r6558] regress/wmsservers_new_expected,
+         regress/wmsservers_old_expected:
 
 2011-01-03 16:35  jorgearevalo
 
-       * raster/ma_lexer.l, raster/ma_lexer_only.l, raster/ma_parser.y:
-         Deleted old flex/bison analyzer for MapAlgebra. Newer version on
-         raster/rt_core.
+       * [r6557] raster/ma_lexer.l, raster/ma_lexer_only.l,
+         raster/ma_parser.y: Deleted old flex/bison analyzer for
+         MapAlgebra. Newer version on raster/rt_core.
 
 2011-01-03 16:17  jorgearevalo
 
-       * raster/test/regress/Makefile.in,
+       * [r6556] raster/test/regress/Makefile.in,
          raster/test/regress/create_rt_empty_raster_test.sql,
          raster/test/regress/create_rt_empty_raster_test_expected,
          raster/test/regress/rt_hasnoband.sql,
 
 2011-01-03 16:07  jorgearevalo
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
+       * [r6555] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/regress/Makefile.in:
          Added code for ST_IsEmpty and ST_HasNoBand functions. And test
          code for the
 
 2011-01-03 11:53  jorgearevalo
 
-       * raster/rt_pg/rt_pg.c: Changed information return by
+       * [r6554] raster/rt_pg/rt_pg.c: Changed information return by
          postgis_raster_build_date and
          postgis_raster_lib_version, to match the PostGIS build date and
          version. Related
 
 2011-01-03 10:55  jorgearevalo
 
-       * doc/reference_raster.xml: Raster doc updated with the new names
-         of several functions (Box2D, Scale, etc).
+       * [r6553] doc/reference_raster.xml: Raster doc updated with the new
+         names of several functions (Box2D, Scale, etc).
          Related ticket #654
 
 2011-01-03 10:46  jorgearevalo
 
-       * raster/rt_core/ma_lexer.l, raster/rt_core/ma_parser.y,
+       * [r6552] raster/rt_core/ma_lexer.l, raster/rt_core/ma_parser.y,
          raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c, raster/test/core/testwkb.c,
 
 2011-01-02 22:21  jorgearevalo
 
-       * raster/rt_core/ma_lexer.l, raster/rt_core/ma_parser.y: Some
-         modifications made on basic MapAlgebra lexer/parser. Very basic
-         version just now.
+       * [r6551] raster/rt_core/ma_lexer.l, raster/rt_core/ma_parser.y:
+         Some modifications made on basic MapAlgebra lexer/parser. Very
+         basic version just now.
 
 2011-01-01 15:35  jorgearevalo
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Temporarily include
+       * [r6550] raster/rt_pg/rtpostgis.sql.in.c: Temporarily include
          postgis/gserialized.h file in raster/rt_pg/rtpostgis.sql.in.c to
          get access to GSERIALIZED_ON and avoid error with gserialized
          enabled
 
-2010-12-31 08:12  robe
+2010-12-31 08:12  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: add gist index overlap tests
+       * [r6549] doc/xsl/postgis_gardentest.sql.xsl: add gist index
+         overlap tests
 
-2010-12-31 01:53  robe
+2010-12-31 01:53  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: update bios
+       * [r6548] doc/introduction.xml: update bios
 
 2010-12-30 23:28  jorgearevalo
 
-       * raster/rt_pg/rtpostgis.sql.in.c: Changed some functions names for
-         operators. Related tickets #742, #730
+       * [r6547] raster/rt_pg/rtpostgis.sql.in.c: Changed some functions
+         names for operators. Related tickets #742, #730
 
-2010-12-30 23:17  pramsey
+2010-12-30 23:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwline.c, liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c:
-         gserialized enabled ST_Reverse LINESTRING EMPTY crash (#743)
+       * [r6546] liblwgeom/lwline.c, liblwgeom/lwpoly.c,
+         liblwgeom/lwtriangle.c: gserialized enabled ST_Reverse LINESTRING
+         EMPTY crash (#743)
 
-2010-12-30 21:00  pramsey
+2010-12-30 21:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos.c: Convex hull serialization problem (#741)
+       * [r6545] postgis/lwgeom_geos.c: Convex hull serialization problem
+         (#741)
 
 2010-12-30 18:31  nicklas
 
-       * regress/measures.sql, regress/measures_expected: rounding
+       * [r6543] regress/measures.sql, regress/measures_expected: rounding
          precision difference in measures regress test #703, #735, #607
 
-2010-12-30 16:54  pramsey
+2010-12-30 16:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeom.c: Guard against empty in isclosed (#740)
+       * [r6542] liblwgeom/lwgeom.c: Guard against empty in isclosed
+         (#740)
 
-2010-12-30 00:14  pramsey
+2010-12-30 00:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/Makefile.in, postgis/geography.sql.in.c,
+       * [r6540] postgis/Makefile.in, postgis/geography.sql.in.c,
          postgis/geometry_gist_selectivity.c, postgis/lwgeom_estimate.c,
          postgis/postgis.sql.in.c: Add in gserialized-ready selectivity
          functions for 2d default index.
 
-2010-12-29 18:51  pramsey
+2010-12-29 18:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_ogc.c: ST_ExteriorRing POLYGON EMPTY crash (#708)
+       * [r6538] postgis/lwgeom_ogc.c: ST_ExteriorRing POLYGON EMPTY crash
+         (#708)
 
 2010-12-29 15:49  nicklas
 
-       * liblwgeom/measures3d.h: typo in comment
+       * [r6537] liblwgeom/measures3d.h: typo in comment
 
-2010-12-29 15:38  robe
+2010-12-29 15:38  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: Get rid of a
-         lot of deprecated functions. People will hate me c'est la vie.
+       * [r6536] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: Get
+         rid of a lot of deprecated functions. People will hate me c'est
+         la vie.
 
-2010-12-29 15:37  robe
+2010-12-29 15:37  Regina Obe <lr@pcorp.us>
 
-       * regress/Makefile.in, regress/sql-mm-multisurface.sql,
+       * [r6535] regress/Makefile.in, regress/sql-mm-multisurface.sql,
          regress/sql-mm-multisurface_expected, regress/wmsservers.sql,
          regress/wmsservers_expected, regress/wmsservers_new.sql,
          regress/wmsservers_new_expected, regress/wmsservers_old.sql,
          use deprecated calls. the old will fail once I pull the switch on
          old deprecated calls, but the new should work.
 
-2010-12-29 15:17  robe
+2010-12-29 15:17  Regina Obe <lr@pcorp.us>
 
-       * regress/sql-mm-multicurve.sql,
+       * [r6534] regress/sql-mm-multicurve.sql,
          regress/sql-mm-multicurve_expected: remove deprecated tests
 
-2010-12-29 14:50  robe
+2010-12-29 14:50  Regina Obe <lr@pcorp.us>
 
-       * regress/lwgeom_regress_expected, regress/regress_lrs.sql,
+       * [r6533] regress/lwgeom_regress_expected, regress/regress_lrs.sql,
          regress/regress_lrs_expected: forgot these
 
-2010-12-29 14:48  robe
+2010-12-29 14:48  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/MultiPointM-wkt.sql,
+       * [r6532] regress/loader/MultiPointM-wkt.sql,
          regress/loader/PointZ-wkb.sql, regress/loader/Polygon-wkt.sql,
          regress/loader/PolygonM-wkb.sql, regress/loader/PolygonM-wkt.sql,
          regress/loader/PolygonZ-wkb.sql, regress/loader/PolygonZ-wkt.sql,
          regress/regress_proj_expected, regress/sql-mm-curvepoly.sql,
          regress/sql-mm-curvepoly_expected: get rid of more deprecated
 
-2010-12-29 14:14  robe
+2010-12-29 14:14  Regina Obe <lr@pcorp.us>
 
-       * regress/affine.sql, regress/affine_expected, regress/ctors.sql,
-         regress/ctors_expected, regress/regress_ogc.sql,
-         regress/regress_ogc_expected, regress/removepoint.sql,
-         regress/removepoint_expected, regress/setpoint.sql,
-         regress/setpoint_expected, regress/sql-mm-circularstring.sql,
+       * [r6531] regress/affine.sql, regress/affine_expected,
+         regress/ctors.sql, regress/ctors_expected,
+         regress/regress_ogc.sql, regress/regress_ogc_expected,
+         regress/removepoint.sql, regress/removepoint_expected,
+         regress/setpoint.sql, regress/setpoint_expected,
+         regress/sql-mm-circularstring.sql,
          regress/sql-mm-circularstring_expected,
          regress/sql-mm-compoundcurve.sql: Get rid of more deprecated
          calls
 
-2010-12-29 14:07  pramsey
+2010-12-29 14:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/measures.sql, regress/measures_expected: Update test to
-         reflect that polygons are now supported.
+       * [r6530] regress/measures.sql, regress/measures_expected: Update
+         test to reflect that polygons are now supported.
 
-2010-12-29 09:58  robe
+2010-12-29 09:58  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: start new section
+       * [r6529] doc/extras_topology.xml: start new section
 
 2010-12-28 22:12  nicklas
 
-       * liblwgeom/measures3d.c, liblwgeom/measures3d.h: 3D distance
-         functions against polygons
+       * [r6528] liblwgeom/measures3d.c, liblwgeom/measures3d.h: 3D
+         distance functions against polygons
 
-2010-12-28 21:58  robe
+2010-12-28 21:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix dangling RT_ST_Box2D references
+       * [r6527] doc/reference_raster.xml: fix dangling RT_ST_Box2D
+         references
 
-2010-12-28 18:24  robe
+2010-12-28 18:24  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/Arc-wkb.sql, regress/loader/Arc-wkt.sql,
+       * [r6526] regress/loader/Arc-wkb.sql, regress/loader/Arc-wkt.sql,
          regress/loader/ArcM-wkb.sql, regress/loader/ArcM-wkt.sql,
          regress/loader/MultiPoint-wkb.sql,
          regress/loader/MultiPoint-wkt.sql,
          regress/loader/PointM-wkt.sql, regress/loader/PointZ-wkt.sql,
          regress/loader/Polygon-wkb.sql: Get rid of deprecated calls
 
-2010-12-28 18:24  robe
+2010-12-28 18:24  Regina Obe <lr@pcorp.us>
 
-       * regress/regress_bdpoly.sql, regress/regress_bdpoly_expected: get
-         rid of deprecated calls
+       * [r6525] regress/regress_bdpoly.sql,
+         regress/regress_bdpoly_expected: get rid of deprecated calls
 
-2010-12-28 18:22  robe
+2010-12-28 18:22  Regina Obe <lr@pcorp.us>
 
-       * loader/pgsql2shp-core.c, loader/shp2pgsql-cli.c,
+       * [r6524] loader/pgsql2shp-core.c, loader/shp2pgsql-cli.c,
          loader/shp2pgsql-core.c: start getting rid of deprecated calls
 
-2010-12-28 18:00  pramsey
+2010-12-28 18:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, regress/tickets.sql, regress/tickets_expected:
-         Fix regression failure in standard serialization mode. (#735)
+       * [r6523] liblwgeom/g_box.c, regress/tickets.sql,
+         regress/tickets_expected: Fix regression failure in standard
+         serialization mode. (#735)
 
-2010-12-28 17:16  strk
+2010-12-28 17:16  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Default topology tolerance is 0, not
-         -1
+       * [r6522] topology/topology.sql.in.c: Default topology tolerance is
+         0, not -1
 
-2010-12-28 15:47  robe
+2010-12-28 15:47  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: reenable ST_AddPoint
+       * [r6521] doc/xsl/postgis_gardentest.sql.xsl: reenable ST_AddPoint
 
-2010-12-28 01:10  pramsey
+2010-12-28 01:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwline.c: Over-determined dimensionality in building
-         line from lwptarray
+       * [r6520] liblwgeom/lwline.c: Over-determined dimensionality in
+         building line from lwptarray
 
-2010-12-28 00:54  pramsey
+2010-12-28 00:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c, postgis/geography_gist.c: Whoops,
-         senses of many 2d operators were reversed.
+       * [r6519] postgis/geography.sql.in.c, postgis/geography_gist.c:
+         Whoops, senses of many 2d operators were reversed.
 
-2010-12-28 00:42  robe
+2010-12-28 00:42  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: miscellaneous fixes and indentation
+       * [r6518] doc/extras_topology.xml: miscellaneous fixes and
+         indentation
 
-2010-12-28 00:27  pramsey
+2010-12-28 00:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/tickets.sql, regress/tickets_expected:
+       * [r6517] regress/tickets.sql, regress/tickets_expected:
          T_Distance_Spheroid is kinda broken (#677)
 
-2010-12-28 00:24  pramsey
+2010-12-28 00:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, liblwgeom/lwgeodetic.c,
+       * [r6516] liblwgeom/g_box.c, liblwgeom/lwgeodetic.c,
          postgis/lwgeom_spheroid.c: ST_Distance_Spheroid is kinda broken
          (#677)
 
-2010-12-27 22:41  pramsey
+2010-12-27 22:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
+       * [r6515] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
          liblwgeom/lwline.c, postgis/lwgeom_functions_basic.c,
          regress/tickets.sql, regress/tickets_expected: ST_MakeLine
          aggregate function crashes with empty geometries (#729)
 
-2010-12-27 11:56  strk
+2010-12-27 11:56  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in: PG_CONFIG seems to be needed for PGXS
+       * [r6514] topology/Makefile.in: PG_CONFIG seems to be needed for
+         PGXS
 
-2010-12-27 11:10  strk
+2010-12-27 11:10  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: Add ST_SharedPaths and ST_Snap items
+       * [r6513] NEWS: Add ST_SharedPaths and ST_Snap items
 
-2010-12-27 11:05  strk
+2010-12-27 11:05  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/sqlmm.sql,
+       * [r6512] topology/test/regress/sqlmm.sql,
          topology/test/regress/sqlmm_expected: Do not consider DEBUG and
          NOTICE mesages when running sqlmm regression tests. Should fix
          #734.
 
-2010-12-27 03:38  robe
+2010-12-27 03:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: ST_Box2D -> Box2D
+       * [r6511] doc/reference_raster.xml: ST_Box2D -> Box2D
 
-2010-12-27 01:40  robe
+2010-12-27 01:40  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: get rid of
-         more functions
+       * [r6510] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: get
+         rid of more functions
 
-2010-12-26 19:27  robe
+2010-12-26 19:27  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: revise to include mention of
-         topology support
+       * [r6509] doc/xsl/postgis_aggs_mm.xml.xsl: revise to include
+         mention of topology support
 
-2010-12-26 19:11  robe
+2010-12-26 19:11  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: fix tag typo pointed out by strk
+       * [r6507] doc/using_postgis_dataman.xml: fix tag typo pointed out
+         by strk
 
-2010-12-26 18:47  robe
+2010-12-26 18:47  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: put AddTopo.. example in programlisting
-         tag, minior indenting changes
+       * [r6506] doc/extras_topology.xml: put AddTopo.. example in
+         programlisting tag, minior indenting changes
 
 2010-12-26 13:24  jorgearevalo
 
-       * raster/rt_pg/rtpostgis.sql.in.c: ST_Box2D replaced by Box2D.
-         Related ticket #730.
+       * [r6505] raster/rt_pg/rtpostgis.sql.in.c: ST_Box2D replaced by
+         Box2D. Related ticket #730.
 
-2010-12-25 19:38  robe
+2010-12-25 19:38  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: DropTopogeometryColumn
+       * [r6504] doc/extras_topology.xml: DropTopogeometryColumn
 
-2010-12-25 19:02  robe
+2010-12-25 19:02  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml:
+       * [r6503] doc/extras_topology.xml:
 
-2010-12-25 18:58  robe
+2010-12-25 18:58  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: Example for addtopogeometrycolumn
+       * [r6502] doc/extras_topology.xml: Example for
+         addtopogeometrycolumn
 
-2010-12-24 22:08  pramsey
+2010-12-24 22:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c, postgis/geography_gist.c: Change
-         default gserialized gist index to 2d and put all the old
+       * [r6501] postgis/geography.sql.in.c, postgis/geography_gist.c:
+         Change default gserialized gist index to 2d and put all the old
          operators back in place.
 
-2010-12-24 18:13  robe
+2010-12-24 18:13  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, doc/xsl/topology_comments.sql.xsl: fix
-         data type mismatches that got flagged when generating topology
-         comments, put in a set_path clause for topology comments
-         generation
+       * [r6500] doc/extras_topology.xml,
+         doc/xsl/topology_comments.sql.xsl: fix data type mismatches that
+         got flagged when generating topology comments, put in a set_path
+         clause for topology comments generation
 
-2010-12-24 18:01  robe
+2010-12-24 18:01  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/topology_comments.sql.xsl,
+       * [r6499] doc/xsl/topology_comments.sql.xsl,
          doc/xsl/topology_gardentest.sql.xsl: Start work on topology
          database help and garden tester.
 
-2010-12-24 17:53  robe
+2010-12-24 17:53  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml: AddTopoGeometryColumn
+       * [r6498] doc/extras_topology.xml: AddTopoGeometryColumn
 
-2010-12-24 10:22  strk
+2010-12-24 10:22  Sandro Santilli <strk@keybit.net>
 
-       * topology/README: Update with some integrations provided by Andrea
-         Peri [RT-SIGTA]
+       * [r6497] topology/README: Update with some integrations provided
+         by Andrea Peri [RT-SIGTA]
 
-2010-12-24 01:38  robe
+2010-12-24 01:38  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis_drop.sql.in.c: Fix for #732 - chip does not exist
+       * [r6496] postgis/postgis_drop.sql.in.c: Fix for #732 - chip does
+         not exist
 
-2010-12-23 22:49  pramsey
+2010-12-23 22:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/tickets.sql, regress/tickets_expected: Add more tickets
-         tests up to #700
+       * [r6495] regress/tickets.sql, regress/tickets_expected: Add more
+         tickets tests up to #700
 
-2010-12-23 22:06  pramsey
+2010-12-23 22:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h: Fix conversion to
-         geometry (#730)
+       * [r6494] raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h: Fix
+         conversion to geometry (#730)
 
-2010-12-23 19:06  pramsey
+2010-12-23 19:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/tickets.sql, regress/tickets_expected: Add some tickets
-         from the trac into regression
+       * [r6493] regress/tickets.sql, regress/tickets_expected: Add some
+         tickets from the trac into regression
 
-2010-12-23 18:05  pramsey
+2010-12-23 18:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h: Move clone
-         prototypes back into public...
+       * [r6492] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h:
+         Move clone prototypes back into public...
 
-2010-12-23 18:03  pramsey
+2010-12-23 18:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
+       * [r6491] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
          liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
          liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
          postgis/lwgeom_functions_basic.c: ST_AddPoint is broken (#662)
 
-2010-12-23 17:41  robe
+2010-12-23 17:41  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: ability to exclude operators
-         from testing
+       * [r6490] doc/xsl/postgis_gardentest.sql.xsl: ability to exclude
+         operators from testing
 
-2010-12-23 17:30  strk
+2010-12-23 17:30  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Other CREATEFUNCTION and _VOLATILE*
-         gone (see #714)
+       * [r6489] topology/topology.sql.in.c: Other CREATEFUNCTION and
+         _VOLATILE* gone (see #714)
 
-2010-12-23 17:21  robe
+2010-12-23 17:21  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: log more sql
+       * [r6488] doc/xsl/raster_gardentest.sql.xsl: log more sql
 
-2010-12-23 17:04  pramsey
+2010-12-23 17:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_box2dfloat4.c: ST_MakeBox2D crashes with
+       * [r6487] postgis/lwgeom_box2dfloat4.c: ST_MakeBox2D crashes with
          LINESTRING (#728)
 
-2010-12-23 14:19  strk
+2010-12-23 14:19  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql: Stop relying on preprocessor for
+       * [r6486] topology/sql/sqlmm.sql: Stop relying on preprocessor for
          CREATEFUNCTION and _VOLATILE (see #714)
 
-2010-12-23 13:31  robe
+2010-12-23 13:31  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: miss end para
+       * [r6485] doc/reference_measure.xml: miss end para
 
-2010-12-23 12:49  strk
+2010-12-23 12:49  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/sqlmm.sql, topology/test/Makefile,
+       * [r6484] topology/sql/sqlmm.sql, topology/test/Makefile,
          topology/test/regress/st_getfacegeometry.sql,
          topology/test/regress/st_getfacegeometry_expected: Make
          ST_GetFaceGeometry use ST_BuildArea rather than assuming first
          polygon coming out of Polygonize will be the correct one. Fixes
          ticket #726. Enables automated testing for it.
 
-2010-12-23 12:28  strk
+2010-12-23 12:28  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/st_getfacegeometry.sql: Add test showing
-         bug in st_getfacegeometry
+       * [r6483] topology/test/regress/st_getfacegeometry.sql: Add test
+         showing bug in st_getfacegeometry
 
-2010-12-23 07:57  strk
+2010-12-23 07:57  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: more git ignores
+       * [r6482] .gitignore: more git ignores
 
-2010-12-22 22:40  pramsey
+2010-12-22 22:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
+       * [r6481] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
          postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_functions_basic.c,
          postgis/postgis.sql.in.c: Last regression fixes for
          postgis-on-gserialized
 
-2010-12-22 21:16  pramsey
+2010-12-22 21:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c,
+       * [r6480] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c,
          liblwgeom/g_serialized.txt, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c,
          postgis/lwgeom_geos.c, postgis/lwgeom_rtree.c,
          postgis/lwgeom_rtree.h: Change srid from uint32 to int32 and
          update gserialized and TYPMOD handlers to deal with signed SRIDs
 
-2010-12-22 20:02  robe
+2010-12-22 20:02  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6479] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          regress/measures.sql: miscellaneous
 
-2010-12-22 19:41  robe
+2010-12-22 19:41  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6478] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          regress/measures.sql: Goodbye length
 
-2010-12-22 19:15  robe
+2010-12-22 19:15  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6477] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          regress/simplify.sql, regress/simplify_expected: Good bye
          simplify
 
-2010-12-22 19:04  robe
+2010-12-22 19:04  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: History #515:
-         good bye chip (we can hold on to the dependency functions thru
-         postgis 2.0 and then maybe completely rid in 2.1)
+       * [r6476] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c:
+         History #515: good bye chip (we can hold on to the dependency
+         functions thru postgis 2.0 and then maybe completely rid in 2.1)
 
 2010-12-22 18:59  jorgearevalo
 
-       * raster/ma_lexer.l, raster/ma_parser.y: Basic flex/bison grammar
-         to start working with raster MapAlgebra
+       * [r6475] raster/ma_lexer.l, raster/ma_parser.y: Basic flex/bison
+         grammar to start working with raster MapAlgebra
 
-2010-12-22 18:45  strk
+2010-12-22 18:45  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/test/regress/addface.sql,
+       * [r6474] topology/sql/populate.sql,
+         topology/test/regress/addface.sql,
          topology/test/regress/addface_expected: Support faces with all
          edges on the same side, and test [RT-SIGTA]
 
-2010-12-22 18:42  robe
+2010-12-22 18:42  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6473] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          regress/regress.sql: get rid of addbbox,dropbbox,hasbbox (and
          replace occurrences in regress with newer postgis_addbbox etc)
 
-2010-12-22 18:24  strk
+2010-12-22 18:24  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Add rules to avoid the infinite loop took before
-         ./configure is run
+       * [r6472] Makefile: Add rules to avoid the infinite loop took
+         before ./configure is run
 
-2010-12-22 17:27  strk
+2010-12-22 17:27  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/test/Makefile,
+       * [r6471] topology/sql/populate.sql, topology/test/Makefile,
          topology/test/regress/addface.sql,
          topology/test/regress/addface_expected: Implement
          topology.AddFace and add test
 
-2010-12-22 17:08  robe
+2010-12-22 17:08  Regina Obe <lr@pcorp.us>
 
-       * postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
+       * [r6470] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
          regress/affine.sql, regress/affine_expected,
          regress/measures.sql: move all deprecated Affine functoins to
          legach.sql.in.c, remove use in non-deprecated functions and in
          regress tests
 
-2010-12-22 06:17  pramsey
+2010-12-22 06:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/legacy.sql.in.c: Add legacy file for
+       * [r6469] postgis/legacy.sql.in.c: Add legacy file for
          removed-but-not-forgotten old function aliases
 
-2010-12-22 01:08  pramsey
+2010-12-22 01:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwpoint.c, liblwgeom/measures.c,
-         liblwgeom/measures3d.c, postgis/geography_measurement.c,
-         postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_functions_basic.c,
-         postgis/postgis.sql.in.c: Continue working GSERIALIZED_ON into
-         the code base. Working on switching BOX2DFLOAT4 to a GBOX
+       * [r6468] liblwgeom/liblwgeom.h, liblwgeom/lwpoint.c,
+         liblwgeom/measures.c, liblwgeom/measures3d.c,
+         postgis/geography_measurement.c, postgis/lwgeom_box2dfloat4.c,
+         postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c:
+         Continue working GSERIALIZED_ON into the code base. Working on
+         switching BOX2DFLOAT4 to a GBOX
 
-2010-12-21 23:56  pramsey
+2010-12-21 23:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
+       * [r6467] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwcollection.c, liblwgeom/lwpoly.c,
          liblwgeom/ptarray.c, postgis/geography_gist.c,
          postgis/gserialized.h, postgis/lwgeom_functions_analytic.c,
          regress/sql-mm-multisurface.sql: Remove some ST_ variants of
          cast-support functions (#302), and start legacy.sql.in.c (#722)
 
-2010-12-21 22:19  robe
+2010-12-21 22:19  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: fix typo
+       * [r6466] doc/using_postgis_dataman.xml: fix typo
 
-2010-12-21 22:14  robe
+2010-12-21 22:14  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml, doc/using_postgis_dataman.xml: point
-         relation functions to DE-9IM section of docs for more info
+       * [r6464] doc/reference_measure.xml, doc/using_postgis_dataman.xml:
+         point relation functions to DE-9IM section of docs for more info
 
-2010-12-21 21:39  pramsey
+2010-12-21 21:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
+       * [r6463] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
          liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeom.c, postgis/geography.h,
          postgis/geography_gist.c, postgis/lwgeom_box3d.c,
          postgis/lwgeom_pg.c: More clean-up and work on using gserialized.
 
-2010-12-21 18:01  pramsey
+2010-12-21 18:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c,
+       * [r6462] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c,
          liblwgeom/lwgeom.c, liblwgeom/lwhomogenize.c: Push the UNKNOWN
          forcing down into gserialized get/set
 
-2010-12-21 17:38  robe
+2010-12-21 17:38  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, doc/postgis.xml,
+       * [r6461] doc/extras_topology.xml, doc/postgis.xml,
          doc/reference_measure.xml: Document ST_RelateMatch -- polish up
          later
 
-2010-12-21 17:36  strk
+2010-12-21 17:36  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_relatematch.c: Don't release memory
+       * [r6460] postgis/lwgeom_geos_relatematch.c: Don't release memory
          associated with arguments. Fixes #725.
 
-2010-12-21 10:32  strk
+2010-12-21 10:32  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in, postgis/lwgeom_geos_relatematch.c,
+       * [r6459] postgis/Makefile.in, postgis/lwgeom_geos_relatematch.c,
          postgis/postgis.sql.in.c, regress/Makefile.in,
          regress/relatematch.sql, regress/relatematch_expected: Implement
          ST_RelateMatch, see ticket #717. [RT-SIGTA]
 
-2010-12-21 01:55  pramsey
+2010-12-21 01:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_surface.c,
-         liblwgeom/lwhomogenize.c, liblwgeom/lwin_wkb.c: Some preliminary
-         fixes to support SRID_UNKNOWN == 0
+       * [r6458] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_surface.c, liblwgeom/lwhomogenize.c,
+         liblwgeom/lwin_wkb.c: Some preliminary fixes to support
+         SRID_UNKNOWN == 0
 
-2010-12-20 23:34  pramsey
+2010-12-20 23:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/tickets.sql, regress/tickets_expected: Add regression
-         test for #723
+       * [r6457] regress/tickets.sql, regress/tickets_expected: Add
+         regression test for #723
 
-2010-12-20 22:01  strk
+2010-12-20 22:01  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql, topology/test/regress/addedge.sql,
+       * [r6456] topology/sql/populate.sql,
+         topology/test/regress/addedge.sql,
          topology/test/regress/addedge_expected: Fix addEdge when both
          endpoints are shared with an existing edge (and test) [RT-SIGTA]
 
-2010-12-20 19:41  pramsey
+2010-12-20 19:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_inout.c: Fix last regression break in casting
+       * [r6455] postgis/geography_inout.c: Fix last regression break in
+         casting
 
-2010-12-20 19:31  pramsey
+2010-12-20 19:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, postgis/lwgeom_inout.c,
+       * [r6454] liblwgeom/g_box.c, postgis/lwgeom_inout.c,
          postgis/lwgeom_transform.c: Arg, there's regression breaks in the
          last commit!
 
-2010-12-20 19:16  pramsey
+2010-12-20 19:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
+       * [r6453] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
          liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeom.c, postgis/geography_gist.c: ST_Intersection for
          geography is really messed up (#723)
 
-2010-12-20 12:03  robe
+2010-12-20 12:03  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: fix typo
+       * [r6452] doc/xsl/postgis_gardentest.sql.xsl: fix typo
 
-2010-12-20 04:39  pramsey
+2010-12-20 04:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, liblwgeom/liblwgeom.h, postgis/lwgeom_box3d.c,
-         postgis/lwgeom_functions_basic.c: Remove a few more old
-         constructions in favour of forward-compatible approaches.
+       * [r6450] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
+         postgis/lwgeom_box3d.c, postgis/lwgeom_functions_basic.c: Remove
+         a few more old constructions in favour of forward-compatible
+         approaches.
 
-2010-12-18 21:48  robe
+2010-12-18 21:48  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: fix spatial_class update
+       * [r6448] doc/xsl/postgis_gardentest.sql.xsl: fix spatial_class
+         update
 
-2010-12-18 16:44  pramsey
+2010-12-18 16:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c: Add the operators to the index
-         opclass too
+       * [r6447] postgis/geography.sql.in.c: Add the operators to the
+         index opclass too
 
-2010-12-18 16:42  pramsey
+2010-12-18 16:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c, postgis/geography_gist.c,
+       * [r6446] postgis/geography.sql.in.c, postgis/geography_gist.c,
          postgis/postgis.sql.in.c: Add some operators to indexes on
          gserialized
 
-2010-12-18 15:31  pramsey
+2010-12-18 15:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/tickets.sql, regress/tickets_expected: Add in test for
-         #720
+       * [r6445] regress/tickets.sql, regress/tickets_expected: Add in
+         test for #720
 
-2010-12-18 15:27  pramsey
+2010-12-18 15:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_transform.c: ST_Transform is broken for all MULTI
-         geometries (#720), wonder how that got through...
+       * [r6444] postgis/lwgeom_transform.c: ST_Transform is broken for
+         all MULTI geometries (#720), wonder how that got through...
 
-2010-12-18 05:06  pramsey
+2010-12-18 05:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c, postgis/gserialized.h,
+       * [r6443] postgis/geography.sql.in.c, postgis/gserialized.h,
          postgis/lwgeom_pg.h, postgis/sqldefines.h.in: Add gserialized.h.
          Later this can be the central place for index/object utilities,
          for now it just holds the switch to turn the gserialized code on
          and off while we develop
 
-2010-12-18 04:54  pramsey
+2010-12-18 04:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c:
-         Remove oddity around gbox duplication
+       * [r6442] liblwgeom/g_box.c, liblwgeom/lwgeodetic.c,
+         liblwgeom/lwgeom.c: Remove oddity around gbox duplication
 
-2010-12-18 00:38  pramsey
+2010-12-18 00:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, liblwgeom/liblwgeom.h, liblwgeom/lwin_wkb.c,
-         loader/cunit, postgis/Makefile.in, postgis/geography.sql.in.c,
-         postgis/geography_gist.c, postgis/postgis.sql.in.c: More syncro
-         between geometry and geography. Stubbed index binding.
+       * [r6441] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
+         liblwgeom/lwin_wkb.c, loader/cunit, postgis/Makefile.in,
+         postgis/geography.sql.in.c, postgis/geography_gist.c,
+         postgis/postgis.sql.in.c: More syncro between geometry and
+         geography. Stubbed index binding.
 
-2010-12-17 22:16  pramsey
+2010-12-17 22:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c, postgis/geography_gist.c: Re-name
-         GiST index functions generically for re-use in geometry.
+       * [r6440] postgis/geography.sql.in.c, postgis/geography_gist.c:
+         Re-name GiST index functions generically for re-use in geometry.
 
-2010-12-17 22:03  pramsey
+2010-12-17 22:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.h, postgis/geography_gist.c,
+       * [r6439] postgis/geography.h, postgis/geography_gist.c,
          regress/tickets.sql, regress/tickets_expected: Review to prepare
          generic index bindings for geography, then geometry
 
-2010-12-17 21:32  pramsey
+2010-12-17 21:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, liblwgeom/liblwgeom.h, postgis/geography.h,
-         postgis/geography_btree.c, postgis/geography_gist.c,
-         postgis/geography_measurement.c, regress/tickets.sql,
-         regress/tickets_expected: Harmonize some index support functions
-         to be more generic gserialized functions and less specific
-         geography functions.
+       * [r6438] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
+         postgis/geography.h, postgis/geography_btree.c,
+         postgis/geography_gist.c, postgis/geography_measurement.c,
+         regress/tickets.sql, regress/tickets_expected: Harmonize some
+         index support functions to be more generic gserialized functions
+         and less specific geography functions.
 
-2010-12-17 20:10  pramsey
+2010-12-17 20:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_libgeom.c,
-         liblwgeom/g_box.c, liblwgeom/g_serialized.c,
-         liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
-         liblwgeom/lwcollection.c, liblwgeom/lwcurvepoly.c,
-         liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c,
-         liblwgeom/lwgeom_api.c, liblwgeom/lwline.c, liblwgeom/lwmline.c,
-         liblwgeom/lwmpoly.c, liblwgeom/lwout_geojson.c,
-         liblwgeom/lwpoly.c, liblwgeom/lwspheroid.c,
-         liblwgeom/lwtriangle.c, liblwgeom/ptarray.c, postgis/geography.h,
+       * [r6437] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
+         liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
+         liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
+         liblwgeom/lwcurvepoly.c, liblwgeom/lwgeodetic.c,
+         liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwline.c,
+         liblwgeom/lwmline.c, liblwgeom/lwmpoly.c,
+         liblwgeom/lwout_geojson.c, liblwgeom/lwpoly.c,
+         liblwgeom/lwspheroid.c, liblwgeom/lwtriangle.c,
+         liblwgeom/ptarray.c, postgis/geography.h,
          postgis/geography_gist.c, postgis/geography_inout.c,
          postgis/geography_measurement.c, postgis/lwgeom_geos_clean.c,
          postgis/lwgeom_ogc.c, postgis/lwgeom_transform.c,
          divide a little further under the covers as part of the
          geometry/geography group hug at the index bindings level.
 
-2010-12-17 18:34  robe
+2010-12-17 18:34  Regina Obe <lr@pcorp.us>
 
-       * doc/extras_topology.xml, doc/using_postgis_dataman.xml: fix typo
-         add DropTopology
+       * [r6436] doc/extras_topology.xml, doc/using_postgis_dataman.xml:
+         fix typo add DropTopology
 
-2010-12-17 17:56  strk
+2010-12-17 17:56  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress/addedge.sql,
+       * [r6435] topology/test/Makefile,
+         topology/test/regress/addedge.sql,
          topology/test/regress/addedge_expected: Add regress testing for
          topology.AddEdge
 
-2010-12-17 17:44  robe
+2010-12-17 17:44  Regina Obe <lr@pcorp.us>
 
-       * doc/extras.xml, doc/extras_topology.xml:
+       * [r6434] doc/extras.xml, doc/extras_topology.xml:
 
-2010-12-17 17:24  robe
+2010-12-17 17:24  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in, doc/extras_topology.xml, doc/postgis.xml:
+       * [r6433] doc/Makefile.in, doc/extras_topology.xml,
+         doc/postgis.xml:
 
-2010-12-17 17:19  strk
+2010-12-17 17:19  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql: Add a note about possible semantic
-         change
+       * [r6432] topology/sql/populate.sql: Add a note about possible
+         semantic change
 
-2010-12-17 17:16  strk
+2010-12-17 17:16  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql: New topology.AddEdge function
+       * [r6431] topology/sql/populate.sql: New topology.AddEdge function
          [RT-SIGTA]
 
-2010-12-17 16:45  robe
+2010-12-17 16:45  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: fix typos
+       * [r6430] doc/postgis.xml: fix typos
 
-2010-12-17 16:34  robe
+2010-12-17 16:34  Regina Obe <lr@pcorp.us>
 
-       * doc/extras.xml, doc/extras_topology.xml, doc/introduction.xml,
-         doc/postgis.xml: Put in section in manual for topology and extras
-         in general. Change postgis.refractions.net to www.postgis.org
+       * [r6429] doc/extras.xml, doc/extras_topology.xml,
+         doc/introduction.xml, doc/postgis.xml: Put in section in manual
+         for topology and extras in general. Change
+         postgis.refractions.net to www.postgis.org
 
-2010-12-17 16:16  strk
+2010-12-17 16:16  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql/populate.sql: Use newer quoting paradigm ($$); use
-         ST_Crosses when willing to check crossing, not just
+       * [r6428] topology/sql/populate.sql: Use newer quoting paradigm
+         ($$); use ST_Crosses when willing to check crossing, not just
          intersection...; add proper credits
 
-2010-12-17 15:51  strk
+2010-12-17 15:51  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/regress/addnode.sql,
+       * [r6427] topology/test/regress/addnode.sql,
          topology/test/regress/addnode_expected: Add an inspection in the
          final node table
 
-2010-12-17 15:27  strk
+2010-12-17 15:27  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress/addnode.sql,
+       * [r6426] topology/test/Makefile,
+         topology/test/regress/addnode.sql,
          topology/test/regress/addnode_expected: Add test for
          topology.addNode
 
-2010-12-17 15:17  strk
+2010-12-17 15:17  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/invalid_topology.sql,
+       * [r6425] topology/test/invalid_topology.sql,
          topology/test/load_topology.sql,
          topology/test/regress/legacy_invalid.sql,
          topology/test/regress/legacy_invalid_expected,
 
 2010-12-17 14:00  jorgearevalo
 
-       * raster/ma_lexer.l, raster/ma_lexer_only.l: Added very basic flex
-         files for raster MapAlgebra implementation. The file
+       * [r6424] raster/ma_lexer.l, raster/ma_lexer_only.l: Added very
+         basic flex files for raster MapAlgebra implementation. The file
          'ma_lexer_only' is for testing only the lexer, without the parser
 
-2010-12-17 07:52  strk
+2010-12-17 07:52  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/load_features.sql,
+       * [r6423] topology/test/Makefile, topology/test/load_features.sql,
          topology/test/load_topology.sql,
          topology/test/query_features.sql,
          topology/test/regress/legacy_predicate.sql,
          steps: load of topology, creation of feature tables, query of
          feature tables. Adapt tests accordingly.
 
-2010-12-16 18:02  strk
+2010-12-16 18:02  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Return number of failures as exit status
+       * [r6422] regress/run_test: Return number of failures as exit
+         status
 
-2010-12-16 18:00  strk
+2010-12-16 18:00  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Have run_test exit code reflect presence of
-         failures.
+       * [r6421] regress/run_test: Have run_test exit code reflect
+         presence of failures.
 
-2010-12-16 17:52  strk
+2010-12-16 17:52  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in: Remove duplicated check rule
+       * [r6420] regress/Makefile.in: Remove duplicated check rule
 
-2010-12-16 17:46  strk
+2010-12-16 17:46  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: This one shouldn't be in the repository.. anyway,
-         since it is...
+       * [r6419] .gitignore: This one shouldn't be in the repository..
+         anyway, since it is...
 
-2010-12-16 17:30  strk
+2010-12-16 17:30  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile.in, regress/Makefile.in: Turn 'regress' dir into a
-         first class subdir, fixes ticket #715
+       * [r6418] GNUmakefile.in, regress/Makefile.in: Turn 'regress' dir
+         into a first class subdir, fixes ticket #715
 
-2010-12-16 16:33  strk
+2010-12-16 16:33  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile.in: Comment-out obsoleted rules (didn't drop in case
-         someone will miss them)
+       * [r6417] GNUmakefile.in: Comment-out obsoleted rules (didn't drop
+         in case someone will miss them)
 
-2010-12-16 16:28  strk
+2010-12-16 16:28  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile.in, liblwgeom/Makefile.in, utils/Makefile: Add
-         'distclean' to the SUBDIRS target
+       * [r6416] GNUmakefile.in, liblwgeom/Makefile.in, utils/Makefile:
+         Add 'distclean' to the SUBDIRS target
 
-2010-12-16 14:46  strk
+2010-12-16 14:46  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile.in, utils/Makefile: Add 'check' rule under the SUBDIR
-         loop. You now get topology checked if you configured
+       * [r6415] GNUmakefile.in, utils/Makefile: Add 'check' rule under
+         the SUBDIR loop. You now get topology checked if you configured
          --with-topology
 
-2010-12-16 14:35  strk
+2010-12-16 14:35  Sandro Santilli <strk@keybit.net>
 
-       * loader/Makefile.in: Only run unit tests when building GUI (See
+       * [r6414] loader/Makefile.in: Only run unit tests when building GUI
+         (See
          http://postgis.refractions.net/pipermail/postgis-devel/2010-December/011014.html)
 
-2010-12-16 14:17  robe
+2010-12-16 14:17  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: yeh can put ST_AsKML test
-         back in now that trunk isn't crashing on it.
+       * [r6413] doc/xsl/postgis_gardentest.sql.xsl: yeh can put ST_AsKML
+         test back in now that trunk isn't crashing on it.
 
-2010-12-16 13:16  robe
+2010-12-16 13:16  Regina Obe <lr@pcorp.us>
 
-       * regress/long_xact_expected, regress/lwgeom_regress_expected,
-         regress/measures_expected: most have missed these
+       * [r6412] regress/long_xact_expected,
+         regress/lwgeom_regress_expected, regress/measures_expected: most
+         have missed these
 
-2010-12-16 09:48  strk
+2010-12-16 09:48  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile.in, utils/Makefile: Add 'clean' to the set of targets
-         handled with the SUBDIRS loop
+       * [r6411] GNUmakefile.in, utils/Makefile: Add 'clean' to the set of
+         targets handled with the SUBDIRS loop
 
-2010-12-15 22:17  pramsey
+2010-12-15 22:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_pg.c: Add in GSERIALIZED options for many of the
-         pglgweom_ support functions.
+       * [r6410] postgis/lwgeom_pg.c: Add in GSERIALIZED options for many
+         of the pglgweom_ support functions.
 
-2010-12-15 21:31  pramsey
+2010-12-15 21:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, postgis/lwgeom_functions_basic.c,
+       * [r6409] liblwgeom/liblwgeom.h, postgis/lwgeom_functions_basic.c,
          postgis/lwgeom_functions_lrs.c, postgis/lwgeom_inout.c,
          postgis/lwgeom_pg.c, postgis/lwgeom_pg.h: Add in #defines to
          allow conditional switch-over to GSERIALIZED
 
-2010-12-15 20:06  strk
+2010-12-15 20:06  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile.in, liblwgeom/Makefile.in: Fail on fix subdir build
-         failure. Add missing uninstall rule in liblwgeom
+       * [r6408] GNUmakefile.in, liblwgeom/Makefile.in: Fail on fix subdir
+         build failure. Add missing uninstall rule in liblwgeom
 
-2010-12-15 18:35  pramsey
+2010-12-15 18:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c: Remove silly pointer tests from
-         LWGEOM_collect
+       * [r6407] postgis/lwgeom_functions_basic.c: Remove silly pointer
+         tests from LWGEOM_collect
 
-2010-12-15 18:29  strk
+2010-12-15 18:29  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in: Install topology.sql in the same directory
-         as other things postgis
+       * [r6406] topology/Makefile.in: Install topology.sql in the same
+         directory as other things postgis
 
-2010-12-15 18:28  pramsey
+2010-12-15 18:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c: LWGEOM_accum is orphaned code,
-         bye bye!
+       * [r6405] postgis/lwgeom_functions_basic.c: LWGEOM_accum is
+         orphaned code, bye bye!
 
-2010-12-15 18:03  strk
+2010-12-15 18:03  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile, GNUmakefile.in, configure.ac,
+       * [r6404] GNUmakefile, GNUmakefile.in, configure.ac,
          topology/Version.config: Generate GNUMakefile, add a
          --with-topology switch to configure, enabling descending under
          topology/ dir
 
-2010-12-15 17:51  pramsey
+2010-12-15 17:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_out_kml.c: Move geometrycollection back out of
-         the supported types for KML
+       * [r6403] liblwgeom/cunit/cu_out_kml.c: Move geometrycollection
+         back out of the supported types for KML
 
-2010-12-15 17:46  pramsey
+2010-12-15 17:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwout_kml.c, liblwgeom/stringbuffer.c,
+       * [r6402] liblwgeom/lwout_kml.c, liblwgeom/stringbuffer.c,
          postgis/geography_inout.c: KML crashes on EMPTY (#681)
 
-2010-12-15 17:14  strk
+2010-12-15 17:14  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile: Thanks for the great partecipation around
+       * [r6401] GNUmakefile: Thanks for the great partecipation around
          GNUmakefile improvements proposal. It's finally here :)
 
-2010-12-15 17:11  strk
+2010-12-15 17:11  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in: Add a check rule under topology/ [RT-SIGTA]
+       * [r6400] topology/Makefile.in: Add a check rule under topology/
+         [RT-SIGTA]
 
-2010-12-15 17:06  strk
+2010-12-15 17:06  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile: Make sure predicate sql file is generated
-         before use
+       * [r6399] topology/test/Makefile: Make sure predicate sql file is
+         generated before use
 
-2010-12-15 16:41  strk
+2010-12-15 16:41  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress/sqlmm.sql,
+       * [r6398] topology/test/Makefile, topology/test/regress/sqlmm.sql,
          topology/test/regress/sqlmm_expected,
          topology/test/sqlmm_topology.sql: Add sqlmm automated test. Drop
          old rules [RT-SIGTA]
 
-2010-12-15 16:24  strk
+2010-12-15 16:24  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress/legacy_invalid.sql,
+       * [r6397] topology/test/Makefile,
+         topology/test/regress/legacy_invalid.sql,
          topology/test/regress/legacy_invalid_expected: automatize
          topology validity checking [RT-SIGTA]
 
-2010-12-15 16:04  strk
+2010-12-15 16:04  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/regress,
+       * [r6396] topology/test/Makefile, topology/test/regress,
          topology/test/regress/legacy_predicate.sql,
          topology/test/regress/legacy_predicate_expected,
          topology/test/regress/legacy_validate.sql,
          topology/test/regress/legacy_validate_expected: Start a proper
          'make check' rule, using the testrunner in top dir's regress dir
 
-2010-12-15 15:25  robe
+2010-12-15 15:25  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl,
+       * [r6395] doc/xsl/postgis_gardentest.sql.xsl,
          doc/xsl/postgis_gardentest_subset.sql.xsl,
          doc/xsl/raster_gardentest.sql.xsl: okay just exclude POLYGON
          EMPTY and ST_AsKML -- too many victims for POLYGON EMPTY
          including ST_LineMerge now. change namespace to www.postgis.org
 
-2010-12-15 14:14  strk
+2010-12-15 14:14  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Allow run_test calls from foreign directories
+       * [r6394] regress/run_test: Allow run_test calls from foreign
+         directories
 
-2010-12-15 14:09  strk
+2010-12-15 14:09  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Do not read ~/.psqlrc when creating database
+       * [r6393] regress/run_test: Do not read ~/.psqlrc when creating
+         database
 
-2010-12-15 14:04  strk
+2010-12-15 14:04  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Add a --topology switch to equip regression db
-         with topology support when requested
+       * [r6392] regress/run_test: Add a --topology switch to equip
+         regression db with topology support when requested
 
-2010-12-15 13:39  strk
+2010-12-15 13:39  Sandro Santilli <strk@keybit.net>
 
-       * topology/Makefile.in, topology/sql/populate.sql,
+       * [r6391] topology/Makefile.in, topology/sql/populate.sql,
          topology/topology.sql.in.c: Add new populate.sql file to host
          topology population routines. Properly encode dependencies.
 
-2010-12-15 13:23  robe
+2010-12-15 13:23  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: exclude more functions from
-         tests that are sorta broken
+       * [r6390] doc/xsl/postgis_gardentest.sql.xsl: exclude more
+         functions from tests that are sorta broken
 
-2010-12-15 11:01  strk
+2010-12-15 11:01  Sandro Santilli <strk@keybit.net>
 
-       * topology/sql, topology/sql/sqlmm.sql, topology/topology.sql.in.c:
-         Split sqlmm specific things into its own file
+       * [r6389] topology/sql, topology/sql/sqlmm.sql,
+         topology/topology.sql.in.c: Split sqlmm specific things into its
+         own file
 
-2010-12-15 10:48  strk
+2010-12-15 10:48  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Work outside of transaction, to help
-         upgrade/test cycles. Fix leftover from previous commit.
+       * [r6388] topology/topology.sql.in.c: Work outside of transaction,
+         to help upgrade/test cycles. Fix leftover from previous commit.
          [RT-SIGTA]
 
-2010-12-15 10:44  strk
+2010-12-15 10:44  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Fix typo in TopoGeo_addLinestring
-         description, add DEBUG lines [RT-SIGTA]
+       * [r6387] topology/topology.sql.in.c: Fix typo in
+         TopoGeo_addLinestring description, add DEBUG lines [RT-SIGTA]
 
-2010-12-15 10:08  strk
+2010-12-15 10:08  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Fix detection of non-existent schema
-         in ST_CreateTopoGeo
+       * [r6386] topology/topology.sql.in.c: Fix detection of non-existent
+         schema in ST_CreateTopoGeo
 
-2010-12-15 00:57  pramsey
+2010-12-15 00:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_inout.c, postgis/geography_measurement.c,
-         postgis/lwgeom_estimate.c, postgis/lwgeom_export.c: Flip more
-         memcpy calls away.
+       * [r6385] postgis/geography_inout.c,
+         postgis/geography_measurement.c, postgis/lwgeom_estimate.c,
+         postgis/lwgeom_export.c: Flip more memcpy calls away.
 
-2010-12-15 00:24  pramsey
+2010-12-15 00:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos_clean.c, postgis/lwgeom_in_gml.c,
+       * [r6384] postgis/lwgeom_geos_clean.c, postgis/lwgeom_in_gml.c,
          postgis/lwgeom_in_kml.c, postgis/lwgeom_ogc.c,
          postgis/lwgeom_transform.c: Remove some calls to memcpy in favor
          of API functions.
 
-2010-12-15 00:12  pramsey
+2010-12-15 00:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_box3d.c,
+       * [r6383] postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_box3d.c,
          postgis/lwgeom_btree.c, postgis/lwgeom_estimate.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
          postgis/lwgeom_geos_prepared.c, postgis/lwgeom_gist.c,
          postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h:
          Strip out more instances of SERIALIZED_FORM
 
-2010-12-14 20:30  pramsey
+2010-12-14 20:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_tester.c: Return non-zero when tests fail
+       * [r6382] liblwgeom/cunit/cu_tester.c: Return non-zero when tests
+         fail
 
-2010-12-14 20:21  pramsey
+2010-12-14 20:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_out_kml.c, liblwgeom/lwout_kml.c,
+       * [r6381] liblwgeom/cunit/cu_out_kml.c, liblwgeom/lwout_kml.c,
          liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Fix
          regressions in the new KML emitter
 
-2010-12-14 16:00  robe
+2010-12-14 16:00  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: exclude from testing
+       * [r6380] doc/xsl/postgis_gardentest.sql.xsl: exclude from testing
          functions known to crash with POLYGON EMPTY
 
-2010-12-14 05:53  pramsey
+2010-12-14 05:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_inout.c: Memory leak in geography_from_text
-         (#624)
+       * [r6376] postgis/geography_inout.c: Memory leak in
+         geography_from_text (#624)
 
-2010-12-14 05:01  pramsey
+2010-12-14 05:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-cli.c: Minor usage changes. (#604)
+       * [r6374] loader/shp2pgsql-cli.c: Minor usage changes. (#604)
 
-2010-12-14 00:56  pramsey
+2010-12-14 00:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwout_kml.c: Update (c) header
+       * [r6371] liblwgeom/lwout_kml.c: Update (c) header
 
-2010-12-14 00:54  pramsey
+2010-12-14 00:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwout_kml.c, postgis/lwgeom_export.c: Convert KML
-         output to use stringbuffer for a 50% code shrinkage...
+       * [r6370] liblwgeom/lwout_kml.c, postgis/lwgeom_export.c: Convert
+         KML output to use stringbuffer for a 50% code shrinkage...
 
-2010-12-14 00:49  pramsey
+2010-12-14 00:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_out_wkt.c: Remove multicurve warning
+       * [r6369] liblwgeom/cunit/cu_out_wkt.c: Remove multicurve warning
 
-2010-12-14 00:37  robe
+2010-12-14 00:37  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: fix some typos and add back
-         curvepolygon example that was crashing before with old ewkt
-         parser
+       * [r6368] doc/xsl/postgis_gardentest.sql.xsl: fix some typos and
+         add back curvepolygon example that was crashing before with old
+         ewkt parser
 
-2010-12-13 23:50  pramsey
+2010-12-13 23:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Second
-         thoughts on stringbuffer changes
+       * [r6367] liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h:
+         Second thoughts on stringbuffer changes
 
-2010-12-13 23:40  pramsey
+2010-12-13 23:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Potential
-         minor speed-up functions for stringbuffering
+       * [r6366] liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h:
+         Potential minor speed-up functions for stringbuffering
 
-2010-12-13 23:34  pramsey
+2010-12-13 23:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_out_wkt.c: Add
-         extra multicurve test for WKT
+       * [r6365] liblwgeom/cunit/cu_out_wkb.c,
+         liblwgeom/cunit/cu_out_wkt.c: Add extra multicurve test for WKT
 
-2010-12-13 21:42  pramsey
+2010-12-13 21:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt_parse.c,
+       * [r6364] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt_parse.c,
          liblwgeom/lwin_wkt_parse.y: Update parser to handling compound
          curves within multicurves (#525)
 
-2010-12-13 21:31  pramsey
+2010-12-13 21:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c, regress/tickets.sql,
+       * [r6363] postgis/lwgeom_functions_basic.c, regress/tickets.sql,
          regress/tickets_expected: ST_CollectionExtract returns
          non-requested type (#457)
 
-2010-12-13 20:40  pramsey
+2010-12-13 20:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c: Return value of snprintf not correctly
-         checked (#556)
+       * [r6360] loader/shp2pgsql-core.c: Return value of snprintf not
+         correctly checked (#556)
 
-2010-12-13 20:25  pramsey
+2010-12-13 20:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.c: Improve stringbuffer_t performance
-         (#439). This is largely done already in past passes. Added one
-         small memory fix.
+       * [r6359] liblwgeom/stringbuffer.c: Improve stringbuffer_t
+         performance (#439). This is largely done already in past passes.
+         Added one small memory fix.
 
-2010-12-13 20:09  pramsey
+2010-12-13 20:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.h: Change default shp2pgsql column to
-         "geom" (#352)
+       * [r6358] loader/shp2pgsql-core.h: Change default shp2pgsql column
+         to "geom" (#352)
 
-2010-12-13 19:50  robe
+2010-12-13 19:50  Regina Obe <lr@pcorp.us>
 
-       * regress/removepoint_expected, regress/setpoint_expected,
+       * [r6357] regress/removepoint_expected, regress/setpoint_expected,
          regress/sharedpaths_expected, regress/simplify_expected,
          regress/snap_expected, regress/snaptogrid_expected:
 
-2010-12-13 19:44  robe
+2010-12-13 19:44  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/Arc-wkb.expected, regress/loader/Arc-wkt.expected,
+       * [r6356] regress/loader/Arc-wkb.expected,
+         regress/loader/Arc-wkt.expected,
          regress/loader/ArcM-wkt.expected,
          regress/loader/ArcZ-wkb.expected,
          regress/loader/ArcZ-wkt.expected:
 
-2010-12-13 19:44  robe
+2010-12-13 19:44  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/Polygon-wkb.expected,
+       * [r6355] regress/loader/Polygon-wkb.expected,
          regress/loader/Polygon-wkt.expected,
          regress/loader/PolygonM-wkb.expected,
          regress/loader/PolygonM-wkt.expected,
          regress/loader/PolygonZ-wkb.expected,
          regress/loader/PolygonZ-wkt.expected:
 
-2010-12-13 19:43  pramsey
+2010-12-13 19:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c: Fix ST_Segmentize on curved
-         geometries -- CRASH (#706). This is actually a reflection of
-         inconsistency in the lwgeom_clone() function (creates copy of
+       * [r6354] postgis/lwgeom_functions_basic.c: Fix ST_Segmentize on
+         curved geometries -- CRASH (#706). This is actually a reflection
+         of inconsistency in the lwgeom_clone() function (creates copy of
          everything except point array) and the ptarray_clone() function
          (creates copy of everything). The definitions of _clone, _copy,
          _release, and _free need to be made consistent and documented.
 
-2010-12-13 19:42  robe
+2010-12-13 19:42  Regina Obe <lr@pcorp.us>
 
-       * regress/regress_bdpoly_expected,
+       * [r6353] regress/regress_bdpoly_expected,
          regress/regress_buffer_params_expected,
          regress/regress_index_expected,
          regress/regress_index_nulls_expected,
          regress/regress_ogc_expected, regress/regress_ogc_prep_expected,
          regress/regress_proj_expected:
 
-2010-12-13 19:34  robe
+2010-12-13 19:34  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/MultiPoint-wkb.expected,
+       * [r6352] regress/loader/MultiPoint-wkb.expected,
          regress/loader/MultiPoint-wkt.expected,
          regress/loader/MultiPointM-wkb.expected,
          regress/loader/MultiPointM-wkt.expected,
          regress/loader/PointM-wkb.expected,
          regress/loader/PointM-wkt.expected:
 
-2010-12-13 19:32  robe
+2010-12-13 19:32  Regina Obe <lr@pcorp.us>
 
-       * regress/affine_expected, regress/clean_expected,
+       * [r6351] regress/affine_expected, regress/clean_expected,
          regress/ctors_expected, regress/dump_expected,
          regress/dumppoints_expected, regress/hausdorff_expected,
          regress/in_gml_expected, regress/in_kml_expected,
          regress/iscollection_expected:
 
-2010-12-13 19:25  robe
+2010-12-13 19:25  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/PointZ-wkb.expected,
+       * [r6350] regress/loader/PointZ-wkb.expected,
          regress/loader/PointZ-wkt.expected:
 
-2010-12-13 19:25  pramsey
+2010-12-13 19:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_serialized.c, liblwgeom/libtgeom.c,
+       * [r6349] liblwgeom/g_serialized.c, liblwgeom/libtgeom.c,
          liblwgeom/lwcircstring.c, liblwgeom/lwgeom.c,
          liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
          liblwgeom/lwhomogenize.c, liblwgeom/lwline.c,
          distance calculation (#705) and replace some SRID -1 with
          SRID_UNKNOWN
 
-2010-12-13 19:19  robe
+2010-12-13 19:19  Regina Obe <lr@pcorp.us>
 
-       * regress/loader/ArcM-wkb.expected,
+       * [r6348] regress/loader/ArcM-wkb.expected,
          regress/loader/Point-wkb.expected,
          regress/loader/Point-wkt.expected:
 
-2010-12-13 16:38  robe
+2010-12-13 16:38  Regina Obe <lr@pcorp.us>
 
-       * regress/regress_expected: Okay changed this to LF since people
-         seemed to like changing this one a lot. We'll see if this fixes
-         my frustrations without causing any frustration for anyone else.
+       * [r6347] regress/regress_expected: Okay changed this to LF since
+         people seemed to like changing this one a lot. We'll see if this
+         fixes my frustrations without causing any frustration for anyone
+         else.
 
-2010-12-13 13:14  robe
+2010-12-13 13:14  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: remove collection of
+       * [r6346] doc/xsl/postgis_gardentest.sql.xsl: remove collection of
          geometries into crasher group to prevent testing until we revisit
          #700
 
-2010-12-13 10:49  strk
+2010-12-13 10:49  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Add comments on the 'edge' topology
-         primitives view
+       * [r6345] topology/topology.sql.in.c: Add comments on the 'edge'
+         topology primitives view
 
-2010-12-13 09:51  strk
+2010-12-13 09:51  Sandro Santilli <strk@keybit.net>
 
-       * topology/README: typo
+       * [r6344] topology/README: typo
 
 2010-12-12 22:42  nicklas
 
-       * liblwgeom/measures3d.c, liblwgeom/measures3d.h,
+       * [r6343] liblwgeom/measures3d.c, liblwgeom/measures3d.h,
          regress/measures.sql, regress/measures_expected: 3d distance
          functions for line-line cases
 
 2010-12-12 18:59  nicklas
 
-       * postgis/lwgeom_functions_basic.c: Some cleaning up in measure
-         functions in lwgeom_functions_basic.c
+       * [r6342] postgis/lwgeom_functions_basic.c: Some cleaning up in
+         measure functions in lwgeom_functions_basic.c
 
-2010-12-12 00:12  pramsey
+2010-12-12 00:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_export.c, postgis/lwgeom_functions_analytic.c,
-         postgis/lwgeom_inout.c: Remove more SERIALIZED_FORM
+       * [r6341] postgis/lwgeom_export.c,
+         postgis/lwgeom_functions_analytic.c, postgis/lwgeom_inout.c:
+         Remove more SERIALIZED_FORM
 
-2010-12-11 00:28  pramsey
+2010-12-11 00:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
+       * [r6340] liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
          liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
          liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
          liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
          loader/shp2pgsql-core.c: ptarray_free now frees the
          serialized_ptlist, unless FLAGS_GET_READONLY is set.
 
-2010-12-11 00:27  strk
+2010-12-11 00:27  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Do not force drop of pre-existing
-         topology schema. Sounds dangerous when start using it for real.
+       * [r6339] topology/topology.sql.in.c: Do not force drop of
+         pre-existing topology schema. Sounds dangerous when start using
+         it for real.
 
-2010-12-10 23:22  pramsey
+2010-12-10 23:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_inout.c, postgis/lwgeom_transform.c: Switch to
-         cstring2text for text returns.
+       * [r6338] postgis/lwgeom_inout.c, postgis/lwgeom_transform.c:
+         Switch to cstring2text for text returns.
 
-2010-12-10 23:15  pramsey
+2010-12-10 23:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos_clean.c,
-         postgis/lwgeom_geos_split.c: Clean out more SERIALIZED_FORM calls
+       * [r6337] postgis/lwgeom_functions_basic.c,
+         postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_split.c: Clean
+         out more SERIALIZED_FORM calls
 
-2010-12-10 22:45  pramsey
+2010-12-10 22:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_ogc.c, postgis/lwgeom_rtree.c,
+       * [r6336] postgis/lwgeom_ogc.c, postgis/lwgeom_rtree.c,
          postgis/lwgeom_spheroid.c, postgis/lwgeom_sqlmm.c: Clean out some
          more calls to SERIALIZED_FORM
 
-2010-12-10 20:22  pramsey
+2010-12-10 20:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwtriangle.c, regress/regress.sql,
+       * [r6335] liblwgeom/lwtriangle.c, regress/regress.sql,
          regress/regress_expected: Issues with TRIANGLE AND TIN EMPTY
          collections - hmm do they exist? (#686)
 
-2010-12-10 19:44  pramsey
+2010-12-10 19:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h:
-         Fix for TIN EMPTY per #686
+       * [r6334] postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c,
+         postgis/lwgeom_pg.h: Fix for TIN EMPTY per #686
 
-2010-12-10 19:10  pramsey
+2010-12-10 19:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwin_wkb.c,
+       * [r6333] liblwgeom/liblwgeom.h, liblwgeom/lwin_wkb.c,
          liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
          liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
          liblwgeom/ptarray.c, regress/regress.sql,
          regress/regress_expected: Fix cunit failures on Polyhedral
          surface (#697)
 
-2010-12-10 18:10  pramsey
+2010-12-10 18:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c: WKB and WKT closure
-         checks are now in X/Y only (#693)
+       * [r6332] liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c: WKB and WKT
+         closure checks are now in X/Y only (#693)
 
-2010-12-10 18:06  strk
+2010-12-10 18:06  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile: Revert GNUMakefile changes as per Mark request. I
-         had enough complains about build scripts this week...
+       * [r6331] GNUmakefile: Revert GNUMakefile changes as per Mark
+         request. I had enough complains about build scripts this week...
 
-2010-12-10 18:00  pramsey
+2010-12-10 18:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c: Fix ST_Segmentize and
+       * [r6330] postgis/lwgeom_functions_basic.c: Fix ST_Segmentize and
          Polyhedral Surface -- CRASH (#696)
 
-2010-12-10 17:57  strk
+2010-12-10 17:57  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile, raster/Makefile.in, utils/Makefile: Add 'uninstall'
-         rule in the loop. Work around the docs dep by using uninstall
-         deps. Add an 'uninstall' rule to raster subsystem
+       * [r6329] GNUmakefile, raster/Makefile.in, utils/Makefile: Add
+         'uninstall' rule in the loop. Work around the docs dep by using
+         uninstall deps. Add an 'uninstall' rule to raster subsystem
 
-2010-12-10 17:49  strk
+2010-12-10 17:49  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile, liblwgeom/Makefile.in, utils/Makefile: Be verbose
-         during recursion. List liblwgeom in SUBDIRS, stub install rules
-         for liblwgeom and utils
+       * [r6328] GNUmakefile, liblwgeom/Makefile.in, utils/Makefile: Be
+         verbose during recursion. List liblwgeom in SUBDIRS, stub install
+         rules for liblwgeom and utils
 
-2010-12-10 17:29  strk
+2010-12-10 17:29  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: more ignores
+       * [r6327] .gitignore: more ignores
 
-2010-12-10 17:19  strk
+2010-12-10 17:19  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile: Start listing some subdirs to recurse into.
+       * [r6326] GNUmakefile: Start listing some subdirs to recurse into.
          Hopefully one day this will become cleaner
 
-2010-12-10 17:19  strk
+2010-12-10 17:19  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: add .svn to .gitignore (why is this in repo ? oh
-         well.. it is useful anyway)
+       * [r6325] .gitignore: add .svn to .gitignore (why is this in repo ?
+         oh well.. it is useful anyway)
 
-2010-12-10 15:45  pramsey
+2010-12-10 15:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c: Fix for crash in ST_RemovePoint
-         (#695)
+       * [r6324] postgis/lwgeom_functions_basic.c: Fix for crash in
+         ST_RemovePoint (#695)
 
-2010-12-10 14:53  mloskot
+2010-12-10 14:53  Mateusz Loskot <mateusz@loskot.net>
 
-       * raster/scripts/python/raster2pgsql.py: Fixed problems with
-         truncated decimal places of float-point values in textual output.
-         For large datasets, it was leading to incorrectly calculated
-         dimensions. Now, all floats are formatted with 15 decimal places.
+       * [r6323] raster/scripts/python/raster2pgsql.py: Fixed problems
+         with truncated decimal places of float-point values in textual
+         output. For large datasets, it was leading to incorrectly
+         calculated dimensions. Now, all floats are formatted with 15
+         decimal places.
 
-2010-12-09 19:17  pramsey
+2010-12-09 19:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos.c: Wrap up GEOS predicates in EMPTY tests
-         (#685)
+       * [r6322] postgis/lwgeom_geos.c: Wrap up GEOS predicates in EMPTY
+         tests (#685)
 
-2010-12-09 18:52  pramsey
+2010-12-09 18:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/image_src/generator.c: Remove old function calls
+       * [r6321] doc/html/image_src/generator.c: Remove old function calls
 
-2010-12-09 18:51  pramsey
+2010-12-09 18:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h:
-         Fix for centroid crash on emtpy (#684)
+       * [r6320] postgis/lwgeom_geos.c, postgis/lwgeom_pg.c,
+         postgis/lwgeom_pg.h: Fix for centroid crash on emtpy (#684)
 
-2010-12-09 18:00  pramsey
+2010-12-09 18:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c, regress/regress.sql,
+       * [r6319] postgis/lwgeom_functions_basic.c, regress/regress.sql,
          regress/regress_expected: Fix crash in ST_MakeLine (#690)
 
-2010-12-09 16:10  pramsey
+2010-12-09 16:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * config.rpath: Add config rpath
+       * [r6318] config.rpath: Add config rpath
 
-2010-12-09 15:00  robe
+2010-12-09 15:00  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_editor.xml: formatting
+       * [r6317] doc/reference_editor.xml: formatting
 
-2010-12-08 23:58  pramsey
+2010-12-08 23:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos.c, postgis/lwgeom_geos_sharedpaths.c,
+       * [r6316] postgis/lwgeom_geos.c, postgis/lwgeom_geos_sharedpaths.c,
          postgis/lwgeom_geos_snap.c, postgis/lwgeom_ogc.c,
          postgis/lwgeom_spheroid.c: Remove more appeals to pglwgeom->type
 
-2010-12-08 23:52  pramsey
+2010-12-08 23:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c, postgis/lwgeom_pg.c,
+       * [r6315] postgis/lwgeom_functions_basic.c, postgis/lwgeom_pg.c,
          postgis/lwgeom_pg.h: Remove more appeals to pglwgeom->type
 
-2010-12-08 23:40  pramsey
+2010-12-08 23:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
+       * [r6314] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
          liblwgeom/lwout_geojson.c, liblwgeom/lwpoint.c,
          liblwgeom/lwpoly.c, liblwgeom/lwsegmentize.c,
          liblwgeom/ptarray.c, postgis/lwgeom_functions_basic.c,
          postgis/lwgeom_pg.c, postgis/lwgeom_pg.h: Remove more appeals to
          pglwgeom->type
 
-2010-12-08 23:29  pramsey
+2010-12-08 23:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c: Remove another call to
+       * [r6313] postgis/lwgeom_functions_basic.c: Remove another call to
          TYPE_HASBBOX
 
-2010-12-08 23:28  pramsey
+2010-12-08 23:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c: Remove call to TYPE_HASBBOX
+       * [r6312] postgis/lwgeom_functions_basic.c: Remove call to
+         TYPE_HASBBOX
 
-2010-12-08 23:27  pramsey
+2010-12-08 23:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
+       * [r6311] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_pg.c,
          postgis/lwgeom_pg.h, postgis/lwgeom_rtree.c: Remove many cases of
          calls to SERIALIZED_FORM in favour of direct pglwgeom
          deserialization
 
-2010-12-08 23:19  robe
+2010-12-08 23:19  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: need to keep
+       * [r6310] doc/xsl/postgis_gardentest.sql.xsl: need to keep
          GEOMETRYCOLLECTION EMPTY away from others since GEOS throws
          geometry collection not support for it often so hiding the
          crashing in some cases of typed empties.
 
-2010-12-08 22:31  pramsey
+2010-12-08 22:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp-core.c, postgis/lwgeom_functions_analytic.c,
+       * [r6309] loader/pgsql2shp-core.c,
+         postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_gist.c,
          postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
          postgis/lwgeom_pg.c, postgis/lwgeom_pg.h: Remove many instances
          of lwgeom_getType used on PG_LWGEOM
 
-2010-12-08 22:02  robe
+2010-12-08 22:02  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Add more emptiness. We need
-         to explore emptiness more deeply :)
+       * [r6308] doc/xsl/postgis_gardentest.sql.xsl: Add more emptiness.
+         We need to explore emptiness more deeply :)
 
-2010-12-08 21:21  pramsey
+2010-12-08 21:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_analytic.c,
+       * [r6307] postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
          postgis/lwgeom_geos.c, postgis/lwgeom_inout.c,
          postgis/lwgeom_ogc.c: When asking for a serialized forms type,
          use pglwgeom_get_type
 
-2010-12-08 20:54  pramsey
+2010-12-08 20:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_box3d.c, postgis/lwgeom_chip.c,
+       * [r6306] postgis/lwgeom_box3d.c, postgis/lwgeom_chip.c,
          postgis/lwgeom_debug.c, postgis/lwgeom_dump.c,
          postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
          in favor of a function we can repoint later in the serialization
          change process
 
-2010-12-08 20:35  pramsey
+2010-12-08 20:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkb.c, liblwgeom/measures3d.c: Expunge some
-         TYPE_GETTYPE
+       * [r6305] liblwgeom/lwin_wkb.c, liblwgeom/measures3d.c: Expunge
+         some TYPE_GETTYPE
 
-2010-12-08 20:35  pramsey
+2010-12-08 20:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_inout.c, postgis/lwgeom_pg.c,
+       * [r6304] postgis/geography_inout.c, postgis/lwgeom_pg.c,
          postgis/lwgeom_pg.h: Start to work on PG_LWGEOM sanity before
          changeover
 
-2010-12-08 19:24  pramsey
+2010-12-08 19:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwsegmentize.c,
+       * [r6303] liblwgeom/liblwgeom.h, liblwgeom/lwsegmentize.c,
          postgis/lwgeom_sqlmm.c: Rename has_arc to lwgeom_has_arc
 
-2010-12-08 19:23  pramsey
+2010-12-08 19:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos.c: Fix crash on BuildArea(empty) (#683)
+       * [r6302] postgis/lwgeom_geos.c: Fix crash on BuildArea(empty)
+         (#683)
 
-2010-12-08 18:20  pramsey
+2010-12-08 18:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos.c, regress/regress_ogc.sql,
+       * [r6301] postgis/lwgeom_geos.c, regress/regress_ogc.sql,
          regress/regress_ogc_expected: Handle empty geometries in
          ST_Buffer(). If argument empty, return empty. (#682)
 
-2010-12-08 18:06  pramsey
+2010-12-08 18:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: Fix crash in
-         GML output of POLYGON EMPTY (#681)
+       * [r6300] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: Fix
+         crash in GML output of POLYGON EMPTY (#681)
 
-2010-12-08 16:20  pramsey
+2010-12-08 16:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_inout.c: Fix AsBinary handling of > 2d features
-         in geography (#680)
+       * [r6299] postgis/geography_inout.c: Fix AsBinary handling of > 2d
+         features in geography (#680)
 
-2010-12-08 16:04  pramsey
+2010-12-08 16:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_inout.c: Output higher dimensions in astext in
-         geography (#680)
+       * [r6298] postgis/geography_inout.c: Output higher dimensions in
+         astext in geography (#680)
 
-2010-12-08 00:23  pramsey
+2010-12-08 00:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkb.c, postgis/lwgeom_functions_analytic.c,
+       * [r6295] liblwgeom/lwin_wkb.c,
+         postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_functions_basic.c: Minor rearrangement of memory
          handling.
 
-2010-12-08 00:02  pramsey
+2010-12-08 00:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
+       * [r6294] liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
          liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_ptarray.c,
          liblwgeom/cunit/cu_surface.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeom.c, liblwgeom/lwin_wkb.c,
          postgis/lwgeom_ogc.c: Rename lwgeom_from_wkt to lwgeom_parse_wkt
          to note the use of the parser object.
 
-2010-12-07 21:59  pramsey
+2010-12-07 21:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
+       * [r6293] liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
          liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
          liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c, liblwgeom/lwline.c,
          liblwgeom/lwout_wkb.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
          postgis/lwgeom_pg.c: Start flipping over references to srid = -1
          to srid = SRID_UNKNOWN
 
-2010-12-07 21:55  strk
+2010-12-07 21:55  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Use unified diffs for expected/obtained (easier
-         to read)
+       * [r6292] regress/run_test: Use unified diffs for expected/obtained
+         (easier to read)
 
-2010-12-07 21:08  pramsey
+2010-12-07 21:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
-         liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
-         liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_misc.c,
-         liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_out_wkt.c,
-         liblwgeom/cunit/cu_surface.c, liblwgeom/g_serialized.c,
-         liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-         liblwgeom/lwcircstring.c, liblwgeom/lwcompound.c,
-         liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
-         liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
-         liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l,
-         liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
-         liblwgeom/lwline.c, liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c,
+       * [r6291] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_in_wkb.c,
+         liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_libgeom.c,
+         liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_out_wkb.c,
+         liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_surface.c,
+         liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
+         liblwgeom/liblwgeom_internal.h, liblwgeom/lwcircstring.c,
+         liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
+         liblwgeom/lwgeom.c, liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c,
+         liblwgeom/lwin_wkt.h, liblwgeom/lwin_wkt_lex.c,
+         liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.c,
+         liblwgeom/lwin_wkt_parse.y, liblwgeom/lwline.c,
+         liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c,
          liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
          liblwgeom/ptarray.c, loader/pgsql2shp-core.c,
          loader/shp2pgsql-core.c, postgis/geography_inout.c,
          regress/sql-mm-curvepoly_expected, regress/tickets_expected:
          Replace the old WKB/WKT parser and emitters with the new ones.
 
-2010-12-07 14:02  robe
+2010-12-07 14:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: change to 1 column (st_sharedpaths)
+       * [r6290] doc/reference_processing.xml: change to 1 column
+         (st_sharedpaths)
 
-2010-12-07 13:45  robe
+2010-12-07 13:45  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_editor.xml: reduce width some more
+       * [r6289] doc/reference_editor.xml: reduce width some more
 
-2010-12-07 13:42  robe
+2010-12-07 13:42  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_sharedpaths02.wkt,
+       * [r6288] doc/html/image_src/st_sharedpaths02.wkt,
          doc/reference_processing.xml: change color to be clearer reduce
          width of text
 
-2010-12-07 12:51  robe
+2010-12-07 12:51  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: end tbody
+       * [r6287] doc/reference_processing.xml: end tbody
 
-2010-12-07 12:45  robe
+2010-12-07 12:45  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_editor.xml: fix formatting
+       * [r6286] doc/reference_editor.xml: fix formatting
 
-2010-12-07 12:42  robe
+2010-12-07 12:42  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r6285] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_sharedpaths01.wkt,
          doc/html/image_src/st_sharedpaths02.wkt,
          doc/reference_processing.xml: diagram of shared paths
 
-2010-12-07 12:25  robe
+2010-12-07 12:25  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_snap04.wkt, doc/reference_editor.xml:
-         formatting fixes
+       * [r6284] doc/html/image_src/st_snap04.wkt,
+         doc/reference_editor.xml: formatting fixes
 
-2010-12-07 12:02  robe
+2010-12-07 12:02  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in, doc/html/image_src/st_snap04.wkt,
+       * [r6283] doc/html/image_src/Makefile.in,
+         doc/html/image_src/st_snap04.wkt,
          doc/html/image_src/st_snap05.wkt, doc/reference_editor.xml: more
          examples to demonstrate its not just limited to 1 point snapping
 
-2010-12-07 08:30  robe
+2010-12-07 08:30  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_editor.xml: looks funny in one row, better put each
-         in separate row
+       * [r6282] doc/reference_editor.xml: looks funny in one row, better
+         put each in separate row
 
-2010-12-07 07:56  robe
+2010-12-07 07:56  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in, doc/html/image_src/st_snap01.wkt,
+       * [r6281] doc/html/image_src/Makefile.in,
+         doc/html/image_src/st_snap01.wkt,
          doc/html/image_src/st_snap02.wkt,
          doc/html/image_src/st_snap03.wkt, doc/reference_editor.xml:
          example with diagram for ST_Snap
 
-2010-12-06 15:15  robe
+2010-12-06 15:15  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: minor comment corrections
+       * [r6280] doc/xsl/postgis_gardentest.sql.xsl: minor comment
+         corrections
 
-2010-12-06 15:15  robe
+2010-12-06 15:15  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: start logging sql queries to
-         log table
+       * [r6279] doc/xsl/raster_gardentest.sql.xsl: start logging sql
+         queries to log table
 
-2010-12-06 15:07  strk
+2010-12-06 15:07  Sandro Santilli <strk@keybit.net>
 
-       * regress/sharedpaths.sql, regress/sharedpaths_expected: Add a
-         couple more cases provided by RT-SITA
+       * [r6278] regress/sharedpaths.sql, regress/sharedpaths_expected:
+         Add a couple more cases provided by RT-SITA
 
-2010-12-06 14:52  strk
+2010-12-06 14:52  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_editor.xml: Document ST_Snap, xref with SnapToGrid
+       * [r6277] doc/reference_editor.xml: Document ST_Snap, xref with
+         SnapToGrid
 
-2010-12-06 14:21  strk
+2010-12-06 14:21  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_processing.xml: Fix typo in ST_SharedPaths
+       * [r6276] doc/reference_processing.xml: Fix typo in ST_SharedPaths
          documentation, add some xrefs
 
-2010-12-03 21:38  pramsey
+2010-12-03 21:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_out_wkb.c,
-         liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-         liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c,
-         liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l,
-         liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
-         liblwgeom/lwout_wkb.c: Updates to the WKT parser to report
-         errlocation in more places.
+       * [r6275] liblwgeom/cunit/cu_in_wkt.c,
+         liblwgeom/cunit/cu_out_wkb.c, liblwgeom/liblwgeom.h,
+         liblwgeom/liblwgeom_internal.h, liblwgeom/lwin_wkb.c,
+         liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt_lex.c,
+         liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.c,
+         liblwgeom/lwin_wkt_parse.y, liblwgeom/lwout_wkb.c: Updates to the
+         WKT parser to report errlocation in more places.
 
-2010-12-03 16:53  pramsey
+2010-12-03 16:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/ptarray.c,
+       * [r6274] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c,
          postgis/lwgeom_geos.c: Make use of ptarray api for manipulating
          serialized_pointlist
 
-2010-12-03 15:53  pramsey
+2010-12-03 15:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c: Remove a
-         couple warnings.
+       * [r6273] postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c:
+         Remove a couple warnings.
 
-2010-12-03 10:13  strk
+2010-12-03 10:13  Sandro Santilli <strk@keybit.net>
 
-       * regress/snap.sql, regress/snap_expected: Add SNAP test reported
-         on JTS mailing list
+       * [r6272] regress/snap.sql, regress/snap_expected: Add SNAP test
+         reported on JTS mailing list
 
-2010-12-03 09:53  strk
+2010-12-03 09:53  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_snap.c: Fix release of wrong memory (same bug
-         as #670, found here for copy&paste)
+       * [r6271] postgis/lwgeom_geos_snap.c: Fix release of wrong memory
+         (same bug as #670, found here for copy&paste)
 
-2010-12-03 09:22  strk
+2010-12-03 09:22  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_sharedpaths.c: FREE the right argument (fixes
-         bug #670)
+       * [r6270] postgis/lwgeom_geos_sharedpaths.c: FREE the right
+         argument (fixes bug #670)
 
-2010-12-03 09:00  strk
+2010-12-03 09:00  Sandro Santilli <strk@keybit.net>
 
-       * regress/sharedpaths.sql, regress/sharedpaths_expected: Add test
-         for bug 670
+       * [r6269] regress/sharedpaths.sql, regress/sharedpaths_expected:
+         Add test for bug 670
 
-2010-12-03 05:40  robe
+2010-12-03 05:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: document st_sharedpaths and
+       * [r6268] doc/reference_processing.xml: document st_sharedpaths and
          alphabetize listings
 
-2010-12-02 20:38  pramsey
+2010-12-02 20:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile.in, loader/README.i18n: Change i18n instructions
-         to use shp2pgsql_LANG.po as format for po file names.
+       * [r6267] loader/Makefile.in, loader/README.i18n: Change i18n
+         instructions to use shp2pgsql_LANG.po as format for po file
+         names.
 
-2010-12-02 20:35  pramsey
+2010-12-02 20:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c: Remove serialized_pointlist
-         direct access from ./postgis
+       * [r6266] postgis/lwgeom_functions_basic.c: Remove
+         serialized_pointlist direct access from ./postgis
 
-2010-12-02 19:09  pramsey
+2010-12-02 19:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, postgis/lwgeom_ogc.c:
-         Move is_closed fully to liblwgeom and remove LWGEOM_INSPECTED
-         from IsClosed
+       * [r6265] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
+         postgis/lwgeom_ogc.c: Move is_closed fully to liblwgeom and
+         remove LWGEOM_INSPECTED from IsClosed
 
-2010-12-02 18:52  pramsey
+2010-12-02 18:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwline.c,
+       * [r6264] liblwgeom/liblwgeom.h, liblwgeom/lwline.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c,
          regress/regress_ogc.sql, regress/regress_ogc_expected: Remove
          LWGEOM_INSPECTED from pointn, startpoint, endpoint, and migrate
          functionality to liblwgeom.
 
-2010-12-02 18:12  strk
+2010-12-02 18:12  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in, postgis/lwgeom_geos_snap.c,
+       * [r6263] postgis/Makefile.in, postgis/lwgeom_geos_snap.c,
          postgis/postgis.sql.in.c, regress/Makefile.in, regress/snap.sql,
          regress/snap_expected: ST_Snap and regress testing
 
-2010-12-02 18:01  pramsey
+2010-12-02 18:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_ogc.c: Remove LWGEOM_INSPECTED from PointN
+       * [r6262] postgis/lwgeom_ogc.c: Remove LWGEOM_INSPECTED from PointN
 
-2010-12-02 17:46  pramsey
+2010-12-02 17:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_ogc.c: Remove LWGEOM_INSPECTED from
+       * [r6261] postgis/lwgeom_ogc.c: Remove LWGEOM_INSPECTED from
          NumInteriorRings
 
-2010-12-02 17:39  pramsey
+2010-12-02 17:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_ogc.c: Remove unused function
+       * [r6260] postgis/lwgeom_ogc.c: Remove unused function
 
-2010-12-02 17:38  pramsey
+2010-12-02 17:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, postgis/lwgeom_ogc.c:
-         Remove LWGEOM_INSPECTED from ndims
+       * [r6259] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
+         postgis/lwgeom_ogc.c: Remove LWGEOM_INSPECTED from ndims
 
-2010-12-02 17:18  pramsey
+2010-12-02 17:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_ogc.c, regress/sql-mm-circularstring.sql,
+       * [r6258] postgis/lwgeom_ogc.c, regress/sql-mm-circularstring.sql,
          regress/sql-mm-circularstring_expected: Remove INSPECTED from
          numpoints
 
-2010-12-02 16:25  mloskot
+2010-12-02 16:25  Mateusz Loskot <mateusz@loskot.net>
 
-       * raster/scripts/python/Makefile.rt.sample: Updated SQL scripts
-         location in the database building makefile
+       * [r6257] raster/scripts/python/Makefile.rt.sample: Updated SQL
+         scripts location in the database building makefile
 
-2010-12-02 16:13  pramsey
+2010-12-02 16:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeom.c: Remove GET_GETTYPE from some functions.
+       * [r6256] liblwgeom/lwgeom.c: Remove GET_GETTYPE from some
+         functions.
 
-2010-12-02 16:06  robe
+2010-12-02 16:06  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: fix typo
+       * [r6255] doc/xsl/postgis_gardentest.sql.xsl: fix typo
 
-2010-12-02 15:55  pramsey
+2010-12-02 15:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos.c, regress/regress_ogc.sql,
+       * [r6253] postgis/lwgeom_geos.c, regress/regress_ogc.sql,
          regress/regress_ogc_expected: Remove LWGEOM_INSPECTED from
          ST_Union
 
-2010-12-02 15:54  robe
+2010-12-02 15:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml, doc/reference_output.xml: remove ~=
-         geography according to garden tests geography doesn't have such
-         an operator. Also put in version number arg name to make GeoJSON
-         easier to test
+       * [r6252] doc/reference_operator.xml, doc/reference_output.xml:
+         remove ~= geography according to garden tests geography doesn't
+         have such an operator. Also put in version number arg name to
+         make GeoJSON easier to test
 
-2010-12-02 15:51  robe
+2010-12-02 15:51  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: all test sql statements
-         should be logged to postgis_garden_log and successful results
-         output to postgis_garden_log_output
+       * [r6251] doc/xsl/postgis_gardentest.sql.xsl: all test sql
+         statements should be logged to postgis_garden_log and successful
+         results output to postgis_garden_log_output
 
-2010-12-02 15:37  pramsey
+2010-12-02 15:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile.in: Pass iconv header flags to cpp in all cases.
+       * [r6250] loader/Makefile.in: Pass iconv header flags to cpp in all
+         cases.
 
-2010-12-02 15:29  mloskot
+2010-12-02 15:29  Mateusz Loskot <mateusz@loskot.net>
 
-       * raster/rt_core/rt_api.c: Fixed invalid on-error return value from
-         rt_raster_add_band
+       * [r6249] raster/rt_core/rt_api.c: Fixed invalid on-error return
+         value from rt_raster_add_band
 
-2010-12-02 15:28  mloskot
+2010-12-02 15:28  Mateusz Loskot <mateusz@loskot.net>
 
-       * configure.ac: Updated the raster messages output by the configure
-         script.
+       * [r6248] configure.ac: Updated the raster messages output by the
+         configure script.
 
 2010-12-02 14:40  jorgearevalo
 
-       * raster/test/core/testapi.c: Changed SRID by srid in LWPOLY
-         structure call. Due to change in r6204
+       * [r6247] raster/test/core/testapi.c: Changed SRID by srid in
+         LWPOLY structure call. Due to change in r6204
 
-2010-12-02 06:55  robe
+2010-12-02 06:55  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: start logging the sql to
-         postgis_garden_log table and store the output as xml in
+       * [r6246] doc/xsl/postgis_gardentest.sql.xsl: start logging the sql
+         to postgis_garden_log table and store the output as xml in
          postgis_garden_log_output. Still more to fix. This will hopefully
          make it easier for vegetable gardeners to pick ripe vegetables.
 
-2010-12-02 03:43  pramsey
+2010-12-02 03:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile.in, loader/pgsql2shp-cli.c,
+       * [r6245] loader/Makefile.in, loader/pgsql2shp-cli.c,
          loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
          loader/shp2pgsql-cli.c: Add i18n string wrapper for pgsql2shp
          utility too.
 
-2010-12-02 00:51  pramsey
+2010-12-02 00:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * macros/progtest.m4: Now for sure.
+       * [r6244] macros/progtest.m4: Now for sure.
 
-2010-12-02 00:50  pramsey
+2010-12-02 00:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * macros/lib-ld.m4: Final one?
+       * [r6243] macros/lib-ld.m4: Final one?
 
-2010-12-02 00:48  pramsey
+2010-12-02 00:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * macros/lib-link.m4, macros/lib-prefix.m4: More NLS macros
+       * [r6242] macros/lib-link.m4, macros/lib-prefix.m4: More NLS macros
 
-2010-12-02 00:47  pramsey
+2010-12-02 00:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * macros/po.m4: Add another NLS macro
+       * [r6241] macros/po.m4: Add another NLS macro
 
-2010-12-02 00:46  pramsey
+2010-12-02 00:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * macros/codeset.m4: Add needed macro
+       * [r6240] macros/codeset.m4: Add needed macro
 
-2010-12-02 00:44  pramsey
+2010-12-02 00:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, loader/Makefile.in, loader/README.i18n,
+       * [r6239] configure.ac, loader/Makefile.in, loader/README.i18n,
          loader/README.txt, loader/po, loader/shp2pgsql-cli.c,
          loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
          loader/shp2pgsql-gui.c, macros/gettext.m4, macros/iconv.m4,
          macros/intltool.m4, macros/nls.m4: First attempt at i18n for the
          loader/dumper.
 
-2010-12-01 20:28  pramsey
+2010-12-01 20:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
+       * [r6238] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
          liblwgeom/libtgeom.c, liblwgeom/libtgeom.h,
          liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c, liblwgeom/lwpoly.c,
          liblwgeom/lwtriangle.c, liblwgeom/measures.c,
          postgis/lwgeom_functions_basic.c: Remove LWGEOM_INSPECTED from
          perimeter calculation
 
-2010-12-01 19:59  pramsey
+2010-12-01 19:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_transform.c: Remove LWGEOM_INSPECTED from
+       * [r6237] postgis/lwgeom_transform.c: Remove LWGEOM_INSPECTED from
          transform functions
 
-2010-12-01 18:13  strk
+2010-12-01 18:13  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in, regress/sharedpaths.sql,
+       * [r6236] regress/Makefile.in, regress/sharedpaths.sql,
          regress/sharedpaths_expected: Add regression testing for
          ST_SharedPaths
 
-2010-12-01 18:11  strk
+2010-12-01 18:11  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Support typed multi* empties, just enough
-         fro ST_SharedEdge (see issue #673 for more)
+       * [r6235] postgis/lwgeom_geos.c: Support typed multi* empties, just
+         enough fro ST_SharedEdge (see issue #673 for more)
 
-2010-12-01 16:23  strk
+2010-12-01 16:23  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_sharedpaths.c: Fix builds against libgeos <
-         3.3.0
+       * [r6234] postgis/lwgeom_geos_sharedpaths.c: Fix builds against
+         libgeos < 3.3.0
 
-2010-12-01 16:23  strk
+2010-12-01 16:23  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_sharedpaths.c: Retain SRID in output
+       * [r6233] postgis/lwgeom_geos_sharedpaths.c: Retain SRID in output
 
-2010-12-01 16:15  strk
+2010-12-01 16:15  Sandro Santilli <strk@keybit.net>
 
-       * install-sh: Newer script (2009 rather than 2006). Hoping others'
-         won't have it updated (my ./autogen.sh runs always update it)
+       * [r6232] install-sh: Newer script (2009 rather than 2006). Hoping
+         others' won't have it updated (my ./autogen.sh runs always update
+         it)
 
-2010-12-01 15:54  strk
+2010-12-01 15:54  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in, postgis/postgis.sql.in.c: Build and register
-         ST_SharedPaths
+       * [r6231] postgis/Makefile.in, postgis/postgis.sql.in.c: Build and
+         register ST_SharedPaths
 
-2010-12-01 15:42  strk
+2010-12-01 15:42  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile: postgis/Makefile is generated from
+       * [r6230] postgis/Makefile: postgis/Makefile is generated from
          postgis/Makefile.in by ./configure
 
-2010-12-01 15:12  robe
+2010-12-01 15:12  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: no fair -- I want a
+       * [r6229] doc/xsl/postgis_gardentest.sql.xsl: no fair -- I want a
          collection of empties too
 
-2010-12-01 15:07  strk
+2010-12-01 15:07  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: typo
+       * [r6228] postgis/postgis.sql.in.c: typo
 
-2010-12-01 14:56  strk
+2010-12-01 14:56  Sandro Santilli <strk@keybit.net>
 
-       * regress/dump.sql, regress/dump_expected: Test dumping an insanely
-         _empty_ geometry
+       * [r6227] regress/dump.sql, regress/dump_expected: Test dumping an
+         insanely _empty_ geometry
 
-2010-12-01 14:44  strk
+2010-12-01 14:44  Sandro Santilli <strk@keybit.net>
 
-       * regress/dump.sql, regress/dump_expected: Test ST_Dump(EMPTY)
+       * [r6226] regress/dump.sql, regress/dump_expected: Test
+         ST_Dump(EMPTY)
 
-2010-12-01 14:41  strk
+2010-12-01 14:41  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in, regress/dump.sql, regress/dump_expected: Add
-         test for ST_Dump
+       * [r6225] regress/Makefile.in, regress/dump.sql,
+         regress/dump_expected: Add test for ST_Dump
 
-2010-12-01 13:57  strk
+2010-12-01 13:57  Sandro Santilli <strk@keybit.net>
 
-       * .gitignore: some ignores
+       * [r6224] .gitignore: some ignores
 
-2010-12-01 13:57  strk
+2010-12-01 13:57  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Execute bit
+       * [r6223] utils/postgis_restore.pl: Execute bit
 
-2010-12-01 13:57  strk
+2010-12-01 13:57  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile, postgis/lwgeom_geos_sharedpaths.c: Build
-         ST_SharedPaths function (currently returning a
+       * [r6222] postgis/Makefile, postgis/lwgeom_geos_sharedpaths.c:
+         Build ST_SharedPaths function (currently returning a
          geometrycollection)
 
-2010-12-01 01:02  pramsey
+2010-12-01 01:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Add
+       * [r6221] liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Add
          stringbuffer_create_size() to allow different starting sizes for
          the buffer
 
-2010-12-01 00:53  pramsey
+2010-12-01 00:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
+       * [r6220] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
          liblwgeom/lwgeom.c, liblwgeom/ptarray.c,
          postgis/lwgeom_functions_basic.c: Move affine transforms into
          liblwgeom and expunge LWGEOM_INSPECTED
 
-2010-12-01 00:00  pramsey
+2010-12-01 00:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Make spheroid distance respect z if it's
-         there.
+       * [r6219] liblwgeom/lwgeodetic.c: Make spheroid distance respect z
+         if it's there.
 
-2010-11-30 23:46  pramsey
+2010-11-30 23:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_spheroid.c: Remove old length_ellipse functions
+       * [r6218] postgis/lwgeom_spheroid.c: Remove old length_ellipse
+         functions
 
-2010-11-30 23:44  pramsey
+2010-11-30 23:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_measurement.c, postgis/lwgeom_spheroid.c,
-         regress/measures.sql, regress/measures_expected: Move spheroid
-         length calculation to using same function as geography
+       * [r6217] postgis/geography_measurement.c,
+         postgis/lwgeom_spheroid.c, regress/measures.sql,
+         regress/measures_expected: Move spheroid length calculation to
+         using same function as geography
 
-2010-11-30 23:23  pramsey
+2010-11-30 23:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c: Include some extra memory
-         freeing in the force_ndims variants.
+       * [r6216] postgis/lwgeom_functions_basic.c: Include some extra
+         memory freeing in the force_ndims variants.
 
-2010-11-30 22:55  pramsey
+2010-11-30 22:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
+       * [r6215] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
          liblwgeom/lwcircstring.c, liblwgeom/lwcompound.c,
          liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
          liblwgeom/lwmline.c, liblwgeom/lwsegmentize.c,
          length calculations fully to liblwgeom and remove
          LWGEOM_INSPECTED
 
-2010-11-30 21:54  pramsey
+2010-11-30 21:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
+       * [r6214] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
          liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c, liblwgeom/lwpoly.c,
          liblwgeom/lwtriangle.c, liblwgeom/measures.c,
          postgis/lwgeom_functions_basic.c: Move area calculations fully to
          liblwgeom and remove LWGEOM_INSPECTED
 
-2010-11-30 21:35  pramsey
+2010-11-30 21:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
-         liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c,
-         liblwgeom/lwout_kml.c, postgis/geography_inout.c,
-         postgis/lwgeom_export.c: Remove LWGEOM_INSPECTED from AsGML and
-         AsKML
+       * [r6213] liblwgeom/cunit/cu_out_gml.c,
+         liblwgeom/cunit/cu_out_kml.c, liblwgeom/liblwgeom.h,
+         liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
+         postgis/geography_inout.c, postgis/lwgeom_export.c: Remove
+         LWGEOM_INSPECTED from AsGML and AsKML
 
-2010-11-30 20:11  pramsey
+2010-11-30 20:11  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_out_geojson.c, liblwgeom/liblwgeom.h,
+       * [r6212] liblwgeom/cunit/cu_out_geojson.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwout_geojson.c, postgis/geography_inout.c,
          postgis/lwgeom_export.c: Remove LWGEOM_INSPECTED from AsGeoJSON
 
-2010-11-30 19:02  pramsey
+2010-11-30 19:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_out_svg.c, liblwgeom/liblwgeom.h,
+       * [r6211] liblwgeom/cunit/cu_out_svg.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwout_svg.c, postgis/geography_inout.c,
          postgis/lwgeom_export.c: Remove LWGEOM_INSPECTED from AsSVG
 
-2010-11-30 07:02  robe
+2010-11-30 07:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml, doc/xsl/postgis_gardentest.sql.xsl,
+       * [r6210] doc/reference_output.xml,
+         doc/xsl/postgis_gardentest.sql.xsl,
          doc/xsl/raster_gardentest.sql.xsl: more logging cleanup and add
          create index test for geometry/geography. Change verison number
          arg in ST_GeoJSON so can stuff the right value in testing
 
-2010-11-29 13:02  robe
+2010-11-29 13:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: more mistakes
+       * [r6209] doc/reference_raster.xml: more mistakes
 
-2010-11-29 12:55  robe
+2010-11-29 12:55  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fix typo
+       * [r6208] doc/reference_raster.xml: fix typo
 
-2010-11-26 16:55  robe
+2010-11-26 16:55  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl,
+       * [r6207] doc/xsl/postgis_gardentest.sql.xsl,
          doc/xsl/raster_gardentest.sql.xsl: fix more mistakes in table
          logging. replace toxic curved geometries with little more
          harmless. Get rid of false positive relationships by forcing
          geometries to have bounding boxes that intersect at least
          sometimes.
 
-2010-11-26 13:40  robe
+2010-11-26 13:40  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: put back curved geometries.
-         Had taken them out in 1.4, but guess never put them back because
-         of distance issues. Also some other minor cleanup
+       * [r6206] doc/xsl/postgis_gardentest.sql.xsl: put back curved
+         geometries. Had taken them out in 1.4, but guess never put them
+         back because of distance issues. Also some other minor cleanup
 
-2010-11-25 18:38  colivier
+2010-11-25 18:38  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
+       * [r6205] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwcircstring.c, liblwgeom/lwgeom_api.c,
          liblwgeom/lwin_wkt.c, liblwgeom/lwline.c,
          liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
          postgis/lwgeom_spheroid.c: Change POINTARRAY.dims to
          POINTARRAY.flags. Related to #658
 
-2010-11-25 17:34  colivier
+2010-11-25 17:34  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_surface.c, liblwgeom/g_serialized.c,
+       * [r6204] liblwgeom/cunit/cu_surface.c, liblwgeom/g_serialized.c,
          liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
          liblwgeom/lwalgorithm.c, liblwgeom/lwcircstring.c,
          liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
          errorIfSRIDMismatch, pglwgeom_getSRID, pglwgeom_setSRID,
          LWGEOM_getSRID, LWGEOM_setSRID, hasSRID. Related to #658
 
-2010-11-24 23:44  robe
+2010-11-24 23:44  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: fix casing in dropRastertable
+       * [r6203] doc/xsl/raster_gardentest.sql.xsl: fix casing in
+         dropRastertable
 
-2010-11-24 22:29  robe
+2010-11-24 22:29  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: fix table casing in
+       * [r6202] doc/xsl/raster_gardentest.sql.xsl: fix table casing in
          Addrastercolumn
 
-2010-11-24 17:49  pramsey
+2010-11-24 17:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwsegmentize.c: Fully free temporary ptarray
+       * [r6201] liblwgeom/lwsegmentize.c: Fully free temporary ptarray
 
-2010-11-24 17:46  robe
+2010-11-24 17:46  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: reenable st_curvetoline and
-         st_linetocurve functions. Seem to work now.
+       * [r6200] doc/xsl/postgis_gardentest.sql.xsl: reenable
+         st_curvetoline and st_linetocurve functions. Seem to work now.
 
-2010-11-24 15:41  robe
+2010-11-24 15:41  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Exclude
+       * [r6199] doc/xsl/postgis_gardentest.sql.xsl: Exclude
          ST_MinimumBoundingCircle from testing. That uses ST_AddPoint too.
 
-2010-11-24 13:34  robe
+2010-11-24 13:34  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: change polygon z and m
-         building to not use ST_AddPoint and remove ST_AddPoint from
+       * [r6198] doc/xsl/postgis_gardentest.sql.xsl: change polygon z and
+         building to not use ST_AddPoint and remove ST_AddPoint from
          testing until it works again. Put ST_Transform back.
 
-2010-11-24 01:09  pramsey
+2010-11-24 01:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Inherit gbox flags from lwgeom when
-         calculating. This makes sense.
+       * [r6197] liblwgeom/lwgeodetic.c: Inherit gbox flags from lwgeom
+         when calculating. This makes sense.
 
-2010-11-24 01:06  pramsey
+2010-11-24 01:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Initialize static GBOX flags to zero to
-         avoid nastiness.
+       * [r6196] liblwgeom/lwgeodetic.c: Initialize static GBOX flags to
+         zero to avoid nastiness.
 
-2010-11-24 00:39  pramsey
+2010-11-24 00:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Tighten up lwgeodetic a little
+       * [r6195] liblwgeom/lwgeodetic.c: Tighten up lwgeodetic a little
 
-2010-11-24 00:28  pramsey
+2010-11-24 00:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
+       * [r6194] liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
          liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
          liblwgeom/lwline.c, liblwgeom/lwmcurve.c, liblwgeom/lwmline.c,
          liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
          liblwgeom/lwtriangle.c, postgis/geography_measurement.c: Ensure
          that flags are initialized cleanly in constructors
 
-2010-11-23 23:47  pramsey
+2010-11-23 23:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_ptarray.c,
-         liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-         liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-         liblwgeom/lwspheroid.c, postgis/geography_inout.c,
-         postgis/geography_measurement.c, postgis/lwgeom_spheroid.c:
-         Update geography functions to use the in-build .flags attribute
-         on LWGEOM
+       * [r6193] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h,
+         liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeodetic.c,
+         liblwgeom/lwgeodetic.h, liblwgeom/lwspheroid.c,
+         postgis/geography_inout.c, postgis/geography_measurement.c,
+         postgis/lwgeom_spheroid.c: Update geography functions to use the
+         in-build .flags attribute on LWGEOM
 
-2010-11-23 20:22  pramsey
+2010-11-23 20:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/cu_homogenize.c,
+       * [r6192] liblwgeom/Makefile.in, liblwgeom/cunit/cu_homogenize.c,
          liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
          liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_out_geojson.c,
          liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
          liblwgeom/cunit/cu_out_wkt.c, liblwgeom/libgeom.h: Remove
          libgeom.h
 
-2010-11-23 15:49  robe
+2010-11-23 15:49  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: fix casing of pixel types
+       * [r6191] doc/xsl/raster_gardentest.sql.xsl: fix casing of pixel
+         types
 
-2010-11-23 00:44  pramsey
+2010-11-23 00:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_ptarray.c, liblwgeom/examples/unparser.c,
-         liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-         liblwgeom/libtgeom.c, liblwgeom/lwalgorithm.c,
-         liblwgeom/lwin_wkt.c, liblwgeom/lwsegmentize.c,
-         liblwgeom/ptarray.c, loader/shp2pgsql-core.c,
-         postgis/lwgeom_functions_analytic.c,
+       * [r6190] liblwgeom/cunit/cu_ptarray.c,
+         liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
+         liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
+         liblwgeom/lwalgorithm.c, liblwgeom/lwin_wkt.c,
+         liblwgeom/lwsegmentize.c, liblwgeom/ptarray.c,
+         loader/shp2pgsql-core.c, postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
          postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
          postgis/lwgeom_rtree.c: Make the ptarray_add_point behavior more
          explicit.
 
-2010-11-23 00:23  pramsey
+2010-11-23 00:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_tester.c: Remove dlfcn.h. Doesn't seem to make
-         any difference under OS/X.
+       * [r6189] liblwgeom/cunit/cu_tester.c: Remove dlfcn.h. Doesn't seem
+         to make any difference under OS/X.
 
-2010-11-23 00:16  pramsey
+2010-11-23 00:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
+       * [r6188] liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
          liblwgeom/ptarray.c: Update force2d to preserve repeated points.
 
-2010-11-22 22:33  pramsey
+2010-11-22 22:33  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_ptarray.c: Add in actual cu_ptarray.c test
-         file
+       * [r6187] liblwgeom/cunit/cu_ptarray.c: Add in actual cu_ptarray.c
+         test file
 
-2010-11-22 22:23  pramsey
+2010-11-22 22:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c,
+       * [r6186] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c,
          liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
          liblwgeom/ptarray.c: Make ptarray_append_point handle higher
          dimensions more consistently.
 
-2010-11-22 19:24  pramsey
+2010-11-22 19:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c: Make LWGEOM_expand use the
-         ptarray API
+       * [r6185] postgis/lwgeom_functions_basic.c: Make LWGEOM_expand use
+         the ptarray API
 
-2010-11-22 15:43  robe
+2010-11-22 15:43  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: change to not use skewed
-         rasters and insure when point is used in falls in the raster to
-         prevent unnecessary alarms
+       * [r6184] doc/xsl/raster_gardentest.sql.xsl: change to not use
+         skewed rasters and insure when point is used in falls in the
+         raster to prevent unnecessary alarms
 
-2010-11-22 15:17  robe
+2010-11-22 15:17  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: fix more bugs in test
+       * [r6183] doc/xsl/raster_gardentest.sql.xsl: fix more bugs in test
 
-2010-11-22 13:34  robe
+2010-11-22 13:34  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: fix some bugs in tests. More
-         fixes to come
+       * [r6182] doc/xsl/raster_gardentest.sql.xsl: fix some bugs in
+         tests. More fixes to come
 
-2010-11-21 19:13  colivier
+2010-11-21 19:13  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_transform.c: Add triangle support for
+       * [r6181] postgis/lwgeom_transform.c: Add triangle support for
          ST_Transform. Fix #600. Thanks to Regina for report !
 
-2010-11-21 19:02  colivier
+2010-11-21 19:02  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_surface.c,
-         liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/lex.yy.c,
+       * [r6180] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_surface.c, liblwgeom/g_box.c,
+         liblwgeom/g_serialized.c, liblwgeom/lex.yy.c,
          liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
          liblwgeom/libtgeom.h, liblwgeom/lwalgorithm.c,
          liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
          postgis/lwgeom_transform.c: #658 part 1. Enhance LWGEOM struct
          (type, flags and GBOX) and related functions call.
 
-2010-11-19 22:12  pramsey
+2010-11-19 22:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/in_gml_expected: Revert GML change. Hm.
+       * [r6179] regress/in_gml_expected: Revert GML change. Hm.
 
-2010-11-19 21:51  pramsey
+2010-11-19 21:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/in_gml_expected: Change in gml regression to match what
-         seems to be the right answers.
+       * [r6178] regress/in_gml_expected: Change in gml regression to
+         match what seems to be the right answers.
 
-2010-11-18 18:37  pramsey
+2010-11-18 18:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
+       * [r6177] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
          postgis/lwgeom_functions_basic.c: Flip nrings function from
          serialized to lwgeom based.
 
-2010-11-18 18:13  pramsey
+2010-11-18 18:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_misc.c, liblwgeom/liblwgeom.h,
+       * [r6176] liblwgeom/cunit/cu_misc.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c: Change over
          npoints to use an lwgeom based function intead of serialized.
 
-2010-11-18 05:28  pramsey
+2010-11-18 05:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_algorithm.c,
-         liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_misc.c,
-         liblwgeom/cunit/cu_tester.c, liblwgeom/examples/unparser.c,
-         liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
-         liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
-         liblwgeom/lwalgorithm.c, liblwgeom/lwcircstring.c,
-         liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
-         liblwgeom/lwgeom_api.c, liblwgeom/lwin_wkt.c, liblwgeom/lwline.c,
-         liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
+       * [r6175] liblwgeom/cunit/Makefile.in,
+         liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_measures.c,
+         liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_tester.c,
+         liblwgeom/examples/unparser.c, liblwgeom/g_serialized.c,
+         liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
+         liblwgeom/libtgeom.c, liblwgeom/lwalgorithm.c,
+         liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
+         liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwin_wkt.c,
+         liblwgeom/lwline.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
          liblwgeom/lwsegmentize.c, liblwgeom/lwtriangle.c,
          liblwgeom/ptarray.c, loader/shp2pgsql-core.c,
          postgis/geography_inout.c, postgis/lwgeom_functions_analytic.c,
          the intersects shortcuts and the linear referencing fuctions in
          lwgeom_functions_analytic.
 
-2010-11-16 17:25  robe
+2010-11-16 17:25  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: minor logging corrections
+       * [r6174] doc/xsl/postgis_gardentest.sql.xsl: minor logging
+         corrections
 
 2010-11-14 18:10  jorgearevalo
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
+       * [r6173] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
          MapAlgebra prerequisites to raster core.
 
-2010-11-12 15:48  robe
+2010-11-12 15:48  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml: Update 9.0 FAQ to include npgsql fixed driver for
-         bytea support
+       * [r6172] doc/faq.xml: Update 9.0 FAQ to include npgsql fixed
+         driver for bytea support
 
-2010-11-04 23:21  pramsey
+2010-11-04 23:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_serialized.c,
+       * [r6170] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_serialized.c,
          liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
          liblwgeom/lwcircstring.c, liblwgeom/lwgeom_api.c,
          liblwgeom/lwline.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c: Change
          pointArray_construct() to ptarray_construct_reference_data()
 
-2010-11-02 14:20  robe
+2010-11-02 14:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: add relevant references
+       * [r6168] doc/reference_processing.xml: add relevant references
 
-2010-11-02 06:20  pramsey
+2010-11-02 06:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeom.c, liblwgeom/measures.c, liblwgeom/measures.h,
-         liblwgeom/measures3d.c, liblwgeom/measures3d.h,
-         postgis/lwgeom_dump.c, postgis/lwgeom_functions_basic.c,
-         postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_split.c: Change
-         over to lwgeom_is_collection where appropriate.
+       * [r6167] liblwgeom/lwgeom.c, liblwgeom/measures.c,
+         liblwgeom/measures.h, liblwgeom/measures3d.c,
+         liblwgeom/measures3d.h, postgis/lwgeom_dump.c,
+         postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos_clean.c,
+         postgis/lwgeom_geos_split.c: Change over to lwgeom_is_collection
+         where appropriate.
 
-2010-11-02 05:52  pramsey
+2010-11-02 05:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
+       * [r6166] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
          liblwgeom/lwcollection.c, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeom.c, liblwgeom/lwhomogenize.c,
          liblwgeom/lwin_wkt.c, liblwgeom/measures.c,
          unused function. Rename lwgeom_is_collection to
          lwtype_is_collection.
 
-2010-11-01 21:03  kneufeld
+2010-11-01 21:03  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/postgis.xml, doc/using_postgis_dataman.xml: try an experiment
-         to fix Docbook and MathML compatibility issues.
+       * [r6165] doc/postgis.xml, doc/using_postgis_dataman.xml: try an
+         experiment to fix Docbook and MathML compatibility issues.
          upgrade Docbook to 4.5
          upgrade MathML to 2.0
          
          
          "make check" should now pass without incident.
 
-2010-11-01 14:48  robe
+2010-11-01 14:48  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: logging for multi arg
+       * [r6164] doc/xsl/postgis_gardentest.sql.xsl: logging for multi arg
          functions
 
-2010-11-01 14:07  robe
+2010-11-01 14:07  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: Get rid of WKT in credits and some minor
-         spring cleaning
+       * [r6163] doc/introduction.xml: Get rid of WKT in credits and some
+         minor spring cleaning
 
-2010-11-01 08:15  pramsey
+2010-11-01 08:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/image_src/generator.c: Fix liblwgeom.h reference in
-         generator
+       * [r6162] doc/html/image_src/generator.c: Fix liblwgeom.h reference
+         in generator
 
-2010-11-01 08:11  pramsey
+2010-11-01 08:11  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
+       * [r6161] liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
          liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
          liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c,
          liblwgeom/lwin_wkt.c, liblwgeom/lwsegmentize.c,
          postgis/lwgeom_functions_lrs.c, postgis/lwgeom_in_gml.c,
          postgis/lwgeom_in_kml.c: Remove DYNPTARRAY and all users of it
 
-2010-11-01 01:28  pramsey
+2010-11-01 01:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/box2d.c, liblwgeom/cunit/cu_measures.c,
+       * [r6160] liblwgeom/box2d.c, liblwgeom/cunit/cu_measures.c,
          liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_tester.c,
          liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
          liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
          liblwgeom/stringbuffer.c: Flip all the internal liblwgeom files
          over to use liblwgeom_internal.h
 
-2010-11-01 01:16  pramsey
+2010-11-01 01:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/libtgeom.c: Remove one use of DYNPTARRAY
+       * [r6159] liblwgeom/libtgeom.c: Remove one use of DYNPTARRAY
 
-2010-10-31 03:19  pramsey
+2010-10-31 03:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c: Remove a pair of
-         unused functions.
+       * [r6158] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c: Remove a
+         pair of unused functions.
 
-2010-10-31 02:31  pramsey
+2010-10-31 02:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, liblwgeom/Makefile.in,
+       * [r6157] configure.ac, liblwgeom/Makefile.in,
          liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_libgeom.c,
          liblwgeom/cunit/cu_surface.h, liblwgeom/g_box.c,
          liblwgeom/g_coord.c, liblwgeom/g_geometry.c,
          and start attempting to separate _internal from external
          liblwgeom functions.
 
-2010-10-30 17:35  strk
+2010-10-30 17:35  Sandro Santilli <strk@keybit.net>
 
-       * raster/rt_pg/rt_pg.c: ISO C90 forbids mixed declarations and code
+       * [r6156] raster/rt_pg/rt_pg.c: ISO C90 forbids mixed declarations
+         and code
 
-2010-10-29 22:57  robe
+2010-10-29 22:57  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: put in references to geomval data type
+       * [r6155] doc/reference_raster.xml: put in references to geomval
+         data type
 
-2010-10-29 22:20  robe
+2010-10-29 22:20  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+       * [r6154] doc/postgis.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
 
-2010-10-29 21:57  robe
+2010-10-29 21:57  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: switch order back
+       * [r6153] doc/postgis.xml: switch order back
 
-2010-10-29 21:33  robe
+2010-10-29 21:33  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Include rasters
-         in special function index and switch ordering of chapters so
-         special function index is at the end again after raster
+       * [r6152] doc/postgis.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Include
+         rasters in special function index and switch ordering of chapters
+         so special function index is at the end again after raster
 
-2010-10-29 13:04  robe
+2010-10-29 13:04  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: test all functions -- first
-         draft -- lots of false negatives
+       * [r6151] doc/xsl/raster_gardentest.sql.xsl: test all functions --
+         first draft -- lots of false negatives
 
-2010-10-29 12:21  robe
+2010-10-29 12:21  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: fix typo in logging
+       * [r6150] doc/xsl/raster_gardentest.sql.xsl: fix typo in logging
 
-2010-10-29 12:04  robe
+2010-10-29 12:04  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: update to test the raster
-         operators
+       * [r6149] doc/xsl/raster_gardentest.sql.xsl: update to test the
+         raster operators
 
-2010-10-29 11:28  robe
+2010-10-29 11:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: ST_3DDFullyWithin
+       * [r6148] doc/reference_measure.xml: ST_3DDFullyWithin
 
-2010-10-28 23:08  pracine
+2010-10-28 23:08  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/plpgsql/_MapAlgebraParts.sql,
+       * [r6147] raster/scripts/plpgsql/_MapAlgebraParts.sql,
          raster/scripts/plpgsql/st_addband.sql,
          raster/scripts/plpgsql/st_asraster.sql,
          raster/scripts/plpgsql/st_clip.sql,
          raster/scripts/plpgsql/st_union.sql: --General enhancement to the
          script functions. Still a lot of work to do...
 
-2010-10-28 13:47  robe
+2010-10-28 13:47  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_raster.xml: some cleanup and one more link
+       * [r6146] doc/faq_raster.xml: some cleanup and one more link
 
-2010-10-28 13:10  robe
+2010-10-28 13:10  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: get rid of tabs
+       * [r6145] doc/reference_raster.xml: get rid of tabs
 
-2010-10-28 12:45  robe
+2010-10-28 12:45  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Try to clarify use of
+       * [r6144] doc/reference_raster.xml: Try to clarify use of
          ST_MakeEmptyRaster to address #651
 
-2010-10-27 18:01  kneufeld
+2010-10-27 18:01  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/image_src/st_isvalid09.wkt,
+       * [r6143] doc/html/image_src/st_isvalid09.wkt,
          doc/using_postgis_dataman.xml: updated reference to appropriate
          image in the discussion on geometry validity
 
-2010-10-27 17:27  kneufeld
+2010-10-27 17:27  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/image_src/Makefile.in,
+       * [r6142] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_isvalid09.wkt,
          doc/using_postgis_dataman.xml: added an example for ST_IsValid
          that shows a valid multipolygon that touches at a point.
 
-2010-10-27 17:09  kneufeld
+2010-10-27 17:09  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_measure.xml: remove <remark> TODO tag in doc.
+       * [r6141] doc/reference_measure.xml: remove <remark> TODO tag in
+         doc.
 
-2010-10-27 16:47  robe
+2010-10-27 16:47  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: Logic to test inserting
-         rasters of all different types
+       * [r6140] doc/xsl/raster_gardentest.sql.xsl: Logic to test
+         inserting rasters of all different types
 
-2010-10-27 14:38  robe
+2010-10-27 14:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml, doc/xsl/raster_gardentest.sql.xsl:
-         First working version of raster garden test -- currently just
-         does an addrastercolumn for all pixel types supported, drop
-         raster table and logs completion and timing to raster_garden_log
-         table
+       * [r6139] doc/reference_raster.xml,
+         doc/xsl/raster_gardentest.sql.xsl: First working version of
+         raster garden test -- currently just does an addrastercolumn for
+         all pixel types supported, drop raster table and logs completion
+         and timing to raster_garden_log table
 
 2010-10-27 12:51  jorgearevalo
 
-       * doc/faq_raster.xml, doc/reference_raster.xml,
+       * [r6138] doc/faq_raster.xml, doc/reference_raster.xml,
          raster/scripts/python/Makefile.in,
          raster/scripts/python/gdal2raster.py,
          raster/scripts/python/raster2pgsql.py: gdal2raster.py renamed to
 
 2010-10-27 11:06  jorgearevalo
 
-       * raster/rt_core/Makefile.in: Added CC=@CC@ in
+       * [r6137] raster/rt_core/Makefile.in: Added CC=@CC@ in
          raster/rt_core/Makefile.in. Related ticket #550.
 
 2010-10-26 17:40  jorgearevalo
 
-       * README.raster, README.raster.debugging, configure.ac,
+       * [r6136] README.raster, README.raster.debugging, configure.ac,
          raster/DEBUG, raster/raster_config.h.in,
          raster/rt_core/Makefile.in, raster/rt_core/rt_api.c,
          raster/rt_core/rt_api.h, raster/rt_pg/Makefile.in,
          references to old raster debug variables in configure.ac. Deleted
          old readme file.
 
-2010-10-26 16:41  robe
+2010-10-26 16:41  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_gardentest.sql.xsl: start work on raster garden
-         test generator
+       * [r6135] doc/xsl/raster_gardentest.sql.xsl: start work on raster
+         garden test generator
 
 2010-10-26 16:40  jorgearevalo
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r6134] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h: New debug system,
          similar to the PostGIS debug system, with two sets of macros
          that depend on the POSTGIS_DEBUG_LEVEL value. Related ticket
          #638.
 
-2010-10-26 15:50  robe
+2010-10-26 15:50  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_type.xml: fix id ref
+       * [r6133] doc/reference_type.xml: fix id ref
 
-2010-10-26 15:42  robe
+2010-10-26 15:42  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: fix build issue -- need more
-         fixing later
+       * [r6132] doc/xsl/postgis_aggs_mm.xml.xsl: fix build issue -- need
+         more fixing later
 
-2010-10-26 15:01  robe
+2010-10-26 15:01  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: fix typo
+       * [r6131] doc/xsl/postgis_aggs_mm.xml.xsl: fix typo
 
-2010-10-26 14:47  robe
+2010-10-26 14:47  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl,
+       * [r6130] doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl,
          doc/xsl/postgis_comments.sql.xsl,
          doc/xsl/raster_comments.sql.xsl: add raster types in in
          reference_types section and also put in special indexes section.
          Will eventually move special indexes below raster since it will
          now cover it as well.
 
-2010-10-26 12:46  robe
+2010-10-26 12:46  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: try to get rid of utf stuff
-         again
+       * [r6129] doc/xsl/postgis_aggs_mm.xml.xsl: try to get rid of utf
+         stuff again
 
-2010-10-25 17:28  pramsey
+2010-10-25 17:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkb.c: Use ptarray_isclosed to check closure
+       * [r6128] liblwgeom/lwin_wkb.c: Use ptarray_isclosed to check
+         closure
 
 2010-10-25 16:06  jorgearevalo
 
-       * raster/raster_config.h.in,
+       * [r6127] raster/raster_config.h.in,
          raster/scripts/plpgsql/st_asraster.sql,
          raster/scripts/plpgsql/st_clip.sql,
          raster/scripts/plpgsql/st_deleteband.sql,
          raster/scripts/plpgsql/st_union.sql: Added svn tag keywords to
          raster plpgsql scripts. Related ticket #642.
 
-2010-10-25 14:46  robe
+2010-10-25 14:46  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: revert
+       * [r6126] doc/xsl/postgis_aggs_mm.xml.xsl: revert
 
-2010-10-25 14:33  robe
+2010-10-25 14:33  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: get rid of utf header entirely
-         -- my xsltproc when run with make-comments chokes on it.
+       * [r6125] doc/xsl/postgis_aggs_mm.xml.xsl: get rid of utf header
+         entirely -- my xsltproc when run with make-comments chokes on it.
 
-2010-10-25 05:01  pramsey
+2010-10-25 05:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkt.c: Add some WKT tests on EMPTY
+       * [r6124] liblwgeom/cunit/cu_in_wkt.c: Add some WKT tests on EMPTY
 
-2010-10-25 04:57  pramsey
+2010-10-25 04:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwgeom.c,
+       * [r6123] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwgeom.c,
          liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt_lex.c,
          liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.c,
          liblwgeom/lwin_wkt_parse.h, liblwgeom/lwin_wkt_parse.y:
          Add/improve comments, fix SRID handling for EWKT inputs.
 
-2010-10-25 04:34  pramsey
+2010-10-25 04:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c: More care
-         handling mixed dimensional inputs and being tolerant of wierd
-         stuff
+       * [r6122] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c: More
+         care handling mixed dimensional inputs and being tolerant of
+         wierd stuff
 
-2010-10-25 00:14  pramsey
+2010-10-25 00:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
+       * [r6121] liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
          liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y: Add
          destructors for the _list elements of the grammar.
 
-2010-10-24 19:51  pramsey
+2010-10-24 19:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in: Remove parse/lex outputs from 'clean'
-         target, add to 'maintainer-clean'
+       * [r6120] liblwgeom/Makefile.in: Remove parse/lex outputs from
+         'clean' target, add to 'maintainer-clean'
 
-2010-10-24 19:30  pramsey
+2010-10-24 19:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkt_lex.c: Update lexer
+       * [r6119] liblwgeom/lwin_wkt_lex.c: Update lexer
 
-2010-10-24 19:30  pramsey
+2010-10-24 19:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_parse.c,
+       * [r6118] liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_parse.c,
          liblwgeom/lwin_wkt_parse.h: Add generated parser/lexer files
 
-2010-10-24 19:29  pramsey
+2010-10-24 19:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom: Remove svn:ignores for lex/parser results
+       * [r6117] liblwgeom: Remove svn:ignores for lex/parser results
 
-2010-10-24 19:28  pramsey
+2010-10-24 19:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkt_lex.l: Remove header-file option
+       * [r6116] liblwgeom/lwin_wkt_lex.l: Remove header-file option
 
-2010-10-24 19:25  pramsey
+2010-10-24 19:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/cu_in_wkt.c,
+       * [r6115] liblwgeom/Makefile.in, liblwgeom/cunit/cu_in_wkt.c,
          liblwgeom/lwin_wkt_lex.l: More tweaks to lexer to generate header
 
-2010-10-24 19:13  pramsey
+2010-10-24 19:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkt_lex.l: Change order of options
+       * [r6114] liblwgeom/lwin_wkt_lex.l: Change order of options
 
-2010-10-24 19:00  pramsey
+2010-10-24 19:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkt_parse.y: Turn off verbose grammar
+       * [r6113] liblwgeom/lwin_wkt_parse.y: Turn off verbose grammar
 
-2010-10-24 19:00  pramsey
+2010-10-24 19:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwcurvepoly.c,
+       * [r6112] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwcurvepoly.c,
          liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
          liblwgeom/lwin_wkt_parse.y: Add in tests for more WKT types and
          fix bugs as they show up.
 
-2010-10-24 16:08  pramsey
+2010-10-24 16:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in: Add quotes to bison/flex calls.
+       * [r6111] liblwgeom/Makefile.in: Add quotes to bison/flex calls.
 
-2010-10-24 16:04  pramsey
+2010-10-24 16:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/liblwgeom.h,
+       * [r6110] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwgparse.c, liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
          liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.y: Match the
          error strings with the legacy ones in the old WKT parser.
 
-2010-10-24 15:25  pramsey
+2010-10-24 15:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_tester.c: Rename
-         WKT out suite.
+       * [r6109] liblwgeom/cunit/cu_out_wkt.c,
+         liblwgeom/cunit/cu_tester.c: Rename WKT out suite.
 
-2010-10-23 23:53  pramsey
+2010-10-23 23:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in: Change sytax on calls to LEX to maybe make
-         windoze and others happier
+       * [r6108] liblwgeom/Makefile.in: Change sytax on calls to LEX to
+         maybe make windoze and others happier
 
-2010-10-23 23:50  pramsey
+2010-10-23 23:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/cunit: Ignore generated Makefile
+       * [r6107] loader/cunit: Ignore generated Makefile
 
-2010-10-23 23:49  pramsey
+2010-10-23 23:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_analytic.c,
+       * [r6106] postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_functions_lrs.c, postgis/lwgeom_geos.c,
          postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c: Change empty
          collection constructor to take a type number, like the non-empty
          constructor (because we now believe in typed empties).
 
-2010-10-23 23:48  pramsey
+2010-10-23 23:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/liblwgeom.h,
+       * [r6105] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/liblwgeom.h,
          liblwgeom/libtgeom.c, liblwgeom/lwalgorithm.c,
          liblwgeom/lwcollection.c, liblwgeom/lwcurvepoly.c,
          liblwgeom/lwgeom.c, liblwgeom/lwhomogenize.c,
          liblwgeom/measures3d.c: Finish untested support for all types in
          WKT input.
 
-2010-10-23 14:41  pramsey
+2010-10-23 14:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in: Remove long form lex parameters
+       * [r6104] liblwgeom/Makefile.in: Remove long form lex parameters
 
-2010-10-22 23:32  pramsey
+2010-10-22 23:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkt_parse.y: Add dimensional empties to the
-         grammar
+       * [r6103] liblwgeom/lwin_wkt_parse.y: Add dimensional empties to
+         the grammar
 
-2010-10-22 23:29  pramsey
+2010-10-22 23:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwout_wkb.c: comment the fact we support ISO extended
-         types in WKB emitter
+       * [r6102] liblwgeom/lwout_wkb.c: comment the fact we support ISO
+         extended types in WKB emitter
 
-2010-10-22 23:27  pramsey
+2010-10-22 23:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/liblwgeom.h,
+       * [r6101] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
          liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.y,
          liblwgeom/lwline.c, liblwgeom/lwmpoint.c, liblwgeom/lwout_wkt.c,
          liblwgeom/lwpoly.c, liblwgeom/ptarray.c: Add in the ISO extended
          types to the WKT parser and emitter.
 
-2010-10-22 19:27  pramsey
+2010-10-22 19:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in: Apply mcayland patch to build parse/lex.
-         Remember: make clean before make.
+       * [r6100] liblwgeom/Makefile.in: Apply mcayland patch to build
+         parse/lex. Remember: make clean before make.
 
 2010-10-22 16:29  jorgearevalo
 
-       * configure.ac, doc/installation.xml: Changed '--with-gdal' for
-         '--with-gdalconfig'. Related tickets #610 #616
+       * [r6099] configure.ac, doc/installation.xml: Changed '--with-gdal'
+         for '--with-gdalconfig'. Related tickets #610 #616
 
-2010-10-22 14:54  robe
+2010-10-22 14:54  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: fix typo
+       * [r6098] doc/installation.xml: fix typo
 
-2010-10-22 14:52  robe
+2010-10-22 14:52  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: document GDAL config setting. Showing
-         with-gdal for now. Jorge -- don't forget to change this in make
-         to with-gdalconfig to be consistent with other config namings.
+       * [r6097] doc/installation.xml: document GDAL config setting.
+         Showing with-gdal for now. Jorge -- don't forget to change this
+         in make to with-gdalconfig to be consistent with other config
+         namings.
 
-2010-10-22 14:43  robe
+2010-10-22 14:43  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: amend install instructions to reflect new
-         simplied installation of raster support
+       * [r6096] doc/installation.xml: amend install instructions to
+         reflect new simplied installation of raster support
 
 2010-10-22 14:00  jorgearevalo
 
-       * GNUmakefile, configure.ac, raster/Makefile.in,
+       * [r6095] GNUmakefile, configure.ac, raster/Makefile.in,
          raster/rt_pg/Makefile.in: Raster build simplified. Only
          "./configure --with-raster & make & make install" needed. Raster
          objetive names changed in GNUMakefile. Raster library object
          generated with PostGIS version numbers.
 
-2010-10-22 02:14  pramsey
+2010-10-22 02:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c,
+       * [r6094] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c,
          liblwgeom/lwin_wkt.h, liblwgeom/lwin_wkt_parse.y,
          liblwgeom/lwout_wkt.c, liblwgeom/stringbuffer.c,
          liblwgeom/stringbuffer.h: Add in more parser cases and test an
          EMPTY case.
 
-2010-10-21 22:22  pramsey
+2010-10-21 22:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lex.yy.c,
+       * [r6093] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lex.yy.c,
          liblwgeom/liblwgeom.h, liblwgeom/lwin_wkt.c,
          liblwgeom/lwin_wkt.h, liblwgeom/lwin_wkt_parse.y,
          liblwgeom/lwmpoint.c, liblwgeom/lwpoint.c: Add support for point
          and multipoints to the WKT parser.
 
-2010-10-21 21:32  pramsey
+2010-10-21 21:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in: Ensure the parser prereqs are built (#636)
+       * [r6092] liblwgeom/Makefile.in: Ensure the parser prereqs are
+         built (#636)
 
-2010-10-20 22:51  pramsey
+2010-10-20 22:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r6091] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_tester.c,
          liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
          liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
          work on bison-based WKT-to-LWGEOM parser. Implemented for
          LINESTRING, almost ready to extend to all types.
 
-2010-10-20 14:09  robe
+2010-10-20 14:09  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: correction in output type
+       * [r6090] doc/reference_raster.xml: correction in output type
 
-2010-10-20 13:41  pracine
+2010-10-20 13:41  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_core/rt_api.c: -Fix for ticket ticket 634. Typo in
-         error message.
+       * [r6089] raster/rt_core/rt_api.c: -Fix for ticket ticket 634. Typo
+         in error message.
 
-2010-10-20 13:38  pracine
+2010-10-20 13:38  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: -Fix for ticket 632.
+       * [r6088] raster/rt_pg/rtpostgis.sql.in.c: -Fix for ticket 632.
          st_world2rastercoordx and st_world2rastercoordy must return int
          instead of float8.
 
-2010-10-20 12:22  robe
+2010-10-20 12:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: finish off documenting current public
-         raster functions. Think that's all of them we have so far
+       * [r6087] doc/reference_raster.xml: finish off documenting current
+         public raster functions. Think that's all of them we have so far
 
-2010-10-19 13:02  robe
+2010-10-19 13:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fill in missing portos and provide more
-         description of what additional protos do when args are left out
-         or included
+       * [r6086] doc/reference_raster.xml: fill in missing portos and
+         provide more description of what additional protos do when args
+         are left out or included
 
-2010-10-19 12:31  robe
+2010-10-19 12:31  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: missing protos for st_askml, st_asgml
+       * [r6085] doc/reference_output.xml: missing protos for st_askml,
+         st_asgml
 
-2010-10-18 15:59  strk
+2010-10-18 15:59  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Location argument to GEOSIsValidDetail is
-         non-const
+       * [r6084] postgis/lwgeom_geos.c: Location argument to
+         GEOSIsValidDetail is non-const
 
-2010-10-18 13:15  strk
+2010-10-18 13:15  Sandro Santilli <strk@keybit.net>
 
-       * regress/measures.sql, regress/measures_expected: Snap
+       * [r6083] regress/measures.sql, regress/measures_expected: Snap
          ShortestLine to 1e-14 grid (fixes failure on opensuse)
 
-2010-10-15 21:46  pracine
+2010-10-15 21:46  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/scripts/python/gdal2raster.py: -Fix for ticket 628.
+       * [r6082] raster/scripts/python/gdal2raster.py: -Fix for ticket
+         628.
 
-2010-10-15 14:32  robe
+2010-10-15 14:32  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: typo
+       * [r6081] doc/xsl/postgis_gardentest.sql.xsl: typo
 
-2010-10-15 14:29  robe
+2010-10-15 14:29  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: more logic errors
+       * [r6080] doc/xsl/postgis_gardentest.sql.xsl: more logic errors
 
-2010-10-15 13:28  robe
+2010-10-15 13:28  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_comments.sql.xsl,
+       * [r6079] doc/xsl/postgis_comments.sql.xsl,
          doc/xsl/postgis_gardentest.sql.xsl,
          doc/xsl/raster_comments.sql.xsl: fix error in logic in test,
          change xml header to match other xml files
 
-2010-10-14 06:54  robe
+2010-10-14 06:54  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: fix non valid RT_Reference link
+       * [r6078] doc/xsl/postgis_aggs_mm.xml.xsl: fix non valid
+         RT_Reference link
 
-2010-10-14 06:04  colivier
+2010-10-14 06:04  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/installation.xml, doc/reference_accessor.xml,
+       * [r6077] doc/installation.xml, doc/reference_accessor.xml,
          doc/reference_processing.xml, doc/reference_raster.xml,
          doc/using_postgis_dataman.xml: Fix few errors inside DocBook
          documentation. Refer to #471
 
-2010-10-13 22:22  robe
+2010-10-13 22:22  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_raster.xml, doc/reference_raster.xml: address some dtd
-         errors
+       * [r6076] doc/faq_raster.xml, doc/reference_raster.xml: address
+         some dtd errors
 
 2010-10-13 17:12  jorgearevalo
 
-       * raster/rt_core/Makefile.in, raster/rt_pg/Makefile.in,
+       * [r6075] raster/rt_core/Makefile.in, raster/rt_pg/Makefile.in,
          raster/rt_pg/Makefile.pgxs: Modified raster Makefiles to solve
          bugs of ticket #610 (build error and
          incorrect placement of rtpostgis.sql file)
 
 2010-10-13 15:41  jorgearevalo
 
-       * doc/faq_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Deleted
-         references to 'WKT' in rtpostgis.sql and faq_raster.xml
+       * [r6074] doc/faq_raster.xml, raster/rt_pg/rtpostgis.sql.in.c:
+         Deleted references to 'WKT' in rtpostgis.sql and faq_raster.xml
 
-2010-10-13 14:31  robe
+2010-10-13 14:31  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: Correct the spelling of Peucker
+       * [r6072] doc/reference_processing.xml: Correct the spelling of
+         Peucker
 
-2010-10-13 13:44  robe
+2010-10-13 13:44  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: correction to example
+       * [r6071] doc/reference_raster.xml: correction to example
 
-2010-10-13 13:03  robe
+2010-10-13 13:03  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: amend the what is new in PostGIS
-         2.0 section
+       * [r6070] doc/xsl/postgis_aggs_mm.xml.xsl: amend the what is new in
+         PostGIS 2.0 section
 
-2010-10-13 08:52  robe
+2010-10-13 08:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: Put reference to addband and setvalue
-         in empty raster. If a raster has no bands and values, do you see
-         it :)
+       * [r6069] doc/reference_raster.xml: Put reference to addband and
+         setvalue in empty raster. If a raster has no bands and values, do
+         you see it :)
 
-2010-10-13 08:45  robe
+2010-10-13 08:45  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: fill in missing protos for ST_AddBand
-         and an example of creating a raster from scratch
+       * [r6068] doc/reference_raster.xml: fill in missing protos for
+         ST_AddBand and an example of creating a raster from scratch
 
-2010-10-13 08:12  robe
+2010-10-13 08:12  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.comments.in: add raster_comments.sql to be copied to
-         contrib directory as well
+       * [r6067] doc/Makefile.comments.in: add raster_comments.sql to be
+         copied to contrib directory as well
 
-2010-10-12 18:38  robe
+2010-10-12 18:38  Regina Obe <lr@pcorp.us>
 
-       * raster/doc/raster_comments.sql: this is now auto built when make
-         comments is run
+       * [r6066] raster/doc/raster_comments.sql: this is now auto built
+         when make comments is run
 
-2010-10-12 18:37  robe
+2010-10-12 18:37  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in: revise to also build raster_comments.sql when
-         make comments is run
+       * [r6065] doc/Makefile.in: revise to also build raster_comments.sql
+         when make comments is run
 
-2010-10-11 00:45  robe
+2010-10-11 00:45  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_raster.xml: typo
+       * [r6064] doc/reference_raster.xml: typo
 
-2010-10-11 00:45  robe
+2010-10-11 00:45  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_raster.xml, doc/reference_raster.xml: fix typo in
+       * [r6063] doc/faq_raster.xml, doc/reference_raster.xml: fix typo in
          faxq_raster. Document ST_AddBand
 
-2010-10-10 22:00  pramsey
+2010-10-10 22:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkb.c: Remove warnings
+       * [r6062] liblwgeom/cunit/cu_in_wkb.c: Remove warnings
 
 2010-10-10 11:16  jorgearevalo
 
-       * raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+       * [r6061] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
          raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
          raster/test/core/testapi.c: Modified the prototype of dump
          core/server/sql functions, adding "wkt" to their names, because
          their returning elements are WKT geometries, not real PostGIS
          geometries.
 
-2010-10-10 00:08  pramsey
+2010-10-10 00:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom, liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
+       * [r6060] liblwgeom, liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
          liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
          liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.y,
          liblwgeom/lwline.c, liblwgeom/ptarray.c: Put the WKT new parser
          files into repo so others can see them and I can work in synch
          with trunk.
 
-2010-10-09 04:03  robe
+2010-10-09 04:03  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_raster.xml: Put link to Jorge's PostGIS Raster and Oracle
-         GeoRaster series
+       * [r6059] doc/faq_raster.xml: Put link to Jorge's PostGIS Raster
+         and Oracle GeoRaster series
 
-2010-10-08 18:08  pramsey
+2010-10-08 18:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkb.c: Add param.h to headers, pick up ENDIAN
-         macros?
+       * [r6058] liblwgeom/lwin_wkb.c: Add param.h to headers, pick up
+         ENDIAN macros?
 
-2010-10-08 16:45  robe
+2010-10-08 16:45  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: another fix
+       * [r6057] doc/xsl/postgis_gardentest.sql.xsl: another fix
 
-2010-10-08 14:55  pracine
+2010-10-08 14:55  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>
 
-       * raster/rt_pg/rtpostgis.sql.in.c: -Modify ST_Intersects so that
-         index is taken into account by the planner
+       * [r6056] raster/rt_pg/rtpostgis.sql.in.c: -Modify ST_Intersects so
+         that index is taken into account by the planner
          -Added a series of ST_Intersects with a boolean parameter to make
          the desactivation of the nodata value working with indexes
 
-2010-10-08 13:15  robe
+2010-10-08 13:15  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl:
+       * [r6055] doc/xsl/postgis_gardentest.sql.xsl:
 
-2010-10-08 13:14  robe
+2010-10-08 13:14  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: more corrections
+       * [r6054] doc/xsl/postgis_gardentest.sql.xsl: more corrections
 
-2010-10-08 13:00  robe
+2010-10-08 13:00  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in, doc/xsl/postgis_gardentest.sql.xsl: take out
-         automatic build of raster_comments (until figure out what's
+       * [r6053] doc/Makefile.in, doc/xsl/postgis_gardentest.sql.xsl: take
+         out automatic build of raster_comments (until figure out what's
          wrong), fix some logic in gardent test, take out ST_Transform
          until it stops crashing.
 
-2010-10-08 11:39  robe
+2010-10-08 11:39  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in, doc/xsl/wktraster_comments.sql.xsl: logic to
-         build raster_comments postgresql help instructions -- also
-         replace postgis.refractions.net with www.postgis.org
+       * [r6052] doc/Makefile.in, doc/xsl/wktraster_comments.sql.xsl:
+         logic to build raster_comments postgresql help instructions --
+         also replace postgis.refractions.net with www.postgis.org
 
-2010-10-08 11:31  robe
+2010-10-08 11:31  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/raster_comments.sql.xsl: rename to raster to be
+       * [r6051] doc/xsl/raster_comments.sql.xsl: rename to raster to be
          consistent with other files
 
-2010-10-07 15:55  robe
+2010-10-07 15:55  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Put in vacuum analyze crash
-         test
+       * [r6050] doc/xsl/postgis_gardentest.sql.xsl: Put in vacuum analyze
+         crash test
 
-2010-10-06 20:23  pramsey
+2010-10-06 20:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkb.c: Add nested geometry collection test.
+       * [r6049] liblwgeom/cunit/cu_in_wkb.c: Add nested geometry
+         collection test.
 
-2010-10-06 20:11  pramsey
+2010-10-06 20:11  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_out_wkb.c,
-         liblwgeom/lwin_wkb.c: Add extra comments.
+       * [r6048] liblwgeom/cunit/cu_in_wkb.c,
+         liblwgeom/cunit/cu_out_wkb.c, liblwgeom/lwin_wkb.c: Add extra
+         comments.
 
-2010-10-06 19:32  pramsey
+2010-10-06 19:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_out_wkb.c: Add
-         extra tests, remove printf noise from run.
+       * [r6047] liblwgeom/cunit/cu_in_wkb.c,
+         liblwgeom/cunit/cu_out_wkb.c: Add extra tests, remove printf
+         noise from run.
 
-2010-10-06 19:17  pramsey
+2010-10-06 19:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r6046] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_out_wkb.c,
          liblwgeom/cunit/cu_tester.c, liblwgeom/libgeom.h,
          liblwgeom/liblwgeom.h, liblwgeom/lwin_wkb.c,
          liblwgeom/lwout_wkb.c: Add in WKB reader and associated test
          framework to build.
 
-2010-10-06 17:51  pramsey
+2010-10-06 17:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwout_wkb.c: Fix a write-out-of-bounds error.
+       * [r6045] liblwgeom/lwout_wkb.c: Fix a write-out-of-bounds error.
 
-2010-10-06 15:20  pramsey
+2010-10-06 15:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwcollection.c, liblwgeom/lwin_wkb.c,
+       * [r6044] liblwgeom/lwcollection.c, liblwgeom/lwin_wkb.c,
          liblwgeom/lwpoly.c: Finish first draft of WKB reader.
 
-2010-10-06 00:35  pramsey
+2010-10-06 00:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
+       * [r6043] liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
          liblwgeom/lwin_wkb.c, liblwgeom/lwout_wkb.c: Clean out compile
          warnings.
 
-2010-10-05 23:33  pramsey
+2010-10-05 23:33  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwout_wkb.c: Add WKB writing support for TIN, Triangle
-         and PolyhedralSurface
+       * [r6042] liblwgeom/lwout_wkb.c: Add WKB writing support for TIN,
+         Triangle and PolyhedralSurface
 
-2010-10-05 23:32  pramsey
+2010-10-05 23:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkb.c: Add WKB writing support for TIN, Triangle
-         and PolyhedralSurface
+       * [r6041] liblwgeom/lwin_wkb.c: Add WKB writing support for TIN,
+         Triangle and PolyhedralSurface
 
-2010-10-05 22:49  pramsey
+2010-10-05 22:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/libgeom.h, liblwgeom/lwin_wkb.c, liblwgeom/lwout_wkb.c:
-         Macroify the WKB type numbers and add the extended types for 3D
-         objects.
+       * [r6040] liblwgeom/libgeom.h, liblwgeom/lwin_wkb.c,
+         liblwgeom/lwout_wkb.c: Macroify the WKB type numbers and add the
+         extended types for 3D objects.
 
-2010-10-03 19:57  pramsey
+2010-10-03 19:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/ptarray.c: Fix syntax error in ptarray_segmentize2d
-         introduced in last commit
+       * [r6039] liblwgeom/ptarray.c: Fix syntax error in
+         ptarray_segmentize2d introduced in last commit
 
-2010-10-03 19:43  pramsey
+2010-10-03 19:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/ptarray.c: Ensure maxpoints is filled in appropriately
+       * [r6038] liblwgeom/ptarray.c: Ensure maxpoints is filled in
+         appropriately
 
-2010-10-03 18:15  pramsey
+2010-10-03 18:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in: Remove lwin_wkb from build until it's
-         complete
+       * [r6037] liblwgeom/Makefile.in: Remove lwin_wkb from build until
+         it's complete
 
-2010-10-03 18:14  pramsey
+2010-10-03 18:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r6036] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_out_wkt.c,
          liblwgeom/cunit/cu_wkb.c, liblwgeom/cunit/cu_wkt.c,
          liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, liblwgeom/lwin_wkb.c,
          rule" functions to "clockwise" to avoid misinterpretations of
          orientation rules.
 
-2010-10-03 01:39  robe
+2010-10-03 01:39  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml: typo
+       * [r6034] doc/faq.xml: typo
 
-2010-10-02 15:46  robe
+2010-10-02 15:46  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml: update PostgreSQL 9.0 that upgrading the driver
-         works as well.
+       * [r6032] doc/faq.xml: update PostgreSQL 9.0 that upgrading the
+         driver works as well.
 
 2010-09-29 20:28  nicklas
 
-       * liblwgeom/measures.c: removing run-time sized array
+       * [r6030] liblwgeom/measures.c: removing run-time sized array
 
-2010-09-27 15:20  robe
+2010-09-27 15:20  Regina Obe <lr@pcorp.us>
 
-       * NEWS: copy Paul's changes to trunk
+       * [r6028] NEWS: copy Paul's changes to trunk
 
-2010-09-27 13:25  robe
+2010-09-27 13:25  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: missing gtk dependency note
+       * [r6024] doc/installation.xml: missing gtk dependency note
 
-2010-09-27 13:11  robe
+2010-09-27 13:11  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: update install instructions to include
-         install of raster and dependency on GDAL
+       * [r6022] doc/installation.xml: update install instructions to
+         include install of raster and dependency on GDAL
 
 2010-09-27 12:59  jorgearevalo
 
-       * install-sh, liblwgeom/lex.yy.c, liblwgeom/wktparse.tab.c,
+       * [r6021] install-sh, liblwgeom/lex.yy.c, liblwgeom/wktparse.tab.c,
          liblwgeom/wktparse.tab.h, raster/.vimrc, raster/COPYING:
          liblwgeom/lex.yy.c replaced with previous version
 
 2010-09-26 21:41  jorgearevalo
 
-       * README.postgis, README.raster: README files updated with the new
-         raster extension information.
+       * [r6020] README.postgis, README.raster: README files updated with
+         the new raster extension information.
 
 2010-09-26 21:21  jorgearevalo
 
-       * GNUmakefile, README.raster, README.raster.debugging,
+       * [r6019] GNUmakefile, README.raster, README.raster.debugging,
          configure.ac, doc/reference_raster.xml, install-sh,
          liblwgeom/lex.yy.c, liblwgeom/wktparse.tab.c,
          liblwgeom/wktparse.tab.h, raster, raster/Makefile,
          'raster/scripts' directory.
          - References to "WKT" deleted from source code.
 
-2010-09-24 18:41  pramsey
+2010-09-24 18:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/tickets.sql, regress/tickets_expected,
+       * [r6017] regress/tickets.sql, regress/tickets_expected,
          regress/wmsservers.sql, regress/wmsservers_expected: Forward port
          regression fixes for pgSQL 9.0 support
 
-2010-09-24 12:53  robe
+2010-09-24 12:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_misc.xml: move to enhanced from available
+       * [r6015] doc/reference_misc.xml: move to enhanced from available
 
-2010-09-24 11:39  robe
+2010-09-24 11:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml, doc/reference_editor.xml,
+       * [r6014] doc/reference_constructor.xml, doc/reference_editor.xml,
          doc/reference_measure.xml, doc/reference_operator.xml,
          doc/reference_output.xml, doc/reference_processing.xml: change
          all these polyhedral surface/tin to enhanced from available
 
-2010-09-24 11:00  robe
+2010-09-24 11:00  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Note
-         change in behavior of ST_NumGeometries and add back changed
-         section.
+       * [r6013] doc/reference_accessor.xml,
+         doc/xsl/postgis_aggs_mm.xml.xsl: Note change in behavior of
+         ST_NumGeometries and add back changed section.
 
-2010-09-24 10:52  robe
+2010-09-24 10:52  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: get rid of changed for now
+       * [r6012] doc/xsl/postgis_aggs_mm.xml.xsl: get rid of changed for
+         now
 
-2010-09-24 10:38  robe
+2010-09-24 10:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-         mark all polyhedral preexisting functions as enhanced. minor
-         correction to comments
+       * [r6011] doc/reference_constructor.xml,
+         doc/xsl/postgis_aggs_mm.xml.xsl: mark all polyhedral preexisting
+         functions as enhanced. minor correction to comments
 
-2010-09-24 10:34  robe
+2010-09-24 10:34  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml, doc/template.xml,
+       * [r6010] doc/reference_accessor.xml, doc/template.xml,
          doc/xsl/postgis_aggs_mm.xml.xsl: we have too many new functions
          (those polyhedral things that should really be marked as
          enhancements) and we are going to have a lot of breaking changes.
          Revise what's new section to have a really new, enhanced, and
          behavior changed section
 
-2010-09-23 07:40  mleslie
+2010-09-23 07:40  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/shp2pgsql-gui.c: Reverting erroneous changes to
+       * [r6009] loader/shp2pgsql-gui.c: Reverting erroneous changes to
          pgui_read_connection.
 
-2010-09-22 23:45  mleslie
+2010-09-22 23:45  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/shp2pgsql-core.h: Reverting the default geometry column
-         name change. Got too excited... breathe deep...
+       * [r6008] loader/shp2pgsql-core.h: Reverting the default geometry
+         column name change. Got too excited... breathe deep...
 
-2010-09-22 22:30  pramsey
+2010-09-22 22:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/run_test: Use 'the_geom' as geometry column when running
-         regression tests to match the old regression fragments.
+       * [r6007] regress/run_test: Use 'the_geom' as geometry column when
+         running regression tests to match the old regression fragments.
 
-2010-09-22 22:24  pramsey
+2010-09-22 22:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos_clean.c: Remove compiler warnings in OS/X
+       * [r6006] postgis/lwgeom_geos_clean.c: Remove compiler warnings in
+         OS/X
 
-2010-09-22 17:30  robe
+2010-09-22 17:30  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: ST_3DIntersects
+       * [r6005] doc/reference_measure.xml: ST_3DIntersects
 
-2010-09-22 17:22  robe
+2010-09-22 17:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: fix some typos
+       * [r6004] doc/reference_measure.xml: fix some typos
 
-2010-09-22 17:15  robe
+2010-09-22 17:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: ST_3DClosestPoint -- if only our wkt
-         diagrammer could draw 3d geometries
+       * [r6003] doc/reference_measure.xml: ST_3DClosestPoint -- if only
+         our wkt diagrammer could draw 3d geometries
 
-2010-09-22 05:34  mleslie
+2010-09-22 05:34  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/shp2pgsql-gui.c: Forcing table names to lower case when
-         initially added.
+       * [r6001] loader/shp2pgsql-gui.c: Forcing table names to lower case
+         when initially added.
 
-2010-09-21 23:22  mleslie
+2010-09-21 23:22  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/shp2pgsql-gui.c: Removing lingering references to the
-         broken icon support.
+       * [r6000] loader/shp2pgsql-gui.c: Removing lingering references to
+         the broken icon support.
 
-2010-09-21 23:12  mleslie
+2010-09-21 23:12  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/shp2pgsql-gui.c: Changing the default geometry name from
-         'the_geom' to 'geom'
+       * [r5999] loader/shp2pgsql-gui.c: Changing the default geometry
+         name from 'the_geom' to 'geom'
 
-2010-09-21 23:11  mleslie
+2010-09-21 23:11  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/shp2pgsql-core.h: Changing the default geometry name from
-         'the_geom' to 'geom'
+       * [r5998] loader/shp2pgsql-core.h: Changing the default geometry
+         name from 'the_geom' to 'geom'
 
-2010-09-21 03:36  mleslie
+2010-09-21 03:36  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
+       * [r5995] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
          loader/shp2pgsql-gui.c, loader/structure.h: Clearing some compile
          warnings and fixing the issue where the test connection button
          always reported success.
 
-2010-09-19 17:44  robe
+2010-09-19 17:44  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: ditto
+       * [r5992] NEWS, doc/release_notes.xml: ditto
 
-2010-09-19 16:56  mcayland
+2010-09-19 16:56  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-core.c: Fix #603: shp2pgsql: "-w" produces
-         invalid WKT for MULTI* objects.
+       * [r5990] loader/shp2pgsql-core.c: Fix #603: shp2pgsql: "-w"
+         produces invalid WKT for MULTI* objects.
 
-2010-09-19 12:48  robe
+2010-09-19 12:48  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: 1.5.2 release notes updated
+       * [r5988] NEWS, doc/release_notes.xml: 1.5.2 release notes updated
 
-2010-09-19 12:22  mcayland
+2010-09-19 12:22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/Makefile.in: Fix the comments-uninstall target so it now
-         works correctly with the new PGXS code.
+       * [r5986] doc/Makefile.in: Fix the comments-uninstall target so it
+         now works correctly with the new PGXS code.
 
-2010-09-19 12:11  mcayland
+2010-09-19 12:11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.in, loader/shp2pgsql-gui.c, loader/shpcommon.c,
-         loader/shpcommon.h: Fix #572: Password whitespace for Shape File
-         to PostGIS Importer not supported. Fixed by adding a new function
-         especially designed for escaping arguments for PQconnectdb
-         strings, and plugging it into the GUI.
+       * [r5984] loader/Makefile.in, loader/shp2pgsql-gui.c,
+         loader/shpcommon.c, loader/shpcommon.h: Fix #572: Password
+         whitespace for Shape File to PostGIS Importer not supported.
+         Fixed by adding a new function especially designed for escaping
+         arguments for PQconnectdb strings, and plugging it into the GUI.
          
          Note this commit is different from the 1.5 branch version, since
          the escaping function is moved into a new common library as I can
          see it being required for the new pgsql2shp CLI in the not too
          distant future.
 
-2010-09-18 23:54  robe
+2010-09-18 23:54  Regina Obe <lr@pcorp.us>
 
-       * NEWS, doc/release_notes.xml: ditto
+       * [r5982] NEWS, doc/release_notes.xml: ditto
 
-2010-09-18 15:22  mcayland
+2010-09-18 15:22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: Fix #527: Log window in shp2pgsql-gui
-         should always append text to bottom of window.
+       * [r5975] loader/shp2pgsql-gui.c: Fix #527: Log window in
+         shp2pgsql-gui should always append text to bottom of window.
 
-2010-09-15 16:51  colivier
+2010-09-15 16:51  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_functions_basic.c: Add Triangle support for
-         ST_NPoints. Thanks again to Regina for this report. Related to
-         #596
+       * [r5973] postgis/lwgeom_functions_basic.c: Add Triangle support
+         for ST_NPoints. Thanks again to Regina for this report. Related
+         to #596
 
-2010-09-15 16:09  robe
+2010-09-15 16:09  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: start documenting 3d measurement
-         functions
+       * [r5972] doc/reference_measure.xml: start documenting 3d
+         measurement functions
 
-2010-09-15 16:01  robe
+2010-09-15 16:01  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: another spot missing
+       * [r5971] doc/postgis.xml: another spot missing
 
-2010-09-15 15:15  robe
+2010-09-15 15:15  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in: forgot a spot
+       * [r5970] doc/Makefile.in: forgot a spot
 
-2010-09-15 15:12  robe
+2010-09-15 15:12  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_raster.xml, doc/faq_wktraster.xml, doc/postgis.xml,
-         doc/reference_raster.xml, doc/reference_wktraster.xml: rename
-         wktraster to raster
+       * [r5969] doc/faq_raster.xml, doc/faq_wktraster.xml,
+         doc/postgis.xml, doc/reference_raster.xml,
+         doc/reference_wktraster.xml: rename wktraster to raster
 
-2010-09-13 19:18  strk
+2010-09-13 19:18  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Drop references to topology geometry
-         tables in DropTopology (see #586)
+       * [r5966] topology/topology.sql.in.c: Drop references to topology
+         geometry tables in DropTopology (see #586)
 
-2010-09-13 17:01  strk
+2010-09-13 17:01  Sandro Santilli <strk@keybit.net>
 
-       * topology/README: Add note about topology.sql expecting a
+       * [r5965] topology/README: Add note about topology.sql expecting a
          postgis-enabled db
 
-2010-09-13 16:59  strk
+2010-09-13 16:59  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: PostgreSQL 9 support : don't use
-         reserved 'table' keyword (see #585)
+       * [r5964] topology/topology.sql.in.c: PostgreSQL 9 support : don't
+         use reserved 'table' keyword (see #585)
 
-2010-09-13 13:45  robe
+2010-09-13 13:45  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r5963] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_concavehull07.wkt,
          doc/html/image_src/st_concavehull08.wkt,
          doc/reference_processing.xml: more cleanup
 
-2010-09-13 13:01  robe
+2010-09-13 13:01  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: minor changes
+       * [r5962] postgis/postgis.sql.in.c: minor changes
 
-2010-09-13 12:46  robe
+2010-09-13 12:46  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull04.wkt,
+       * [r5961] doc/html/image_src/st_concavehull04.wkt,
          doc/html/image_src/st_concavehull05.wkt,
          doc/html/image_src/st_concavehull06.wkt,
          doc/html/image_src/st_concavehull07.wkt,
          doc/reference_processing.xml: give up on complex S example and
          change to simpler L example
 
-2010-09-10 20:47  pramsey
+2010-09-10 20:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/safileio.c: Add support file for shapefil update
+       * [r5959] loader/safileio.c: Add support file for shapefil update
 
-2010-09-10 20:47  pramsey
+2010-09-10 20:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile.in, loader/dbfopen.c, loader/shapefil.h,
+       * [r5958] loader/Makefile.in, loader/dbfopen.c, loader/shapefil.h,
          loader/shpopen.c: Fix for #554, align internal shapelib with
          official shapelib
 
-2010-09-10 19:07  robe
+2010-09-10 19:07  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull05.wkt,
+       * [r5956] doc/html/image_src/st_concavehull05.wkt,
          doc/reference_processing.xml: get rid of points in the lower
          concave hull as well, minor text cleanup
 
-2010-09-10 18:47  robe
+2010-09-10 18:47  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/generator.c: revert changes. Getting crud from
-         other pictures in all pictures that follow
+       * [r5955] doc/html/image_src/generator.c: revert changes. Getting
+         crud from other pictures in all pictures that follow
 
-2010-09-10 16:33  robe
+2010-09-10 16:33  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull06.wkt,
+       * [r5954] doc/html/image_src/st_concavehull06.wkt,
          doc/html/image_src/st_concavehull07.wkt:
 
-2010-09-10 15:34  robe
+2010-09-10 15:34  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull06.wkt,
+       * [r5953] doc/html/image_src/st_concavehull06.wkt,
          doc/reference_processing.xml: get rid of points too cluttered
 
-2010-09-10 15:25  robe
+2010-09-10 15:25  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r5952] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_concavehull07.wkt,
          doc/reference_processing.xml: put back example -- some minor
          clean up
 
-2010-09-10 15:25  pramsey
+2010-09-10 15:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Bring forward fix from #513
+       * [r5951] loader/shp2pgsql-gui.c: Bring forward fix from #513
 
-2010-09-10 15:20  colivier
+2010-09-10 15:20  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/installation.xml, doc/postgis.xml: Apply patch from mwtoews.
-         On postgresql_min_version entity in doc. Related to #539
+       * [r5949] doc/installation.xml, doc/postgis.xml: Apply patch from
+         mwtoews. On postgresql_min_version entity in doc. Related to #539
 
-2010-09-10 15:14  pramsey
+2010-09-10 15:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c: Fix for #532, Temporary table
+       * [r5948] postgis/geography.sql.in.c: Fix for #532, Temporary table
          geography columns appear in other's sessions
 
-2010-09-10 14:53  robe
+2010-09-10 14:53  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull06.wkt:
+       * [r5946] doc/html/image_src/st_concavehull06.wkt:
 
-2010-09-10 14:47  robe
+2010-09-10 14:47  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in: give up for now
+       * [r5945] doc/html/image_src/Makefile.in: give up for now
 
-2010-09-10 14:44  robe
+2010-09-10 14:44  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull07.wkt: move holes to
+       * [r5944] doc/html/image_src/st_concavehull07.wkt: move holes to
          geometrycollection
 
-2010-09-10 14:35  robe
+2010-09-10 14:35  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull07.wkt: get rid of some holes
+       * [r5943] doc/html/image_src/st_concavehull07.wkt: get rid of some
+         holes
 
-2010-09-10 14:25  colivier
+2010-09-10 14:25  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_ogc.c: Fix wrong name in function definition
+       * [r5942] postgis/lwgeom_ogc.c: Fix wrong name in function
+         definition
 
-2010-09-10 14:18  robe
+2010-09-10 14:18  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/generator.c:
+       * [r5941] doc/html/image_src/generator.c:
 
-2010-09-10 14:17  robe
+2010-09-10 14:17  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/generator.c:
+       * [r5940] doc/html/image_src/generator.c:
 
-2010-09-10 14:13  robe
+2010-09-10 14:13  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/generator.c: alright just going to increase
-         allocated line size
+       * [r5939] doc/html/image_src/generator.c: alright just going to
+         increase allocated line size
 
-2010-09-10 14:08  robe
+2010-09-10 14:08  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull07.wkt:
+       * [r5938] doc/html/image_src/st_concavehull07.wkt:
 
-2010-09-10 14:06  colivier
+2010-09-10 14:06  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/libtgeom.c: Fix TGEOM wrong size allocation. Tks to
-         Paul for report
+       * [r5937] liblwgeom/libtgeom.c: Fix TGEOM wrong size allocation.
+         Tks to Paul for report
 
-2010-09-10 14:03  robe
+2010-09-10 14:03  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull06.wkt,
+       * [r5936] doc/html/image_src/st_concavehull06.wkt,
          doc/html/image_src/st_concavehull07.wkt: break into several more
          multipoints -- parser has limit (need to fix parser later)
 
-2010-09-10 13:59  robe
+2010-09-10 13:59  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r5935] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_concavehull04.wkt,
          doc/html/image_src/st_concavehull05.wkt: break multipoint
 
-2010-09-10 13:51  robe
+2010-09-10 13:51  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in:
+       * [r5934] doc/html/image_src/Makefile.in:
 
-2010-09-10 13:49  robe
+2010-09-10 13:49  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull03.wkt:
+       * [r5933] doc/html/image_src/st_concavehull03.wkt:
 
-2010-09-10 13:37  robe
+2010-09-10 13:37  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull03.wkt:
+       * [r5932] doc/html/image_src/st_concavehull03.wkt:
 
-2010-09-10 13:35  robe
+2010-09-10 13:35  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull03.wkt:
+       * [r5931] doc/html/image_src/st_concavehull03.wkt:
 
-2010-09-10 13:29  robe
+2010-09-10 13:29  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r5930] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_concavehull03.wkt,
          doc/reference_processing.xml, postgis/postgis.sql.in.c:
          concavehull can't reset input params in 8.3, fix document example
 
-2010-09-10 13:15  robe
+2010-09-10 13:15  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: cleanup
+       * [r5929] postgis/postgis.sql.in.c: cleanup
 
-2010-09-10 13:00  robe
+2010-09-10 13:00  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull04.wkt,
+       * [r5927] doc/html/image_src/st_concavehull04.wkt,
          doc/html/image_src/st_concavehull05.wkt,
          doc/html/image_src/st_concavehull06.wkt,
          doc/html/image_src/st_concavehull07.wkt,
          and more robust and accurate concave hull with Simon's S shape
          example test
 
-2010-09-10 12:58  mcayland
+2010-09-10 12:58  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, doc/Makefile.comments.in, doc/Makefile.in: Fix
-         #458: postgis_comments being installed in contrib instead of
+       * [r5926] configure.ac, doc/Makefile.comments.in, doc/Makefile.in:
+         Fix #458: postgis_comments being installed in contrib instead of
          version folder (this is a little bit of a hack since we can't
          merge PGXS into the main Makefile directly, but it works).
 
-2010-09-10 08:50  mcayland
+2010-09-10 08:50  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/ptarray.c: Fix #581: LWGEOM_expand produces
+       * [r5923] liblwgeom/ptarray.c: Fix #581: LWGEOM_expand produces
          inconsistent results. Change the bounding box calculation
          routines in ptarray.c so that they perform the entire calculation
          in double precision then convert the final result to BOX2DFLOAT4.
          This prevents rounding errors being introduced into the bounding
          box when each input result is converted to BOX2DFLOAT4 in turn.
 
-2010-09-07 21:59  strk
+2010-09-07 21:59  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_processing.xml: concave hull is currently supported
+       * [r5922] doc/reference_processing.xml: concave hull is currently
+         supported
 
-2010-09-07 21:34  robe
+2010-09-07 21:34  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: availability note for st_concavehull
+       * [r5921] postgis/postgis.sql.in.c: availability note for
+         st_concavehull
 
-2010-09-07 09:45  mcayland
+2010-09-07 09:45  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp-core.c: Fix incorrect status return code from
-         projFileCreate.
+       * [r5920] loader/pgsql2shp-core.c: Fix incorrect status return code
+         from projFileCreate.
 
-2010-09-07 09:30  colivier
+2010-09-07 09:30  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/libtgeom.h: minor changes on comment
+       * [r5919] liblwgeom/libtgeom.h: minor changes on comment
 
-2010-09-06 21:52  mcayland
+2010-09-06 21:52  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp-core.c: Fix ShpDumperCloseTable so that it now
-         passes back any errors that may occur during projFileCreate.
+       * [r5918] loader/pgsql2shp-core.c: Fix ShpDumperCloseTable so that
+         it now passes back any errors that may occur during
+         projFileCreate.
 
-2010-09-06 21:49  mcayland
+2010-09-06 21:49  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, loader/pgsql2shp-core.c: Fix the
+       * [r5917] liblwgeom/liblwgeom.h, loader/pgsql2shp-core.c: Fix the
          mixed-type geometry column detection routines so that they allow
          just MULTI/non-MULTI versions of the same basic geometry type
          within a column. Per report from Denis Rykov.
 
-2010-09-06 21:07  robe
+2010-09-06 21:07  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: minor corrections
+       * [r5916] doc/reference_processing.xml: minor corrections
 
-2010-09-06 21:00  robe
+2010-09-06 21:00  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: fix typo
+       * [r5915] doc/reference_processing.xml: fix typo
 
-2010-09-06 20:55  robe
+2010-09-06 20:55  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml, postgis/postgis.sql.in.c: slightly
-         more robust concave hull and update with links to our test real
-         world cases.
+       * [r5914] doc/reference_processing.xml, postgis/postgis.sql.in.c:
+         slightly more robust concave hull and update with links to our
+         test real world cases.
 
-2010-09-06 12:53  colivier
+2010-09-06 12:53  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/cu_surface.h,
-         liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
-         liblwgeom/libtgeom.h, liblwgeom/measures.c,
+       * [r5913] liblwgeom/cunit/cu_surface.c,
+         liblwgeom/cunit/cu_surface.h, liblwgeom/liblwgeom.h,
+         liblwgeom/libtgeom.c, liblwgeom/libtgeom.h, liblwgeom/measures.c,
          postgis/lwgeom_functions_basic.c: Add TRIANGLE, TIN and
          PolyhedralSurface support to Perimeter, and relevant cunit tests
          (cf #568). Add TRIANGLE Area support (and so to TIN).
 
-2010-09-06 09:40  colivier
+2010-09-06 09:40  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_ogc.c: Add TRIANGLE support for GeometryN. Fix
-         #574. Thanks to Regina for report
+       * [r5912] postgis/lwgeom_ogc.c: Add TRIANGLE support for GeometryN.
+         Fix #574. Thanks to Regina for report
 
-2010-09-06 08:16  robe
+2010-09-06 08:16  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: more cleanup of bios. Get rid of WKT and
-         just called it Raster since in PostGIS 2.0, we will eventually
-         drop the WKT from the name
+       * [r5911] doc/introduction.xml: more cleanup of bios. Get rid of
+         WKT and just called it Raster since in PostGIS 2.0, we will
+         eventually drop the WKT from the name
 
-2010-09-05 17:01  colivier
+2010-09-05 17:01  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c,
+       * [r5910] postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c,
          regress/dumppoints_expected: Revert changes on PointN and
          Numpoints to remove TRIANGLE support. Add ExteriorRing support to
          TRIANGLE. Changes DumpPoint behaviour to reflect exteriorRing.
          Update unit tests
 
-2010-09-05 16:42  colivier
+2010-09-05 16:42  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_surface.c: make astyle
+       * [r5909] liblwgeom/cunit/cu_surface.c: make astyle
 
-2010-09-05 15:25  colivier
+2010-09-05 15:25  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/cu_surface.h,
-         liblwgeom/libtgeom.c, liblwgeom/libtgeom.h, liblwgeom/lwgeom.c:
-         Use TGEOM struct to compute POLYHEDRALSURFACE and TIN dimension.
-         Add relevant cunit tests. Few astyle improve
+       * [r5908] liblwgeom/cunit/cu_surface.c,
+         liblwgeom/cunit/cu_surface.h, liblwgeom/libtgeom.c,
+         liblwgeom/libtgeom.h, liblwgeom/lwgeom.c: Use TGEOM struct to
+         compute POLYHEDRALSURFACE and TIN dimension. Add relevant cunit
+         tests. Few astyle improve
 
-2010-09-03 16:14  robe
+2010-09-03 16:14  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: add additional proto for creating
-         holed polygons -- example later
+       * [r5906] doc/reference_processing.xml: add additional proto for
+         creating holed polygons -- example later
 
-2010-09-03 15:37  robe
+2010-09-03 15:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml:
+       * [r5905] doc/reference_processing.xml:
 
-2010-09-03 15:35  robe
+2010-09-03 15:35  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull04.wkt,
+       * [r5904] doc/html/image_src/st_concavehull04.wkt,
          doc/html/image_src/st_concavehull05.wkt,
          doc/html/image_src/st_concavehull06.wkt:
 
-2010-09-03 15:13  robe
+2010-09-03 15:13  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull05.wkt:
+       * [r5903] doc/html/image_src/st_concavehull05.wkt:
 
-2010-09-03 15:08  robe
+2010-09-03 15:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: typo
+       * [r5902] doc/reference_processing.xml: typo
 
-2010-09-03 15:06  robe
+2010-09-03 15:06  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull04.wkt,
+       * [r5901] doc/html/image_src/st_concavehull04.wkt,
          doc/html/image_src/st_concavehull05.wkt,
          doc/html/image_src/st_concavehull06.wkt,
          doc/reference_processing.xml: ST_ConcaveHull mark as new, reduce
          precision of point examples so passes thru wkt image generator
 
-2010-09-03 14:48  robe
+2010-09-03 14:48  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r5900] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_concavehull04.wkt,
          doc/html/image_src/st_concavehull05.wkt,
          doc/html/image_src/st_concavehull06.wkt,
          doc/reference_processing.xml: Example of ST_ConcaveHull against
          point set
 
-2010-09-03 13:58  robe
+2010-09-03 13:58  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull03.wkt,
+       * [r5899] doc/html/image_src/st_concavehull03.wkt,
          doc/reference_processing.xml:
 
-2010-09-03 13:52  robe
+2010-09-03 13:52  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r5898] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_concavehull02.wkt: try again
 
-2010-09-03 13:47  robe
+2010-09-03 13:47  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull03.wkt,
+       * [r5897] doc/html/image_src/st_concavehull03.wkt,
          doc/reference_processing.xml: snap points to grid
 
-2010-09-03 13:42  robe
+2010-09-03 13:42  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in: take out last example for now
+       * [r5896] doc/html/image_src/Makefile.in: take out last example for
+         now
 
-2010-09-03 13:39  robe
+2010-09-03 13:39  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_concavehull03.wkt,
+       * [r5895] doc/html/image_src/st_concavehull03.wkt,
          doc/reference_processing.xml: Will assume my concave hull with
          the over 1100 points polygon slaughtered the wkt processor
 
-2010-09-03 13:23  robe
+2010-09-03 13:23  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r5894] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_concavehull01.wkt,
          doc/html/image_src/st_concavehull02.wkt,
          doc/html/image_src/st_concavehull03.wkt,
          doc/reference_processing.xml, postgis/postgis.sql.in.c: First
          draft of ST_ConcaveHull -- more to come
 
-2010-09-03 12:31  strk
+2010-09-03 12:31  Sandro Santilli <strk@keybit.net>
 
-       * topology/ER/topology.fig: Make edge-edge relations clearer.
-         Thanks to Peter Hopfgartner and to
+       * [r5893] topology/ER/topology.fig: Make edge-edge relations
+         clearer. Thanks to Peter Hopfgartner and to
          Xfig developers for the wonderful experience of patching a
          diagram ! :)
 
-2010-09-01 23:44  mcayland
+2010-09-01 23:44  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp-core.c: Fix pgsql2shp so that it correctly
-         returns an exit code of 1 (fail) in the case where either a user
-         query returns no rows, or the specified table is empty.
+       * [r5892] loader/pgsql2shp-core.c: Fix pgsql2shp so that it
+         correctly returns an exit code of 1 (fail) in the case where
+         either a user query returns no rows, or the specified table is
+         empty.
 
-2010-09-01 23:23  mcayland
+2010-09-01 23:23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp-cli.c: Revert r5888 - the real bug is that the
-         error message handling in place should already catch this
-         condition but doesn't.
+       * [r5891] loader/pgsql2shp-cli.c: Revert r5888 - the real bug is
+         that the error message handling in place should already catch
+         this condition but doesn't.
 
 2010-09-01 20:14  nicklas
 
-       * liblwgeom/measures3d.c: Fixed some build warnings I had missed
+       * [r5890] liblwgeom/measures3d.c: Fixed some build warnings I had
+         missed
 
 2010-09-01 19:55  nicklas
 
-       * liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
+       * [r5889] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
          liblwgeom/measures.c, liblwgeom/measures3d.c,
          liblwgeom/measures3d.h, postgis/lwgeom_functions_basic.c,
          postgis/postgis.sql.in.c, regress/measures.sql,
          regress/measures_expected: 3D Distance functions, only
          point-point and point line. #576
 
-2010-09-01 17:40  mcayland
+2010-09-01 17:40  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp-cli.c: Alter the pgsql2shp CLI program so that
-         it returns a new exit code of 2 to indicate "success, but 0
-         records processed". This could happen if a user-defined query
+       * [r5888] loader/pgsql2shp-cli.c: Alter the pgsql2shp CLI program
+         so that it returns a new exit code of 2 to indicate "success, but
+         records processed". This could happen if a user-defined query
          doesn't return any results, or the source table happens to be
          empty. By setting a separate exit code, we allow scripts to
          determine whether or not the output shapefile contains any
          (useful) data.
 
-2010-09-01 12:50  robe
+2010-09-01 12:50  Regina Obe <lr@pcorp.us>
 
-       * NEWS: missed a spot
+       * [r5887] NEWS: missed a spot
 
-2010-09-01 12:48  robe
+2010-09-01 12:48  Regina Obe <lr@pcorp.us>
 
-       * NEWS: update with 1.5.2, 1.5.1 changes and also TIN/Polyhedral
-         for 2.0.0
+       * [r5886] NEWS: update with 1.5.2, 1.5.1 changes and also
+         TIN/Polyhedral for 2.0.0
 
-2010-09-01 05:56  robe
+2010-09-01 05:56  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: update credits
+       * [r5883] doc/introduction.xml: update credits
 
-2010-09-01 05:51  robe
+2010-09-01 05:51  Regina Obe <lr@pcorp.us>
 
-       * doc/release_notes.xml: update release notes to include 1.5.2
-         (uppcoming) and 1.5.1 and corrections to 1.5.0
+       * [r5881] doc/release_notes.xml: update release notes to include
+         1.5.2 (uppcoming) and 1.5.1 and corrections to 1.5.0
 
-2010-08-31 19:14  colivier
+2010-08-31 19:14  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c: Fix wrong
-         pointer allocation size, with 64 bits errors. Tks to Mateusz for
-         report. Improve cu_unit report. Improve and fix some messages
-         from LWDEBUG
+       * [r5878] liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c: Fix
+         wrong pointer allocation size, with 64 bits errors. Tks to
+         Mateusz for report. Improve cu_unit report. Improve and fix some
+         messages from LWDEBUG
 
 2010-08-31 18:01  nicklas
 
-       * postgis/postgis.sql.in.c: remove strict on st_equals as discussed
-         in #536
+       * [r5877] postgis/postgis.sql.in.c: remove strict on st_equals as
+         discussed in #536
 
-2010-08-30 09:06  colivier
+2010-08-30 09:06  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c: Astyle on new
-         files
+       * [r5875] liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c:
+         Astyle on new files
 
-2010-08-30 06:49  colivier
+2010-08-30 06:49  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r5874] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          liblwgeom/cunit/cu_polyhedralsurface.c,
          liblwgeom/cunit/cu_polyhedralsurface.h,
          liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/cu_surface.h,
          transformations routines. Add related cunit tests. Merge cu_tin
          and cu_polyhedralsurface into a single cu_surface unit test.
 
-2010-08-30 06:47  colivier
+2010-08-30 06:47  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c: Improve comments
+       * [r5873] postgis/lwgeom_in_gml.c: Improve comments
 
-2010-08-30 06:45  colivier
+2010-08-30 06:45  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/lwgeom_api.c: add Triangle support in
+       * [r5872] liblwgeom/lwgeom_api.c: add Triangle support in
          lwgeom_getnumgeometries
 
-2010-08-28 09:21  mcayland
+2010-08-28 09:21  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp-core.c: Fix uninitialised gidfound variable
-         which would sometimes cause pgsql2shp to fail if a gid column was
-         not present on a database table.
+       * [r5871] loader/pgsql2shp-core.c: Fix uninitialised gidfound
+         variable which would sometimes cause pgsql2shp to fail if a gid
+         column was not present on a database table.
 
-2010-08-28 09:16  mcayland
+2010-08-28 09:16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp-core.h: Set svn:keywords property so that the
-         version number is updated correctly on checkout.
+       * [r5870] loader/pgsql2shp-core.h: Set svn:keywords property so
+         that the version number is updated correctly on checkout.
 
-2010-08-24 12:42  robe
+2010-08-24 12:42  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_split03.wkt,
+       * [r5867] doc/html/image_src/st_split03.wkt,
          doc/html/image_src/st_split04.wkt, doc/reference_processing.xml:
          more visually appealing example
 
-2010-08-24 11:37  robe
+2010-08-24 11:37  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r5866] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_split03.wkt,
          doc/html/image_src/st_split04.wkt, doc/reference_processing.xml:
          another st_split example
 
-2010-08-23 14:12  strk
+2010-08-23 14:12  Sandro Santilli <strk@keybit.net>
 
-       * utils/new_postgis_restore.pl: Add 3 more postgis objects to skip
-         from dumps
+       * [r5863] utils/new_postgis_restore.pl: Add 3 more postgis objects
+         to skip from dumps
 
-2010-08-23 13:08  robe
+2010-08-23 13:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: fix pixel types list to agree with
-         Mat's changes to raster rfc
+       * [r5862] doc/reference_wktraster.xml: fix pixel types list to
+         agree with Mat's changes to raster rfc
 
-2010-08-21 21:20  robe
+2010-08-21 21:20  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: Fix dead link -- Jorge changed his link
-         for Oracle raster / wkt raster compare
+       * [r5860] doc/faq_wktraster.xml: Fix dead link -- Jorge changed his
+         link for Oracle raster / wkt raster compare
 
-2010-08-20 22:38  pramsey
+2010-08-20 22:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwin_wkb.c: Add unfinished WKB input parser for later.
+       * [r5856] liblwgeom/lwin_wkb.c: Add unfinished WKB input parser for
+         later.
 
-2010-08-20 16:40  pramsey
+2010-08-20 16:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Synch up to 1.5 version
+       * [r5855] spatial_ref_sys.sql: Synch up to 1.5 version
 
-2010-08-20 13:14  robe
+2010-08-20 13:14  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: some fluff from the example I
-         copied from didn't mean to put in.
+       * [r5854] doc/reference_processing.xml: some fluff from the example
+         copied from didn't mean to put in.
 
-2010-08-20 12:50  robe
+2010-08-20 12:50  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r5853] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_split01.wkt,
          doc/html/image_src/st_split02.wkt, doc/reference_processing.xml:
          Example for ST_Split
 
-2010-08-19 19:50  pramsey
+2010-08-19 19:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Slight improvement for #573
+       * [r5852] liblwgeom/lwgeodetic.c: Slight improvement for #573
 
-2010-08-19 12:28  robe
+2010-08-19 12:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_misc.xml, doc/reference_output.xml: more tin and
-         ps. Note about change in st_asbinary in 9.0
+       * [r5850] doc/reference_misc.xml, doc/reference_output.xml: more
+         tin and ps. Note about change in st_asbinary in 9.0
 
-2010-08-18 18:48  robe
+2010-08-18 18:48  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_editor.xml, doc/template.xml: mark more TIN
+       * [r5849] doc/reference_editor.xml, doc/template.xml: mark more TIN
          compatible functions. revise template slightly
 
-2010-08-18 14:22  robe
+2010-08-18 14:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: Flag more TIN support
+       * [r5848] doc/reference_processing.xml: Flag more TIN support
 
-2010-08-18 11:19  colivier
+2010-08-18 11:19  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_geos.c: Add lwtype_name to report more user
-         friendly error message. Cf #570
+       * [r5847] postgis/lwgeom_geos.c: Add lwtype_name to report more
+         user friendly error message. Cf #570
 
-2010-08-18 08:02  colivier
+2010-08-18 08:02  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_geos.c: Put TYPE_GETTYPE before his possible debug
-         use...
+       * [r5846] postgis/lwgeom_geos.c: Put TYPE_GETTYPE before his
+         possible debug use...
 
-2010-08-18 08:01  colivier
+2010-08-18 08:01  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/lwsegmentize.c: Fix for #573, where has_arc check with
-         unsupported TRIANGLE/TIN/POLYHEDRALSURFACE produce crash with
-         POSTGIS2GEOS function. Thanks to Regina for bug report !
+       * [r5845] liblwgeom/lwsegmentize.c: Fix for #573, where has_arc
+         check with unsupported TRIANGLE/TIN/POLYHEDRALSURFACE produce
+         crash with POSTGIS2GEOS function. Thanks to Regina for bug report
+         !
 
-2010-08-17 20:10  pramsey
+2010-08-17 20:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Return the, er, return value.
+       * [r5843] liblwgeom/lwgeodetic.c: Return the, er, return value.
 
-2010-08-17 18:24  colivier
+2010-08-17 18:24  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_functions_basic.c: Add TRIANGLE support to
+       * [r5842] postgis/lwgeom_functions_basic.c: Add TRIANGLE support to
          ST_Affine function. Thanks to Regina for detailled bug report. Cf
          #571
 
-2010-08-17 15:21  robe
+2010-08-17 15:21  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: revise slightly for true
-         collection for polysurface.
+       * [r5839] doc/xsl/postgis_gardentest.sql.xsl: revise slightly for
+         true collection for polysurface.
 
-2010-08-17 07:48  robe
+2010-08-17 07:48  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: Add examples of EWKB/EWKT for TIN,
-         TRIANGLE, and MULTICURVE
+       * [r5838] doc/using_postgis_dataman.xml: Add examples of EWKB/EWKT
+         for TIN, TRIANGLE, and MULTICURVE
 
-2010-08-17 07:24  robe
+2010-08-17 07:24  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml, doc/reference_processing.xml: mark ST_Dump
-         as TIN supporting, update peoples bios. Add Maxime van Noppen
-         (aka yabo) to contributors list (ST_DumpPoints and ST_Collect
-         support)
+       * [r5837] doc/introduction.xml, doc/reference_processing.xml: mark
+         ST_Dump as TIN supporting, update peoples bios. Add Maxime van
+         Noppen (aka yabo) to contributors list (ST_DumpPoints and
+         ST_Collect support)
 
-2010-08-16 15:09  robe
+2010-08-16 15:09  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl,
+       * [r5836] doc/xsl/postgis_aggs_mm.xml.xsl,
          doc/xsl/postgis_gardentest.sql.xsl: Add matrix column for
          TIN/Triangles. Add TINA dn triangles to garden tests
 
-2010-08-16 14:19  robe
+2010-08-16 14:19  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml, doc/reference_processing.xml, doc/template.xml:
-         Mark ST_Dumpoints as supporting Polyhedral, triangles, and TINS.
-         Example of these. Revise add a marker in template and postgis.xml
-         for Triangles and TINS.
+       * [r5835] doc/postgis.xml, doc/reference_processing.xml,
+         doc/template.xml: Mark ST_Dumpoints as supporting Polyhedral,
+         triangles, and TINS. Example of these. Revise add a marker in
+         template and postgis.xml for Triangles and TINS.
 
-2010-08-16 07:59  mleslie
+2010-08-16 07:59  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/structure.c, loader/structure.h: Changing the ID keyword
-         to Id, so it will actually get picked up.
+       * [r5834] loader/structure.c, loader/structure.h: Changing the ID
+         keyword to Id, so it will actually get picked up.
 
-2010-08-16 07:58  mleslie
+2010-08-16 07:58  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/structure.c, loader/structure.h: Setting svn:keywords so
-         the headers make sense.
+       * [r5833] loader/structure.c, loader/structure.h: Setting
+         svn:keywords so the headers make sense.
 
-2010-08-16 07:49  mleslie
+2010-08-16 07:49  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/structure.c, loader/structure.h: Adding copywrite header
-         to the structure files.
+       * [r5832] loader/structure.c, loader/structure.h: Adding copywrite
+         header to the structure files.
 
-2010-08-16 07:49  mleslie
+2010-08-16 07:49  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/cunit/Makefile: Removing a Makefile that shouldn't have
-         been committed.
+       * [r5831] loader/cunit/Makefile: Removing a Makefile that shouldn't
+         have been committed.
 
-2010-08-15 18:54  colivier
+2010-08-15 18:54  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c, postgis/lwgeom_ogc.c,
+       * [r5830] postgis/lwgeom_in_gml.c, postgis/lwgeom_ogc.c,
          postgis/postgis.sql.in.c, regress/dumppoints.sql,
          regress/dumppoints_expected: Add St_NumPoints and ST_PointN
          support for Triangle. Add ST_DumpPoints support for Triangle, Tin
          and Polyhedral Surface, and related unit tests. Tks to yabo for
          patch. Related to #564
 
-2010-08-15 18:51  colivier
+2010-08-15 18:51  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/lwgeom_api.c: Add forgotten Triangle support in
+       * [r5829] liblwgeom/lwgeom_api.c: Add forgotten Triangle support in
          lwgeom_inspect
 
-2010-08-15 14:20  mcayland
+2010-08-15 14:20  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.in, loader/pgsql2shp-cli.c,
+       * [r5828] loader/Makefile.in, loader/pgsql2shp-cli.c,
          loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
          loader/pgsql2shp.c, loader/shp2pgsql-core.h, loader/shpcommon.h:
          Commit initial version of reworked pgsql2shp architecture that
          This work was primarily sponsored by OpenGeo (http://opengeo.org)
          - thanks guys!
 
-2010-08-15 13:57  colivier
+2010-08-15 13:57  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c, regress/in_gml.sql,
+       * [r5827] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
          regress/in_gml_expected: Add Tin and Triangle support for
          ST_GeomFromGML. Add related unit tests
 
-2010-08-15 13:56  colivier
+2010-08-15 13:56  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_functions_basic.c: Fix error in lwgeom_recursive2d
-         for Triangle type
+       * [r5826] postgis/lwgeom_functions_basic.c: Fix error in
+         lwgeom_recursive2d for Triangle type
 
-2010-08-15 08:30  colivier
+2010-08-15 08:30  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * extras/wkb_reader/readwkb.c, liblwgeom/cunit/cu_algorithm.c,
-         liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_homogenize.c,
-         liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_out_geojson.c,
-         liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
-         liblwgeom/cunit/cu_out_svg.c,
+       * [r5825] extras/wkb_reader/readwkb.c,
+         liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_libgeom.c,
+         liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
+         liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
          liblwgeom/cunit/cu_polyhedralsurface.c,
          liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_tester.c,
          liblwgeom/cunit/cu_tin.c, liblwgeom/cunit/cu_wkb.c,
          postgis/lwgeom_in_kml.c, postgis/lwgeom_inout.c,
          postgis/lwgeom_ogc.c: Astyle session on whole trunk
 
-2010-08-14 10:57  mcayland
+2010-08-14 10:57  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwmcurve.c, liblwgeom/lwmline.c, liblwgeom/lwmpoint.c,
-         liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c: Fix a memory leak in
-         all of the MULTI* deserialize routines - once the relevant
-         information had been copied from the LWGEOM_INSPECTED structure,
-         the inspected structure itself was not being freed.
+       * [r5824] liblwgeom/lwmcurve.c, liblwgeom/lwmline.c,
+         liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
+         liblwgeom/lwmsurface.c: Fix a memory leak in all of the MULTI*
+         deserialize routines - once the relevant information had been
+         copied from the LWGEOM_INSPECTED structure, the inspected
+         structure itself was not being freed.
 
-2010-08-13 17:30  colivier
+2010-08-13 17:30  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c:
-         Few lwtype_name add
+       * [r5822] liblwgeom/lwmline.c, liblwgeom/lwmpoint.c,
+         liblwgeom/lwmpoly.c: Few lwtype_name add
 
-2010-08-13 17:29  colivier
+2010-08-13 17:29  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r5821] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_out_gml.c,
          liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tin.c,
          liblwgeom/cunit/cu_tin.h, liblwgeom/g_box.c,
          is_closed functions from PostGIS to LWGEOM dir and related cunit
          test case on line and curves.
 
-2010-08-13 15:26  robe
+2010-08-13 15:26  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: ST_AsGML polyhedral support
+       * [r5820] doc/reference_output.xml: ST_AsGML polyhedral support
 
-2010-08-13 15:15  robe
+2010-08-13 15:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml: st_isclosed polyhedral surface
+       * [r5819] doc/reference_accessor.xml: st_isclosed polyhedral
+         surface
 
-2010-08-12 15:40  robe
+2010-08-12 15:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_editor.xml, doc/reference_operator.xml,
+       * [r5818] doc/reference_editor.xml, doc/reference_operator.xml,
          doc/xsl/postgis_gardentest.sql.xsl: more. Change
          polyhedralsurface example to valid srid so don't get false errors
 
-2010-08-12 14:58  robe
+2010-08-12 14:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_editor.xml: Affine family polyhedral
+       * [r5817] doc/reference_editor.xml: Affine family polyhedral
 
-2010-08-12 14:52  robe
+2010-08-12 14:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml, doc/reference_editor.xml: Polyhedral
-         findings based on monkey testing -- more to come
+       * [r5816] doc/reference_accessor.xml, doc/reference_editor.xml:
+         Polyhedral findings based on monkey testing -- more to come
 
-2010-08-12 12:39  robe
+2010-08-12 12:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: missing SELECT
+       * [r5815] doc/reference_constructor.xml: missing SELECT
 
-2010-08-11 19:20  robe
+2010-08-11 19:20  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: more logging
+       * [r5814] doc/xsl/postgis_gardentest.sql.xsl: more logging
 
-2010-08-11 18:41  robe
+2010-08-11 18:41  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: start logging start and stop
-         times to logging table postgis_garden_log. Still needs some fine
-         tuning
+       * [r5813] doc/xsl/postgis_gardentest.sql.xsl: start logging start
+         and stop times to logging table postgis_garden_log. Still needs
+         some fine tuning
 
-2010-08-11 13:42  robe
+2010-08-11 13:42  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: ST_GeomFromGML example for
+       * [r5812] doc/reference_constructor.xml: ST_GeomFromGML example for
          Polyhedral surface
 
-2010-08-11 12:15  robe
+2010-08-11 12:15  Regina Obe <lr@pcorp.us>
 
-       * loader/structure.o: I think Mark committed this file by accident
+       * [r5810] loader/structure.o: I think Mark committed this file by
+         accident
 
-2010-08-11 09:50  mleslie
+2010-08-11 09:50  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * configure.ac, loader/Makefile.in, loader/cunit,
+       * [r5809] configure.ac, loader/Makefile.in, loader/cunit,
          loader/cunit/Makefile, loader/cunit/Makefile.in,
          loader/cunit/cu_list.c, loader/cunit/cu_list.h,
          loader/cunit/cu_tester.c, loader/cunit/cu_tester.h, loader/image,
 
 2010-08-11 09:24  nicklas
 
-       * liblwgeom/cunit/cu_measures.c, liblwgeom/liblwgeom.h,
+       * [r5807] liblwgeom/cunit/cu_measures.c, liblwgeom/liblwgeom.h,
          liblwgeom/measures.c, liblwgeom/measures.h,
          postgis/lwgeom_functions_basic.c: pushing *uchar use out of
          measures.c as part of #308
 
-2010-08-10 19:43  pramsey
+2010-08-10 19:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c,
+       * [r5805] liblwgeom/cunit/cu_geodetic.c,
          liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c: Add
          in fix for #562, forward ported from 1.5 branch (point-in-poly
          failure for large large geography polygons)
 
-2010-08-10 16:19  colivier
+2010-08-10 16:19  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: Add
+       * [r5803] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: Add
          POLYHEDRALSURFACE support to ST_AsGML for GML 3 output
 
-2010-08-09 18:56  robe
+2010-08-09 18:56  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml: Flag st_dimension supports polyhedral
-         and no longer throws exception for empty geoms
+       * [r5799] doc/reference_accessor.xml: Flag st_dimension supports
+         polyhedral and no longer throws exception for empty geoms
 
-2010-08-09 15:40  robe
+2010-08-09 15:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml: ST_GeometryN polyhedral support
+       * [r5798] doc/reference_accessor.xml: ST_GeometryN polyhedral
+         support
 
-2010-08-09 14:22  robe
+2010-08-09 14:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: mark some more functions support
-         polyhedral surface
+       * [r5797] doc/reference_processing.xml: mark some more functions
+         support polyhedral surface
 
-2010-08-09 13:53  robe
+2010-08-09 13:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml, doc/reference_editor.xml,
+       * [r5796] doc/reference_accessor.xml, doc/reference_editor.xml,
          doc/template.xml: appendments about Polyhedral surface support
 
-2010-08-08 22:20  strk
+2010-08-08 22:20  Sandro Santilli <strk@keybit.net>
 
-       * regress/polyhedralsurface_expected: Drop spurious empty line
+       * [r5795] regress/polyhedralsurface_expected: Drop spurious empty
+         line
 
-2010-08-08 22:20  strk
+2010-08-08 22:20  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in: 'pushd' is not guaranteed to be provided by
-         all shells (Ubuntu 8.10 has /bin/sh point to dash(1) which
-         doesn't provide it)
+       * [r5794] regress/Makefile.in: 'pushd' is not guaranteed to be
+         provided by all shells (Ubuntu 8.10 has /bin/sh point to dash(1)
+         which doesn't provide it)
 
-2010-08-08 20:41  colivier
+2010-08-08 20:41  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c,
+       * [r5793] postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c,
          regress/Makefile.in, regress/polyhedralsurface.sql,
          regress/polyhedralsurface_expected: Add function aliases for
          ST_NumPatches and ST_PatchN (both SFS 1.2 and SQL/MM). Add
          PolyhedralSurface for ST_IsClosed (surface vs volume). Update
          ST_Dimension support to be consistent. Add unit tests.
 
-2010-08-08 20:36  colivier
+2010-08-08 20:36  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/lwpsurface.c: Improve printLWPSURFACE to also print
-         each rings if any
+       * [r5792] liblwgeom/lwpsurface.c: Improve printLWPSURFACE to also
+         print each rings if any
 
-2010-08-06 21:31  colivier
+2010-08-06 21:31  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/g_box.c, liblwgeom/g_serialized.c,
+       * [r5791] liblwgeom/g_box.c, liblwgeom/g_serialized.c,
          liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
          liblwgeom/lwgeodetic.c, liblwgeom/lwmcurve.c,
          liblwgeom/lwmsurface.c, liblwgeom/lwout_wkt.c,
          liblwgeom/lwsegmentize.c: lwtype_name session. cf #453
 
-2010-08-06 20:30  colivier
+2010-08-06 20:30  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c: Typo in error message
+       * [r5790] postgis/lwgeom_in_gml.c: Typo in error message
 
-2010-08-06 20:08  colivier
+2010-08-06 20:08  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c, regress/in_gml.sql,
+       * [r5789] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
          regress/in_gml_expected: Add PolyhedralSurface support to
          ST_GeomFromGML. Add related unit tests. related to #430
 
-2010-08-06 20:07  colivier
+2010-08-06 20:07  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_functions_basic.c: Add PolyhedralSurface support
-         to force_* functions
+       * [r5788] postgis/lwgeom_functions_basic.c: Add PolyhedralSurface
+         support to force_* functions
 
-2010-08-06 16:17  robe
+2010-08-06 16:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: flag more ps functions
+       * [r5784] doc/reference_output.xml: flag more ps functions
 
-2010-08-06 15:50  robe
+2010-08-06 15:50  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: typo in entity
+       * [r5783] doc/reference_measure.xml: typo in entity
 
-2010-08-06 15:42  robe
+2010-08-06 15:42  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml, doc/reference_measure.xml: typos
+       * [r5782] doc/reference_constructor.xml, doc/reference_measure.xml:
+         typos
 
-2010-08-06 13:43  robe
+2010-08-06 13:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml:
+       * [r5781] doc/reference_measure.xml:
 
-2010-08-06 13:42  robe
+2010-08-06 13:42  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: st_area polyhedral support
+       * [r5780] doc/reference_measure.xml: st_area polyhedral support
 
-2010-08-06 13:24  robe
+2010-08-06 13:24  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: flagged wrong function - swap
+       * [r5779] doc/reference_constructor.xml: flagged wrong function -
+         swap
 
-2010-08-06 13:22  robe
+2010-08-06 13:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: flagged 1 too many functions as
-         polyhedral supporting
+       * [r5778] doc/reference_constructor.xml: flagged 1 too many
+         functions as polyhedral supporting
 
-2010-08-06 13:03  robe
+2010-08-06 13:03  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: forgot to increment column count
+       * [r5777] doc/xsl/postgis_aggs_mm.xml.xsl: forgot to increment
+         column count
 
-2010-08-06 13:00  robe
+2010-08-06 13:00  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: itemize some constructors
+       * [r5776] doc/reference_constructor.xml: itemize some constructors
          supporting polyhedral surfaces
 
-2010-08-06 12:50  robe
+2010-08-06 12:50  Regina Obe <lr@pcorp.us>
 
-       * doc/template.xml, doc/xsl/postgis_aggs_mm.xml.xsl: update
+       * [r5775] doc/template.xml, doc/xsl/postgis_aggs_mm.xml.xsl: update
          template to include polyhedral, add a special section listing
          just polyhedral support functions
 
-2010-08-06 12:42  robe
+2010-08-06 12:42  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Add polyhedral column and
-         abbreviate the others so can easily fit new column. We should
+       * [r5774] doc/xsl/postgis_aggs_mm.xml.xsl: Add polyhedral column
+         and abbreviate the others so can easily fit new column. We should
          eventually have raster in there too.
 
-2010-08-06 12:22  robe
+2010-08-06 12:22  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml, doc/reference_processing.xml: Add polyhedral
-         surface to code names and add ST_Dump as supporting polyhedral
-         surfaces
+       * [r5773] doc/postgis.xml, doc/reference_processing.xml: Add
+         polyhedral surface to code names and add ST_Dump as supporting
+         polyhedral surfaces
 
-2010-08-05 19:43  colivier
+2010-08-05 19:43  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c: Add
+       * [r5772] postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c: Add
          POLYHEDRALSURFACE support to AddGeometryColumn, GetType,
          ST_Dimension, ST_NumGeometries. Related to #555
 
-2010-08-05 15:58  colivier
+2010-08-05 15:58  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/lwgparse.c, liblwgeom/wktparse.h,
+       * [r5771] liblwgeom/lwgparse.c, liblwgeom/wktparse.h,
          liblwgeom/wktparse.tab.c, liblwgeom/wktparse.y: Change label
          'face' to 'patch' in POLYHEDRALSURFACE. Related to #427
 
-2010-08-04 20:02  colivier
+2010-08-04 20:02  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_polyhedralsurface.c, liblwgeom/g_box.c,
-         liblwgeom/g_serialized.c, liblwgeom/g_util.c: Add geography
-         support for POLYHEDRALSURFACE. Related to #427
+       * [r5770] liblwgeom/cunit/cu_polyhedralsurface.c,
+         liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/g_util.c:
+         Add geography support for POLYHEDRALSURFACE. Related to #427
 
-2010-08-04 19:04  colivier
+2010-08-04 19:04  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c: Update some comments to add year to each
-         ISO specs reference. Some beautify on code. Not a single change
-         on code itself.
+       * [r5769] postgis/lwgeom_in_gml.c: Update some comments to add year
+         to each ISO specs reference. Some beautify on code. Not a single
+         change on code itself.
 
-2010-08-03 17:55  robe
+2010-08-03 17:55  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: fix typo
+       * [r5768] doc/xsl/postgis_gardentest.sql.xsl: fix typo
 
-2010-08-03 14:19  robe
+2010-08-03 14:19  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml, doc/reference_constructor.xml,
+       * [r5766] doc/faq.xml, doc/reference_constructor.xml,
          doc/reference_measure.xml: minor corrections and addition about
          bytea output behavior in 9.0
 
-2010-08-02 16:02  robe
+2010-08-02 16:02  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: Add polyhedralsurface to ewkt
-         example forms
+       * [r5765] doc/using_postgis_dataman.xml: Add polyhedralsurface to
+         ewkt example forms
 
-2010-08-02 15:59  robe
+2010-08-02 15:59  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl,
+       * [r5764] doc/xsl/postgis_gardentest.sql.xsl,
          doc/xsl/postgis_gardentest_subset.sql.xsl: Add polyhedral surface
          to garden geometry set
 
-2010-08-01 21:11  colivier
+2010-08-01 21:11  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_polyhedralsurface.c, liblwgeom/lex.yy.c,
-         liblwgeom/liblwgeom.h, liblwgeom/lwgparse.c,
+       * [r5760] liblwgeom/cunit/cu_polyhedralsurface.c,
+         liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h, liblwgeom/lwgparse.c,
          liblwgeom/lwgunparse.c, liblwgeom/wktparse.h,
          liblwgeom/wktparse.lex, liblwgeom/wktparse.tab.c,
          liblwgeom/wktparse.tab.h, liblwgeom/wktparse.y: Add 2D and 3DM
 
 2010-07-29 13:44  nicklas
 
-       * liblwgeom/lwout_wkb.c: ugly style fix
+       * [r5758] liblwgeom/lwout_wkb.c: ugly style fix
 
 2010-07-29 13:36  nicklas
 
-       * liblwgeom/lwout_wkb.c: param.h is needed for ENDIAN definitions
-         in mingw
+       * [r5757] liblwgeom/lwout_wkb.c: param.h is needed for ENDIAN
+         definitions in mingw
 
-2010-07-28 04:30  robe
+2010-07-28 04:30  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: amend docs to talk about
+       * [r5755] doc/reference_constructor.xml: amend docs to talk about
          standard_conforming_strings and change in 9.0
 
-2010-07-27 18:22  robe
+2010-07-27 18:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: ST_SetValue
+       * [r5754] doc/reference_wktraster.xml: ST_SetValue
 
-2010-07-25 21:20  colivier
+2010-07-25 21:20  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r5753] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          liblwgeom/cunit/cu_polyhedralsurface.c,
          liblwgeom/cunit/cu_polyhedralsurface.h,
          liblwgeom/cunit/cu_tester.c, liblwgeom/lex.yy.c,
          Parse, Unparse, Serialization and cunit unit tests. related to
          #427
 
-2010-07-24 10:55  colivier
+2010-07-24 10:55  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-         liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c, liblwgeom/lwutil.c,
-         liblwgeom/wktparse.h, regress/sql-mm-curvepoly.sql,
-         regress/sql-mm-curvepoly_expected, regress/sql-mm-serialize.sql:
-         Remove Integer deprecaded types (POINTTYPEI, LINETYPEI,
-         POLYGONTYPEI) and lwgi related stuff. As a consequence EWKB of
-         CURVEPOLYTYPE, MULTICURVETYPE and MULTISURFACETYPE is
-         changed/impacted (geometry type bits). Now we have 3 new free
-         geometry type available. Preliminary work to #427
+       * [r5752] liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h,
+         liblwgeom/lwgeom.c, liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c,
+         liblwgeom/lwutil.c, liblwgeom/wktparse.h,
+         regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
+         regress/sql-mm-serialize.sql: Remove Integer deprecaded types
+         (POINTTYPEI, LINETYPEI, POLYGONTYPEI) and lwgi related stuff. As
+         a consequence EWKB of CURVEPOLYTYPE, MULTICURVETYPE and
+         MULTISURFACETYPE is changed/impacted (geometry type bits). Now we
+         have 3 new free geometry type available. Preliminary work to #427
 
-2010-07-23 14:55  robe
+2010-07-23 14:55  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: Polish up Raster FAQ a bit more
+       * [r5749] doc/faq_wktraster.xml: Polish up Raster FAQ a bit more
 
-2010-07-23 14:16  robe
+2010-07-23 14:16  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: document raster2coord family of
-         functions
+       * [r5747] doc/reference_wktraster.xml: document raster2coord family
+         of functions
 
-2010-07-22 12:26  robe
+2010-07-22 12:26  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: Add Jorge's discussion on Oracle GeoRaster
-         to FAQ
+       * [r5746] doc/faq_wktraster.xml: Add Jorge's discussion on Oracle
+         GeoRaster to FAQ
 
-2010-07-22 10:50  robe
+2010-07-22 10:50  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: Update to include link to MacOSX binaries.
-         Also put in the reason for rtpostgis not loading (our fault
-         but...)
+       * [r5745] doc/faq_wktraster.xml: Update to include link to MacOSX
+         binaries. Also put in the reason for rtpostgis not loading (our
+         fault but...)
 
-2010-07-09 16:59  robe
+2010-07-09 16:59  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: ST_PixelAsPolygon
+       * [r5736] doc/reference_wktraster.xml: ST_PixelAsPolygon
 
-2010-07-09 14:55  robe
+2010-07-09 14:55  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: additional note link to
+       * [r5735] doc/reference_wktraster.xml: additional note link to
          ST_BandPixelType in case people don't know what the codes mean
 
-2010-07-09 14:53  robe
+2010-07-09 14:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: ST_RasterBandMetaData
+       * [r5734] doc/reference_wktraster.xml: ST_RasterBandMetaData
 
-2010-07-07 21:52  strk
+2010-07-07 21:52  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Add 7.3+ CAST (wasn't needed up to
-         7.2, against which this topology implementation was coded)
+       * [r5732] topology/topology.sql.in.c: Add 7.3+ CAST (wasn't needed
+         up to 7.2, against which this topology implementation was coded)
 
-2010-07-07 14:23  robe
+2010-07-07 14:23  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: get rid of obsolete note. Have to
-         simplify example too since its not needed anymore -- oh well -
-         will do later
+       * [r5731] doc/reference_wktraster.xml: get rid of obsolete note.
+         Have to simplify example too since its not needed anymore -- oh
+         well - will do later
 
-2010-07-07 14:20  robe
+2010-07-07 14:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: typo missing end tag
+       * [r5729] doc/reference_wktraster.xml: typo missing end tag
 
-2010-07-07 14:18  robe
+2010-07-07 14:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: new protos for st_value (the point
-         geometry versions -- yeh) plus examples
+       * [r5728] doc/reference_wktraster.xml: new protos for st_value (the
+         point geometry versions -- yeh) plus examples
 
-2010-07-07 13:59  robe
+2010-07-07 13:59  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: st_metadata
+       * [r5727] doc/reference_wktraster.xml: st_metadata
 
-2010-07-07 13:50  robe
+2010-07-07 13:50  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: other missing protos of existing
-         defined
+       * [r5726] doc/reference_wktraster.xml: other missing protos of
+         existing defined
 
-2010-07-07 13:44  robe
+2010-07-07 13:44  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: missed spot
+       * [r5725] doc/reference_wktraster.xml: missed spot
 
-2010-07-07 13:43  robe
+2010-07-07 13:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: ad missing proto for bandnodatavalue
+       * [r5724] doc/reference_wktraster.xml: ad missing proto for
+         bandnodatavalue
 
-2010-07-06 08:28  strk
+2010-07-06 08:28  Sandro Santilli <strk@keybit.net>
 
-       * NEWS, doc/reference_accessor.xml: Document ST_isCollection (see
-         #549)
+       * [r5723] NEWS, doc/reference_accessor.xml: Document
+         ST_isCollection (see #549)
 
-2010-07-06 08:28  strk
+2010-07-06 08:28  Sandro Santilli <strk@keybit.net>
 
-       * topology/ER/topology.fig: Remove spurious element (was hiding
-         behind a fill)
+       * [r5722] topology/ER/topology.fig: Remove spurious element (was
+         hiding behind a fill)
 
-2010-07-04 16:34  pramsey
+2010-07-04 16:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis: Add in micro commit to see if email hook is
-         running
+       * [r5721] README.postgis: Add in micro commit to see if email hook
+         is running
 
-2010-07-01 13:20  strk
+2010-07-01 13:20  Sandro Santilli <strk@keybit.net>
 
-       * NEWS, postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
-         regress/Makefile.in, regress/iscollection.sql,
-         regress/iscollection_expected: Add ST_isCollection (see ticket
-         #549)
+       * [r5718] NEWS, postgis/lwgeom_functions_basic.c,
+         postgis/postgis.sql.in.c, regress/Makefile.in,
+         regress/iscollection.sql, regress/iscollection_expected: Add
+         ST_isCollection (see ticket #549)
 
-2010-06-30 16:14  strk
+2010-06-30 16:14  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile: Do not source psqlrc when doing tests
+       * [r5717] topology/test/Makefile: Do not source psqlrc when doing
+         tests
 
-2010-06-30 16:10  strk
+2010-06-30 16:10  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: More explicit cast from geometry to
-         text (for quote_ident's sake) and an handling of unexistent
-         topology. Tests run again with psql 8.3.9
+       * [r5716] topology/topology.sql.in.c: More explicit cast from
+         geometry to text (for quote_ident's sake) and an handling of
+         unexistent topology. Tests run again with psql 8.3.9
 
-2010-06-30 15:52  strk
+2010-06-30 15:52  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in.c: Define the cross-pgsql macros that
-         used to be in sqldefines.h (now lost) + use st_union rather than
-         geomunion (now lost)
+       * [r5715] topology/topology.sql.in.c: Define the cross-pgsql macros
+         that used to be in sqldefines.h (now lost) + use st_union rather
+         than geomunion (now lost)
 
-2010-06-30 15:51  strk
+2010-06-30 15:51  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile: Fix loading of postgis.sql
+       * [r5714] topology/test/Makefile: Fix loading of postgis.sql
 
-2010-06-25 10:05  strk
+2010-06-25 10:05  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: More exception handling to avoid leaks and
-         give more info when it happens
+       * [r5708] postgis/lwgeom_geos.c: More exception handling to avoid
+         leaks and give more info when it happens
 
-2010-06-25 09:30  strk
+2010-06-25 09:30  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Properly handle GEOS exceptions on
+       * [r5707] postgis/lwgeom_geos.c: Properly handle GEOS exceptions on
          cascaded union code (failing since introduction of postponed
          exception for cleaning geoms)
 
-2010-06-25 07:46  robe
+2010-06-25 07:46  Regina Obe <lr@pcorp.us>
 
-       * postgis/geography.sql.in.c: #536 get rid of strict on
+       * [r5705] postgis/geography.sql.in.c: #536 get rid of strict on
          ST_Intersects, ST_CoveredBy and ST_Covers because spatial index
          doesn't work with strict on (and text,text ST_DWithin)
 
-2010-06-25 07:41  strk
+2010-06-25 07:41  Sandro Santilli <strk@keybit.net>
 
-       * regress/split.sql, regress/split_expected: Test splitting 3d line
-         by 2d blade
+       * [r5703] regress/split.sql, regress/split_expected: Test splitting
+         3d line by 2d blade
 
-2010-06-24 13:26  robe
+2010-06-24 13:26  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: minor corrections
+       * [r5702] doc/faq_wktraster.xml: minor corrections
 
-2010-06-24 13:22  robe
+2010-06-24 13:22  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: Add another FAQ
+       * [r5701] doc/faq_wktraster.xml: Add another FAQ
 
-2010-06-24 12:02  robe
+2010-06-24 12:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: fix some data type typos
+       * [r5700] doc/reference_wktraster.xml: fix some data type typos
 
-2010-06-23 17:56  robe
+2010-06-23 17:56  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: typo in data type
+       * [r5699] doc/reference_wktraster.xml: typo in data type
 
-2010-06-23 16:53  robe
+2010-06-23 16:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: ST_Intersection and minor changes
-         for setof to distinquish from array types
+       * [r5698] doc/reference_wktraster.xml: ST_Intersection and minor
+         changes for setof to distinquish from array types
 
-2010-06-23 16:27  robe
+2010-06-23 16:27  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: fix typo
+       * [r5697] doc/reference_wktraster.xml: fix typo
 
-2010-06-23 14:36  robe
+2010-06-23 14:36  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: Document ST_Intersects
+       * [r5696] doc/reference_wktraster.xml: Document ST_Intersects
 
-2010-06-23 14:18  robe
+2010-06-23 14:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: document ST_Polygon
+       * [r5695] doc/reference_wktraster.xml: document ST_Polygon
 
-2010-06-23 13:51  robe
+2010-06-23 13:51  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: Add some faqs from the wkt raster wiki. A
-         lot I left out for now because they are too wordy.
+       * [r5694] doc/faq_wktraster.xml: Add some faqs from the wkt raster
+         wiki. A lot I left out for now because they are too wordy.
 
-2010-06-03 19:10  pramsey
+2010-06-03 19:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c: Remove crash when dbf file is missing /
-         unloadable
+       * [r5678] loader/shp2pgsql-core.c: Remove crash when dbf file is
+         missing / unloadable
 
-2010-06-01 19:59  pramsey
+2010-06-01 19:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/dbfopen.c: Fix sense of the dbf/date test.
+       * [r5666] loader/dbfopen.c: Fix sense of the dbf/date test.
 
-2010-06-01 19:58  pramsey
+2010-06-01 19:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/dbfopen.c: Accept "0" as a null value for Date types.
+       * [r5665] loader/dbfopen.c: Accept "0" as a null value for Date
+         types.
 
-2010-05-27 14:03  pramsey
+2010-05-27 14:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c: Remember to close the iconv handle
+       * [r5649] loader/shp2pgsql-core.c: Remember to close the iconv
+         handle
 
-2010-05-27 14:02  pramsey
+2010-05-27 14:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, loader/shp2pgsql-core.c: Make use of iconvctl
-         conditional on it existing
+       * [r5648] configure.ac, loader/shp2pgsql-core.c: Make use of
+         iconvctl conditional on it existing
 
-2010-05-27 13:40  pramsey
+2010-05-27 13:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c: Remove unused variable
+       * [r5647] loader/shp2pgsql-core.c: Remove unused variable
 
-2010-05-27 13:19  pramsey
+2010-05-27 13:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Fix utf8 to
-         return *something* when it can, so that something can be reported
-         in
+       * [r5646] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Fix
+         utf8 to return *something* when it can, so that something can be
+         reported in
          the error string.
 
-2010-05-26 17:26  pramsey
+2010-05-26 17:26  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Change default
-         back to UTF8 and improve error message on failure.
+       * [r5643] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Change
+         default back to UTF8 and improve error message on failure.
 
-2010-05-26 16:26  pramsey
+2010-05-26 16:26  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Read configuration info from environment,
-         if it's there.
+       * [r5642] loader/shp2pgsql-gui.c: Read configuration info from
+         environment, if it's there.
 
-2010-05-26 16:02  pramsey
+2010-05-26 16:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Only update the progress bar once every N
-         records, where N is determined by the number of records in the
-         file.
+       * [r5639] loader/shp2pgsql-gui.c: Only update the progress bar once
+         every N records, where N is determined by the number of records
+         in the file.
 
-2010-05-25 18:44  pramsey
+2010-05-25 18:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.h: Back off from Win32 encoding to more
-         generic ISO8859-1
+       * [r5638] loader/shp2pgsql-core.h: Back off from Win32 encoding to
+         more generic ISO8859-1
 
-2010-05-22 15:41  strk
+2010-05-22 15:41  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: Add note about the truncated multibyte enhancement (as the
-         issue came out on IRC for another dataset)
+       * [r5634] NEWS: Add note about the truncated multibyte enhancement
+         (as the issue came out on IRC for another dataset)
 
-2010-05-20 04:20  robe
+2010-05-20 04:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: minor formatting on ST_Covers
+       * [r5632] doc/reference_measure.xml: minor formatting on ST_Covers
 
-2010-05-19 15:22  robe
+2010-05-19 15:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: link to ST_MakePointM from
+       * [r5629] doc/reference_constructor.xml: link to ST_MakePointM from
          ST_MakePoint
 
-2010-05-19 15:17  robe
+2010-05-19 15:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: geography example for st_covers
+       * [r5628] doc/reference_measure.xml: geography example for
+         st_covers
 
-2010-05-18 17:43  pramsey
+2010-05-18 17:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_estimate.c: Remove crash for case when all
-         geographies are on the outer edges of the histobox, causing all
-         to be classified as "deviants" by the stdev code line (#474)
+       * [r5625] postgis/geography_estimate.c: Remove crash for case when
+         all geographies are on the outer edges of the histobox, causing
+         all to be classified as "deviants" by the stdev code line (#474)
 
-2010-05-17 23:38  pramsey
+2010-05-17 23:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwout_wkt.c, liblwgeom/stringbuffer.c,
+       * [r5623] liblwgeom/lwout_wkt.c, liblwgeom/stringbuffer.c,
          liblwgeom/stringbuffer.h, loader/shp2pgsql-core.c,
          loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c: Rename
          vasbappend to stringbuffer_aprintf
 
-2010-05-17 23:33  pramsey
+2010-05-17 23:33  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
+       * [r5622] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
          loader/shp2pgsql-gui.c: Allow GUI to create partial connection
          strings.
 
-2010-05-13 08:39  strk
+2010-05-13 08:39  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_split.c: Fix memory error in ST_Split (short
-         allocation)
+       * [r5618] postgis/lwgeom_geos_split.c: Fix memory error in ST_Split
+         (short allocation)
 
-2010-05-04 21:21  strk
+2010-05-04 21:21  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: Add ST_MakeValid item
+       * [r5615] NEWS: Add ST_MakeValid item
 
-2010-05-04 21:19  strk
+2010-05-04 21:19  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Oops, was using GEOS types instead
-         of LWGEOM ones..
+       * [r5614] postgis/lwgeom_geos_clean.c: Oops, was using GEOS types
+         instead of LWGEOM ones..
 
-2010-05-04 17:18  robe
+2010-05-04 17:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: fix formatting
+       * [r5612] doc/reference_constructor.xml: fix formatting
 
-2010-05-04 17:17  robe
+2010-05-04 17:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: Provide at least one example of
-         ST_GeogFromText
+       * [r5611] doc/reference_constructor.xml: Provide at least one
+         example of ST_GeogFromText
 
-2010-05-04 15:36  robe
+2010-05-04 15:36  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: fix some faqs I got wrong, break out some
-         long faqs. Add Tamas nightly build to list for latest and
-         greatest windows GDAL binaries
+       * [r5610] doc/faq_wktraster.xml: fix some faqs I got wrong, break
+         out some long faqs. Add Tamas nightly build to list for latest
+         and greatest windows GDAL binaries
 
-2010-05-04 03:50  robe
+2010-05-04 03:50  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: Break out raster band editor
+       * [r5609] doc/reference_wktraster.xml: Break out raster band editor
          functions into separate section
 
-2010-05-03 20:01  robe
+2010-05-03 20:01  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: link ref
+       * [r5607] doc/reference_wktraster.xml: link ref
 
-2010-05-03 19:59  robe
+2010-05-03 19:59  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: requested changes from #514
+       * [r5606] doc/reference_wktraster.xml: requested changes from #514
 
-2010-05-03 16:35  strk
+2010-05-03 16:35  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: ST_MakeValid: Early fail if an
-         unsupported type is given
+       * [r5604] postgis/lwgeom_geos_clean.c: ST_MakeValid: Early fail if
+         an unsupported type is given
 
-2010-05-03 16:24  strk
+2010-05-03 16:24  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_processing.xml: Document ST_MakeValid
+       * [r5603] doc/reference_processing.xml: Document ST_MakeValid
 
-2010-05-03 16:02  strk
+2010-05-03 16:02  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in: Add a 'staged-install' rule, helpful when
-         you want to run a single test after changing the core lib ...
+       * [r5602] regress/Makefile.in: Add a 'staged-install' rule, helpful
+         when you want to run a single test after changing the core lib
+         ...
 
-2010-05-03 15:59  strk
+2010-05-03 15:59  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c, regress/clean.sql,
+       * [r5601] postgis/lwgeom_geos_clean.c, regress/clean.sql,
          regress/clean_expected: ST_MakeValid: don't choke on
          MULTILINESTRING containing invalid LINESTRING elements
 
-2010-05-03 12:11  strk
+2010-05-03 12:11  Sandro Santilli <strk@keybit.net>
 
-       * regress/clean.sql, regress/clean_expected: Merge SRID-retainment
-         tests with some of the other tests
+       * [r5600] regress/clean.sql, regress/clean_expected: Merge
+         SRID-retainment tests with some of the other tests
 
-2010-05-03 11:31  strk
+2010-05-03 11:31  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c, regress/clean.sql,
+       * [r5599] postgis/lwgeom_geos_clean.c, regress/clean.sql,
          regress/clean_expected: Do not drop polygon boundaries collapsed
          to points
 
-2010-05-03 03:26  robe
+2010-05-03 03:26  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: Link to helper function built using
-         ST_Value
+       * [r5598] doc/reference_wktraster.xml: Link to helper function
+         built using ST_Value
 
-2010-05-03 03:11  robe
+2010-05-03 03:11  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: Get rid of still under development
-         for ST_DumpAsPolygons. Seems to be working fairly well now.
+       * [r5597] doc/reference_wktraster.xml: Get rid of still under
+         development for ST_DumpAsPolygons. Seems to be working fairly
+         well now.
 
-2010-04-30 19:17  robe
+2010-04-30 19:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: move bandnodatavalue to raster band
-         section
+       * [r5595] doc/reference_wktraster.xml: move bandnodatavalue to
+         raster band section
 
-2010-04-30 18:34  robe
+2010-04-30 18:34  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: slight correction
+       * [r5594] doc/reference_wktraster.xml: slight correction
 
-2010-04-30 18:34  robe
+2010-04-30 18:34  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: document build date and lib version
-         maintenance functions
+       * [r5593] doc/reference_wktraster.xml: document build date and lib
+         version maintenance functions
 
-2010-04-30 18:25  robe
+2010-04-30 18:25  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: document more functions -- start
-         breaking out raster band functions from raster functions
+       * [r5592] doc/reference_wktraster.xml: document more functions --
+         start breaking out raster band functions from raster functions
 
-2010-04-30 16:17  robe
+2010-04-30 16:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: example for ST_DumpAsPolygons
+       * [r5591] doc/reference_wktraster.xml: example for
+         ST_DumpAsPolygons
 
-2010-04-27 15:26  colivier
+2010-04-27 15:26  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference_output.xml, liblwgeom/cunit/cu_out_gml.c,
+       * [r5575] doc/reference_output.xml, liblwgeom/cunit/cu_out_gml.c,
          liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c,
          postgis/geography_inout.c, postgis/lwgeom_export.c,
          regress/out_geography.sql, regress/out_geography_expected,
          option to ST_AsGML: ability to remove srsDimension attribute in
          GML 3. cf #508
 
-2010-04-27 13:58  colivier
+2010-04-27 13:58  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference_output.xml, liblwgeom/cunit/cu_out_gml.c,
+       * [r5572] doc/reference_output.xml, liblwgeom/cunit/cu_out_gml.c,
          postgis/lwgeom_export.c, regress/out_geography_expected,
          regress/out_geometry_expected: Fix wrong OGC URN in GeoJson and
          GML output. Cf #507
 
-2010-04-20 04:18  robe
+2010-04-20 04:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: Add another example to st_value
-         demonstrating sampling and fix other example
+       * [r5568] doc/reference_wktraster.xml: Add another example to
+         st_value demonstrating sampling and fix other example
 
-2010-04-19 03:07  robe
+2010-04-19 03:07  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: document ST_SetBandHasNoDataValue
+       * [r5567] doc/reference_wktraster.xml: document
+         ST_SetBandHasNoDataValue
 
-2010-04-18 12:13  strk
+2010-04-18 12:13  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql-core.c: Escape fields named xmin (xmax was
-         already escaped). See issue #504.
+       * [r5566] loader/shp2pgsql-core.c: Escape fields named xmin (xmax
+         was already escaped). See issue #504.
 
-2010-04-17 21:25  strk
+2010-04-17 21:25  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_processing.xml: Fix documentation for ST_Split (so
-         postgis_comments.sql is correct)
+       * [r5565] doc/reference_processing.xml: Fix documentation for
+         ST_Split (so postgis_comments.sql is correct)
 
-2010-04-17 11:06  strk
+2010-04-17 11:06  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Plug a couple of memory leaks
+       * [r5564] postgis/lwgeom_geos.c: Plug a couple of memory leaks
 
-2010-04-17 08:26  strk
+2010-04-17 08:26  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, regress/tickets.sql,
+       * [r5563] postgis/lwgeom_geos.c, regress/tickets.sql,
          regress/tickets_expected: Fix crash on invalid polygon rings
          conversion to geos
 
-2010-04-17 01:53  robe
+2010-04-17 01:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: fix typos and add more links
+       * [r5562] doc/reference_wktraster.xml: fix typos and add more links
 
-2010-04-17 00:57  robe
+2010-04-17 00:57  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: ST_SkewX, ST_SkewY, ST_SetSkew
+       * [r5561] doc/reference_wktraster.xml: ST_SkewX, ST_SkewY,
+         ST_SetSkew
 
-2010-04-17 00:13  robe
+2010-04-17 00:13  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: typo in return description of
-         ST_MakeEmptyRaster
+       * [r5560] doc/reference_wktraster.xml: typo in return description
+         of ST_MakeEmptyRaster
 
-2010-04-14 17:42  robe
+2010-04-14 17:42  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: fix typos
+       * [r5551] doc/reference_wktraster.xml: fix typos
 
-2010-04-14 14:56  robe
+2010-04-14 14:56  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: more gdal_translate examples
+       * [r5550] doc/faq_wktraster.xml: more gdal_translate examples
 
-2010-04-14 14:48  robe
+2010-04-14 14:48  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: another example of gdal_translate
+       * [r5549] doc/faq_wktraster.xml: another example of gdal_translate
 
-2010-04-14 14:09  robe
+2010-04-14 14:09  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: Example of AddRasterColumn
+       * [r5547] doc/reference_wktraster.xml: Example of AddRasterColumn
 
-2010-04-14 13:16  robe
+2010-04-14 13:16  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: Fix typo
+       * [r5546] doc/reference_wktraster.xml: Fix typo
 
-2010-04-14 12:52  robe
+2010-04-14 12:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: Provide yet more common use case
-         examples of ST_Value
+       * [r5545] doc/reference_wktraster.xml: Provide yet more common use
+         case examples of ST_Value
 
-2010-04-14 11:48  robe
+2010-04-14 11:48  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: try to get rid of really long lines
+       * [r5544] doc/faq_wktraster.xml: try to get rid of really long
+         lines
 
-2010-04-14 11:40  robe
+2010-04-14 11:40  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: Document how to define a raster layer in
-         Mapserver
+       * [r5543] doc/faq_wktraster.xml: Document how to define a raster
+         layer in Mapserver
 
-2010-04-13 06:08  robe
+2010-04-13 06:08  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: Give faq an id for easier pretty
+       * [r5540] doc/faq_wktraster.xml: Give faq an id for easier pretty
          bookmarking
 
-2010-04-13 04:38  robe
+2010-04-13 04:38  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml:
+       * [r5539] doc/faq_wktraster.xml:
 
-2010-04-13 04:37  robe
+2010-04-13 04:37  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: forgot paragraph mark
+       * [r5538] doc/faq_wktraster.xml: forgot paragraph mark
 
-2010-04-13 04:35  robe
+2010-04-13 04:35  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: more elaboration of the important Can I
-         export my raster data FAQ
+       * [r5537] doc/faq_wktraster.xml: more elaboration of the important
+         Can I export my raster data FAQ
 
-2010-04-12 21:11  robe
+2010-04-12 21:11  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: typo fix
+       * [r5536] doc/faq_wktraster.xml: typo fix
 
-2010-04-12 20:58  robe
+2010-04-12 20:58  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: Add quickie faq about exporting raster
-         data from PostGIS
+       * [r5535] doc/faq_wktraster.xml: Add quickie faq about exporting
+         raster data from PostGIS
 
-2010-04-12 08:48  colivier
+2010-04-12 08:48  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference_output.xml, liblwgeom/cunit/cu_out_kml.c,
+       * [r5532] doc/reference_output.xml, liblwgeom/cunit/cu_out_kml.c,
          liblwgeom/liblwgeom.h, liblwgeom/lwout_kml.c,
          postgis/geography.sql.in.c, postgis/geography_inout.c,
          postgis/lwgeom_export.c, postgis/postgis.sql.in.c,
          regress/out_geometry.sql, regress/out_geometry_expected: Add
          optional namespace to ST_AsKML function. related in a way to #460
 
-2010-04-12 04:44  robe
+2010-04-12 04:44  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: minor additions
+       * [r5531] doc/reference_wktraster.xml: minor additions
 
-2010-04-11 23:21  robe
+2010-04-11 23:21  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: start documenting ST_DumpAsPolygons.
-         Will provide examples once get it to stop crashing on me.
+       * [r5530] doc/reference_wktraster.xml: start documenting
+         ST_DumpAsPolygons. Will provide examples once get it to stop
+         crashing on me.
 
-2010-04-11 23:03  robe
+2010-04-11 23:03  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: fix tag typo
+       * [r5529] doc/reference_wktraster.xml: fix tag typo
 
-2010-04-11 22:52  robe
+2010-04-11 22:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: mistated something. Correct
+       * [r5528] doc/reference_wktraster.xml: mistated something. Correct
          constraint description of addrastercolumn
 
-2010-04-11 22:45  robe
+2010-04-11 22:45  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: Add management functions section
+       * [r5527] doc/reference_wktraster.xml: Add management functions
+         section
 
-2010-04-10 15:32  robe
+2010-04-10 15:32  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/wktraster_comments.sql.xsl: minor change
+       * [r5526] doc/xsl/wktraster_comments.sql.xsl: minor change
 
-2010-04-10 03:39  robe
+2010-04-10 03:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: title change
+       * [r5525] doc/reference_wktraster.xml: title change
 
-2010-04-10 02:48  robe
+2010-04-10 02:48  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: start itemizing operators
+       * [r5524] doc/reference_wktraster.xml: start itemizing operators
 
-2010-04-10 01:42  robe
+2010-04-10 01:42  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: document st_setgeoreference
+       * [r5523] doc/reference_wktraster.xml: document st_setgeoreference
 
-2010-04-09 16:24  robe
+2010-04-09 16:24  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: Add ST_SetUpperLeft
+       * [r5517] doc/reference_wktraster.xml: Add ST_SetUpperLeft
 
-2010-04-07 21:45  robe
+2010-04-07 21:45  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml, doc/reference_wktraster.xml:
+       * [r5514] doc/faq_wktraster.xml, doc/reference_wktraster.xml:
 
-2010-04-07 19:22  robe
+2010-04-07 19:22  Regina Obe <lr@pcorp.us>
 
-       * doc/faq_wktraster.xml: fix reference typo
+       * [r5513] doc/faq_wktraster.xml: fix reference typo
 
-2010-04-07 17:25  robe
+2010-04-07 17:25  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: forgot to add faq_wktraster item
+       * [r5512] doc/postgis.xml: forgot to add faq_wktraster item
 
-2010-04-07 16:54  robe
+2010-04-07 16:54  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in, doc/faq_wktraster.xml, doc/postgis.xml: First
-         draft of wktraster faq
+       * [r5511] doc/Makefile.in, doc/faq_wktraster.xml, doc/postgis.xml:
+         First draft of wktraster faq
 
-2010-04-07 14:35  robe
+2010-04-07 14:35  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: conver to 1 column 2 row table
+       * [r5510] doc/reference_wktraster.xml: conver to 1 column 2 row
+         table
 
-2010-04-07 14:15  robe
+2010-04-07 14:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: typo
+       * [r5509] doc/reference_wktraster.xml: typo
 
-2010-04-07 14:06  robe
+2010-04-07 14:06  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: correct typo
+       * [r5508] doc/reference_wktraster.xml: correct typo
 
-2010-04-07 14:05  robe
+2010-04-07 14:05  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: Put link to spec for a diagrammatic
-         view.
+       * [r5507] doc/reference_wktraster.xml: Put link to spec for a
+         diagrammatic view.
 
-2010-04-07 13:59  robe
+2010-04-07 13:59  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: first draft of ST_ConvexHull --
-         still need to put in pictures
+       * [r5506] doc/reference_wktraster.xml: first draft of ST_ConvexHull
+         -- still need to put in pictures
 
-2010-04-06 23:37  pramsey
+2010-04-06 23:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, loader/Makefile.in, loader/shp2pgsql-gui.c,
+       * [r5505] configure.ac, loader/Makefile.in, loader/shp2pgsql-gui.c,
          macros/gtk-2.0.m4: Add support for command-q shutdown in Mac GTK
          build
 
-2010-04-06 18:33  strk
+2010-04-06 18:33  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql-core.c: WARN and continue on incomplete
+       * [r5503] loader/shp2pgsql-core.c: WARN and continue on incomplete
          multibyte sequence
 
-2010-04-05 21:38  robe
+2010-04-05 21:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: slight correction
+       * [r5497] doc/reference_wktraster.xml: slight correction
 
-2010-04-05 21:32  robe
+2010-04-05 21:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: itemize band pixel types and fix
-         some formatting issues
+       * [r5496] doc/reference_wktraster.xml: itemize band pixel types and
+         fix some formatting issues
 
-2010-04-05 15:17  robe
+2010-04-05 15:17  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/wktraster_comments.sql.xsl: more blurb in description
+       * [r5495] doc/xsl/wktraster_comments.sql.xsl: more blurb in
+         description
 
-2010-04-05 15:16  robe
+2010-04-05 15:16  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/wktraster_comments.sql.xsl: xsl to build postgresql help
-         for wktraster
+       * [r5494] doc/xsl/wktraster_comments.sql.xsl: xsl to build
+         postgresql help for wktraster
 
-2010-04-05 14:12  robe
+2010-04-05 14:12  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: Start adding editors, give an
-         additional better example of ST_Value
+       * [r5493] doc/reference_wktraster.xml: Start adding editors, give
+         an additional better example of ST_Value
 
-2010-04-05 07:28  robe
+2010-04-05 07:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: upper left x and y
+       * [r5492] doc/reference_wktraster.xml: upper left x and y
 
-2010-04-05 05:59  robe
+2010-04-05 05:59  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: example for st_value
+       * [r5491] doc/reference_wktraster.xml: example for st_value
 
-2010-04-05 05:55  robe
+2010-04-05 05:55  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: typo in constructor section
+       * [r5490] doc/reference_wktraster.xml: typo in constructor section
 
-2010-04-05 05:52  robe
+2010-04-05 05:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: st_box2d, st_envelope (note regular
-         Postgis changed st_box2d to just box2d old st_box2d is
+       * [r5489] doc/reference_wktraster.xml: st_box2d, st_envelope (note
+         regular Postgis changed st_box2d to just box2d old st_box2d is
          deprecated)
 
-2010-04-05 05:25  robe
+2010-04-05 05:25  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: more typos fixed, add constructor
-         section
+       * [r5488] doc/reference_wktraster.xml: more typos fixed, add
+         constructor section
 
-2010-04-05 04:59  robe
+2010-04-05 04:59  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: Fix typo
+       * [r5487] doc/reference_wktraster.xml: Fix typo
 
-2010-04-05 04:30  robe
+2010-04-05 04:30  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: more functions documented
+       * [r5486] doc/reference_wktraster.xml: more functions documented
 
-2010-04-05 02:28  robe
+2010-04-05 02:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_wktraster.xml: more accessors
+       * [r5485] doc/reference_wktraster.xml: more accessors
 
-2010-04-05 01:32  robe
+2010-04-05 01:32  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml, doc/reference_wktraster.xml: more changes
+       * [r5484] doc/postgis.xml, doc/reference_wktraster.xml: more
+         changes
 
-2010-04-05 01:05  robe
+2010-04-05 01:05  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in, doc/reference_wktraster.xml: First start at
-         integrating wktraster documentation -- hopefully didn't break
+       * [r5483] doc/Makefile.in, doc/reference_wktraster.xml: First start
+         at integrating wktraster documentation -- hopefully didn't break
          anything doing this.
 
-2010-03-31 15:34  strk
+2010-03-31 15:34  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql-cli.c: Do not hard-code default encoding (since
-         it's a macro)
+       * [r5473] loader/shp2pgsql-cli.c: Do not hard-code default encoding
+         (since it's a macro)
 
-2010-03-31 14:50  strk
+2010-03-31 14:50  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql-core.c: Dump more informations about failing
-         decoding
+       * [r5472] loader/shp2pgsql-core.c: Dump more informations about
+         failing decoding
 
-2010-03-30 12:32  colivier
+2010-03-30 12:32  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference_output.xml, postgis/geography.sql.in.c,
+       * [r5471] doc/reference_output.xml, postgis/geography.sql.in.c,
          postgis/geography_inout.c, regress/out_geography.sql,
          regress/out_geography_expected, regress/out_geometry.sql,
          regress/out_geometry_expected: Add geography support to ST_AsGML
          with prefix namespace option. Update doc and unit tests. cf #460
 
-2010-03-30 12:29  colivier
+2010-03-30 12:29  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference_old.xml: Remove old reference file
+       * [r5470] doc/reference_old.xml: Remove old reference file
 
-2010-03-29 20:03  pramsey
+2010-03-29 20:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.c: Fix syntax error.
+       * [r5469] liblwgeom/stringbuffer.c: Fix syntax error.
 
-2010-03-29 20:02  pramsey
+2010-03-29 20:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.c: Reorganize avprintf a litle.
+       * [r5468] liblwgeom/stringbuffer.c: Reorganize avprintf a litle.
 
-2010-03-29 19:57  pramsey
+2010-03-29 19:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.c: Propogate vsnprintf errors up verbatim
+       * [r5467] liblwgeom/stringbuffer.c: Propogate vsnprintf errors up
+         verbatim
 
-2010-03-28 08:33  colivier
+2010-03-28 08:33  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/installation.xml, doc/postgis.xml,
+       * [r5466] doc/installation.xml, doc/postgis.xml,
          doc/reference_accessor.xml, doc/reference_editor.xml,
          doc/reference_measure.xml, doc/reference_misc.xml,
          doc/reference_operator.xml, doc/reference_output.xml,
          DocBook + MathML DTD. Fix xsl/postgis_aggs_mm.xml.xsl to produce
          valid Docbook. Now make check output in docs is clean. cf #471
 
-2010-03-27 17:50  colivier
+2010-03-27 17:50  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/Makefile.in: add make check rule in doc/Makefile. Use xmllint
-         to check postgis.xml documentation against docbook dtd.
+       * [r5465] doc/Makefile.in: add make check rule in doc/Makefile. Use
+         xmllint to check postgis.xml documentation against docbook dtd.
 
-2010-03-25 05:11  pramsey
+2010-03-25 05:11  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.h: Make the default size more reasonable
-         again.
+       * [r5463] liblwgeom/stringbuffer.h: Make the default size more
+         reasonable again.
 
-2010-03-25 05:09  pramsey
+2010-03-25 05:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.c: Add comments on error return values.
+       * [r5462] liblwgeom/stringbuffer.c: Add comments on error return
+         values.
 
-2010-03-25 05:06  pramsey
+2010-03-25 05:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Improved
-         stringbuffer again. Always write directly into the buffer, no
-         more memcpy'ing. Change return values for printing calls to int,
-         so that print errors can be detected and handled by the layers
-         above, if desired.
+       * [r5461] liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h:
+         Improved stringbuffer again. Always write directly into the
+         buffer, no more memcpy'ing. Change return values for printing
+         calls to int, so that print errors can be detected and handled by
+         the layers above, if desired.
 
-2010-03-24 17:54  pramsey
+2010-03-24 17:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Restore
-         original license terms.
+       * [r5460] liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h:
+         Restore original license terms.
 
-2010-03-23 19:35  strk
+2010-03-23 19:35  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_output.xml, postgis/lwgeom_export.c,
+       * [r5459] doc/reference_output.xml, postgis/lwgeom_export.c,
          postgis/postgis.sql.in.c, regress/out_geometry.sql,
          regress/out_geometry_expected: Expose custom prefix arg for
          ST_asGML to SQL, add tests and dox
 
-2010-03-23 00:25  pramsey
+2010-03-23 00:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_accum.c: Fix for array aggregation error (#469)
+       * [r5454] postgis/lwgeom_accum.c: Fix for array aggregation error
+         (#469)
 
-2010-03-22 21:13  strk
+2010-03-22 21:13  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_out_gml.c, liblwgeom/liblwgeom.h,
+       * [r5452] liblwgeom/cunit/cu_out_gml.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwout_gml.c, postgis/geography_inout.c,
          postgis/lwgeom_export.c: Add support in liblwgeom for specifying
          a custom (or no) namespace/prefix for GML output
 
-2010-03-22 19:38  pramsey
+2010-03-22 19:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/getopt.c, loader/getopt.h, loader/pgsql2shp.c,
+       * [r5450] loader/getopt.c, loader/getopt.h, loader/pgsql2shp.c,
          loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
          loader/shp2pgsql-gui.c: Convert all extern opt* variables to
          pgis_opt* variables to avoid clashes with system variables. (ug!)
 
-2010-03-17 08:27  strk
+2010-03-17 08:27  Sandro Santilli <strk@keybit.net>
 
-       * regress/split.sql, regress/split_expected: Add test for
+       * [r5448] regress/split.sql, regress/split_expected: Add test for
          GEOMETRYCOLLECTION and ST_Split
 
-2010-03-17 07:42  strk
+2010-03-17 07:42  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: Add ST_Split
+       * [r5447] NEWS: Add ST_Split
 
-2010-03-17 07:40  strk
+2010-03-17 07:40  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/Makefile.in: Don't choke on clean when there's
-         nothing to clean
+       * [r5446] liblwgeom/cunit/Makefile.in: Don't choke on clean when
+         there's nothing to clean
 
-2010-03-17 07:32  strk
+2010-03-17 07:32  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile, liblwgeom/Makefile.in: Fix 'clean' rule to descend
-         in cunit
+       * [r5445] GNUmakefile, liblwgeom/Makefile.in: Fix 'clean' rule to
+         descend in cunit
 
-2010-03-16 22:18  strk
+2010-03-16 22:18  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_split.c, regress/split.sql,
+       * [r5444] postgis/lwgeom_geos_split.c, regress/split.sql,
          regress/split_expected: Add support for MULTI* in ST_Split
 
-2010-03-16 13:14  strk
+2010-03-16 13:14  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_processing.xml: Document ST_Split
+       * [r5440] doc/reference_processing.xml: Document ST_Split
 
-2010-03-16 03:13  pramsey
+2010-03-16 03:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, liblwgeom/g_serialized.c, liblwgeom/g_util.c,
+       * [r5439] ChangeLog, liblwgeom/g_serialized.c, liblwgeom/g_util.c,
          liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
          liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
          liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
          Remove all *_add functions. Revized homogenize function to use
          the new _add_lwgeom and variants.
 
-2010-03-15 18:03  strk
+2010-03-15 18:03  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_split.c, postgis/postgis.sql.in.c,
+       * [r5438] postgis/lwgeom_geos_split.c, postgis/postgis.sql.in.c,
          regress/split.sql: Rename ST_SplitGeometry to ST_Split (better
          now than never)
 
-2010-03-15 18:00  strk
+2010-03-15 18:00  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_split.c, regress/split.sql,
+       * [r5437] postgis/lwgeom_geos_split.c, regress/split.sql,
          regress/split_expected: Implement split-poly-by-line
 
-2010-03-13 12:55  strk
+2010-03-13 12:55  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_split.c, regress/split.sql,
+       * [r5436] postgis/lwgeom_geos_split.c, regress/split.sql,
          regress/split_expected: Reword exception message, make algorithm
          more robust not relying on constructive functions to detect
          relation between inputs
 
-2010-03-13 11:23  strk
+2010-03-13 11:23  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_split.c: Fix printf call
+       * [r5435] postgis/lwgeom_geos_split.c: Fix printf call
 
-2010-03-13 11:16  strk
+2010-03-13 11:16  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_split.c, regress/split.sql,
+       * [r5434] postgis/lwgeom_geos_split.c, regress/split.sql,
          regress/split_expected: Split-line-by-line: handle overlap cases
          by raising an exception
 
-2010-03-13 10:59  strk
+2010-03-13 10:59  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_split.c, regress/split.sql,
+       * [r5433] postgis/lwgeom_geos_split.c, regress/split.sql,
          regress/split_expected: Implement split-line-by-line
 
-2010-03-13 09:22  strk
+2010-03-13 09:22  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_functions_analytic.c: Be polite
+       * [r5432] postgis/lwgeom_functions_analytic.c: Be polite
 
-2010-03-12 18:39  strk
+2010-03-12 18:39  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql-core.c: Fix memory errors in presence of NULL
-         (0-verticed) geometries and insert (default) policy.
+       * [r5430] loader/shp2pgsql-core.c: Fix memory errors in presence of
+         NULL (0-verticed) geometries and insert (default) policy.
 
-2010-03-12 15:46  strk
+2010-03-12 15:46  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/ptarray.c: ptarray_substring *does* already implement
-         interpolation
+       * [r5429] liblwgeom/ptarray.c: ptarray_substring *does* already
+         implement interpolation
 
-2010-03-12 15:25  strk
+2010-03-12 15:25  Sandro Santilli <strk@keybit.net>
 
-       * postgis/TODO: Drop extraneous task (if it referred to loader we
-         do have a switch for index creation now)
+       * [r5428] postgis/TODO: Drop extraneous task (if it referred to
+         loader we do have a switch for index creation now)
 
-2010-03-12 15:15  strk
+2010-03-12 15:15  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: Fix ST_DumpPoints not to relay on NULL
-         return from ST_NumGeometries to tell multi and singles apart
+       * [r5427] postgis/postgis.sql.in.c: Fix ST_DumpPoints not to relay
+         on NULL return from ST_NumGeometries to tell multi and singles
+         apart
 
-2010-03-12 15:14  strk
+2010-03-12 15:14  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in: Trigger reconstruction of regress'
+       * [r5426] regress/Makefile.in: Trigger reconstruction of regress'
          postgis.sql when original one changes
 
-2010-03-12 14:03  strk
+2010-03-12 14:03  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: Add item about GeometryN/NumGeometries
+       * [r5424] NEWS: Add item about GeometryN/NumGeometries
 
-2010-03-12 13:50  strk
+2010-03-12 13:50  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_ogc.c, regress/regress_ogc.sql,
+       * [r5423] postgis/lwgeom_ogc.c, regress/regress_ogc.sql,
          regress/regress_ogc_expected: Add support for simple geometries
          in ST_GeometryN and ST_NumGeometries
 
-2010-03-12 13:29  mcayland
+2010-03-12 13:29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac: Fix the PGXS override code for detecting older
-         versions of PostgreSQL - the existing (incomplete) check was
-         still checking for a minimum version of 8.5, rather
+       * [r5422] configure.ac: Fix the PGXS override code for detecting
+         older versions of PostgreSQL - the existing (incomplete) check
+         was still checking for a minimum version of 8.5, rather
          than the new version number of 9.0.
 
-2010-03-12 00:21  robe
+2010-03-12 00:21  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_lrs.xml: put in note about improvement to
+       * [r5419] doc/reference_lrs.xml: put in note about improvement to
          ST_Line_SubString #410
 
-2010-03-11 20:50  strk
+2010-03-11 20:50  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_split.c: More comments cleanup
+       * [r5416] postgis/lwgeom_geos_split.c: More comments cleanup
 
-2010-03-11 20:48  strk
+2010-03-11 20:48  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_split.c: remove wrong comment
+       * [r5415] postgis/lwgeom_geos_split.c: remove wrong comment
 
-2010-03-11 20:34  strk
+2010-03-11 20:34  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_split.c, regress/split.sql,
+       * [r5414] postgis/lwgeom_geos_split.c, regress/split.sql,
          regress/split_expected: Set interface specs in stone within the
          implementation file, add a testcase to show what's "left" and
          what's "right" in the split-line-by-point
 
-2010-03-11 20:28  strk
+2010-03-11 20:28  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_split.c, regress/split_expected: *always*
-         return a collection from ST_SplitGeometry
+       * [r5413] postgis/lwgeom_geos_split.c, regress/split_expected:
+         *always* return a collection from ST_SplitGeometry
 
-2010-03-11 20:19  strk
+2010-03-11 20:19  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_split.c, regress/split.sql,
+       * [r5412] postgis/lwgeom_geos_split.c, regress/split.sql,
          regress/split_expected: Have ST_SplitGeometry return a collection
          of at most 2 elements (original part, cut-away part) so it's
          easier to handle by callers
 
-2010-03-11 17:53  strk
+2010-03-11 17:53  Sandro Santilli <strk@keybit.net>
 
-       * regress/remove_repeated_points.sql,
+       * [r5411] regress/remove_repeated_points.sql,
          regress/remove_repeated_points_expected: Add SRID retainment
          testcase for removerepeatedpoint (paranoia)
 
-2010-03-11 17:51  strk
+2010-03-11 17:51  Sandro Santilli <strk@keybit.net>
 
-       * regress/clean.sql, regress/clean_expected: Add SRID retainment
-         testcases
+       * [r5410] regress/clean.sql, regress/clean_expected: Add SRID
+         retainment testcases
 
-2010-03-11 17:21  strk
+2010-03-11 17:21  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Don't 'clean' the SRID...
+       * [r5409] postgis/lwgeom_geos_clean.c: Don't 'clean' the SRID...
 
-2010-03-11 14:34  pramsey
+2010-03-11 14:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * HOWTO_RELEASE: Grammar fix.
+       * [r5401] HOWTO_RELEASE: Grammar fix.
 
-2010-03-10 15:38  pramsey
+2010-03-10 15:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_accum.c: Fix to allow compile on 9.0alpha
+       * [r5398] postgis/lwgeom_accum.c: Fix to allow compile on 9.0alpha
 
-2010-03-10 15:33  strk
+2010-03-10 15:33  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in, postgis/lwgeom_geos_split.c,
+       * [r5396] postgis/Makefile.in, postgis/lwgeom_geos_split.c,
          postgis/postgis.sql.in.c, regress/Makefile.in, regress/split.sql,
          regress/split_expected: Initial work on ST_SplitGeometry. Split
          line by point implemented.
 
-2010-03-10 15:29  strk
+2010-03-10 15:29  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/ptarray.c,
+       * [r5395] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c,
          postgis/lwgeom_functions_analytic.c: Since we do a full scan of
          pointarray from ptarray_locate_point, take the chance to also
          return min distance
 
-2010-03-10 14:32  strk
+2010-03-10 14:32  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h: Document closest_point_on_segment in
-         header file
+       * [r5394] liblwgeom/liblwgeom.h: Document closest_point_on_segment
+         in header file
 
-2010-03-10 14:20  strk
+2010-03-10 14:20  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h: Document ptarray_locate_point in header
-         file
+       * [r5393] liblwgeom/liblwgeom.h: Document ptarray_locate_point in
+         header file
 
-2010-03-10 10:07  strk
+2010-03-10 10:07  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
+       * [r5392] postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
          postgis/lwgeom_geos_clean.c: Export geos error logger
 
-2010-03-09 00:37  pramsey
+2010-03-09 00:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/installation.xml: Fix syntax error in spatial_ref_sys hard
-         upgrade directions (#373)
+       * [r5389] doc/installation.xml: Fix syntax error in spatial_ref_sys
+         hard upgrade directions (#373)
 
-2010-03-09 00:31  pramsey
+2010-03-09 00:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * utils/postgis_proc_upgrade.pl: Include 'geography_columns' defn
-         when upgrading from <= 1.4 (#414)
+       * [r5387] utils/postgis_proc_upgrade.pl: Include
+         'geography_columns' defn when upgrading from <= 1.4 (#414)
 
-2010-03-09 00:22  pramsey
+2010-03-09 00:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis.sql.in.c: Quiet notices in the .sql install files
-         (#415)
+       * [r5386] postgis/postgis.sql.in.c: Quiet notices in the .sql
+         install files (#415)
 
-2010-03-08 23:28  pramsey
+2010-03-08 23:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwline.c, postgis/lwgeom_functions_basic.c: Update the
-         bbox when you alter the underlying geometry (#410) ST_SetPoint,
-         ST_Ad
+       * [r5384] liblwgeom/lwline.c, postgis/lwgeom_functions_basic.c:
+         Update the bbox when you alter the underlying geometry (#410)
+         ST_SetPoint, ST_Ad
          dPoint, ST_RemovePoint.
 
-2010-03-08 16:37  kneufeld
+2010-03-08 16:37  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/using_postgis_dataman.xml: updated broken link to utmzone
-         PostGIS plpgsql helper function.
+       * [r5380] doc/using_postgis_dataman.xml: updated broken link to
+         utmzone PostGIS plpgsql helper function.
          bug #461
 
-2010-03-05 23:31  pramsey
+2010-03-05 23:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis: Note minimum required versions.
+       * [r5377] README.postgis: Note minimum required versions.
 
-2010-03-05 21:49  strk
+2010-03-05 21:49  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_ogc.c: Fix typo
+       * [r5376] postgis/lwgeom_ogc.c: Fix typo
 
-2010-03-05 02:35  pramsey
+2010-03-05 02:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_wkb.c: A few more WKB unit tests.
+       * [r5375] liblwgeom/cunit/cu_wkb.c: A few more WKB unit tests.
 
-2010-03-04 09:40  colivier
+2010-03-04 09:40  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference_editor.xml: Add ST_PointN xref in ST_SetPoint
-         entry, from Bruno Friedmann report
+       * [r5374] doc/reference_editor.xml: Add ST_PointN xref in
+         ST_SetPoint entry, from Bruno Friedmann report
 
-2010-03-03 06:10  pramsey
+2010-03-03 06:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwhomogenize.c, liblwgeom/lwout_geojson.c,
+       * [r5372] liblwgeom/lwhomogenize.c, liblwgeom/lwout_geojson.c,
          liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
          liblwgeom/lwout_svg.c, liblwgeom/lwout_wkb.c,
          liblwgeom/lwout_wkt.c, liblwgeom/lwprint.c: Set keywords.
 
-2010-03-03 06:10  pramsey
+2010-03-03 06:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic_data.h,
+       * [r5371] liblwgeom/cunit/cu_geodetic_data.h,
          liblwgeom/cunit/cu_homogenize.c,
          liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
          liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
          liblwgeom/cunit/cu_wkt.c: Set keywords and some copyright
          headers.
 
-2010-03-03 06:06  pramsey
+2010-03-03 06:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_wkb.c, liblwgeom/lwout_wkb.c: Add some tests
-         of the old versus new WKB output.
+       * [r5370] liblwgeom/cunit/cu_wkb.c, liblwgeom/lwout_wkb.c: Add some
+         tests of the old versus new WKB output.
 
-2010-03-03 06:06  pramsey
+2010-03-03 06:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_measurement.c: Move spheroid test to the
-         correct place.
+       * [r5369] postgis/geography_measurement.c: Move spheroid test to
+         the correct place.
 
-2010-03-03 05:40  pramsey
+2010-03-03 05:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: Remove doxygen
-         flags from static functions.
+       * [r5368] liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: Remove
+         doxygen flags from static functions.
 
-2010-03-03 05:38  pramsey
+2010-03-03 05:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: Add some
+       * [r5367] liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: Add some
          documentation to the public functions.
 
-2010-03-03 01:15  pramsey
+2010-03-03 01:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c,
+       * [r5366] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c,
          liblwgeom/cunit/cu_wkb.c, liblwgeom/libgeom.h,
          liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: Add in tests and
          fixes for WKB emitter.
 
-2010-03-02 23:18  pramsey
+2010-03-02 23:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/cu_libgeom.c,
+       * [r5365] liblwgeom/Makefile.in, liblwgeom/cunit/cu_libgeom.c,
          liblwgeom/cunit/cu_wkt.c, liblwgeom/libgeom.h,
          liblwgeom/liblwgeom.h, liblwgeom/lwout_wkb.c,
          liblwgeom/lwout_wkt.c: Add first cut to lwgeom_to_wkb function.
 
-2010-03-02 23:16  pramsey
+2010-03-02 23:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Add a couple
-         functions (length, copy) to stringbuffer, and add comments.
+       * [r5364] liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Add a
+         couple functions (length, copy) to stringbuffer, and add
+         comments.
 
-2010-03-02 21:32  strk
+2010-03-02 21:32  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c, regress/clean.sql,
+       * [r5363] postgis/lwgeom_geos_clean.c, regress/clean.sql,
          regress/clean_expected: ST_MakeValid : turn collapsed lines into
          points [RT-SIGTA]
 
-2010-02-28 23:11  strk
+2010-02-28 23:11  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c, regress/Makefile.in,
+       * [r5360] postgis/lwgeom_geos_clean.c, regress/Makefile.in,
          regress/clean.sql, regress/clean_expected: Node lineal geometries
          resulting invalid. Re-enable automated testcase for st_MakeValid
          [RT-SIGTA]
 
-2010-02-28 22:48  strk
+2010-02-28 22:48  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Don't use a collection when there's
-         no area
+       * [r5359] postgis/lwgeom_geos_clean.c: Don't use a collection when
+         there's no area
 
-2010-02-28 22:24  strk
+2010-02-28 22:24  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Fix build with debugging on, fix bug
-         when run against invalid linestrings
+       * [r5358] postgis/lwgeom_geos_clean.c: Fix build with debugging on,
+         fix bug when run against invalid linestrings
 
-2010-02-28 21:31  strk
+2010-02-28 21:31  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Add paranoid check to make
+       * [r5357] postgis/lwgeom_geos_clean.c: Add paranoid check to make
          super-sure no input vertices are dropped by ST_MakeValid
          [RT-SIGTA]
 
-2010-02-28 20:36  strk
+2010-02-28 20:36  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Put GEOS-only functionality of
-         ST_MakeValid in its own function
+       * [r5356] postgis/lwgeom_geos_clean.c: Put GEOS-only functionality
+         of ST_MakeValid in its own function
 
-2010-02-28 19:24  strk
+2010-02-28 19:24  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Fix documentation to match current
-         behaviour
+       * [r5355] postgis/lwgeom_geos_clean.c: Fix documentation to match
+         current behaviour
 
-2010-02-28 19:09  strk
+2010-02-28 19:09  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Simplify code
+       * [r5354] postgis/lwgeom_geos_clean.c: Simplify code
 
-2010-02-28 19:04  strk
+2010-02-28 19:04  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Avoid a call to the GEOS CAPI when
+       * [r5353] postgis/lwgeom_geos.c: Avoid a call to the GEOS CAPI when
          unnecessary (works around a bug in GEOS aborting in some cases of
          EMPTY polygons
 
-2010-02-28 17:20  strk
+2010-02-28 17:20  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Move ST_CleanGeometry core code into
-         specialized 'lwgeom' function
+       * [r5352] postgis/lwgeom_geos_clean.c: Move ST_CleanGeometry core
+         code into specialized 'lwgeom' function
 
-2010-02-28 17:11  strk
+2010-02-28 17:11  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: cleanups
+       * [r5351] postgis/lwgeom_geos_clean.c: cleanups
 
-2010-02-28 14:05  strk
+2010-02-28 14:05  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Put areal part first in collection,
-         and collapsed edges second
+       * [r5350] postgis/lwgeom_geos_clean.c: Put areal part first in
+         collection, and collapsed edges second
 
-2010-02-26 15:05  colivier
+2010-02-26 15:05  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * GNUmakefile, doc/Makefile.in, regress/Makefile.in: Add new 'make
-         garden' rule to launch full Garden test regression tests
+       * [r5349] GNUmakefile, doc/Makefile.in, regress/Makefile.in: Add
+         new 'make garden' rule to launch full Garden test regression
+         tests
 
-2010-02-26 02:50  pramsey
+2010-02-26 02:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/Makefile.in, liblwgeom/cunit/README,
+       * [r5348] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/README,
          liblwgeom/cunit/cu_tester.h: Instructions on adding new tests to
          cunit, from Jeff Adams.
 
-2010-02-26 00:16  colivier
+2010-02-26 00:16  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/lwgeom.c, regress/tickets_expected: Add few more
-         lwgeom_typename, and update regress test if needed. Restore
+       * [r5347] liblwgeom/lwgeom.c, regress/tickets_expected: Add few
+         more lwgeom_typename, and update regress test if needed. Restore
          initial lwnotice behaviour in remove_repeated_points on unknown
          types (instead of lwerror).
 
-2010-02-25 17:54  colivier
+2010-02-25 17:54  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/lwgeom.c: Fix add forgotten return in flip_coordinates
-         (cf #452). Add lwgeom_typename in several functions to avoid
-         cryptic error message (#452 again).
+       * [r5346] liblwgeom/lwgeom.c: Fix add forgotten return in
+         flip_coordinates (cf #452). Add lwgeom_typename in several
+         functions to avoid cryptic error message (#452 again).
 
-2010-02-25 15:13  pramsey
+2010-02-25 15:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Fix
-         potential corner case in sphere area calculation (#451)
+       * [r5345] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
+         Fix potential corner case in sphere area calculation (#451)
 
-2010-02-25 14:30  robe
+2010-02-25 14:30  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: Put new functions in alphabetical
-         order.
+       * [r5343] doc/reference_processing.xml: Put new functions in
+         alphabetical order.
 
-2010-02-25 14:23  robe
+2010-02-25 14:23  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Put in What is new in 2.0
-         section to trap new 2.0 enhancements
+       * [r5342] doc/xsl/postgis_aggs_mm.xml.xsl: Put in What is new in
+         2.0 section to trap new 2.0 enhancements
 
-2010-02-25 14:11  colivier
+2010-02-25 14:11  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/installation.xml: Add libxml2 requirement para. Fix #344.
-         Thanks to Mateus for report.
+       * [r5341] doc/installation.xml: Add libxml2 requirement para. Fix
+         #344. Thanks to Mateus for report.
 
-2010-02-25 13:41  pramsey
+2010-02-25 13:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
+       * [r5339] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
          liblwgeom/lwspheroid.c: Fix for st_area(geography) over the
          dateline (#450)
 
-2010-02-25 13:38  colivier
+2010-02-25 13:38  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference_processing.xml, liblwgeom/cunit/cu_libgeom.c,
-         liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, liblwgeom/ptarray.c,
+       * [r5338] doc/reference_processing.xml,
+         liblwgeom/cunit/cu_libgeom.c, liblwgeom/liblwgeom.h,
+         liblwgeom/lwgeom.c, liblwgeom/ptarray.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_in_gml.c,
          postgis/postgis.sql.in.c: rename ptarray_reverse_axis to
          ptarray_flip_coordinates. Add lwgeom_flip_coordinates and
          ST_FlipCoordinates (#354). Add relevant cunit tests and basic
          documentation.
 
-2010-02-25 13:30  strk
+2010-02-25 13:30  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Drop unused code, avoid putting
-         empty geometry in a collection.. [RT-SIGTA]
+       * [r5337] postgis/lwgeom_geos_clean.c: Drop unused code, avoid
+         putting empty geometry in a collection.. [RT-SIGTA]
 
-2010-02-25 13:15  strk
+2010-02-25 13:15  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Recursively try to build area with
-         portions of the original boundary not on the boundary of newly
-         constructed area and symdifference the new area (if any) with the
-         final polygon being built. This behaviour gives more chance to
-         get a pure areal (not mixed) output still not missing vertices.
+       * [r5336] postgis/lwgeom_geos_clean.c: Recursively try to build
+         area with portions of the original boundary not on the boundary
+         of newly constructed area and symdifference the new area (if any)
+         with the final polygon being built. This behaviour gives more
+         chance to get a pure areal (not mixed) output still not missing
+         vertices.
 
-2010-02-24 14:40  pramsey
+2010-02-24 14:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_wkt.c, liblwgeom/lwout_wkt.c: Change
+       * [r5335] liblwgeom/cunit/cu_wkt.c, liblwgeom/lwout_wkt.c: Change
          dimensionality indicators to have spaces between type indicators
          for WKT_ISO output form.
 
-2010-02-24 13:50  pramsey
+2010-02-24 13:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_wkt.c, liblwgeom/liblwgeom.h,
+       * [r5334] liblwgeom/cunit/cu_wkt.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeom.c, liblwgeom/lwout_wkt.c: Add support from SRID=
          block on EWKT
 
-2010-02-23 22:18  pramsey
+2010-02-23 22:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_tester.c,
-         liblwgeom/cunit/cu_tester.h: Remove last compile warnings.
+       * [r5333] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h: Remove
+         last compile warnings.
 
-2010-02-23 22:16  pramsey
+2010-02-23 22:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
-         liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c:
-         Making test methods static to avoid compiler warnings. For Jeff
-         Adams.
+       * [r5332] liblwgeom/cunit/cu_out_geojson.c,
+         liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
+         liblwgeom/cunit/cu_out_svg.c: Making test methods static to avoid
+         compiler warnings. For Jeff Adams.
 
-2010-02-23 22:14  pramsey
+2010-02-23 22:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
-         liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_libgeom.c,
-         liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_print.c: Making
-         test methods static to avoid compiler warnings.
+       * [r5331] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_homogenize.c,
+         liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
+         liblwgeom/cunit/cu_print.c: Making test methods static to avoid
+         compiler warnings.
 
-2010-02-23 22:11  pramsey
+2010-02-23 22:11  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_wkt.c: Make test functions static.
+       * [r5330] liblwgeom/cunit/cu_wkt.c: Make test functions static.
 
-2010-02-23 22:07  pramsey
+2010-02-23 22:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
-         liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-         liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_homogenize.h,
-         liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_libgeom.h,
-         liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_measures.h,
-         liblwgeom/cunit/cu_out_geojson.c,
+       * [r5329] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_algorithm.h, liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h, liblwgeom/cunit/cu_homogenize.c,
+         liblwgeom/cunit/cu_homogenize.h, liblwgeom/cunit/cu_libgeom.c,
+         liblwgeom/cunit/cu_libgeom.h, liblwgeom/cunit/cu_measures.c,
+         liblwgeom/cunit/cu_measures.h, liblwgeom/cunit/cu_out_geojson.c,
          liblwgeom/cunit/cu_out_geojson.h, liblwgeom/cunit/cu_out_gml.c,
          liblwgeom/cunit/cu_out_gml.h, liblwgeom/cunit/cu_out_kml.c,
          liblwgeom/cunit/cu_out_kml.h, liblwgeom/cunit/cu_out_svg.c,
          changes to header files necessary, new tests need one line in the
          appropriate .c file. From Jeff Adams.
 
-2010-02-23 21:41  pramsey
+2010-02-23 21:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.c: Remove unused va_copy.
+       * [r5327] liblwgeom/stringbuffer.c: Remove unused va_copy.
 
-2010-02-23 21:41  pramsey
+2010-02-23 21:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.h: Woops again, got work and start size
-         values reversed.
+       * [r5326] liblwgeom/stringbuffer.h: Woops again, got work and start
+         size values reversed.
 
-2010-02-23 21:30  pramsey
+2010-02-23 21:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/stringbuffer.h: Oops, commit stringbuffer.h with
-         sensible values for internal sizes.
+       * [r5325] liblwgeom/stringbuffer.h: Oops, commit stringbuffer.h
+         with sensible values for internal sizes.
 
-2010-02-23 21:29  pramsey
+2010-02-23 21:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_wkt.c, liblwgeom/stringbuffer.c,
+       * [r5324] liblwgeom/cunit/cu_wkt.c, liblwgeom/stringbuffer.c,
          liblwgeom/stringbuffer.h: Improve performance and cut back
          stringbuffer_t to the minimum.
 
-2010-02-23 19:51  pramsey
+2010-02-23 19:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_tester.c: Allow cu_tester to accept parameters
-         to run individual tests or suites, from Jeff Adams.
+       * [r5323] liblwgeom/cunit/cu_tester.c: Allow cu_tester to accept
+         parameters to run individual tests or suites, from Jeff Adams.
 
-2010-02-23 19:42  strk
+2010-02-23 19:42  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/ptarray.c, regress/remove_repeated_points.sql,
+       * [r5322] liblwgeom/ptarray.c, regress/remove_repeated_points.sql,
          regress/remove_repeated_points_expected: Don't let
          ST_RemoveRepeatedPoint collapse LINESTRINGs (not sure why, but
          someone doesn't want them in the db)
 
-2010-02-23 18:29  colivier
+2010-02-23 18:29  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/ptarray.c,
+       * [r5319] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c,
          postgis/lwgeom_in_gml.c: Move ptarray reverse axis function from
          postgis/lwgeom_in_gml to liblwgeom/ptarray
 
-2010-02-23 18:18  pramsey
+2010-02-23 18:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_wkt.c: More WKT tests.
+       * [r5318] liblwgeom/cunit/cu_wkt.c: More WKT tests.
 
-2010-02-23 17:55  pramsey
+2010-02-23 17:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_wkt.c, liblwgeom/cunit/cu_wkt.h: More WKT unit
-         tests
+       * [r5317] liblwgeom/cunit/cu_wkt.c, liblwgeom/cunit/cu_wkt.h: More
+         WKT unit tests
 
-2010-02-23 15:55  colivier
+2010-02-23 15:55  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_svg.c:
-         In fact Nested GeometryCollection are never been supported in SVG
-         and GeoJSON. Update the cunit tests cases
+       * [r5316] liblwgeom/cunit/cu_out_geojson.c,
+         liblwgeom/cunit/cu_out_svg.c: In fact Nested GeometryCollection
+         are never been supported in SVG and GeoJSON. Update the cunit
+         tests cases
 
-2010-02-23 15:21  colivier
+2010-02-23 15:21  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * astyle.sh: Check astyle version prior to do anything. 'blessed'
-         version is 1.23. Related to #433 and postgis-devel discussions
+       * [r5315] astyle.sh: Check astyle version prior to do anything.
+         'blessed' version is 1.23. Related to #433 and postgis-devel
+         discussions
 
-2010-02-23 14:52  colivier
+2010-02-23 14:52  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/geography_inout.c, regress/Makefile.in,
+       * [r5314] postgis/geography_inout.c, regress/Makefile.in,
          regress/geojson.sql, regress/geojson_expected, regress/gml.sql,
          regress/gml_expected, regress/kml.sql, regress/kml_expected,
          regress/out_geography.sql, regress/out_geography_expected,
          export functions test files in a single one. add geography output
          regression tests (SVG/KML/GML/GeoJSON)
 
-2010-02-22 22:43  pramsey
+2010-02-22 22:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_wkt.c: Add more unit tests for WKT
+       * [r5312] liblwgeom/cunit/cu_wkt.c: Add more unit tests for WKT
 
-2010-02-22 22:04  colivier
+2010-02-22 22:04  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_out_geojson.c, liblwgeom/lwout_geojson.c: Fix
-         #441. And introduce a change in behaviour: if geometryCollection
-         and bbox, not sub geoms bbox are provided anymore
+       * [r5311] liblwgeom/cunit/cu_out_geojson.c,
+         liblwgeom/lwout_geojson.c: Fix #441. And introduce a change in
+         behaviour: if geometryCollection and bbox, not sub geoms bbox are
+         provided anymore
 
-2010-02-22 20:58  strk
+2010-02-22 20:58  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c, postgis/postgis.sql.in.c: Let
-         ST_CleanGeometry down to C [RT-SIGTA]
+       * [r5307] postgis/lwgeom_geos_clean.c, postgis/postgis.sql.in.c:
+         Let ST_CleanGeometry down to C [RT-SIGTA]
 
-2010-02-22 20:45  strk
+2010-02-22 20:45  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Derive an lwgeom_make_valid from
-         ST_MakeValid [RT-SIGTA]
+       * [r5306] postgis/lwgeom_geos_clean.c: Derive an lwgeom_make_valid
+         from ST_MakeValid [RT-SIGTA]
 
-2010-02-22 20:42  pramsey
+2010-02-22 20:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_output.xml, liblwgeom/Makefile.in,
+       * [r5305] doc/reference_output.xml, liblwgeom/Makefile.in,
          liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_print.c,
          liblwgeom/cunit/cu_print.h, liblwgeom/cunit/cu_tester.c,
          liblwgeom/cunit/cu_tester.h, liblwgeom/liblwgeom.h,
          postgis/postgis.sql.in.c: ST_AsLatLonText(geometry, format) from
          Jeff Adams
 
-2010-02-22 20:29  strk
+2010-02-22 20:29  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c, postgis/postgis.sql.in.c: Follow
-         style guidelines for function naming
+       * [r5304] postgis/lwgeom_geos_clean.c, postgis/postgis.sql.in.c:
+         Follow style guidelines for function naming
 
-2010-02-22 19:53  pramsey
+2010-02-22 19:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r5302] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
          liblwgeom/cunit/cu_wkt.c, liblwgeom/cunit/cu_wkt.h,
          liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
          liblwgeom/stringbuffer.h: First cut of new WKT output functions,
          need more unit tests.
 
-2010-02-22 19:52  colivier
+2010-02-22 19:52  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/lwout_svg.c, postgis/geography_inout.c,
+       * [r5301] liblwgeom/lwout_svg.c, postgis/geography_inout.c,
          postgis/lwgeom_export.c, postgis/lwgeom_export.h: Fix missing
          math.h include in lwout_svg (#438). Put back lwgeom_export.h as
          we need header for getSRSbySRID.
 
-2010-02-22 19:37  strk
+2010-02-22 19:37  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h: Oops (#434)
+       * [r5299] liblwgeom/liblwgeom.h: Oops (#434)
 
-2010-02-22 19:35  strk
+2010-02-22 19:35  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Fix warnings when building with GEOS
-         < 3.3.0 (ticket #434
+       * [r5298] postgis/lwgeom_geos_clean.c: Fix warnings when building
+         with GEOS < 3.3.0 (ticket #434
 
-2010-02-22 19:31  strk
+2010-02-22 19:31  Sandro Santilli <strk@keybit.net>
 
-       * install-sh, liblwgeom/liblwgeom.h: Fix missing prototypes
+       * [r5297] install-sh, liblwgeom/liblwgeom.h: Fix missing prototypes
          warnings
 
-2010-02-22 19:31  colivier
+2010-02-22 19:31  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
+       * [r5296] liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
          liblwgeom/lwout_kml.c, liblwgeom/lwout_svg.c: Id tag
 
-2010-02-22 19:16  colivier
+2010-02-22 19:16  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/Makefile.in, postgis/geography_inout.c,
+       * [r5294] postgis/Makefile.in, postgis/geography_inout.c,
          postgis/lwgeom_export.c, postgis/lwgeom_export.h,
          postgis/lwgeom_geojson.c, postgis/lwgeom_gml.c,
          postgis/lwgeom_kml.c, postgis/lwgeom_svg.c,
          file. remove useless old ones. rename SVG one to LWGEOM_asSVG for
          consistancy.
 
-2010-02-22 18:49  colivier
+2010-02-22 18:49  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
-         liblwgeom/cunit/cu_out_kml.c: Fix comment stuff in cunit
+       * [r5291] liblwgeom/cunit/cu_out_geojson.c,
+         liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c: Fix
+         comment stuff in cunit
 
-2010-02-22 18:43  colivier
+2010-02-22 18:43  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r5289] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_svg.h,
          liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
          liblwgeom/liblwgeom.h, liblwgeom/lwout_svg.c,
          ST_AsSVG from postgis to lwgeom dir. write cun it tests. related
          to #377
 
-2010-02-22 15:37  colivier
+2010-02-22 15:37  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_out_geojson.c: bbox only bother about external
-         ring. add the related cunit test
+       * [r5285] liblwgeom/cunit/cu_out_geojson.c: bbox only bother about
+         external ring. add the related cunit test
 
-2010-02-22 15:30  pramsey
+2010-02-22 15:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
+       * [r5284] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
          liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h,
          loader/Makefile.in, loader/shp2pgsql-core.h,
          loader/stringbuffer.c, loader/stringbuffer.h: Move stringbuffer
          from ./loader to ./liblwgeom for use in string emitter functions.
 
-2010-02-22 14:03  colivier
+2010-02-22 14:03  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r5283] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          liblwgeom/cunit/cu_out_geojson.c,
          liblwgeom/cunit/cu_out_geojson.h, liblwgeom/cunit/cu_tester.c,
          liblwgeom/cunit/cu_tester.h, liblwgeom/liblwgeom.h,
          liblwgeom dir. Use as most as cunit test as possible. Related to
          #377.
 
-2010-02-21 22:34  strk
+2010-02-21 22:34  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: Cleanup the GeometryClean function now
-         that vertex checking is done better in ST_MakeValid
+       * [r5282] postgis/postgis.sql.in.c: Cleanup the GeometryClean
+         function now that vertex checking is done better in ST_MakeValid
 
-2010-02-21 22:10  strk
+2010-02-21 22:10  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos_clean.c: Force multi-type in output if input
-         was multi [RT-SIGTA]
+       * [r5281] postgis/lwgeom_geos_clean.c: Force multi-type in output
+         if input was multi [RT-SIGTA]
 
-2010-02-21 21:53  colivier
+2010-02-21 21:53  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c: Add
-         missing MultiPoint test. Fix wrong LWGEOM type on cu_gml tests.
+       * [r5280] liblwgeom/cunit/cu_out_gml.c,
+         liblwgeom/cunit/cu_out_kml.c: Add missing MultiPoint test. Fix
+         wrong LWGEOM type on cu_gml tests.
 
-2010-02-21 21:34  colivier
+2010-02-21 21:34  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_homogenize.c: add explicit void return type
+       * [r5279] liblwgeom/cunit/cu_homogenize.c: add explicit void return
+         type
 
-2010-02-21 21:11  strk
+2010-02-21 21:11  Sandro Santilli <strk@keybit.net>
 
-       * postgis/Makefile.in, postgis/lwgeom_geos.c,
+       * [r5278] postgis/Makefile.in, postgis/lwgeom_geos.c,
          postgis/lwgeom_geos.h, postgis/lwgeom_geos_clean.c,
          regress/Makefile.in: Disable 'clean' test (still deciding on
          what's the expected output); keep only cut-lines that have
          vertices not shared with boundary of final area; move 'clean'
          code in separate file [RT-SIGTA].
 
-2010-02-21 20:32  colivier
+2010-02-21 20:32  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r5277] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_gml.h,
          liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_kml.h,
          liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
          possible. Few related corrections on GML similar implementation.
          cf #377
 
-2010-02-21 18:23  colivier
+2010-02-21 18:23  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/lwout_gml.c: Add forgotten lwout_gml.c file (#377)
+       * [r5276] liblwgeom/lwout_gml.c: Add forgotten lwout_gml.c file
+         (#377)
 
-2010-02-21 18:18  colivier
+2010-02-21 18:18  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r5275] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
          liblwgeom/liblwgeom.h, postgis/geography_inout.c,
          postgis/lwgeom_export.h, postgis/lwgeom_gml.c, regress/gml.sql,
          from postgis dir to liblwgeom. Rewrite most units test with
          cunit. cf #377
 
-2010-02-21 12:36  colivier
+2010-02-21 12:36  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * extras/wkb_reader/readwkb.c, liblwgeom/g_ptarray.c,
+       * [r5274] extras/wkb_reader/readwkb.c, liblwgeom/g_ptarray.c,
          liblwgeom/lwalgorithm.c, liblwgeom/lwgeom_api.c,
          liblwgeom/lwgunparse.c, liblwgeom/lwsegmentize.c,
          liblwgeom/lwspheroid.c, postgis/geography_inout.c,
          postgis/lwgeom_in_kml.c, postgis/lwgeom_inout.c,
          postgis/lwgeom_ogc.c: make astyle session
 
-2010-02-21 12:22  strk
+2010-02-21 12:22  Sandro Santilli <strk@keybit.net>
 
-       * NEWS, doc/reference_processing.xml, liblwgeom/liblwgeom.h,
-         liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
-         liblwgeom/lwmpoint.c, liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
+       * [r5273] NEWS, doc/reference_processing.xml,
+         liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c,
+         liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwmpoint.c,
+         liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
          postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
          regress/Makefile.in, regress/remove_repeated_points.sql,
          regress/remove_repeated_points_expected: ST_RemoveRepeatedPoints
          [RT-SIGTA]
 
-2010-02-21 12:21  strk
+2010-02-21 12:21  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_functions_analytic.c: style...
+       * [r5272] postgis/lwgeom_functions_analytic.c: style...
 
-2010-02-21 12:21  strk
+2010-02-21 12:21  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_tester.c,
-         liblwgeom/lwhomogenize.c, postgis/lwgeom_gml.c,
-         postgis/lwgeom_in_kml.c: Make stylish
+       * [r5271] liblwgeom/cunit/cu_homogenize.c,
+         liblwgeom/cunit/cu_tester.c, liblwgeom/lwhomogenize.c,
+         postgis/lwgeom_gml.c, postgis/lwgeom_in_kml.c: Make stylish
 
-2010-02-20 19:47  colivier
+2010-02-20 19:47  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_homogenize.c: use the rights homogenize cunit
-         suite handlers
+       * [r5270] liblwgeom/cunit/cu_homogenize.c: use the rights
+         homogenize cunit suite handlers
 
-2010-02-20 19:09  colivier
+2010-02-20 19:09  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_gml.c: Fix computed string length in Polygon with
-         several rings for ST_AsGML with GML3. Related to #421
+       * [r5269] postgis/lwgeom_gml.c: Fix computed string length in
+         Polygon with several rings for ST_AsGML with GML3. Related to
+         #421
 
-2010-02-20 18:26  colivier
+2010-02-20 18:26  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_kml.c, regress/in_kml.sql,
+       * [r5266] postgis/lwgeom_in_kml.c, regress/in_kml.sql,
          regress/in_kml_expected: Use lwgeom_homogenize in in_kml stuff.
          Related to #375
 
-2010-02-20 18:25  colivier
+2010-02-20 18:25  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
+       * [r5265] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
          liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_homogenize.h,
          liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
          liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c,
          lwgeom_homogenize function. Related to #375. Add cunit related
          tests
 
-2010-02-20 16:47  colivier
+2010-02-20 16:47  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h: Add
-         Cunit - lwerror use case handle - #420
+       * [r5264] liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h:
+         Add Cunit - lwerror use case handle - #420
 
-2010-02-18 21:02  pramsey
+2010-02-18 21:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_analytic.c: Add multilinestring support
-         to st_line_substring (#419)
+       * [r5261] postgis/lwgeom_functions_analytic.c: Add multilinestring
+         support to st_line_substring (#419)
 
-2010-02-17 21:02  strk
+2010-02-17 21:02  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, regress/clean.sql, regress/clean_expected:
-         Allow retaining badly collapsed rings (single-point) as points in
-         ST_MakeValid. Add testcase for it [RT-SIGTA]
+       * [r5258] postgis/lwgeom_geos.c, regress/clean.sql,
+         regress/clean_expected: Allow retaining badly collapsed rings
+         (single-point) as points in ST_MakeValid. Add testcase for it
+         [RT-SIGTA]
 
-2010-02-16 23:27  kneufeld
+2010-02-16 23:27  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_editor.xml: removed sfs_compliant note for
+       * [r5257] doc/reference_editor.xml: removed sfs_compliant note for
          ST_Transform
 
-2010-02-16 09:38  strk
+2010-02-16 09:38  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_accessor.xml, postgis/lwgeom_geos.c: Return NULL
-         rather than throwing when a COLLECTION is given to ST_Boundary
-         [RT-SIGTA]
+       * [r5256] doc/reference_accessor.xml, postgis/lwgeom_geos.c: Return
+         NULL rather than throwing when a COLLECTION is given to
+         ST_Boundary [RT-SIGTA]
 
-2010-02-16 09:29  strk
+2010-02-16 09:29  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Fix build with --enable-debug=3 [RT-SIGTA]
+       * [r5255] postgis/lwgeom_geos.c: Fix build with --enable-debug=3
+         [RT-SIGTA]
 
-2010-02-16 09:08  strk
+2010-02-16 09:08  Sandro Santilli <strk@keybit.net>
 
-       * regress/clean.sql: Add origin field for the clean dataset table,
-         so we can add PG-specific ones w/out caring about visualizing
-         them:)
+       * [r5254] regress/clean.sql: Add origin field for the clean dataset
+         table, so we can add PG-specific ones w/out caring about
+         visualizing them:)
 
-2010-02-16 09:06  strk
+2010-02-16 09:06  Sandro Santilli <strk@keybit.net>
 
-       * regress/clean.sql, regress/clean_expected: Add a test for input
-         being invalid (a test of the test)
+       * [r5253] regress/clean.sql, regress/clean_expected: Add a test for
+         input being invalid (a test of the test)
 
-2010-02-16 09:03  strk
+2010-02-16 09:03  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Separate areal-specific cleanups in
-         LWGEOM_GEOS_makeValidPolygon [RT-SIGTA]
+       * [r5252] postgis/lwgeom_geos.c: Separate areal-specific cleanups
+         in LWGEOM_GEOS_makeValidPolygon [RT-SIGTA]
 
-2010-02-16 08:28  strk
+2010-02-16 08:28  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: Empty geometries are cleanest
+       * [r5251] postgis/postgis.sql.in.c: Empty geometries are cleanest
          [RT-SIGTA]
 
-2010-02-16 08:22  strk
+2010-02-16 08:22  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: Drop the optional arg to ST_MakeClean,
-         document what it does, improve the ST_CleanGeometry stub.
-         [RT-SIGTA]
+       * [r5250] postgis/postgis.sql.in.c: Drop the optional arg to
+         ST_MakeClean, document what it does, improve the ST_CleanGeometry
+         stub. [RT-SIGTA]
 
-2010-02-16 08:07  strk
+2010-02-16 08:07  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, regress/clean.sql: Drop the optional
-         parameter to ST_MakeValid, we always want to collect collapses
-         (users can always filter later) [RT-SIGTA].
+       * [r5249] postgis/lwgeom_geos.c, regress/clean.sql: Drop the
+         optional parameter to ST_MakeValid, we always want to collect
+         collapses (users can always filter later) [RT-SIGTA].
 
-2010-02-16 08:03  strk
+2010-02-16 08:03  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_accessor.xml: Document ST_Dimension handling of
-         empty geometries
+       * [r5248] doc/reference_accessor.xml: Document ST_Dimension
+         handling of empty geometries
 
-2010-02-16 07:54  strk
+2010-02-16 07:54  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_ogc.c: Do not throw exception on empty
+       * [r5247] postgis/lwgeom_ogc.c: Do not throw exception on empty
          ST_Dimension(empty) [RT-SIGTA]
 
-2010-02-15 22:41  strk
+2010-02-15 22:41  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Further cleanups in ST_MakeClean
+       * [r5246] postgis/lwgeom_geos.c: Further cleanups in ST_MakeClean
          [RT-SIGTA]
 
-2010-02-15 22:31  strk
+2010-02-15 22:31  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Fix unsupported message
+       * [r5245] postgis/lwgeom_geos.c: Fix unsupported message
 
-2010-02-15 21:17  strk
+2010-02-15 21:17  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Plug more leaks
+       * [r5244] postgis/lwgeom_geos.c: Plug more leaks
 
-2010-02-15 20:40  strk
+2010-02-15 20:40  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Plug memory leak on GEOS geom construction
-         failure [RT-SIGTA]
+       * [r5243] postgis/lwgeom_geos.c: Plug memory leak on GEOS geom
+         construction failure [RT-SIGTA]
 
-2010-02-15 20:21  strk
+2010-02-15 20:21  Sandro Santilli <strk@keybit.net>
 
-       * regress/clean.sql, regress/clean_expected: Rework the regress
-         test to make it easier for curious people to keep the test
-         dataset for inspection with some GUI (give it a try, it's a nice
-         one).
+       * [r5242] regress/clean.sql, regress/clean_expected: Rework the
+         regress test to make it easier for curious people to keep the
+         test dataset for inspection with some GUI (give it a try, it's a
+         nice one).
 
-2010-02-14 23:35  strk
+2010-02-14 23:35  Sandro Santilli <strk@keybit.net>
 
-       * doc/using_postgis_dataman.xml: Clarify the case of linestring
-         invalidity dropping confugins reference to linearrings
+       * [r5241] doc/using_postgis_dataman.xml: Clarify the case of
+         linestring invalidity dropping confugins reference to linearrings
 
-2010-02-14 22:59  strk
+2010-02-14 22:59  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
+       * [r5240] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
          regress/Makefile.in, regress/clean.sql, regress/clean_expected:
          Implement ST_MakeValid(geom_in, collect_collapses) and stub
          ST_CleanGeometry. Add regression test for ST_MakeValid and
          polygons [RT-SIGTA]
 
-2010-02-14 16:54  strk
+2010-02-14 16:54  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_dump.c: Cleanups. Hope to reuse some structs for a
-         C-version of ST_DumpPoints
+       * [r5239] postgis/lwgeom_dump.c: Cleanups. Hope to reuse some
+         structs for a C-version of ST_DumpPoints
 
-2010-02-14 16:33  strk
+2010-02-14 16:33  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_processing.xml: Try to make st_DumpPoints reference
-         somewhat clearer [RT-SIGTA]
+       * [r5238] doc/reference_processing.xml: Try to make st_DumpPoints
+         reference somewhat clearer [RT-SIGTA]
 
-2010-02-14 13:46  strk
+2010-02-14 13:46  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/ptarray.c:
+       * [r5237] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c:
          ptarray_remove_repeated_points [RT-SIGTA]
 
-2010-02-13 15:29  strk
+2010-02-13 15:29  Sandro Santilli <strk@keybit.net>
 
-       * regress/tickets.sql, regress/tickets_expected: Add another
-         validity test [RT-SIGTA]
+       * [r5236] regress/tickets.sql, regress/tickets_expected: Add
+         another validity test [RT-SIGTA]
 
-2010-02-13 14:35  strk
+2010-02-13 14:35  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile, postgis/lwgeom_geos.c: Handle NULL returns from
-         POSTGIS2GEOS and LWGEOM2GEOS now that we allow that [RT-SIGTA].
+       * [r5235] GNUmakefile, postgis/lwgeom_geos.c: Handle NULL returns
+         from POSTGIS2GEOS and LWGEOM2GEOS now that we allow that
+         [RT-SIGTA].
          Add a 'commit' rule (give it a try)
 
-2010-02-12 23:04  strk
+2010-02-12 23:04  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Revert GEOS error handlers to be lwnotice
-         to avoid aborting full transactions (like it was in 1.5)
+       * [r5234] postgis/lwgeom_geos.c: Revert GEOS error handlers to be
+         lwnotice to avoid aborting full transactions (like it was in 1.5)
 
-2010-02-11 23:12  strk
+2010-02-11 23:12  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_measure.xml: Fix typo
+       * [r5231] doc/reference_measure.xml: Fix typo
 
-2010-02-11 21:01  strk
+2010-02-11 21:01  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/ptarray.c: Get style
+       * [r5230] liblwgeom/ptarray.c: Get style
 
-2010-02-11 18:56  strk
+2010-02-11 18:56  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, postgis/lwgeom_geos.h: Separate GEOS part
-         of 'buildarea' function from POSTGIS part of it (might eventually
-         be moved down to GEOS) [RT-SIGTA]
+       * [r5229] postgis/lwgeom_geos.c, postgis/lwgeom_geos.h: Separate
+         GEOS part of 'buildarea' function from POSTGIS part of it (might
+         eventually be moved down to GEOS) [RT-SIGTA]
 
-2010-02-10 22:23  strk
+2010-02-10 22:23  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_lrs.xml: xref
+       * [r5228] doc/reference_lrs.xml: xref
 
-2010-02-10 20:54  strk
+2010-02-10 20:54  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/ptarray.c: Enhance documentation of ptarray_addPoint
-         [RT-SIGTA]
+       * [r5227] liblwgeom/ptarray.c: Enhance documentation of
+         ptarray_addPoint [RT-SIGTA]
 
-2010-02-09 22:36  strk
+2010-02-09 22:36  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_inout.c: Don't refuse to output invalid geometries
-         trough a cursor, being consistent with other output routines
-         (dumper ends up using these) -- [RT-SIGTA]
+       * [r5226] postgis/lwgeom_inout.c: Don't refuse to output invalid
+         geometries trough a cursor, being consistent with other output
+         routines (dumper ends up using these) -- [RT-SIGTA]
 
-2010-02-09 17:59  strk
+2010-02-09 17:59  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/liblwgeom.h: Oops, it seems I broke the build (sorry)
+       * [r5225] liblwgeom/liblwgeom.h: Oops, it seems I broke the build
+         (sorry)
 
-2010-02-09 06:52  strk
+2010-02-09 06:52  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/ptarray.c: Fix documention
+       * [r5224] liblwgeom/ptarray.c: Fix documention
 
-2010-02-08 22:36  strk
+2010-02-08 22:36  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: tweak the sponsor name
+       * [r5221] NEWS: tweak the sponsor name
 
-2010-02-08 21:39  strk
+2010-02-08 21:39  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Initialie GEOS using lwerror for errors so
-         that exceptions are really handled (or testcases in #411 crash on
-         many GEOS functions)
+       * [r5220] postgis/lwgeom_geos.c: Initialie GEOS using lwerror for
+         errors so that exceptions are really handled (or testcases in
+         #411 crash on many GEOS functions)
 
-2010-02-08 20:05  strk
+2010-02-08 20:05  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: Add credits to new feature item
+       * [r5219] NEWS: Add credits to new feature item
 
-2010-02-08 18:54  strk
+2010-02-08 18:54  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
+       * [r5214] postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
          regress/tickets.sql, regress/tickets_expected: Don't refuse to
          unparse malformed geometries. Fixes #411. Didn't seem to expose
          the crash in #168, the testcase for it was expanded to extract
          invalidity reason.
 
-2010-02-06 13:57  strk
+2010-02-06 13:57  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Simplify hooks on GEOS error reporter
-         function from isvalid* functions
+       * [r5213] postgis/lwgeom_geos.c: Simplify hooks on GEOS error
+         reporter function from isvalid* functions
 
-2010-02-06 13:48  strk
+2010-02-06 13:48  Sandro Santilli <strk@keybit.net>
 
-       * regress/tickets.sql, regress/tickets_expected: Add another test
-         for #407
+       * [r5212] regress/tickets.sql, regress/tickets_expected: Add
+         another test for #407
 
-2010-02-06 10:49  colivier
+2010-02-06 10:49  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_svg.c, regress/svg.sql, regress/svg_expected: Fix
-         non NULL terminated string in ST_AsSVG with GEOMETRYCOLLECTION
-         EMPTY, cf #409 reported by sdikiy. Add related unit test
+       * [r5211] postgis/lwgeom_svg.c, regress/svg.sql,
+         regress/svg_expected: Fix non NULL terminated string in ST_AsSVG
+         with GEOMETRYCOLLECTION EMPTY, cf #409 reported by sdikiy. Add
+         related unit test
 
-2010-02-05 20:58  strk
+2010-02-05 20:58  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: Add ST_isValidDetail item
+       * [r5208] NEWS: Add ST_isValidDetail item
 
-2010-02-05 20:55  strk
+2010-02-05 20:55  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, regress/tickets.sql,
+       * [r5207] postgis/lwgeom_geos.c, regress/tickets.sql,
          regress/tickets_expected: Register a buffer-logger as
          error-reporter from ST_isValidReason and ST_isValidDetail so to
          catch exceptions thrown by GEOS at postgis->geos conversion for
          the sake of reporting actual error. Fixes ticket #408. Completed
          with testcase.
 
-2010-02-05 17:58  strk
+2010-02-05 17:58  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_processing.xml: A space after return type looks
-         better (and seems to be the policy) for funcdef tags
+       * [r5206] doc/reference_processing.xml: A space after return type
+         looks better (and seems to be the policy) for funcdef tags
 
-2010-02-05 17:57  strk
+2010-02-05 17:57  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference_accessor.xml: Document ST_IsValidDetail
+       * [r5205] doc/reference_accessor.xml: Document ST_IsValidDetail
 
-2010-02-05 17:26  strk
+2010-02-05 17:26  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Add
+       * [r5204] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Add
          ST_isValidDetail(geom) returns valid_detail (new type!)
 
-2010-02-04 20:30  strk
+2010-02-04 20:30  Sandro Santilli <strk@keybit.net>
 
-       * postgis/geography_gist.c: Astyle run (a-ha, got you!)
+       * [r5203] postgis/geography_gist.c: Astyle run (a-ha, got you!)
 
-2010-02-04 17:43  pramsey
+2010-02-04 17:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS, README.postgis, Version.config: Push version numbers on
-         trunk forward to next release.
+       * [r5202] NEWS, README.postgis, Version.config: Push version
+         numbers on trunk forward to next release.
 
-2010-02-04 17:21  pramsey
+2010-02-04 17:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, NEWS, README.postgis, doc/release_notes.xml: Update
-         release dates and changelog for 1.5.0
+       * [r5197] ChangeLog, NEWS, README.postgis, doc/release_notes.xml:
+         Update release dates and changelog for 1.5.0
 
-2010-02-03 22:42  pramsey
+2010-02-03 22:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c: Initialize config->createindex value to
-         0
+       * [r5195] loader/shp2pgsql-core.c: Initialize config->createindex
+         value to 0
 
-2010-02-03 21:42  pramsey
+2010-02-03 21:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-cli.c: Fix handling of "missing table argument"
-         case to use file name properly.
+       * [r5194] loader/shp2pgsql-cli.c: Fix handling of "missing table
+         argument" case to use file name properly.
 
-2010-02-02 23:47  pramsey
+2010-02-02 23:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/run_test: Add --no-psqlrc to run_test (#405)
+       * [r5193] regress/run_test: Add --no-psqlrc to run_test (#405)
 
-2010-02-02 22:44  pramsey
+2010-02-02 22:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_gist.c: Tiny re-format
+       * [r5190] postgis/geography_gist.c: Tiny re-format
 
-2010-02-02 17:44  pramsey
+2010-02-02 17:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis: Extra information per Greg Troxel
+       * [r5189] README.postgis: Extra information per Greg Troxel
 
-2010-02-02 16:13  pramsey
+2010-02-02 16:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-cli.c: Update usage string to show correct
-         default encoding.
+       * [r5188] loader/shp2pgsql-cli.c: Update usage string to show
+         correct default encoding.
 
-2010-02-02 04:14  pramsey
+2010-02-02 04:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-cli.c: astyle recent change
+       * [r5187] loader/shp2pgsql-cli.c: astyle recent change
 
-2010-02-02 02:41  pramsey
+2010-02-02 02:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-cli.c: Fix segfault on cases where not enough
-         arguments are provided. (#402)
+       * [r5186] loader/shp2pgsql-cli.c: Fix segfault on cases where not
+         enough arguments are provided. (#402)
 
-2010-02-02 00:15  pramsey
+2010-02-02 00:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c: Fix mis-handling
-         of the commandline operations modes (#401)
+       * [r5185] loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c: Fix
+         mis-handling of the commandline operations modes (#401)
 
-2010-02-01 18:24  pramsey
+2010-02-01 18:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_btree.c: Silence 'no-eol' compiler warning.
+       * [r5184] postgis/geography_btree.c: Silence 'no-eol' compiler
+         warning.
 
-2010-02-01 17:35  pramsey
+2010-02-01 17:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * astyle.sh, doc/html/image_src/generator.c,
+       * [r5181] astyle.sh, doc/html/image_src/generator.c,
          extras/wkb_reader/printwkb.c, liblwgeom/cunit/cu_algorithm.c,
          liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_libgeom.c,
          liblwgeom/cunit/cu_measures.c, liblwgeom/examples/unparser.c,
          postgis/lwgeom_sqlmm.c, postgis/lwgeom_svg.c,
          postgis/lwgeom_transform.c: 1.5 astyle pass
 
-2010-01-29 21:24  pramsey
+2010-01-29 21:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, liblwgeom/Makefile.in: Keep floats out of registers
-         for spheroid calculation. Fixes odd bug in OS/X gcc 4.1. Could
-         probably be narrowed to only use flag on affected platform.
-         (#395)
+       * [r5180] configure.ac, liblwgeom/Makefile.in: Keep floats out of
+         registers for spheroid calculation. Fixes odd bug in OS/X gcc
+         4.1. Could probably be narrowed to only use flag on affected
+         platform. (#395)
 
-2010-01-29 18:22  robe
+2010-01-29 18:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_exception.xml: fix example
+       * [r5179] doc/reference_exception.xml: fix example
 
-2010-01-29 18:00  pramsey
+2010-01-29 18:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwspheroid.c: Extra debugging information in spheroid
-         area calculation.
+       * [r5178] liblwgeom/lwspheroid.c: Extra debugging information in
+         spheroid area calculation.
 
-2010-01-28 17:42  pramsey
+2010-01-28 17:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c: Make area unit tests actually test
-         against known good values
+       * [r5177] liblwgeom/cunit/cu_geodetic.c: Make area unit tests
+         actually test against known good values
 
-2010-01-28 15:51  colivier
+2010-01-28 15:51  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * regress/tickets_expected: revert r5175 commit about points
-         results on #304. Related to #395
+       * [r5176] regress/tickets_expected: revert r5175 commit about
+         points results on #304. Related to #395
 
-2010-01-28 15:28  colivier
+2010-01-28 15:28  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * regress/tickets.sql, regress/tickets_expected: In
+       * [r5175] regress/tickets.sql, regress/tickets_expected: In
          regress/tickets* Add missing srid 32702 and 32602. Add results
          from #304 tests. Related to #395
 
-2010-01-28 15:09  strk
+2010-01-28 15:09  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile: Fix 'maintainer-clean' rule
+       * [r5174] GNUmakefile: Fix 'maintainer-clean' rule
 
-2010-01-28 14:23  mcayland
+2010-01-28 14:23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * astyle.sh: Fix astyle.sh script so that if astyle cannot be found
-         then it immediately aborts with an error. Per report from
-         Nicklas.
+       * [r5173] astyle.sh: Fix astyle.sh script so that if astyle cannot
+         be found then it immediately aborts with an error. Per report
+         from Nicklas.
 
-2010-01-28 12:19  mcayland
+2010-01-28 12:19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * GNUmakefile, astyle.sh: Add "make astyle" target to clean up
-         source tree formatting as per the style guidelines.
+       * [r5172] GNUmakefile, astyle.sh: Add "make astyle" target to clean
+         up source tree formatting as per the style guidelines.
 
-2010-01-26 21:10  pramsey
+2010-01-26 21:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Make GEOS test insist on >= 3.1.1
+       * [r5171] configure.ac: Make GEOS test insist on >= 3.1.1
 
-2010-01-26 20:20  pramsey
+2010-01-26 20:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwline.c: Remove warning from lwline
+       * [r5170] liblwgeom/lwline.c: Remove warning from lwline
 
-2010-01-26 19:08  pramsey
+2010-01-26 19:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_lrs.xml: Add example for ST_AddMeasure on
+       * [r5169] doc/reference_lrs.xml: Add example for ST_AddMeasure on
          multilinestring
 
-2010-01-26 18:56  pramsey
+2010-01-26 18:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/liblwgeom.h,
+       * [r5168] liblwgeom/cunit/cu_geodetic.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwline.c, liblwgeom/lwmline.c,
          postgis/lwgeom_functions_lrs.c: Make ST_AddMeasure handle
          multilinestrings as well as linestrings.
 
-2010-01-26 17:24  pramsey
+2010-01-26 17:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_lrs.xml: Remove unneeded See Also section.
+       * [r5167] doc/reference_lrs.xml: Remove unneeded See Also section.
 
-2010-01-26 17:09  pramsey
+2010-01-26 17:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS, doc/reference_lrs.xml, doc/release_notes.xml,
+       * [r5166] NEWS, doc/reference_lrs.xml, doc/release_notes.xml,
          postgis/postgis.sql.in.c, postgis/uninstall_postgis.sql.in.c:
          Remove ST_StartMeasure ST_EndMeasure
 
-2010-01-26 01:13  pramsey
+2010-01-26 01:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc: Ignore postgis_comments.sql
+       * [r5165] doc: Ignore postgis_comments.sql
 
-2010-01-25 21:08  pramsey
+2010-01-25 21:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis.sql.in.c: Replace soft tabs with hard.
+       * [r5164] postgis/postgis.sql.in.c: Replace soft tabs with hard.
 
-2010-01-25 21:06  pramsey
+2010-01-25 21:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/uninstall_postgis.sql.in.c: Add uninstall recipe for
-         AddMeasure (#390)
+       * [r5163] postgis/uninstall_postgis.sql.in.c: Add uninstall recipe
+         for AddMeasure (#390)
 
-2010-01-25 21:03  pramsey
+2010-01-25 21:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_lrs.xml, liblwgeom/liblwgeom.h, liblwgeom/lwline.c,
-         postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in.c: Add
-         ST_AddMeasure and associated documentations (#390)
+       * [r5162] doc/reference_lrs.xml, liblwgeom/liblwgeom.h,
+         liblwgeom/lwline.c, postgis/lwgeom_functions_lrs.c,
+         postgis/postgis.sql.in.c: Add ST_AddMeasure and associated
+         documentations (#390)
 
 2010-01-24 09:10  nicklas
 
-       * doc/reference_operator.xml:
+       * [r5161] doc/reference_operator.xml:
 
 2010-01-23 23:31  nicklas
 
-       * NEWS: Tiny Typo
+       * [r5160] NEWS: Tiny Typo
 
 2010-01-23 23:29  nicklas
 
-       * TODO: remove ST_Maxdistance from TODO and note that C-version is
-         still TODO for ST_DumpPoints
+       * [r5159] TODO: remove ST_Maxdistance from TODO and note that
+         C-version is still TODO for ST_DumpPoints
 
-2010-01-22 06:05  pramsey
+2010-01-22 06:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * HOWTO_RELEASE: Add note on removing milestone from trac
+       * [r5156] HOWTO_RELEASE: Add note on removing milestone from trac
 
-2010-01-21 16:44  pramsey
+2010-01-21 16:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, README.postgis: Updates for 1.5.0rc1
+       * [r5150] ChangeLog, README.postgis: Updates for 1.5.0rc1
 
 2010-01-21 13:08  nicklas
 
-       * configure.ac: add missing comment
+       * [r5149] configure.ac: add missing comment
 
 2010-01-21 07:19  nicklas
 
-       * configure.ac, regress/Makefile.in: Fix for make check on MingW
-         #389
+       * [r5148] configure.ac, regress/Makefile.in: Fix for make check on
+         MingW #389
 
-2010-01-21 00:06  pramsey
+2010-01-21 00:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS, doc/release_notes.xml: Updated XML release notes (#374)
+       * [r5147] NEWS, doc/release_notes.xml: Updated XML release notes
+         (#374)
 
-2010-01-20 20:17  pramsey
+2010-01-20 20:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * utils/create_undef.pl, utils/postgis_proc_upgrade.pl,
+       * [r5145] utils/create_undef.pl, utils/postgis_proc_upgrade.pl,
          utils/postgis_restore.pl: Make proper #! calls to perl in perl
          scripts
 
-2010-01-20 18:55  robe
+2010-01-20 18:55  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: Add Jorge Arevalo to list since he's
-         contributing a lot of work to WKT Raster
+       * [r5143] doc/introduction.xml: Add Jorge Arevalo to list since
+         he's contributing a lot of work to WKT Raster
 
-2010-01-19 12:40  robe
+2010-01-19 12:40  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: Add George, Guillaume, and Vincent to
-         contributors list
+       * [r5140] doc/introduction.xml: Add George, Guillaume, and Vincent
+         to contributors list
 
-2010-01-19 12:37  robe
+2010-01-19 12:37  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: Bump Nicklas up since he's added a lot to
-         this release and now has commit access
+       * [r5139] doc/introduction.xml: Bump Nicklas up since he's added a
+         lot to this release and now has commit access
 
-2010-01-18 19:40  pramsey
+2010-01-18 19:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Add towgs84 line into proj4text for srid =
-         28992 (#387)
+       * [r5137] spatial_ref_sys.sql: Add towgs84 line into proj4text for
+         srid = 28992 (#387)
 
-2010-01-16 04:26  robe
+2010-01-16 04:26  Regina Obe <lr@pcorp.us>
 
-       * NEWS: Add Guillaume's PostgreSQL 8.5 contribution
+       * [r5136] NEWS: Add Guillaume's PostgreSQL 8.5 contribution
 
-2010-01-15 19:48  pramsey
+2010-01-15 19:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS: 80col wrap NEWS
+       * [r5135] NEWS: 80col wrap NEWS
 
-2010-01-15 18:49  robe
+2010-01-15 18:49  Regina Obe <lr@pcorp.us>
 
-       * NEWS: add note about GEOS 3.2
+       * [r5134] NEWS: add note about GEOS 3.2
 
-2010-01-15 18:41  pramsey
+2010-01-15 18:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Short circuit on distance tests: only do
-         full spheroidal calculation where the distance is near or greater
-         than the tolerance. This will make large st_dwithin() radius
-         searches much faster since points that are well within the radius
-         will not have their full geodetic calculation run, only those
-         that are close to the radius boundary.
+       * [r5133] liblwgeom/lwgeodetic.c: Short circuit on distance tests:
+         only do full spheroidal calculation where the distance is near or
+         greater than the tolerance. This will make large st_dwithin()
+         radius searches much faster since points that are well within the
+         radius will not have their full geodetic calculation run, only
+         those that are close to the radius boundary.
 
-2010-01-15 18:06  pramsey
+2010-01-15 18:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, NEWS: Prepare for 1.5.0b2
+       * [r5130] ChangeLog, NEWS: Prepare for 1.5.0b2
 
-2010-01-15 17:54  pramsey
+2010-01-15 17:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, postgis/lwgeom_geos.c,
+       * [r5129] configure.ac, postgis/lwgeom_geos.c,
          postgis/lwgeom_geos_prepared.h, postgis/postgis.sql.in.c,
          postgis/uninstall_postgis.sql.in.c, regress/Makefile.in: Make
          GEOS 3.1 the mandatory minimum (#385)
 
-2010-01-15 17:47  pramsey
+2010-01-15 17:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/images: Ignore all PNG files.
+       * [r5128] doc/html/images: Ignore all PNG files.
 
-2010-01-15 08:13  colivier
+2010-01-15 08:13  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * regress/tickets.sql, regress/tickets_expected: Round decimal part
-         in #58 ticket unit test. As the previous result was not cross
-         platform compliant
+       * [r5127] regress/tickets.sql, regress/tickets_expected: Round
+         decimal part in #58 ticket unit test. As the previous result was
+         not cross platform compliant
 
-2010-01-14 14:45  colivier
+2010-01-14 14:45  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/measures.c: Fix undefined vars in LWDEBUGF (#383)
+       * [r5124] liblwgeom/measures.c: Fix undefined vars in LWDEBUGF
+         (#383)
 
-2010-01-14 08:34  colivier
+2010-01-14 08:34  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * TODO: Update TODO. remove ST_GeomFromKML entry
+       * [r5123] TODO: Update TODO. remove ST_GeomFromKML entry
 
-2010-01-12 10:33  mcayland
+2010-01-12 10:33  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/Makefile.pgxs: Add missing MODULE_big section for #311
-         which was preventing the main PostGIS library from being
+       * [r5121] postgis/Makefile.pgxs: Add missing MODULE_big section for
+         #311 which was preventing the main PostGIS library from being
          installed on older versions of PostgreSQL.
 
-2010-01-12 08:23  robe
+2010-01-12 08:23  Regina Obe <lr@pcorp.us>
 
-       * NEWS: slight typo correction
+       * [r5120] NEWS: slight typo correction
 
-2010-01-12 08:18  robe
+2010-01-12 08:18  Regina Obe <lr@pcorp.us>
 
-       * NEWS: Add ST_DFullyWithin and add analysis as descriptor to
-         functions
+       * [r5119] NEWS: Add ST_DFullyWithin and add analysis as descriptor
+         to functions
 
-2010-01-12 04:28  pramsey
+2010-01-12 04:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis.sql.in.c: Change ST_Equals to use && instead of
-         ~= (#378)
+       * [r5118] postgis/postgis.sql.in.c: Change ST_Equals to use &&
+         instead of ~= (#378)
 
-2010-01-12 04:24  pramsey
+2010-01-12 04:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS: Shorten trac URL.
+       * [r5117] NEWS: Shorten trac URL.
 
-2010-01-12 01:01  pramsey
+2010-01-12 01:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * make_dist.sh: Add comment about postgis_comments.sql handling in
-         'clean' target of docs
+       * [r5116] make_dist.sh: Add comment about postgis_comments.sql
+         handling in 'clean' target of docs
 
-2010-01-12 01:00  pramsey
+2010-01-12 01:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/Makefile.in: Don't remove postgis_comments.sql when doing a
-         'make clean' in doc, that way they can survive into the tarball
-         build for final release.
+       * [r5115] doc/Makefile.in: Don't remove postgis_comments.sql when
+         doing a 'make clean' in doc, that way they can survive into the
+         tarball build for final release.
 
-2010-01-12 00:25  pramsey
+2010-01-12 00:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_measurement.c: Performance tweak to distance
-         calculations with tolerance. If distance is much less than
-         tolerance, don't bother with geodetic calculation. If distance is
-         close to or greater than tolerance, do the geodetic calculation.
-         Should make st_dwithin faster, avoiding geodetic calculations for
-         points that are clearly within tolerance.
+       * [r5114] postgis/geography_measurement.c: Performance tweak to
+         distance calculations with tolerance. If distance is much less
+         than tolerance, don't bother with geodetic calculation. If
+         distance is close to or greater than tolerance, do the geodetic
+         calculation. Should make st_dwithin faster, avoiding geodetic
+         calculations for points that are clearly within tolerance.
 
-2010-01-11 17:31  kneufeld
+2010-01-11 17:31  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/image_src/Makefile.in: added missing liblwgeom target
-         needed to build the documentation images
+       * [r5113] doc/html/image_src/Makefile.in: added missing liblwgeom
+         target needed to build the documentation images
 
-2010-01-09 03:05  robe
+2010-01-09 03:05  Regina Obe <lr@pcorp.us>
 
-       * NEWS: fix typo
+       * [r5112] NEWS: fix typo
 
-2010-01-09 03:05  robe
+2010-01-09 03:05  Regina Obe <lr@pcorp.us>
 
-       * NEWS: Fill in missing spots in News
+       * [r5111] NEWS: Fill in missing spots in News
 
-2010-01-09 00:10  pramsey
+2010-01-09 00:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Use macro define to determine default
-         geometry column name in gui
+       * [r5110] loader/shp2pgsql-gui.c: Use macro define to determine
+         default geometry column name in gui
 
-2010-01-08 23:39  pramsey
+2010-01-08 23:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS: Update the NEW file
+       * [r5107] NEWS: Update the NEW file
 
-2010-01-08 23:16  pramsey
+2010-01-08 23:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis_drop.sql.in.c: Added in one removed function
-         (st_max_distance, replaced by st_maxdistance) to the drop script
-         (#330)
+       * [r5106] postgis/postgis_drop.sql.in.c: Added in one removed
+         function (st_max_distance, replaced by st_maxdistance) to the
+         drop script (#330)
 
-2010-01-08 22:48  pramsey
+2010-01-08 22:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, postgis/Makefile.in, postgis/Makefile.pgxs:
+       * [r5105] configure.ac, postgis/Makefile.in, postgis/Makefile.pgxs:
          Override pgxs defaults for install, from mcayland (#311)
 
-2010-01-07 16:04  mcayland
+2010-01-07 16:04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/geography_estimate.c, postgis/lwgeom_estimate.c,
+       * [r5104] postgis/geography_estimate.c, postgis/lwgeom_estimate.c,
          postgis/lwgeom_pg.h: Apply a modified version of Guillaume
          Lelarge's patch to allow compilation under current PostgreSQL 8.5
          CVS.
 
-2010-01-04 23:25  pramsey
+2010-01-04 23:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c: Initailize config value from
+       * [r5101] loader/shp2pgsql-core.c: Initailize config value from
          simple_geometries
 
-2010-01-04 19:52  pramsey
+2010-01-04 19:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c: Bracked and reformat comparison to be
-         more explicit
+       * [r5100] loader/shp2pgsql-core.c: Bracked and reformat comparison
+         to be more explicit
 
-2010-01-04 17:55  pramsey
+2010-01-04 17:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_libgeom.h,
-         liblwgeom/lwcollection.c, liblwgeom/lwmcurve.c,
-         liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-         liblwgeom/lwmsurface.c, liblwgeom/lwpoly.c: Fixed up
-         de-serialization routines to avoid *geoms = malloc(0) cases which
-         were causing free to fail later on down the line (#370)
+       * [r5099] liblwgeom/cunit/cu_libgeom.c,
+         liblwgeom/cunit/cu_libgeom.h, liblwgeom/lwcollection.c,
+         liblwgeom/lwmcurve.c, liblwgeom/lwmline.c, liblwgeom/lwmpoint.c,
+         liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c, liblwgeom/lwpoly.c:
+         Fixed up de-serialization routines to avoid *geoms = malloc(0)
+         cases which were causing free to fail later on down the line
+         (#370)
 
-2010-01-04 05:47  pramsey
+2010-01-04 05:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
+       * [r5098] loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
          loader/shp2pgsql-core.h: Remove the ifdef/endif blocks for
          HAVE_ICONV (#367)
 
-2010-01-04 05:42  pramsey
+2010-01-04 05:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Make configure error out when iconv is unavailable.
-         (#367)
+       * [r5097] configure.ac: Make configure error out when iconv is
+         unavailable. (#367)
 
-2010-01-04 05:21  pramsey
+2010-01-04 05:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Minor change to about dialog build.
+       * [r5096] loader/shp2pgsql-gui.c: Minor change to about dialog
+         build.
 
-2010-01-04 04:52  pramsey
+2010-01-04 04:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Re-fix connection password hiding (#356)
+       * [r5095] loader/shp2pgsql-gui.c: Re-fix connection password hiding
+         (#356)
 
-2010-01-04 00:34  pramsey
+2010-01-04 00:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Fix the RCSID to actually substitute
+       * [r5094] loader/shp2pgsql-gui.c: Fix the RCSID to actually
+         substitute
 
-2010-01-04 00:32  pramsey
+2010-01-04 00:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Add an About dialogue that contains the
-         revision string (hopefully)
+       * [r5093] loader/shp2pgsql-gui.c: Add an About dialogue that
+         contains the revision string (hopefully)
 
-2010-01-04 00:31  pramsey
+2010-01-04 00:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwcollection.c: Make lwcollection_extract slightly more
-         empty-intelligent
+       * [r5092] liblwgeom/lwcollection.c: Make lwcollection_extract
+         slightly more empty-intelligent
 
-2010-01-03 23:05  pramsey
+2010-01-03 23:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Separate the options config persistence
-         from the main persistence routine to allow the "geocolumn" magic
-         to work more reliably (#369)
+       * [r5091] loader/shp2pgsql-gui.c: Separate the options config
+         persistence from the main persistence routine to allow the
+         "geocolumn" magic to work more reliably (#369)
 
-2010-01-02 08:17  pramsey
+2010-01-02 08:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c: Add initialization to fix one Win32
-         segfault.
+       * [r5090] loader/shp2pgsql-core.c: Add initialization to fix one
+         Win32 segfault.
 
-2010-01-02 07:01  pramsey
+2010-01-02 07:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile.in: Add getopt.o into the modules used by
+       * [r5089] loader/Makefile.in: Add getopt.o into the modules used by
          shp2pgsql-gui.exe
 
-2010-01-02 06:57  pramsey
+2010-01-02 06:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Flip back to pgis_getopt
+       * [r5088] loader/shp2pgsql-gui.c: Flip back to pgis_getopt
 
-2010-01-01 20:28  pramsey
+2010-01-01 20:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c: Change log entry to reflect actual iconv
-         target encoding (UTF-8, not UTF8)
+       * [r5087] loader/shp2pgsql-core.c: Change log entry to reflect
+         actual iconv target encoding (UTF-8, not UTF8)
 
-2010-01-01 19:44  robe
+2010-01-01 19:44  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: amend upgrade instructions to include
-         description postgis_upgrade*.sql
+       * [r5086] doc/installation.xml: amend upgrade instructions to
+         include description postgis_upgrade*.sql
 
-2010-01-01 19:30  robe
+2010-01-01 19:30  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: put in ?, -n and -N missing from
-         loader list
+       * [r5085] doc/using_postgis_dataman.xml: put in ?, -n and -N
+         missing from loader list
 
-2009-12-31 12:41  robe
+2009-12-31 12:41  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: minor change
+       * [r5084] doc/using_postgis_dataman.xml: minor change
 
-2009-12-31 11:56  robe
+2009-12-31 11:56  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: amend shp2pgsql section to mention
-         gui loader and also -G geography switch
+       * [r5083] doc/using_postgis_dataman.xml: amend shp2pgsql section to
+         mention gui loader and also -G geography switch
 
-2009-12-30 15:31  robe
+2009-12-30 15:31  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: change wording in what is new
-         titles to reflect they show both new and changed/enhanced
+       * [r5082] doc/xsl/postgis_aggs_mm.xml.xsl: change wording in what
+         is new titles to reflect they show both new and changed/enhanced
          functions
 
-2009-12-30 15:12  robe
+2009-12-30 15:12  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml, doc/reference_misc.xml: Fix
+       * [r5081] doc/reference_accessor.xml, doc/reference_misc.xml: Fix
          ST_Extent/ST_Expand docs to reflect change in behavior of
          outputting double precision coords instead of float4. Still need
          to fix up examples.
 
-2009-12-30 14:52  mcayland
+2009-12-30 14:52  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_functions_basic.c,
+       * [r5080] postgis/lwgeom_functions_basic.c,
          regress/sql-mm-circularstring_expected,
          regress/sql-mm-compoundcurve_expected, regress/tickets_expected:
          Fix ST_Envelope() and ST_Expand() so that they use double
          their calculations. The internal BOX2DFLOAT4s should *never* be
          used for calculation purposes.
 
-2009-12-30 13:08  robe
+2009-12-30 13:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml: ST_Box back to Box link ref
+       * [r5079] doc/reference_accessor.xml: ST_Box back to Box link ref
 
-2009-12-30 12:53  robe
+2009-12-30 12:53  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml, doc/reference_misc.xml: oops revert change I guess
-         ST_Box .. is the one that's deprecated. How confusing :) PRobably
-         should remove from docs at some point.
+       * [r5077] doc/faq.xml, doc/reference_misc.xml: oops revert change I
+         guess ST_Box .. is the one that's deprecated. How confusing :)
+         PRobably should remove from docs at some point.
 
-2009-12-30 12:48  robe
+2009-12-30 12:48  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml, doc/reference_misc.xml: amend faqs and change
-         Box2D,Box3D to ST_Box...
+       * [r5076] doc/faq.xml, doc/reference_misc.xml: amend faqs and
+         change Box2D,Box3D to ST_Box...
 
-2009-12-30 09:15  robe
+2009-12-30 09:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: correct example
+       * [r5074] doc/reference_constructor.xml: correct example
 
-2009-12-30 07:20  robe
+2009-12-30 07:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml: more clarity on the float4/float8 for
-         ST_Envelope
+       * [r5073] doc/reference_accessor.xml: more clarity on the
+         float4/float8 for ST_Envelope
 
-2009-12-30 06:53  robe
+2009-12-30 06:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_accessor.xml: #531 ST_Envelope has wrong return
-         type changed from boolean to geometry
+       * [r5071] doc/reference_accessor.xml: #531 ST_Envelope has wrong
+         return type changed from boolean to geometry
 
-2009-12-30 06:45  robe
+2009-12-30 06:45  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: slight wording change
+       * [r5069] doc/reference_operator.xml: slight wording change
 
-2009-12-30 06:44  robe
+2009-12-30 06:44  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: fill in mising geography = operator
+       * [r5068] doc/reference_operator.xml: fill in mising geography =
+         operator
 
-2009-12-30 06:38  robe
+2009-12-30 06:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: fix typo
+       * [r5067] doc/reference_constructor.xml: fix typo
 
-2009-12-30 06:12  robe
+2009-12-30 06:12  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: #365 document ST_GeogFromWKB and
-         ST_GeogFromText
+       * [r5066] doc/reference_constructor.xml: #365 document
+         ST_GeogFromWKB and ST_GeogFromText
 
-2009-12-30 01:25  pramsey
+2009-12-30 01:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c: Rename ST_GeographyFromBinary to
-         ST_GeogFromWKB. Add ST_GeogFromText to ape the ISO geometry spec
-         more closely. (#360)
+       * [r5065] postgis/geography.sql.in.c: Rename ST_GeographyFromBinary
+         to ST_GeogFromWKB. Add ST_GeogFromText to ape the ISO geometry
+         spec more closely. (#360)
 
-2009-12-30 01:20  pramsey
+2009-12-30 01:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Remove the NULL policy line from the GUI
-         options (#363)
+       * [r5064] loader/shp2pgsql-gui.c: Remove the NULL policy line from
+         the GUI options (#363)
 
-2009-12-30 01:12  pramsey
+2009-12-30 01:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
+       * [r5063] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
          loader/shp2pgsql-gui.c: Make a few things more explicit in the
          handling of encoding.
 
-2009-12-29 20:23  pramsey
+2009-12-29 20:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Remove a couple compiler warnings
+       * [r5062] loader/shp2pgsql-gui.c: Remove a couple compiler warnings
          following last change.
 
-2009-12-29 20:16  pramsey
+2009-12-29 20:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Change options dialogue into actual GTK
-         dialog and move to creating/destroying it on each appearance.
-         (#363)
+       * [r5061] loader/shp2pgsql-gui.c: Change options dialogue into
+         actual GTK dialog and move to creating/destroying it on each
+         appearance. (#363)
 
-2009-12-29 19:23  pramsey
+2009-12-29 19:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Try and get around the expanding window
-         problem
+       * [r5060] loader/shp2pgsql-gui.c: Try and get around the expanding
+         window problem
 
-2009-12-29 08:52  mcayland
+2009-12-29 08:52  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: Add a filter name to the shapefile file
-         selector; this is just a cosmetic fix.
+       * [r5059] loader/shp2pgsql-gui.c: Add a filter name to the
+         shapefile file selector; this is just a cosmetic fix.
 
-2009-12-29 08:35  mcayland
+2009-12-29 08:35  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: Restrict SQL to only 255 characters when
-         displaying erroneus SQL in the log window. This prevents GTK from
-         crashing when really long lines are added to the log window.
+       * [r5058] loader/shp2pgsql-gui.c: Restrict SQL to only 255
+         characters when displaying erroneus SQL in the log window. This
+         prevents GTK from crashing when really long lines are added to
+         the log window.
 
-2009-12-28 18:48  pramsey
+2009-12-28 18:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile.in: Include GUI as conditional install target
+       * [r5057] loader/Makefile.in: Include GUI as conditional install
+         target
 
-2009-12-28 13:32  mcayland
+2009-12-28 13:32  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-core.c: Add some more missing defaults to the
-         shapefile loader configuration.
+       * [r5056] loader/shp2pgsql-core.c: Add some more missing defaults
+         to the shapefile loader configuration.
 
-2009-12-27 17:16  mcayland
+2009-12-27 17:16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c: Fix
+       * [r5055] loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c: Fix
          shp2pgsql-gui not picking up the correct default settings, which
          was causing some shapefiles to abort in the GUI but when using
          the CLI.
 
-2009-12-25 04:41  pramsey
+2009-12-25 04:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Fix up another password leaking into the
-         log (#356)
+       * [r5054] loader/shp2pgsql-gui.c: Fix up another password leaking
+         into the log (#356)
 
-2009-12-24 00:57  pramsey
+2009-12-24 00:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Handle case where there is no password to
-         sanitize
+       * [r5053] loader/shp2pgsql-gui.c: Handle case where there is no
+         password to sanitize
 
-2009-12-23 19:49  pramsey
+2009-12-23 19:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Sanitize the connection string displayed
-         in the GUI log (#356)
+       * [r5052] loader/shp2pgsql-gui.c: Sanitize the connection string
+         displayed in the GUI log (#356)
 
-2009-12-23 19:34  pramsey
+2009-12-23 19:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp.c: Add support for dumping geography tables.
-         (#251)
+       * [r5051] loader/pgsql2shp.c: Add support for dumping geography
+         tables. (#251)
 
-2009-12-23 15:48  colivier
+2009-12-23 15:48  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c, regress/in_gml.sql,
+       * [r5050] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
          regress/in_gml_expected: Add http://www.epsg.org/6.11.2/4326
          srsName pattern support (related to CITE WFS 1.1
          GetFeature-tc17.2. Add related unit tests
 
-2009-12-23 05:01  pramsey
+2009-12-23 05:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile.in: Remove hack PGAdmin GUI target (#355)
+       * [r5049] loader/Makefile.in: Remove hack PGAdmin GUI target (#355)
 
-2009-12-22 20:50  pramsey
+2009-12-22 20:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Add message to GUI when creating spatial
-         index.
+       * [r5047] loader/shp2pgsql-gui.c: Add message to GUI when creating
+         spatial index.
 
-2009-12-22 19:38  pramsey
+2009-12-22 19:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile.in: Add shp2pgsql-pgadmin build target for exe
-         without special win32 options.
+       * [r5046] loader/Makefile.in: Add shp2pgsql-pgadmin build target
+         for exe without special win32 options.
 
-2009-12-22 12:38  mcayland
+2009-12-22 12:38  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-core.c: Fix bug in geography support when
-         creating indexes.
+       * [r5045] loader/shp2pgsql-core.c: Fix bug in geography support
+         when creating indexes.
 
-2009-12-22 12:28  mcayland
+2009-12-22 12:28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c: More
+       * [r5044] loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c: More
          improvements to the shapefile loader:
          - Fix COPY support for shapefiles containing more than 1 record
          - Fix cancellation on mid-import
          - Remove progress logging on import, and replace with flashly
          progress bar
 
-2009-12-22 00:35  pramsey
+2009-12-22 00:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c: Handle index building when loading
-         geography
+       * [r5043] loader/shp2pgsql-core.c: Handle index building when
+         loading geography
 
-2009-12-22 00:27  pramsey
+2009-12-22 00:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Add support for GEOGRAPHY type to loader
-         GUI. (#251)
+       * [r5042] loader/shp2pgsql-gui.c: Add support for GEOGRAPHY type to
+         loader GUI. (#251)
 
-2009-12-21 23:22  pramsey
+2009-12-21 23:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
+       * [r5040] loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
          loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c: Add support for
          geography type to command-line loader (#251)
 
-2009-12-20 17:42  pramsey
+2009-12-20 17:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_ptarray.c, liblwgeom/lwcollection.c,
+       * [r5039] liblwgeom/g_ptarray.c, liblwgeom/lwcollection.c,
          liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c, liblwgeom/lwmline.c,
          liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/lwtree.c,
          liblwgeom/measures.c, loader/pgsql2shp.c,
          loader/shp2pgsql-core.c: CFLAGS=-pedantic pass over the codebase
          and warnings reduced
 
-2009-12-20 17:23  pramsey
+2009-12-20 17:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_in_kml.c: Disable unused static function.
+       * [r5038] postgis/lwgeom_in_kml.c: Disable unused static function.
 
-2009-12-20 04:42  pramsey
+2009-12-20 04:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/getopt.c, loader/pgsql2shp.c, loader/shp2pgsql-core.h:
-         Minor changes to header inclusions.
+       * [r5037] loader/getopt.c, loader/pgsql2shp.c,
+         loader/shp2pgsql-core.h: Minor changes to header inclusions.
 
-2009-12-20 04:31  pramsey
+2009-12-20 04:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-cli.c: Fix bracket issue in commandline opt
-         handline
+       * [r5036] loader/shp2pgsql-cli.c: Fix bracket issue in commandline
+         opt handline
 
-2009-12-19 03:56  pramsey
+2009-12-19 03:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/getopt.c, loader/getopt.h, loader/shp2pgsql-cli.c:
+       * [r5035] loader/getopt.c, loader/getopt.h, loader/shp2pgsql-cli.c:
          Radically simpler getopt implementation from AT&T UNIX.
 
-2009-12-18 20:51  pramsey
+2009-12-18 20:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Add some logging during the load so we
-         can see what's going on.
+       * [r5034] loader/shp2pgsql-gui.c: Add some logging during the load
+         so we can see what's going on.
 
-2009-12-18 19:28  colivier
+2009-12-18 19:28  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * regress/in_gml.sql, regress/in_gml_expected: remove the #273
-         test, as it already the same than point_1
+       * [r5033] regress/in_gml.sql, regress/in_gml_expected: remove the
+         #273 test, as it already the same than point_1
 
-2009-12-18 19:08  colivier
+2009-12-18 19:08  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * configure.ac, doc/reference_constructor.xml,
+       * [r5032] configure.ac, doc/reference_constructor.xml,
          doc/reference_management.xml, doc/release_notes.xml,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_in_gml.c,
          postgis/lwgeom_in_kml.c, postgis/postgis.sql.in.c,
          mandatory. Cf #344. Modify configure step, remove all
          HAVE_LIBXML2 from code, sql and unit tests. Update documentation
 
-2009-12-18 18:38  pramsey
+2009-12-18 18:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp.c: Moved size of int8 down to 19 chars (#326)
+       * [r5031] loader/pgsql2shp.c: Moved size of int8 down to 19 chars
+         (#326)
 
-2009-12-18 18:26  robe
+2009-12-18 18:26  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml: fix some typos, cosmetic changes, throw some more
-         geography around
+       * [r5030] doc/faq.xml: fix some typos, cosmetic changes, throw some
+         more geography around
 
-2009-12-18 17:43  robe
+2009-12-18 17:43  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml, doc/using_postgis_dataman.xml: Find a home for
-         Paul's examples and Advanced FAQ and back reference from main FAQ
-         section
+       * [r5029] doc/faq.xml, doc/using_postgis_dataman.xml: Find a home
+         for Paul's examples and Advanced FAQ and back reference from main
+         FAQ section
 
-2009-12-18 17:16  robe
+2009-12-18 17:16  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml, doc/using_postgis_dataman.xml: We all new this day
-         would come when we'd have to devote a whole section to this new
-         kid called "geography". Think we still need to shuffle things
-         around as the next section seems like a disconnect from the
-         geography section
+       * [r5028] doc/faq.xml, doc/using_postgis_dataman.xml: We all new
+         this day would come when we'd have to devote a whole section to
+         this new kid called "geography". Think we still need to shuffle
+         things around as the next section seems like a disconnect from
+         the geography section
 
-2009-12-18 07:46  mleslie
+2009-12-18 07:46  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/Makefile.in, loader/getopt.c, loader/getopt.h,
+       * [r5025] loader/Makefile.in, loader/getopt.c, loader/getopt.h,
          loader/pgsql2shp.c, loader/shp2pgsql-cli.c,
          loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
          loader/shp2pgsql-gui.c: Reverting the change of r5007, removal of
          the getopt hack, to get windows builds working again.
 
-2009-12-18 06:39  pramsey
+2009-12-18 06:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, loader/Makefile.in, loader/shp2pgsql-gui.ico,
-         loader/shp2pgsql-gui.rc: Add in icon and resource information for
-         Win32 GUI
+       * [r5024] configure.ac, loader/Makefile.in,
+         loader/shp2pgsql-gui.ico, loader/shp2pgsql-gui.rc: Add in icon
+         and resource information for Win32 GUI
 
-2009-12-18 05:55  pramsey
+2009-12-18 05:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, loader/Makefile.in: Make GUI open w/o console under
-         Win32
+       * [r5023] configure.ac, loader/Makefile.in: Make GUI open w/o
+         console under Win32
 
-2009-12-17 12:54  mcayland
+2009-12-17 12:54  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: Implement proper cleanup if an import
-         fails, and also disable the "Import" button during the import to
-         ensure that multiple import threads can't be launched.
+       * [r5020] loader/shp2pgsql-gui.c: Implement proper cleanup if an
+         import fails, and also disable the "Import" button during the
+         import to ensure that multiple import threads can't be launched.
 
-2009-12-17 11:16  mcayland
+2009-12-17 11:16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: Add GUI option to allow the use of COPY
-         rather than INSERT to load geometries into the database.
+       * [r5019] loader/shp2pgsql-gui.c: Add GUI option to allow the use
+         of COPY rather than INSERT to load geometries into the database.
          Currently the default is still to use INSERT.
 
-2009-12-17 11:11  mcayland
+2009-12-17 11:11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: Fix memory scope error (resulting in
-         segfault) accidentally introduced by the command line changes.
+       * [r5018] loader/shp2pgsql-gui.c: Fix memory scope error (resulting
+         in segfault) accidentally introduced by the command line changes.
 
-2009-12-16 17:13  pramsey
+2009-12-16 17:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.h: Temporarily de-regress the loader while
-         talking to -devel
+       * [r5013] loader/shp2pgsql-core.h: Temporarily de-regress the
+         loader while talking to -devel
 
-2009-12-16 17:00  pramsey
+2009-12-16 17:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/libgeom.h, postgis/geography_estimate.c: Quiet solaris
-         warnings
+       * [r5012] liblwgeom/libgeom.h, postgis/geography_estimate.c: Quiet
+         solaris warnings
 
-2009-12-16 16:49  pramsey
+2009-12-16 16:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_chip.c: Remove warning on Solaris
+       * [r5011] postgis/lwgeom_chip.c: Remove warning on Solaris
 
-2009-12-16 00:43  pramsey
+2009-12-16 00:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_estimate.c: Add initial values.
+       * [r5010] postgis/geography_estimate.c: Add initial values.
 
-2009-12-15 23:55  pramsey
+2009-12-15 23:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp.c: Change MAX_DBF_FIELD_SIZE to 254 (#326)
+       * [r5009] loader/pgsql2shp.c: Change MAX_DBF_FIELD_SIZE to 254
+         (#326)
 
-2009-12-15 23:44  pramsey
+2009-12-15 23:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
+       * [r5008] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
          loader/shp2pgsql-gui.c: Add in support for command-line options
          for connection info to GUI (#338)
 
-2009-12-15 21:45  pramsey
+2009-12-15 21:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile.in, loader/getopt.c, loader/getopt.h,
+       * [r5007] loader/Makefile.in, loader/getopt.c, loader/getopt.h,
          loader/pgsql2shp.c, loader/shp2pgsql-cli.c,
          loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
          loader/shp2pgsql-gui.c: Remove custom getopt files and move back
          to system getopt. Will take some testing, but will be worth it to
          be rid of this unmaintainable hack.
 
-2009-12-15 20:56  pramsey
+2009-12-15 20:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp.c: Make null date field blank rather than
-         00000000 (#321)
+       * [r5006] loader/pgsql2shp.c: Make null date field blank rather
+         than 00000000 (#321)
 
-2009-12-15 20:08  pramsey
+2009-12-15 20:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.h, postgis/geography_inout.c: Make 4326 the
-         default SRID for "unknown" cases, both in column creation and in
-         geography object creation. (#347)
+       * [r5005] postgis/geography.h, postgis/geography_inout.c: Make 4326
+         the default SRID for "unknown" cases, both in column creation and
+         in geography object creation. (#347)
 
-2009-12-15 18:44  pramsey
+2009-12-15 18:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, loader/Makefile.in, loader/shp2pgsql-gui.c: Add
-         --with-libiconv argument to configure, to allow third-party iconv
-         libraries to be used instead of system iconv, if so desired.
-         Necessary to work around an OS/X Snow Leopard issue (iconv_open
-         only available as a 32 bit call!)
+       * [r5004] configure.ac, loader/Makefile.in, loader/shp2pgsql-gui.c:
+         Add --with-libiconv argument to configure, to allow third-party
+         iconv libraries to be used instead of system iconv, if so
+         desired. Necessary to work around an OS/X Snow Leopard issue
+         (iconv_open only available as a 32 bit call!)
 
-2009-12-15 18:42  pramsey
+2009-12-15 18:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c: Fix buffer overrun case.
+       * [r5003] loader/shp2pgsql-core.c: Fix buffer overrun case.
 
-2009-12-15 15:10  pramsey
+2009-12-15 15:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * utils/postgis_restore.pl: Remove syntax error (fumbling fingers?)
-         in the usage line (#345)
+       * [r5002] utils/postgis_restore.pl: Remove syntax error (fumbling
+         fingers?) in the usage line (#345)
 
-2009-12-15 15:08  pramsey
+2009-12-15 15:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_ogc.c: Remove test that enforces only OGC-standard
-         WKT for GeomFromText(). We'll accept any string we can parse,
-         just like geometry_in(). (#332)
+       * [r5001] postgis/lwgeom_ogc.c: Remove test that enforces only
+         OGC-standard WKT for GeomFromText(). We'll accept any string we
+         can parse, just like geometry_in(). (#332)
 
-2009-12-14 18:04  pramsey
+2009-12-14 18:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile.in: Flip argument order for -cli exe build and
-         add CFLAGS back into linking line
+       * [r5000] loader/Makefile.in: Flip argument order for -cli exe
+         build and add CFLAGS back into linking line
 
-2009-12-14 11:26  mcayland
+2009-12-14 11:26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql.c: Remove the original shp2pgsql.c file which is
-         no longer required with the new architecture.
+       * [r4999] loader/shp2pgsql.c: Remove the original shp2pgsql.c file
+         which is no longer required with the new architecture.
 
-2009-12-14 01:38  mcayland
+2009-12-14 01:38  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-core.c: Fix incorrect logic when outputting
-         escaped strings; COPY does not require the attribute to be
-         surrounded by apostrophes.
+       * [r4998] loader/shp2pgsql-core.c: Fix incorrect logic when
+         outputting escaped strings; COPY does not require the attribute
+         to be surrounded by apostrophes.
 
-2009-12-14 01:23  mcayland
+2009-12-14 01:23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-cli.c: Fix missing COPY terminator from
+       * [r4997] loader/shp2pgsql-cli.c: Fix missing COPY terminator from
          shp2pgsql command line component.
 
-2009-12-13 20:31  mcayland
+2009-12-13 20:31  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.in, loader/shp2pgsql-cli.c,
+       * [r4996] loader/Makefile.in, loader/shp2pgsql-cli.c,
          loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
          loader/shp2pgsql-gui.c, loader/shp2pgsql.c: Commit initial
          version of reworked shp2pgsql architecture that defines a common
          valgrind to ensure that we don't leak memory on larger
          shapefiles.
 
-2009-12-09 17:33  kneufeld
+2009-12-09 17:33  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/using_postgis_dataman.xml: added identifier to shp2pgsql
-         usage section
+       * [r4995] doc/using_postgis_dataman.xml: added identifier to
+         shp2pgsql usage section
 
-2009-12-09 17:12  kneufeld
+2009-12-09 17:12  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/using_postgis_dataman.xml: updated "Using the Loader" to
-         demonstrate the use of the available options
+       * [r4994] doc/using_postgis_dataman.xml: updated "Using the Loader"
+         to demonstrate the use of the available options
 
-2009-12-09 05:08  robe
+2009-12-09 05:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_misc.xml: Correct the output type of ST_Extent and
-         flag this as a change in behavior in PostGIS 1.4
+       * [r4992] doc/reference_misc.xml: Correct the output type of
+         ST_Extent and flag this as a change in behavior in PostGIS 1.4
 
-2009-12-07 15:56  pramsey
+2009-12-07 15:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/using_postgis_app.xml: Fix mistakes in geography faq item.
+       * [r4991] doc/using_postgis_app.xml: Fix mistakes in geography faq
+         item.
 
-2009-12-04 15:39  robe
+2009-12-04 15:39  Regina Obe <lr@pcorp.us>
 
-       * postgis/geography.sql.in.c: get rid of begin; commit in
+       * [r4989] postgis/geography.sql.in.c: get rid of begin; commit in
          geography.sql.in.c. Now that it is part of postgis.sql.inc.c, no
          need for it.
 
-2009-12-04 12:32  robe
+2009-12-04 12:32  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: change to use refname instead of
-         refid for link in what's new -- so operators show the operator
-         symbol instead of underlying function name
+       * [r4988] doc/xsl/postgis_aggs_mm.xml.xsl: change to use refname
+         instead of refid for link in what's new -- so operators show the
+         operator symbol instead of underlying function name
 
-2009-12-03 20:42  kneufeld
+2009-12-03 20:42  Kevin Neufeld <kneufeld@refractions.net>
 
-       * spatial_ref_sys.sql: removed VACUUM
+       * [r4987] spatial_ref_sys.sql: removed VACUUM
          made into a single transaction block
 
-2009-12-03 18:51  kneufeld
+2009-12-03 18:51  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/using_postgis_dataman.xml: removed url that is probably the
-         cause in breaking docbook
+       * [r4986] doc/using_postgis_dataman.xml: removed url that is
+         probably the cause in breaking docbook
 
-2009-12-03 18:43  kneufeld
+2009-12-03 18:43  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/using_postgis_dataman.xml: a couple typos in the DE-9IM
-         explanation
+       * [r4985] doc/using_postgis_dataman.xml: a couple typos in the
+         DE-9IM explanation
          added further reading references.
 
-2009-12-03 16:23  kneufeld
+2009-12-03 16:23  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/using_postgis_dataman.xml: fixed a typo and added a few cross
-         links
+       * [r4984] doc/using_postgis_dataman.xml: fixed a typo and added a
+         few cross links
 
-2009-12-03 14:23  robe
+2009-12-03 14:23  Regina Obe <lr@pcorp.us>
 
-       * doc/html/images/matrix_autocast.png,
+       * [r4983] doc/html/images/matrix_autocast.png,
          doc/html/images/matrix_checkmark.png,
          doc/html/images/matrix_transform.png,
          doc/xsl/postgis_aggs_mm.xml.xsl: Replace unicode codes with
          images. IE 6 and 7 not happy. PDF not happy with unicode happy
          face symbol -- Regina not happy :(
 
-2009-12-03 08:58  robe
+2009-12-03 08:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_output.xml: fill in missing curve support flags for
-         outputs
+       * [r4982] doc/reference_output.xml: fill in missing curve support
+         flags for outputs
 
-2009-12-03 06:14  kneufeld
+2009-12-03 06:14  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/using_postgis_dataman.xml: added a few reference cross links
+       * [r4981] doc/using_postgis_dataman.xml: added a few reference
+         cross links
 
-2009-12-02 23:41  kneufeld
+2009-12-02 23:41  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/using_postgis_dataman.xml: removed borders around the tables
-         in the geometry compliancy section
+       * [r4980] doc/using_postgis_dataman.xml: removed borders around the
+         tables in the geometry compliancy section
 
-2009-12-02 23:25  kneufeld
+2009-12-02 23:25  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/style.css, doc/using_postgis_dataman.xml: added some
-         thoughts on DE-9IM
+       * [r4979] doc/html/style.css, doc/using_postgis_dataman.xml: added
+         some thoughts on DE-9IM
 
-2009-12-02 23:23  kneufeld
+2009-12-02 23:23  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/image_src/Makefile.in: added target to resize certain
-         images
+       * [r4978] doc/html/image_src/Makefile.in: added target to resize
+         certain images
 
-2009-12-02 22:05  robe
+2009-12-02 22:05  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_operator.xml: Flag more as working with curves. I
-         think all do except same operator but need to verify.
+       * [r4977] doc/reference_operator.xml: Flag more as working with
+         curves. I think all do except same operator but need to verify.
 
-2009-12-02 21:48  robe
+2009-12-02 21:48  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Looks fine in all my IE8
+       * [r4976] doc/xsl/postgis_aggs_mm.xml.xsl: Looks fine in all my IE8
          browsers perhaps its just IE7 that's behind the times. Use cutesy
          unicode dingbats for now -- alos put in item list legend.
 
-2009-12-02 21:02  kneufeld
+2009-12-02 21:02  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/image_src/Makefile.in, doc/html/image_src/de9im01.wkt,
-         doc/html/image_src/de9im02.wkt, doc/html/image_src/de9im03.wkt,
-         doc/html/image_src/de9im04.wkt, doc/html/image_src/de9im05.wkt,
-         doc/html/image_src/de9im06.wkt, doc/html/image_src/de9im07.wkt,
-         doc/html/image_src/de9im08.wkt, doc/html/image_src/de9im09.wkt,
-         doc/html/image_src/de9im10.wkt, doc/html/image_src/de9im11.wkt,
-         doc/html/image_src/de9im12.wkt, doc/html/image_src/de9im13.wkt,
-         doc/html/image_src/styles.conf: added de9im images
+       * [r4975] doc/html/image_src/Makefile.in,
+         doc/html/image_src/de9im01.wkt, doc/html/image_src/de9im02.wkt,
+         doc/html/image_src/de9im03.wkt, doc/html/image_src/de9im04.wkt,
+         doc/html/image_src/de9im05.wkt, doc/html/image_src/de9im06.wkt,
+         doc/html/image_src/de9im07.wkt, doc/html/image_src/de9im08.wkt,
+         doc/html/image_src/de9im09.wkt, doc/html/image_src/de9im10.wkt,
+         doc/html/image_src/de9im11.wkt, doc/html/image_src/de9im12.wkt,
+         doc/html/image_src/de9im13.wkt, doc/html/image_src/styles.conf:
+         added de9im images
 
-2009-12-02 15:20  robe
+2009-12-02 15:20  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Now that pdf table layout is
-         fixed with informal table -- put back operators in matrix
+       * [r4974] doc/xsl/postgis_aggs_mm.xml.xsl: Now that pdf table
+         layout is fixed with informal table -- put back operators in
+         matrix
 
-2009-12-02 14:47  robe
+2009-12-02 14:47  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Do I dear try an informal table
-         again :)
+       * [r4973] doc/xsl/postgis_aggs_mm.xml.xsl: Do I dear try an
+         informal table again :)
 
-2009-12-02 14:03  robe
+2009-12-02 14:03  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Try Mateusz idea of a unicode
-         checkmark
+       * [r4972] doc/xsl/postgis_aggs_mm.xml.xsl: Try Mateusz idea of a
+         unicode checkmark
 
-2009-12-01 22:54  robe
+2009-12-01 22:54  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: hmm spelled geometry wrong
+       * [r4971] doc/xsl/postgis_aggs_mm.xml.xsl: hmm spelled geometry
+         wrong
 
-2009-12-01 22:40  robe
+2009-12-01 22:40  Regina Obe <lr@pcorp.us>
 
-       * doc/html/style.css: get rid of padding on tables
+       * [r4970] doc/html/style.css: get rid of padding on tables
 
-2009-12-01 22:30  robe
+2009-12-01 22:30  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: try again
+       * [r4969] doc/xsl/postgis_aggs_mm.xml.xsl: try again
 
-2009-12-01 21:47  robe
+2009-12-01 21:47  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: back to formal table
+       * [r4968] doc/xsl/postgis_aggs_mm.xml.xsl: back to formal table
 
-2009-12-01 20:08  robe
+2009-12-01 20:08  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl:
+       * [r4967] doc/xsl/postgis_aggs_mm.xml.xsl:
 
-2009-12-01 20:00  robe
+2009-12-01 20:00  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: try again
+       * [r4966] doc/xsl/postgis_aggs_mm.xml.xsl: try again
 
-2009-12-01 19:53  robe
+2009-12-01 19:53  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl:
+       * [r4965] doc/xsl/postgis_aggs_mm.xml.xsl:
 
-2009-12-01 19:34  robe
+2009-12-01 19:34  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: fix build
+       * [r4964] doc/xsl/postgis_aggs_mm.xml.xsl: fix build
 
-2009-12-01 19:19  robe
+2009-12-01 19:19  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: seeif pdf looks better with an
-         informaltable
+       * [r4963] doc/xsl/postgis_aggs_mm.xml.xsl: seeif pdf looks better
+         with an informaltable
 
-2009-12-01 18:30  robe
+2009-12-01 18:30  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: title change
+       * [r4962] doc/xsl/postgis_aggs_mm.xml.xsl: title change
 
-2009-12-01 18:29  robe
+2009-12-01 18:29  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: typo
+       * [r4961] doc/xsl/postgis_aggs_mm.xml.xsl: typo
 
-2009-12-01 18:07  robe
+2009-12-01 18:07  Regina Obe <lr@pcorp.us>
 
-       * doc/html/style.css, doc/xsl/postgis_aggs_mm.xml.xsl: Add sql mm
-         compliance column get rid of cell-padding
+       * [r4960] doc/html/style.css, doc/xsl/postgis_aggs_mm.xml.xsl: Add
+         sql mm compliance column get rid of cell-padding
 
-2009-12-01 17:17  robe
+2009-12-01 17:17  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: shorten matrix list to exclude
-         operators and exception so pdf is not quite so ugly. Try to fit
-         on one page.
+       * [r4959] doc/xsl/postgis_aggs_mm.xml.xsl: shorten matrix list to
+         exclude operators and exception so pdf is not quite so ugly. Try
+         to fit on one page.
 
-2009-12-01 17:06  robe
+2009-12-01 17:06  Regina Obe <lr@pcorp.us>
 
-       * doc/html/style.css, doc/xsl/postgis_aggs_mm.xml.xsl: fix filter
-         for 2.5D/curved support. More tweaking of style
+       * [r4958] doc/html/style.css, doc/xsl/postgis_aggs_mm.xml.xsl: fix
+         filter for 2.5D/curved support. More tweaking of style
 
-2009-12-01 16:42  robe
+2009-12-01 16:42  Regina Obe <lr@pcorp.us>
 
-       * doc/html/style.css, doc/xsl/postgis_aggs_mm.xml.xsl: get rid of
-         border=0 altogether exclude management,types, and transaction
-         from matrix
+       * [r4957] doc/html/style.css, doc/xsl/postgis_aggs_mm.xml.xsl: get
+         rid of border=0 altogether exclude management,types, and
+         transaction from matrix
 
-2009-12-01 16:15  robe
+2009-12-01 16:15  Regina Obe <lr@pcorp.us>
 
-       * doc/html/style.css: border not taking
+       * [r4956] doc/html/style.css: border not taking
 
-2009-12-01 15:09  robe
+2009-12-01 15:09  Regina Obe <lr@pcorp.us>
 
-       * doc/html/style.css: I want table borders
+       * [r4955] doc/html/style.css: I want table borders
 
-2009-12-01 14:42  robe
+2009-12-01 14:42  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: oops had left over junk -- get
-         rid of junk
+       * [r4954] doc/xsl/postgis_aggs_mm.xml.xsl: oops had left over junk
+         -- get rid of junk
 
-2009-12-01 14:28  robe
+2009-12-01 14:28  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: try to get rid of section
-         abstract -- see if pdflatex accepts super duper matrix
+       * [r4953] doc/xsl/postgis_aggs_mm.xml.xsl: try to get rid of
+         section abstract -- see if pdflatex accepts super duper matrix
 
-2009-12-01 14:15  robe
+2009-12-01 14:15  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: First attempt at super-duper
-         type functionality compare matrix
+       * [r4952] doc/xsl/postgis_aggs_mm.xml.xsl: First attempt at
+         super-duper type functionality compare matrix
 
-2009-11-30 22:08  pramsey
+2009-11-30 22:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_measures.c, liblwgeom/lwtree.c: Fix up
+       * [r4949] liblwgeom/cunit/cu_measures.c, liblwgeom/lwtree.c: Fix up
          boundary condition in node interaction test.
 
-2009-11-30 20:52  pramsey
+2009-11-30 20:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/lwalgorithm.c,
+       * [r4948] liblwgeom/Makefile.in, liblwgeom/lwalgorithm.c,
          liblwgeom/lwalgorithm.h, liblwgeom/lwgeodetic.h,
          liblwgeom/lwtree.c, liblwgeom/lwtree.h, liblwgeom/measures.c: Add
          an internal geometry tree for use in a native prepared geometry
          scheme for fast intersection tests.
 
-2009-11-30 20:50  pramsey
+2009-11-30 20:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
-         liblwgeom/cunit/cu_geodetic.h,
+       * [r4947] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
          liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/cunit/cu_libgeom.c,
          liblwgeom/cunit/cu_libgeom.h, liblwgeom/cunit/cu_measures.c,
          liblwgeom/cunit/cu_measures.h, liblwgeom/cunit/cu_tester.h: Add
          svn:keywords to everyone
 
-2009-11-30 20:49  pramsey
+2009-11-30 20:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/in_gml_expected: Add NL to end of expected file.
+       * [r4946] regress/in_gml_expected: Add NL to end of expected file.
 
-2009-11-30 20:44  pramsey
+2009-11-30 20:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/in_gml.sql, regress/in_gml_expected, regress/tickets.sql,
-         regress/tickets_expected: Move the fromGML test into the
-         in_gml.sql file, so that it will be properly excluded when
-         libxml2 is not available.
+       * [r4945] regress/in_gml.sql, regress/in_gml_expected,
+         regress/tickets.sql, regress/tickets_expected: Move the fromGML
+         test into the in_gml.sql file, so that it will be properly
+         excluded when libxml2 is not available.
 
-2009-11-30 20:39  pramsey
+2009-11-30 20:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_config.h.in: Move have_libxml2 define to the other
-         library have_ defines.
+       * [r4944] postgis_config.h.in: Move have_libxml2 define to the
+         other library have_ defines.
 
-2009-11-30 20:37  pramsey
+2009-11-30 20:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, postgis/sqldefines.h.in,
+       * [r4943] configure.ac, postgis/sqldefines.h.in,
          postgis/uninstall_postgis.sql.in.c: Fix warnings from cpp during
          sql file build as reported by kneufeld
 
-2009-11-30 19:56  pramsey
+2009-11-30 19:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis_drop.sql.in.c, postgis/sqldefines.h.in,
+       * [r4942] postgis/postgis_drop.sql.in.c, postgis/sqldefines.h.in,
          postgis/uninstall_geography.sql.in.c,
          postgis/uninstall_postgis.sql.in.c: Updated SQL files for
          uninstallation to match current state.
 
-2009-11-30 19:12  pramsey
+2009-11-30 19:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis: Update the upgrade process description to match
-         new scripts.
+       * [r4941] README.postgis: Update the upgrade process description to
+         match new scripts.
 
-2009-11-30 17:27  pramsey
+2009-11-30 17:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c: Rename ST_PointOutside to
+       * [r4938] postgis/geography.sql.in.c: Rename ST_PointOutside to
          _ST_PointOutside (#325)
 
-2009-11-30 16:40  kneufeld
+2009-11-30 16:40  Kevin Neufeld <kneufeld@refractions.net>
 
-       * postgis/postgis.sql.in.c: renamed ST_DumpPoints to _ST_DumpPoints
+       * [r4937] postgis/postgis.sql.in.c: renamed ST_DumpPoints to
+         _ST_DumpPoints
 
-2009-11-30 14:30  robe
+2009-11-30 14:30  Regina Obe <lr@pcorp.us>
 
-       * doc/template.xml: revise template to use new entities
+       * [r4936] doc/template.xml: revise template to use new entities
 
-2009-11-30 14:24  robe
+2009-11-30 14:24  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: availability note not specified
-         right for ST_DumpPoints
+       * [r4935] doc/reference_processing.xml: availability note not
+         specified right for ST_DumpPoints
 
-2009-11-30 09:16  robe
+2009-11-30 09:16  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: fill in missing proto for
+       * [r4934] doc/reference_processing.xml: fill in missing proto for
          st_polygonize
 
-2009-11-29 09:07  robe
+2009-11-29 09:07  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Yeh ST_GeomFromKML/GML not
-         crashing anymore on Windows (when libxml statically compiled in)
-         -- can put back the tests
+       * [r4932] doc/xsl/postgis_gardentest.sql.xsl: Yeh
+         ST_GeomFromKML/GML not crashing anymore on Windows (when libxml
+         statically compiled in) -- can put back the tests
 
-2009-11-28 22:36  robe
+2009-11-28 22:36  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: Add missing ST_CoveredBy proto for
-         geography
+       * [r4927] doc/reference_measure.xml: Add missing ST_CoveredBy proto
+         for geography
 
-2009-11-28 07:13  robe
+2009-11-28 07:13  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_type.xml: try to force paragraph
-         at top using sectinfo abstract. Make note about deprecation more
-         threatening.
+       * [r4926] doc/reference.xml, doc/reference_type.xml: try to force
+         paragraph at top using sectinfo abstract. Make note about
+         deprecation more threatening.
 
-2009-11-28 06:50  robe
+2009-11-28 06:50  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_type.xml: slight amendment to description of casts
+       * [r4925] doc/reference_type.xml: slight amendment to description
+         of casts
 
-2009-11-28 06:40  robe
+2009-11-28 06:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl: fill out
-         casting behavior, also list box type functions and links to it
-         and from it
+       * [r4924] doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+         fill out casting behavior, also list box type functions and links
+         to it and from it
 
-2009-11-27 23:38  pramsey
+2009-11-27 23:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress: Add install directory as an ignore.
+       * [r4923] regress: Add install directory as an ignore.
 
-2009-11-27 20:58  robe
+2009-11-27 20:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: link to new geometry_dump sections,
-         also alphabetize dump functions
+       * [r4922] doc/reference_processing.xml: link to new geometry_dump
+         sections, also alphabetize dump functions
 
-2009-11-27 20:39  robe
+2009-11-27 20:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl: thanks
-         Kevin -- this should work now
+       * [r4921] doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+         thanks Kevin -- this should work now
 
-2009-11-27 20:31  robe
+2009-11-27 20:31  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_type.xml: take out link and see if hudson is happy
+       * [r4920] doc/reference_type.xml: take out link and see if hudson
+         is happy
 
-2009-11-27 20:01  robe
+2009-11-27 20:01  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_type.xml: try again - maybe typo
+       * [r4919] doc/reference_type.xml: try again - maybe typo
 
-2009-11-27 19:46  robe
+2009-11-27 19:46  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Add
-         geometry_dump and special index to list all functions that take
-         as input or output geometry_dump objects
+       * [r4918] doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+         Add geometry_dump and special index to list all functions that
+         take as input or output geometry_dump objects
 
-2009-11-27 19:21  pramsey
+2009-11-27 19:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/using_postgis_app.xml: A few more Mapserver usage updates.
+       * [r4917] doc/using_postgis_app.xml: A few more Mapserver usage
+         updates.
 
-2009-11-27 19:17  pramsey
+2009-11-27 19:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/using_postgis_app.xml: Update the using mapserver section a
-         little
+       * [r4916] doc/using_postgis_app.xml: Update the using mapserver
+         section a little
 
-2009-11-27 17:50  pramsey
+2009-11-27 17:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c,
+       * [r4913] liblwgeom/cunit/cu_geodetic.c,
          liblwgeom/cunit/cu_geodetic_data.h: Add newlines at file ends to
          silence warnings
 
-2009-11-27 17:06  kneufeld
+2009-11-27 17:06  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_processing.xml, doc/using_postgis_dataman.xml:
-         Fixed a few typos and missing references
+       * [r4912] doc/reference_processing.xml,
+         doc/using_postgis_dataman.xml: Fixed a few typos and missing
+         references
 
-2009-11-27 16:28  robe
+2009-11-27 16:28  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_longestline03.wkt,
+       * [r4911] doc/html/image_src/st_longestline03.wkt,
          doc/reference_measure.xml: okay another try. bad scaling
 
-2009-11-27 16:01  robe
+2009-11-27 16:01  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_closestpoint01.wkt,
+       * [r4910] doc/html/image_src/st_closestpoint01.wkt,
          doc/html/image_src/st_closestpoint02.wkt: make all colors
          different for clarity
 
-2009-11-27 15:37  robe
+2009-11-27 15:37  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_closestpoint01.wkt,
+       * [r4909] doc/html/image_src/st_closestpoint01.wkt,
          doc/html/image_src/st_closestpoint02.wkt: forgot images
 
-2009-11-27 15:36  robe
+2009-11-27 15:36  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4908] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_longestline03.wkt,
          doc/reference_measure.xml: remove dupe ST_DFullyWithin, put in
          availability note for ST_DFullyWithin, add ST_ClosestPoint
          documentation and images, fix ST_LongestLine diag 3(forgot about
          the 200x200 rule)
 
-2009-11-26 18:50  robe
+2009-11-26 18:50  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4907] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_longestline03.wkt,
          doc/reference_measure.xml: another st_longestline example
 
-2009-11-26 17:56  mcayland
+2009-11-26 17:56  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * regress/regress_expected, regress/sql-mm-curvepoly_expected:
-         Commit slightly altered regression tests for the above.
+       * [r4906] regress/regress_expected,
+         regress/sql-mm-curvepoly_expected: Commit slightly altered
+         regression tests for the above.
 
-2009-11-26 17:55  mcayland
+2009-11-26 17:55  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgparse.c: Fix #316: IsValid? called on invalid 3d
-         object leads to crash. Because of the way the parser works, not
-         all tuples can hold a valid parse position; hence when trying to
-         display the error message, the parser would crash. The solution I
-         went for here was to alter pop() so that "counting tuples" always
-         hold a valid parse position, and then re-write the various check
-         functions to ensure that they only display parse errors with
-         details from the next "counting tuple" higher up in the stack.
+       * [r4905] liblwgeom/lwgparse.c: Fix #316: IsValid? called on
+         invalid 3d object leads to crash. Because of the way the parser
+         works, not all tuples can hold a valid parse position; hence when
+         trying to display the error message, the parser would crash. The
+         solution I went for here was to alter pop() so that "counting
+         tuples" always hold a valid parse position, and then re-write the
+         various check functions to ensure that they only display parse
+         errors with details from the next "counting tuple" higher up in
+         the stack.
 
-2009-11-26 16:52  robe
+2009-11-26 16:52  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_longestline01.wkt,
+       * [r4903] doc/html/image_src/st_longestline01.wkt,
          doc/html/image_src/st_shortestline01.wkt,
          doc/reference_measure.xml: change shortestline/longestline
          point/line example
 
-2009-11-25 23:37  robe
+2009-11-25 23:37  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_shortestline01.wkt: another typo
+       * [r4901] doc/html/image_src/st_shortestline01.wkt: another typo
 
-2009-11-25 23:36  robe
+2009-11-25 23:36  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_longestline01.wkt: fix typo in coordinates
+       * [r4900] doc/html/image_src/st_longestline01.wkt: fix typo in
+         coordinates
 
-2009-11-25 23:07  robe
+2009-11-25 23:07  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_longestline01.wkt,
+       * [r4899] doc/html/image_src/st_longestline01.wkt,
          doc/html/image_src/st_shortestline01.wkt,
          doc/reference_measure.xml: make diagrams more interesting
 
-2009-11-25 22:48  robe
+2009-11-25 22:48  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4898] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_longestline01.wkt,
          doc/html/image_src/st_longestline02.wkt,
          doc/html/image_src/st_shortestline02.wkt,
          revise figure for shortest line make geometries the same for easy
          compare
 
-2009-11-25 22:15  robe
+2009-11-25 22:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: cosmetic changes
+       * [r4897] doc/reference_measure.xml: cosmetic changes
 
-2009-11-25 22:12  robe
+2009-11-25 22:12  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4896] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_shortestline01.wkt,
          doc/html/image_src/st_shortestline02.wkt,
          doc/reference_measure.xml: Put in images for ST_ShortestLine
 
-2009-11-25 21:49  robe
+2009-11-25 21:49  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_measure.xml: put in missing availability notes
+       * [r4895] doc/reference_measure.xml: put in missing availability
+         notes
 
-2009-11-25 19:15  pramsey
+2009-11-25 19:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_measure.xml, doc/reference_old.xml,
+       * [r4894] doc/reference_measure.xml, doc/reference_old.xml,
          liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_measures.h,
          liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
          liblwgeom/measures.c, liblwgeom/measures.h,
          regress/measures_expected: Merge Nicklas Aven's distance spike
          into trunk. (#63, #231)
 
-2009-11-24 22:10  kneufeld
+2009-11-24 22:10  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_processing.xml: added refentry section for
+       * [r4892] doc/reference_processing.xml: added refentry section for
          ST_DumpPoints()
 
-2009-11-24 21:46  kneufeld
+2009-11-24 21:46  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4891] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_dumppoints01.wkt,
          doc/html/image_src/styles.conf: added an ST_DumpPoints image to
          the collection.
 
-2009-11-24 17:28  colivier
+2009-11-24 17:28  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c: explicit NULL test on xa->name. Related
-         to #273
+       * [r4890] postgis/lwgeom_in_gml.c: explicit NULL test on xa->name.
+         Related to #273
 
-2009-11-24 10:28  colivier
+2009-11-24 10:28  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference_constructor.xml: add also availability note to
-         GmlToSQL()
+       * [r4889] doc/reference_constructor.xml: add also availability note
+         to GmlToSQL()
 
-2009-11-24 10:20  colivier
+2009-11-24 10:20  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference_management.xml: add availability information for
-         postgis_libxml_version()
+       * [r4888] doc/reference_management.xml: add availability
+         information for postgis_libxml_version()
 
-2009-11-23 18:07  robe
+2009-11-23 18:07  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_type.xml, doc/xsl/postgis_comments.sql.xsl: #300 -
-         minor casing changes to reference. Incorporate logic to comment
-         types. Types need more description and casting behavior detail.
+       * [r4887] doc/reference_type.xml, doc/xsl/postgis_comments.sql.xsl:
+         #300 - minor casing changes to reference. Incorporate logic to
+         comment types. Types need more description and casting behavior
+         detail.
 
-2009-11-23 14:27  robe
+2009-11-23 14:27  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml, doc/reference.xml, doc/reference_type.xml: New
-         postgresql type section per #300. Still need to modify
-         postgis_comments.sql.xsl accordingly
+       * [r4886] doc/postgis.xml, doc/reference.xml,
+         doc/reference_type.xml: New postgresql type section per #300.
+         Still need to modify postgis_comments.sql.xsl accordingly
 
-2009-11-23 14:26  colivier
+2009-11-23 14:26  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * configure.ac, doc/reference_management.xml,
+       * [r4885] configure.ac, doc/reference_management.xml,
          postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
          postgis/sqldefines.h.in, postgis_config.h.in: Add libxml2 version
          information in postgis_full_version. Add libxml2 support
          information in postgis_version. Add new postgis_libxml_version
          function. Add doc entry for this new function.
 
-2009-11-22 04:56  pramsey
+2009-11-22 04:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
+       * [r4880] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeodetic.h: Move utility functions only used in cunit
          tests to the cunit code.
 
-2009-11-22 04:28  pramsey
+2009-11-22 04:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
+       * [r4879] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
          liblwgeom/lwspheroid.c: Replace pow(,2.0) with POW2 macro.
 
-2009-11-21 06:08  pramsey
+2009-11-21 06:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
+       * [r4877] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
          liblwgeom/g_serialized.c, liblwgeom/g_util.c,
          liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
          from pass-by-value to pass-by-const-pointer. What can I say, I
          have no control over myself.
 
-2009-11-21 03:44  robe
+2009-11-21 03:44  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_processing.xml: update st_buffer, st_intersection
-         details for geography to reflect what we are actually doing in
-         bestsrid calc
+       * [r4876] doc/reference_processing.xml: update st_buffer,
+         st_intersection details for geography to reflect what we are
+         actually doing in bestsrid calc
 
-2009-11-21 03:31  robe
+2009-11-21 03:31  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_editor.xml: grammar correction
+       * [r4875] doc/reference_editor.xml: grammar correction
 
-2009-11-20 20:12  pramsey
+2009-11-20 20:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_gist.c: Fix an error hidden in a debug line.
+       * [r4873] postgis/geography_gist.c: Fix an error hidden in a debug
+         line.
 
-2009-11-20 18:36  pramsey
+2009-11-20 18:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Fix
-         graxing case and improve co-linear handling with help from
+       * [r4872] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
+         Fix graxing case and improve co-linear handling with help from
          Nicklas Aven (#314)
 
-2009-11-20 18:05  kneufeld
+2009-11-20 18:05  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in: added missing dependency of postgis_aggs_mm for
-         the comments
+       * [r4871] doc/Makefile.in: added missing dependency of
+         postgis_aggs_mm for the comments
 
-2009-11-20 14:02  mcayland
+2009-11-20 14:02  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp.c: Apply Kris Jurka's pgsql2shp patches, as
-         detail in the postgis-devel archives on 12th Nov. Thanks Kris!
+       * [r4870] loader/pgsql2shp.c: Apply Kris Jurka's pgsql2shp patches,
+         as detail in the postgis-devel archives on 12th Nov. Thanks Kris!
 
-2009-11-20 13:53  mcayland
+2009-11-20 13:53  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql.c: Finish working on Dave Fuhry's memory-leak
-         patch, and also fix several other leaks found by running
-         shp2pgsql through valgrind.
+       * [r4868] loader/shp2pgsql.c: Finish working on Dave Fuhry's
+         memory-leak patch, and also fix several other leaks found by
+         running shp2pgsql through valgrind.
 
-2009-11-19 22:35  colivier
+2009-11-19 22:35  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/Makefile.in, doc/postgis.xml, doc/reference.xml,
+       * [r4866] doc/Makefile.in, doc/postgis.xml, doc/reference.xml,
          doc/xsl/postgis_aggs_mm.xml.xsl,
          doc/xsl/postgis_comments.sql.xsl,
          doc/xsl/postgis_gardentest.sql.xsl,
          than reference.xml in doc/xsl/* files. Add template rule in
          doc/xsl/* to only use /book/chapter[@id='reference'].
 
-2009-11-19 20:23  pramsey
+2009-11-19 20:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-         liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_libgeom.h,
-         liblwgeom/lwgeodetic.c: Handle the case where the stabline and a
-         polygon edge are co-linear in point-in-polygon test.
+       * [r4865] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h, liblwgeom/cunit/cu_libgeom.c,
+         liblwgeom/cunit/cu_libgeom.h, liblwgeom/lwgeodetic.c: Handle the
+         case where the stabline and a polygon edge are co-linear in
+         point-in-polygon test.
 
-2009-11-19 15:39  mcayland
+2009-11-19 15:39  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.in, regress/run_test: Alter regression test
-         harness so that shp2pgsql/pgsql2shp can be tested without being
-         installed.
+       * [r4862] loader/Makefile.in, regress/run_test: Alter regression
+         test harness so that shp2pgsql/pgsql2shp can be tested without
+         being installed.
 
-2009-11-19 00:54  pramsey
+2009-11-19 00:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference.xml: Attempt to clarify MULTIPOLYGON behavior in
-         ST_SimplifyPreserveTopology (#240)
+       * [r4857] doc/reference.xml: Attempt to clarify MULTIPOLYGON
+         behavior in ST_SimplifyPreserveTopology (#240)
 
-2009-11-18 19:54  pramsey
+2009-11-18 19:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_editor.xml: Add another example (#218)
+       * [r4855] doc/reference_editor.xml: Add another example (#218)
 
-2009-11-18 19:53  pramsey
+2009-11-18 19:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_editor.xml: Put constants reference in the example,
-         so people see it (nobody reads documentation) (#218)
+       * [r4854] doc/reference_editor.xml: Put constants reference in the
+         example, so people see it (nobody reads documentation) (#218)
 
-2009-11-18 17:28  kneufeld
+2009-11-18 17:28  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in: Ok, well that didn't work. Reverting changes.
+       * [r4853] doc/Makefile.in: Ok, well that didn't work. Reverting
+         changes.
 
-2009-11-18 17:19  kneufeld
+2009-11-18 17:19  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in: simplified postgis-out.xml target. The sed
-         replacement should only happen on the postgis.xml file as the
+       * [r4852] doc/Makefile.in: simplified postgis-out.xml target. The
+         sed replacement should only happen on the postgis.xml file as the
          DocBook variable &last_release_version is used throughout the
          documentation
 
-2009-11-17 23:27  pramsey
+2009-11-17 23:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * extras/history_table, extras/history_table/README,
+       * [r4851] extras/history_table, extras/history_table/README,
          extras/history_table/history_table.sql: Add in the history table
          convenience functions, a README and some manual examples for
          pedagogy.
 
-2009-11-17 22:29  pramsey
+2009-11-17 22:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_libgeom.c: Fix a double-free in the unit test
-         for collection extract.
+       * [r4850] liblwgeom/cunit/cu_libgeom.c: Fix a double-free in the
+         unit test for collection extract.
 
-2009-11-17 20:14  pramsey
+2009-11-17 20:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_editor.xml: Add availability line.
+       * [r4849] doc/reference_editor.xml: Add availability line.
 
-2009-11-17 20:05  pramsey
+2009-11-17 20:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_editor.xml: Add more explanation of type numbers.
+       * [r4848] doc/reference_editor.xml: Add more explanation of type
+         numbers.
 
-2009-11-17 20:03  pramsey
+2009-11-17 20:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_editor.xml, liblwgeom/cunit/cu_libgeom.c,
+       * [r4847] doc/reference_editor.xml, liblwgeom/cunit/cu_libgeom.c,
          liblwgeom/cunit/cu_libgeom.h, liblwgeom/liblwgeom.h,
          liblwgeom/lwcollection.c, liblwgeom/lwutil.c,
          postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
          out of heterogeneous collections. Regressions and documentation
          included. (#218)
 
-2009-11-17 17:23  pramsey
+2009-11-17 17:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/wmsservers.sql, regress/wmsservers_expected: Trim the
-         binary versions of geometries to try and remove regressions from
-         other platforms.
+       * [r4846] regress/wmsservers.sql, regress/wmsservers_expected: Trim
+         the binary versions of geometries to try and remove regressions
+         from other platforms.
 
-2009-11-17 14:00  mcayland
+2009-11-17 14:00  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/Makefile.in, regress/Makefile.in: Properly fix #219 by
-         creating a separate "mini install" of PostGIS into the PGXS
-         regression directory that can be used for regression. This is
-         because different architectures have different naming
+       * [r4845] postgis/Makefile.in, regress/Makefile.in: Properly fix
+         #219 by creating a separate "mini install" of PostGIS into the
+         PGXS regression directory that can be used for regression. This
+         is because different architectures have different naming
          conventions, and so Paul's original hack isn't guaranteed to
          work. By using PGXS to perform the install, we eliminate the
          problem of having to know the final architecture library name.
 
-2009-11-17 04:28  pramsey
+2009-11-17 04:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/tickets.sql, regress/tickets_expected: Add tests from
-         #210 to the tickets.sql
+       * [r4844] regress/tickets.sql, regress/tickets_expected: Add tests
+         from #210 to the tickets.sql
 
-2009-11-17 04:25  pramsey
+2009-11-17 04:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/Makefile.in, regress/tickets.sql,
+       * [r4843] regress/Makefile.in, regress/tickets.sql,
          regress/tickets_expected: Add tickets.sql and expected tests
          derived from old trac entries (#214)
 
-2009-11-16 23:30  pramsey
+2009-11-16 23:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/wmsservers.sql, regress/wmsservers_expected: Add
+       * [r4842] regress/wmsservers.sql, regress/wmsservers_expected: Add
          identifying lines to SQL so that error lines are easier to find.
 
-2009-11-16 23:22  pramsey
+2009-11-16 23:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/Makefile.in: Remove trailing space from libname
+       * [r4841] regress/Makefile.in: Remove trailing space from libname
 
-2009-11-16 22:01  pramsey
+2009-11-16 22:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/Makefile.in: Add in hack to match the library .so
+       * [r4840] regress/Makefile.in: Add in hack to match the library .so
          substition name to the one produced by a particular PgSQL
          version. (#219)
 
-2009-11-16 21:13  pramsey
+2009-11-16 21:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/Makefile.in, regress/wmsservers.sql,
+       * [r4839] regress/Makefile.in, regress/wmsservers.sql,
          regress/wmsservers_expected: Add in tests for
          MapServer/Geoserver-style SQL calls. (#224)
 
-2009-11-16 20:25  pramsey
+2009-11-16 20:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Make scripts version independent of library
+       * [r4838] configure.ac: Make scripts version independent of library
          micro-version.
 
-2009-11-16 19:52  pramsey
+2009-11-16 19:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, utils/read_scripts_version.pl: Make
+       * [r4837] configure.ac, utils/read_scripts_version.pl: Make
          POSTGIS_SCRIPTS_VERSION reflect the maximum SVN version of the
          SQL input files. (#242)
 
-2009-11-16 19:47  kneufeld
+2009-11-16 19:47  Kevin Neufeld <kneufeld@refractions.net>
 
-       * postgis/postgis.sql.in.c, regress/Makefile.in,
+       * [r4836] postgis/postgis.sql.in.c, regress/Makefile.in,
          regress/dumppoints.sql, regress/dumppoints_expected: Ticket #76.
          - added a modified version of a plpgsql implementation for
          ST_DumpPoints() proposed by Maxime van Noppen.
          - added regression tests
 
-2009-11-16 19:10  pramsey
+2009-11-16 19:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_inout.c: Make an unknown geography SRID
+       * [r4835] postgis/geography_inout.c: Make an unknown geography SRID
          translate to a 4326 geometry SRID during a cast (#298)
 
-2009-11-16 19:06  robe
+2009-11-16 19:06  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: forgot availability note
+       * [r4834] doc/reference_constructor.xml: forgot availability note
 
-2009-11-16 19:04  robe
+2009-11-16 19:04  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_constructor.xml: fix typos in ST_MakeEnvelope (at
-         least he tries :) )
+       * [r4833] doc/reference_constructor.xml: fix typos in
+         ST_MakeEnvelope (at least he tries :) )
 
-2009-11-16 18:46  pramsey
+2009-11-16 18:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_constructor.xml, regress/regress.sql,
+       * [r4832] doc/reference_constructor.xml, regress/regress.sql,
          regress/regress_expected: Add doco and regression tests for
          ST_MakeEnvelope() (#199)
 
-2009-11-16 18:28  pramsey
+2009-11-16 18:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c: Add
-         ST_MakeEnvelope() constructor, terse function for making bbox
-         polygons. (#199)
+       * [r4831] postgis/lwgeom_functions_basic.c,
+         postgis/postgis.sql.in.c: Add ST_MakeEnvelope() constructor,
+         terse function for making bbox polygons. (#199)
 
-2009-11-16 13:50  robe
+2009-11-16 13:50  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest_subset.sql.xsl: revise to deal with
-         boolean arguments
+       * [r4830] doc/xsl/postgis_gardentest_subset.sql.xsl: revise to deal
+         with boolean arguments
 
-2009-11-16 12:57  robe
+2009-11-16 12:57  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Update geography transform
-         description to reflect new cowboy transform hack strategy :).
-         Need to update functions as well once Olivier has stopped kicking
-         dust.
+       * [r4829] doc/xsl/postgis_aggs_mm.xml.xsl: Update geography
+         transform description to reflect new cowboy transform hack
+         strategy :). Need to update functions as well once Olivier has
+         stopped kicking dust.
 
-2009-11-16 05:55  robe
+2009-11-16 05:55  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: More encouragement to use GEOS 3.2 :)
+       * [r4827] doc/installation.xml: More encouragement to use GEOS 3.2
+         :)
 
-2009-11-16 05:53  robe
+2009-11-16 05:53  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: get rid of reference to loading
+       * [r4826] doc/installation.xml: get rid of reference to loading
          geography.sql (now integrated in postgis.sql)
 
-2009-11-16 00:28  colivier
+2009-11-16 00:28  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/Makefile.in, doc/postgis.xml, doc/reference.xml: revert
-         Makefile.in reference.xml and postgis.xml to r4816. Need to fix
-         NewFunction reference to go further :(
+       * [r4824] doc/Makefile.in, doc/postgis.xml, doc/reference.xml:
+         revert Makefile.in reference.xml and postgis.xml to r4816. Need
+         to fix NewFunction reference to go further :(
 
-2009-11-16 00:27  pramsey
+2009-11-16 00:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_measurement.c, postgis/lwgeom_transform.c:
-         Cowboy triumphs. (#304)
+       * [r4823] postgis/geography_measurement.c,
+         postgis/lwgeom_transform.c: Cowboy triumphs. (#304)
 
-2009-11-15 23:13  pramsey
+2009-11-15 23:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_measurement.c: Actually use Antarctic
+       * [r4822] postgis/geography_measurement.c: Actually use Antarctic
          stereographic for antarctic points. (#304)
 
-2009-11-15 22:17  colivier
+2009-11-15 22:17  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/Makefile.in: Add final semicolon. Remove useless copy related
-         to reference.xml
+       * [r4821] doc/Makefile.in: Add final semicolon. Remove useless copy
+         related to reference.xml
 
-2009-11-15 22:03  colivier
+2009-11-15 22:03  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/Makefile.in: Add forgotten .xml (in pdf rule)
+       * [r4820] doc/Makefile.in: Add forgotten .xml (in pdf rule)
 
-2009-11-15 21:55  colivier
+2009-11-15 21:55  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/Makefile.in: Add forgotten .xml in postgis-out rule
+       * [r4819] doc/Makefile.in: Add forgotten .xml in postgis-out rule
 
-2009-11-15 21:23  colivier
+2009-11-15 21:23  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/Makefile.in: Update Makefile rules, related to reference.xml
-         split (r4817)
+       * [r4818] doc/Makefile.in: Update Makefile rules, related to
+         reference.xml split (r4817)
 
-2009-11-15 20:39  colivier
+2009-11-15 20:39  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/postgis.xml, doc/reference.xml, doc/reference_accessor.xml,
-         doc/reference_constructor.xml, doc/reference_editor.xml,
-         doc/reference_exception.xml, doc/reference_lrs.xml,
-         doc/reference_management.xml, doc/reference_measure.xml,
-         doc/reference_misc.xml, doc/reference_operator.xml,
-         doc/reference_output.xml, doc/reference_processing.xml,
-         doc/reference_transaction.xml: Split reference.xml on several sub
-         files (upon sect1). Use entity to avoid redundant
-         compliant/support text (SFS, SQL/MM, Z/M dimensions, Curve
-         support)
+       * [r4817] doc/postgis.xml, doc/reference.xml,
+         doc/reference_accessor.xml, doc/reference_constructor.xml,
+         doc/reference_editor.xml, doc/reference_exception.xml,
+         doc/reference_lrs.xml, doc/reference_management.xml,
+         doc/reference_measure.xml, doc/reference_misc.xml,
+         doc/reference_operator.xml, doc/reference_output.xml,
+         doc/reference_processing.xml, doc/reference_transaction.xml:
+         Split reference.xml on several sub files (upon sect1). Use entity
+         to avoid redundant compliant/support text (SFS, SQL/MM, Z/M
+         dimensions, Curve support)
 
-2009-11-15 19:52  pramsey
+2009-11-15 19:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql.c: Handle odd ArcMap
-         scinotation for large ints. (#38)
+       * [r4816] loader/shp2pgsql-core.c, loader/shp2pgsql.c: Handle odd
+         ArcMap scinotation for large ints. (#38)
 
-2009-11-15 19:32  pramsey
+2009-11-15 19:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/run_test: Add locale handling by setting to 'C' (#303)
+       * [r4815] regress/run_test: Add locale handling by setting to 'C'
+         (#303)
 
-2009-11-15 19:23  pramsey
+2009-11-15 19:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_btree.c: Make the _cmp and _eq methods use the
-         same equality conditions so that
+       * [r4814] postgis/geography_btree.c: Make the _cmp and _eq methods
+         use the same equality conditions so that
          indexed and unindexed answers will be the same. (#292)
 
-2009-11-14 21:14  pramsey
+2009-11-14 21:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_measurement.c: Move the polar stereographic
-         line a little further north in bestsrid. (#304)
+       * [r4812] postgis/geography_measurement.c: Move the polar
+         stereographic line a little further north in bestsrid. (#304)
 
-2009-11-14 03:49  robe
+2009-11-14 03:49  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: missing ST_DWithin geography spheroid proto
+       * [r4810] doc/reference.xml: missing ST_DWithin geography spheroid
+         proto
 
-2009-11-14 00:40  pramsey
+2009-11-14 00:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis, postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c,
-         utils/postgis_proc_upgrade.pl: Add testing and drop deprecated
-         functions (#202)
+       * [r4806] postgis, postgis/postgis.sql.in.c,
+         postgis/postgis_drop.sql.in.c, utils/postgis_proc_upgrade.pl: Add
+         testing and drop deprecated functions (#202)
 
-2009-11-13 22:13  pramsey
+2009-11-13 22:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/Makefile.in, utils/postgis_proc_upgrade.pl: Build out
-         version specific upgrade scripts.
+       * [r4804] postgis/Makefile.in, utils/postgis_proc_upgrade.pl: Build
+         out version specific upgrade scripts.
 
-2009-11-13 20:04  pramsey
+2009-11-13 20:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis.sql.in.c, postgis/sqldefines.h.in,
+       * [r4803] postgis/postgis.sql.in.c, postgis/sqldefines.h.in,
          utils/postgis_proc_upgrade.pl: First baby steps towards
          version-specific loader
 
-2009-11-13 15:28  robe
+2009-11-13 15:28  Regina Obe <lr@pcorp.us>
 
-       * doc/release_notes.xml: libxml preferable
+       * [r4802] doc/release_notes.xml: libxml preferable
 
-2009-11-13 15:27  robe
+2009-11-13 15:27  Regina Obe <lr@pcorp.us>
 
-       * doc/release_notes.xml: fix Paul's bad spelling, add KML in output
-         list, link to what's new in PostGIS 1.5 section, GEOS 3.2
-         preferred
+       * [r4801] doc/release_notes.xml: fix Paul's bad spelling, add KML
+         in output list, link to what's new in PostGIS 1.5 section, GEOS
+         3.2 preferred
 
-2009-11-13 03:35  robe
+2009-11-13 03:35  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: fix formatting in ST_LineCrossingDirection
-         (replace tabs with spaces)-- show new corrected output after #272
-         - should be negatively symmetric fix
+       * [r4795] doc/reference.xml: fix formatting in
+         ST_LineCrossingDirection (replace tabs with spaces)-- show new
+         corrected output after #272 - should be negatively symmetric fix
 
-2009-11-12 19:00  pramsey
+2009-11-12 19:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis.sql.in.c: Walk back function deletions of ST_
-         functions under types and operators, these can't be dropped
+       * [r4794] postgis/postgis.sql.in.c: Walk back function deletions of
+         ST_ functions under types and operators, these can't be dropped
          during an in-place upgrade, *sigh*. (#195)
 
-2009-11-12 04:09  pramsey
+2009-11-12 04:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c, postgis/lwgeom_gist.c: Remove
-         old version ifdefs for versions < PgSQL 8.3 (#290)
+       * [r4793] postgis/lwgeom_functions_basic.c, postgis/lwgeom_gist.c:
+         Remove old version ifdefs for versions < PgSQL 8.3 (#290)
 
-2009-11-11 19:57  pramsey
+2009-11-11 19:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
+       * [r4789] liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
          regress/regress_expected: Update behavior of lwgeom_same to match
          "orderingequals" semantics (#289)
 
-2009-11-11 19:35  pramsey
+2009-11-11 19:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Slightly loosen equality tolerance check
-         for point in cone... does this fix cunit regressions?
+       * [r4788] liblwgeom/lwgeodetic.c: Slightly loosen equality
+         tolerance check for point in cone... does this fix cunit
+         regressions?
 
-2009-11-11 19:02  pramsey
+2009-11-11 19:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
-         liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h: Simplify code
-         and improve consistency of linecrossing results (#272)
+       * [r4786] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_algorithm.h, liblwgeom/lwalgorithm.c,
+         liblwgeom/lwalgorithm.h: Simplify code and improve consistency of
+         linecrossing results (#272)
 
-2009-11-11 00:00  pramsey
+2009-11-11 00:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_btree.c: Remove GisT headers from file and set
-         keywords.
+       * [r4784] postgis/geography_btree.c: Remove GisT headers from file
+         and set keywords.
 
-2009-11-10 23:58  pramsey
+2009-11-10 23:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_btree.c: Make the = operator do a pure equality
-         test
+       * [r4783] postgis/geography_btree.c: Make the = operator do a pure
+         equality test
 
-2009-11-10 20:39  pramsey
+2009-11-10 20:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/Makefile.in, postgis/geography.sql.in.c,
+       * [r4779] postgis/Makefile.in, postgis/geography.sql.in.c,
          postgis/geography_btree.c: Stub implementation of ordering
          operators (#292)
 
-2009-11-10 19:30  pramsey
+2009-11-10 19:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c, postgis/geography.h,
+       * [r4778] liblwgeom/lwgeodetic.c, postgis/geography.h,
          postgis/geography.sql.in.c, postgis/geography_gist.c,
          postgis/geography_measurement.c: Apply handling for EMPTY
          geometries to all geography functions per the
          DevWikiEmptyGeometry page.
 
-2009-11-10 18:34  robe
+2009-11-10 18:34  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: put logic to recognize
-         boolean and KML text args. Exclude ST_GeomFromKML and
+       * [r4777] doc/xsl/postgis_gardentest.sql.xsl: put logic to
+         recognize boolean and KML text args. Exclude ST_GeomFromKML and
          ST_GeomFromGML from testing until crashing problem under mingw is
          resolved.
 
-2009-11-10 12:45  robe
+2009-11-10 12:45  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: put availability note first in
-         what's new for 1.5. Some of the functions aren't new but support
-         geography or have behavior change. Easier if that note comes
-         first. Will change for prior what's new later if this looks okay.
+       * [r4774] doc/xsl/postgis_aggs_mm.xml.xsl: put availability note
+         first in what's new for 1.5. Some of the functions aren't new but
+         support geography or have behavior change. Easier if that note
+         comes first. Will change for prior what's new later if this looks
+         okay.
 
-2009-11-10 12:18  robe
+2009-11-10 12:18  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: using (T) to denote Paul's
-         transform hacks and noting what that (T) means. Will eventually
-         use to generate super duper function compare matrix :)
+       * [r4773] doc/xsl/postgis_aggs_mm.xml.xsl: using (T) to denote
+         Paul's transform hacks and noting what that (T) means. Will
+         eventually use to generate super duper function compare matrix :)
 
-2009-11-10 12:13  robe
+2009-11-10 12:13  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Put in ST_Intersection proto for geography
+       * [r4772] doc/reference.xml: Put in ST_Intersection proto for
+         geography
 
-2009-11-10 12:08  robe
+2009-11-10 12:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: add ST_Intersects proto for geography
+       * [r4771] doc/reference.xml: add ST_Intersects proto for geography
 
-2009-11-10 11:57  robe
+2009-11-10 11:57  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Add ST_GeomFromKML, add some grammar
+       * [r4770] doc/reference.xml: Add ST_GeomFromKML, add some grammar
          corrections to ST_GeomFromGML
 
-2009-11-08 19:05  colivier
+2009-11-08 19:05  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/Makefile.in, postgis/lwgeom_in_kml.c,
+       * [r4769] postgis/Makefile.in, postgis/lwgeom_in_kml.c,
          postgis/postgis.sql.in.c, regress/Makefile.in,
          regress/in_kml.sql, regress/in_kml_expected: Initial version of
          ST_GeomFromKML function and related units tests
 
-2009-11-08 19:02  colivier
+2009-11-08 19:02  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c: remove an unused var. minor comment
-         change
+       * [r4768] postgis/lwgeom_in_gml.c: remove an unused var. minor
+         comment change
 
-2009-11-08 06:42  colivier
+2009-11-08 06:42  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference.xml: Complete ST_GeomFromGML documentation. Add
-         ST_GMLToSQL documentation entry. (Please tks to read back as my
-         english grammar is far to be perfect)
+       * [r4767] doc/reference.xml: Complete ST_GeomFromGML documentation.
+         Add ST_GMLToSQL documentation entry. (Please tks to read back as
+         my english grammar is far to be perfect)
 
-2009-11-07 16:49  pramsey
+2009-11-07 16:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * TODO: Remove TODO items that have actually been done.
+       * [r4766] TODO: Remove TODO items that have actually been done.
 
-2009-11-07 16:17  pramsey
+2009-11-07 16:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Make the configure-time test for PgSQL version
-         check for 8.3+ (#290)
+       * [r4765] configure.ac: Make the configure-time test for PgSQL
+         version check for 8.3+ (#290)
 
-2009-11-07 01:47  pramsey
+2009-11-07 01:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/run_test: Drop database when function loads fail in
-         regression tests. (#77)
+       * [r4764] regress/run_test: Drop database when function loads fail
+         in regression tests. (#77)
 
-2009-11-07 01:31  pramsey
+2009-11-07 01:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_gist.c, postgis/postgis.sql.in.c,
+       * [r4763] postgis/lwgeom_gist.c, postgis/postgis.sql.in.c,
          postgis/sqlmm.sql.in.c, regress/regress.sql,
          regress/regress_expected: Make ~= be a bounding box only operator
          and upgrade ST_Equals() and ST_OrderingEquals() to match the new
          See also #289 for an odd quirk discovered while updating
          regression tests.
 
-2009-11-07 00:33  pramsey
+2009-11-07 00:33  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c: Add text wrappers to functions we
-         commonly expect people to call with text arguments but expect
-         implicit casting to geometry. (#252)
+       * [r4762] postgis/geography.sql.in.c: Add text wrappers to
+         functions we commonly expect people to call with text arguments
+         but expect implicit casting to geometry. (#252)
 
-2009-11-07 00:12  pramsey
+2009-11-07 00:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-         liblwgeom/lwgeodetic.c: Fix for point-on-vertex case of st_covers
-         (#271)
+       * [r4761] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h, liblwgeom/lwgeodetic.c: Fix for
+         point-on-vertex case of st_covers (#271)
 
-2009-11-06 22:55  pramsey
+2009-11-06 22:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * utils/read_scripts_version.pl: Utility to read svn revision
-         numbers from SQL scripts.
+       * [r4760] utils/read_scripts_version.pl: Utility to read svn
+         revision numbers from SQL scripts.
 
-2009-11-06 22:49  colivier
+2009-11-06 22:49  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c, regress/in_gml.sql,
+       * [r4759] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
          regress/in_gml_expected: finalize Xlink support (GML SF-2 fully
          compliant). Fix typo on PointProperty/Point. Few comments and
          style corrections. Update unit tests.
 
-2009-11-06 21:45  pramsey
+2009-11-06 21:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/Makefile.in, postgis/postgis.sql.in.c: Make geography.sql
-         part of the standard postgis.sql build.
+       * [r4758] postgis/Makefile.in, postgis/postgis.sql.in.c: Make
+         geography.sql part of the standard postgis.sql build.
 
-2009-11-06 20:46  pramsey
+2009-11-06 20:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis, doc/installation.xml, doc/release_notes.xml,
-         postgis/geography.sql.in.c, postgis/postgis.sql.in.c: Add costs
-         to CPU intensive C functions and update doco to ensure 8.3 is the
-         referenced minimum PgSQL version. (#230)
+       * [r4757] README.postgis, doc/installation.xml,
+         doc/release_notes.xml, postgis/geography.sql.in.c,
+         postgis/postgis.sql.in.c: Add costs to CPU intensive C functions
+         and update doco to ensure 8.3 is the referenced minimum PgSQL
+         version. (#230)
 
-2009-11-06 17:30  pramsey
+2009-11-06 17:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference.xml: Update documentation for those functions
-         affected by RFC3. They are all internal functions that are going
-         to disappear in 2.0, might be better to simply remove them, but
-         for now...
+       * [r4755] doc/reference.xml: Update documentation for those
+         functions affected by RFC3. They are all internal functions that
+         are going to disappear in 2.0, might be better to simply remove
+         them, but for now...
 
-2009-11-05 20:20  pramsey
+2009-11-05 20:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c: Fix for #157,
-         ST_GeometryType output doesn't correctly identify curved
+       * [r4752] postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c: Fix for
+         #157, ST_GeometryType output doesn't correctly identify curved
          geometries
 
-2009-11-05 19:29  pramsey
+2009-11-05 19:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/regress_lrs_expected: Fix for new LRS regression (#283)
+       * [r4751] regress/regress_lrs_expected: Fix for new LRS regression
+         (#283)
 
-2009-11-05 19:04  pramsey
+2009-11-05 19:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
-         postgis/sqlmm.sql.in.c, regress/regress.sql,
-         regress/regress_expected, regress/regress_ogc.sql,
-         regress/regress_ogc_expected: Implement RFC3 (#195)
+       * [r4750] postgis/lwgeom_functions_basic.c,
+         postgis/postgis.sql.in.c, postgis/sqlmm.sql.in.c,
+         regress/regress.sql, regress/regress_expected,
+         regress/regress_ogc.sql, regress/regress_ogc_expected: Implement
+         RFC3 (#195)
 
-2009-11-05 04:55  pramsey
+2009-11-05 04:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_in_gml.c: Some initializations and a null pointer
-         avoidance test (#273)
+       * [r4749] postgis/lwgeom_in_gml.c: Some initializations and a null
+         pointer avoidance test (#273)
 
-2009-11-05 00:58  pramsey
+2009-11-05 00:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c, postgis/lwgeom_geos.c: Add
+       * [r4748] postgis/geography.sql.in.c, postgis/lwgeom_geos.c: Add
          ST_Intersection() and ST_Intersects() for geography.
 
-2009-11-05 00:43  pramsey
+2009-11-05 00:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * utils/postgis_restore.pl: Remove createdb_opt lines from psql and
-         createlang calls. (#228)
+       * [r4746] utils/postgis_restore.pl: Remove createdb_opt lines from
+         psql and createlang calls. (#228)
 
-2009-11-05 00:37  pramsey
+2009-11-05 00:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_lrs.c: Make non-M attempts to run LRS
-         functions error out instead of return NULL (#113)
+       * [r4745] postgis/lwgeom_functions_lrs.c: Make non-M attempts to
+         run LRS functions error out instead of return NULL (#113)
 
-2009-11-04 23:51  pramsey
+2009-11-04 23:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_in_gml.c: Fix for #273? Some unitialized variables
-         may have been causing problems. Initializing them fixed this
-         problem for me.
+       * [r4744] postgis/lwgeom_in_gml.c: Fix for #273? Some unitialized
+         variables may have been causing problems. Initializing them fixed
+         this problem for me.
 
-2009-11-04 23:03  pramsey
+2009-11-04 23:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos.c: Fix hausdorf crasher (#279)
+       * [r4743] postgis/lwgeom_geos.c: Fix hausdorf crasher (#279)
 
-2009-11-04 21:19  colivier
+2009-11-04 21:19  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/wktparse.lex: revert wrong commit (r4741) on
+       * [r4742] liblwgeom/wktparse.lex: revert wrong commit (r4741) on
          wktparse.lex file
 
-2009-11-04 21:10  colivier
+2009-11-04 21:10  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/wktparse.lex, postgis/lwgeom_in_gml.c,
+       * [r4741] liblwgeom/wktparse.lex, postgis/lwgeom_in_gml.c,
          regress/in_gml.sql, regress/in_gml_expected: Allow a double to
          not have digit after dot (related to #175). Update unit test case
 
-2009-11-04 20:35  pramsey
+2009-11-04 20:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lex.yy.c, liblwgeom/wktparse.lex: Fix for #175, numbers
-         with a terminal decimal won't parse.
+       * [r4739] liblwgeom/lex.yy.c, liblwgeom/wktparse.lex: Fix for #175,
+         numbers with a terminal decimal won't parse.
 
-2009-11-04 18:59  robe
+2009-11-04 18:59  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: amend ST_Length to include use_spheroid proto
-         and amend examples to state new default behavior
+       * [r4737] doc/reference.xml: amend ST_Length to include
+         use_spheroid proto and amend examples to state new default
+         behavior
 
-2009-11-04 18:47  pramsey
+2009-11-04 18:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_gist.c: Allow ~= operator to recheck, per #253.
+       * [r4736] postgis/lwgeom_gist.c: Allow ~= operator to recheck, per
+         #253.
 
-2009-11-04 11:57  robe
+2009-11-04 11:57  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: type correction in ST_BuildArea output. Add
-         additional proto to ST_Area and correct the example to show the
-         new spheroid measurement default
+       * [r4735] doc/reference.xml: type correction in ST_BuildArea
+         output. Add additional proto to ST_Area and correct the example
+         to show the new spheroid measurement default
 
-2009-11-04 09:53  colivier
+2009-11-04 09:53  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c: Give priority to gml namespace attribute
-         if any. Apply a fix on ring incrementation (Surface/interior)
+       * [r4734] postgis/lwgeom_in_gml.c: Give priority to gml namespace
+         attribute if any. Apply a fix on ring incrementation
+         (Surface/interior)
 
-2009-11-04 03:27  pramsey
+2009-11-04 03:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c, postgis/geography_measurement.c:
-         Change ST_Area(geog) to defaul to spheroid calculation.
+       * [r4733] postgis/geography.sql.in.c,
+         postgis/geography_measurement.c: Change ST_Area(geog) to defaul
+         to spheroid calculation.
 
-2009-11-04 00:13  pramsey
+2009-11-04 00:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Remove
-         unit test failure cases in 32-bit architectures. Now have to test
-         correctness
+       * [r4732] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
+         Remove unit test failure cases in 32-bit architectures. Now have
+         to test correctness
          of algorithms on test data in 64-bit environment.
 
-2009-11-03 22:26  colivier
+2009-11-03 22:26  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c, regress/in_gml.sql,
+       * [r4731] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
          regress/in_gml_expected: Initial support of Xlink. Add related
          units tests. Few cleaning
 
-2009-11-03 22:24  colivier
+2009-11-03 22:24  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * configure.ac: Add xpath headers support for libxml2
+       * [r4730] configure.ac: Add xpath headers support for libxml2
 
-2009-11-03 21:24  pramsey
+2009-11-03 21:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
+       * [r4729] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
          liblwgeom/lwspheroid.c: File headers and property setting.
 
-2009-11-03 21:16  pramsey
+2009-11-03 21:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_measurement.c: Add in handlers to avoid sheroid
-         area cases we currently cannot handle.
+       * [r4728] postgis/geography_measurement.c: Add in handlers to avoid
+         sheroid area cases we currently cannot handle.
 
-2009-11-03 21:13  pramsey
+2009-11-03 21:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference.xml: Slight change in ST_Area wording.
+       * [r4727] doc/reference.xml: Slight change in ST_Area wording.
 
-2009-11-03 15:32  robe
+2009-11-03 15:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: amend distance proto and example -- now we
-         default to spheroid
+       * [r4726] doc/reference.xml: amend distance proto and example --
+         now we default to spheroid
 
-2009-11-03 13:36  colivier
+2009-11-03 13:36  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c, regress/in_gml.sql,
+       * [r4725] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
          regress/in_gml_expected: Add namespace support. Add pointProperty
          and pointRep support. Fix pos and posList spaces inside
          coordinates issue. Comments update. Update unit tests
 
-2009-11-03 10:03  robe
+2009-11-03 10:03  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: get rid of extra para tag
+       * [r4724] doc/reference.xml: get rid of extra para tag
 
-2009-11-03 09:47  robe
+2009-11-03 09:47  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: more typo fixing
+       * [r4723] doc/reference.xml: more typo fixing
 
-2009-11-03 09:33  robe
+2009-11-03 09:33  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: fix typo
+       * [r4722] doc/reference.xml: fix typo
 
-2009-11-03 05:19  robe
+2009-11-03 05:19  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Document ST_Buffer for geography and caveats
+       * [r4721] doc/reference.xml: Document ST_Buffer for geography and
+         caveats
 
-2009-11-03 02:58  pramsey
+2009-11-03 02:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwspheroid.c: Re-enable
-         other geodetic unit tests and remove Java code block.
+       * [r4720] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwspheroid.c:
+         Re-enable other geodetic unit tests and remove Java code block.
 
-2009-11-03 00:36  pramsey
+2009-11-03 00:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-         liblwgeom/g_box.c, liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
+       * [r4719] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h, liblwgeom/g_box.c,
+         liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeodetic.h, liblwgeom/lwspheroid.c,
          postgis/geography.h, postgis/geography.sql.in.c,
          postgis/geography_measurement.c: First cut of ST_Area(geography)
          on spheroid. Currently not default, use ST_Area(geog, true) to
          enable it. Beware of limitations over poles and eequator.
 
-2009-11-02 12:05  robe
+2009-11-02 12:05  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: minor corrections to
+       * [r4717] doc/reference.xml: minor corrections to
          ST_distance_sphere/spheroid descriptions
 
-2009-11-01 22:31  robe
+2009-11-01 22:31  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: amend doc for st_distance_sphere,
+       * [r4716] doc/reference.xml: amend doc for st_distance_sphere,
          st_distance_spheroid to reflect expanded support.
 
-2009-10-31 05:05  pramsey
+2009-10-31 05:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_spheroid.c: Make distance_spher(oid) functions a
-         little more type safe.
+       * [r4713] postgis/lwgeom_spheroid.c: Make distance_spher(oid)
+         functions a little more type safe.
 
-2009-10-31 04:53  pramsey
+2009-10-31 04:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_spheroid.c, postgis/postgis.sql.in.c: Update
-         distance_sphere and distance_spheroid to back onto new geodetic
-         handlers and support generic geometry.
+       * [r4712] postgis/lwgeom_spheroid.c, postgis/postgis.sql.in.c:
+         Update distance_sphere and distance_spheroid to back onto new
+         geodetic handlers and support generic geometry.
 
-2009-10-31 00:10  pramsey
+2009-10-31 00:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_inout.c: Tighten up geometry->geography case
-         (#265)
+       * [r4711] postgis/geography_inout.c: Tighten up geometry->geography
+         case (#265)
 
-2009-10-31 00:01  pramsey
+2009-10-31 00:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-         liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
-         liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-         liblwgeom/lwspheroid.c, liblwgeom/lwspheroid.h,
-         postgis/geography.sql.in.c, postgis/geography_measurement.c: Add
-         ST_Length() implementation on spheroid and rationalize the
-         sphere/spheroid implementations into
+       * [r4710] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h, liblwgeom/libgeom.h,
+         liblwgeom/liblwgeom.h, liblwgeom/lwgeodetic.c,
+         liblwgeom/lwgeodetic.h, liblwgeom/lwspheroid.c,
+         liblwgeom/lwspheroid.h, postgis/geography.sql.in.c,
+         postgis/geography_measurement.c: Add ST_Length() implementation
+         on spheroid and rationalize the sphere/spheroid implementations
+         into
          a smaller shared set of functions.
 
-2009-10-30 20:45  pramsey
+2009-10-30 20:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
+       * [r4709] liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
          liblwgeom/lwspheroid.c, liblwgeom/lwspheroid.h,
          postgis/geography.h, postgis/geography.sql.in.c,
          postgis/geography_measurement.c: Add in spheroid calculations for
          ST_Distance and ST_DWithin.
 
-2009-10-30 19:00  robe
+2009-10-30 19:00  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Add link to new compatibility matrix
+       * [r4708] doc/installation.xml: Add link to new compatibility
+         matrix
 
-2009-10-29 20:31  colivier
+2009-10-29 20:31  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c, regress/in_gml.sql: Change dimension to
-         srsDimension (GML 3.1.1)
+       * [r4705] postgis/lwgeom_in_gml.c, regress/in_gml.sql: Change
+         dimension to srsDimension (GML 3.1.1)
 
-2009-10-29 20:21  colivier
+2009-10-29 20:21  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_gml.c, regress/gml_expected: Change attribute
-         dimension into srsDimension (GML 3.1.1), cf #276
+       * [r4704] postgis/lwgeom_gml.c, regress/gml_expected: Change
+         attribute dimension into srsDimension (GML 3.1.1), cf #276
 
-2009-10-29 19:53  pramsey
+2009-10-29 19:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwspheroid.c: Minor changes for numerical stability.
-         Remove logging.
+       * [r4702] liblwgeom/lwspheroid.c: Minor changes for numerical
+         stability. Remove logging.
 
-2009-10-29 19:41  pramsey
+2009-10-29 19:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.h: Increase precision of minor axis constant.
+       * [r4701] postgis/geography.h: Increase precision of minor axis
+         constant.
 
-2009-10-29 19:24  pramsey
+2009-10-29 19:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/cu_geodetic.c,
+       * [r4700] liblwgeom/Makefile.in, liblwgeom/cunit/cu_geodetic.c,
          liblwgeom/cunit/cu_geodetic.h, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeodetic.h, liblwgeom/lwspheroid.c,
          liblwgeom/lwspheroid.h: Spheroid distance calculation between
          points added.
 
-2009-10-29 18:42  colivier
+2009-10-29 18:42  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c, regress/in_gml.sql,
+       * [r4699] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
          regress/in_gml_expected: Add mixed GML srs support. Add ability
          to deal with lat/lon issue in GML 3. Fix GML collection units
          tests. Update units tests
 
-2009-10-29 18:40  colivier
+2009-10-29 18:40  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_transform.c, postgis/lwgeom_transform.h: Expose
-         transform_point, make_project and GetProj4StringSPI. Creation of
-         lwgem_transform.h
+       * [r4698] postgis/lwgeom_transform.c, postgis/lwgeom_transform.h:
+         Expose transform_point, make_project and GetProj4StringSPI.
+         Creation of lwgem_transform.h
 
-2009-10-29 14:21  colivier
+2009-10-29 14:21  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * regress/kml_expected: Update unit test result, related to error
-         message change (r4662 in lwgeom_transform.c)
+       * [r4697] regress/kml_expected: Update unit test result, related to
+         error message change (r4662 in lwgeom_transform.c)
 
-2009-10-29 14:08  colivier
+2009-10-29 14:08  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_gml.c, regress/gml.sql, regress/gml_expected: Add
-         attribute dimension in gml:pos and gml:posList. Fix
-         geometrycollection invalid GML output. Update units test. Cf #276
+       * [r4696] postgis/lwgeom_gml.c, regress/gml.sql,
+         regress/gml_expected: Add attribute dimension in gml:pos and
+         gml:posList. Fix geometrycollection invalid GML output. Update
+         units test. Cf #276
 
-2009-10-28 23:05  pramsey
+2009-10-28 23:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_gist.c: Note why the penalty function was
-         changed.
+       * [r4694] postgis/geography_gist.c: Note why the penalty function
+         was changed.
 
-2009-10-28 23:02  pramsey
+2009-10-28 23:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_gist.c: Remove overly clever penalty
+       * [r4693] postgis/geography_gist.c: Remove overly clever penalty
          calculation and improve index structure a lot!
 
-2009-10-28 18:38  pramsey
+2009-10-28 18:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_gist.c: Fill in actual error condition
+       * [r4692] postgis/geography_gist.c: Fill in actual error condition
 
-2009-10-28 18:20  pramsey
+2009-10-28 18:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_gist.c, postgis/geography_measurement.c: Fix
-         error in picksplit routine, perhaps will fix balance problem.
+       * [r4691] postgis/geography_gist.c,
+         postgis/geography_measurement.c: Fix error in picksplit routine,
+         perhaps will fix balance problem.
 
-2009-10-28 12:13  robe
+2009-10-28 12:13  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: slight attribution update
+       * [r4690] doc/introduction.xml: slight attribution update
 
-2009-10-28 11:56  robe
+2009-10-28 11:56  Regina Obe <lr@pcorp.us>
 
-       * doc/release_notes.xml: minor update to release notes (copying
-         content from branch 1.3 not in trunk)
+       * [r4689] doc/release_notes.xml: minor update to release notes
+         (copying content from branch 1.3 not in trunk)
 
-2009-10-28 11:47  robe
+2009-10-28 11:47  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: switch pretty tag back to credits --
-         already linked in reference.xml
+       * [r4687] doc/introduction.xml: switch pretty tag back to credits
+         -- already linked in reference.xml
 
-2009-10-28 11:40  robe
+2009-10-28 11:40  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: update credits to include breakout of PSC
-         and bump up people with commit access and currently committing
-         work
+       * [r4686] doc/introduction.xml: update credits to include breakout
+         of PSC and bump up people with commit access and currently
+         committing work
 
-2009-10-28 11:05  robe
+2009-10-28 11:05  Regina Obe <lr@pcorp.us>
 
-       * doc/release_notes.xml: copy release notes text from branch 1.4
-         which is strangely more up to date.
+       * [r4684] doc/release_notes.xml: copy release notes text from
+         branch 1.4 which is strangely more up to date.
 
-2009-10-28 10:58  robe
+2009-10-28 10:58  Regina Obe <lr@pcorp.us>
 
-       * doc/release_notes.xml, doc/reporting.xml: correct links to
-         postgis bug tracker and subversion repository. Also amend the
+       * [r4683] doc/release_notes.xml, doc/reporting.xml: correct links
+         to postgis bug tracker and subversion repository. Also amend the
          release_notes section to reflect newer version changes
 
-2009-10-27 21:39  colivier
+2009-10-27 21:39  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_export.h, postgis/lwgeom_geojson.c,
+       * [r4682] postgis/lwgeom_export.h, postgis/lwgeom_geojson.c,
          postgis/lwgeom_gml.c, postgis/lwgeom_kml.c, postgis/lwgeom_svg.c:
          Fix huge number overflow in export functions, cf #277
 
-2009-10-24 16:37  colivier
+2009-10-24 16:37  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c, regress/in_gml.sql,
+       * [r4680] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
          regress/in_gml_expected: Add multi data coordinates support. Add
          unit test case data_1
 
-2009-10-24 16:35  colivier
+2009-10-24 16:35  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/ptarray.c: Add ptarray_merge
-         function
+       * [r4679] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c: Add
+         ptarray_merge function
 
-2009-10-23 23:16  pramsey
+2009-10-23 23:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Update personal information.
+       * [r4677] doc/postgis.xml: Update personal information.
 
-2009-10-23 16:01  robe
+2009-10-23 16:01  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: typo in example
+       * [r4676] doc/reference.xml: typo in example
 
-2009-10-23 15:51  robe
+2009-10-23 15:51  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: put in availability note for ST_GeomFromGML,
-         link back from ST_AsGML, note about libxml2 required
+       * [r4675] doc/reference.xml: put in availability note for
+         ST_GeomFromGML, link back from ST_AsGML, note about libxml2
+         required
 
-2009-10-23 13:26  robe
+2009-10-23 13:26  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/xsl/postgis_gardentest.sql.xsl,
+       * [r4672] doc/reference.xml, doc/xsl/postgis_gardentest.sql.xsl,
          doc/xsl/postgis_gardentest_subset.sql.xsl: Preliminary
          documentation for ST_GeomFromGML and logic to support gml input
          parameters
 
-2009-10-22 14:08  colivier
+2009-10-22 14:08  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_in_gml.c, regress/in_gml.sql,
+       * [r4671] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
          regress/in_gml_expected: Use ptarray_isclosed3d to check if 3D
          rings are closed also on Z. Update units tests cases
 
-2009-10-22 14:06  colivier
+2009-10-22 14:06  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/ptarray.c: Add
+       * [r4670] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c: Add
          ptarray_isclosed3d function
 
-2009-10-20 15:30  robe
+2009-10-20 15:30  Regina Obe <lr@pcorp.us>
 
-       * configure.ac: fix typo in libxml deactivated notice
+       * [r4669] configure.ac: fix typo in libxml deactivated notice
 
-2009-10-20 13:07  colivier
+2009-10-20 13:07  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis_config.h.in: Add HAVE_LIBXML2
+       * [r4668] postgis_config.h.in: Add HAVE_LIBXML2
 
-2009-10-20 12:54  colivier
+2009-10-20 12:54  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/Makefile.in, postgis/lwgeom_in_gml.c,
+       * [r4667] postgis/Makefile.in, postgis/lwgeom_in_gml.c,
          postgis/postgis.sql.in.c, regress/Makefile.in,
          regress/in_gml.sql, regress/in_gml_expected: Add initial version
          of GeomFromGML function, and units tests cases.
 
-2009-10-20 12:51  colivier
+2009-10-20 12:51  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * configure.ac, postgis/sqldefines.h.in: Add libxml2 support
-         (needed by GeomFromGML)
+       * [r4666] configure.ac, postgis/sqldefines.h.in: Add libxml2
+         support (needed by GeomFromGML)
 
-2009-10-19 12:53  robe
+2009-10-19 12:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: update to include ST_Length for geography
+       * [r4665] doc/reference.xml: update to include ST_Length for
+         geography
 
-2009-10-19 05:05  pramsey
+2009-10-19 05:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c, postgis/geography_measurement.c,
-         postgis/lwgeom_transform.c: Add _ST_BestSRID(Geography) utility
-         function to support ST_Buffer(geography, radius) hack that casts
-         back and forth to geometry.
+       * [r4664] postgis/geography.sql.in.c,
+         postgis/geography_measurement.c, postgis/lwgeom_transform.c: Add
+         _ST_BestSRID(Geography) utility function to support
+         ST_Buffer(geography, radius) hack that casts back and forth to
+         geometry.
 
-2009-10-18 21:15  pramsey
+2009-10-18 21:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_transform.c: Add in support for magic srid numbers
-         that will always be available for UTM WGS84 and polar
+       * [r4663] postgis/lwgeom_transform.c: Add in support for magic srid
+         numbers that will always be available for UTM WGS84 and polar
          stereography. Will be used in wrappers that allow geometry
          functions to be applied to geography.
 
-2009-10-18 04:19  pramsey
+2009-10-18 04:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
+       * [r4662] liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeodetic.h, postgis/geography.sql.in.c,
          postgis/geography_measurement.c: ST_Length(geography) per #266
 
-2009-10-16 23:30  pramsey
+2009-10-16 23:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_gist.c, postgis/lwgeom_gist.c: Muck with index
-         logging code.
+       * [r4661] postgis/geography_gist.c, postgis/lwgeom_gist.c: Muck
+         with index logging code.
 
-2009-10-16 16:33  mcayland
+2009-10-16 16:33  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/geography_estimate.c: Fix the geography <column> &&
-         <column> selectivity code. Now the answers between geometry and
-         geography are reasonably similar :)
+       * [r4660] postgis/geography_estimate.c: Fix the geography <column>
+         && <column> selectivity code. Now the answers between geometry
+         and geography are reasonably similar :)
 
-2009-10-16 16:31  mcayland
+2009-10-16 16:31  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * utils/test_geography_joinestimation.pl: Commit a first-hack
-         attempt at a script to test the geography join estimation code.
+       * [r4659] utils/test_geography_joinestimation.pl: Commit a
+         first-hack attempt at a script to test the geography join
+         estimation code.
 
-2009-10-16 16:23  mcayland
+2009-10-16 16:23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * utils/test_joinestimation.pl: Change "Mixed Geometry Types"
-         message into a warning rather than an error in the existing join
-         estimation test script.
+       * [r4658] utils/test_joinestimation.pl: Change "Mixed Geometry
+         Types" message into a warning rather than an error in the
+         existing join estimation test script.
 
-2009-10-16 13:33  robe
+2009-10-16 13:33  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl,
+       * [r4657] doc/xsl/postgis_gardentest.sql.xsl,
          doc/xsl/postgis_gardentest_subset.sql.xsl: revise to test &&
          against table and also put in some floating points to make tests
          more interesting
 
-2009-10-16 13:01  robe
+2009-10-16 13:01  Regina Obe <lr@pcorp.us>
 
-       * postgis/geography.sql.in.c: #269 get rid of geography -> geometry
-         implicit to make it an explicit cast
+       * [r4656] postgis/geography.sql.in.c: #269 get rid of geography ->
+         geometry implicit to make it an explicit cast
 
-2009-10-16 09:37  strk
+2009-10-16 09:37  Sandro Santilli <strk@keybit.net>
 
-       * loader/README.shp2pgsql, loader/shp2pgsql.c: Tell what the
-         default is for -N in help output and README file
+       * [r4655] loader/README.shp2pgsql, loader/shp2pgsql.c: Tell what
+         the default is for -N in help output and README file
 
-2009-10-15 17:50  mcayland
+2009-10-15 17:50  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/cunit/cu_libgeom.c, liblwgeom/libgeom.h,
+       * [r4654] liblwgeom/cunit/cu_libgeom.c, liblwgeom/libgeom.h,
          postgis/geography_inout.c: Update the TYPMOD_SET_* macros in the
          same way as for the FLAGS_SET_* macros earlier, so that they
          actually change the variable they reference.
 
-2009-10-15 17:45  mcayland
+2009-10-15 17:45  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * utils/test_geography_estimation.pl: Add (slightly hacked) version
-         of geography selectivity test script to the repo.
+       * [r4653] utils/test_geography_estimation.pl: Add (slightly hacked)
+         version of geography selectivity test script to the repo.
 
-2009-10-15 17:44  mcayland
+2009-10-15 17:44  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * utils/test_estimation.pl: Fix test_estimation.pl script so it
-         doesn't require oids - no-one uses these in the 21st century...
+       * [r4652] utils/test_estimation.pl: Fix test_estimation.pl script
+         so it doesn't require oids - no-one uses these in the 21st
+         century...
 
-2009-10-15 15:35  mcayland
+2009-10-15 15:35  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_libgeom.c,
-         liblwgeom/g_coord.c, liblwgeom/g_serialized.c,
-         liblwgeom/g_util.c, liblwgeom/libgeom.h,
-         postgis/geography_estimate.c, postgis/geography_gist.c,
-         postgis/geography_inout.c: Alter the FLAGS_SET_* macros so that
-         they actually update the specified flag variable, rather than
-         just returning the new value of the flag variable.
+       * [r4651] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_coord.c,
+         liblwgeom/g_serialized.c, liblwgeom/g_util.c,
+         liblwgeom/libgeom.h, postgis/geography_estimate.c,
+         postgis/geography_gist.c, postgis/geography_inout.c: Alter the
+         FLAGS_SET_* macros so that they actually update the specified
+         flag variable, rather than just returning the new value of the
+         flag variable.
 
-2009-10-15 14:48  mcayland
+2009-10-15 14:48  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/geography_estimate.c: Fix for column intersection
+       * [r4650] postgis/geography_estimate.c: Fix for column intersection
          geography queries sometimes returning "lwgeom_get_gbox_geodetic:
          non-geodetic gbox provided" during execution - a missing
          initialisation bug.
 
-2009-10-14 16:57  mcayland
+2009-10-14 16:57  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/geography.sql.in.c: Re-enable ANALYZE hook, now that it
-         doesn't crash upon loading Paul's test dataset anymore.
+       * [r4649] postgis/geography.sql.in.c: Re-enable ANALYZE hook, now
+         that it doesn't crash upon loading Paul's test dataset anymore.
 
-2009-10-14 16:22  mcayland
+2009-10-14 16:22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/geography_estimate.c: Don't use the default (integer)
-         version of abs() during floating point calculations...
+       * [r4648] postgis/geography_estimate.c: Don't use the default
+         (integer) version of abs() during floating point calculations...
 
-2009-10-13 19:50  pramsey
+2009-10-13 19:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Much better fix for NaN area problem.
+       * [r4647] liblwgeom/lwgeodetic.c: Much better fix for NaN area
+         problem.
 
-2009-10-13 19:39  pramsey
+2009-10-13 19:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: HAck fix for NaN areas.
+       * [r4646] liblwgeom/lwgeodetic.c: HAck fix for NaN areas.
 
-2009-10-11 02:03  pramsey
+2009-10-11 02:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_serialized.c: Don't copy bboxes from lwgeom to
-         gserialized when working with geodetics. (#263)
+       * [r4640] liblwgeom/g_serialized.c: Don't copy bboxes from lwgeom
+         to gserialized when working with geodetics. (#263)
 
-2009-10-10 16:59  robe
+2009-10-10 16:59  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: update to include ST_Covers geography
+       * [r4639] doc/reference.xml: update to include ST_Covers geography
 
-2009-10-10 15:43  robe
+2009-10-10 15:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: update ST_Area with geography examples
+       * [r4638] doc/reference.xml: update ST_Area with geography examples
 
-2009-10-10 03:18  pramsey
+2009-10-10 03:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c, postgis/geography_inout.c: Add
-         geometry(geography) case per #257
+       * [r4637] postgis/geography.sql.in.c, postgis/geography_inout.c:
+         Add geometry(geography) case per #257
 
-2009-10-10 00:08  pramsey
+2009-10-10 00:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Fix
+       * [r4636] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Fix
          ST_Area(geography) calculation to be more... correct.
 
-2009-10-09 19:23  pramsey
+2009-10-09 19:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
+       * [r4635] liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c, liblwgeom/measures.c,
          postgis/geography.sql.in.c, postgis/geography_measurement.c,
          postgis/lwgeom_dump.c, postgis/lwgeom_functions_basic.c: Add
          implementation for ST_Covers(geography, geography) in
          point-in-polygon case.
 
-2009-10-09 18:07  pramsey
+2009-10-09 18:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c: Fix incorrect use of flags macros
+       * [r4634] liblwgeom/g_box.c: Fix incorrect use of flags macros
 
-2009-10-09 16:51  pramsey
+2009-10-09 16:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c: One more fix for #260.
+       * [r4633] liblwgeom/g_box.c: One more fix for #260.
 
-2009-10-09 16:07  pramsey
+2009-10-09 16:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c: Fix for #261 (spurious dimension difference
-         errors)
+       * [r4632] liblwgeom/g_box.c: Fix for #261 (spurious dimension
+         difference errors)
 
-2009-10-09 10:39  robe
+2009-10-09 10:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Put in proto for ST_Area(geography). Still
-         need to put in example but my ST_Area is non-existent will
+       * [r4631] doc/reference.xml: Put in proto for ST_Area(geography).
+         Still need to put in example but my ST_Area is non-existent will
          double-check why.
 
-2009-10-09 04:16  pramsey
+2009-10-09 04:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
+       * [r4630] liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
          postgis/geography.sql.in.c, postgis/geography_measurement.c: Add
          ST_PointOutside() function for testing purposes.
 
-2009-10-08 19:40  pramsey
+2009-10-08 19:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Make geographic point initialization
-         slightly more efficient (avoid doing it twice for each vertex)
+       * [r4629] liblwgeom/lwgeodetic.c: Make geographic point
+         initialization slightly more efficient (avoid doing it twice for
+         each vertex)
 
-2009-10-08 18:59  pramsey
+2009-10-08 18:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_measurement.c: Make error messages slightly
-         less opaque
+       * [r4628] postgis/geography_measurement.c: Make error messages
+         slightly less opaque
 
-2009-10-08 18:41  pramsey
+2009-10-08 18:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c: Comment out analyze argument in
-         geometry type creation -- it is causing a crash for me when
+       * [r4627] postgis/geography.sql.in.c: Comment out analyze argument
+         in geometry type creation -- it is causing a crash for me when
          loading my test data tables.
 
-2009-10-08 17:10  pramsey
+2009-10-08 17:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.h: Change radius figure to common average.
+       * [r4626] postgis/geography.h: Change radius figure to common
+         average.
 
-2009-10-08 17:04  pramsey
+2009-10-08 17:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c: Reformat SQL lines with tabs
+       * [r4625] postgis/geography.sql.in.c: Reformat SQL lines with tabs
 
-2009-10-08 11:43  robe
+2009-10-08 11:43  Regina Obe <lr@pcorp.us>
 
-       * doc/README: revise readme to include link to instructions for
-         garden test
+       * [r4624] doc/README: revise readme to include link to instructions
+         for garden test
 
-2009-10-08 11:40  robe
+2009-10-08 11:40  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest_subset.sql.xsl: Revise to have
+       * [r4623] doc/xsl/postgis_gardentest_subset.sql.xsl: Revise to have
          function list past in as arg to xsltproc
 
-2009-10-08 10:29  mcayland
+2009-10-08 10:29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/geography_estimate.c: Commit first attempt at working
-         geography index selectivity - the conversion should be there,
-         however it needs some kind of test harness to verify some of the
-         results.
+       * [r4622] postgis/geography_estimate.c: Commit first attempt at
+         working geography index selectivity - the conversion should be
+         there, however it needs some kind of test harness to verify some
+         of the results.
 
-2009-10-08 05:35  pramsey
+2009-10-08 05:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
+       * [r4621] liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeodetic.h, postgis/Makefile.in,
          postgis/geography.sql.in.c, postgis/geography_distance.c,
          postgis/geography_measurement.c: ST_Area(geography)
          implementation and SQL bindings.
 
-2009-10-07 14:26  pramsey
+2009-10-07 14:26  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, liblwgeom/libgeom.h,
+       * [r4620] liblwgeom/g_box.c, liblwgeom/libgeom.h,
          postgis/geography_distance.c: Make the calculation of gboxes a
          little simpler in the db level code.
 
-2009-10-07 12:16  mcayland
+2009-10-07 12:16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_accum.c, postgis/lwgeom_functions_basic.c: Fix
-         #179: ST_MakeLine and ST_MakeLine_Garry crash server with null
-         arrays again. There was another non-NULL safe array iterator
+       * [r4618] postgis/lwgeom_accum.c, postgis/lwgeom_functions_basic.c:
+         Fix #179: ST_MakeLine and ST_MakeLine_Garry crash server with
+         null arrays again. There was another non-NULL safe array iterator
          within LWGEOM_makeline_garray.
 
-2009-10-07 11:52  robe
+2009-10-07 11:52  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl,
+       * [r4617] doc/xsl/postgis_gardentest.sql.xsl,
          doc/xsl/postgis_gardentest_subset.sql.xsl: Add table with
          multiple nulls to garden of geometries. Evidentally -- there are
          some NULL bugs that escape trapping with just a single null
          geometry in the table.
 
-2009-10-07 04:38  robe
+2009-10-07 04:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: flip order of ST_Relate protos as Martin
-         observes it doesn't match our description
+       * [r4615] doc/reference.xml: flip order of ST_Relate protos as
+         Martin observes it doesn't match our description
 
-2009-10-07 03:38  pramsey
+2009-10-07 03:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Put prototypes
-         into place
+       * [r4614] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Put
+         prototypes into place
 
-2009-10-07 03:37  pramsey
+2009-10-07 03:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c:
-         Change from pass by reference to pass by value
+       * [r4613] liblwgeom/g_box.c, liblwgeom/libgeom.h,
+         liblwgeom/lwgeodetic.c: Change from pass by reference to pass by
+         value
 
-2009-10-07 03:35  pramsey
+2009-10-07 03:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Short circuit the edge intersection test
-         when the gboxes are disjoint
+       * [r4612] liblwgeom/lwgeodetic.c: Short circuit the edge
+         intersection test when the gboxes are disjoint
 
-2009-10-06 16:16  mcayland
+2009-10-06 16:16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/geography_estimate.c: First attempt at porting the
-         estimate_selectivity() function to handle 3 dimensions. Note this
-         is mostly untested at the moment, as this is only the function
-         that cuts the relevant section out of the histogram. We still
-         need to plug this into the PostgreSQL infrastructure.
+       * [r4611] postgis/geography_estimate.c: First attempt at porting
+         the estimate_selectivity() function to handle 3 dimensions. Note
+         this is mostly untested at the moment, as this is only the
+         function that cuts the relevant section out of the histogram. We
+         still need to plug this into the PostgreSQL infrastructure.
 
-2009-10-06 13:51  mcayland
+2009-10-06 13:51  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_geos.c: Fix #258: ST_HausdorffDistance crashes
-         server. Another geometry free typo (same as #241) in both
+       * [r4610] postgis/lwgeom_geos.c: Fix #258: ST_HausdorffDistance
+         crashes server. Another geometry free typo (same as #241) in both
          st_hausdorffdistance() and st_hausdorffdistancedensify().
 
-2009-10-06 13:43  mcayland
+2009-10-06 13:43  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_functions_analytic.c: Fix #241:
+       * [r4608] postgis/lwgeom_functions_analytic.c: Fix #241:
          ST_LineCrossingDirection Server Crash (Segfault) caused by a typo
          freeing the wrong parameter.
 
-2009-10-06 12:02  robe
+2009-10-06 12:02  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl,
+       * [r4607] doc/xsl/postgis_gardentest.sql.xsl,
          doc/xsl/postgis_gardentest_subset.sql.xsl: Put NULL safety tests
          back in now that Mark has fixed aggregate collection bug
 
-2009-10-06 11:15  robe
+2009-10-06 11:15  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/cunit/cu_geodetic.c: Turn of Paul's accidental commit
-         of fanboy mac enabled random test
+       * [r4606] liblwgeom/cunit/cu_geodetic.c: Turn of Paul's accidental
+         commit of fanboy mac enabled random test
 
-2009-10-06 10:49  mcayland
+2009-10-06 10:49  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgeodetic.c: Fix compilation bug when debug is
+       * [r4605] liblwgeom/lwgeodetic.c: Fix compilation bug when debug is
          enabled.
 
-2009-10-06 10:15  mcayland
+2009-10-06 10:15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_accum.c, postgis/lwgeom_functions_basic.c: Fix
-         another non-NULL safe array iteration within
+       * [r4604] postgis/lwgeom_accum.c, postgis/lwgeom_functions_basic.c:
+         Fix another non-NULL safe array iteration within
          LWGEOM_collect_garray, as discovered by Regina's torture tests.
 
-2009-10-06 08:52  mcayland
+2009-10-06 08:52  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.in: Move CFLAGS after the PGXS include directive,
-         so that the autotools configuration doesn't getting overwritten
-         by the PGXS version. Required when passing custom compiler f
+       * [r4602] loader/Makefile.in: Move CFLAGS after the PGXS include
+         directive, so that the autotools configuration doesn't getting
+         overwritten by the PGXS version. Required when passing custom
+         compiler f
          lags into PostGIS as reported by William Kyngesburye.
 
-2009-10-06 04:59  pramsey
+2009-10-06 04:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, postgis/geography_distance.c: Make
-         db implementation consistent with liblwgeom
+       * [r4600] liblwgeom/cunit/cu_geodetic.c,
+         postgis/geography_distance.c: Make db implementation consistent
+         with liblwgeom
 
-2009-10-06 04:50  pramsey
+2009-10-06 04:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/libgeom.h,
+       * [r4599] liblwgeom/cunit/cu_geodetic.c, liblwgeom/libgeom.h,
          liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Change signatures
          for lwgeom distance sphere
 
-2009-10-06 04:19  pramsey
+2009-10-06 04:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
+       * [r4598] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
          liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c: New point-outside
          routine, and allow distances against empty geometries.
 
-2009-10-05 21:15  kneufeld
+2009-10-05 21:15  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml: updated ST_IsValid's reference to the OGC
-         specs.
+       * [r4597] doc/reference.xml: updated ST_IsValid's reference to the
+         OGC specs.
 
-2009-10-05 19:43  pramsey
+2009-10-05 19:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-         liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: More test cases
-         in there (but turned off, because they fail :(
+       * [r4596] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h, liblwgeom/lwgeodetic.c,
+         liblwgeom/lwgeodetic.h: More test cases in there (but turned off,
+         because they fail :(
 
-2009-10-05 19:38  pramsey
+2009-10-05 19:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-         liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Add untested new
-         p-i-p approach for more testing later.
+       * [r4595] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h, liblwgeom/lwgeodetic.c,
+         liblwgeom/lwgeodetic.h: Add untested new p-i-p approach for more
+         testing later.
 
-2009-10-05 16:17  mcayland
+2009-10-05 16:17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/geography_estimate.c: Commit first attempt at a multi-D
-         statistics histogram builder. Note that while geodetic data is
-         inherently 3D, the builder also contains code to handle lower
-         dimension cartesian coordinates, which should make porting to
-         ggeometry easier at a later date. At the moment there are no
+       * [r4594] postgis/geography_estimate.c: Commit first attempt at a
+         multi-D statistics histogram builder. Note that while geodetic
+         data is inherently 3D, the builder also contains code to handle
+         lower dimension cartesian coordinates, which should make porting
+         to ggeometry easier at a later date. At the moment there are no
          selectivity routines which actually use the histograms for real
          queries, however a reasonably convincing histogram is created in
          pg_statistic and all regression tests pass here.
 
-2009-10-05 14:37  pramsey
+2009-10-05 14:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c: Increase precision.
+       * [r4593] liblwgeom/cunit/cu_geodetic.c: Increase precision.
 
-2009-10-05 14:37  pramsey
+2009-10-05 14:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c: Add another printing block
+       * [r4592] liblwgeom/cunit/cu_geodetic.c: Add another printing block
 
-2009-10-05 12:52  robe
+2009-10-05 12:52  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl,
+       * [r4591] doc/xsl/postgis_gardentest.sql.xsl,
          doc/xsl/postgis_gardentest_subset.sql.xsl: more errors in my
          logic
 
-2009-10-05 11:45  robe
+2009-10-05 11:45  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl,
+       * [r4590] doc/xsl/postgis_gardentest.sql.xsl,
          doc/xsl/postgis_gardentest_subset.sql.xsl: more corrections
 
-2009-10-05 05:05  pramsey
+2009-10-05 05:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
+       * [r4589] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeodetic.h: Added new point-on-edge routine still no
          joy on bad test case.
 
-2009-10-04 22:26  pramsey
+2009-10-04 22:26  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c: Add another test case that needs
-         resolution
+       * [r4588] liblwgeom/cunit/cu_geodetic.c: Add another test case that
+         needs resolution
 
-2009-10-04 01:41  pramsey
+2009-10-04 01:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c: Add SQL bindings for selectivity
-         functions.
+       * [r4587] postgis/geography.sql.in.c: Add SQL bindings for
+         selectivity functions.
 
-2009-10-04 00:52  pramsey
+2009-10-04 00:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * install-sh: revert to previous version
+       * [r4586] install-sh: revert to previous version
 
-2009-10-04 00:51  pramsey
+2009-10-04 00:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * install-sh, liblwgeom/cunit/cu_geodetic.c,
+       * [r4585] install-sh, liblwgeom/cunit/cu_geodetic.c,
          liblwgeom/lwgeodetic.c, postgis/geography.sql.in.c,
          postgis/geography_distance.c, postgis/geography_estimate.c,
          postgis/geography_gist.c: Some fixes to the ST_DWithin code.
 
-2009-10-02 20:07  robe
+2009-10-02 20:07  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl,
+       * [r4584] doc/xsl/postgis_gardentest.sql.xsl,
          doc/xsl/postgis_gardentest_subset.sql.xsl: more changes to better
          test geography
 
-2009-10-02 19:24  robe
+2009-10-02 19:24  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: cosmetic change to tolerance args for
+       * [r4583] doc/reference.xml: cosmetic change to tolerance args for
          ST_DWithin
 
-2009-10-02 19:21  robe
+2009-10-02 19:21  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: put create table examples in
-         program listing tag
+       * [r4582] doc/using_postgis_dataman.xml: put create table examples
+         in program listing tag
 
-2009-10-02 19:08  robe
+2009-10-02 19:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: add geography proto for ST_DWithin, also fill
-         in some availability marks forgotten.
+       * [r4581] doc/reference.xml: add geography proto for ST_DWithin,
+         also fill in some availability marks forgotten.
 
-2009-10-02 18:44  robe
+2009-10-02 18:44  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Add geography example for ST_Distance, more
-         geometry examples and amend to reflect its in meters
+       * [r4580] doc/reference.xml: Add geography example for ST_Distance,
+         more geometry examples and amend to reflect its in meters
 
-2009-10-02 18:28  pramsey
+2009-10-02 18:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.h, postgis/geography.sql.in.c,
+       * [r4579] postgis/geography.h, postgis/geography.sql.in.c,
          postgis/geography_distance.c, postgis/geography_gist.c,
          postgis/geography_inout.c: Largely untested implementation of
          ST_DWithin(geography, geography).
          We're in business baby!
 
-2009-10-02 14:13  strk
+2009-10-02 14:13  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: typo in help message
+       * [r4578] loader/shp2pgsql.c: typo in help message
 
-2009-10-02 01:38  pramsey
+2009-10-02 01:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.h, postgis/geography_distance.c: Make the units
-         of st_distance(geography, geography) meters
+       * [r4577] postgis/geography.h, postgis/geography_distance.c: Make
+         the units of st_distance(geography, geography) meters
 
-2009-10-01 23:54  pramsey
+2009-10-01 23:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Fix boner error
+       * [r4576] liblwgeom/lwgeodetic.c: Fix boner error
 
-2009-10-01 21:18  robe
+2009-10-01 21:18  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: typos
+       * [r4575] doc/xsl/postgis_gardentest.sql.xsl: typos
 
-2009-10-01 20:37  robe
+2009-10-01 20:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: put in ST_Distance proto for geography so can
-         test it.
+       * [r4574] doc/reference.xml: put in ST_Distance proto for geography
+         so can test it.
 
-2009-10-01 19:50  pramsey
+2009-10-01 19:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c, postgis/Makefile.in, postgis/geography.h,
-         postgis/geography.sql.in.c, postgis/geography_distance.c,
-         postgis/geography_gist.c: ST_Distance(geography, geography)
-         roughed in. Small detail, currently returns answers in radians.
-         :)
+       * [r4573] liblwgeom/lwgeodetic.c, postgis/Makefile.in,
+         postgis/geography.h, postgis/geography.sql.in.c,
+         postgis/geography_distance.c, postgis/geography_gist.c:
+         ST_Distance(geography, geography) roughed in. Small detail,
+         currently returns answers in radians. :)
 
-2009-10-01 18:45  pramsey
+2009-10-01 18:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/libgeom.h,
+       * [r4572] liblwgeom/cunit/cu_geodetic.c, liblwgeom/libgeom.h,
          liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Add polygon/point
          distance and tests.
 
-2009-10-01 14:52  pramsey
+2009-10-01 14:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c: Wow, error that only showed up in
-         MinGW, but totally an error. I wonder why my test passed this...
-         clean memory I guess.
+       * [r4571] liblwgeom/cunit/cu_geodetic.c: Wow, error that only
+         showed up in MinGW, but totally an error. I wonder why my test
+         passed this... clean memory I guess.
 
-2009-10-01 05:53  pramsey
+2009-10-01 05:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-         liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c: lwgeom sphere
-         distance function and tests for point/linestring
+       * [r4570] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h, liblwgeom/libgeom.h,
+         liblwgeom/lwgeodetic.c: lwgeom sphere distance function and tests
+         for point/linestring
 
-2009-09-30 23:59  pramsey
+2009-09-30 23:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
+       * [r4569] liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
          liblwgeom/lwgeom.c: Roughing in lwgeom distance machinery now.
 
-2009-09-30 23:03  pramsey
+2009-09-30 23:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h: Add
-         edge-edge distance tests.
+       * [r4568] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h: Add edge-edge distance tests.
 
-2009-09-30 21:45  pramsey
+2009-09-30 21:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
+       * [r4567] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeodetic.h: Add return value for point of closest
          approach on arc/edge distance.
 
-2009-09-30 21:21  pramsey
+2009-09-30 21:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-         liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Add edge-to-point
-         distance calculation and tests
+       * [r4566] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h, liblwgeom/lwgeodetic.c,
+         liblwgeom/lwgeodetic.h: Add edge-to-point distance calculation
+         and tests
 
-2009-09-30 19:34  pramsey
+2009-09-30 19:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Remove CPU
-         intensive test and add some lat/lon utility functions
+       * [r4565] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
+         Remove CPU intensive test and add some lat/lon utility functions
 
-2009-09-30 19:02  pramsey
+2009-09-30 19:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Make
-         point-in-edge test even looser (fp tolerance factor)
+       * [r4564] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
+         Make point-in-edge test even looser (fp tolerance factor)
 
-2009-09-30 18:57  pramsey
+2009-09-30 18:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c: Move defines around a bit.
+       * [r4563] liblwgeom/cunit/cu_geodetic.c: Move defines around a bit.
 
-2009-09-30 18:54  pramsey
+2009-09-30 18:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c: Add some debugging blocks for
-         later
+       * [r4562] liblwgeom/cunit/cu_geodetic.c: Add some debugging blocks
+         for later
 
-2009-09-30 18:28  pramsey
+2009-09-30 18:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Add in
-         special case test for parallel / equal edges.
+       * [r4561] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
+         Add in special case test for parallel / equal edges.
 
-2009-09-30 17:12  pramsey
+2009-09-30 17:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c: Whoops, make sure we test all our
-         test cases.
+       * [r4560] liblwgeom/cunit/cu_geodetic.c: Whoops, make sure we test
+         all our test cases.
 
-2009-09-30 17:09  pramsey
+2009-09-30 17:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c: Make random brute force test a
-         compile-time option.
+       * [r4559] liblwgeom/cunit/cu_geodetic.c: Make random brute force
+         test a compile-time option.
 
-2009-09-30 17:05  pramsey
+2009-09-30 17:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c,
+       * [r4558] liblwgeom/cunit/cu_geodetic.c,
          liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c: Add
          more test cases for geocentric bbox calculation and make 'in
          cone' test inclusive of end points.
 
-2009-09-30 15:50  robe
+2009-09-30 15:50  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: more fixes to make geography
-         friendly
+       * [r4557] doc/xsl/postgis_gardentest.sql.xsl: more fixes to make
+         geography friendly
 
-2009-09-30 14:10  strk
+2009-09-30 14:10  Sandro Santilli <strk@keybit.net>
 
-       * autogen.sh: Can't put backslash-commands in 'echo' parameter in a
-         standard way
+       * [r4556] autogen.sh: Can't put backslash-commands in 'echo'
+         parameter in a standard way
          (would take -e in some cases) so replace \t with some spaces
 
-2009-09-30 08:39  strk
+2009-09-30 08:39  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: add missing newline at end of error message
-         (utf8/iconv)
+       * [r4555] loader/shp2pgsql.c: add missing newline at end of error
+         message (utf8/iconv)
 
-2009-09-30 00:17  pramsey
+2009-09-30 00:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c: Re-enable all geodetic tests.
+       * [r4554] liblwgeom/cunit/cu_geodetic.c: Re-enable all geodetic
+         tests.
 
-2009-09-30 00:11  pramsey
+2009-09-30 00:11  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Add some
-         extra comments
+       * [r4553] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
+         Add some extra comments
 
-2009-09-29 20:44  pramsey
+2009-09-29 20:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c,
+       * [r4552] liblwgeom/cunit/cu_geodetic.c,
          liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeodetic.h: astyle the work thus far
 
-2009-09-29 20:41  pramsey
+2009-09-29 20:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c,
+       * [r4551] liblwgeom/cunit/cu_geodetic.c,
          liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeodetic.h: Flip the clairaut calculations to return
          both top and bottom in one go.
 
-2009-09-29 19:53  pramsey
+2009-09-29 19:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c,
+       * [r4550] liblwgeom/cunit/cu_geodetic.c,
          liblwgeom/cunit/cu_geodetic_data.h: Remove old GBOX test answers
          (some were wrong!) in favor of actual slow calculations
 
-2009-09-29 19:50  pramsey
+2009-09-29 19:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c: Add randomized box
+       * [r4549] liblwgeom/cunit/cu_geodetic.c: Add randomized box
          maker/checker... still some small errors?
 
-2009-09-29 19:02  pramsey
+2009-09-29 19:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Make polygon pole check a little more
-         general.
+       * [r4548] liblwgeom/lwgeodetic.c: Make polygon pole check a little
+         more general.
 
-2009-09-29 18:48  pramsey
+2009-09-29 18:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-         liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: All bbox test
-         cases now pass. Suck on that!
+       * [r4547] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h, liblwgeom/lwgeodetic.c,
+         liblwgeom/lwgeodetic.h: All bbox test cases now pass. Suck on
+         that!
 
-2009-09-29 15:55  robe
+2009-09-29 15:55  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: remove null geometry from
-         testing until we fix aggregate null crashing bug. Also fix
+       * [r4546] doc/xsl/postgis_gardentest.sql.xsl: remove null geometry
+         from testing until we fix aggregate null crashing bug. Also fix
          multipolygonz and m not returning those geometry types.
 
-2009-09-29 14:40  pramsey
+2009-09-29 14:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Remove un-used
-         function from testing.
+       * [r4544] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Remove
+         un-used function from testing.
 
-2009-09-29 14:39  pramsey
+2009-09-29 14:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
+       * [r4543] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeodetic.h: Work on making "on edge" test more
          reliable.
 
-2009-09-29 13:31  strk
+2009-09-29 13:31  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwcollection.c, regress/regress.sql,
+       * [r4542] liblwgeom/lwcollection.c, regress/regress.sql,
          regress/regress_expected: Ensure lwcollection_segmentize2d always
          return a NEW geometry. Fixes ticket #254. Add regression test for
          that bug.
 
-2009-09-29 12:42  robe
+2009-09-29 12:42  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Add missing
-         protos for geography for ST_AsKML, ST_AsGeoJSON, ST_AsSVG,
-         ST_AsGML. Revise xml parser special index generator to not dupe
-         when multiple protos with geography
+       * [r4541] doc/reference.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Add
+         missing protos for geography for ST_AsKML, ST_AsGeoJSON,
+         ST_AsSVG, ST_AsGML. Revise xml parser special index generator to
+         not dupe when multiple protos with geography
 
-2009-09-29 12:23  robe
+2009-09-29 12:23  Regina Obe <lr@pcorp.us>
 
-       * postgis/geography.sql.in.c: Put in overload text for ST_AsText
-         and ST_AsBinary to prevent the function .. is not unique when
-         passing in text (unknown) rep of a geometry. Still need to do
-         this for ST_AsKML etc. that Olivier just put in.
+       * [r4540] postgis/geography.sql.in.c: Put in overload text for
+         ST_AsText and ST_AsBinary to prevent the function .. is not
+         unique when passing in text (unknown) rep of a geometry. Still
+         need to do this for ST_AsKML etc. that Olivier just put in.
 
-2009-09-29 07:45  colivier
+2009-09-29 07:45  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/using_postgis_dataman.xml: Update documentation related to
-         geography typmod export functions (r4535, r4536)
+       * [r4539] doc/using_postgis_dataman.xml: Update documentation
+         related to geography typmod export functions (r4535, r4536)
 
-2009-09-29 06:34  robe
+2009-09-29 06:34  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-         Add a new special index section to collect functions that take as
-         input or output geography data type. Also give pretty anchor to
-         PostGIS Geography section
+       * [r4538] doc/using_postgis_dataman.xml,
+         doc/xsl/postgis_aggs_mm.xml.xsl: Add a new special index section
+         to collect functions that take as input or output geography data
+         type. Also give pretty anchor to PostGIS Geography section
 
-2009-09-28 22:45  pramsey
+2009-09-28 22:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-         liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_libgeom.h,
-         liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Test re-org and
-         first cut at edge intersection.
+       * [r4537] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h, liblwgeom/cunit/cu_libgeom.c,
+         liblwgeom/cunit/cu_libgeom.h, liblwgeom/lwgeodetic.c,
+         liblwgeom/lwgeodetic.h: Test re-org and first cut at edge
+         intersection.
 
-2009-09-28 18:31  colivier
+2009-09-28 18:31  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/geography.sql.in.c: A forgot prototype in ST_AsGeoJson
-         export function
+       * [r4536] postgis/geography.sql.in.c: A forgot prototype in
+         ST_AsGeoJson export function
 
-2009-09-28 18:16  colivier
+2009-09-28 18:16  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/Makefile.in, postgis/geography.sql.in.c,
+       * [r4535] postgis/Makefile.in, postgis/geography.sql.in.c,
          postgis/geography_inout.c, postgis/lwgeom_export.c,
          postgis/lwgeom_export.h, postgis/lwgeom_geojson.c,
          postgis/lwgeom_gml.c, postgis/lwgeom_kml.c, postgis/lwgeom_svg.c:
          ST_AsGeoJson, ST_KML, St_AsSVG). Create lwgeom_export.c and
          lwgeom_export.h to factorize common export functions routines.
 
-2009-09-25 13:32  robe
+2009-09-25 13:32  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/libgeom.h: remove regex.h include per Nicklas
+       * [r4533] liblwgeom/libgeom.h: remove regex.h include per Nicklas
          observation its still in there.
 
-2009-09-23 18:15  pramsey
+2009-09-23 18:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography.sql.in.c: Add SQL def'n for geography_analyze
-         function.
+       * [r4532] postgis/geography.sql.in.c: Add SQL def'n for
+         geography_analyze function.
 
-2009-09-23 16:11  robe
+2009-09-23 16:11  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: another typo
+       * [r4531] doc/reference.xml: another typo
 
-2009-09-22 21:56  robe
+2009-09-22 21:56  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: missing spots for geography.sql and
+       * [r4530] doc/installation.xml: missing spots for geography.sql and
          postgis_comments.sql
 
-2009-09-22 21:53  robe
+2009-09-22 21:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: correct typo
+       * [r4529] doc/reference.xml: correct typo
 
-2009-09-22 21:14  robe
+2009-09-22 21:14  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: start putting in geography functions
+       * [r4528] doc/reference.xml: start putting in geography functions
 
-2009-09-22 13:38  mcayland
+2009-09-22 13:38  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h: Commit fix to LW_ABS() macro as discovered
-         by Nicklas Aven.
+       * [r4527] liblwgeom/liblwgeom.h: Commit fix to LW_ABS() macro as
+         discovered by Nicklas Aven.
 
-2009-09-22 13:09  mcayland
+2009-09-22 13:09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/Makefile.in, postgis/geography.sql.in.c,
+       * [r4526] postgis/Makefile.in, postgis/geography.sql.in.c,
          postgis/geography_estimate.c: Add the basic machinery to call a
          function when running VACUUM ANALYZE on a geography column - the
          more interesting parts are yet to come ;)
 
-2009-09-22 12:27  robe
+2009-09-22 12:27  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: get rid of things like
-         invalid coords for 4326 space tripping up geography testing.
+       * [r4525] doc/xsl/postgis_gardentest.sql.xsl: get rid of things
+         like invalid coords for 4326 space tripping up geography testing.
 
-2009-09-22 11:53  mcayland
+2009-09-22 11:53  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/g_util.c: Oops - forgot to bump the array indices on
-         the last commit :(
+       * [r4524] liblwgeom/g_util.c: Oops - forgot to bump the array
+         indices on the last commit :(
 
-2009-09-22 11:27  robe
+2009-09-22 11:27  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Update installation to include
+       * [r4523] doc/installation.xml: Update installation to include
          geography.sql (yikes we still had install lwpostgis.sql -- no
          wonder people are so confused). Also upped required to 8.3
 
-2009-09-22 11:23  robe
+2009-09-22 11:23  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: cut in Paul's geography.txt into
-         the official docs. Didn't notice it before :(. We might need a
-         whole new chapter for this to do it justice but will deal with
-         formatting later.
+       * [r4522] doc/using_postgis_dataman.xml: cut in Paul's
+         geography.txt into the official docs. Didn't notice it before :(.
+         We might need a whole new chapter for this to do it justice but
+         will deal with formatting later.
 
-2009-09-22 11:23  mcayland
+2009-09-22 11:23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/g_util.c: Add missing geometry(m)(z) type missing from
-         previous commit.
+       * [r4521] liblwgeom/g_util.c: Add missing geometry(m)(z) type
+         missing from previous commit.
 
-2009-09-22 11:13  mcayland
+2009-09-22 11:13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, liblwgeom/cunit/Makefile.in, liblwgeom/g_util.c,
-         postgis/Makefile.in: Remove dependency on regex library by
-         implementing the same functionality using standard C functions.
-         Passes regression tests for me.
+       * [r4520] configure.ac, liblwgeom/cunit/Makefile.in,
+         liblwgeom/g_util.c, postgis/Makefile.in: Remove dependency on
+         regex library by implementing the same functionality using
+         standard C functions. Passes regression tests for me.
 
-2009-09-22 00:06  pramsey
+2009-09-22 00:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/geography_gist.c: Change signatures to use fewer
+       * [r4519] postgis/geography_gist.c: Change signatures to use fewer
          pointers.
 
-2009-09-21 10:57  mcayland
+2009-09-21 10:57  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/geography_inout.c, postgis/lwgeom_geos_prepared.c: Update
+       * [r4518] postgis/geography_inout.c,
+         postgis/lwgeom_geos_prepared.c: Update
          LWDEBUG(F)/POSTGIS_DEBUG(F) macro debug levels to follow the
          standard in postgis/DEBUG.
 
-2009-09-21 10:50  mcayland
+2009-09-21 10:50  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/geography_gist.c: Change macros to use capitalised names,
-         as per standard C convention. This means it is possible at a
-         glance to determine what is a macro and what is a function.
+       * [r4517] postgis/geography_gist.c: Change macros to use
+         capitalised names, as per standard C convention. This means it is
+         possible at a glance to determine what is a macro and what is a
+         function.
 
-2009-09-20 08:15  robe
+2009-09-20 08:15  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml,
+       * [r4516] doc/using_postgis_dataman.xml,
          doc/xsl/postgis_gardentest.sql.xsl: fix typos and redundant
          things
 
-2009-09-20 08:10  robe
+2009-09-20 08:10  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/xsl/postgis_gardentest.sql.xsl: flag some
-         operators that support geography, put in logic to test for
-         geography marked functions
+       * [r4515] doc/reference.xml, doc/xsl/postgis_gardentest.sql.xsl:
+         flag some operators that support geography, put in logic to test
+         for geography marked functions
 
-2009-09-20 07:50  robe
+2009-09-20 07:50  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml:
+       * [r4514] doc/using_postgis_dataman.xml:
 
-2009-09-20 07:45  robe
+2009-09-20 07:45  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: Make slot for geography data type
-         and start filling in details
+       * [r4513] doc/using_postgis_dataman.xml: Make slot for geography
+         data type and start filling in details
 
-2009-09-18 14:53  pramsey
+2009-09-18 14:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c: Clean up tests so they pass
-         quietly. (#249)
+       * [r4512] liblwgeom/cunit/cu_geodetic.c: Clean up tests so they
+         pass quietly. (#249)
 
-2009-09-18 14:10  robe
+2009-09-18 14:10  Regina Obe <lr@pcorp.us>
 
-       * configure.ac, liblwgeom/cunit/Makefile.in, postgis/Makefile.in:
-         #250: Fix to get mingw to compile using conditional -lregex
+       * [r4511] configure.ac, liblwgeom/cunit/Makefile.in,
+         postgis/Makefile.in: #250: Fix to get mingw to compile using
+         conditional -lregex
          Had to change configure.ac too so -lregex is not put in if its
          built-in.
 
-2009-09-17 15:44  robe
+2009-09-17 15:44  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Revise garden test to include
-         testing for creating geography types. Still needs a bit more
-         work. Also discovered more crashers to put in bug list (not all
-         related to geography)
+       * [r4510] doc/xsl/postgis_gardentest.sql.xsl: Revise garden test to
+         include testing for creating geography types. Still needs a bit
+         more work. Also discovered more crashers to put in bug list (not
+         all related to geography)
 
-2009-09-17 05:57  pramsey
+2009-09-17 05:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_serialized.c, postgis/lwgeom_functions_basic.c: Fix
-         serialization problem with lwgeoms that have bboxes.
+       * [r4509] liblwgeom/g_serialized.c,
+         postgis/lwgeom_functions_basic.c: Fix serialization problem with
+         lwgeoms that have bboxes.
 
-2009-09-17 05:33  pramsey
+2009-09-17 05:33  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c,
+       * [r4508] liblwgeom/cunit/cu_geodetic.c,
          liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/cunit/cu_libgeom.c,
          liblwgeom/cunit/cu_libgeom.h, liblwgeom/cunit/cu_tester.c,
          liblwgeom/g_serialized.c, liblwgeom/libgeom.h,
          liblwgeom/lwgeodetic.c: Clean up gbox serialization a little
 
-2009-09-17 02:33  pramsey
+2009-09-17 02:33  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c: Add lwgeom_is_empty()
-         test
+       * [r4507] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c: Add
+         lwgeom_is_empty() test
 
-2009-09-17 00:01  pramsey
+2009-09-17 00:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_serialized.c,
+       * [r4506] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_serialized.c,
          liblwgeom/lwgeodetic.c: Work on tracking down bug in casting
          geometry->geography
 
-2009-09-16 22:43  pramsey
+2009-09-16 22:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c,
+       * [r4505] liblwgeom/cunit/cu_geodetic.c,
          liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeodetic.h: Fix some test cases crossing the date
          line
 
-2009-09-16 21:09  pramsey
+2009-09-16 21:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
+       * [r4504] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
          liblwgeom/libgeom.h: Add gbox string constructor for testing
          purposes
 
-2009-09-16 20:19  pramsey
+2009-09-16 20:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-         liblwgeom/cunit/cu_tester.c, liblwgeom/g_box.c,
-         liblwgeom/g_serialized.c, liblwgeom/libgeom.h,
+       * [r4503] liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h, liblwgeom/cunit/cu_tester.c,
+         liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/libgeom.h,
          liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: More tests pass
 
-2009-09-16 18:54  pramsey
+2009-09-16 18:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeodetic.c: Change back to less intensive cartesian
-         clairaut
+       * [r4502] liblwgeom/lwgeodetic.c: Change back to less intensive
+         cartesian clairaut
 
-2009-09-16 18:50  pramsey
+2009-09-16 18:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/g_box.c, liblwgeom/lwgeodetic.c,
+       * [r4501] liblwgeom/g_box.c, liblwgeom/lwgeodetic.c,
          liblwgeom/lwgeodetic.h: Fix errors in calculating geocentric
          bounds. Early test cases now pass!
 
-2009-09-15 21:21  pramsey
+2009-09-15 21:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Hook
-         geocentric calculation into gbox routines, start testing
+       * [r4500] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
+         Hook geocentric calculation into gbox routines, start testing
 
-2009-09-15 19:50  pramsey
+2009-09-15 19:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_algorithm.h,
-         liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-         liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_libgeom.h,
-         liblwgeom/cunit/cu_measures.h, liblwgeom/cunit/cu_tester.c,
-         liblwgeom/cunit/cu_tester.h, liblwgeom/g_box.c,
-         liblwgeom/g_serialized.c, liblwgeom/libgeom.h,
+       * [r4499] liblwgeom/cunit/Makefile.in,
+         liblwgeom/cunit/cu_algorithm.h, liblwgeom/cunit/cu_geodetic.c,
+         liblwgeom/cunit/cu_geodetic.h, liblwgeom/cunit/cu_libgeom.c,
+         liblwgeom/cunit/cu_libgeom.h, liblwgeom/cunit/cu_measures.h,
+         liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
+         liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/libgeom.h,
          liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
          postgis/geography_gist.c, postgis/geography_inout.c: Geocentric
          bounding box roughed in and compiles.
 
-2009-09-14 20:30  pramsey
+2009-09-14 20:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
+       * [r4498] liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
          liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.h,
          liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
          liblwgeom/lwgeom.c, postgis/geography_gist.c: Start the geodetic
          machinery. Add an internal API header for eventual API
          rationalisation
 
-2009-09-14 18:33  pramsey
+2009-09-14 18:33  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, postgis/geography_gist.c: Crib index
-         penalty tweak from pgsphere.
+       * [r4497] liblwgeom/liblwgeom.h, postgis/geography_gist.c: Crib
+         index penalty tweak from pgsphere.
 
-2009-09-14 18:15  pramsey
+2009-09-14 18:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h: Add FP_EQUALS and bracket arguments for a
-         little extra safety
+       * [r4496] liblwgeom/liblwgeom.h: Add FP_EQUALS and bracket
+         arguments for a little extra safety
 
-2009-09-14 17:01  kneufeld
+2009-09-14 17:01  Kevin Neufeld <kneufeld@refractions.net>
 
-       * postgis/postgis.sql.in.c: fix for POPULATE_GEOMETRY_COLUMNS -
-         remove hard-coded "public" schema references.
+       * [r4495] postgis/postgis.sql.in.c: fix for
+         POPULATE_GEOMETRY_COLUMNS - remove hard-coded "public" schema
+         references.
 
-2009-09-14 10:54  mcayland
+2009-09-14 10:54  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * ., doc/geography.txt, doc/reference.xml, doc/reference_old.xml,
-         liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-         liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_libgeom.h,
-         liblwgeom/cunit/cu_tester.c, liblwgeom/g_box.c,
-         liblwgeom/g_coord.c, liblwgeom/g_geometry.c,
+       * [r4494] ., doc/geography.txt, doc/reference.xml,
+         doc/reference_old.xml, liblwgeom/Makefile.in,
+         liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_libgeom.c,
+         liblwgeom/cunit/cu_libgeom.h, liblwgeom/cunit/cu_tester.c,
+         liblwgeom/g_box.c, liblwgeom/g_coord.c, liblwgeom/g_geometry.c,
          liblwgeom/g_ptarray.c, liblwgeom/g_serialized.c,
          liblwgeom/g_serialized.txt, liblwgeom/g_util.c,
          liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
          couldn't handle this automatically. "make check" runs and passes,
          so I hope I haven't managed to break too much ;)
 
-2009-09-12 04:01  robe
+2009-09-12 04:01  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: formatting cleanup
+       * [r4493] doc/reference.xml: formatting cleanup
 
-2009-09-12 03:43  robe
+2009-09-12 03:43  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4492] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_linecrossingdirection03.wkt,
          doc/html/image_src/st_linecrossingdirection04.wkt,
          doc/reference.xml: Add more line crossings. change tab to 4
          spaces
 
-2009-09-12 03:12  robe
+2009-09-12 03:12  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_linecrossingdirection01.wkt,
+       * [r4491] doc/html/image_src/st_linecrossingdirection01.wkt,
          doc/html/image_src/st_linecrossingdirection02.wkt,
          doc/html/image_src/styles.conf: define new styles mediumline and
          use those
 
-2009-09-11 21:24  robe
+2009-09-11 21:24  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4484] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_linecrossingdirection01.wkt,
          doc/html/image_src/st_linecrossingdirection02.wkt,
          doc/html/image_src/styles.conf, doc/reference.xml: add new
          st_linecrossing graphic, experiment with new style, put in
          informal table
 
-2009-09-11 12:40  robe
+2009-09-11 12:40  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_linecrossingdirection02.wkt,
+       * [r4480] doc/html/image_src/st_linecrossingdirection02.wkt,
          doc/reference.xml: incomplete finish later
 
-2009-09-11 12:26  robe
+2009-09-11 12:26  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_linecrossingdirection01.wkt: make arrow and
-         start separate to see if it shows better
+       * [r4479] doc/html/image_src/st_linecrossingdirection01.wkt: make
+         arrow and start separate to see if it shows better
 
-2009-09-11 06:04  robe
+2009-09-11 06:04  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_linecrossingdirection01.wkt,
+       * [r4478] doc/html/image_src/st_linecrossingdirection01.wkt,
          doc/reference.xml: revise example so scales well on 200 x 200
          grid
 
-2009-09-11 03:19  kneufeld
+2009-09-11 03:19  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/image_src/generator.c, doc/html/image_src/styles.c:
-         added a few comments to aid in image generation.
+       * [r4477] doc/html/image_src/generator.c,
+         doc/html/image_src/styles.c: added a few comments to aid in image
+         generation.
 
-2009-09-10 06:34  robe
+2009-09-10 06:34  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_linecrossingdirection01.wkt: round digits
+       * [r4475] doc/html/image_src/st_linecrossingdirection01.wkt: round
+         digits
 
-2009-09-10 06:19  robe
+2009-09-10 06:19  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_linecrossingdirection01.wkt:
+       * [r4474] doc/html/image_src/st_linecrossingdirection01.wkt:
 
-2009-09-10 05:56  robe
+2009-09-10 05:56  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_linecrossingdirection01.wkt: try geometry
-         collection instead
+       * [r4473] doc/html/image_src/st_linecrossingdirection01.wkt: try
+         geometry collection instead
 
-2009-09-10 05:54  robe
+2009-09-10 05:54  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_linecrossingdirection01.wkt:
+       * [r4472] doc/html/image_src/st_linecrossingdirection01.wkt:
 
-2009-09-10 05:39  robe
+2009-09-10 05:39  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in: typo in makefile
+       * [r4471] doc/html/image_src/Makefile.in: typo in makefile
 
-2009-09-10 05:27  robe
+2009-09-10 05:27  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4470] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_linecrossingdirection01.wkt,
          doc/reference.xml: first attempt at figure for
          st_linecrossingdirection. Also query correction.
 
-2009-09-10 04:10  robe
+2009-09-10 04:10  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4468] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_line_substring01.wkt, doc/reference.xml:
          figure for st_line_substring
 
-2009-09-10 04:03  robe
+2009-09-10 04:03  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4467] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_line_interpolate_point01.wkt,
          doc/reference.xml: figure of st_line_interpolate_point
 
-2009-09-08 06:09  robe
+2009-09-08 06:09  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_minimumboundingcircle01.wkt,
+       * [r4451] doc/html/image_src/st_minimumboundingcircle01.wkt,
          doc/reference.xml: better fit example
 
-2009-09-08 05:28  robe
+2009-09-08 05:28  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_minimumboundingcircle01.wkt,
+       * [r4450] doc/html/image_src/st_minimumboundingcircle01.wkt,
          doc/reference.xml: typos
 
-2009-09-08 05:24  robe
+2009-09-08 05:24  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_minimumboundingcircle01.wkt: forgot wkt
+       * [r4449] doc/html/image_src/st_minimumboundingcircle01.wkt: forgot
+         wkt
 
-2009-09-08 05:24  robe
+2009-09-08 05:24  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in, doc/reference.xml: figure for
-         minimum bounding circle
+       * [r4448] doc/html/image_src/Makefile.in, doc/reference.xml: figure
+         for minimum bounding circle
 
-2009-09-05 17:31  robe
+2009-09-05 17:31  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4446] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_difference01.wkt, doc/reference.xml: Some
          wording changes and addition of figure for st_difference
 
-2009-09-05 17:11  robe
+2009-09-05 17:11  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: formatting change
+       * [r4445] doc/reference.xml: formatting change
 
-2009-09-05 16:55  robe
+2009-09-05 16:55  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4444] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_symdifference01.wkt,
          doc/html/image_src/st_symdifference02.wkt, doc/reference.xml: add
          figures for st_symdifference and slight update on st_convexhull
 
-2009-09-04 18:43  kneufeld
+2009-09-04 18:43  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in: added images as a requirement to the
+       * [r4443] doc/Makefile.in: added images as a requirement to the
          chunked-html target
 
-2009-09-04 18:24  kneufeld
+2009-09-04 18:24  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in, doc/html/image_src/generator.c: made the
+       * [r4442] doc/Makefile.in, doc/html/image_src/generator.c: made the
          'images' a requirement for pdf generation
          changed the background of the generated images to white instead
          of being transparent.
 
-2009-09-01 18:57  robe
+2009-09-01 18:57  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: minor formatting
+       * [r4440] doc/reference.xml: minor formatting
 
-2009-09-01 18:34  robe
+2009-09-01 18:34  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_convexhull01.wkt, doc/reference.xml: better
-         convex hull example
+       * [r4439] doc/html/image_src/st_convexhull01.wkt,
+         doc/reference.xml: better convex hull example
 
-2009-08-28 19:10  robe
+2009-08-28 19:10  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_convexhull01.wkt, doc/reference.xml:
+       * [r4438] doc/html/image_src/st_convexhull01.wkt,
+         doc/reference.xml:
 
-2009-08-28 18:58  robe
+2009-08-28 18:58  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_convexhull01.wkt, doc/reference.xml: better
-         visual convex hull
+       * [r4437] doc/html/image_src/st_convexhull01.wkt,
+         doc/reference.xml: better visual convex hull
 
-2009-08-28 18:38  robe
+2009-08-28 18:38  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4436] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_convexhull01.wkt, doc/reference.xml: Put in
          image of ST_ConvexHull
 
-2009-08-28 17:41  robe
+2009-08-28 17:41  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in: put in alpha order
+       * [r4434] doc/html/image_src/Makefile.in: put in alpha order
 
-2009-08-28 17:32  robe
+2009-08-28 17:32  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_buildarea02.wkt: get rid of extra space
+       * [r4433] doc/html/image_src/st_buildarea02.wkt: get rid of extra
+         space
 
-2009-08-28 17:23  robe
+2009-08-28 17:23  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_buildarea02.wkt, doc/reference.xml: Make
-         gaping hole more gaping, make code table 1 column instead of 2
+       * [r4432] doc/html/image_src/st_buildarea02.wkt, doc/reference.xml:
+         Make gaping hole more gaping, make code table 1 column instead of
+         2
 
-2009-08-28 16:44  robe
+2009-08-28 16:44  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: improve on st_buildarea code formatting
+       * [r4430] doc/reference.xml: improve on st_buildarea code
+         formatting
 
-2009-08-28 15:37  kneufeld
+2009-08-28 15:37  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/image_src/st_buildarea02.wkt: Changing MULTIPOLYGON into
-         several POLYGONs so the image generating WKT parser doesn't fail.
+       * [r4429] doc/html/image_src/st_buildarea02.wkt: Changing
+         MULTIPOLYGON into several POLYGONs so the image generating WKT
+         parser doesn't fail.
 
-2009-08-28 15:16  kneufeld
+2009-08-28 15:16  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/README: added a small How To section, referencing the wiki on
-         how to generate images used in the documentation.
+       * [r4428] doc/README: added a small How To section, referencing the
+         wiki on how to generate images used in the documentation.
 
-2009-08-28 12:03  robe
+2009-08-28 12:03  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4427] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_buildarea01.wkt,
          doc/html/image_src/st_buildarea02.wkt, doc/reference.xml: Add
          pictures for ST_BuildArea examples
 
-2009-08-28 11:34  robe
+2009-08-28 11:34  Regina Obe <lr@pcorp.us>
 
-       * doc/performance_tips.xml: Commit jlivni documentation addition
-         and update with minor comment for PostgreSQL 8.4 users and notice
-         about obsolete settings. Also put in hyperlinks back to the
-         current interactive version of PostgreSQL manual for each part.
+       * [r4425] doc/performance_tips.xml: Commit jlivni documentation
+         addition and update with minor comment for PostgreSQL 8.4 users
+         and notice about obsolete settings. Also put in hyperlinks back
+         to the current interactive version of PostgreSQL manual for each
+         part.
 
-2009-08-23 02:20  robe
+2009-08-23 02:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, postgis/postgis.sql.in.c: change lwpostgis to
-         postgis and example to show 1.5.0SVN
+       * [r4423] doc/reference.xml, postgis/postgis.sql.in.c: change
+         lwpostgis to postgis and example to show 1.5.0SVN
 
-2009-08-17 13:22  pramsey
+2009-08-17 13:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_svg.c: Initialize counter to ensure later test
-         works (#239)
+       * [r4421] postgis/lwgeom_svg.c: Initialize counter to ensure later
+         test works (#239)
 
-2009-08-17 13:19  pramsey
+2009-08-17 13:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_svg.c: Add comment and clearer information to fix
-         for #239
+       * [r4419] postgis/lwgeom_svg.c: Add comment and clearer information
+         to fix for #239
 
-2009-08-17 11:37  robe
+2009-08-17 11:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/xsl/postgis_aggs_mm.xml.xsl: revert order
-         of availability. Revise xsl to pick up availabilities embedded in
-         note tag
+       * [r4417] doc/reference.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+         revert order of availability. Revise xsl to pick up
+         availabilities embedded in note tag
 
-2009-08-17 11:29  robe
+2009-08-17 11:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: debugging why not showing in new section
+       * [r4416] doc/reference.xml: debugging why not showing in new
+         section
 
-2009-08-17 02:59  pramsey
+2009-08-17 02:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_svg.c: Fix for handling of empty
+       * [r4415] postgis/lwgeom_svg.c: Fix for handling of empty
          geometrycollection in asssvg (#239)
 
-2009-08-16 15:03  robe
+2009-08-16 15:03  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: update svg availability note
+       * [r4413] doc/reference.xml: update svg availability note
 
-2009-08-16 14:49  robe
+2009-08-16 14:49  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Correct ST_AsSVG command to reflect
+       * [r4410] doc/reference.xml: Correct ST_AsSVG command to reflect
          introduction of L command
 
-2009-08-16 05:34  robe
+2009-08-16 05:34  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: add null and empty geometry
-         collection to garden variety geometry list
+       * [r4409] doc/xsl/postgis_gardentest.sql.xsl: add null and empty
+         geometry collection to garden variety geometry list
 
-2009-08-16 05:29  robe
+2009-08-16 05:29  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest_subset.sql.xsl: cast null to geometry
+       * [r4408] doc/xsl/postgis_gardentest_subset.sql.xsl: cast null to
+         geometry
 
-2009-08-16 05:09  robe
+2009-08-16 05:09  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest_subset.sql.xsl: Version of garden test
-         to allow selecting a subset of functions to test.
+       * [r4407] doc/xsl/postgis_gardentest_subset.sql.xsl: Version of
+         garden test to allow selecting a subset of functions to test.
 
-2009-08-16 04:41  robe
+2009-08-16 04:41  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: update ST_buffer (include buffer style in
-         refpuprose so shows in postgresql function descrip),
+       * [r4406] doc/reference.xml: update ST_buffer (include buffer style
+         in refpuprose so shows in postgresql function descrip),
          update refpurpose of hausdorf and include useful links for more
          details
 
-2009-08-13 00:37  mleslie
+2009-08-13 00:37  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * regress/Makefile.in: Removing accidental commit from r4366.
+       * [r4397] regress/Makefile.in: Removing accidental commit from
+         r4366.
 
-2009-08-11 16:38  strk
+2009-08-11 16:38  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile, authors.svn: Add ChangeLog.svn rule, and auxiliary
-         authors file
+       * [r4383] GNUmakefile, authors.svn: Add ChangeLog.svn rule, and
+         auxiliary authors file
 
-2009-08-07 03:38  mleslie
+2009-08-07 03:38  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * liblwgeom/lwgparse.c, regress/Makefile.in,
+       * [r4366] liblwgeom/lwgparse.c, regress/Makefile.in,
          regress/sql-mm-compoundcurve.sql,
          regress/sql-mm-compoundcurve_expected: Fix for ticket #234
 
-2009-08-05 18:09  pramsey
+2009-08-05 18:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_functions_basic.c: Remove printfs from code.
+       * [r4350] postgis/lwgeom_functions_basic.c: Remove printfs from
+         code.
 
-2009-08-01 18:33  robe
+2009-08-01 18:33  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: update ST_Line_Locate ... with example of
-         closest point. Asked way too many times on postgis news groups
+       * [r4341] doc/reference.xml: update ST_Line_Locate ... with example
+         of closest point. Asked way too many times on postgis news groups
 
-2009-07-30 16:03  mcayland
+2009-07-30 16:03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * regress/Makefile.in: Remove quotes from PATH in regression
-         Makefile, as it seems that the last MingW hack doesn't need this
-         any more.
+       * [r4338] regress/Makefile.in: Remove quotes from PATH in
+         regression Makefile, as it seems that the last MingW hack doesn't
+         need this any more.
 
-2009-07-18 20:01  mcayland
+2009-07-18 20:01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * regress/Makefile.in: Fix for Windows combining stdout/stderr when
-         executing the $(shell) command.
+       * [r4322] regress/Makefile.in: Fix for Windows combining
+         stdout/stderr when executing the $(shell) command.
 
-2009-07-18 19:01  mcayland
+2009-07-18 19:01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * regress/Makefile.in, regress/run_test: Apply fix to allow
+       * [r4321] regress/Makefile.in, regress/run_test: Apply fix to allow
          regression tests to run on MingW by fixing PATH and removing
          trailing CR/LFs on some outputs.
 
-2009-07-18 18:45  mcayland
+2009-07-18 18:45  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * regress/run_test: Fix regression regex listings so that the newer
-         "LINE n:" lines and lines containing just a position indicator
-         (^) introduced in PostgreSQL 8.4 are removed from the regression
-         output.
+       * [r4319] regress/run_test: Fix regression regex listings so that
+         the newer "LINE n:" lines and lines containing just a position
+         indicator (^) introduced in PostgreSQL 8.4 are removed from the
+         regression output.
 
-2009-07-16 21:32  mcayland
+2009-07-16 21:32  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, postgis/lwgeom_pg.h: Move SERIALIZED_FORM
-         to lwgeom_pg.h from liblwgeom.h since it references a
-         PostgreSQL-only structure. Per report from Nicklas Aven.
+       * [r4310] liblwgeom/liblwgeom.h, postgis/lwgeom_pg.h: Move
+         SERIALIZED_FORM to lwgeom_pg.h from liblwgeom.h since it
+         references a PostgreSQL-only structure. Per report from Nicklas
+         Aven.
 
-2009-07-16 21:26  mcayland
+2009-07-16 21:26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-gui.c: Commit patch for missing lw_asprintf()
-         from #222.
+       * [r4308] loader/shp2pgsql-gui.c: Commit patch for missing
+         lw_asprintf() from #222.
 
-2009-07-13 17:27  pramsey
+2009-07-13 17:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, loader/Makefile.in,
+       * [r4293] liblwgeom/liblwgeom.h, loader/Makefile.in,
          loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
          loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c: MinGW fix for
          loader (#222), Mark Cave-Ayland
 
-2009-07-13 16:57  pramsey
+2009-07-13 16:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress: ignore copied version of postgis.sql
+       * [r4292] regress: ignore copied version of postgis.sql
 
-2009-07-13 16:57  pramsey
+2009-07-13 16:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/images: ignore generated images
+       * [r4291] doc/html/images: ignore generated images
 
-2009-07-08 22:43  robe
+2009-07-08 22:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Put in availability and GEOS for Hausdorff
-         distance
+       * [r4287] doc/reference.xml: Put in availability and GEOS for
+         Hausdorff distance
 
-2009-07-08 22:39  pramsey
+2009-07-08 22:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis: match header format
+       * [r4286] README.postgis: match header format
 
-2009-07-08 16:27  strk
+2009-07-08 16:27  Sandro Santilli <strk@keybit.net>
 
-       * README.postgis: Update instructions for testing (and moved that
-         step *before* install - finally!)
+       * [r4285] README.postgis: Update instructions for testing (and
+         moved that step *before* install - finally!)
 
-2009-07-08 16:03  strk
+2009-07-08 16:03  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in: Pre-install check rule by Paul cleaned up to
-         allow top-level run and correct dependencies. See issue #219.
+       * [r4284] regress/Makefile.in: Pre-install check rule by Paul
+         cleaned up to allow top-level run and correct dependencies. See
+         issue #219.
 
-2009-07-08 15:28  pramsey
+2009-07-08 15:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/image_src/Makefile.in: Remove images from clean target
+       * [r4283] doc/html/image_src/Makefile.in: Remove images from clean
+         target
 
-2009-07-08 15:16  pramsey
+2009-07-08 15:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/image_src/generator.c: Remove CUnit dependency
+       * [r4280] doc/html/image_src/generator.c: Remove CUnit dependency
 
-2009-07-08 15:15  pramsey
+2009-07-08 15:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/Makefile.in: clean doc images as part of clean
+       * [r4279] doc/Makefile.in: clean doc images as part of clean
 
-2009-07-08 15:09  pramsey
+2009-07-08 15:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * make_dist.sh: Fix itglish.
+       * [r4278] make_dist.sh: Fix itglish.
 
-2009-07-08 04:59  mcayland
+2009-07-08 04:59  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwsegmentize.c: Fix #112: ST_CurveToLine sometimes
-         crashes server. While the circle segmentiser detected colinear
-         circle points, it didn't check for the
+       * [r4272] liblwgeom/lwsegmentize.c: Fix #112: ST_CurveToLine
+         sometimes crashes server. While the circle segmentiser detected
+         colinear circle points, it didn't check for the
          NULL pointer returned in this case. Since we are converting to a
          line, the current behaviour is to simply append the circle points
          as s
          tandard line points.
 
-2009-07-08 04:48  mcayland
+2009-07-08 04:48  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwsegmentize.c: Fix #183: ST_LineToCurve gives
+       * [r4270] liblwgeom/lwsegmentize.c: Fix #183: ST_LineToCurve gives
          getPoint4d_p offset error. This was due to the lookahead in the
          curve segmentising code going off the end of the point array.
 
-2009-07-08 00:20  pramsey
+2009-07-08 00:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * utils/postgis_proc_upgrade.pl: Change error message to be more
-         relevant
+       * [r4268] utils/postgis_proc_upgrade.pl: Change error message to be
+         more relevant
 
-2009-07-07 15:44  strk
+2009-07-07 15:44  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference.xml: It's "synonym", not "synonim"...
+       * [r4267] doc/reference.xml: It's "synonym", not "synonim"...
 
-2009-07-07 15:03  strk
+2009-07-07 15:03  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference.xml, postgis/lwgeom_geos.c,
+       * [r4266] doc/reference.xml, postgis/lwgeom_geos.c,
          regress/regress_buffer_params.sql,
          regress/regress_buffer_params_expected: For buffer parameters:
          accept 'butt' as a synonim for 'flat', 'miter' for 'mitre' and
          'miter_limit' for 'mitre_limit'.
 
-2009-07-07 13:18  strk
+2009-07-07 13:18  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference.xml: Fix join style images to match calls
+       * [r4265] doc/reference.xml: Fix join style images to match calls
 
-2009-07-07 10:33  mcayland
+2009-07-07 10:33  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/vsprintf.c: Fix compile problems on non-GNU systems by
-         using va_copy as an alias onto the real version. Per report from
-         Stefano Bonnin.
+       * [r4264] liblwgeom/vsprintf.c: Fix compile problems on non-GNU
+         systems by using va_copy as an alias onto the real version. Per
+         report from Stefano Bonnin.
 
-2009-07-06 16:07  strk
+2009-07-06 16:07  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Don't use strtok_r, to help with MingW
-         builds.
+       * [r4262] postgis/lwgeom_geos.c: Don't use strtok_r, to help with
+         MingW builds.
 
-2009-07-06 07:37  robe
+2009-07-06 07:37  Regina Obe <lr@pcorp.us>
 
-       * STYLE: forgot to save last change
+       * [r4261] STYLE: forgot to save last change
 
-2009-07-06 07:37  robe
+2009-07-06 07:37  Regina Obe <lr@pcorp.us>
 
-       * STYLE: slight correction
+       * [r4260] STYLE: slight correction
 
-2009-07-06 07:33  robe
+2009-07-06 07:33  Regina Obe <lr@pcorp.us>
 
-       * STYLE: Update style on commenting required to be picked up by
-         doxygen
+       * [r4259] STYLE: Update style on commenting required to be picked
+         up by doxygen
 
-2009-07-05 21:41  mcayland
+2009-07-05 21:41  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.in: Alter loader Makefile to include PGXS so that
-         we can extract DESTDIR to use for the location for
+       * [r4258] loader/Makefile.in: Alter loader Makefile to include PGXS
+         so that we can extract DESTDIR to use for the location for
          shp2pgsql/pgsql2shp. Per report from Devrim GÃœNDÃœZ.
 
-2009-07-03 07:21  robe
+2009-07-03 07:21  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: update st_pointn to note it supports circular
-         strings and curves
+       * [r4255] doc/reference.xml: update st_pointn to note it supports
+         circular strings and curves
 
-2009-07-03 04:57  kneufeld
+2009-07-03 04:57  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/images/st_centroid01.png,
+       * [r4254] doc/html/images/st_centroid01.png,
          doc/html/images/st_centroid02.png,
          doc/html/images/st_centroid03.png,
          doc/html/images/st_centroid04.png,
          documentation since these are now generated automatically using
          ImageMagick.
 
-2009-07-03 04:56  kneufeld
+2009-07-03 04:56  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in, doc/README: updated the doc's README file
+       * [r4253] doc/Makefile.in, doc/README: updated the doc's README
+         file
          made "images" a target to "all" so the images get automatically
          generated when calling make with no parameters.
 
-2009-07-02 16:57  pramsey
+2009-07-02 16:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * TODO: Add SQL/MM item
+       * [r4252] TODO: Add SQL/MM item
 
-2009-07-02 16:31  pramsey
+2009-07-02 16:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * HOWTO_RELEASE, make_dist.sh: Build doc images as part of
+       * [r4250] HOWTO_RELEASE, make_dist.sh: Build doc images as part of
          distribution build.
 
-2009-07-02 16:29  pramsey
+2009-07-02 16:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/image_src: add generator to ignore
+       * [r4249] doc/html/image_src: add generator to ignore
 
-2009-07-02 16:00  pramsey
+2009-07-02 16:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * HOWTO_RELEASE: more notes on requirements
+       * [r4248] HOWTO_RELEASE: more notes on requirements
 
-2009-07-02 08:31  mleslie
+2009-07-02 08:31  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * liblwgeom/lwgparse.c, postgis/lwgeom_ogc.c,
+       * [r4246] liblwgeom/lwgparse.c, postgis/lwgeom_ogc.c,
          regress/sql-mm-circularstring.sql,
          regress/sql-mm-circularstring_expected,
          regress/sql-mm-compoundcurve.sql,
          Making the changes from r4244 and r4245 onto trunk, addressing
          ticket 212.
 
-2009-07-01 16:56  pramsey
+2009-07-01 16:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CREDITS: Bring this up to date.
+       * [r4243] CREDITS: Bring this up to date.
 
-2009-07-01 15:42  pramsey
+2009-07-01 15:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_accum.c, postgis/lwgeom_geos.c: Fix bad memory
-         access in aggregates on nulls (#210), Mark Cave-Ayland.
+       * [r4238] postgis/lwgeom_accum.c, postgis/lwgeom_geos.c: Fix bad
+         memory access in aggregates on nulls (#210), Mark Cave-Ayland.
 
-2009-07-01 12:30  robe
+2009-07-01 12:30  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: arg should be text not string for st_buffer
+       * [r4236] doc/reference.xml: arg should be text not string for
+         st_buffer
 
-2009-07-01 11:53  robe
+2009-07-01 11:53  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis_dataman.xml: amend documentation on curved
-         support to include new compound curve in curve polygon support.
+       * [r4234] doc/using_postgis_dataman.xml: amend documentation on
+         curved support to include new compound curve in curve polygon
+         support.
 
-2009-06-30 07:46  mleslie
+2009-06-30 07:46  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * liblwgeom/lwsegmentize.c: Enabling the compound curve parsing for
-         segmentisation; reported in ticket 213
+       * [r4232] liblwgeom/lwsegmentize.c: Enabling the compound curve
+         parsing for segmentisation; reported in ticket 213
 
-2009-06-30 07:35  mleslie
+2009-06-30 07:35  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * liblwgeom/lwgunparse.c, regress/sql-mm-curvepoly_expected: First
-         swing at ticket 212.
+       * [r4231] liblwgeom/lwgunparse.c,
+         regress/sql-mm-curvepoly_expected: First swing at ticket 212.
 
-2009-06-26 13:43  robe
+2009-06-26 13:43  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: slight correction some functions
-         are not new but enhanced
+       * [r4227] doc/xsl/postgis_aggs_mm.xml.xsl: slight correction some
+         functions are not new but enhanced
 
-2009-06-26 13:33  robe
+2009-06-26 13:33  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: change ST_Buffer argname from params to
-         buffer_style_params so torture test can eventually properly
+       * [r4225] doc/reference.xml: change ST_Buffer argname from params
+         to buffer_style_params so torture test can eventually properly
          exercise it and not feed it garbage params
 
-2009-06-26 13:30  robe
+2009-06-26 13:30  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: update ST_Buffer so appears in new in PostGIS
-         1.5 section
+       * [r4224] doc/reference.xml: update ST_Buffer so appears in new in
+         PostGIS 1.5 section
 
-2009-06-26 13:22  robe
+2009-06-26 13:22  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: try to fix hudson build error
+       * [r4223] doc/xsl/postgis_aggs_mm.xml.xsl: try to fix hudson build
+         error
 
-2009-06-26 12:43  robe
+2009-06-26 12:43  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Update special index to include
-         a what is new in 1.5 section
+       * [r4222] doc/xsl/postgis_aggs_mm.xml.xsl: Update special index to
+         include a what is new in 1.5 section
 
-2009-06-26 09:35  mcayland
+2009-06-26 09:35  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_geos.c, regress/Makefile.in: Unbreak the PostGIS
-         universe for people who aren't using GEOS SVN (will be 3.2).
+       * [r4218] postgis/lwgeom_geos.c, regress/Makefile.in: Unbreak the
+         PostGIS universe for people who aren't using GEOS SVN (will be
+         3.2).
 
-2009-06-25 12:01  strk
+2009-06-25 12:01  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference.xml: Put queries right below the diagram showing
-         them
+       * [r4217] doc/reference.xml: Put queries right below the diagram
+         showing them
 
-2009-06-25 12:00  strk
+2009-06-25 12:00  Sandro Santilli <strk@keybit.net>
 
-       * doc/html/image_src/st_buffer01.wkt,
+       * [r4216] doc/html/image_src/st_buffer01.wkt,
          doc/html/image_src/st_buffer02.wkt: Make quad_segs images style
          consistent with others; add original point
 
-2009-06-25 11:19  strk
+2009-06-25 11:19  Sandro Santilli <strk@keybit.net>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4215] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_buffer06.wkt,
          doc/html/image_src/st_buffer07.wkt,
          doc/html/image_src/st_buffer08.wkt, doc/reference.xml: Add more
          styled buffer example images and update reference manual to
          include them
 
-2009-06-25 10:57  strk
+2009-06-25 10:57  Sandro Santilli <strk@keybit.net>
 
-       * doc/html/image_src/st_buffer03.wkt,
+       * [r4214] doc/html/image_src/st_buffer03.wkt,
          doc/html/image_src/st_buffer04.wkt,
          doc/html/image_src/st_buffer05.wkt: Use thin link style for
          source linestring
 
-2009-06-25 08:16  strk
+2009-06-25 08:16  Sandro Santilli <strk@keybit.net>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4213] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_buffer03.wkt,
          doc/html/image_src/st_buffer04.wkt,
          doc/html/image_src/st_buffer05.wkt: Add examples of different
          encdap styles
 
-2009-06-25 07:34  strk
+2009-06-25 07:34  Sandro Santilli <strk@keybit.net>
 
-       * NEWS: Add item for parametrized buffers
+       * [r4212] NEWS: Add item for parametrized buffers
 
-2009-06-25 03:32  robe
+2009-06-25 03:32  Regina Obe <lr@pcorp.us>
 
-       * loader/shp2pgsql-core.c, postgis/lwgeom_box3d.c,
+       * [r4211] loader/shp2pgsql-core.c, postgis/lwgeom_box3d.c,
          postgis/lwgeom_estimate.c, postgis/lwgeom_gist.c,
          postgis/lwgeom_rtree.c: More cleanup of code comments so function
          descriptions are picked up by doxygen
 
-2009-06-25 03:03  robe
+2009-06-25 03:03  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwalgorithm.c, liblwgeom/lwgeom_api.c: fix commenting
-         style so function descriptions are picked up by doxygen
+       * [r4210] liblwgeom/lwalgorithm.c, liblwgeom/lwgeom_api.c: fix
+         commenting style so function descriptions are picked up by
+         doxygen
 
-2009-06-24 22:09  pramsey
+2009-06-24 22:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS: Add news item for #206
+       * [r4209] NEWS: Add news item for #206
 
-2009-06-24 22:08  pramsey
+2009-06-24 22:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference.xml, postgis/lwgeom_geos.c,
+       * [r4208] doc/reference.xml, postgis/lwgeom_geos.c,
          postgis/postgis.sql.in.c, postgis/uninstall_postgis.sql.in.c,
          regress/Makefile.in, regress/hausdorff.sql,
          regress/hausdorff_expected: Add support for hausdorff distance
          If you are working off of GEOS trunk, svn up, compile and
          install!
 
-2009-06-24 17:10  strk
+2009-06-24 17:10  Sandro Santilli <strk@keybit.net>
 
-       * postgis/uninstall_postgis.sql.in.c: Add uninstall lines for new
-         buffer signatures
+       * [r4207] postgis/uninstall_postgis.sql.in.c: Add uninstall lines
+         for new buffer signatures
 
-2009-06-24 13:32  strk
+2009-06-24 13:32  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile.in, regress/regress_buffer_params.sql,
+       * [r4206] regress/Makefile.in, regress/regress_buffer_params.sql,
          regress/regress_buffer_params_expected: Add tests for
          parametrized buffer
 
-2009-06-24 13:04  strk
+2009-06-24 13:04  Sandro Santilli <strk@keybit.net>
 
-       * doc/reference.xml: Document third ST_Buffer signature (the one
-         taking parameters as string).
+       * [r4205] doc/reference.xml: Document third ST_Buffer signature
+         (the one taking parameters as string).
 
-2009-06-24 11:18  mcayland
+2009-06-24 11:18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql.c: Remove validation
-         from shapefile to WKT/WKB conversion to retain same behaviour as
-         1.3. Final resolution for #198.
+       * [r4203] loader/shp2pgsql-core.c, loader/shp2pgsql.c: Remove
+         validation from shapefile to WKT/WKB conversion to retain same
+         behaviour as 1.3. Final resolution for #198.
 
-2009-06-24 10:44  mcayland
+2009-06-24 10:44  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/postgis.sql.in.c: Fix accidental typo; module name
-         hardcoded in the .sql.in.c file rather than being set to
+       * [r4200] postgis/postgis.sql.in.c: Fix accidental typo; module
+         name hardcoded in the .sql.in.c file rather than being set to
          MODULE_PATHNAME. Fixes #208.
 
-2009-06-24 10:34  strk
+2009-06-24 10:34  Sandro Santilli <strk@keybit.net>
 
-       * postgis/postgis.sql.in.c: Use $$ quoting. See ticket #207.
+       * [r4199] postgis/postgis.sql.in.c: Use $$ quoting. See ticket
+         #207.
 
-2009-06-23 22:40  strk
+2009-06-23 22:40  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Add
+       * [r4198] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Add
          _ST_Buffer(geom, distance, params); refactor other versions to
          all proxy to the new one.
 
-2009-06-23 20:57  pramsey
+2009-06-23 20:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS, README.postgis, Version.config: Bump up to 1.5 in trunk
+       * [r4195] NEWS, README.postgis, Version.config: Bump up to 1.5 in
+         trunk
 
-2009-06-23 16:46  strk
+2009-06-23 16:46  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_inout.c: Fix dangerous use of message string as
-         printf-like format.
+       * [r4193] postgis/lwgeom_inout.c: Fix dangerous use of message
+         string as printf-like format.
 
-2009-06-23 16:38  strk
+2009-06-23 16:38  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_ogc.sql, regress/regress_ogc_expected: Yet
-         another buffer auto-cast test. With a different quadSegs this
+       * [r4192] regress/regress_ogc.sql, regress/regress_ogc_expected:
+         Yet another buffer auto-cast test. With a different quadSegs this
          time to be really sure the argument is being used.
 
-2009-06-23 16:36  strk
+2009-06-23 16:36  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_ogc.sql, regress/regress_ogc_expected: Add test
-         for third argument to buffer() being a string (based on
+       * [r4191] regress/regress_ogc.sql, regress/regress_ogc_expected:
+         Add test for third argument to buffer() being a string (based on
          auto-cast)
 
-2009-06-22 03:12  robe
+2009-06-22 03:12  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Put in minimal GEOS requirement for ST_Covers
-         and ST_CoveredBy. Its not necessary for 1.4 really but oh well.
+       * [r4190] doc/reference.xml: Put in minimal GEOS requirement for
+         ST_Covers and ST_CoveredBy. Its not necessary for 1.4 really but
+         oh well.
 
-2009-06-20 22:13  strk
+2009-06-20 22:13  Sandro Santilli <strk@keybit.net>
 
-       * postgis/lwgeom_geos.c: Gracefully handle typed empty GEOS
+       * [r4189] postgis/lwgeom_geos.c: Gracefully handle typed empty GEOS
          geometries.
 
-2009-06-20 21:26  strk
+2009-06-20 21:26  Sandro Santilli <strk@keybit.net>
 
-       * regress/measures.sql, regress/measures_expected: Add tests for
-         area() called against empty geometries
+       * [r4188] regress/measures.sql, regress/measures_expected: Add
+         tests for area() called against empty geometries
 
-2009-06-20 21:25  strk
+2009-06-20 21:25  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/measures.c: Handle empty polygon rings
+       * [r4187] liblwgeom/measures.c: Handle empty polygon rings
 
-2009-06-19 17:12  robe
+2009-06-19 17:12  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: get rid of ref_geom so
-         doesn't break agg checks
+       * [r4185] doc/xsl/postgis_gardentest.sql.xsl: get rid of ref_geom
+         so doesn't break agg checks
 
-2009-06-19 15:13  robe
+2009-06-19 15:13  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: test not handling aggregates
-         right
+       * [r4184] doc/xsl/postgis_gardentest.sql.xsl: test not handling
+         aggregates right
 
-2009-06-19 14:18  robe
+2009-06-19 14:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: typo in docs --
+       * [r4183] doc/reference.xml: typo in docs --
 
-2009-06-19 12:20  robe
+2009-06-19 12:20  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: fix type and add --with-gui description for
-         building loader gui
+       * [r4182] doc/installation.xml: fix type and add --with-gui
+         description for building loader gui
 
-2009-06-16 15:53  robe
+2009-06-16 15:53  Regina Obe <lr@pcorp.us>
 
-       * NEWS: Forgot ST_MinimumBoundingCircle and credit Bruce Rindahl
+       * [r4175] NEWS: Forgot ST_MinimumBoundingCircle and credit Bruce
+         Rindahl
 
-2009-06-15 17:48  pramsey
+2009-06-15 17:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * HOWTO_RELEASE: More updates
+       * [r4173] HOWTO_RELEASE: More updates
 
-2009-06-15 17:42  pramsey
+2009-06-15 17:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * HOWTO_RELEASE: Update doc instructions.
+       * [r4172] HOWTO_RELEASE: Update doc instructions.
 
-2009-06-12 15:30  robe
+2009-06-12 15:30  Regina Obe <lr@pcorp.us>
 
-       * postgis/long_xact.sql.in.c: replace _VOLATILE_STRICT with
+       * [r4170] postgis/long_xact.sql.in.c: replace _VOLATILE_STRICT with
          VOLATILE STRICT
 
-2009-06-12 15:14  robe
+2009-06-12 15:14  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: Change _VOLATILE to VOLATILE
+       * [r4169] postgis/postgis.sql.in.c: Change _VOLATILE to VOLATILE
 
-2009-06-11 16:44  pramsey
+2009-06-11 16:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/image_src/generator.c, doc/html/image_src/styles.c,
-         doc/html/image_src/styles.h, extras/WFS_locks/WFS_locks.c,
-         extras/wkb_reader/printwkb.c, extras/wkb_reader/readwkb.c,
-         extras/wkb_reader/wkbtest.h, liblwgeom/box2d.c,
-         liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
-         liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_measures.h,
-         liblwgeom/cunit/cu_tester.c, liblwgeom/examples/unparser.c,
-         liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h,
-         liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h,
-         liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-         liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
-         liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
+       * [r4168] doc/html/image_src/generator.c,
+         doc/html/image_src/styles.c, doc/html/image_src/styles.h,
+         extras/WFS_locks/WFS_locks.c, extras/wkb_reader/printwkb.c,
+         extras/wkb_reader/readwkb.c, extras/wkb_reader/wkbtest.h,
+         liblwgeom/box2d.c, liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_algorithm.h, liblwgeom/cunit/cu_measures.c,
+         liblwgeom/cunit/cu_measures.h, liblwgeom/cunit/cu_tester.c,
+         liblwgeom/examples/unparser.c, liblwgeom/lex.yy.c,
+         liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
+         liblwgeom/lwalgorithm.h, liblwgeom/lwcircstring.c,
+         liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
+         liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
+         liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
          liblwgeom/lwgunparse.c, liblwgeom/lwline.c, liblwgeom/lwmcurve.c,
          liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
          liblwgeom/lwmsurface.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
          postgis/lwgeom_triggers.c: astyle --style=ansi --indent=tab
          (#133)
 
-2009-06-11 16:31  pramsey
+2009-06-11 16:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/test.c: remove file that should never have been added
+       * [r4167] postgis/test.c: remove file that should never have been
+         added
 
-2009-06-11 15:52  pramsey
+2009-06-11 15:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/long_xact.sql.in.c, postgis/postgis.sql.in.c,
+       * [r4166] postgis/long_xact.sql.in.c, postgis/postgis.sql.in.c,
          postgis/sqldefines.h.in, postgis/sqlmm.sql.in.c: Clean up old
          compatibility code. (#196)
 
-2009-06-11 13:28  mcayland
+2009-06-11 13:28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgunparse.c: Further fix for #156, and also #167 it
-         seems. Looks like I forgot to apply the fix to the WKB routines
-         aswell.
+       * [r4165] liblwgeom/lwgunparse.c: Further fix for #156, and also
+         #167 it seems. Looks like I forgot to apply the fix to the WKB
+         routines aswell.
 
-2009-06-10 14:51  robe
+2009-06-10 14:51  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: correct example
+       * [r4164] doc/reference.xml: correct example
 
-2009-06-10 01:26  robe
+2009-06-10 01:26  Regina Obe <lr@pcorp.us>
 
-       * NEWS: Add David Techer, new doco enhancements, new
+       * [r4162] NEWS: Add David Techer, new doco enhancements, new
          populate_geometry_columns
 
-2009-06-10 01:18  robe
+2009-06-10 01:18  Regina Obe <lr@pcorp.us>
 
-       * NEWS: Add Jean David Techer to list of contributors
+       * [r4161] NEWS: Add Jean David Techer to list of contributors
 
-2009-06-09 23:54  pramsey
+2009-06-09 23:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * utils/postgis_restore.pl: Update the hard upgrade script to
-         handle 1.4 transition. (#144)
+       * [r4160] utils/postgis_restore.pl: Update the hard upgrade script
+         to handle 1.4 transition. (#144)
 
-2009-06-09 23:27  pramsey
+2009-06-09 23:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS: Closes (#134)
+       * [r4159] NEWS: Closes (#134)
 
-2009-06-09 22:51  pramsey
+2009-06-09 22:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/image_src, utils/postgis_proc_upgrade.pl: More work on
-         1.4 upgrade script.
+       * [r4158] doc/html/image_src, utils/postgis_proc_upgrade.pl: More
+         work on 1.4 upgrade script.
 
-2009-06-09 22:14  pramsey
+2009-06-09 22:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis, postgis/postgis.sql.in.c: More fixes to upgrade process.
+       * [r4157] postgis, postgis/postgis.sql.in.c: More fixes to upgrade
+         process.
 
-2009-06-08 23:21  pramsey
+2009-06-08 23:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis.sql.in.c, utils/postgis_proc_upgrade.pl: Work on
-         upgrade script.
+       * [r4156] postgis/postgis.sql.in.c, utils/postgis_proc_upgrade.pl:
+         Work on upgrade script.
 
-2009-06-08 22:33  pramsey
+2009-06-08 22:33  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis.sql.in.c: Turn "CREATE OR REPLACE FUNCTION" into
-         "CREATEFUNCTION" for preprocessing magic.
+       * [r4155] postgis/postgis.sql.in.c: Turn "CREATE OR REPLACE
+         FUNCTION" into "CREATEFUNCTION" for preprocessing magic.
 
-2009-06-08 22:30  pramsey
+2009-06-08 22:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/postgis.sql.in.c: remove syntax error
+       * [r4154] postgis/postgis.sql.in.c: remove syntax error
 
-2009-06-08 19:40  pramsey
+2009-06-08 19:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Updated to EPSG 7.1 version (#191)
+       * [r4153] spatial_ref_sys.sql: Updated to EPSG 7.1 version (#191)
 
-2009-06-08 17:35  robe
+2009-06-08 17:35  Regina Obe <lr@pcorp.us>
 
-       * postgis/postgis.sql.in.c: #190: populate_geometry_columns gives
-         nonstandard use of \' in a string literal in 8.4
+       * [r4152] postgis/postgis.sql.in.c: #190: populate_geometry_columns
+         gives nonstandard use of \' in a string literal in 8.4
 
-2009-06-06 14:09  mcayland
+2009-06-06 14:09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/Makefile.in, postgis/long_xact.sql.in,
+       * [r4147] postgis/Makefile.in, postgis/long_xact.sql.in,
          postgis/long_xact.sql.in.c, postgis/postgis.sql.in.c,
          postgis/sqlmm.sql.in, postgis/sqlmm.sql.in.c,
          postgis/uninstall_long_xact.sql.in.c,
          file to the repository that will enable the complete removal of
          PostGIS from a database.
 
-2009-06-04 15:29  robe
+2009-06-04 15:29  Regina Obe <lr@pcorp.us>
 
-       * NEWS: updated to make 8.2 minimum for Linux as well (its too
-         confusing to have minimum 8.2 for windows and not for Linux as
-         well)
+       * [r4136] NEWS: updated to make 8.2 minimum for Linux as well (its
+         too confusing to have minimum 8.2 for windows and not for Linux
+         as well)
 
-2009-06-04 15:20  robe
+2009-06-04 15:20  Regina Obe <lr@pcorp.us>
 
-       * README.postgis, doc/installation.xml: change ReadME and
+       * [r4135] README.postgis, doc/installation.xml: change ReadME and
          installation to change minimum version from 8.1 to 8.2 (not many
          people are running 8.1 and besides Paul already put in a DROP AGG
          IF EXISTS in upgrade script -- so binds us to 8.2+ already.
          versions behind of latest PostgreSQL release in our trunk. Too
          much maintenance. Correct ReadME bug tracker link
 
-2009-06-04 14:17  pramsey
+2009-06-04 14:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/Makefile.in, regress/run_test: Fix for #192.
+       * [r4134] regress/Makefile.in, regress/run_test: Fix for #192.
 
-2009-06-03 23:56  pramsey
+2009-06-03 23:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/Makefile.in, utils/postgis_proc_upgrade.pl: Fix for issue
-         #189, includes implicit requirement for 8.2+ in DROP AGGREGATE
+       * [r4132] postgis/Makefile.in, utils/postgis_proc_upgrade.pl: Fix
+         for issue #189, includes implicit requirement for 8.2+ in DROP
+         AGGREGATE
 
-2009-06-03 23:07  pramsey
+2009-06-03 23:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/Makefile.in, regress/run_test: Fix for issue #186
+       * [r4131] regress/Makefile.in, regress/run_test: Fix for issue #186
 
-2009-06-03 22:46  pramsey
+2009-06-03 22:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: remove warnings from autoconf process
+       * [r4130] configure.ac: remove warnings from autoconf process
 
-2009-05-29 18:10  kneufeld
+2009-05-29 18:10  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml: small typo in Populate_Geometry_Columns doc
+       * [r4113] doc/reference.xml: small typo in
+         Populate_Geometry_Columns doc
 
-2009-05-27 17:14  kneufeld
+2009-05-27 17:14  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc, doc/html/style.css, doc/installation.xml,
+       * [r4111] doc, doc/html/style.css, doc/installation.xml,
          doc/xmlformat.conf: performed an overhaul of the installation
          guide ... hopefully it's easier to follow.
 
-2009-05-26 18:35  kneufeld
+2009-05-26 18:35  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in: updated the comments-install make target
+       * [r4110] doc/Makefile.in: updated the comments-install make target
 
-2009-05-26 18:28  kneufeld
+2009-05-26 18:28  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/installation.xml: added version numbers to the requirements
-         section in the installation doc.
+       * [r4109] doc/installation.xml: added version numbers to the
+         requirements section in the installation doc.
 
-2009-05-26 18:27  kneufeld
+2009-05-26 18:27  Kevin Neufeld <kneufeld@refractions.net>
 
-       * configure.ac: added dblatex and convert to the status lines at
-         the end of configure
+       * [r4108] configure.ac: added dblatex and convert to the status
+         lines at the end of configure
 
-2009-05-26 18:10  kneufeld
+2009-05-26 18:10  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in: added postgis_aggs_mm.xml to the 'make clean'
-         target
+       * [r4107] doc/Makefile.in: added postgis_aggs_mm.xml to the 'make
+         clean' target
 
-2009-05-26 18:00  kneufeld
+2009-05-26 18:00  Kevin Neufeld <kneufeld@refractions.net>
 
-       * GNUmakefile, configure.ac, doc/Makefile.in: added
+       * [r4106] GNUmakefile, configure.ac, doc/Makefile.in: added
          postgis_comments.sql as a target to the main makefile
          
          Since we don't want to add xsltproc as a dependency, this will
          
          (the file should be removed by 'make uninstall')
 
-2009-05-26 17:24  robe
+2009-05-26 17:24  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: make example fit the diagram in text
+       * [r4105] doc/reference.xml: make example fit the diagram in text
 
-2009-05-26 17:08  robe
+2009-05-26 17:08  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_buffer02.wkt, doc/reference.xml: Make lame
-         circle more lame
+       * [r4104] doc/html/image_src/st_buffer02.wkt, doc/reference.xml:
+         Make lame circle more lame
 
-2009-05-26 16:47  robe
+2009-05-26 16:47  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4103] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_buffer01.wkt,
          doc/html/image_src/st_buffer02.wkt,
          doc/html/image_src/st_within01.wkt, doc/reference.xml: put in
          images for buffer, fix within example image and example query
 
-2009-05-26 16:26  robe
+2009-05-26 16:26  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: for consistency make example be same as what
-         is used to generate the image.
+       * [r4102] doc/reference.xml: for consistency make example be same
+         as what is used to generate the image.
 
-2009-05-26 16:24  robe
+2009-05-26 16:24  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_within01.wkt: bad image try again
+       * [r4101] doc/html/image_src/st_within01.wkt: bad image try again
 
-2009-05-26 15:05  robe
+2009-05-26 15:05  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4100] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_within01.wkt: Add st_within example to
          makefile and translate example so in viewable region.
 
-2009-05-25 20:26  kneufeld
+2009-05-25 20:26  Kevin Neufeld <kneufeld@refractions.net>
 
-       * GNUmakefile: added a status line to the main makefile that
-         indicates if PostGIS was built successfully.
+       * [r4099] GNUmakefile: added a status line to the main makefile
+         that indicates if PostGIS was built successfully.
 
-2009-05-24 07:52  robe
+2009-05-24 07:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: update to include behavior for 3D and also
-         note this seems to go beyond what the spec defines.
+       * [r4098] doc/reference.xml: update to include behavior for 3D and
+         also note this seems to go beyond what the spec defines.
 
-2009-05-22 23:22  kneufeld
+2009-05-22 23:22  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/installation.xml: use a docbook variable instead
+       * [r4097] doc/installation.xml: use a docbook variable instead
 
-2009-05-22 23:19  kneufeld
+2009-05-22 23:19  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in, doc/installation.xml, doc/installation.xml.in:
-         didn't need the c preprocessor after all
+       * [r4096] doc/Makefile.in, doc/installation.xml,
+         doc/installation.xml.in: didn't need the c preprocessor after all
 
-2009-05-22 22:14  kneufeld
+2009-05-22 22:14  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/installation.xml.in: Added a Short Version section.
+       * [r4095] doc/installation.xml.in: Added a Short Version section.
          Updated requirements.
 
-2009-05-22 22:07  kneufeld
+2009-05-22 22:07  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in, doc/installation.xml, doc/installation.xml.in:
-         formatted installation.xml in preparation for editing
+       * [r4094] doc/Makefile.in, doc/installation.xml,
+         doc/installation.xml.in: formatted installation.xml in
+         preparation for editing
 
-2009-05-22 21:32  kneufeld
+2009-05-22 21:32  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/xmlformat.conf: added the xmlformatter conf file for pretty
-         printing the documentation's xml files
+       * [r4093] doc/xmlformat.conf: added the xmlformatter conf file for
+         pretty printing the documentation's xml files
          
          This will allow us to separate code changes from style changes in
          the docs.
 
-2009-05-20 11:16  robe
+2009-05-20 11:16  Regina Obe <lr@pcorp.us>
 
-       * doc/html/image_src/st_within01.wkt, doc/reference.xml: Testing
-         out Kevin's auto image generator hopefully I didn't break it.
+       * [r4092] doc/html/image_src/st_within01.wkt, doc/reference.xml:
+         Testing out Kevin's auto image generator hopefully I didn't break
+         it.
 
-2009-05-20 10:54  robe
+2009-05-20 10:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Correct ST_GeometryN example -- sign was
-         wrong. Also embellish by showing a multicurve and flag as working
-         for multicurves
+       * [r4091] doc/reference.xml: Correct ST_GeometryN example -- sign
+         was wrong. Also embellish by showing a multicurve and flag as
+         working for multicurves
 
-2009-05-19 20:49  kneufeld
+2009-05-19 20:49  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/image_src/Makefile.in,
+       * [r4089] doc/html/image_src/Makefile.in,
          doc/html/image_src/st_contains01.wkt,
          doc/html/image_src/st_contains02.wkt,
          doc/html/image_src/st_contains03.wkt,
          doc/html/image_src/st_contains06.wkt, doc/reference.xml: added
          image examples to ST_Contains
 
-2009-05-19 03:44  robe
+2009-05-19 03:44  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Example exploding a compoundcurve, also
-         reference to ST_GeometryN since they serve similar purposes
+       * [r4085] doc/reference.xml: Example exploding a compoundcurve,
+         also reference to ST_GeometryN since they serve similar purposes
 
-2009-05-14 23:42  kneufeld
+2009-05-14 23:42  Kevin Neufeld <kneufeld@refractions.net>
 
-       * configure.ac, doc/Makefile.in, doc/html/image_src/Makefile.in,
-         doc/html/image_src/generator.c,
+       * [r4081] configure.ac, doc/Makefile.in,
+         doc/html/image_src/Makefile.in, doc/html/image_src/generator.c,
          doc/html/image_src/st_centroid01.wkt,
          doc/html/image_src/st_centroid02.wkt,
          doc/html/image_src/st_centroid03.wkt,
          images
          added ImageMagick as a dependency
 
-2009-05-09 12:53  mcayland
+2009-05-09 12:53  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_box3d.c: Fix #178: ST_XMax() and ST_YMax() return
-         incorrect values. This was caused by the fact that the min/max
-         routines did not check whether the result for each axis was
-         actually the min or max, but instead simply returned the
+       * [r4079] postgis/lwgeom_box3d.c: Fix #178: ST_XMax() and ST_YMax()
+         return incorrect values. This was caused by the fact that the
+         min/max routines did not check whether the result for each axis
+         was actually the min or max, but instead simply returned the
          structure value. Hence if an inverted coordinate system were
          being used, the wrong value would be returned.
 
-2009-05-09 12:34  mcayland
+2009-05-09 12:34  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgunparse.c: Remove a double-free bug caused if the
-         unparser finds an invalid geometry (fixes #168)
+       * [r4078] liblwgeom/lwgunparse.c: Remove a double-free bug caused
+         if the unparser finds an invalid geometry (fixes #168)
 
-2009-05-09 11:46  mcayland
+2009-05-09 11:46  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql.c: Correct erroneus formatting which was causing
-         two comments to be nested and hence generating a compiler
+       * [r4077] loader/shp2pgsql.c: Correct erroneus formatting which was
+         causing two comments to be nested and hence generating a compiler
          warning.
 
-2009-05-06 23:32  kneufeld
+2009-05-06 23:32  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/image_src/generator.c,
+       * [r4076] doc/html/image_src/generator.c,
          doc/html/image_src/st_centroid02.wkt,
          doc/html/image_src/st_centroid03.wkt,
          doc/html/image_src/st_centroid04.wkt,
          carriage returns
          - convert to unix
 
-2009-05-06 23:20  kneufeld
+2009-05-06 23:20  Kevin Neufeld <kneufeld@refractions.net>
 
-       * configure.ac, doc/Makefile.in, doc/html/image_src/Makefile.in,
-         doc/html/image_src/generator.c,
+       * [r4075] configure.ac, doc/Makefile.in,
+         doc/html/image_src/Makefile.in, doc/html/image_src/generator.c,
          doc/html/image_src/st_centroid01.svg,
          doc/html/image_src/st_centroid01.wkt,
          doc/html/image_src/st_centroid02.svg,
          automatically generate the spatial images used in the
          documentation from WKT input.
 
-2009-05-06 18:11  robe
+2009-05-06 18:11  Regina Obe <lr@pcorp.us>
 
-       * NEWS: typo
+       * [r4073] NEWS: typo
 
-2009-05-06 18:04  robe
+2009-05-06 18:04  Regina Obe <lr@pcorp.us>
 
-       * NEWS: update with 1.3.6 items
+       * [r4072] NEWS: update with 1.3.6 items
 
-2009-05-05 19:40  pramsey
+2009-05-05 19:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Add 900913 to allow web mappers a smoother
-         ride.
+       * [r4070] spatial_ref_sys.sql: Add 900913 to allow web mappers a
+         smoother ride.
 
-2009-05-05 04:44  robe
+2009-05-05 04:44  Regina Obe <lr@pcorp.us>
 
-       * postgis/lwgeom_functions_basic.c: doxygen friendly comments
+       * [r4069] postgis/lwgeom_functions_basic.c: doxygen friendly
+         comments
 
-2009-05-05 04:29  robe
+2009-05-05 04:29  Regina Obe <lr@pcorp.us>
 
-       * postgis/lwgeom_accum.c, postgis/lwgeom_geojson.c,
+       * [r4068] postgis/lwgeom_accum.c, postgis/lwgeom_geojson.c,
          postgis/lwgeom_gml.c, postgis/lwgeom_ogc.c, postgis/lwgeom_svg.c,
          postgis/lwgeom_transform.c, postgis/lwgeom_triggers.c: doxygen
          friendly comments
 
-2009-05-04 18:00  robe
+2009-05-04 18:00  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwmpoly.c, liblwgeom/wktparse.h, postgis/lwgeom_kml.c:
-         more doxygen comment cleanup
+       * [r4064] liblwgeom/lwmpoly.c, liblwgeom/wktparse.h,
+         postgis/lwgeom_kml.c: more doxygen comment cleanup
 
-2009-05-03 04:36  robe
+2009-05-03 04:36  Regina Obe <lr@pcorp.us>
 
-       * postgis/lwgeom_geos.c: slight mod
+       * [r4062] postgis/lwgeom_geos.c: slight mod
 
-2009-05-03 04:32  robe
+2009-05-03 04:32  Regina Obe <lr@pcorp.us>
 
-       * postgis/lwgeom_geos.c: make doco descriptions doxygen/javadoc
-         friendly
+       * [r4061] postgis/lwgeom_geos.c: make doco descriptions
+         doxygen/javadoc friendly
 
-2009-05-03 03:58  robe
+2009-05-03 03:58  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwgeom.c: make function doc doxygen friendly
+       * [r4060] liblwgeom/lwgeom.c: make function doc doxygen friendly
 
-2009-05-03 03:50  robe
+2009-05-03 03:50  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwcompound.c: make function descriptor doxygen friendly
+       * [r4059] liblwgeom/lwcompound.c: make function descriptor doxygen
+         friendly
 
-2009-05-03 03:33  robe
+2009-05-03 03:33  Regina Obe <lr@pcorp.us>
 
-       * doc/doxygen.cfg.in: enable alphabetical index
+       * [r4058] doc/doxygen.cfg.in: enable alphabetical index
 
-2009-05-03 03:16  robe
+2009-05-03 03:16  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c,
+       * [r4057] liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c,
          liblwgeom/ptarray.c, loader/pgsql2shp.c, loader/shp2pgsql.c:
          change commenting style to javadoc style
 
-2009-05-03 03:03  robe
+2009-05-03 03:03  Regina Obe <lr@pcorp.us>
 
-       * doc/doxygen.cfg.in: enable javadoc autobrief
+       * [r4056] doc/doxygen.cfg.in: enable javadoc autobrief
 
-2009-05-02 09:40  robe
+2009-05-02 09:40  Regina Obe <lr@pcorp.us>
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: make function
+       * [r4054] loader/pgsql2shp.c, loader/shp2pgsql.c: make function
          descriptions doxygen friendly
 
-2009-05-02 07:13  robe
+2009-05-02 07:13  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/ptarray.c: make function descriptions doxygen friendly
+       * [r4053] liblwgeom/ptarray.c: make function descriptions doxygen
+         friendly
 
-2009-05-02 06:27  robe
+2009-05-02 06:27  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c: Experimenting
-         with Doxygen hyperlinking tags
+       * [r4052] liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c:
+         Experimenting with Doxygen hyperlinking tags
 
-2009-05-01 22:47  robe
+2009-05-01 22:47  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwcollection.c: More experimentation with doxygen
-         commenting styles
+       * [r4051] liblwgeom/lwcollection.c: More experimentation with
+         doxygen commenting styles
 
-2009-05-01 04:26  robe
+2009-05-01 04:26  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwcollection.c: More auto doc friendlying
+       * [r4049] liblwgeom/lwcollection.c: More auto doc friendlying
 
-2009-05-01 04:24  robe
+2009-05-01 04:24  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwcollection.c: typo
+       * [r4048] liblwgeom/lwcollection.c: typo
 
-2009-05-01 04:24  robe
+2009-05-01 04:24  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwcollection.c: experiment with making our inline
-         comments more doxygen friendly
+       * [r4047] liblwgeom/lwcollection.c: experiment with making our
+         inline comments more doxygen friendly
 
-2009-04-30 22:26  kneufeld
+2009-04-30 22:26  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/doxygen.cfg.in: updated several Doxygen parameters
+       * [r4045] doc/doxygen.cfg.in: updated several Doxygen parameters
 
-2009-04-30 21:38  kneufeld
+2009-04-30 21:38  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/doxygen.cfg.in: removed full path names from config file
+       * [r4044] doc/doxygen.cfg.in: removed full path names from config
+         file
 
-2009-04-30 20:19  kneufeld
+2009-04-30 20:19  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in, doc/doxygen.cfg.in: add make target to build
-         Doxygen
+       * [r4043] doc/Makefile.in, doc/doxygen.cfg.in: add make target to
+         build Doxygen
 
-2009-04-30 19:41  kneufeld
+2009-04-30 19:41  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/doxygen.cfg.in: added a Doxygen configuration file
+       * [r4042] doc/doxygen.cfg.in: added a Doxygen configuration file
 
-2009-04-29 19:22  kneufeld
+2009-04-29 19:22  Kevin Neufeld <kneufeld@refractions.net>
 
-       * regress/run_test: dropping a table that's not there causes an
-         ERROR in the logs
+       * [r4040] regress/run_test: dropping a table that's not there
+         causes an ERROR in the logs
          - 8.1 does not support DROP TABLE IF EXISTS, so first test if the
          table is there, then drop it.
 
-2009-04-28 19:13  colivier
+2009-04-28 19:13  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference.xml, postgis/lwgeom_gml.c, regress/gml.sql,
+       * [r4039] doc/reference.xml, postgis/lwgeom_gml.c, regress/gml.sql,
          regress/gml_expected: Add a new option for ST_AsGML related to
          axis order, and lat lon inversion in GML 3.1.1, cf #161. Add unit
          test on this new option bit field. Update documentation. Fix also
          wrong option value in ST_AsGML for CRS, and outdated example
          output (still for ST_AsGML).
 
-2009-04-28 17:04  kneufeld
+2009-04-28 17:04  Kevin Neufeld <kneufeld@refractions.net>
 
-       * java/jdbc/build.xml, java/jdbc/src/org/postgis/Geometry.java,
+       * [r4038] java/jdbc/build.xml,
+         java/jdbc/src/org/postgis/Geometry.java,
          java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java: -
          removed a few compile errors from the javadoc build
          - renamed jar so it follows the name-version convention
 
-2009-04-27 22:07  robe
+2009-04-27 22:07  Regina Obe <lr@pcorp.us>
 
-       * loader/pgsql2shp.c: change error about unknown spatial ref to a
-         warning.
+       * [r4034] loader/pgsql2shp.c: change error about unknown spatial
+         ref to a warning.
 
-2009-04-27 19:46  kneufeld
+2009-04-27 19:46  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/template.xml: test commit
+       * [r4030] doc/template.xml: test commit
 
-2009-04-27 19:24  kneufeld
+2009-04-27 19:24  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/postgis.xml: test commit
+       * [r4029] doc/postgis.xml: test commit
 
-2009-04-27 19:07  kneufeld
+2009-04-27 19:07  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/faq.xml: Test commit to test autobuild
+       * [r4026] doc/faq.xml: Test commit to test autobuild
 
-2009-04-27 16:09  robe
+2009-04-27 16:09  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: revise to better guarantee a
-         deteriministic sort so can diff compare between 1.3.5, 1.3.6, 1.4
-         (still needs work). Also exclude curved tests and functions not
-         supported in 1.3.5 since it curve crashes 1.3.5 thus making it
-         not comparable.
+       * [r4025] doc/xsl/postgis_gardentest.sql.xsl: revise to better
+         guarantee a deteriministic sort so can diff compare between
+         1.3.5, 1.3.6, 1.4 (still needs work). Also exclude curved tests
+         and functions not supported in 1.3.5 since it curve crashes 1.3.5
+         thus making it not comparable.
 
-2009-04-26 05:37  kneufeld
+2009-04-26 05:37  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml: small typo fix
+       * [r4023] doc/reference.xml: small typo fix
 
-2009-04-24 19:13  pramsey
+2009-04-24 19:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * TODO: add feature mangling task
+       * [r4020] TODO: add feature mangling task
 
-2009-04-23 14:36  robe
+2009-04-23 14:36  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: exclude curved geometries
-         from 1.3.5 testing
+       * [r4019] doc/xsl/postgis_gardentest.sql.xsl: exclude curved
+         geometries from 1.3.5 testing
 
-2009-04-23 12:12  robe
+2009-04-23 12:12  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Add ST_BdMPolyFromText to
-         list not to test against 1.3.5 (crashes 1.3.5 with curves though
-         fine in 1.3.6)
+       * [r4018] doc/xsl/postgis_gardentest.sql.xsl: Add
+         ST_BdMPolyFromText to list not to test against 1.3.5 (crashes
+         1.3.5 with curves though fine in 1.3.6)
 
-2009-04-22 18:33  robe
+2009-04-22 18:33  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: revise to include a version
-         variable and get rid of limit (think its causing different tests
-         to be run non-consistently depending on ordering of postgresql so
-         hard to compare outputs)
+       * [r4017] doc/xsl/postgis_gardentest.sql.xsl: revise to include a
+         version variable and get rid of limit (think its causing
+         different tests to be run non-consistently depending on ordering
+         of postgresql so hard to compare outputs)
 
-2009-04-21 17:45  pramsey
+2009-04-21 17:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, make_dist.sh: More info about XSL in final
+       * [r4012] configure.ac, make_dist.sh: More info about XSL in final
          configure output
 
-2009-04-17 13:59  robe
+2009-04-17 13:59  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: add ST_MinimumBoundingCircle
-         to 1.3 exclude
+       * [r4010] doc/xsl/postgis_gardentest.sql.xsl: add
+         ST_MinimumBoundingCircle to 1.3 exclude
 
-2009-04-16 07:31  robe
+2009-04-16 07:31  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Update installation to have link to Windows
-         Compilation guide Nicklas put together.
+       * [r4006] doc/installation.xml: Update installation to have link to
+         Windows Compilation guide Nicklas put together.
 
-2009-04-16 05:54  robe
+2009-04-16 05:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/xsl/postgis_aggs_mm.xml.xsl: ADd more
-         curved geometry support functions to list and give curved
+       * [r4005] doc/reference.xml, doc/xsl/postgis_aggs_mm.xml.xsl: ADd
+         more curved geometry support functions to list and give curved
          geometry special index a pretty anchor.
 
-2009-04-15 17:18  pramsey
+2009-04-15 17:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS: wee reformatting
+       * [r4004] NEWS: wee reformatting
 
-2009-04-15 17:15  pramsey
+2009-04-15 17:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS: remove tabs
+       * [r4003] NEWS: remove tabs
 
-2009-04-15 17:09  pramsey
+2009-04-15 17:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS: add link to trac for 1.4
+       * [r4002] NEWS: add link to trac for 1.4
 
-2009-04-15 01:22  robe
+2009-04-15 01:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: add link to st_relate
+       * [r4001] doc/reference.xml: add link to st_relate
 
-2009-04-15 01:11  robe
+2009-04-15 01:11  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: amend ST_ContainsProperly to summarize its
-         speed advantages
+       * [r4000] doc/reference.xml: amend ST_ContainsProperly to summarize
+         its speed advantages
 
-2009-04-14 14:25  mcayland
+2009-04-14 14:25  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-core.c: Try and fix shp2pgsql-core for bug #124.
-         Need to change sprintf() to pgis_exec() within the loader.
+       * [r3999] loader/shp2pgsql-core.c: Try and fix shp2pgsql-core for
+         bug #124. Need to change sprintf() to pgis_exec() within the
+         loader.
 
-2009-04-14 06:47  robe
+2009-04-14 06:47  Regina Obe <lr@pcorp.us>
 
-       * NEWS: add containsproperly
+       * [r3998] NEWS: add containsproperly
 
-2009-04-14 06:42  robe
+2009-04-14 06:42  Regina Obe <lr@pcorp.us>
 
-       * NEWS: I think the year is 2009 and we are in april now
+       * [r3997] NEWS: I think the year is 2009 and we are in april now
 
-2009-04-12 12:18  mcayland
+2009-04-12 12:18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-core.c: Same as r3994 but for the second copy of
-         shp2pgsql.
+       * [r3995] loader/shp2pgsql-core.c: Same as r3994 but for the second
+         copy of shp2pgsql.
 
-2009-04-12 11:16  mcayland
+2009-04-12 11:16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql.c: Fix #104 'shp2pgsql is using deprecated
-         PostgreSQL escape syntax'. Remember that not everyone's
-         installation has "standard_conforming_strings" enabled by
-         default.
+       * [r3994] loader/shp2pgsql.c: Fix #104 'shp2pgsql is using
+         deprecated PostgreSQL escape syntax'. Remember that not
+         everyone's installation has "standard_conforming_strings" enabled
+         by default.
 
-2009-04-12 10:56  mcayland
+2009-04-12 10:56  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/postgis.sql.in.c: Fix bug #148 'envelope() doesn't
-         support new box3d_extent type'. Looks like we do need to add
-         casts for box3d_extent to all of box2dfloaat, box3d and geometry
-         after all.
+       * [r3993] postgis/postgis.sql.in.c: Fix bug #148 'envelope()
+         doesn't support new box3d_extent type'. Looks like we do need to
+         add casts for box3d_extent to all of box2dfloaat, box3d and
+         geometry after all.
 
-2009-04-12 05:25  robe
+2009-04-12 05:25  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: missed some
+       * [r3992] doc/xsl/postgis_gardentest.sql.xsl: missed some
 
-2009-04-12 05:14  robe
+2009-04-12 05:14  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Add ST_ContainsProperly to
-         exclude for 1.3 testing.
+       * [r3991] doc/xsl/postgis_gardentest.sql.xsl: Add
+         ST_ContainsProperly to exclude for 1.3 testing.
 
-2009-04-12 04:10  robe
+2009-04-12 04:10  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Add new function ST_ContainsProperly and
-         provide examples. Also update ST_Contains to better explain the
-         subtleties of the definition and example to demonstrate the
+       * [r3990] doc/reference.xml: Add new function ST_ContainsProperly
+         and provide examples. Also update ST_Contains to better explain
+         the subtleties of the definition and example to demonstrate the
          difference between contains and containsproperly
 
-2009-04-10 08:27  mcayland
+2009-04-10 08:27  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql.c: Make good on my
-         promise from bug #123 to remove the E'...' escaping from
+       * [r3989] loader/shp2pgsql-core.c, loader/shp2pgsql.c: Make good on
+         my promise from bug #123 to remove the E'...' escaping from
          shp2pgsql and revert to standard SQL escaping. Also rename
          protect_quote_string() and make_good_string() to
          escape_insert_string() and escape_copy_string() respectively so
          the names reflect what they actually do.
 
-2009-04-06 17:31  pramsey
+2009-04-06 17:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS, doc/introduction.xml: Fix mis-spelling in Eduin Carrillo's
-         name
+       * [r3980] NEWS, doc/introduction.xml: Fix mis-spelling in Eduin
+         Carrillo's name
 
-2009-04-05 18:06  pramsey
+2009-04-05 18:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_measures.h:
-         keywords
+       * [r3969] liblwgeom/cunit/cu_measures.c,
+         liblwgeom/cunit/cu_measures.h: keywords
 
-2009-04-05 18:05  robe
+2009-04-05 18:05  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: Add Nicklas Avén to contributors list
+       * [r3968] doc/introduction.xml: Add Nicklas Avén to contributors
+         list
 
-2009-04-05 16:48  pramsey
+2009-04-05 16:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_measures.c,
-         liblwgeom/cunit/cu_measures.h, liblwgeom/cunit/cu_tester.c,
-         liblwgeom/measures.c: Fix for collection vs collection distance
-         behavior. Per Nicklas Avén. GBT #146
+       * [r3967] liblwgeom/cunit/Makefile.in,
+         liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_measures.h,
+         liblwgeom/cunit/cu_tester.c, liblwgeom/measures.c: Fix for
+         collection vs collection distance behavior. Per Nicklas Avén. GBT
+         #146
 
-2009-03-29 08:12  mcayland
+2009-03-29 08:12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/postgis.sql.in.c: Fix for previous commit; move the
-         locations of the CASTs so that they are after the definitions.
-         Thanks Olivier!
+       * [r3939] postgis/postgis.sql.in.c: Fix for previous commit; move
+         the locations of the CASTs so that they are after the
+         definitions. Thanks Olivier!
 
-2009-03-29 00:34  mcayland
+2009-03-29 00:34  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c: Add additional
-         casts for box3d_extent to box3d/box2d so that other PostGIS
-         functions can use the output of ST_Extent. Per report from
-         Olivier Courtin related to GBT#93.
+       * [r3938] postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c: Add
+         additional casts for box3d_extent to box3d/box2d so that other
+         PostGIS functions can use the output of ST_Extent. Per report
+         from Olivier Courtin related to GBT#93.
 
-2009-03-24 19:05  colivier
+2009-03-24 19:05  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_kml.c: suppress compilation warning on non
+       * [r3936] postgis/lwgeom_kml.c: suppress compilation warning on non
          initialized variable
 
-2009-03-23 22:45  pramsey
+2009-03-23 22:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * .: Ignore autotools artefacts.
+       * [r3935] .: Ignore autotools artefacts.
 
-2009-03-23 22:44  pramsey
+2009-03-23 22:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * autogen.sh, config.guess, config.sub: Once more unto the breach!
-         autotools w/ mloskot autogen.sh from GBT#142
+       * [r3934] autogen.sh, config.guess, config.sub: Once more unto the
+         breach! autotools w/ mloskot autogen.sh from GBT#142
 
-2009-03-23 17:18  pramsey
+2009-03-23 17:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ltmain.sh: Back to the future.
+       * [r3933] ltmain.sh: Back to the future.
 
-2009-03-22 07:50  robe
+2009-03-22 07:50  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: expansion of example and description
+       * [r3932] doc/reference.xml: expansion of example and description
 
-2009-03-22 07:46  robe
+2009-03-22 07:46  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Create new exception section and move over the
-         Has,Drop, Add BBOX family per MCA request.
+       * [r3931] doc/reference.xml: Create new exception section and move
+         over the Has,Drop, Add BBOX family per MCA request.
 
-2009-03-22 07:08  pramsey
+2009-03-22 07:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Can't get enough punishment: write out results of
-         configure.
+       * [r3929] configure.ac: Can't get enough punishment: write out
+         results of configure.
 
-2009-03-22 06:43  pramsey
+2009-03-22 06:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * config.guess, ltmain.sh: Back for more punishment: if we can
-         checkin config.sub and config.guess, we can check in ltmain.sh.
-         Autotools, I despise thee.
+       * [r3928] config.guess, ltmain.sh: Back for more punishment: if we
+         can checkin config.sub and config.guess, we can check in
+         ltmain.sh. Autotools, I despise thee.
 
-2009-03-22 06:30  pramsey
+2009-03-22 06:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * autogen.sh: OK, didn't like that. libtoolize alters config.guess
-         and config.sub,
+       * [r3927] autogen.sh: OK, didn't like that. libtoolize alters
+         config.guess and config.sub,
          but removing them breaks build. Run libtoolize by hand and add
          the resultants
          to svn?
 
-2009-03-22 06:28  pramsey
+2009-03-22 06:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * config.guess: config.guess back?
+       * [r3926] config.guess: config.guess back?
 
-2009-03-22 03:34  pramsey
+2009-03-22 03:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * config.sub: config.sub back in?
+       * [r3925] config.sub: config.sub back in?
 
-2009-03-22 03:23  pramsey
+2009-03-22 03:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * autogen.sh, config.guess, config.sub: Break build per mloskot.
-         Remember to run ./autogen.sh and hopefully you have libtoolize!
+       * [r3924] autogen.sh, config.guess, config.sub: Break build per
+         mloskot. Remember to run ./autogen.sh and hopefully you have
+         libtoolize!
 
-2009-03-22 02:26  robe
+2009-03-22 02:26  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: typo
+       * [r3923] doc/xsl/postgis_gardentest.sql.xsl: typo
 
-2009-03-22 02:23  robe
+2009-03-22 02:23  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: not dealing correctly with
-         arguments that are geometry arrays where there is only one
+       * [r3922] doc/xsl/postgis_gardentest.sql.xsl: not dealing correctly
+         with arguments that are geometry arrays where there is only one
          geometry in the arglist
 
-2009-03-21 19:14  colivier
+2009-03-21 19:14  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_geojson.c, postgis/lwgeom_gml.c,
+       * [r3921] postgis/lwgeom_geojson.c, postgis/lwgeom_gml.c,
          postgis/lwgeom_kml.c, postgis/lwgeom_svg.c: Fix static buffer
          size to add precision spaces. Cf #119
 
-2009-03-20 18:43  pramsey
+2009-03-20 18:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS: Update release notes more
+       * [r3916] NEWS: Update release notes more
 
-2009-03-20 16:48  kneufeld
+2009-03-20 16:48  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml: updated the operator notes in reference.xml to
-         reflect the fact that they do indeed use indexes.
+       * [r3915] doc/reference.xml: updated the operator notes in
+         reference.xml to reflect the fact that they do indeed use
+         indexes.
 
-2009-03-20 14:55  robe
+2009-03-20 14:55  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Add ST_MakeLine array proto. Provide example
-         use. Flag that ST_MAkeLine was enhanced in 1.4
+       * [r3912] doc/reference.xml: Add ST_MakeLine array proto. Provide
+         example use. Flag that ST_MAkeLine was enhanced in 1.4
 
-2009-03-20 14:40  robe
+2009-03-20 14:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Fill in missing ST_Collect(geomarray) proto.
-         Provide examples for using ST_Union(geomarray),
+       * [r3911] doc/reference.xml: Fill in missing ST_Collect(geomarray)
+         proto. Provide examples for using ST_Union(geomarray),
          ST_Collect(geomarray)
 
-2009-03-20 13:39  colivier
+2009-03-20 13:39  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_gml.c: Fix GML multi size computation. Cf issue
-         #141
+       * [r3910] postgis/lwgeom_gml.c: Fix GML multi size computation. Cf
+         issue #141
 
-2009-03-20 05:43  kneufeld
+2009-03-20 05:43  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, postgis/postgis.sql.in.c: a small typo patch
-         from mloskot, renaming a few "geometry_column" to
+       * [r3906] doc/reference.xml, postgis/postgis.sql.in.c: a small typo
+         patch from mloskot, renaming a few "geometry_column" to
          "geometry_columns"
 
-2009-03-20 05:32  kneufeld
+2009-03-20 05:32  Kevin Neufeld <kneufeld@refractions.net>
 
-       * configure.ac, doc/Makefile.in, doc/postgis.xml,
+       * [r3905] configure.ac, doc/Makefile.in, doc/postgis.xml,
          doc/reference.xml, doc/reference_new.xml, doc/reference_old.xml:
          renamed reference.xml to reference_old.xml
          renamed reference_new.xml to reference.xml
          updated configure.ac, doc/Makefile.in, and doc/postgis.xml
          accordingly.
 
-2009-03-19 17:58  pramsey
+2009-03-19 17:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_chip.c: Revert, now I get a warning in OS/X.
-         Solaris will have to suck it up.
+       * [r3903] postgis/lwgeom_chip.c: Revert, now I get a warning in
+         OS/X. Solaris will have to suck it up.
 
-2009-03-19 17:50  pramsey
+2009-03-19 17:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * autogen.sh, configure.ac: Make autogen.sh a little more tolerant
-         of missing / re-named autotools.
+       * [r3901] autogen.sh, configure.ac: Make autogen.sh a little more
+         tolerant of missing / re-named autotools.
 
-2009-03-19 17:28  kneufeld
+2009-03-19 17:28  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: updated ST_Relate docs - changed 3rd
-         parameter to be more clear
+       * [r3900] doc/reference_new.xml: updated ST_Relate docs - changed
+         3rd parameter to be more clear
 
-2009-03-19 17:03  pramsey
+2009-03-19 17:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_debug.c: Remove warning in Solaris.
+       * [r3899] postgis/lwgeom_debug.c: Remove warning in Solaris.
 
-2009-03-19 16:58  pramsey
+2009-03-19 16:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_chip.c: Remove warning in Solaris.
+       * [r3898] postgis/lwgeom_chip.c: Remove warning in Solaris.
 
-2009-03-19 16:52  pramsey
+2009-03-19 16:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos_prepared.c, postgis/lwgeom_geos_prepared.h:
-         Remove one last 'const' warning.
+       * [r3897] postgis/lwgeom_geos_prepared.c,
+         postgis/lwgeom_geos_prepared.h: Remove one last 'const' warning.
 
-2009-03-19 13:27  colivier
+2009-03-19 13:27  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_svg.c: Few minor improve/change on memory size to
-         allocate
+       * [r3895] postgis/lwgeom_svg.c: Few minor improve/change on memory
+         size to allocate
 
-2009-03-19 11:52  mcayland
+2009-03-19 11:52  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_geos.c: More lwgeom_geos.c fixes to remove
+       * [r3894] postgis/lwgeom_geos.c: More lwgeom_geos.c fixes to remove
          compilation warnings, but this time for compiling with GEOS >=
          3.1.
 
-2009-03-19 06:05  pramsey
+2009-03-19 06:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_estimate.c, postgis/lwgeom_functions_basic.c,
-         postgis/lwgeom_gist.c, postgis_config.h.in: Oops, we don't use
-         the literal output of autoheader.
+       * [r3893] postgis/lwgeom_estimate.c,
+         postgis/lwgeom_functions_basic.c, postgis/lwgeom_gist.c,
+         postgis_config.h.in: Oops, we don't use the literal output of
+         autoheader.
 
-2009-03-19 05:55  pramsey
+2009-03-19 05:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_geos_prepared.c: Remove prepared geometry
+       * [r3892] postgis/lwgeom_geos_prepared.c: Remove prepared geometry
          compilation warning.
 
-2009-03-19 05:54  pramsey
+2009-03-19 05:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_estimate.c, postgis/lwgeom_gist.c: Add ieeefp.h
-         for Solaris.
+       * [r3891] postgis/lwgeom_estimate.c, postgis/lwgeom_gist.c: Add
+         ieeefp.h for Solaris.
 
-2009-03-19 05:53  pramsey
+2009-03-19 05:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, postgis_config.h.in: Add testing for ieeefp.h to
-         autoconf
+       * [r3890] configure.ac, postgis_config.h.in: Add testing for
+         ieeefp.h to autoconf
 
-2009-03-19 00:48  pramsey
+2009-03-19 00:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/sql-mm-circularstring_expected,
+       * [r3889] regress/sql-mm-circularstring_expected,
          regress/sql-mm-compoundcurve_expected,
          regress/sql-mm-curvepoly_expected,
          regress/sql-mm-multicurve_expected,
          regress/sql-mm-multisurface_expected: Final fix to remove cpp
          requirement
 
-2009-03-19 00:38  pramsey
+2009-03-19 00:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/sql-mm-circularstring_expected,
+       * [r3888] regress/sql-mm-circularstring_expected,
          regress/sql-mm-circularstring_expected.in,
          regress/sql-mm-compoundcurve_expected,
          regress/sql-mm-compoundcurve_expected.in,
          regress/sql-mm-multisurface_expected.in: Remove preproc step for
          sql-mm curve regression.
 
-2009-03-19 00:37  pramsey
+2009-03-19 00:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/Makefile.in, regress/sql-mm-circularstring_expected.in,
+       * [r3887] regress/Makefile.in,
+         regress/sql-mm-circularstring_expected.in,
          regress/sql-mm-compoundcurve_expected.in,
          regress/sql-mm-curvepoly_expected.in,
          regress/sql-mm-multicurve_expected.in,
          regress/sql-mm-multisurface_expected.in: Remove USE_JTS and cpp
          preproc from sql-mm regression
 
-2009-03-18 23:42  pramsey
+2009-03-18 23:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * TODO: Add lidar item
+       * [r3886] TODO: Add lidar item
 
-2009-03-16 23:06  mcayland
+2009-03-16 23:06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lex.yy.c, liblwgeom/lwgunparse.c,
+       * [r3877] liblwgeom/lex.yy.c, liblwgeom/lwgunparse.c,
          liblwgeom/wktparse.lex, postgis/lwgeom_inout.c: More cleanup work
          based upon Mateusz's MSVC patches; remove references to unistd.h
          and sys/param.h since they are no longer required for determining
          endian-ness.
 
-2009-03-13 13:11  robe
+2009-03-13 13:11  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: switch order
+       * [r3868] doc/postgis.xml: switch order
 
-2009-03-13 13:09  robe
+2009-03-13 13:09  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: get rid of sT_PolyFromWKB reference. Will
-         readd those stupid ones left in reference.xml later
+       * [r3867] doc/reference_new.xml: get rid of sT_PolyFromWKB
+         reference. Will readd those stupid ones left in reference.xml
+         later
 
-2009-03-13 13:08  robe
+2009-03-13 13:08  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: more spots
+       * [r3866] doc/postgis.xml: more spots
 
-2009-03-13 13:05  robe
+2009-03-13 13:05  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: missed a spot
+       * [r3865] doc/postgis.xml: missed a spot
 
-2009-03-13 12:53  robe
+2009-03-13 12:53  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: remove using_postgis and reference and add
-         using_postgis_dataman, using_postgis_app
+       * [r3864] doc/postgis.xml: remove using_postgis and reference and
+         add using_postgis_dataman, using_postgis_app
 
-2009-03-13 12:11  robe
+2009-03-13 12:11  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in, doc/using_postgis.xml,
+       * [r3863] doc/Makefile.in, doc/using_postgis.xml,
          doc/using_postgis_app.xml, doc/using_postgis_dataman.xml: Break
          using_postgis into 2 sections, remover reference.xml from doc
          make
 
-2009-03-12 23:20  robe
+2009-03-12 23:20  Regina Obe <lr@pcorp.us>
 
-       * extras/tiger_geocoder/geocode/geocode_address_countysub_exact.sql,
+       * [r3860]
+         extras/tiger_geocoder/geocode/geocode_address_countysub_exact.sql,
          extras/tiger_geocoder/geocode/geocode_address_countysub_fuzzy.sql,
          extras/tiger_geocoder/geocode/geocode_address_place_exact.sql,
          extras/tiger_geocoder/geocode/geocode_address_place_fuzzy.sql,
          121: update tiger_geocoder to run in PostgreSQL 8.3 - apply patch
          from cdwinslow
 
-2009-03-11 05:31  kneufeld
+2009-03-11 05:31  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: updated SQL/MM specs in
-         ST_PointFromWKB
+       * [r3854] doc/reference.xml, doc/reference_new.xml: updated SQL/MM
+         specs in ST_PointFromWKB
 
-2009-03-11 05:13  kneufeld
+2009-03-11 05:13  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved over
+       * [r3853] doc/reference.xml, doc/reference_new.xml: moved over
          ST_LineFromWKB
 
-2009-03-11 05:11  kneufeld
+2009-03-11 05:11  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml: added missing linkend
+       * [r3852] doc/reference.xml: added missing linkend
 
-2009-03-11 05:09  kneufeld
+2009-03-11 05:09  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: updated doc descriptions and linkends.
+       * [r3851] doc/reference_new.xml: updated doc descriptions and
+         linkends.
 
-2009-03-11 04:56  kneufeld
+2009-03-11 04:56  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved over
+       * [r3850] doc/reference.xml, doc/reference_new.xml: moved over
          ST_PointFromWKB
 
-2009-03-11 04:35  kneufeld
+2009-03-11 04:35  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved over
+       * [r3849] doc/reference.xml, doc/reference_new.xml: moved over
          ST_GeomFromWKB
 
-2009-03-10 21:29  mcayland
+2009-03-10 21:29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgunparse.c: More MSVC fixes from Mateusz related to
-         ISO C++ vs. C99 variable initialisation.
+       * [r3848] liblwgeom/lwgunparse.c: More MSVC fixes from Mateusz
+         related to ISO C++ vs. C99 variable initialisation.
 
-2009-03-10 21:05  colivier
+2009-03-10 21:05  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * regress/svg.sql, regress/svg_expected: updated SVG unit to reduce
-         to max 2 decimal digits
+       * [r3847] regress/svg.sql, regress/svg_expected: updated SVG unit
+         to reduce to max 2 decimal digits
 
-2009-03-10 21:03  pramsey
+2009-03-10 21:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS: MSVC line
+       * [r3846] NEWS: MSVC line
 
-2009-03-10 20:49  colivier
+2009-03-10 20:49  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * regress/Makefile.in, regress/svg.sql, regress/svg_expected: Add
-         SVG unit test file
+       * [r3845] regress/Makefile.in, regress/svg.sql,
+         regress/svg_expected: Add SVG unit test file
 
-2009-03-10 20:42  pramsey
+2009-03-10 20:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS, doc/release_notes.xml: Add 1.3.5 release notes into trunk
-         docs
+       * [r3844] NEWS, doc/release_notes.xml: Add 1.3.5 release notes into
+         trunk docs
 
-2009-03-10 20:37  pramsey
+2009-03-10 20:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS: First cut of 1.4 release notes.
+       * [r3843] NEWS: First cut of 1.4 release notes.
 
-2009-03-10 20:25  mcayland
+2009-03-10 20:25  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * GNUmakefile, liblwgeom/cunit/Makefile.in: Fix for GBT#132: Make
-         check should run CUnit. This is to aid developers as we move the
-         majority of the testing framework over to CUnit.
+       * [r3842] GNUmakefile, liblwgeom/cunit/Makefile.in: Fix for
+         GBT#132: Make check should run CUnit. This is to aid developers
+         as we move the majority of the testing framework over to CUnit.
 
-2009-03-10 20:15  mcayland
+2009-03-10 20:15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/long_xact.c, postgis/lwgeom_box2dfloat4.c,
+       * [r3841] postgis/long_xact.c, postgis/lwgeom_box2dfloat4.c,
          postgis/lwgeom_box3d.c, postgis/lwgeom_btree.c,
          postgis/lwgeom_chip.c, postgis/lwgeom_dump.c,
          postgis/lwgeom_estimate.c, postgis/lwgeom_functions_basic.c,
          postgres.h #include to the top of the file in order to aid the
          MSVC build.
 
-2009-03-10 20:15  colivier
+2009-03-10 20:15  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * regress/gml.sql, regress/gml_expected: update GML unit test
-         according to AsGML option related to CRS output option
+       * [r3840] regress/gml.sql, regress/gml_expected: update GML unit
+         test according to AsGML option related to CRS output option
 
-2009-03-10 19:37  mcayland
+2009-03-10 19:37  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/wktparse.h: Remove compiler warning from commit r3821.
+       * [r3839] liblwgeom/wktparse.h: Remove compiler warning from commit
+         r3821.
 
-2009-03-10 19:30  colivier
+2009-03-10 19:30  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * regress/geojson.sql, regress/geojson_expected: Update unit test
-         upon previous GeoJson CRS change
+       * [r3838] regress/geojson.sql, regress/geojson_expected: Update
+         unit test upon previous GeoJson CRS change
 
-2009-03-10 19:29  mcayland
+2009-03-10 19:29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
-         postgis/postgis.sql.in.c: Update PostGIS trunk so that the
-         minimum required version of GEOS is 3.0.0. This allows us to
-         finally remove all remaining compilation warnings since we can
-         adjust the casts to make correct use of the GEOS 3.0.0 header
-         types.
+       * [r3837] configure.ac, postgis/lwgeom_geos.c,
+         postgis/lwgeom_geos.h, postgis/postgis.sql.in.c: Update PostGIS
+         trunk so that the minimum required version of GEOS is 3.0.0. This
+         allows us to finally remove all remaining compilation warnings
+         since we can adjust the casts to make correct use of the GEOS
+         3.0.0 header types.
 
-2009-03-10 18:20  colivier
+2009-03-10 18:20  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference_new.xml, postgis/lwgeom_geojson.c,
+       * [r3835] doc/reference_new.xml, postgis/lwgeom_geojson.c,
          postgis/lwgeom_gml.c, postgis/postgis.sql.in.c: Fix GeoJson CRS
          output format (1.0 spec). Add OGC long CRS format (Cf RFC 5165)
          as an option. On AsGeoJson it change option order from 1.3.X
          between Bbox and CRS. On AsGML a new option parameter is added
 
-2009-03-10 17:24  mcayland
+2009-03-10 17:24  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/installation.xml, doc/postgis.xml: Some documentation
+       * [r3833] doc/installation.xml, doc/postgis.xml: Some documentation
          updates; change the instructions for decompressing the tarballs
          for PROJ and GEOS so that they work for our Solaris friends (as
          per the instructions for the main PostGIS tarball). Also move
          the version number in one location for the change to be reflected
          throughout the installation documentation.
 
-2009-03-10 16:26  mcayland
+2009-03-10 16:26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgunparse.c: Augment comment related to Paul's fix for
-         GBT#130 as I'm bound to forget why we decided to do this at a
-         later date...
+       * [r3831] liblwgeom/lwgunparse.c: Augment comment related to Paul's
+         fix for GBT#130 as I'm bound to forget why we decided to do this
+         at a later date...
 
-2009-03-10 16:24  colivier
+2009-03-10 16:24  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
+       * [r3830] liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
          liblwgeom/lwgeom.c: Add circstring release and LWGEOM conversion
          entry
 
-2009-03-10 16:18  mcayland
+2009-03-10 16:18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgunparse.c: Remove some GCC-isms from the unparser
-         related to setting array sizes at run-time rather than compile
-         time. Per report from Mateusz Loskot.
+       * [r3828] liblwgeom/lwgunparse.c: Remove some GCC-isms from the
+         unparser related to setting array sizes at run-time rather than
+         compile time. Per report from Mateusz Loskot.
 
-2009-03-10 15:54  mcayland
+2009-03-10 15:54  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_transform.c: Fix GBT#126: Don't include private
-         PROJ.4 header projects.h. It appears that from its inception,
-         PostGIS has inadvertently used the PROJ.4 internal projects.h
-         header file rather than the correct proj_api.h header file. This
-         patch flips over to the new header file and changes everything
-         over to use the new external structures/APIS.
+       * [r3827] postgis/lwgeom_transform.c: Fix GBT#126: Don't include
+         private PROJ.4 header projects.h. It appears that from its
+         inception, PostGIS has inadvertently used the PROJ.4 internal
+         projects.h header file rather than the correct proj_api.h header
+         file. This patch flips over to the new header file and changes
+         everything over to use the new external structures/APIS.
 
-2009-03-10 15:12  pramsey
+2009-03-10 15:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgunparse.c: Fix for GBT #130, remove bdpoly
+       * [r3826] liblwgeom/lwgunparse.c: Fix for GBT #130, remove bdpoly
          regression failure.
 
-2009-03-10 15:06  mcayland
+2009-03-10 15:06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/reference_new.xml, postgis/lwgeom_transform.c: Fix for
-         GBT#89: transform() grid-shift 2nd chance logic defective. Remove
-         the 2nd chance logic completely and allow the user to configure
-         the behaviour using the standard PROJ.4 +nadgrids parameter. I've
-         added a section to the ST_Transform() section of the manual which
-         gives an example of how you can do this.
+       * [r3825] doc/reference_new.xml, postgis/lwgeom_transform.c: Fix
+         for GBT#89: transform() grid-shift 2nd chance logic defective.
+         Remove the 2nd chance logic completely and allow the user to
+         configure the behaviour using the standard PROJ.4 +nadgrids
+         parameter. I've added a section to the ST_Transform() section of
+         the manual which gives an example of how you can do this.
 
-2009-03-10 14:59  colivier
+2009-03-10 14:59  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_svg.c: Add SVG L Command in absolute path
+       * [r3824] postgis/lwgeom_svg.c: Add SVG L Command in absolute path
          according to BNF SVG Path. Add some forgotten geometry release.
 
-2009-03-10 00:29  mleslie
+2009-03-10 00:29  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h,
+       * [r3821] liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwcurvepoly.c, liblwgeom/lwgparse.c,
          liblwgeom/lwgunparse.c, liblwgeom/lwmcurve.c,
          liblwgeom/wktparse.h, liblwgeom/wktparse.tab.c,
          curves within curve polygons and the validation of compound curve
          continuity. This also resolves GBT#124.
 
-2009-03-09 22:01  pramsey
+2009-03-09 22:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis/lwgeom_sqlmm.c: Don't segmentize geometry if input
-         doesn't pass hasarc
+       * [r3820] postgis/lwgeom_sqlmm.c: Don't segmentize geometry if
+         input doesn't pass hasarc
 
-2009-03-09 21:15  robe
+2009-03-09 21:15  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Put ST_CurveToLine back in
-         script. Seems to not crash anymore with Paul's changes to GBT:
-         112
+       * [r3819] doc/xsl/postgis_gardentest.sql.xsl: Put ST_CurveToLine
+         back in script. Seems to not crash anymore with Paul's changes to
+         GBT: 112
 
-2009-03-09 18:40  pramsey
+2009-03-09 18:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
+       * [r3817] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
          postgis/lwgeom_functions_basic.c, regress/regress.sql,
          regress/regress_expected: Fix for GBT#96.
 
-2009-03-09 17:19  mcayland
+2009-03-09 17:19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * spatial_ref_sys.sql: Fix the OSGB 27700 SRID definition in
-         spatial_ref_sys.sql since it is missing a datum parameter. We
+       * [r3816] spatial_ref_sys.sql: Fix the OSGB 27700 SRID definition
+         in spatial_ref_sys.sql since it is missing a datum parameter. We
          can't backpatch this since it is only available in newer versions
          of PROJ, and we don't have any PROJ version detection capability
          in 1.3 branch.
 
-2009-03-09 16:20  mcayland
+2009-03-09 16:20  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_dump.c: Remove compile warnings from lwgeom_dump.c
-         related to the removal of TupleDescGetSlot (we don't need to set
-         the deprecated fields in FuncCallContext if we are using
-         BuildTupleFromCStrings).
+       * [r3815] postgis/lwgeom_dump.c: Remove compile warnings from
+         lwgeom_dump.c related to the removal of TupleDescGetSlot (we
+         don't need to set the deprecated fields in FuncCallContext if we
+         are using BuildTupleFromCStrings).
 
-2009-03-09 15:34  pramsey
+2009-03-09 15:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
+       * [r3814] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
          postgis/lwgeom_functions_basic.c: More camel-case changes.
 
-2009-03-09 14:51  colivier
+2009-03-09 14:51  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * postgis/lwgeom_svg.c: Refactored the whole assvg export function
-         in the same way than asgeojson. Fix #119 issue on big
+       * [r3813] postgis/lwgeom_svg.c: Refactored the whole assvg export
+         function in the same way than asgeojson. Fix #119 issue on big
          geometrycollection geometry. Keep the same SVG output than before
 
-2009-03-09 14:36  pramsey
+2009-03-09 14:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
-         liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
-         liblwgeom/lwpoint.c, postgis/lwgeom_dump.c,
+       * [r3812] ChangeLog, liblwgeom/liblwgeom.h,
+         liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c,
+         liblwgeom/lwgeom.c, liblwgeom/lwpoint.c, postgis/lwgeom_dump.c,
          postgis/lwgeom_functions_analytic.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
          postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c,
          postgis/lwgeom_transform.c: Remove some camelCase function
          signatures from liblwgeom
 
-2009-03-08 22:33  mcayland
+2009-03-08 22:33  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c,
+       * [r3811] postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c,
          regress/lwgeom_regress_expected: Fix for GBT#93: ST_Extent() and
          ST_Estimated_Extent() return BOX2DFLOAT4s. This is currently done
          using a horrible hack for backwards compatibility which
          introduces a new type just for ST_Extent(). See GBT email to
          postgis-devel and code comments for more detail.
 
-2009-03-08 21:41  pramsey
+2009-03-08 21:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeom_api.c: Fix goof in box2d computation.
+       * [r3809] liblwgeom/lwgeom_api.c: Fix goof in box2d computation.
 
-2009-03-08 21:15  pramsey
+2009-03-08 21:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwsegmentize.c: Fix for GBT#112
+       * [r3807] liblwgeom/lwsegmentize.c: Fix for GBT#112
 
-2009-03-08 17:00  mcayland
+2009-03-08 17:00  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_accum.c: Add some explanation comments to
+       * [r3806] postgis/lwgeom_accum.c: Add some explanation comments to
          lwgeom_accum.c explaining why we need to implement our own set of
          geometry aggregate functions.
 
-2009-03-08 16:36  mcayland
+2009-03-08 16:36  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
+       * [r3805] postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
          postgis/lwgeom_functions_basic.c, postgis/lwgeom_pg.h: Alter the
          in-built casts between the internal PostgreSQL BOX type and the
          PostGIS geometry/BOX3D types so that they do not go through an
          intermediate BOX2DFLOAT4 first. This prevents the float4 rounding
          errors appearing in the numbers when invoking the casts.
 
-2009-03-08 15:37  pramsey
+2009-03-08 15:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgeom_api.c: Fix for GBT #116, EMPTY hex polygon no
-         longer causes crash.
+       * [r3803] liblwgeom/lwgeom_api.c: Fix for GBT #116, EMPTY hex
+         polygon no longer causes crash.
 
-2009-03-08 14:36  mcayland
+2009-03-08 14:36  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/lwgeom_functions_analytic.c: Fix GBT#122: ST_SnapToGrid
-         gives 13 when fed circular string. Alter the error message so
-         that it correctly displays the type rather than just it's
-         internal number.
+       * [r3802] postgis/lwgeom_functions_analytic.c: Fix GBT#122:
+         ST_SnapToGrid gives 13 when fed circular string. Alter the error
+         message so that it correctly displays the type rather than just
+         it's internal number.
 
-2009-03-06 14:15  robe
+2009-03-06 14:15  Regina Obe <lr@pcorp.us>
 
-       * postgis/lwgeom_dump.c: missing svn tags and copyright info
+       * [r3799] postgis/lwgeom_dump.c: missing svn tags and copyright
+         info
 
-2009-03-03 18:01  robe
+2009-03-03 18:01  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Flag
-         ST_GeoHash as curved support friendly, put in pretty anchors for
-         special function sections
+       * [r3790] doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+         Flag ST_GeoHash as curved support friendly, put in pretty anchors
+         for special function sections
 
-2009-03-03 18:00  pramsey
+2009-03-03 18:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c: Fix tests to match current
-         geohash signatures (lon/lat) and precisions (odd and even)
+       * [r3789] liblwgeom/cunit/cu_algorithm.c: Fix tests to match
+         current geohash signatures (lon/lat) and precisions (odd and
+         even)
 
-2009-02-27 18:09  robe
+2009-02-27 18:09  Regina Obe <lr@pcorp.us>
 
-       * postgis/lwgeom_dump.c: Get rid of additional calls to
+       * [r3781] postgis/lwgeom_dump.c: Get rid of additional calls to
          TupleDescGetSlot(tupdesc) in dump and dumprings and replace
          deprecated use of TupleDescGetSlot with 8.1+ preferred
          BlessTupleDesc
 
-2009-02-23 15:19  strk
+2009-02-23 15:19  Sandro Santilli <strk@keybit.net>
 
-       * liblwgeom/lwgeom_api.c: Fix parse_hex to support lower-case A-F
-         too (issue 120)
+       * [r3762] liblwgeom/lwgeom_api.c: Fix parse_hex to support
+         lower-case A-F too (issue 120)
 
-2009-02-23 13:47  robe
+2009-02-23 13:47  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in: change to move postgis_comments.sql to root
+       * [r3760] doc/Makefile.in: change to move postgis_comments.sql to
+         root
 
-2009-02-19 21:12  pramsey
+2009-02-19 21:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/dbfopen.c: Add variable decls to trunk :)
+       * [r3750] loader/dbfopen.c: Add variable decls to trunk :)
 
-2009-02-19 20:59  pramsey
+2009-02-19 20:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/dbfopen.c: Add EOF marker, per GBT#105
+       * [r3749] loader/dbfopen.c: Add EOF marker, per GBT#105
 
-2009-02-19 09:42  mcayland
+2009-02-19 09:42  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis/long_xact.c, postgis/lwgeom_estimate.c: Update trunk so
-         that it will compile against PostgreSQL 8.4. Based upon Talha
-         Rizwan's original patch, with a small tweak from me.
+       * [r3741] postgis/long_xact.c, postgis/lwgeom_estimate.c: Update
+         trunk so that it will compile against PostgreSQL 8.4. Based upon
+         Talha Rizwan's original patch, with a small tweak from me.
 
-2009-02-17 18:26  robe
+2009-02-17 18:26  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in: change to use tab separator instead
+       * [r3734] doc/Makefile.in: change to use tab separator instead
 
-2009-02-17 03:56  robe
+2009-02-17 03:56  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: fix typo
+       * [r3730] doc/xsl/postgis_aggs_mm.xml.xsl: fix typo
 
-2009-02-17 03:02  robe
+2009-02-17 03:02  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl:
+       * [r3729] doc/xsl/postgis_aggs_mm.xml.xsl:
 
-2009-02-17 02:59  robe
+2009-02-17 02:59  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Make new
-         - 1 section with 2 subsections. Change ST_AsGeoJSON availability
-         tag to be consistent with others
+       * [r3728] doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+         Make new - 1 section with 2 subsections. Change ST_AsGeoJSON
+         availability tag to be consistent with others
 
-2009-02-17 02:55  robe
+2009-02-17 02:55  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Section new functions in 1.3
+       * [r3727] doc/xsl/postgis_aggs_mm.xml.xsl: Section new functions in
+         1.3
 
-2009-02-16 22:18  robe
+2009-02-16 22:18  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in: Try again to get postgis_comments.sql to
+       * [r3721] doc/Makefile.in: Try again to get postgis_comments.sql to
          generate
 
-2009-02-13 19:56  robe
+2009-02-13 19:56  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl: amend
-         st_union description to include new proto and performance
+       * [r3705] doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+         amend st_union description to include new proto and performance
          enhancements. Add space before availability in xsl parser what is
          new section
 
-2009-02-13 19:23  robe
+2009-02-13 19:23  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Add
-         special section listing new functions in this release. Get rid of
-         note tag around ST_GeoHash availability so consistent with other
-         availability text
+       * [r3704] doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+         Add special section listing new functions in this release. Get
+         rid of note tag around ST_GeoHash availability so consistent with
+         other availability text
 
-2009-02-13 06:58  robe
+2009-02-13 06:58  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in:
+       * [r3702] doc/Makefile.in:
 
-2009-02-12 18:32  robe
+2009-02-12 18:32  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in: more work on comments generation
+       * [r3694] doc/Makefile.in: more work on comments generation
 
-2009-02-12 17:39  robe
+2009-02-12 17:39  Regina Obe <lr@pcorp.us>
 
-       * doc/Makefile.in: Put in logic to output postgis_comments.sql
+       * [r3690] doc/Makefile.in: Put in logic to output
+         postgis_comments.sql
 
-2009-02-11 21:48  pramsey
+2009-02-11 21:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference_new.xml, liblwgeom/cunit/cu_algorithm.c,
+       * [r3688] doc/reference_new.xml, liblwgeom/cunit/cu_algorithm.c,
          liblwgeom/cunit/cu_algorithm.h, liblwgeom/lwalgorithm.c,
          liblwgeom/lwalgorithm.h, postgis/lwgeom_functions_basic.c,
          postgis/postgis.sql.in.c: Bind ST_GeoHash into SQL.
 
-2009-02-11 18:28  pramsey
+2009-02-11 18:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * GNUmakefile, README.postgis, STYLE, configure.ac, make_dist.sh,
-         regress/Makefile.in, topology/topology.sql.in.c: Change
-         references from ./lwgeom to ./postgis
+       * [r3687] GNUmakefile, README.postgis, STYLE, configure.ac,
+         make_dist.sh, regress/Makefile.in, topology/topology.sql.in.c:
+         Change references from ./lwgeom to ./postgis
 
-2009-02-11 18:22  pramsey
+2009-02-11 18:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom, postgis: Change the name of the main source directory.
-         This is going to break the build for a little while until I fix
-         all the references, but I want to do it atomically to ensure
-         version history is preserved.
+       * [r3686] lwgeom, postgis: Change the name of the main source
+         directory. This is going to break the build for a little while
+         until I fix all the references, but I want to do it atomically to
+         ensure version history is preserved.
 
-2009-02-11 02:11  pramsey
+2009-02-11 02:11  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
-         liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
-         liblwgeom/lwalgorithm.h, liblwgeom/lwcollection.c,
-         liblwgeom/lwgeom.c: GeoHash implementation first cut.
+       * [r3685] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_algorithm.h, liblwgeom/liblwgeom.h,
+         liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h,
+         liblwgeom/lwcollection.c, liblwgeom/lwgeom.c: GeoHash
+         implementation first cut.
 
-2009-02-10 21:20  pramsey
+2009-02-10 21:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac: Solve iconv-on-Solaris (and hopefully many other
-         platforms with system iconv in libc) problem in autoconf.
+       * [r3683] configure.ac: Solve iconv-on-Solaris (and hopefully many
+         other platforms with system iconv in libc) problem in autoconf.
 
-2009-02-10 20:10  pramsey
+2009-02-10 20:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile.in: Demote new loader code from default build for
-         now.
+       * [r3682] loader/Makefile.in: Demote new loader code from default
+         build for now.
 
-2009-02-10 20:06  pramsey
+2009-02-10 20:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * utils/new_postgis_restore.pl: New restore script, much simpler,
-         takes -Fc dump and writes back ASCII on stdout
+       * [r3681] utils/new_postgis_restore.pl: New restore script, much
+         simpler, takes -Fc dump and writes back ASCII on stdout
 
-2009-02-10 08:00  colivier
+2009-02-10 08:00  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference_new.xml, lwgeom/lwgeom_kml.c, regress/kml.sql,
-         regress/kml_expected: KML output: use decimal places rather than
-         significant digit, trim trailing zeros, update documentation,
-         update unit test
+       * [r3677] doc/reference_new.xml, lwgeom/lwgeom_kml.c,
+         regress/kml.sql, regress/kml_expected: KML output: use decimal
+         places rather than significant digit, trim trailing zeros, update
+         documentation, update unit test
 
-2009-02-10 07:54  colivier
+2009-02-10 07:54  Olivier Courtin <olivier.courtin@camptocamp.com>
 
-       * doc/reference_new.xml, lwgeom/lwgeom_geojson.c,
+       * [r3676] doc/reference_new.xml, lwgeom/lwgeom_geojson.c,
          lwgeom/lwgeom_gml.c, regress/Makefile.in, regress/geojson.sql,
          regress/geojson_expected, regress/gml.sql, regress/gml_expected:
          GeoJson output: trim trailing zero, add forgotten free on
          one, decimal places rather than significant digits, trim trailing
          zero, add unit test, doc update with output example
 
-2009-02-09 23:51  pramsey
+2009-02-09 23:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * utils/postgis_restore.pl: Fix case sensitive in AGGREGATE
+       * [r3675] utils/postgis_restore.pl: Fix case sensitive in AGGREGATE
          reading.
 
-2009-02-05 20:01  kneufeld
+2009-02-05 20:01  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: Updated ST_DumpRings description and
-         example.
+       * [r3647] doc/reference_new.xml: Updated ST_DumpRings description
+         and example.
 
-2009-02-04 18:13  kneufeld
+2009-02-04 18:13  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: Added example to ST_PointN
+       * [r3641] doc/reference_new.xml: Added example to ST_PointN
 
-2009-02-04 13:54  robe
+2009-02-04 13:54  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: minor changes. Take
+       * [r3640] doc/xsl/postgis_gardentest.sql.xsl: minor changes. Take
          ST_CurveToLine out so tests can complete until we fix.
 
-2009-02-04 00:28  pramsey
+2009-02-04 00:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/faq.xml, doc/installation.xml, doc/introduction.xml,
+       * [r3639] doc/faq.xml, doc/installation.xml, doc/introduction.xml,
          doc/performance_tips.xml, doc/reference.xml,
          doc/reference_new.xml, doc/release_notes.xml, doc/reporting.xml,
          doc/template.xml, doc/using_postgis.xml, java/ejb2/build.xml,
          topology/topology.sql.in.c: Propset Author Id Keyword Revision on
          all files.
 
-2009-02-04 00:23  pramsey
+2009-02-04 00:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c: Formating
+       * [r3638] liblwgeom/cunit/cu_algorithm.c: Formating
 
-2009-02-03 20:51  pramsey
+2009-02-03 20:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c: Fix
-         boundary conditions with from==to hitting first/list vertex.
+       * [r3637] liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c:
+         Fix boundary conditions with from==to hitting first/list vertex.
 
-2009-02-03 19:09  mcayland
+2009-02-03 19:09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgeom.c: Fix GBT#109: Some operators not supported for
-         Circular. In this case I haven't added the comparison code as I
-         am not 100% sure on the semantics, but the error message should
-         be much clearer to users now.
+       * [r3636] liblwgeom/lwgeom.c: Fix GBT#109: Some operators not
+         supported for Circular. In this case I haven't added the
+         comparison code as I am not 100% sure on the semantics, but the
+         error message should be much clearer to users now.
 
-2009-02-03 17:49  robe
+2009-02-03 17:49  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Add corrections from Bruce Rindahl
+       * [r3635] doc/reference_new.xml: Add corrections from Bruce Rindahl
 
-2009-02-03 17:30  robe
+2009-02-03 17:30  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: forgot some spaces
+       * [r3634] doc/reference_new.xml: forgot some spaces
 
-2009-02-03 16:10  robe
+2009-02-03 16:10  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: forgot availability info
+       * [r3633] doc/reference_new.xml: forgot availability info
 
-2009-02-03 15:23  robe
+2009-02-03 15:23  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: update st_convexhull definition -- wasn't
-         very clear
+       * [r3632] doc/reference_new.xml: update st_convexhull definition --
+         wasn't very clear
 
-2009-02-03 15:20  robe
+2009-02-03 15:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Document ST_MinimumBoundingCircle
+       * [r3631] doc/reference_new.xml: Document ST_MinimumBoundingCircle
 
-2009-02-03 14:52  robe
+2009-02-03 14:52  Regina Obe <lr@pcorp.us>
 
-       * lwgeom/postgis.sql.in.c: #HISTORY: ST_MinimumBoundingCircle --
-         also change to support geometries with LINESTRING,POINT convex
-         hulls
+       * [r3630] lwgeom/postgis.sql.in.c: #HISTORY:
+         ST_MinimumBoundingCircle -- also change to support geometries
+         with LINESTRING,POINT convex hulls
 
-2009-02-03 14:21  robe
+2009-02-03 14:21  Regina Obe <lr@pcorp.us>
 
-       * lwgeom/postgis.sql.in.c: First draft of ST_MinimumBoundingCircle
-         contributed by Bruce Rindahl. Changed to use named params and
-         renamed function from mbc to ST_MinimumBoundingCircle.
+       * [r3629] lwgeom/postgis.sql.in.c: First draft of
+         ST_MinimumBoundingCircle contributed by Bruce Rindahl. Changed to
+         use named params and renamed function from mbc to
+         ST_MinimumBoundingCircle.
 
-2009-02-03 13:23  robe
+2009-02-03 13:23  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: put back linetocurve
+       * [r3628] doc/xsl/postgis_gardentest.sql.xsl: put back linetocurve
          curvetoline tests now that issue 86 and 108 should have fixed
 
-2009-02-03 07:20  pramsey
+2009-02-03 07:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql.c: Use "extended
-         string" format for escaping \ and ' in insert statements.
+       * [r3623] loader/shp2pgsql-core.c, loader/shp2pgsql.c: Use
+         "extended string" format for escaping \ and ' in insert
+         statements.
 
-2009-02-03 04:36  mleslie
+2009-02-03 04:36  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * doc/rfc/postgis_rfc_04.txt: Adding an rfc for changing the
-         validation approach when parsing WKT.
+       * [r3622] doc/rfc/postgis_rfc_04.txt: Adding an rfc for changing
+         the validation approach when parsing WKT.
 
-2009-02-03 01:59  pramsey
+2009-02-03 01:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwalgorithm.c: astyle this file
+       * [r3621] liblwgeom/lwalgorithm.c: astyle this file
 
-2009-02-03 01:04  pramsey
+2009-02-03 01:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_gist.c: Comment datum slice pull.
+       * [r3620] lwgeom/lwgeom_gist.c: Comment datum slice pull.
 
-2009-02-02 22:21  pramsey
+2009-02-02 22:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h,
+       * [r3619] liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h,
          lwgeom/lwgeom_geos.c: formatting
 
-2009-02-02 18:26  robe
+2009-02-02 18:26  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml, doc/xsl/postgis_gardentest.sql.xsl: Typo
-         in docs confusing gardentester. Also change ST_Collect use to
-         ST_Union so we are testing with valid polygons (reduces union
-         intersection error messages)
+       * [r3617] doc/reference_new.xml,
+         doc/xsl/postgis_gardentest.sql.xsl: Typo in docs confusing
+         gardentester. Also change ST_Collect use to ST_Union so we are
+         testing with valid polygons (reduces union intersection error
+         messages)
 
-2009-02-02 06:01  mleslie
+2009-02-02 06:01  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * liblwgeom/lwsegmentize.c, regress/sql-mm-general.sql,
+       * [r3605] liblwgeom/lwsegmentize.c, regress/sql-mm-general.sql,
          regress/sql-mm-general_expected: Fix for Issue 108 and regress
          test.
 
-2009-02-02 04:19  robe
+2009-02-02 04:19  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Document ST_LocateBetweenElevations
+       * [r3604] doc/reference_new.xml: Document
+         ST_LocateBetweenElevations
 
-2009-02-01 06:48  robe
+2009-02-01 06:48  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Get rid of warnings -- no longer relevant
-         for ST_LineCrossingDirection
+       * [r3603] doc/reference_new.xml: Get rid of warnings -- no longer
+         relevant for ST_LineCrossingDirection
 
-2009-01-30 17:16  robe
+2009-01-30 17:16  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: revise to correctly fill in
-         timestamp/date args
+       * [r3599] doc/xsl/postgis_gardentest.sql.xsl: revise to correctly
+         fill in timestamp/date args
 
-2009-01-30 14:03  robe
+2009-01-30 14:03  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: put in logic to test
+       * [r3594] doc/xsl/postgis_gardentest.sql.xsl: put in logic to test
          operators
 
-2009-01-30 13:44  robe
+2009-01-30 13:44  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_comments.sql.xsl,
+       * [r3593] doc/xsl/postgis_comments.sql.xsl,
          doc/xsl/postgis_gardentest.sql.xsl: Operator check in wrong
          segment of xpath
 
-2009-01-28 23:42  pramsey
+2009-01-28 23:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos.c: Change error message.
+       * [r3578] lwgeom/lwgeom_geos.c: Change error message.
 
-2009-01-28 23:34  pramsey
+2009-01-28 23:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos.c: Handle null return from cascadedunion.
+       * [r3576] lwgeom/lwgeom_geos.c: Handle null return from
+         cascadedunion.
 
-2009-01-28 01:02  pramsey
+2009-01-28 01:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * TODO: wrapping
+       * [r3572] TODO: wrapping
 
-2009-01-27 05:30  robe
+2009-01-27 05:30  Regina Obe <lr@pcorp.us>
 
-       * lwgeom/lwgeom_accum.c: missing meta properties
+       * [r3570] lwgeom/lwgeom_accum.c: missing meta properties
 
-2009-01-25 15:52  robe
+2009-01-25 15:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Document ST_Extent3D now that Paul has
-         proclaimed it a public function
+       * [r3569] doc/reference_new.xml: Document ST_Extent3D now that Paul
+         has proclaimed it a public function
 
-2009-01-24 20:49  pramsey
+2009-01-24 20:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/rfc/postgis_rfc_03_sheet.txt, lwgeom/lwgeom_accum.c,
+       * [r3568] doc/rfc/postgis_rfc_03_sheet.txt, lwgeom/lwgeom_accum.c,
          lwgeom/postgis.sql.in.c: Small changes in createrelplace syntax,
          comments, function rename recommendation.
 
-2009-01-23 22:05  kneufeld
+2009-01-23 22:05  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: small wording fix for DropGeometryColumn
+       * [r3567] doc/reference_new.xml: small wording fix for
+         DropGeometryColumn
 
-2009-01-23 20:06  pramsey
+2009-01-23 20:06  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/rfc/postgis_rfc_03.txt, doc/rfc/postgis_rfc_03_sheet.txt: Add
-         function naming rfc
+       * [r3566] doc/rfc/postgis_rfc_03.txt,
+         doc/rfc/postgis_rfc_03_sheet.txt: Add function naming rfc
 
-2009-01-22 23:58  pramsey
+2009-01-22 23:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_accum.c, lwgeom/lwgeom_geos.c,
+       * [r3565] lwgeom/lwgeom_accum.c, lwgeom/lwgeom_geos.c,
          lwgeom/postgis.sql.in.c: Flip all aggregate functions over to the
          new aggregation system. Remove catalog hacks in favour of wrapper
          type. Make the fast implementations the default and _old
          implementations the legacy.
 
-2009-01-22 19:25  robe
+2009-01-22 19:25  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_comments.sql.xsl,
+       * [r3564] doc/xsl/postgis_comments.sql.xsl,
          doc/xsl/postgis_gardentest.sql.xsl: Filter out Operators section
          from xsl transforms
 
-2009-01-22 19:25  kneufeld
+2009-01-22 19:25  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved over the
+       * [r3563] doc/reference.xml, doc/reference_new.xml: moved over the
          remaining operands from reference.xml to reference_new.xml in the
          documentation
 
-2009-01-22 19:15  robe
+2009-01-22 19:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Give operators section a pretty anchor and
-         id so easy to bookmark and I can exclude from xsl scripts
+       * [r3562] doc/reference_new.xml: Give operators section a pretty
+         anchor and id so easy to bookmark and I can exclude from xsl
+         scripts
 
-2009-01-22 18:19  robe
+2009-01-22 18:19  Regina Obe <lr@pcorp.us>
 
-       * loader/dbfopen.c: Fix DBFReadDeleted logic -- should return 1 if
-         record is deleted and 0 if it is not deleted
+       * [r3561] loader/dbfopen.c: Fix DBFReadDeleted logic -- should
+         return 1 if record is deleted and 0 if it is not deleted
 
-2009-01-22 18:02  kneufeld
+2009-01-22 18:02  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved over |>> from
-         reference.xml to reference_new.xml in the documentation
+       * [r3558] doc/reference.xml, doc/reference_new.xml: moved over |>>
+         from reference.xml to reference_new.xml in the documentation
 
-2009-01-22 17:46  kneufeld
+2009-01-22 17:46  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved over <<, <<|, and
-         >> from reference.xml to reference_new.xml in the documentation
+       * [r3557] doc/reference.xml, doc/reference_new.xml: moved over <<,
+         <<|, and >> from reference.xml to reference_new.xml in the
+         documentation
 
-2009-01-22 05:56  pramsey
+2009-01-22 05:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/postgis.sql.in.c: Remove protection from
+       * [r3556] lwgeom/postgis.sql.in.c: Remove protection from
          ST_GeometryArray() aggregate.
 
-2009-01-22 05:37  pramsey
+2009-01-22 05:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom: More ignore fixes
+       * [r3555] lwgeom: More ignore fixes
 
-2009-01-22 05:35  pramsey
+2009-01-22 05:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom: Ignore postgis.sql.*
+       * [r3554] lwgeom: Ignore postgis.sql.*
 
-2009-01-22 05:32  pramsey
+2009-01-22 05:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/postgis.sql.in.c: Alter pg_proc update to work with older
-         PgSQLs too.
+       * [r3553] lwgeom/postgis.sql.in.c: Alter pg_proc update to work
+         with older PgSQLs too.
 
-2009-01-22 01:39  pramsey
+2009-01-22 01:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/Makefile.in, lwgeom/lwgeom_accum.c,
+       * [r3552] lwgeom/Makefile.in, lwgeom/lwgeom_accum.c,
          lwgeom/postgis.sql.in.c: First stab at a back-port of the
          array_agg from 8.4. Our's isn't generic, and it's got it's own
          name, so it won't collide, ... needs testing on PgSQL < 8.3
          still.
 
-2009-01-22 01:16  kneufeld
+2009-01-22 01:16  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved over |&> from
-         reference.xml to reference_new.xml in the documentation
+       * [r3551] doc/reference.xml, doc/reference_new.xml: moved over |&>
+         from reference.xml to reference_new.xml in the documentation
 
-2009-01-22 00:44  kneufeld
+2009-01-22 00:44  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved over &>| from
-         reference.xml to reference_new.xml in the documentation
+       * [r3550] doc/reference.xml, doc/reference_new.xml: moved over &>|
+         from reference.xml to reference_new.xml in the documentation
 
-2009-01-22 00:16  kneufeld
+2009-01-22 00:16  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved over &> from
-         reference.xml to reference_new.xml in the documentation
+       * [r3549] doc/reference.xml, doc/reference_new.xml: moved over &>
+         from reference.xml to reference_new.xml in the documentation
 
-2009-01-21 23:26  kneufeld
+2009-01-21 23:26  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved over &&, &<, and
-         = from reference.xml to reference_new.xml in the documentation
+       * [r3548] doc/reference.xml, doc/reference_new.xml: moved over &&,
+         &<, and = from reference.xml to reference_new.xml in the
+         documentation
 
-2009-01-21 23:19  pramsey
+2009-01-21 23:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, lwgeom/lwgeom_geos.c, lwgeom/postgis.sql.in.c: Add
-         support for fast unions, with cascaded union. Currently for
-         testing, in the ST_Union_Fast() agggregate. Requires GEOS SVN
-         r2252 or higher.
+       * [r3547] configure.ac, lwgeom/lwgeom_geos.c,
+         lwgeom/postgis.sql.in.c: Add support for fast unions, with
+         cascaded union. Currently for testing, in the ST_Union_Fast()
+         agggregate. Requires GEOS SVN r2252 or higher.
 
-2009-01-21 21:55  pramsey
+2009-01-21 21:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/rfc, doc/rfc/postgis_rfc_02.txt: Add rfc document. First one:
-         alignment ideas.
+       * [r3546] doc/rfc, doc/rfc/postgis_rfc_02.txt: Add rfc document.
+         First one: alignment ideas.
 
-2009-01-21 21:50  pramsey
+2009-01-21 21:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_estimate.c: Headers split in 8.4?
+       * [r3545] lwgeom/lwgeom_estimate.c: Headers split in 8.4?
 
-2009-01-20 18:43  pramsey
+2009-01-20 18:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
+       * [r3544] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
          loader/shp2pgsql-gui.c: Put translation_stage into descriptive
          MACRO names
 
-2009-01-20 18:28  pramsey
+2009-01-20 18:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * macros/gtk-2.0.m4: Add GTK macro.
+       * [r3543] macros/gtk-2.0.m4: Add GTK macro.
 
-2009-01-20 17:48  pramsey
+2009-01-20 17:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, loader/Makefile.in: Replace hand-built pkg-config
-         routine w/ m4 from gtk source.
+       * [r3542] configure.ac, loader/Makefile.in: Replace hand-built
+         pkg-config routine w/ m4 from gtk source.
 
-2009-01-20 07:36  pramsey
+2009-01-20 07:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Compile your work much?
+       * [r3541] loader/shp2pgsql-gui.c: Compile your work much?
 
-2009-01-20 07:13  pramsey
+2009-01-20 07:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql-gui.c: Protect the filename setting a little bit
-         more in case it's NULL.
+       * [r3540] loader/shp2pgsql-gui.c: Protect the filename setting a
+         little bit more in case it's NULL.
 
-2009-01-20 00:50  kneufeld
+2009-01-20 00:50  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: Fixed accidental broken build in docs from
-         Rev3536.
+       * [r3539] doc/reference_new.xml: Fixed accidental broken build in
+         docs from Rev3536.
 
-2009-01-19 21:33  pramsey
+2009-01-19 21:33  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, liblwgeom/liblwgeom.h, loader, loader/Makefile.in,
-         loader/dbfopen.c, loader/shp2pgsql-cli.c,
+       * [r3538] configure.ac, liblwgeom/liblwgeom.h, loader,
+         loader/Makefile.in, loader/dbfopen.c, loader/shp2pgsql-cli.c,
          loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
          loader/shp2pgsql-gui.c, loader/stringbuffer.c,
          loader/stringbuffer.h: First revision of the GUI. Configure using
          --with-gui to enable full GUI build. New core/cli will build by
          default. Old utilities remain in place for now.
 
-2009-01-16 17:58  robe
+2009-01-16 17:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: move
+       * [r3537] doc/reference.xml, doc/reference_new.xml: move
          ST_GeomCollFromText
 
-2009-01-16 17:41  robe
+2009-01-16 17:41  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move st_mpolyfromtext
+       * [r3536] doc/reference.xml, doc/reference_new.xml: Move
+         st_mpolyfromtext
 
-2009-01-15 21:11  robe
+2009-01-15 21:11  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Left some garbage in
+       * [r3535] doc/reference_new.xml: Left some garbage in
 
-2009-01-15 18:35  mcayland
+2009-01-15 18:35  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * GNUmakefile, README.postgis, doc/installation.xml,
+       * [r3534] GNUmakefile, README.postgis, doc/installation.xml,
          extras/ogc_test_suite/Makefile, extras/ogc_test_suite/README,
          extras/template_gis/profile, extras/tiger_geocoder/INSTALL,
          extras/tiger_geocoder/import/newdb.sh, lwgeom/Makefile.in,
          documentation in various files to reflect the new names at the
          same time.
 
-2009-01-15 18:24  robe
+2009-01-15 18:24  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move ST_MLineFromText
+       * [r3533] doc/reference.xml, doc/reference_new.xml: Move
+         ST_MLineFromText
 
-2009-01-15 18:17  robe
+2009-01-15 18:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: more stuff
+       * [r3532] doc/reference_new.xml: more stuff
 
-2009-01-15 18:16  robe
+2009-01-15 18:16  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: forgot some stuff
+       * [r3531] doc/reference_new.xml: forgot some stuff
 
-2009-01-15 18:14  robe
+2009-01-15 18:14  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r3530] doc/reference.xml, doc/reference_new.xml: Move over
          MPointFromText
 
-2009-01-15 15:10  mcayland
+2009-01-15 15:10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in.c,
-         lwgeom/sqldefines.h.in: Fix the output of "SELECT
-         postgis_full_version()" on trunk by ensuring that USE_STATS is
-         present, and correctly generating the POSTGIS_SCRIPTS_VERSION
-         variable so that installations of trunk don't keep thinking that
-         they need a scripts upgrade.
+       * [r3529] lwgeom/lwgeom_functions_basic.c,
+         lwgeom/lwpostgis.sql.in.c, lwgeom/sqldefines.h.in: Fix the output
+         of "SELECT postgis_full_version()" on trunk by ensuring that
+         USE_STATS is present, and correctly generating the
+         POSTGIS_SCRIPTS_VERSION variable so that installations of trunk
+         don't keep thinking that they need a scripts upgrade.
 
-2009-01-14 17:46  pramsey
+2009-01-14 17:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/wktparse.h: Remove missing prototype warning from
-         build.
+       * [r3527] liblwgeom/wktparse.h: Remove missing prototype warning
+         from build.
 
-2009-01-13 15:12  robe
+2009-01-13 15:12  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Error in logic in gardentest
-         not correctly flagging WKT functions as taking geometry variant
+       * [r3526] doc/xsl/postgis_gardentest.sql.xsl: Error in logic in
+         gardentest not correctly flagging WKT functions as taking
+         geometry variant
 
-2009-01-13 15:11  mcayland
+2009-01-13 15:11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * regress/geojson_expected, regress/kml_expected: Fix regression
-         tests to account for changes made in r3522 (rename 'Curve' to
-         'CircularString')
+       * [r3525] regress/geojson_expected, regress/kml_expected: Fix
+         regression tests to account for changes made in r3522 (rename
+         'Curve' to 'CircularString')
 
-2009-01-13 14:04  robe
+2009-01-13 14:04  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r3524] doc/reference.xml, doc/reference_new.xml: Move over
          ST_PolygonFromText
 
-2009-01-13 13:12  mcayland
+2009-01-13 13:12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_tester.c: Fix
-         compile warnings for the cunit tests (unused variables).
+       * [r3523] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_tester.c: Fix compile warnings for the cunit
+         tests (unused variables).
 
-2009-01-13 13:00  mcayland
+2009-01-13 13:00  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwutil.c: Update lwgeom_gettypename() by renaming Curve
-         to CircularString. Now lots of error messages scattered
-         throughout liblwgeom should start to make sense...
+       * [r3522] liblwgeom/lwutil.c: Update lwgeom_gettypename() by
+         renaming Curve to CircularString. Now lots of error messages
+         scattered throughout liblwgeom should start to make sense...
 
-2009-01-13 12:59  mcayland
+2009-01-13 12:59  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
+       * [r3521] liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
          liblwgeom/lwgeom_api.c: Rearrange liblwgeom.h as per Paul's
          comment on GBT#97: Rename LWCURVE to LWCIRCSTRING. Also rename
          lwfree_circstring() to lwcircstring_free() so that it matches the
          others (I guess this was missed in the first pass).
 
-2009-01-13 12:27  mcayland
+2009-01-13 12:27  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
+       * [r3520] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
          liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
          liblwgeom/lwcompound.c, liblwgeom/lwcurve.c,
          liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
          torture script. Please let me know if I accidentally broke
          anything :)
 
-2009-01-12 19:29  pramsey
+2009-01-12 19:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwcollection.c, liblwgeom/lwmpoint.c,
+       * [r3519] liblwgeom/lwcollection.c, liblwgeom/lwmpoint.c,
          liblwgeom/lwmpoly.c, loader/shp2pgsql.c: Remove double-free
          problem from loader in presence of new deep-freeing lwfree calls.
 
-2009-01-12 14:38  robe
+2009-01-12 14:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typos
+       * [r3518] doc/reference_new.xml: typos
 
-2009-01-12 14:24  robe
+2009-01-12 14:24  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Correct. ST_LinestringFromText does not
-         exist though was documented before.
+       * [r3517] doc/reference_new.xml: Correct. ST_LinestringFromText
+         does not exist though was documented before.
 
-2009-01-12 13:54  robe
+2009-01-12 13:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Line
-         functions and point out how pointless they are. Also correct
-         incorrect statement that they throw errors when given non-line -
-         they just return null.
+       * [r3516] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Line functions and point out how pointless they are. Also
+         correct incorrect statement that they throw errors when given
+         non-line - they just return null.
 
-2009-01-12 12:23  mcayland
+2009-01-12 12:23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/Makefile.in: Remove erroneus merge from r3502
+       * [r3515] liblwgeom/Makefile.in: Remove erroneus merge from r3502
          (HAVE_CUNIT_H just isn't defined anymore...)
 
-2009-01-11 07:10  pramsey
+2009-01-11 07:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_gist.c, lwgeom/lwpostgis.sql.in.c: Remove RECHECK
-         per GBT#18.
+       * [r3514] lwgeom/lwgeom_gist.c, lwgeom/lwpostgis.sql.in.c: Remove
+         RECHECK per GBT#18.
 
-2009-01-09 23:04  robe
+2009-01-09 23:04  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Fix typo
+       * [r3513] doc/reference_new.xml: Fix typo
 
-2009-01-09 22:52  robe
+2009-01-09 22:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over rest of
-         miscellaneous -- NOTE st_find_srid does not exist - was never
+       * [r3512] doc/reference.xml, doc/reference_new.xml: Move over rest
+         of miscellaneous -- NOTE st_find_srid does not exist - was never
          renamed from find_srid. Not sure its worth fixing since its
          rarely used anyway.
 
-2009-01-09 19:17  pramsey
+2009-01-09 19:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
+       * [r3511] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geojson.c,
          lwgeom/lwgeom_gml.c, lwgeom/lwgeom_kml.c, lwgeom/lwgeom_ogc.c,
          lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_transform.c: Rename
          lwfree_inspected to lwinspected_release, per it's "shallow free"
          behavior.
 
-2009-01-09 17:41  pramsey
+2009-01-09 17:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/examples/unparser.c,
-         liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c,
-         liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwline.c,
-         liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-         liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
-         loader/shp2pgsql.c, lwgeom/lwgeom_functions_analytic.c,
-         lwgeom/lwgeom_kml.c: Rename lwfree_* to *_free.
+       * [r3510] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
+         liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
+         liblwgeom/lwgeom_api.c, liblwgeom/lwline.c, liblwgeom/lwmline.c,
+         liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/lwpoint.c,
+         liblwgeom/lwpoly.c, liblwgeom/ptarray.c, loader/shp2pgsql.c,
+         lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_kml.c: Rename
+         lwfree_* to *_free.
 
-2009-01-09 14:15  robe
+2009-01-09 14:15  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis.xml: Missed some ST_ spots.
+       * [r3509] doc/using_postgis.xml: Missed some ST_ spots.
 
-2009-01-09 13:49  robe
+2009-01-09 13:49  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis.xml: Missed a spot.
+       * [r3508] doc/using_postgis.xml: Missed a spot.
 
-2009-01-09 13:48  robe
+2009-01-09 13:48  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis.xml: Using - fix some connectiontype omissions
-         in Mapserver section, add in processing defer comment, fix some
-         missing ST_
+       * [r3507] doc/using_postgis.xml: Using - fix some connectiontype
+         omissions in Mapserver section, add in processing defer comment,
+         fix some missing ST_
 
-2009-01-09 13:32  robe
+2009-01-09 13:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Add circular string note
+       * [r3506] doc/reference_new.xml: Add circular string note
 
-2009-01-09 13:29  robe
+2009-01-09 13:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_NRings
+       * [r3505] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_NRings
 
-2009-01-09 13:17  robe
+2009-01-09 13:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Zmflag
+       * [r3504] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Zmflag
 
-2009-01-08 17:22  pramsey
+2009-01-08 17:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_gml.c: Forgot to save this file. Also changes to
-         lwfree_* *_release.
+       * [r3503] lwgeom/lwgeom_gml.c: Forgot to save this file. Also
+         changes to lwfree_* *_release.
 
-2009-01-08 17:04  pramsey
+2009-01-08 17:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
+       * [r3502] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
          liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
          liblwgeom/lwgeom_api.c, liblwgeom/lwline.c, liblwgeom/lwmline.c,
          liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/lwpoint.c,
          support shallow-free. Go through lwgeom/ and replace any lwfree_*
          instances with *_release where appropriate. (Surprisingly few.)
 
-2009-01-08 16:06  robe
+2009-01-08 16:06  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: documentatioin out of synch with reality
-         since garden test failing. Change spelling ST_CrossingDirection
-         to new name ST_LineCrossingDirection
+       * [r3501] doc/reference_new.xml: documentatioin out of synch with
+         reality since garden test failing. Change spelling
+         ST_CrossingDirection to new name ST_LineCrossingDirection
 
-2009-01-08 15:50  robe
+2009-01-08 15:50  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: put in valid name space
-         (giving error with my xsltproc otherwise)
+       * [r3500] doc/xsl/postgis_gardentest.sql.xsl: put in valid name
+         space (giving error with my xsltproc otherwise)
 
-2009-01-07 19:40  robe
+2009-01-07 19:40  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Finish off adding multi
-         garden geometries
+       * [r3499] doc/xsl/postgis_gardentest.sql.xsl: Finish off adding
+         multi garden geometries
 
-2009-01-07 18:25  kneufeld
+2009-01-07 18:25  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: updated documention on addgeometrycolumn,
-         clarifying the errors thrown.
+       * [r3498] doc/reference_new.xml: updated documention on
+         addgeometrycolumn, clarifying the errors thrown.
 
-2009-01-07 12:11  mcayland
+2009-01-07 12:11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwalgorithm.c: Bump some LWDEBUG(F) from level 1 up to
-         levels 3-4 (level 1 is reserved)
+       * [r3496] liblwgeom/lwalgorithm.c: Bump some LWDEBUG(F) from level
+         1 up to levels 3-4 (level 1 is reserved)
 
-2009-01-07 01:16  pramsey
+2009-01-07 01:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Remove memory leak in standard loader.
+       * [r3495] loader/shp2pgsql.c: Remove memory leak in standard
+         loader.
 
-2009-01-05 20:54  mcayland
+2009-01-05 20:54  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, liblwgeom/cunit/Makefile.in: Allow CPPFLAGS/LDFLAGS
-         parameters from the command line to be passed into the CUnit
-         Makefile, since CUnit is the only dependency that cannot
-         determine its own flags using a --with-X parameter. This allows
-         CUnit to be installed in a non-standard location if required.
+       * [r3494] configure.ac, liblwgeom/cunit/Makefile.in: Allow
+         CPPFLAGS/LDFLAGS parameters from the command line to be passed
+         into the CUnit Makefile, since CUnit is the only dependency that
+         cannot determine its own flags using a --with-X parameter. This
+         allows CUnit to be installed in a non-standard location if
+         required.
 
-2009-01-05 14:44  robe
+2009-01-05 14:44  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Put circular back in mix.
-         Doesn't crash now that MCA changed distance to throw error.
+       * [r3493] doc/xsl/postgis_gardentest.sql.xsl: Put circular back in
+         mix. Doesn't crash now that MCA changed distance to throw error.
 
-2009-01-05 00:08  mcayland
+2009-01-05 00:08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in:
-         Rework the CUnit detection infrastructure as you can't locate
-         include files based on an absolute path. This is because autoconf
-         and the compiler have differing ideas of the current paths (this
-         totally breaks the Win32 build since you have the extra mapping
-         between UNIX-type MingW paths and Windows-type paths). Hopefully
-         this should not affect existing users at all - if so, please post
-         a report on -devel. I'll try running this on MingW at a later
-         date.
+       * [r3492] configure.ac, liblwgeom/Makefile.in,
+         liblwgeom/cunit/Makefile.in: Rework the CUnit detection
+         infrastructure as you can't locate include files based on an
+         absolute path. This is because autoconf and the compiler have
+         differing ideas of the current paths (this totally breaks the
+         Win32 build since you have the extra mapping between UNIX-type
+         MingW paths and Windows-type paths). Hopefully this should not
+         affect existing users at all - if so, please post a report on
+         -devel. I'll try running this on MingW at a later date.
          
          I've also enforced "make check" to run the unit tests, rather
          than "make test". This is a fallout from the early days when strk
          accident which appears to have stuck :(
          .
 
-2009-01-04 20:39  mcayland
+2009-01-04 20:39  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgeom.c: Fix comment in lwgeom_from_ewkt() and also
-         add a quick error check to lwgeom_from_ewkt() and
+       * [r3491] liblwgeom/lwgeom.c: Fix comment in lwgeom_from_ewkt() and
+         also add a quick error check to lwgeom_from_ewkt() and
          lwgeom_from_ewkb() - otherwise upon parse failure we could pass a
          half-baked geometry back to the caller which would not be good :(
 
-2009-01-04 20:11  mcayland
+2009-01-04 20:11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/cunit/cu_algorithm.c: Update the cunit tests to use the
-         proper parser flag PARSER_CHECK_NONE rather than the hard-coded
-         zero.
+       * [r3490] liblwgeom/cunit/cu_algorithm.c: Update the cunit tests to
+         use the proper parser flag PARSER_CHECK_NONE rather than the
+         hard-coded zero.
 
-2009-01-04 19:54  mcayland
+2009-01-04 19:54  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/cunit/Makefile.in: Add -lm to the cu_tester link line -
-         we must always add this to the link line for anything that links
-         agains liblwgeom.a (at least on my Linux system here)
+       * [r3489] liblwgeom/cunit/Makefile.in: Add -lm to the cu_tester
+         link line - we must always add this to the link line for anything
+         that links agains liblwgeom.a (at least on my Linux system here)
 
-2009-01-04 19:24  mcayland
+2009-01-04 19:24  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/measures.c: Commit quick fix for GBT#85: ST_Distance
-         crashes on Circular String. Rather than devise and implement a
-         set of distance functions for CIRCULARSTRINGs, I've simply added
-         code to detect the condition and throw an "Unsupported geometry
-         type" error, similar to as already exists within the codebase.
+       * [r3487] liblwgeom/measures.c: Commit quick fix for GBT#85:
+         ST_Distance crashes on Circular String. Rather than devise and
+         implement a set of distance functions for CIRCULARSTRINGs, I've
+         simply added code to detect the condition and throw an
+         "Unsupported geometry type" error, similar to as already exists
+         within the codebase.
 
-2009-01-02 13:25  robe
+2009-01-02 13:25  Regina Obe <lr@pcorp.us>
 
-       * TODO: minor update
+       * [r3486] TODO: minor update
 
-2009-01-02 13:23  robe
+2009-01-02 13:23  Regina Obe <lr@pcorp.us>
 
-       * TODO: Add ST_DumpPoints. Not sure how simple it is.
+       * [r3485] TODO: Add ST_DumpPoints. Not sure how simple it is.
 
-2009-01-01 21:36  robe
+2009-01-01 21:36  Regina Obe <lr@pcorp.us>
 
-       * TODO: Put time stamp placeholder on (I think)
+       * [r3484] TODO: Put time stamp placeholder on (I think)
 
-2009-01-01 21:26  robe
+2009-01-01 21:26  Regina Obe <lr@pcorp.us>
 
-       * TODO: Fix typo
+       * [r3483] TODO: Fix typo
 
-2009-01-01 00:31  pramsey
+2009-01-01 00:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c,
+       * [r3482] liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c,
          liblwgeom/lwgeom_api.c: Fix based on test case from MAC.
 
-2008-12-27 22:58  pramsey
+2008-12-27 22:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
+       * [r3481] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_algorithm.h,
          lwgeom/lwgeom_functions_analytic.c: Add support for
          multilinestring to st_locatebetweenelevations
 
-2008-12-27 08:08  pramsey
+2008-12-27 08:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * TODO: Add heat map case.
+       * [r3480] TODO: Add heat map case.
 
-2008-12-24 20:15  pramsey
+2008-12-24 20:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h: Add mline
-         version of clipper.
+       * [r3479] liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h: Add
+         mline version of clipper.
 
-2008-12-24 17:37  pramsey
+2008-12-24 17:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h,
+       * [r3478] liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwalgorithm.c, liblwgeom/lwgeom.c: Add lwfree_geom to
          generically deep-free lwgeometries.
 
-2008-12-24 17:09  pramsey
+2008-12-24 17:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit, liblwgeom/cunit/cu_algorithm.c,
+       * [r3477] liblwgeom/cunit, liblwgeom/cunit/cu_algorithm.c,
          liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c: Add lwgeom_from_ewkt
          and change larger cunit tests to create candidate geometries from
          text instead of by hand.
 
-2008-12-24 00:32  mcayland
+2008-12-24 00:32  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lex.yy.c: Try and commit a pre-generated output from
-         flex that works for the build-bot.
+       * [r3476] liblwgeom/lex.yy.c: Try and commit a pre-generated output
+         from flex that works for the build-bot.
 
-2008-12-23 22:11  pramsey
+2008-12-23 22:11  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lex.yy.c: Revert accidental commit of lex.yy.c
+       * [r3475] liblwgeom/lex.yy.c: Revert accidental commit of lex.yy.c
 
-2008-12-23 20:20  pramsey
+2008-12-23 20:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h,
+       * [r3474] liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwcollection.c, lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwpostgis.sql.in.c: Rename new functions to
          ST_LineCrossingDirection and ST_LocateBetweenElevations for more
          explicitness and closer correspondance to SQL/MM, respectively.
          Add a new geometry counter for collections.
 
-2008-12-23 13:24  robe
+2008-12-23 13:24  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Break out multi as separate
-         geometry types and start putting in. Remove unary/aggregate geom
-         since now exactly the same as section that takes only 1 geometry.
+       * [r3473] doc/xsl/postgis_gardentest.sql.xsl: Break out multi as
+         separate geometry types and start putting in. Remove
+         unary/aggregate geom since now exactly the same as section that
+         takes only 1 geometry.
 
-2008-12-22 23:37  pramsey
+2008-12-22 23:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * configure.ac, liblwgeom/Makefile.in, liblwgeom/cunit/Makefile,
-         liblwgeom/cunit/Makefile.in: Add CUnit to main 'make test' build
-         and check for existance of CUnit.h as part of ./configure
+       * [r3472] configure.ac, liblwgeom/Makefile.in,
+         liblwgeom/cunit/Makefile, liblwgeom/cunit/Makefile.in: Add CUnit
+         to main 'make test' build and check for existance of CUnit.h as
+         part of ./configure
 
-2008-12-22 21:49  mcayland
+2008-12-22 21:49  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac: Fix typo in the backticks when extracting
+       * [r3471] configure.ac: Fix typo in the backticks when extracting
          linker/include flags from pg_config. Resolving this allows SVN
          trunk to compile on MingW! :)
 
-2008-12-22 17:49  robe
+2008-12-22 17:49  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: More typos
+       * [r3470] doc/reference_new.xml: More typos
 
-2008-12-22 17:48  robe
+2008-12-22 17:48  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: More typos
+       * [r3469] doc/reference_new.xml: More typos
 
-2008-12-22 17:47  robe
+2008-12-22 17:47  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo
+       * [r3468] doc/reference_new.xml: typo
 
-2008-12-22 16:54  robe
+2008-12-22 16:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Missed a constant
+       * [r3467] doc/reference_new.xml: Missed a constant
 
-2008-12-22 16:53  robe
+2008-12-22 16:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: First draft of ST_CrossingDirection --
-         needs more work
+       * [r3466] doc/reference_new.xml: First draft of
+         ST_CrossingDirection -- needs more work
 
-2008-12-22 15:22  robe
+2008-12-22 15:22  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: More conditional corrections.
-         Also take circular back out of test since still crashes under 1.4
-         with ST_Distance.
+       * [r3465] doc/xsl/postgis_gardentest.sql.xsl: More conditional
+         corrections. Also take circular back out of test since still
+         crashes under 1.4 with ST_Distance.
 
-2008-12-22 14:14  robe
+2008-12-22 14:14  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Revision - change to not test
-         geoms against other geoms if function only takes one geom, better
-         commenting of output. Put back circularstring -- crashes on 1.3
-         still on ST_Distance in some cases. Haven't tested against trunk
+       * [r3464] doc/xsl/postgis_gardentest.sql.xsl: Revision - change to
+         not test geoms against other geoms if function only takes one
+         geom, better commenting of output. Put back circularstring --
+         crashes on 1.3 still on ST_Distance in some cases. Haven't tested
+         against trunk
 
-2008-12-22 12:15  mcayland
+2008-12-22 12:15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * STYLE, liblwgeom/lwcurve.c, liblwgeom/lwutil.c,
+       * [r3462] STYLE, liblwgeom/lwcurve.c, liblwgeom/lwutil.c,
          liblwgeom/wktparse.lex, lwgeom/lwgeom_chip.c, lwgeom/test.c:
          Remove the few C++-style comments that have crept into the
          codebase, and add a note to the STYLE document stating that
          C-style comments should be used.
 
-2008-12-22 11:51  mcayland
+2008-12-22 11:51  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_geos.c: Remove the WKB_CONVERSION hack which was
-         invented to try and make the JTS connector more reliable. Since
-         all the other JTS code has gone, this can now go too. See
+       * [r3461] lwgeom/lwgeom_geos.c: Remove the WKB_CONVERSION hack
+         which was invented to try and make the JTS connector more
+         reliable. Since all the other JTS code has gone, this can now go
+         too. See
          http://postgis.refractions.net/pipermail/postgis-devel/2008-August/003495.html
          for a little discussion.
 
-2008-12-22 11:38  mcayland
+2008-12-22 11:38  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgunparse.c: Errr.... unsigned *what* exactly??! If
-         you'd have asked me yesterday if I thought this would compile, I
-         would have said no...
+       * [r3460] liblwgeom/lwgunparse.c: Errr.... unsigned *what*
+         exactly??! If you'd have asked me yesterday if I thought this
+         would compile, I would have said no...
 
-2008-12-22 11:11  mcayland
+2008-12-22 11:11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwmcurve.c: Some code tidy-ups: remove Windows CR/LFs
-         from the file, change the free()s into lwfree()s, and fix a
-         spelling mistake.
+       * [r3459] liblwgeom/lwmcurve.c: Some code tidy-ups: remove Windows
+         CR/LFs from the file, change the free()s into lwfree()s, and fix
+         spelling mistake.
 
-2008-12-22 09:30  robe
+2008-12-22 09:30  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: revert part of last change
+       * [r3458] doc/xsl/postgis_gardentest.sql.xsl: revert part of last
+         change
 
-2008-12-22 08:39  robe
+2008-12-22 08:39  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: correction to last edit
+       * [r3457] doc/xsl/postgis_gardentest.sql.xsl: correction to last
+         edit
 
-2008-12-21 06:37  pramsey
+2008-12-21 06:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
-         liblwgeom/lwalgorithm.c, lwgeom/lwgeom_functions_analytic.c,
-         lwgeom/lwpostgis.sql.in.c: Add ST_LineClipZ(geometry, from, to)
-         SQL and C functions.
+       * [r3456] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_algorithm.h, liblwgeom/lwalgorithm.c,
+         lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in.c:
+         Add ST_LineClipZ(geometry, from, to) SQL and C functions.
 
-2008-12-19 19:21  pramsey
+2008-12-19 19:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit, liblwgeom/cunit/cu_algorithm.c,
+       * [r3455] liblwgeom/cunit, liblwgeom/cunit/cu_algorithm.c,
          liblwgeom/lwalgorithm.c: Complete c-level line clipping routines,
          and unit tests.
 
-2008-12-19 19:20  pramsey
+2008-12-19 19:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c,
+       * [r3454] liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c,
          liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c:
          Add in lwfree_* deep memory clean-up routines for multi-objects.
 
-2008-12-19 18:51  kneufeld
+2008-12-19 18:51  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/images/st_issimple01.png,
+       * [r3453] doc/html/images/st_issimple01.png,
          doc/html/images/st_issimple02.png,
          doc/html/images/st_issimple03.png,
          doc/html/images/st_issimple04.png,
          doc/using_postgis.xml: Upgraded section in using_postgis.xml that
          talks about OGC Simplicity / Validity.
 
-2008-12-19 16:57  pramsey
+2008-12-19 16:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * STYLE: Remove camelCase example from style guideline against
-         camelCase (! :)
+       * [r3452] STYLE: Remove camelCase example from style guideline
+         against camelCase (! :)
 
-2008-12-19 14:59  mcayland
+2008-12-19 14:59  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp.c: Remove the PostGIS LWGEOM type constants from
-         pgsql2shp - they are no longer needed here as they are included
-         as part of liblwgeom.h.
+       * [r3451] loader/pgsql2shp.c: Remove the PostGIS LWGEOM type
+         constants from pgsql2shp - they are no longer needed here as they
+         are included as part of liblwgeom.h.
 
-2008-12-18 20:42  pramsey
+2008-12-18 20:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/examples/unparser.c, liblwgeom/lwgeom_api.c,
+       * [r3450] liblwgeom/examples/unparser.c, liblwgeom/lwgeom_api.c,
          liblwgeom/lwpoint.c, loader/shp2pgsql.c,
          lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geojson.c,
          lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_transform.c: Complete the
          pfree_ to lwfree_ renaming.
 
-2008-12-18 20:36  pramsey
+2008-12-18 20:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/liblwgeom.h: Move curve back down below curve struct.
-         Hm.
+       * [r3449] liblwgeom/liblwgeom.h: Move curve back down below curve
+         struct. Hm.
 
-2008-12-18 20:35  pramsey
+2008-12-18 20:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
+       * [r3448] liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwcurve.c, liblwgeom/lwgeom_api.c, liblwgeom/lwline.c,
          liblwgeom/lwpoint.c, liblwgeom/lwpoly.c: Complete the pfree_* to
          lwfree_* renaming.
 
-2008-12-18 20:30  pramsey
+2008-12-18 20:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
+       * [r3447] liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeom_api.c, liblwgeom/lwpoint.c, loader/shp2pgsql.c,
          lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_geojson.c,
          lwgeom/lwgeom_gml.c, lwgeom/lwgeom_kml.c: Rename pfree_* memory
          management function lwfree_*
 
-2008-12-18 20:22  pramsey
+2008-12-18 20:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
-         liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h,
-         liblwgeom/lwgeom.c: Partial work commit for safety
+       * [r3446] liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_algorithm.h, liblwgeom/lwalgorithm.c,
+         liblwgeom/lwalgorithm.h, liblwgeom/lwgeom.c: Partial work commit
+         for safety
 
-2008-12-18 17:07  pramsey
+2008-12-18 17:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader: Ignore generated Makefile
+       * [r3445] loader: Ignore generated Makefile
 
-2008-12-18 15:58  robe
+2008-12-18 15:58  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Revise to cross every
+       * [r3444] doc/xsl/postgis_gardentest.sql.xsl: Revise to cross every
          geometry with every other to better test the functions that take
          2 geometries. This increases the generated script to about 18 MB.
          Still need to trim off some of these tests (since it does the
          same for singular geom functions)
 
-2008-12-18 15:38  robe
+2008-12-18 15:38  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Get rid of redundant variable
-         declares
+       * [r3443] doc/xsl/postgis_gardentest.sql.xsl: Get rid of redundant
+         variable declares
 
-2008-12-18 15:32  robe
+2008-12-18 15:32  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Get rid of 2 geom relation
-         section. Its redundant now that the last condition section has
-         been improved.
+       * [r3442] doc/xsl/postgis_gardentest.sql.xsl: Get rid of 2 geom
+         relation section. Its redundant now that the last condition
+         section has been improved.
 
-2008-12-18 15:25  robe
+2008-12-18 15:25  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Numerous enhancements to make
-         torture script generator smarter - e.g. don't use geometry select
-         when function takes not geometries, don't put monkey in when you
-         see pattern matrix use a real intersectionmatrix, concept of
-         version
+       * [r3441] doc/xsl/postgis_gardentest.sql.xsl: Numerous enhancements
+         to make torture script generator smarter - e.g. don't use
+         geometry select when function takes not geometries, don't put
+         monkey in when you see pattern matrix use a real
+         intersectionmatrix, concept of version
 
-2008-12-18 00:54  pramsey
+2008-12-18 00:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/Makefile.in, liblwgeom/cunit/cu_algorithm.c,
+       * [r3440] liblwgeom/Makefile.in, liblwgeom/cunit/cu_algorithm.c,
          liblwgeom/cunit/cu_algorithm.h, liblwgeom/lwalgorithm.c,
          liblwgeom/lwalgorithm.h: Partial work saved back for later.
 
-2008-12-17 20:47  pramsey
+2008-12-17 20:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * TODO, liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
+       * [r3439] TODO, liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
          liblwgeom/lwalgorithm.h: Partial work into SVN where I can get at
          it elsewhere.
 
-2008-12-17 20:22  pramsey
+2008-12-17 20:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/sql-mm-circularstring_expected.in,
+       * [r3438] regress/sql-mm-circularstring_expected.in,
          regress/sql-mm-compoundcurve_expected.in,
          regress/sql-mm-curvepoly_expected.in,
          regress/sql-mm-multicurve_expected.in,
          regress/sql-mm-multisurface_expected.in: Remove LFs from
          regression files per MCA.
 
-2008-12-17 19:37  mcayland
+2008-12-17 19:37  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgunparse.c: #HISTORY: Really fix what was broken in
-         r3431/3432. See the notes there for the full detail.
+       * [r3436] liblwgeom/lwgunparse.c: #HISTORY: Really fix what was
+         broken in r3431/3432. See the notes there for the full detail.
 
-2008-12-17 18:20  pramsey
+2008-12-17 18:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * STYLE, TODO, cunit, liblwgeom/cunit, liblwgeom/cunit/Makefile,
-         liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
-         liblwgeom/cunit/cu_tester.c: Re-locate cunit, add a STYLE
-         guideline draft and some TODO notes.
+       * [r3435] STYLE, TODO, cunit, liblwgeom/cunit,
+         liblwgeom/cunit/Makefile, liblwgeom/cunit/cu_algorithm.c,
+         liblwgeom/cunit/cu_algorithm.h, liblwgeom/cunit/cu_tester.c:
+         Re-locate cunit, add a STYLE guideline draft and some TODO notes.
 
-2008-12-17 16:03  mcayland
+2008-12-17 16:03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgunparse.c: Undo r3431/3432: this isn't ready for the
-         primetime yet as it breaks a couple of the regression tests.
+       * [r3433] liblwgeom/lwgunparse.c: Undo r3431/3432: this isn't ready
+         for the primetime yet as it breaks a couple of the regression
+         tests.
 
-2008-12-17 15:01  mcayland
+2008-12-17 15:01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgunparse.c: Fix for one of Regina's torture failures
-         as posted to the -devel list here:
+       * [r3431] liblwgeom/lwgunparse.c: Fix for one of Regina's torture
+         failures as posted to the -devel list here:
          http://postgis.refractions.net/pipermail/postgis-devel/2008-December/004362.html.
          A CurvePolygon has a "standard header" and so must be passed
          through a function that understands the optional existence of
          SRIDs/BBOXes etc. in the header.
 
-2008-12-17 05:36  pramsey
+2008-12-17 05:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * cunit/cu_algorithm.c, cunit/cu_algorithm.h: harmonize unit tests
-         with new function names
+       * [r3430] cunit/cu_algorithm.c, cunit/cu_algorithm.h: harmonize
+         unit tests with new function names
 
-2008-12-17 05:32  pramsey
+2008-12-17 05:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwalgorithm.c, lwgeom/lwgeom_functions_analytic.c,
+       * [r3429] liblwgeom/lwalgorithm.c,
+         lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c: harmonize function names so
          things... compile
 
-2008-12-17 05:28  pramsey
+2008-12-17 05:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * cunit/cu_algorithm.c, cunit/cu_algorithm.h, cunit/cu_tester.c,
-         liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h,
-         lwgeom/lwgeom_functions_analytic.c: Revisison per MCA and (c)
-         headers.
+       * [r3428] cunit/cu_algorithm.c, cunit/cu_algorithm.h,
+         cunit/cu_tester.c, liblwgeom/lwalgorithm.c,
+         liblwgeom/lwalgorithm.h, lwgeom/lwgeom_functions_analytic.c:
+         Revisison per MCA and (c) headers.
 
-2008-12-17 00:22  pramsey
+2008-12-17 00:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * cunit/cu_algorithm.c: Add some co-linearity tests.
+       * [r3427] cunit/cu_algorithm.c: Add some co-linearity tests.
 
-2008-12-17 00:19  pramsey
+2008-12-17 00:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c,
+       * [r3426] cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c,
          liblwgeom/lwalgorithm.h: Basic co-linearity support. Remove
          touching cases from crossingdirection.
 
-2008-12-16 23:43  pramsey
+2008-12-16 23:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwalgorithm.c, lwgeom/lwgeom_functions_analytic.c,
-         lwgeom/lwpostgis.sql.in.c: Add ST_CrossingDirection(line, line)
-         bindings into SQL.
+       * [r3425] liblwgeom/lwalgorithm.c,
+         lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in.c:
+         Add ST_CrossingDirection(line, line) bindings into SQL.
 
-2008-12-16 22:29  pramsey
+2008-12-16 22:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * cunit, cunit/Makefile, cunit/cu_algorithm.c,
+       * [r3424] cunit, cunit/Makefile, cunit/cu_algorithm.c,
          cunit/cu_algorithm.h, cunit/cu_tester.c, liblwgeom/Makefile.in,
          liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
          liblwgeom/lwalgorithm.h: First cut of line crossing function, and
          associated cunit tests.
 
-2008-12-16 21:21  kneufeld
+2008-12-16 21:21  Kevin Neufeld <kneufeld@refractions.net>
 
-       * lwgeom/lwpostgis.sql.in.c: fixed bug in probe_geometry_columns
-         where an srid of -1 is not properly detected. (last time :))
+       * [r3423] lwgeom/lwpostgis.sql.in.c: fixed bug in
+         probe_geometry_columns where an srid of -1 is not properly
+         detected. (last time :))
 
-2008-12-16 21:11  kneufeld
+2008-12-16 21:11  Kevin Neufeld <kneufeld@refractions.net>
 
-       * lwgeom/lwpostgis.sql.in.c: fixed bug in probe_geometry_columns
-         where an srid of -1 is not properly detected.
+       * [r3422] lwgeom/lwpostgis.sql.in.c: fixed bug in
+         probe_geometry_columns where an srid of -1 is not properly
+         detected.
 
-2008-12-16 21:07  kneufeld
+2008-12-16 21:07  Kevin Neufeld <kneufeld@refractions.net>
 
-       * lwgeom/lwpostgis.sql.in.c: fixed bug in probe_geometry_columns
-         where an srid of -1 is not properly detected.
+       * [r3421] lwgeom/lwpostgis.sql.in.c: fixed bug in
+         probe_geometry_columns where an srid of -1 is not properly
+         detected.
 
-2008-12-16 16:22  robe
+2008-12-16 16:22  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: More changes - can't remember
+       * [r3420] doc/xsl/postgis_gardentest.sql.xsl: More changes - can't
+         remember
 
-2008-12-16 13:01  robe
+2008-12-16 13:01  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Add cross reference to ST_IsValidReason on
-         ST_IsValid and ST_Summary
+       * [r3419] doc/reference_new.xml: Add cross reference to
+         ST_IsValidReason on ST_IsValid and ST_Summary
 
-2008-12-16 12:40  robe
+2008-12-16 12:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Fix formatting of ForceRHR args -- messing
-         up torture test generator
+       * [r3417] doc/reference_new.xml: Fix formatting of ForceRHR args --
+         messing up torture test generator
 
-2008-12-15 14:50  robe
+2008-12-15 14:50  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: missing the st_geomfromtext
-         among others because of bad conditions - switched to xsl:choose
-         to simplify logic.
+       * [r3411] doc/xsl/postgis_gardentest.sql.xsl: missing the
+         st_geomfromtext among others because of bad conditions - switched
+         to xsl:choose to simplify logic.
 
-2008-12-15 13:36  robe
+2008-12-15 13:36  Regina Obe <lr@pcorp.us>
 
-       * loader/pgsql2shp.c: minor comment addition
+       * [r3410] loader/pgsql2shp.c: minor comment addition
 
-2008-12-15 12:56  robe
+2008-12-15 12:56  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: add more data types. Remove
-         curve tests again -- too many crashers
+       * [r3409] doc/xsl/postgis_gardentest.sql.xsl: add more data types.
+         Remove curve tests again -- too many crashers
 
-2008-12-15 12:36  robe
+2008-12-15 12:36  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Typo in data type param
+       * [r3408] doc/reference_new.xml: Typo in data type param
 
-2008-12-15 10:30  mcayland
+2008-12-15 10:30  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_functions_basic.c: #HISTORY: Fix for GBT#83:
-         "ST_Multi on curved polygon gives ERROR: Unknown geometry type:
-         0". On reflection, ST_Multi() can only operate on standard POINT,
-         LINESTRING and POLYGON types as the only MULTI geomtypes are
-         MULTIPOINT, MULTILINESTRING and MULTIPOLYGON. This was caused by
-         the introduction of the curve crashing fixes in 1.3.4.
+       * [r3406] lwgeom/lwgeom_functions_basic.c: #HISTORY: Fix for
+         GBT#83: "ST_Multi on curved polygon gives ERROR: Unknown geometry
+         type: 0". On reflection, ST_Multi() can only operate on standard
+         POINT, LINESTRING and POLYGON types as the only MULTI geomtypes
+         are MULTIPOINT, MULTILINESTRING and MULTIPOLYGON. This was caused
+         by the introduction of the curve crashing fixes in 1.3.4.
 
-2008-12-15 05:33  robe
+2008-12-15 05:33  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: more cleanup
+       * [r3405] doc/xsl/postgis_gardentest.sql.xsl: more cleanup
 
-2008-12-15 05:03  robe
+2008-12-15 05:03  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Think I got most of the
-         functions with additional args, left out circular since it
+       * [r3404] doc/xsl/postgis_gardentest.sql.xsl: Think I got most of
+         the functions with additional args, left out circular since it
          crashes. We can fix in 1.4
 
-2008-12-15 04:12  robe
+2008-12-15 04:12  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: replace param logic
+       * [r3403] doc/xsl/postgis_gardentest.sql.xsl: replace param logic
 
-2008-12-15 02:38  robe
+2008-12-15 02:38  Regina Obe <lr@pcorp.us>
 
-       * lwgeom/lwgeom_geos.c: #GBT 84: Fix typo in boundary error
+       * [r3401] lwgeom/lwgeom_geos.c: #GBT 84: Fix typo in boundary error
 
-2008-12-14 15:14  robe
+2008-12-14 15:14  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Add circular string and
-         curved polygon to garden set. Also start work on dealing with
+       * [r3400] doc/xsl/postgis_gardentest.sql.xsl: Add circular string
+         and curved polygon to garden set. Also start work on dealing with
          functions that take floats and integers as additional params
 
-2008-12-14 07:24  robe
+2008-12-14 07:24  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Exclude st_curvetoline from
-         test for now. Crashes on geometry collection test.
+       * [r3399] doc/xsl/postgis_gardentest.sql.xsl: Exclude
+         st_curvetoline from test for now. Crashes on geometry collection
+         test.
 
-2008-12-14 03:19  robe
+2008-12-14 03:19  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Add GEOMETRYCOLLECTION to
-         garden mix. This crashes my 1.3.5SVN build after running
-         generated script - investigating
+       * [r3398] doc/xsl/postgis_gardentest.sql.xsl: Add
+         GEOMETRYCOLLECTION to garden mix. This crashes my 1.3.5SVN build
+         after running generated script - investigating
 
-2008-12-14 03:10  robe
+2008-12-14 03:10  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Add logic to test for unary
-         functions that take box2d/3d and add 3d geometries to garden set.
+       * [r3397] doc/xsl/postgis_gardentest.sql.xsl: Add logic to test for
+         unary functions that take box2d/3d and add 3d geometries to
+         garden set.
 
-2008-12-14 01:50  robe
+2008-12-14 01:50  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Add create table, add geom,
-         drop column, drop table to batch of tortures
+       * [r3396] doc/xsl/postgis_gardentest.sql.xsl: Add create table, add
+         geom, drop column, drop table to batch of tortures
 
-2008-12-13 19:48  pramsey
+2008-12-13 19:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * TODO: Remove isvalidreason, it's done.
+       * [r3395] TODO: Remove isvalidreason, it's done.
 
-2008-12-13 19:47  pramsey
+2008-12-13 19:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * TODO: Add typmod idea
+       * [r3394] TODO: Add typmod idea
 
-2008-12-12 17:07  robe
+2008-12-12 17:07  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Fix condition statement that
-         prevented some 2 geom functions from being picked up
+       * [r3393] doc/xsl/postgis_gardentest.sql.xsl: Fix condition
+         statement that prevented some 2 geom functions from being picked
+         up
 
-2008-12-12 16:55  robe
+2008-12-12 16:55  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Added POLYGONM gset to test.
-         Also got rid of monkey crashing LineMerge. May add back later by
-         removing the NOT (j=i) conditions.
+       * [r3392] doc/xsl/postgis_gardentest.sql.xsl: Added POLYGONM gset
+         to test. Also got rid of monkey crashing LineMerge. May add back
+         later by removing the NOT (j=i) conditions.
 
-2008-12-12 16:49  robe
+2008-12-12 16:49  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Note that ST_MakePolygon can be used to
-         make measured polys and 3d polys
+       * [r3391] doc/reference_new.xml: Note that ST_MakePolygon can be
+         used to make measured polys and 3d polys
 
-2008-12-12 16:26  robe
+2008-12-12 16:26  Regina Obe <lr@pcorp.us>
 
-       * loader/pgsql2shp.c: use strcmp for compare instead of comparing
-         first element in projcreate
+       * [r3390] loader/pgsql2shp.c: use strcmp for compare instead of
+         comparing first element in projcreate
 
-2008-12-12 14:20  robe
+2008-12-12 14:20  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: get rid of accidentally
-         copied comment
+       * [r3389] doc/xsl/postgis_gardentest.sql.xsl: get rid of
+         accidentally copied comment
 
-2008-12-12 14:11  robe
+2008-12-12 14:11  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Add relationship/ functions
-         that act on 2 geometries tests to the mix
+       * [r3388] doc/xsl/postgis_gardentest.sql.xsl: Add relationship/
+         functions that act on 2 geometries tests to the mix
 
-2008-12-12 13:40  robe
+2008-12-12 13:40  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Add POINTM and LINESTRINGM to
-         garden family
+       * [r3387] doc/xsl/postgis_gardentest.sql.xsl: Add POINTM and
+         LINESTRINGM to garden family
 
-2008-12-12 13:17  robe
+2008-12-12 13:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Remove Postgis_JTS_Version from docs. No
-         longer in 1.4 code base.
+       * [r3386] doc/reference_new.xml: Remove Postgis_JTS_Version from
+         docs. No longer in 1.4 code base.
 
-2008-12-12 13:05  robe
+2008-12-12 13:05  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Revise to use an xml
+       * [r3385] doc/xsl/postgis_gardentest.sql.xsl: Revise to use an xml
          collection instead of repetitive loops. Also put in select start
          and end so when the server crashes you know where it broke.
 
-2008-12-12 11:07  mcayland
+2008-12-12 11:07  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_functions_basic.c: Looks like I accidentally
-         removed some code from LWGEOM_accum that was required to set the
-         Oid of the array being used to store the aggregate results. As
-         reported by Regina.
+       * [r3384] lwgeom/lwgeom_functions_basic.c: Looks like I
+         accidentally removed some code from LWGEOM_accum that was
+         required to set the Oid of the array being used to store the
+         aggregate results. As reported by Regina.
 
-2008-12-11 19:38  robe
+2008-12-11 19:38  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: Fix typo in geometry test
+       * [r3381] doc/xsl/postgis_gardentest.sql.xsl: Fix typo in geometry
+         test
 
-2008-12-11 18:57  robe
+2008-12-11 18:57  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl,
+       * [r3380] doc/xsl/postgis_aggs_mm.xml.xsl,
          doc/xsl/postgis_comments.sql.xsl,
          doc/xsl/postgis_gardentest.sql.xsl: put in the svn:keywords
          thingy and also update postgis_gardentest to generate garden test
          for all unary postgis functions and aggregates
 
-2008-12-11 17:18  kneufeld
+2008-12-11 17:18  Kevin Neufeld <kneufeld@refractions.net>
 
-       * lwgeom/lwgeom_geos.c: added a HINT to the ERROR message in
-         errorIfGeometryCollection indicating the geometry that is in
+       * [r3379] lwgeom/lwgeom_geos.c: added a HINT to the ERROR message
+         in errorIfGeometryCollection indicating the geometry that is in
          error.
 
-2008-12-11 16:56  robe
+2008-12-11 16:56  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_gardentest.sql.xsl: First draft of garden test
-         sql generator. This version just searches the docs and outputs
-         tests for functions that take no arguments. Need to formulate a
-         list of geometries to generate code for unary and so forth.
+       * [r3378] doc/xsl/postgis_gardentest.sql.xsl: First draft of garden
+         test sql generator. This version just searches the docs and
+         outputs tests for functions that take no arguments. Need to
+         formulate a list of geometries to generate code for unary and so
+         forth.
 
-2008-12-11 15:56  robe
+2008-12-11 15:56  Regina Obe <lr@pcorp.us>
 
-       * loader/pgsql2shp.c: Incorporated Mark's suggestion to use
+       * [r3377] loader/pgsql2shp.c: Incorporated Mark's suggestion to use
          PQescapeStringConn instead of building a custom function. Also
          fixed typo. Note using free() instead of PQfree since couldn't
          find a PQfree. I looked at the 8.3.5 postgresql source code base,
          and that's what they seem to use when releasing buffer space.
 
-2008-12-11 14:55  mcayland
+2008-12-11 14:55  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwutil.c: Increase the amount of allocated memory by 3
-         bytes, so that if maxlength < 3 and we return just "..." then we
-         still have enough space to store the string without clobbering
-         memory.
+       * [r3376] liblwgeom/lwutil.c: Increase the amount of allocated
+         memory by 3 bytes, so that if maxlength < 3 and we return just
+         "..." then we still have enough space to store the string without
+         clobbering memory.
 
-2008-12-11 13:46  mcayland
+2008-12-11 13:46  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwutil.c, lwgeom/lwgeom_pg.c: Fix up a couple of errors
-         in the new lwmessage_truncate() function found by Kevin - correct
-         an off-by-one error in the code, and include a missing startpos
-         offset in the end truncation code. Also ensure that if maxlength
-         gets too small then we return "..." rather than crashing.
+       * [r3375] liblwgeom/lwutil.c, lwgeom/lwgeom_pg.c: Fix up a couple
+         of errors in the new lwmessage_truncate() function found by Kevin
+         - correct an off-by-one error in the code, and include a missing
+         startpos offset in the end truncation code. Also ensure that if
+         maxlength gets too small then we return "..." rather than
+         crashing.
 
-2008-12-10 12:36  mcayland
+2008-12-10 12:36  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h: Resolve local merge conflict from previous
-         commit.
+       * [r3374] liblwgeom/liblwgeom.h: Resolve local merge conflict from
+         previous commit.
 
-2008-12-10 12:32  mcayland
+2008-12-10 12:32  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwutil.c, lwgeom/lwgeom_pg.c, regress/regress_expected,
-         regress/wkt_expected: Add new lwmessage_truncate() function to
-         liblwgeom that will truncate a string to a maximum number of
-         characters, adding a "..." to indicate where the string has been
-         trimmed. Truncation can be specified to occur from either the
-         start or end of the string as required. Also update the parser
-         error handler to use the new function.
+       * [r3373] liblwgeom/lwutil.c, lwgeom/lwgeom_pg.c,
+         regress/regress_expected, regress/wkt_expected: Add new
+         lwmessage_truncate() function to liblwgeom that will truncate a
+         string to a maximum number of characters, adding a "..." to
+         indicate where the string has been trimmed. Truncation can be
+         specified to occur from either the start or end of the string as
+         required. Also update the parser error handler to use the new
+         function.
 
-2008-12-09 23:29  mleslie
+2008-12-09 23:29  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwcurve.c: Porting the floating
-         point comparison operator upgrade from the 1.3 branch.
+       * [r3372] liblwgeom/liblwgeom.h, liblwgeom/lwcurve.c: Porting the
+         floating point comparison operator upgrade from the 1.3 branch.
 
-2008-12-07 02:52  robe
+2008-12-07 02:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: correct mm reference of
-         ST_PointFromText and remove from old MM section
+       * [r3370] doc/reference.xml, doc/reference_new.xml: correct mm
+         reference of ST_PointFromText and remove from old MM section
 
-2008-12-07 02:47  robe
+2008-12-07 02:47  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Minor additions
+       * [r3369] doc/reference_new.xml: Minor additions
 
-2008-12-07 02:42  robe
+2008-12-07 02:42  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: fix some typos
+       * [r3368] doc/reference_new.xml: fix some typos
 
-2008-12-07 02:29  robe
+2008-12-07 02:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over (x,y,z)
-         min/max family and add cross reference to those from ST_X, ST_Y,
-         ST_Z
+       * [r3367] doc/reference.xml, doc/reference_new.xml: Move over
+         (x,y,z) min/max family and add cross reference to those from
+         ST_X, ST_Y, ST_Z
 
-2008-12-07 00:40  robe
+2008-12-07 00:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Box2D and
-         ST_Box3D and flag ST_Accum as working with circular strings
+       * [r3366] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Box2D and ST_Box3D and flag ST_Accum as working with circular
+         strings
 
-2008-12-05 19:39  robe
+2008-12-05 19:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: revise example
+       * [r3365] doc/reference_new.xml: revise example
 
-2008-12-05 19:31  robe
+2008-12-05 19:31  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Clarify use of ST_Relation and include
-         Martin's example of interior intersects
+       * [r3364] doc/reference_new.xml: Clarify use of ST_Relation and
+         include Martin's example of interior intersects
 
-2008-12-05 13:46  robe
+2008-12-05 13:46  Regina Obe <lr@pcorp.us>
 
-       * loader/pgsql2shp.c: #HISTORY: #GBT:34 - .prj creation by
+       * [r3363] loader/pgsql2shp.c: #HISTORY: #GBT:34 - .prj creation by
          pgsql2shp
 
-2008-12-05 12:33  robe
+2008-12-05 12:33  Regina Obe <lr@pcorp.us>
 
-       * liblwgeom/lwgeom.c: #GBT 80: ST_Multi seg faults when given
-         MULTILINESTRING
+       * [r3362] liblwgeom/lwgeom.c: #GBT 80: ST_Multi seg faults when
+         given MULTILINESTRING
 
-2008-12-04 17:01  robe
+2008-12-04 17:01  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over rest of Long
-         Transactions
+       * [r3360] doc/reference.xml, doc/reference_new.xml: Move over rest
+         of Long Transactions
 
-2008-12-03 17:12  mcayland
+2008-12-03 17:12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql.c: Fix GBT#79: shp2pgsql does not honor -s (also
-         known as Mark accidentally missed the sr_id from the geometry
-         constructors)
+       * [r3359] loader/shp2pgsql.c: Fix GBT#79: shp2pgsql does not honor
+         -s (also known as Mark accidentally missed the sr_id from the
+         geometry constructors)
 
-2008-12-03 16:02  mcayland
+2008-12-03 16:02  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/ptarray.c, lwgeom/lwgeom_functions_lrs.c: Lightbulb
-         moment: the fix for GBT#21: locate_along_measure: wrong values,
-         invalid data required extra work as floating point errors could
-         still be introduced by the removal of the memcpy(). In fact it
-         was the clipping logic that was wrong, so this patch re-adds the
-         memcpy() in the correct place(s) and corrects the clipping flags
-         to remove this floating point error. With thanks to Stephen
+       * [r3357] liblwgeom/ptarray.c, lwgeom/lwgeom_functions_lrs.c:
+         Lightbulb moment: the fix for GBT#21: locate_along_measure: wrong
+         values, invalid data required extra work as floating point errors
+         could still be introduced by the removal of the memcpy(). In fact
+         it was the clipping logic that was wrong, so this patch re-adds
+         the memcpy() in the correct place(s) and corrects the clipping
+         flags to remove this floating point error. With thanks to Stephen
          Davies.
 
-2008-12-02 20:04  robe
+2008-12-02 20:04  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Remove some junk and fix some typos,
-         rephrase descriptions
+       * [r3356] doc/reference_new.xml: Remove some junk and fix some
+         typos, rephrase descriptions
 
-2008-12-02 20:00  robe
+2008-12-02 20:00  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over LockRow
+       * [r3355] doc/reference.xml, doc/reference_new.xml: Move over
+         LockRow
 
-2008-12-02 19:43  robe
+2008-12-02 19:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over CheckAuth
+       * [r3354] doc/reference.xml, doc/reference_new.xml: Move over
+         CheckAuth
 
-2008-12-01 23:34  robe
+2008-12-01 23:34  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo
+       * [r3353] doc/reference_new.xml: typo
 
-2008-12-01 22:19  robe
+2008-12-01 22:19  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: remove extra def
+       * [r3352] doc/reference_new.xml: remove extra def
 
-2008-12-01 22:06  robe
+2008-12-01 22:06  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r3351] doc/reference.xml, doc/reference_new.xml: Move over
          Enable/Disable LongTransactions
 
-2008-12-01 12:41  robe
+2008-12-01 12:41  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Damn casing - wrong fix
+       * [r3350] doc/reference_new.xml: Damn casing - wrong fix
 
-2008-12-01 12:38  robe
+2008-12-01 12:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo ?
+       * [r3349] doc/reference_new.xml: typo ?
 
-2008-12-01 12:13  robe
+2008-12-01 12:13  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo?
+       * [r3348] doc/reference_new.xml: typo?
 
-2008-12-01 06:32  robe
+2008-12-01 06:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_HasBBox
+       * [r3347] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_HasBBox
 
-2008-12-01 06:26  robe
+2008-12-01 06:26  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_AddBBox,
-         ST_DropBBox - the last of the Geometry Editors
+       * [r3346] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_AddBBox, ST_DropBBox - the last of the Geometry Editors
 
-2008-11-28 16:38  pramsey
+2008-11-28 16:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos.c: wrap isvalidreason in test for GEOS >= 3.1
+       * [r3345] lwgeom/lwgeom_geos.c: wrap isvalidreason in test for GEOS
+         >= 3.1
 
-2008-11-27 19:04  robe
+2008-11-27 19:04  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: correction
+       * [r3344] doc/reference_new.xml: correction
 
-2008-11-27 18:53  robe
+2008-11-27 18:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: ST_IsValidReason typo and add an example
-         of a valid geometry
+       * [r3343] doc/reference_new.xml: ST_IsValidReason typo and add an
+         example of a valid geometry
 
-2008-11-27 18:31  robe
+2008-11-27 18:31  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Document new ST_IsValidReason function. I
-         suppose this may be the last time I can successfully create
-         invalid geometries before Mark ruins all the fun.
+       * [r3342] doc/reference_new.xml: Document new ST_IsValidReason
+         function. I suppose this may be the last time I can successfully
+         create invalid geometries before Mark ruins all the fun.
 
-2008-11-26 19:04  pramsey
+2008-11-26 19:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos.c, lwgeom/lwpostgis.sql.in.c:
+       * [r3341] lwgeom/lwgeom_geos.c, lwgeom/lwpostgis.sql.in.c:
          ST_IsValidReason(geometry) returns text reason for validity
          failure.
          Requires GEOS >= 3.1.
          GBT#51
 
-2008-11-26 13:40  mcayland
+2008-11-26 13:40  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/Makefile.in: Apply patch from strk to prevent
+       * [r3340] liblwgeom/Makefile.in: Apply patch from strk to prevent
          unneccesary invocation of 'ar' when building liblwgeom.
 
-2008-11-26 12:11  robe
+2008-11-26 12:11  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Correct install docs to agree with README.
-         Not sure if this is necessary since this is partially for already
-         installed postgis. Are we going to have an lwgeom folder in
-         contrib?
+       * [r3339] doc/installation.xml: Correct install docs to agree with
+         README. Not sure if this is necessary since this is partially for
+         already installed postgis. Are we going to have an lwgeom folder
+         in contrib?
 
-2008-11-26 11:49  mcayland
+2008-11-26 11:49  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * GNUmakefile: Create liblwgeom as a phony dependency, so that any
-         changes to liblwgeom cause a re-build of liblwgeom.a during
-         "make". Patch provided by strk.
+       * [r3338] GNUmakefile: Create liblwgeom as a phony dependency, so
+         that any changes to liblwgeom cause a re-build of liblwgeom.a
+         during "make". Patch provided by strk.
 
-2008-11-26 11:43  mcayland
+2008-11-26 11:43  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * README.postgis: Fix some minor errors in the README documentation
-         as indicated by strk.
+       * [r3337] README.postgis: Fix some minor errors in the README
+         documentation as indicated by strk.
 
-2008-11-25 21:46  pramsey
+2008-11-25 21:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS, doc/release_notes.xml: Bring forward release notes from
-         1.3.4
+       * [r3336] NEWS, doc/release_notes.xml: Bring forward release notes
+         from 1.3.4
 
-2008-11-25 10:42  mcayland
+2008-11-25 10:42  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_estimate.c: Quick fix for GBT#72:
+       * [r3335] lwgeom/lwgeom_estimate.c: Quick fix for GBT#72:
          ST_Estimated_Extent sometimes returns null if table exists but
          not in current schema.
 
-2008-11-24 13:18  robe
+2008-11-24 13:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Fix indentation for estimated_extent
-         example. Document ST_Force_Collection broken when given Circular
-         strings for versions prior to 1.3.4
+       * [r3326] doc/reference_new.xml: Fix indentation for
+         estimated_extent example. Document ST_Force_Collection broken
+         when given Circular strings for versions prior to 1.3.4
 
-2008-11-24 11:04  mcayland
+2008-11-24 11:04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_functions_basic.c: Fix for GBT#73:
+       * [r3325] lwgeom/lwgeom_functions_basic.c: Fix for GBT#73:
          ST_Force_Collection crashes with CIRCULARSTRING. This is
          basically the same fix for GBT#66: ST_Dump kills backend when fed
          CIRCULAR STRING except that it occurs in a different place.
 
-2008-11-24 11:01  mcayland
+2008-11-24 11:01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, lwgeom/lwgeom_dump.c:
-         Move lwgeom_contains_subgeoms() into liblwgeom core as it seems
-         it is now required outside of lwgeom_dump.c.
+       * [r3324] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
+         lwgeom/lwgeom_dump.c: Move lwgeom_contains_subgeoms() into
+         liblwgeom core as it seems it is now required outside of
+         lwgeom_dump.c.
 
-2008-11-23 19:18  robe
+2008-11-23 19:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over the rest of
-         the ST_Force* family
+       * [r3320] doc/reference.xml, doc/reference_new.xml: Move over the
+         rest of the ST_Force* family
 
-2008-11-23 07:22  robe
+2008-11-23 07:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r3319] doc/reference.xml, doc/reference_new.xml: Move over
          ST_Estimated_Extent
 
-2008-11-23 06:54  robe
+2008-11-23 06:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: minor changes
+       * [r3318] doc/reference_new.xml: minor changes
 
-2008-11-23 06:50  robe
+2008-11-23 06:50  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r3317] doc/reference.xml, doc/reference_new.xml: Move over
          ST_GeomFromWKB
 
-2008-11-21 14:41  robe
+2008-11-21 14:41  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo
+       * [r3316] doc/reference_new.xml: typo
 
-2008-11-21 14:30  robe
+2008-11-21 14:30  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis.xml: Fix indentation of examples
+       * [r3315] doc/using_postgis.xml: Fix indentation of examples
 
-2008-11-21 14:28  robe
+2008-11-21 14:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml, doc/using_postgis.xml: GBT #71: Update
-         section 4.2 of docs to describe manual adding to geometry columns
-         - revision. Add pretty anchor, reference pretty anchor in
+       * [r3314] doc/reference_new.xml, doc/using_postgis.xml: GBT #71:
+         Update section 4.2 of docs to describe manual adding to geometry
+         columns - revision. Add pretty anchor, reference pretty anchor in
          AddGeometryColumn reference section. Rearrange order.
 
-2008-11-21 14:15  robe
+2008-11-21 14:15  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis.xml: GBT #71: Update section 4.2 of docs to
-         describe manual adding to geometry columns.
+       * [r3313] doc/using_postgis.xml: GBT #71: Update section 4.2 of
+         docs to describe manual adding to geometry columns.
          
          Decided to just add a new section after
 
-2008-11-21 08:32  robe
+2008-11-21 08:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml:
+       * [r3311] doc/reference_new.xml:
 
-2008-11-21 08:31  robe
+2008-11-21 08:31  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_CoordDim
+       * [r3310] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_CoordDim
 
-2008-11-20 22:03  mcayland
+2008-11-20 22:03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.h,
+       * [r3309] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.h,
          lwgeom/lwgeom_inout.c: Located more profile calls using grep and
          converted them over to use the new macros. Hopefully I've caught
          all of them now...
 
-2008-11-20 18:45  mcayland
+2008-11-20 18:45  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c: Found
-         some new locations containing profiling code outside of the GEOS
-         functions, so swap them over to using the new macros.
+       * [r3308] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c:
+         Found some new locations containing profiling code outside of the
+         GEOS functions, so swap them over to using the new macros.
 
-2008-11-20 15:00  mcayland
+2008-11-20 15:00  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, lwgeom/lwgeom_geos.c, lwgeom/profile.h,
+       * [r3307] configure.ac, lwgeom/lwgeom_geos.c, lwgeom/profile.h,
          postgis_config.h.in: Switch GEOS profiling over to use
          conditional macros, much in the same way as LWDEBUG(F) has been
          implemented. This improves code readability by not having
          configure with the --enable-profile option, or setting
          POSTGIS_PROFILE in postgis_config.h to 1 and re-compiling.
 
-2008-11-20 13:32  robe
+2008-11-20 13:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo
+       * [r3305] doc/reference_new.xml: typo
 
-2008-11-20 12:55  robe
+2008-11-20 12:55  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Add note on ST_Transform and ST_AsKML that
-         they require Proj support
+       * [r3304] doc/reference_new.xml: Add note on ST_Transform and
+         ST_AsKML that they require Proj support
 
-2008-11-19 13:40  robe
+2008-11-19 13:40  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: update doc on install to reference geos
-         3.0.3
+       * [r3301] doc/installation.xml: update doc on install to reference
+         geos 3.0.3
 
-2008-11-17 17:30  robe
+2008-11-17 17:30  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: amend ST_Mem_Size
+       * [r3300] doc/reference_new.xml: amend ST_Mem_Size
 
-2008-11-17 01:00  robe
+2008-11-17 01:00  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typos
+       * [r3299] doc/reference_new.xml: typos
 
-2008-11-17 00:52  robe
+2008-11-17 00:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: st_mem_size
+       * [r3298] doc/reference.xml, doc/reference_new.xml: st_mem_size
 
-2008-11-17 00:05  robe
+2008-11-17 00:05  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Document missing ST_AsGML func proto
+       * [r3296] doc/reference_new.xml: Document missing ST_AsGML func
+         proto
 
-2008-11-16 15:54  robe
+2008-11-16 15:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo
+       * [r3294] doc/reference_new.xml: typo
 
-2008-11-15 20:33  robe
+2008-11-15 20:33  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Polygon
-         and ST_WKBToSQL, move ST_MakePolygon from Geometry Processing to
-         Geometry Constructors section
+       * [r3293] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Polygon and ST_WKBToSQL, move ST_MakePolygon from Geometry
+         Processing to Geometry Constructors section
 
-2008-11-14 23:46  robe
+2008-11-14 23:46  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over rest of
-         non-MM compliant Geometry Constructor functions
+       * [r3291] doc/reference.xml, doc/reference_new.xml: Move over rest
+         of non-MM compliant Geometry Constructor functions
 
-2008-11-12 17:42  pramsey
+2008-11-12 17:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * TODO: Update with latest BS
+       * [r3290] TODO: Update with latest BS
 
-2008-11-10 16:35  pramsey
+2008-11-10 16:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_prepared.c, lwgeom/lwgeom_geos_prepared.h,
-         lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: astyle --style=ansi
-         --indent=tab=8
+       * [r3284] lwgeom/lwgeom_geos_prepared.c,
+         lwgeom/lwgeom_geos_prepared.h, lwgeom/lwgeom_rtree.c,
+         lwgeom/lwgeom_rtree.h: astyle --style=ansi --indent=tab=8
 
-2008-11-10 15:48  pramsey
+2008-11-10 15:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_prepared.h, lwgeom/lwgeom_rtree.h: Fix error
-         in prepgeomcache type
+       * [r3283] lwgeom/lwgeom_geos_prepared.h, lwgeom/lwgeom_rtree.h: Fix
+         error in prepgeomcache type
 
-2008-11-08 14:43  robe
+2008-11-08 14:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Document affine functions now work with
-         curves. Though I don't have a tool to verify correctness, so my
-         assumption - it returns something that sounds sort of right.
+       * [r3282] doc/reference_new.xml: Document affine functions now work
+         with curves. Though I don't have a tool to verify correctness, so
+         my assumption - it returns something that sounds sort of right.
 
-2008-11-08 14:17  robe
+2008-11-08 14:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: document more functions that work with
-         circular strings
+       * [r3281] doc/reference_new.xml: document more functions that work
+         with circular strings
 
-2008-11-08 06:46  robe
+2008-11-08 06:46  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: document support for curves of functions
-         Mark C just fixed with disclaimer only works in 1.3.4+
+       * [r3280] doc/reference_new.xml: document support for curves of
+         functions Mark C just fixed with disclaimer only works in 1.3.4+
 
-2008-11-07 17:07  pramsey
+2008-11-07 17:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_prepared.c, lwgeom/lwgeom_geos_prepared.h,
-         lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h,
-         regress/regress_ogc_prep.sql, regress/regress_ogc_prep_expected:
-         Prepared geometry mixed-types bug fix ported forward from 1.3.
+       * [r3279] lwgeom/lwgeom_geos_prepared.c,
+         lwgeom/lwgeom_geos_prepared.h, lwgeom/lwgeom_rtree.c,
+         lwgeom/lwgeom_rtree.h, regress/regress_ogc_prep.sql,
+         regress/regress_ogc_prep_expected: Prepared geometry mixed-types
+         bug fix ported forward from 1.3.
 
-2008-11-07 14:23  mcayland
+2008-11-07 14:23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_transform.c: After a quick sanity grep, I noticed
-         that ST_Transform() was also susceptible to crashing on curve
-         types in the same way as the previous two fixes. Hence I'm
+       * [r3278] lwgeom/lwgeom_transform.c: After a quick sanity grep, I
+         noticed that ST_Transform() was also susceptible to crashing on
+         curve types in the same way as the previous two fixes. Hence I'm
          committing a fix now before Regina finds it and logs another bug
          report :)
 
-2008-11-07 14:21  mcayland
+2008-11-07 14:21  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_functions_basic.c: Fix GBT#69: ST_Translate crashes
-         when fed circular string. lwgeom_affine_recursive() needs to know
-         about the new lwgeom_getcurve_inspected() function.
+       * [r3277] lwgeom/lwgeom_functions_basic.c: Fix GBT#69: ST_Translate
+         crashes when fed circular string. lwgeom_affine_recursive() needs
+         to know about the new lwgeom_getcurve_inspected() function.
 
-2008-11-07 14:18  mcayland
+2008-11-07 14:18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_functions_basic.c: Fix GBT#70: ST_NPoints Crashes
-         with Curves. lwgeom_npoints() needs to know about the new
+       * [r3276] lwgeom/lwgeom_functions_basic.c: Fix GBT#70: ST_NPoints
+         Crashes with Curves. lwgeom_npoints() needs to know about the new
          lwgeom_getcurve_inspected() function.
 
-2008-11-07 14:05  mcayland
+2008-11-07 14:05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c: Add missing
-         lwgeom_getcurve_inspected() function which is required for some
-         of the latest GBT fixes.
+       * [r3275] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c: Add
+         missing lwgeom_getcurve_inspected() function which is required
+         for some of the latest GBT fixes.
 
-2008-11-07 07:44  robe
+2008-11-07 07:44  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Yeh ST_Dump now works with curves
+       * [r3267] doc/reference_new.xml: Yeh ST_Dump now works with curves
 
-2008-11-06 17:16  mcayland
+2008-11-06 17:16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_dump.c: Add missing function prototype from r3263.
+       * [r3265] lwgeom/lwgeom_dump.c: Add missing function prototype from
+         r3263.
 
-2008-11-06 17:05  mcayland
+2008-11-06 17:05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_dump.c: Fix for GBT#66: ST_Dump kills backend when
-         fed CIRCULAR STRING. With thanks to Regina Obe.
+       * [r3263] lwgeom/lwgeom_dump.c: Fix for GBT#66: ST_Dump kills
+         backend when fed CIRCULAR STRING. With thanks to Regina Obe.
 
-2008-11-06 16:12  mcayland
+2008-11-06 16:12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_geos.h, lwgeom/lwgeom_geos_prepared.h: The GEOS 2.2
-         series "geos_c.h" is missing header guards, so including the
-         header multiple times as is done in lwgeom_geos.h and
+       * [r3262] lwgeom/lwgeom_geos.h, lwgeom/lwgeom_geos_prepared.h: The
+         GEOS 2.2 series "geos_c.h" is missing header guards, so including
+         the header multiple times as is done in lwgeom_geos.h and
          lwgeom_geos_prepared.h causes compilation to fail with multiple
          definition errors. This patch fixes this problem allowing GEOS
          2.2 to work with PostGIS once again, although of course it can
          easily be removed when it is decided that GEOS 2.2 support is no
          longer required.
 
-2008-11-06 15:15  mcayland
+2008-11-06 15:15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, lwgeom/Makefile.in, topology/Makefile.in: Change
-         configure to check for the existence of the PGXS Makefile, even
-         if pg_config can be found. This is become distributions such as
-         Debian install pg_config as part of libpq-dev but this package
+       * [r3261] configure.ac, lwgeom/Makefile.in, topology/Makefile.in:
+         Change configure to check for the existence of the PGXS Makefile,
+         even if pg_config can be found. This is become distributions such
+         as Debian install pg_config as part of libpq-dev but this package
          doesn't contain the required Makefile. Per bug report from strk.
 
-2008-11-05 13:03  robe
+2008-11-05 13:03  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: amend ST_Longitude bug comment
+       * [r3258] doc/reference_new.xml: amend ST_Longitude bug comment
 
-2008-11-05 11:29  mcayland
+2008-11-05 11:29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_gml.c: Fix ST_AsGML() not recognising
+       * [r3257] lwgeom/lwgeom_gml.c: Fix ST_AsGML() not recognising
          GEOMETRYCOLLECTION as a valid geometry type from my GBT#65 fix :(
 
-2008-11-05 11:25  mcayland
+2008-11-05 11:25  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * regress/geojson_expected, regress/kml_expected: Fix regression
-         tests reporting incorrect failures due to a change of output
-         caused by r3243.
+       * [r3255] regress/geojson_expected, regress/kml_expected: Fix
+         regression tests reporting incorrect failures due to a change of
+         output caused by r3243.
 
-2008-11-05 11:06  mcayland
+2008-11-05 11:06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgeom.c: Fix for GBT#68 - ST_Shift_Longitude doesn't
-         work with MULTIPOINT. Looks like this was just a simple mistake
-         in the code. I've also improved the error message to return the
-         proper type name instead of just a number.
+       * [r3253] liblwgeom/lwgeom.c: Fix for GBT#68 - ST_Shift_Longitude
+         doesn't work with MULTIPOINT. Looks like this was just a simple
+         mistake in the code. I've also improved the error message to
+         return the proper type name instead of just a number.
 
-2008-11-05 01:56  robe
+2008-11-05 01:56  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: add ST_Collect as having some support for
-         circular
+       * [r3251] doc/reference_new.xml: add ST_Collect as having some
+         support for circular
 
-2008-11-04 20:26  robe
+2008-11-04 20:26  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo in proto
+       * [r3249] doc/reference_new.xml: typo in proto
 
-2008-11-04 20:05  robe
+2008-11-04 20:05  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Add missing proto for ST_CurveToLine
+       * [r3247] doc/reference_new.xml: Add missing proto for
+         ST_CurveToLine
 
-2008-11-04 14:15  robe
+2008-11-04 14:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Add ST_HasArc, pull some useful comments
-         from source code to add to ST_CurveToLine
+       * [r3245] doc/reference_new.xml: Add ST_HasArc, pull some useful
+         comments from source code to add to ST_CurveToLine
 
-2008-11-04 14:09  mcayland
+2008-11-04 14:09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwutil.c: Fix lwgeom_typename() not returning a valid
-         string for any of the newer geometry types.
+       * [r3243] liblwgeom/lwutil.c: Fix lwgeom_typename() not returning a
+         valid string for any of the newer geometry types.
 
-2008-11-04 13:58  mcayland
+2008-11-04 13:58  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_gml.c: Fix for GBT#65: ST_AsGML kills the backend
-         when fed a CIRCULAR STRING. The default code attempts to inspect
-         any unknown geometry which fails on CIRCULARSTRING. A longer term
-         fix may be to fix CIRCULARSTRING so that it can be inspected,
-         however the fix here is to throw an ERROR for unknown types just
-         as the other As_*() functions do.
+       * [r3241] lwgeom/lwgeom_gml.c: Fix for GBT#65: ST_AsGML kills the
+         backend when fed a CIRCULAR STRING. The default code attempts to
+         inspect any unknown geometry which fails on CIRCULARSTRING. A
+         longer term fix may be to fix CIRCULARSTRING so that it can be
+         inspected, however the fix here is to throw an ERROR for unknown
+         types just as the other As_*() functions do.
 
-2008-11-04 13:43  robe
+2008-11-04 13:43  Regina Obe <lr@pcorp.us>
 
-       * lwgeom/lwpostgis.sql.in.c: Change all ST_AsKML to use new
+       * [r3240] lwgeom/lwpostgis.sql.in.c: Change all ST_AsKML to use new
          ST_Transform
 
-2008-11-04 13:14  robe
+2008-11-04 13:14  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: More flagging of functions that work with
-         3d
+       * [r3238] doc/reference_new.xml: More flagging of functions that
+         work with 3d
 
-2008-11-04 12:31  robe
+2008-11-04 12:31  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: fill in all protos for kml, flag more
-         functions as supporting 3d and circular/curve
+       * [r3237] doc/reference_new.xml: fill in all protos for kml, flag
+         more functions as supporting 3d and circular/curve
 
-2008-11-04 10:00  mcayland
+2008-11-04 10:00  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql.c: Change ST_GeomFromText() to GeomFromText()
-         for older hwgeom (-w) support - looks like I was a little bit to
-         eager in my earlier conversion to use the new ST_ calling
-         convention.
+       * [r3236] loader/shp2pgsql.c: Change ST_GeomFromText() to
+         GeomFromText() for older hwgeom (-w) support - looks like I was a
+         little bit to eager in my earlier conversion to use the new ST_
+         calling convention.
 
-2008-11-04 09:57  mcayland
+2008-11-04 09:57  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.in: Alter loader Makefile to add liblwgeom.a
-         dependency, so people who just want to build the shapefile
-         loaders can do "make" within the loader subdirectory and
-         liblwgeom.a will automagically get build first.
+       * [r3235] loader/Makefile.in: Alter loader Makefile to add
+         liblwgeom.a dependency, so people who just want to build the
+         shapefile loaders can do "make" within the loader subdirectory
+         and liblwgeom.a will automagically get build first.
 
-2008-11-04 02:48  robe
+2008-11-04 02:48  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: fix typo
+       * [r3234] doc/xsl/postgis_aggs_mm.xml.xsl: fix typo
 
-2008-11-04 02:19  robe
+2008-11-04 02:19  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: document circular support of more
+       * [r3233] doc/reference_new.xml: document circular support of more
          functions
 
-2008-11-04 02:07  robe
+2008-11-04 02:07  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Get rid of MM compliancy note for
+       * [r3232] doc/reference_new.xml: Get rid of MM compliancy note for
          ST_LineToCurve, can only find ST_CurveToLine in MM docs
 
-2008-11-04 01:56  robe
+2008-11-04 01:56  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: correct comment
+       * [r3231] doc/xsl/postgis_aggs_mm.xml.xsl: correct comment
 
-2008-11-04 01:55  robe
+2008-11-04 01:55  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Add new section to document
-         circular string support
+       * [r3230] doc/xsl/postgis_aggs_mm.xml.xsl: Add new section to
+         document circular string support
 
-2008-11-04 01:47  robe
+2008-11-04 01:47  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml, doc/template.xml: Document ST_LineToCurve
-         and ST_CurveToLine, update template to include note about
-         Circular String support in prep for new index section
+       * [r3228] doc/reference_new.xml, doc/template.xml: Document
+         ST_LineToCurve and ST_CurveToLine, update template to include
+         note about Circular String support in prep for new index section
 
-2008-11-03 17:00  kneufeld
+2008-11-03 17:00  Kevin Neufeld <kneufeld@refractions.net>
 
-       * lwgeom/lwgeom_functions_analytic.c: updated url in comments to
-         the documentation on the implemented point-in-polygon algorithm
-         to
+       * [r3226] lwgeom/lwgeom_functions_analytic.c: updated url in
+         comments to the documentation on the implemented point-in-polygon
+         algorithm to
          http://softsurfer.com/Archive/algorithm_0103/algorithm_0103.htm#Winding%20Number.
          Old link was dead.
 
-2008-11-03 16:23  mcayland
+2008-11-03 16:23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.in: Add missing ICONV_LDFLAGS variable to the
-         loader Makefile. Thanks to Olivier Courtin for noticing.
+       * [r3225] loader/Makefile.in: Add missing ICONV_LDFLAGS variable to
+         the loader Makefile. Thanks to Olivier Courtin for noticing.
 
-2008-11-03 16:17  mcayland
+2008-11-03 16:17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.in, loader/pgsql2shp.c, loader/wkb.h: Switch
-         pgsql2shp over to using liblwgeom.
+       * [r3224] loader/Makefile.in, loader/pgsql2shp.c, loader/wkb.h:
+         Switch pgsql2shp over to using liblwgeom.
          
          There are few commits that can be as satisfying as one which
          involves the removal of ~1200 lines of code. By using the
          Note that while there may be a difference in behaviour in some
          corner cases, all regression tests pass here.
 
-2008-10-31 10:41  mcayland
+2008-10-31 10:41  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c: Add missing
+       * [r3223] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c: Add missing
          serialized_lwgeom_from_hexwkb() function to liblwgeom which is
          required for adding liblwgeom support to pgsql2shp.
 
-2008-10-31 10:04  mcayland
+2008-10-31 10:04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql.c: Some more shp2pgsql clearups; remove some
-         dead commented code and switch over to use the LWDEBUG(F)
+       * [r3222] loader/shp2pgsql.c: Some more shp2pgsql clearups; remove
+         some dead commented code and switch over to use the LWDEBUG(F)
          debugging framework.
 
-2008-10-30 23:13  mcayland
+2008-10-30 23:13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/reference_new.xml, lwgeom/lwgeom_geojson.c,
+       * [r3221] doc/reference_new.xml, lwgeom/lwgeom_geojson.c,
          regress/geojson.sql, regress/geojson_expected: Fix regression
          test differences between different platforms in the AsGeoJSON
          regression code. There were two issues: firstly, the original
          information to the client instead of calculating the true
          bounding box. With thanks to Olivier Courtin.
 
-2008-10-30 22:48  robe
+2008-10-30 22:48  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_DumpRings
+       * [r3218] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_DumpRings
 
-2008-10-30 17:10  mcayland
+2008-10-30 17:10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.in, loader/shp2pgsql.c: Switch shp2pgsql over to
-         use liblwgeom instead of its own internal parser. Some notes from
-         looking at the code:
+       * [r3217] loader/Makefile.in, loader/shp2pgsql.c: Switch shp2pgsql
+         over to use liblwgeom instead of its own internal parser. Some
+         notes from looking at the code:
          
          i) I've abstracted the I/O formatting functions into a new
          OutputGeometry() function since it allow the logic concerning
          the maths library and liblwgeom.a, so some manual intervention on
          the automated build may be required ;)
 
-2008-10-29 18:32  robe
+2008-10-29 18:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Make more pretty
-         section names, move over ST_Accum and provide example.
+       * [r3215] doc/reference.xml, doc/reference_new.xml: Make more
+         pretty section names, move over ST_Accum and provide example.
 
-2008-10-29 18:05  robe
+2008-10-29 18:05  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Pretty anchors for all new sections
+       * [r3214] doc/reference_new.xml: Pretty anchors for all new
+         sections
 
-2008-10-29 17:59  robe
+2008-10-29 17:59  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Incorrect function arg in ST_Union
+       * [r3212] doc/reference_new.xml: Incorrect function arg in ST_Union
 
-2008-10-29 17:36  robe
+2008-10-29 17:36  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Okay maybe hmm 4th or 5th time is the
-         charm
+       * [r3210] doc/reference_new.xml: Okay maybe hmm 4th or 5th time is
+         the charm
 
-2008-10-29 17:34  robe
+2008-10-29 17:34  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Again
+       * [r3209] doc/reference_new.xml: Again
 
-2008-10-29 17:34  robe
+2008-10-29 17:34  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Lets try again
+       * [r3208] doc/reference_new.xml: Lets try again
 
-2008-10-29 17:29  robe
+2008-10-29 17:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: function name typo
+       * [r3207] doc/reference_new.xml: function name typo
 
-2008-10-29 17:27  robe
+2008-10-29 17:27  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over rest of
-         Linear Referencing functions and provide examples. Experiment
+       * [r3206] doc/reference.xml, doc/reference_new.xml: Move over rest
+         of Linear Referencing functions and provide examples. Experiment
          with giving pretty anchor to section.
 
-2008-10-29 13:58  robe
+2008-10-29 13:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Add Availability note for
+       * [r3205] doc/reference_new.xml: Add Availability note for
          Populate_Geometry_Columns
 
-2008-10-29 13:52  robe
+2008-10-29 13:52  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Fix line_interpolate_point link
+       * [r3204] doc/reference.xml: Fix line_interpolate_point link
 
-2008-10-29 13:13  robe
+2008-10-29 13:13  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r3202] doc/reference.xml, doc/reference_new.xml: Move over
          ST_Line_Substring
 
-2008-10-29 12:37  robe
+2008-10-29 12:37  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r3200] doc/reference.xml, doc/reference_new.xml: Move over
          ST_Line_Interpolate_Point
 
-2008-10-27 16:13  kneufeld
+2008-10-27 16:13  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: changed linkend to
-         match case in ST_Length2d to ST_Length2D
+       * [r3199] doc/reference.xml, doc/reference_new.xml: changed linkend
+         to match case in ST_Length2d to ST_Length2D
 
-2008-10-27 16:05  kneufeld
+2008-10-27 16:05  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: attempt to fix broken linkend by replacing
-         it with an xref in reference_new.xml
+       * [r3198] doc/reference_new.xml: attempt to fix broken linkend by
+         replacing it with an xref in reference_new.xml
 
-2008-10-27 15:53  robe
+2008-10-27 15:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml, doc/template.xml: Move
-         over sql mm compliance for ST_Disjoint and get rid of annoying
-         carriage return in template.xml
+       * [r3197] doc/reference.xml, doc/reference_new.xml,
+         doc/template.xml: Move over sql mm compliance for ST_Disjoint and
+         get rid of annoying carriage return in template.xml
 
-2008-10-27 15:49  kneufeld
+2008-10-27 15:49  Kevin Neufeld <kneufeld@refractions.net>
 
-       * lwgeom/lwpostgis.sql.in.c: added availability to
+       * [r3196] lwgeom/lwpostgis.sql.in.c: added availability to
          Populate_Geometry_Columns
 
-2008-10-27 15:48  kneufeld
+2008-10-27 15:48  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: fixed typo in broken link to
+       * [r3195] doc/reference_new.xml: fixed typo in broken link to
          ST_Distance_Spheroid
 
-2008-10-27 15:33  kneufeld
+2008-10-27 15:33  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: fixed typo in ST_Length3d_Spheriod xref to
-         ST_Length_Spheroid
+       * [r3194] doc/reference_new.xml: fixed typo in ST_Length3d_Spheriod
+         xref to ST_Length_Spheroid
 
-2008-10-27 15:29  kneufeld
+2008-10-27 15:29  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: fixed typo in missing constraint linkend:
-         ST_InteriorRings to ST_NumInteriorRings
+       * [r3193] doc/reference_new.xml: fixed typo in missing constraint
+         linkend: ST_InteriorRings to ST_NumInteriorRings
 
-2008-10-27 15:26  kneufeld
+2008-10-27 15:26  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: typo in xref link
+       * [r3192] doc/reference_new.xml: typo in xref link
 
-2008-10-27 15:25  kneufeld
+2008-10-27 15:25  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: added id for missing constraint linkend:
-         PostGIS_Scripts_Released
+       * [r3191] doc/reference_new.xml: added id for missing constraint
+         linkend: PostGIS_Scripts_Released
 
-2008-10-27 15:21  kneufeld
+2008-10-27 15:21  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml: added id for missing constraint linkend:
-         line_substring
+       * [r3190] doc/reference.xml: added id for missing constraint
+         linkend: line_substring
 
-2008-10-27 15:15  kneufeld
+2008-10-27 15:15  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml: added id for constraint linkend: length2d
+       * [r3189] doc/reference.xml: added id for constraint linkend:
+         length2d
 
-2008-10-27 06:49  kneufeld
+2008-10-27 06:49  Kevin Neufeld <kneufeld@refractions.net>
 
-       * lwgeom/lwpostgis.sql.in.c: fixed bug in lwpostgis.sql.in.c in
-         POPULATE_GEOMETRY_COLUMNS when detecting SRIDs of -1.
+       * [r3188] lwgeom/lwpostgis.sql.in.c: fixed bug in
+         lwpostgis.sql.in.c in POPULATE_GEOMETRY_COLUMNS when detecting
+         SRIDs of -1.
 
-2008-10-27 06:29  kneufeld
+2008-10-27 06:29  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: updated description for
+       * [r3187] doc/reference_new.xml: updated description for
          Populate_Geometry_Columns
 
-2008-10-27 06:13  kneufeld
+2008-10-27 06:13  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml, lwgeom/lwpostgis.sql.in.c: added plpgsql
-         function Probe_Geometry_Columns to lwpostgis.sql.in.c and added
-         documentation in reference_new.xml
+       * [r3186] doc/reference_new.xml, lwgeom/lwpostgis.sql.in.c: added
+         plpgsql function Probe_Geometry_Columns to lwpostgis.sql.in.c and
+         added documentation in reference_new.xml
 
-2008-10-26 22:26  robe
+2008-10-26 22:26  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Fix typo
+       * [r3185] doc/reference_new.xml: Fix typo
 
-2008-10-26 22:18  robe
+2008-10-26 22:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Length*
-         functions. Correct documentation - e.g. missing
+       * [r3183] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Length* functions. Correct documentation - e.g. missing
          ST_Length2D_Spheroid and ST_Length3d_Spheroid and
          ST_Length_Spheroid are synonyms. Seems to disagree with how we
          define ST_Length.
 
-2008-10-26 21:24  robe
+2008-10-26 21:24  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r3181] doc/reference.xml, doc/reference_new.xml: Move over
          ST_Distance_Spher* functions
 
-2008-10-26 19:49  robe
+2008-10-26 19:49  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Put in availability info for rotate
-         functions
+       * [r3179] doc/reference_new.xml: Put in availability info for
+         rotate functions
 
-2008-10-26 19:43  robe
+2008-10-26 19:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over rest of
-         Affine family. Correct some typos. Put ST_ForceRHR in right
+       * [r3178] doc/reference.xml, doc/reference_new.xml: Move over rest
+         of Affine family. Correct some typos. Put ST_ForceRHR in right
          location.
 
-2008-10-26 18:14  robe
+2008-10-26 18:14  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Affine
+       * [r3177] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Affine
 
-2008-10-25 17:29  robe
+2008-10-25 17:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Add = operator the most confusing and
+       * [r3175] doc/reference.xml: Add = operator the most confusing and
          accidentally used operator of all
 
-2008-10-25 16:30  robe
+2008-10-25 16:30  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Commit provide another example of
+       * [r3174] doc/reference_new.xml: Commit provide another example of
          ST_SetPoint and flag as supporting 3d
 
-2008-10-24 15:01  robe
+2008-10-24 15:01  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo
+       * [r3170] doc/reference_new.xml: typo
 
-2008-10-24 14:53  robe
+2008-10-24 14:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_SnapToGrid
+       * [r3168] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_SnapToGrid
 
-2008-10-23 00:28  robe
+2008-10-23 00:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo
+       * [r3166] doc/reference_new.xml: typo
 
-2008-10-22 18:55  robe
+2008-10-22 18:55  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Relate the
-         last of the Geometry Relationship Function and destroy the
-         section in old reference.
+       * [r3164] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Relate the last of the Geometry Relationship Function and
+         destroy the section in old reference.
 
-2008-10-21 06:41  robe
+2008-10-21 06:41  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over perimeter and
-         max distance
+       * [r3161] doc/reference.xml, doc/reference_new.xml: Move over
+         perimeter and max distance
 
-2008-10-21 04:54  kneufeld
+2008-10-21 04:54  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: moved ST_ForceRHR into the correct
+       * [r3159] doc/reference_new.xml: moved ST_ForceRHR into the correct
          category
 
-2008-10-21 04:41  kneufeld
+2008-10-21 04:41  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved over ST_ForceRHR
+       * [r3158] doc/reference.xml, doc/reference_new.xml: moved over
+         ST_ForceRHR
 
-2008-10-20 17:36  robe
+2008-10-20 17:36  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo in st_cover something. Hate
+       * [r3157] doc/reference_new.xml: typo in st_cover something. Hate
          non-symmetric relationships
 
-2008-10-20 17:29  robe
+2008-10-20 17:29  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Revert change to ST_MemUnion - it really
-         is that. Most have had a faulty restore when it was named
+       * [r3155] doc/reference_new.xml: Revert change to ST_MemUnion - it
+         really is that. Most have had a faulty restore when it was named
          ST_MemGeomUnion
 
-2008-10-20 17:25  robe
+2008-10-20 17:25  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Covers and
-         ST_CoveredBy and provide examples, update ST_Contains example to
-         show distinction between ST_Covers, ST_Contains etc.
+       * [r3154] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Covers and ST_CoveredBy and provide examples, update
+         ST_Contains example to show distinction between ST_Covers,
+         ST_Contains etc.
 
-2008-10-20 14:49  robe
+2008-10-20 14:49  Regina Obe <lr@pcorp.us>
 
-       * README.postgis: correct links in README and note about running
-         make check before make install. How the hell do you do that?
+       * [r3152] README.postgis: correct links in README and note about
+         running make check before make install. How the hell do you do
+         that?
 
-2008-10-19 23:40  robe
+2008-10-19 23:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Provide example for GeometryType. fix typo
+       * [r3146] doc/reference_new.xml: Provide example for GeometryType.
+         fix typo
 
-2008-10-19 23:31  robe
+2008-10-19 23:31  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo in ST_Y definition. Also added common
-         use-case example of ST_Centroid used with ST_X, ST_Y
+       * [r3144] doc/reference_new.xml: typo in ST_Y definition. Also
+         added common use-case example of ST_Centroid used with ST_X, ST_Y
 
-2008-10-19 14:52  mcayland
+2008-10-19 14:52  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, loader/Makefile, loader/Makefile.in,
+       * [r3143] configure.ac, loader/Makefile, loader/Makefile.in,
          loader/Makefile.pgsql2shp.in, loader/Makefile.shp2pgsql.in: After
          several discussions at PGDay, it seems that the only use-case for
          the PGXS PROGRAM clause is for programs that wish to link with
          directory which uses the new autoconf infrastructure, based upon
          library and dependency lists from the original 1.3 branch.
 
-2008-10-19 14:40  robe
+2008-10-19 14:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over remainder of
-         Geometry Accessors to new section. Fix ST_MemUnion (really
-         ST_MemGeomUnion), correct mistake in ST_SymDifference
+       * [r3141] doc/reference.xml, doc/reference_new.xml: Move over
+         remainder of Geometry Accessors to new section. Fix ST_MemUnion
+         (really ST_MemGeomUnion), correct mistake in ST_SymDifference
 
-2008-10-18 08:33  mcayland
+2008-10-18 08:33  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * regress/run_test: Remove postgis_jts_version() function call from
-         regression tests as the function no longer exists (prevents
-         warning being displayed at the start of the test run)
+       * [r3140] regress/run_test: Remove postgis_jts_version() function
+         call from regression tests as the function no longer exists
+         (prevents warning being displayed at the start of the test run)
 
-2008-10-17 18:51  robe
+2008-10-17 18:51  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over the *N family
+       * [r3138] doc/reference.xml, doc/reference_new.xml: Move over the
+         *N family
 
-2008-10-17 17:58  robe
+2008-10-17 17:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_length2d,
-         ST_length3d
+       * [r3136] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_length2d, ST_length3d
 
-2008-10-17 03:39  robe
+2008-10-17 03:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_MemUnion
-         the last of the geometry processing functions and destroy the
-         geometry processing functions old section
+       * [r3134] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_MemUnion the last of the geometry processing functions and
+         destroy the geometry processing functions old section
 
-2008-10-17 03:05  robe
+2008-10-17 03:05  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: forgot to delete some stuff
+       * [r3133] doc/reference_new.xml: forgot to delete some stuff
 
-2008-10-17 03:04  robe
+2008-10-17 03:04  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: move over
+       * [r3131] doc/reference.xml, doc/reference_new.xml: move over
          ST_Shift_Longitude, ST_Difference, ST_SymDifference
 
-2008-10-16 22:13  kneufeld
+2008-10-16 22:13  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/template.xml: reverting accidental commit to template.xml
+       * [r3130] doc/template.xml: reverting accidental commit to
+         template.xml
 
-2008-10-16 18:35  robe
+2008-10-16 18:35  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r3128] doc/reference.xml, doc/reference_new.xml: Move over
          ST_NumGeometries
 
-2008-10-16 18:17  robe
+2008-10-16 18:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r3126] doc/reference.xml, doc/reference_new.xml: Move over
          ST_ExteriorRing, ST_NumInteriorRings, ST_NumInteriorRing
 
-2008-10-16 18:12  kneufeld
+2008-10-16 18:12  Kevin Neufeld <kneufeld@refractions.net>
 
-       * configure.ac, doc/Makefile.in: added dblatex as a dependency for
-         building PDF's
+       * [r3125] configure.ac, doc/Makefile.in: added dblatex as a
+         dependency for building PDF's
          added a pdf target to doc/Makefile.in
 
-2008-10-16 08:33  mcayland
+2008-10-16 08:33  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_pg.c: Update to previous parser patch: if the error
-         location is 0 (i.e. we haven't even matched a valid OGC WKT type)
-         then display a more appropriate message. Per minor gripe from
-         Paul.
+       * [r3124] lwgeom/lwgeom_pg.c: Update to previous parser patch: if
+         the error location is 0 (i.e. we haven't even matched a valid OGC
+         WKT type) then display a more appropriate message. Per minor
+         gripe from Paul.
 
-2008-10-16 07:22  robe
+2008-10-16 07:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: update st_azimuth - it should be called
-         vector instead of line since order of points reverses the angle
+       * [r3123] doc/reference_new.xml: update st_azimuth - it should be
+         called vector instead of line since order of points reverses the
+         angle
 
-2008-10-16 07:17  robe
+2008-10-16 07:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Azimuth
-         and provide example
+       * [r3120] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Azimuth and provide example
 
-2008-10-16 06:35  robe
+2008-10-16 06:35  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml,
+       * [r3118] doc/reference.xml, doc/reference_new.xml,
          doc/xsl/postgis_aggs_mm.xml.xsl: Move over ST_Boundary to new
          section, copy comment about SQL-MM srid to xsl header
 
-2008-10-15 21:44  mcayland
+2008-10-15 21:44  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_pg.c: Fix pointer problem in the new HINT code
-         caused by strncpy() not padding with zeros unless the specified
-         length is *longer* than the source string.
+       * [r3117] lwgeom/lwgeom_pg.c: Fix pointer problem in the new HINT
+         code caused by strncpy() not padding with zeros unless the
+         specified length is *longer* than the source string.
 
-2008-10-15 18:36  pramsey
+2008-10-15 18:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_box2dfloat4.c: last one!
+       * [r3116] lwgeom/lwgeom_box2dfloat4.c: last one!
 
-2008-10-15 18:26  pramsey
+2008-10-15 18:26  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c: expunge remaining
-         stringBuffer references
+       * [r3115] lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c: expunge
+         remaining stringBuffer references
 
-2008-10-15 17:59  pramsey
+2008-10-15 17:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/Makefile.in, lwgeom/lwgeom_gist.c, lwgeom/stringBuffer.c,
-         lwgeom/stringBuffer.h: Remove stringBuffer.* from
-         build/repository.
+       * [r3114] lwgeom/Makefile.in, lwgeom/lwgeom_gist.c,
+         lwgeom/stringBuffer.c, lwgeom/stringBuffer.h: Remove
+         stringBuffer.* from build/repository.
 
-2008-10-15 15:03  mcayland
+2008-10-15 15:03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgparse.c,
+       * [r3113] liblwgeom/liblwgeom.h, liblwgeom/lwgparse.c,
          liblwgeom/lwgunparse.c, liblwgeom/wktparse.h, lwgeom/lwgeom_pg.c,
          lwgeom/lwgeom_pg.h, regress/regress_expected,
          regress/regress_ogc_expected, regress/wkt_expected: Update the
          LWGEOM parser to provide error HINTs when being called from
          PostgreSQL, and update regression tests accordingly.
 
-2008-10-15 13:43  robe
+2008-10-15 13:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: fix spacing of st_linemerge, st_segmentize
-         examples.
+       * [r3112] doc/reference_new.xml: fix spacing of st_linemerge,
+         st_segmentize examples.
 
-2008-10-15 13:39  robe
+2008-10-15 13:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Segmentize
-         and ST_LineMerge
+       * [r3110] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Segmentize and ST_LineMerge
 
-2008-10-14 23:08  kneufeld
+2008-10-14 23:08  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in: moved cleanup of the pdf to the maintainer-clean
-         target
+       * [r3109] doc/Makefile.in: moved cleanup of the pdf to the
+         maintainer-clean target
 
-2008-10-14 20:11  pramsey
+2008-10-14 20:11  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_gist.c: Remove sliced test code and return to
-         original state.
+       * [r3107] lwgeom/lwgeom_gist.c: Remove sliced test code and return
+         to original state.
 
-2008-10-14 19:51  mcayland
+2008-10-14 19:51  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgparse.c,
+       * [r3106] liblwgeom/liblwgeom.h, liblwgeom/lwgparse.c,
          liblwgeom/lwgunparse.c, liblwgeom/wktparse.h,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c,
          lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h,
          change in an error message, since the error is now returned from
          the unparser before it even gets to GEOS.
 
-2008-10-14 19:39  robe
+2008-10-14 19:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Provide examples for ST_Simplify and
-         ST_SimplifyPreserveTopology
+       * [r3105] doc/reference_new.xml: Provide examples for ST_Simplify
+         and ST_SimplifyPreserveTopology
 
-2008-10-14 18:16  robe
+2008-10-14 18:16  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over st_simplify
-         and st_simplifypreservetopology. Still need to put in examples.
+       * [r3103] doc/reference.xml, doc/reference_new.xml: Move over
+         st_simplify and st_simplifypreservetopology. Still need to put in
+         examples.
 
-2008-10-14 17:42  pramsey
+2008-10-14 17:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_functions_analytic.c,
+       * [r3101] lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_gist.c: astyle
          style=ansi indent=tab=8
 
-2008-10-14 11:40  robe
+2008-10-14 11:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: completely move over
-         rest of management functions to new section. Add
+       * [r3099] doc/reference.xml, doc/reference_new.xml: completely move
+         over rest of management functions to new section. Add
          probe_geometry_columns - never been documented, but useful. Get
          rid of update_geometry_stats - just returns a dumb message that
          its obsolete.
 
-2008-10-14 03:56  robe
+2008-10-14 03:56  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Add missing function proto for
+       * [r3098] doc/reference_new.xml: Add missing function proto for
          dropgeometrytable
 
-2008-10-13 13:16  mcayland
+2008-10-13 13:16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c: Rename
+       * [r3095] liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c: Rename
          parser_check_flags to current_parser_check_flags and
          unparser_check_flags to current_unparser_check_flags to clarify
          that these status variables only reflect the checks enabled for
          the current parse.
 
-2008-10-13 13:03  mcayland
+2008-10-13 13:03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/examples/unparser.c: Move the liblwgeom unparser
-         example over to the dynptarray API which is the proper way to
-         alter point arrays in memory.
+       * [r3094] liblwgeom/examples/unparser.c: Move the liblwgeom
+         unparser example over to the dynptarray API which is the proper
+         way to alter point arrays in memory.
 
-2008-10-13 11:36  mcayland
+2008-10-13 11:36  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_prepared.c,
-         lwgeom/lwgeom_geos_prepared.h: Fix up some more warnings in SVN
-         trunk; note that there are still 2 remaining PreparedGeometry
-         warnings, but these will require patching GEOS.
+       * [r3093] lwgeom/lwgeom_functions_basic.c,
+         lwgeom/lwgeom_geos_prepared.c, lwgeom/lwgeom_geos_prepared.h: Fix
+         up some more warnings in SVN trunk; note that there are still 2
+         remaining PreparedGeometry warnings, but these will require
+         patching GEOS.
 
-2008-10-12 17:47  pramsey
+2008-10-12 17:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_gist.c: Performance boost: only detoast the front
-         of the tuple first and
+       * [r3091] lwgeom/lwgeom_gist.c: Performance boost: only detoast the
+         front of the tuple first and
          extract the bbox from that.
 
-2008-10-10 16:34  pramsey
+2008-10-10 16:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos.c: Pull prep_cache reference safely inside
-         PREPARED_GEOM #ifdef
+       * [r3089] lwgeom/lwgeom_geos.c: Pull prep_cache reference safely
+         inside PREPARED_GEOM #ifdef
 
-2008-10-10 05:24  pramsey
+2008-10-10 05:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/long_xact.c, lwgeom/lwgeom_box.c,
+       * [r3088] lwgeom/long_xact.c, lwgeom/lwgeom_box.c,
          lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
          lwgeom/lwgeom_btree.c, lwgeom/lwgeom_chip.c,
          lwgeom/lwgeom_debug.c, lwgeom/lwgeom_dump.c,
          lwgeom/lwgeom_triggers.c, lwgeom/lwpostgis.sql.in.c,
          lwgeom/stringBuffer.c, lwgeom/test.c: Set keywords propery.
 
-2008-10-10 05:17  pramsey
+2008-10-10 05:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos.h,
+       * [r3087] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos.h,
          lwgeom/lwgeom_geos_prepared.c, lwgeom/lwpostgis.sql.in.c:
          Clean-up and comment.
 
-2008-10-10 04:41  pramsey
+2008-10-10 04:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/Makefile.in, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c:
-         Rename lwgeom_geos_c.c to lwgeom_geos.c
+       * [r3086] lwgeom/Makefile.in, lwgeom/lwgeom_geos.c,
+         lwgeom/lwgeom_geos_c.c: Rename lwgeom_geos_c.c to lwgeom_geos.c
 
-2008-10-10 04:39  pramsey
+2008-10-10 04:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/Makefile.in, lwgeom/lwgeom_geos.h, lwgeom/lwgeom_geos_c.c,
-         lwgeom/lwgeom_geos_prepared.c, lwgeom/lwgeom_geos_prepared.h,
-         lwgeom/lwgeom_rtree.h, lwgeom/lwpostgis.sql.in.c, regress/README,
+       * [r3085] lwgeom/Makefile.in, lwgeom/lwgeom_geos.h,
+         lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_geos_prepared.c,
+         lwgeom/lwgeom_geos_prepared.h, lwgeom/lwgeom_rtree.h,
+         lwgeom/lwpostgis.sql.in.c, regress/README,
          regress/regress_ogc_prep.sql, regress/regress_ogc_prep_expected:
          Prepared geometries getting closer to readiness. Integrated into
          standard functions, regression tests added.
 
-2008-10-10 01:35  mleslie
+2008-10-10 01:35  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * regress/README: Updating the regression test README file with
-         details about the c preprocessing step and the formatting of the
-         _expected file results.
+       * [r3084] regress/README: Updating the regression test README file
+         with details about the c preprocessing step and the formatting of
+         the _expected file results.
 
-2008-10-08 18:57  robe
+2008-10-08 18:57  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: SQL my MM
+       * [r3083] doc/xsl/postgis_aggs_mm.xml.xsl: SQL my MM
 
-2008-10-08 18:51  robe
+2008-10-08 18:51  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: update st_translate include support for 3d
-         flag
+       * [r3082] doc/reference_new.xml: update st_translate include
+         support for 3d flag
 
-2008-10-08 18:27  pramsey
+2008-10-08 18:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c: Move to
-         memcmp keys, leave prepared functions tied to old keyed
+       * [r3081] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c:
+         Move to memcmp keys, leave prepared functions tied to old keyed
          signatures for now.
 
-2008-10-08 10:14  mleslie
+2008-10-08 10:14  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * liblwgeom/lwcurve.c, regress/sql-mm-circularstring.sql,
+       * [r3080] liblwgeom/lwcurve.c, regress/sql-mm-circularstring.sql,
          regress/sql-mm-circularstring_expected.in: Rebuilt the box3d
          generation for circular strings to account for a special
          large-arc case. Fix for issue 58, includes regression test for
          the case.
 
-2008-10-08 05:48  kneufeld
+2008-10-08 05:48  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml: fixed several broken or redirected external
-         URLs.
+       * [r3077] doc/reference.xml: fixed several broken or redirected
+         external URLs.
 
-2008-10-08 05:45  kneufeld
+2008-10-08 05:45  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/introduction.xml, doc/reference.xml, doc/reporting.xml,
-         doc/template.xml, doc/using_postgis.xml: fixed several broken or
-         redirected external URLs.
+       * [r3076] doc/introduction.xml, doc/reference.xml,
+         doc/reporting.xml, doc/template.xml, doc/using_postgis.xml: fixed
+         several broken or redirected external URLs.
 
-2008-10-08 04:25  pramsey
+2008-10-08 04:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_c.c: Fix minor logic error in intersects()
-         bbox shortcut.
+       * [r3075] lwgeom/lwgeom_geos_c.c: Fix minor logic error in
+         intersects() bbox shortcut.
 
-2008-10-07 23:51  pramsey
+2008-10-07 23:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_c.c: Re-work prepared geom cache to use memcmp
-         instead of keys, step 1.
+       * [r3074] lwgeom/lwgeom_geos_c.c: Re-work prepared geom cache to
+         use memcmp instead of keys, step 1.
 
-2008-10-07 20:38  pramsey
+2008-10-07 20:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_gist.c: Move DEBUG statement next to a req'd
-         variable.
+       * [r3073] lwgeom/lwgeom_gist.c: Move DEBUG statement next to a
+         req'd variable.
 
-2008-10-07 18:09  robe
+2008-10-07 18:09  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: correct mistake
+       * [r3072] doc/reference_new.xml: correct mistake
 
-2008-10-07 17:39  robe
+2008-10-07 17:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_ConvexHull
+       * [r3071] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_ConvexHull
 
-2008-10-06 19:51  pramsey
+2008-10-06 19:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_c.c: Fix slight error in box shortcut logic in
-         prepared intersects.
+       * [r3070] lwgeom/lwgeom_geos_c.c: Fix slight error in box shortcut
+         logic in prepared intersects.
 
-2008-10-05 22:12  pramsey
+2008-10-05 22:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_c.c: Convert from LWDEBUG to POSTGIS_DEBUG
+       * [r3068] lwgeom/lwgeom_geos_c.c: Convert from LWDEBUG to
+         POSTGIS_DEBUG
 
-2008-10-05 17:33  mcayland
+2008-10-05 17:33  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgparse.c: Fix stupid mistake in the liblwgeom
+       * [r3067] liblwgeom/lwgparse.c: Fix stupid mistake in the liblwgeom
          parser...
 
-2008-10-04 21:29  pramsey
+2008-10-04 21:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_c.c: Fix boneheaded error in prepared
+       * [r3065] lwgeom/lwgeom_geos_c.c: Fix boneheaded error in prepared
          intersects.
 
-2008-10-04 17:49  pramsey
+2008-10-04 17:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_c.c: Protect prepared geometry implementation
-         in GEOS>=3.1 defines.
+       * [r3064] lwgeom/lwgeom_geos_c.c: Protect prepared geometry
+         implementation in GEOS>=3.1 defines.
 
-2008-10-04 16:00  mcayland
+2008-10-04 16:00  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
+       * [r3063] lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
          lwgeom/lwgeom_inout.c: Fix the DEBUGF statements I didn't realise
          I broke with the new LWGEOM parser/unparser API (in response to
          Paul's r3061 commit).
 
-2008-10-03 18:07  pramsey
+2008-10-03 18:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_c.c: Some extra debugf's in the prepared
-         geometry code.
+       * [r3062] lwgeom/lwgeom_geos_c.c: Some extra debugf's in the
+         prepared geometry code.
 
-2008-10-03 17:37  pramsey
+2008-10-03 17:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
+       * [r3061] lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
          lwgeom/lwgeom_inout.c: Patch up and comment out some DEBUGF lines
          that don't compile due to changes in function
          signatures in liblwgeom
 
-2008-10-03 13:23  robe
+2008-10-03 13:23  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: correct incorrect statement
+       * [r3060] doc/reference_new.xml: correct incorrect statement
 
-2008-10-03 13:20  robe
+2008-10-03 13:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Update ST_Union's fitness for 3d with
-         examples.
+       * [r3059] doc/reference_new.xml: Update ST_Union's fitness for 3d
+         with examples.
 
-2008-10-03 09:22  robe
+2008-10-03 09:22  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Add more examples of 3d use and annotate
-         more 3d functions
+       * [r3058] doc/reference_new.xml: Add more examples of 3d use and
+         annotate more 3d functions
 
-2008-10-02 23:53  pramsey
+2008-10-02 23:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_transform.c: Rework
+       * [r3056] lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_transform.c: Rework
          prepared geometry handling to look more like the implementation
          of
          PJ caching in transform.
 
-2008-10-02 18:52  pramsey
+2008-10-02 18:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_c.c: Flip format to 'astyle --style=ansi
-         --indent=tab=8' to make upcoming
+       * [r3055] lwgeom/lwgeom_geos_c.c: Flip format to 'astyle
+         --style=ansi --indent=tab=8' to make upcoming
          changes more consistent, stylewise. (Can't stand the mixed styles
          anymore!)
 
-2008-10-02 18:35  pramsey
+2008-10-02 18:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom: add .so. to svn:ignore
+       * [r3054] lwgeom: add .so. to svn:ignore
 
-2008-10-02 17:36  pramsey
+2008-10-02 17:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwpostgis.sql.in.c: add check for invalid srid to
+       * [r3053] lwgeom/lwpostgis.sql.in.c: add check for invalid srid to
          addgeometrycolumn (#33)
 
-2008-10-02 16:46  pramsey
+2008-10-02 16:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_c.c: ensure relate(g,g,p) is case insensitive
-         (#44)
+       * [r3050] lwgeom/lwgeom_geos_c.c: ensure relate(g,g,p) is case
+         insensitive (#44)
 
-2008-10-02 16:15  robe
+2008-10-02 16:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Flag more 3d compatible functions
+       * [r3048] doc/reference_new.xml: Flag more 3d compatible functions
 
-2008-10-02 16:00  pramsey
+2008-10-02 16:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * utils/postgis_restore.pl: pass commandline options into backend
-         command (#45)
+       * [r3047] utils/postgis_restore.pl: pass commandline options into
+         backend command (#45)
 
-2008-10-02 15:56  pramsey
+2008-10-02 15:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_rtree.c: Fix log message to refer to correct
-         function name
+       * [r3045] lwgeom/lwgeom_rtree.c: Fix log message to refer to
+         correct function name
 
-2008-10-02 12:43  robe
+2008-10-02 12:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Fix minor typos in ST_Polygonize
+       * [r3044] doc/reference_new.xml: Fix minor typos in ST_Polygonize
 
-2008-10-02 12:14  robe
+2008-10-02 12:14  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml,
+       * [r3043] doc/reference.xml, doc/reference_new.xml,
          doc/xsl/postgis_aggs_mm.xml.xsl: Get rid of extra line breaks in
          specialty function section (by changing xsl). Move over
          ST_Polygonize and provide examples.
 
-2008-10-02 11:40  robe
+2008-10-02 11:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml, doc/template.xml,
+       * [r3042] doc/reference_new.xml, doc/template.xml,
          doc/xsl/postgis_aggs_mm.xml.xsl: Start annotating functions that
          support 3d, add some examples of 3d, update xsl to pull out
          functions that support 3d in a separate special function index
 
-2008-10-02 11:17  robe
+2008-10-02 11:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: extraneous junk left
+       * [r3041] doc/reference_new.xml: extraneous junk left
 
-2008-10-02 11:16  robe
+2008-10-02 11:16  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Extent
+       * [r3040] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Extent
 
-2008-10-01 21:55  robe
+2008-10-01 21:55  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Get rid of excess paragraph in
-         mm compliance section
+       * [r3039] doc/xsl/postgis_aggs_mm.xml.xsl: Get rid of excess
+         paragraph in mm compliance section
 
-2008-10-01 21:53  robe
+2008-10-01 21:53  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Moved some functions to Geometry
+       * [r3038] doc/reference_new.xml: Moved some functions to Geometry
          Processing section
 
-2008-10-01 21:42  robe
+2008-10-01 21:42  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Put in SQL mm compliance for
+       * [r3037] doc/reference_new.xml: Put in SQL mm compliance for
          ST_Intersection
 
-2008-10-01 20:04  robe
+2008-10-01 20:04  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move ST_Intersection to
-         new reference_new.xml
+       * [r3036] doc/reference.xml, doc/reference_new.xml: Move
+         ST_Intersection to new reference_new.xml
 
-2008-09-30 17:42  robe
+2008-09-30 17:42  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: Revise to include mm compliance
-         section
+       * [r3035] doc/xsl/postgis_aggs_mm.xml.xsl: Revise to include mm
+         compliance section
 
-2008-09-30 17:39  robe
+2008-09-30 17:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Intersects
-         sql mm compliance note to reference_new (remove sT_Intersects
-         from MM section of old reference)
+       * [r3034] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Intersects sql mm compliance note to reference_new (remove
+         sT_Intersects from MM section of old reference)
 
-2008-09-30 13:29  mcayland
+2008-09-30 13:29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * regress/regress_lrs.sql, regress/regress_lrs_expected: Update
-         regression tests to include test cases for GBT#21.
+       * [r3032] regress/regress_lrs.sql, regress/regress_lrs_expected:
+         Update regression tests to include test cases for GBT#21.
 
-2008-09-30 13:25  mcayland
+2008-09-30 13:25  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_functions_lrs.c: Fix for locate_along_measure
-         returning invalid values (GBT#21)
+       * [r3031] lwgeom/lwgeom_functions_lrs.c: Fix for
+         locate_along_measure returning invalid values (GBT#21)
 
-2008-09-30 04:06  kneufeld
+2008-09-30 04:06  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in, doc/postgis.xml,
+       * [r3030] doc/Makefile.in, doc/postgis.xml,
          doc/xsl/postgis_aggs_mm.xml.xsl: added a new aggregate and sql_mm
          toc to docs generated via a custom xsl (provided by Regina Obe)
          to the documentation Makefile
 
-2008-09-29 16:20  robe
+2008-09-29 16:20  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: change to sort functions
+       * [r3027] doc/xsl/postgis_aggs_mm.xml.xsl: change to sort functions
          alphabetically
 
-2008-09-28 19:48  mcayland
+2008-09-28 19:48  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
+       * [r3026] liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeom.c, liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c,
          liblwgeom/wktparse.h, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c:
          character array. This is the same work done for r3023 but applied
          to the unparser instead.
 
-2008-09-28 16:18  mcayland
+2008-09-28 16:18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, liblwgeom/lwgparse.c,
-         lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c:
-         With the advent of LWGEOM_PARSER_RESULT, it is now possible to
-         get rid of the horrible SERIALIZED_LWGEOM hack for PostgreSQL 8.3
-         to allow us to return the size separate from the result. This is
-         good as it removes another level of indirection from the parser.
-         Note that the size field has now been added to the
-         LWGEOM_PARSER_RESULT structure.
+       * [r3025] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
+         liblwgeom/lwgparse.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
+         lwgeom/lwgeom_pg.c: With the advent of LWGEOM_PARSER_RESULT, it
+         is now possible to get rid of the horrible SERIALIZED_LWGEOM hack
+         for PostgreSQL 8.3 to allow us to return the size separate from
+         the result. This is good as it removes another level of
+         indirection from the parser. Note that the size field has now
+         been added to the LWGEOM_PARSER_RESULT structure.
 
-2008-09-28 15:47  mcayland
+2008-09-28 15:47  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: Clear up warnings
-         (mixed declartions within code and invalid return) from r3022.
+       * [r3024] lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: Clear up
+         warnings (mixed declartions within code and invalid return) from
+         r3022.
 
-2008-09-28 15:32  mcayland
+2008-09-28 15:32  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, liblwgeom/lwgparse.c,
-         liblwgeom/wktparse.h, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
-         lwgeom/lwgeom_pg.c: Update (E)WKT/WKB parser to return a
-         structure (LWGEOM_PARSER_RESULT) instead of just the serialized
-         lwgeom. This is in preparation for returning more detailed error
+       * [r3023] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
+         liblwgeom/lwgparse.c, liblwgeom/wktparse.h,
+         lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c:
+         Update (E)WKT/WKB parser to return a structure
+         (LWGEOM_PARSER_RESULT) instead of just the serialized lwgeom.
+         This is in preparation for returning more detailed error
          information back to the caller.
 
-2008-09-28 09:03  pramsey
+2008-09-28 09:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_geos_c.c,
-         lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: Update pip shortcut
-         code to be less aggressive in building cache.
+       * [r3022] lwgeom/lwgeom_functions_analytic.c,
+         lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_rtree.c,
+         lwgeom/lwgeom_rtree.h: Update pip shortcut code to be less
+         aggressive in building cache.
 
-2008-09-27 08:19  mcayland
+2008-09-27 08:19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgunparse.c, lwgeom/lwgeom_functions_analytic.c:
-         Rename parser_check_flags to unparser_check_flags for the
-         unparser to prevent linking error under OS X. Also add missing
-         function prototype to silence compiler warning in the PiP code.
+       * [r3021] liblwgeom/lwgunparse.c,
+         lwgeom/lwgeom_functions_analytic.c: Rename parser_check_flags to
+         unparser_check_flags for the unparser to prevent linking error
+         under OS X. Also add missing function prototype to silence
+         compiler warning in the PiP code.
 
-2008-09-26 21:46  pramsey
+2008-09-26 21:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in.c: harmonize sql
-         functions with c functions for prepared geometry
+       * [r3020] lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in.c:
+         harmonize sql functions with c functions for prepared geometry
 
-2008-09-26 21:34  pramsey
+2008-09-26 21:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_geos_c.c: Make preparedgeometry memory handling a
-         good deal kinder (no longer losing base geometry every time)
+       * [r3019] lwgeom/lwgeom_geos_c.c: Make preparedgeometry memory
+         handling a good deal kinder (no longer losing base geometry every
+         time)
 
-2008-09-26 21:01  robe
+2008-09-26 21:01  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: put index in listitems and hope
-         for the best
+       * [r3018] doc/xsl/postgis_aggs_mm.xml.xsl: put index in listitems
+         and hope for the best
 
-2008-09-26 19:43  pramsey
+2008-09-26 19:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_geos_c.c,
-         lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: P-I-P rennovation
-         complete: memory leaks gone, multipolygon support added
+       * [r3017] lwgeom/lwgeom_functions_analytic.c,
+         lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_rtree.c,
+         lwgeom/lwgeom_rtree.h: P-I-P rennovation complete: memory leaks
+         gone, multipolygon support added
 
-2008-09-26 18:59  robe
+2008-09-26 18:59  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: correct the comments
+       * [r3016] doc/xsl/postgis_aggs_mm.xml.xsl: correct the comments
 
-2008-09-26 18:55  robe
+2008-09-26 18:55  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_aggs_mm.xml.xsl: xsl that generates index listing
-         of postgis spatial aggregates and MM compliant functions
+       * [r3015] doc/xsl/postgis_aggs_mm.xml.xsl: xsl that generates index
+         listing of postgis spatial aggregates and MM compliant functions
 
-2008-09-26 12:45  robe
+2008-09-26 12:45  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_comments.sql.xsl: Put in author/license info (hmm
-         this is a guess - couldn't find a good example in SVN to go by).
-         Also comment on what xsl is doing.
+       * [r3014] doc/xsl/postgis_comments.sql.xsl: Put in author/license
+         info (hmm this is a guess - couldn't find a good example in SVN
+         to go by). Also comment on what xsl is doing.
 
-2008-09-26 02:50  kneufeld
+2008-09-26 02:50  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in: updated "make clean" directive to include the
-         newly generated PDFs
+       * [r3013] doc/Makefile.in: updated "make clean" directive to
+         include the newly generated PDFs
 
-2008-09-25 21:50  mcayland
+2008-09-25 21:50  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
+       * [r3012] liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
          liblwgeom/lwgeom.c, liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c,
          liblwgeom/wktparse.h, lwgeom/lwgeom_dump.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c,
          LWGEOM to (E)WKB/WKT parsers, similar to has already been done
          for the (E)WKB/WKT to LWGEOM parsers.
 
-2008-09-25 21:34  mcayland
+2008-09-25 21:34  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_rtree.c: Remove missing variables from LWDEBUG(F)
-         statement that would cause compilation to fail with
+       * [r3011] lwgeom/lwgeom_rtree.c: Remove missing variables from
+         LWDEBUG(F) statement that would cause compilation to fail with
          POSTGIS_DEBUG_LEVEL > 0
 
-2008-09-25 20:46  pramsey
+2008-09-25 20:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_rtree.c: Another biggish leak into the parent
-         context.
+       * [r3010] lwgeom/lwgeom_rtree.c: Another biggish leak into the
+         parent context.
 
-2008-09-25 19:18  pramsey
+2008-09-25 19:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: More small memory
-         leaks removed.
+       * [r3009] lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: More small
+         memory leaks removed.
 
-2008-09-25 17:18  pramsey
+2008-09-25 17:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_rtree.c: Remove more memory leaks from P-I-P
-         shortcut code.
+       * [r3008] lwgeom/lwgeom_rtree.c: Remove more memory leaks from
+         P-I-P shortcut code.
 
-2008-09-25 12:18  robe
+2008-09-25 12:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: More typo fixes
+       * [r3007] doc/reference_new.xml: More typo fixes
 
-2008-09-25 12:10  robe
+2008-09-25 12:10  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r3006] doc/reference.xml, doc/reference_new.xml: Move over
          ST_MakePointM, miscellaneous typo fixes
 
-2008-09-24 14:05  robe
+2008-09-24 14:05  Regina Obe <lr@pcorp.us>
 
-       * Version.config: Put svn back in microversion
+       * [r3003] Version.config: Put svn back in microversion
 
-2008-09-24 14:01  robe
+2008-09-24 14:01  Regina Obe <lr@pcorp.us>
 
-       * lwgeom/lwpostgis.sql.in.c: typo
+       * [r3002] lwgeom/lwpostgis.sql.in.c: typo
 
-2008-09-24 13:55  robe
+2008-09-24 13:55  Regina Obe <lr@pcorp.us>
 
-       * lwgeom/lwpostgis.sql.in.c: Added ST_MakePointM, removed redundant
-         redefinition of MakePointM so docs are now in synch with actual
-         functions.
+       * [r2999] lwgeom/lwpostgis.sql.in.c: Added ST_MakePointM, removed
+         redundant redefinition of MakePointM so docs are now in synch
+         with actual functions.
 
-2008-09-23 21:32  mcayland
+2008-09-23 21:32  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/vsprintf.c: Use __va_copy() to pass a copy of the
-         variadic structure to lw_vasprintf() to solve ABI difference
+       * [r2998] liblwgeom/vsprintf.c: Use __va_copy() to pass a copy of
+         the variadic structure to lw_vasprintf() to solve ABI difference
          between 32bit/64bit architectures.
 
-2008-09-23 19:59  mcayland
+2008-09-23 19:59  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_gist.c: Remove a couple more warnings when
+       * [r2997] lwgeom/lwgeom_gist.c: Remove a couple more warnings when
          compiling with debug enabled from lwgeom_gist.c.
 
-2008-09-23 19:53  mcayland
+2008-09-23 19:53  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgunparse.c: Revert commit 2990: the real bug was that
-         the LWDEBUG statement was incorrect rather than the code - the
-         additional read_int() was causing an off-by-one error when
+       * [r2996] liblwgeom/lwgunparse.c: Revert commit 2990: the real bug
+         was that the LWDEBUG statement was incorrect rather than the code
+         - the additional read_int() was causing an off-by-one error when
          outputting WKB causing several regression tests to fail.
 
-2008-09-23 19:44  mcayland
+2008-09-23 19:44  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwutil.c, liblwgeom/vsprintf.c,
-         lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_pg.c,
-         lwgeom/lwgeom_pg.h: Refactor the memory management routines to
-         account for the fact that variadic functions can't be called
-         directly from the initial allocators. Also solve issues related
-         to differences between the system vasprintf() (if supplied) and
-         the liblwgeom vasprintf() by renaming to lw_vasprintf() and using
-         it throughout PostGIS. With all this in place, GBT#54 is fixed
-         which is very useful when debugging ;)
+       * [r2995] liblwgeom/liblwgeom.h, liblwgeom/lwutil.c,
+         liblwgeom/vsprintf.c, lwgeom/lwgeom_functions_analytic.c,
+         lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Refactor the memory
+         management routines to account for the fact that variadic
+         functions can't be called directly from the initial allocators.
+         Also solve issues related to differences between the system
+         vasprintf() (if supplied) and the liblwgeom vasprintf() by
+         renaming to lw_vasprintf() and using it throughout PostGIS. With
+         all this in place, GBT#54 is fixed which is very useful when
+         debugging ;)
 
-2008-09-23 19:07  pramsey
+2008-09-23 19:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_rtree.c: Reduce p-i-p memory leak by 50%
+       * [r2993] lwgeom/lwgeom_rtree.c: Reduce p-i-p memory leak by 50%
 
-2008-09-23 13:05  robe
+2008-09-23 13:05  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: fix typo add more links
+       * [r2992] doc/reference_new.xml: fix typo add more links
 
-2008-09-23 13:00  robe
+2008-09-23 13:00  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Buffer
+       * [r2991] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Buffer
 
-2008-09-22 22:59  pramsey
+2008-09-22 22:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom/lwgunparse.c: Add cnt declaration where missing.
+       * [r2990] liblwgeom/lwgunparse.c: Add cnt declaration where
+         missing.
 
-2008-09-22 17:55  robe
+2008-09-22 17:55  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl/postgis_comments.sql.xsl: change to xsl 1.0 plus minor
-         indent change
+       * [r2989] doc/xsl/postgis_comments.sql.xsl: change to xsl 1.0 plus
+         minor indent change
 
-2008-09-22 12:28  robe
+2008-09-22 12:28  Regina Obe <lr@pcorp.us>
 
-       * doc/xsl, doc/xsl/postgis_comments.sql.xsl: Add xsl file that
-         autogenerates sql set comment statements from reference_new.xml
+       * [r2988] doc/xsl, doc/xsl/postgis_comments.sql.xsl: Add xsl file
+         that autogenerates sql set comment statements from
+         reference_new.xml
 
-2008-09-22 12:18  robe
+2008-09-22 12:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Realized from my sql comment generation
-         xsl that there is really no ST_WKTToSQL that takes an SRID and no
-         ST_BD.. that doesn't take an SRID. Very shocking.
+       * [r2987] doc/reference_new.xml: Realized from my sql comment
+         generation xsl that there is really no ST_WKTToSQL that takes an
+         SRID and no ST_BD.. that doesn't take an SRID. Very shocking.
 
-2008-09-21 23:15  robe
+2008-09-21 23:15  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo in st_setsrid returns geometry not
-         boolean
+       * [r2986] doc/reference_new.xml: typo in st_setsrid returns
+         geometry not boolean
 
-2008-09-18 22:12  pramsey
+2008-09-18 22:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * liblwgeom, lwgeom: Add a few more generated files to ignore
+       * [r2985] liblwgeom, lwgeom: Add a few more generated files to
+         ignore
 
-2008-09-18 22:09  pramsey
+2008-09-18 22:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ., doc, liblwgeom, loader, lwgeom, regress, topology: Set ignore
-         properties on generated files.
+       * [r2984] ., doc, liblwgeom, loader, lwgeom, regress, topology: Set
+         ignore properties on generated files.
 
-2008-09-18 13:54  mcayland
+2008-09-18 13:54  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgunparse.c: Update the code for unparsing LWGEOMs to
-         WKB/WKT so that it includes the standard simple checks:
-         LINESTRINGs must have > 2 points, POLYGONs must have closed rings
-         and CIRCULARSTRINGs must have > 2 points and the number of points
-         must be odd. There is still a little more work to do to allow
-         flags to be passed into the parser to specify which checks should
-         be enforced, much like has already been done for the parsing from
-         WKB/WKT to LWGEOM.
+       * [r2983] liblwgeom/lwgunparse.c: Update the code for unparsing
+         LWGEOMs to WKB/WKT so that it includes the standard simple
+         checks: LINESTRINGs must have > 2 points, POLYGONs must have
+         closed rings and CIRCULARSTRINGs must have > 2 points and the
+         number of points must be odd. There is still a little more work
+         to do to allow flags to be passed into the parser to specify
+         which checks should be enforced, much like has already been done
+         for the parsing from WKB/WKT to LWGEOM.
 
-2008-09-18 04:34  kneufeld
+2008-09-18 04:34  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: commit to test autobuild process and svn
-         hooks
+       * [r2982] doc/reference_new.xml: commit to test autobuild process
+         and svn hooks
          - removed extra tabs from preformatted text blocks
 
-2008-09-18 04:22  kneufeld
+2008-09-18 04:22  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/installation.xml: commit to test autobuild process and svn
-         hooks
+       * [r2981] doc/installation.xml: commit to test autobuild process
+         and svn hooks
          - removed extra tabs from preformatted text blocks
 
-2008-09-17 15:05  robe
+2008-09-17 15:05  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Add to ST_SetSRID - reference to
+       * [r2980] doc/reference_new.xml: Add to ST_SetSRID - reference to
          spatial_ref_sys
 
-2008-09-17 14:46  robe
+2008-09-17 14:46  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Link ST_SetSRID to updated spatial_ref_sys
-         section using cutesy anchor.
+       * [r2979] doc/reference_new.xml: Link ST_SetSRID to updated
+         spatial_ref_sys section using cutesy anchor.
 
-2008-09-17 14:41  robe
+2008-09-17 14:41  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis.xml: Give spatial reference systems section a
-         cutesy anchor.
+       * [r2978] doc/using_postgis.xml: Give spatial reference systems
+         section a cutesy anchor.
 
-2008-09-17 05:49  robe
+2008-09-17 05:49  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis.xml:
+       * [r2977] doc/using_postgis.xml:
 
-2008-09-17 05:48  robe
+2008-09-17 05:48  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis.xml: typo in link
+       * [r2976] doc/using_postgis.xml: typo in link
 
-2008-09-17 04:14  robe
+2008-09-17 04:14  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis.xml: more fleshing out of spatial ref section
+       * [r2975] doc/using_postgis.xml: more fleshing out of spatial ref
+         section
 
-2008-09-17 04:00  robe
+2008-09-17 04:00  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis.xml: Beef up spatial reference section. Still
-         needs work.
+       * [r2974] doc/using_postgis.xml: Beef up spatial reference section.
+         Still needs work.
 
-2008-09-17 03:54  kneufeld
+2008-09-17 03:54  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml: added an id to ST_Buffer to provide an end
-         link for cross references.
+       * [r2973] doc/reference.xml: added an id to ST_Buffer to provide an
+         end link for cross references.
 
-2008-09-16 22:43  mcayland
+2008-09-16 22:43  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwsegmentize.c,
+       * [r2972] liblwgeom/liblwgeom.h, liblwgeom/lwsegmentize.c,
          liblwgeom/lwutil.c: Silence a few more compiler warnings that had
          appeared during my last few parser commits.
 
-2008-09-16 22:29  mcayland
+2008-09-16 22:29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/examples, liblwgeom/examples/Makefile,
+       * [r2971] liblwgeom/examples, liblwgeom/examples/Makefile,
          liblwgeom/examples/README, liblwgeom/examples/unparser.c: Add an
          example of how the liblwgeom API can be used by other C programs
          to manipulate geometries and output the result. Currently the
          unique processing tools which can generate files that can be
          loaded into PostGIS.
 
-2008-09-16 18:44  mcayland
+2008-09-16 18:44  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/Makefile.in, liblwgeom/lwsegmentize.c,
+       * [r2970] liblwgeom/Makefile.in, liblwgeom/lwsegmentize.c,
          lwgeom/lwgeom_sqlmm.c: Move the LWGEOM-specific functions from
          lwgeom_sqlmm.c into liblwgeom/lwsegmentize.c to ensure that
          liblwgeom can exist as a standalone library.
 
-2008-09-16 13:35  robe
+2008-09-16 13:35  Regina Obe <lr@pcorp.us>
 
-       * doc/faq.xml: Cleanup of FAQ
+       * [r2969] doc/faq.xml: Cleanup of FAQ
 
-2008-09-16 13:17  robe
+2008-09-16 13:17  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Expand
+       * [r2968] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Expand
 
-2008-09-16 01:51  robe
+2008-09-16 01:51  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: Expand list of contributors
+       * [r2966] doc/introduction.xml: Expand list of contributors
 
-2008-09-16 01:47  robe
+2008-09-16 01:47  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: Expand list of contributors
+       * [r2965] doc/introduction.xml: Expand list of contributors
 
-2008-09-15 11:54  robe
+2008-09-15 11:54  Regina Obe <lr@pcorp.us>
 
-       * doc/using_postgis.xml: Fix url link to proj to point to osgeo
+       * [r2963] doc/using_postgis.xml: Fix url link to proj to point to
+         osgeo
 
-2008-09-13 05:41  kneufeld
+2008-09-13 05:41  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: Moved over ST_IsRing to
-         new PostGIS reference.
+       * [r2962] doc/reference.xml, doc/reference_new.xml: Moved over
+         ST_IsRing to new PostGIS reference.
          Fixed link errors to ST_IsSimple.
 
-2008-09-12 12:12  robe
+2008-09-12 12:12  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: typo
+       * [r2960] doc/introduction.xml: typo
 
-2008-09-12 10:46  robe
+2008-09-12 10:46  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: Spelled Kevin's last name wrong and Mateusz
-         first name wrong. Sorry Kevin and Mateusz.
+       * [r2959] doc/introduction.xml: Spelled Kevin's last name wrong and
+         Mateusz first name wrong. Sorry Kevin and Mateusz.
 
-2008-09-12 10:40  robe
+2008-09-12 10:40  Regina Obe <lr@pcorp.us>
 
-       * doc/introduction.xml: Update Credits and project links
+       * [r2958] doc/introduction.xml: Update Credits and project links
          1) Get rid of emails
          2) Change order of key contributors based on heuristics a)
          duration of contribution, b) frequency of contributions,
          c)recency of contributions, d) impact of contributions,
          and add some new contributors (more need to be added)
 
-2008-09-11 12:18  mcayland
+2008-09-11 12:18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, doc/Makefile.in: Reinstate the PDF documentation
-         system based on OpenJade, including integration with autoconf.
-         "make postgis.pdf" should now output lovely PDF format
-         documentation :)
+       * [r2957] configure.ac, doc/Makefile.in: Reinstate the PDF
+         documentation system based on OpenJade, including integration
+         with autoconf. "make postgis.pdf" should now output lovely PDF
+         format documentation :)
 
-2008-09-11 12:04  mcayland
+2008-09-11 12:04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/reference_new.xml, doc/using_postgis.xml: Documentation fixes
-         to allow PDF documents to be generated from Docbook source using
-         OpenJade - OpenJade seems a lot more strict than xsltproc when
-         generating output :(
+       * [r2956] doc/reference_new.xml, doc/using_postgis.xml:
+         Documentation fixes to allow PDF documents to be generated from
+         Docbook source using OpenJade - OpenJade seems a lot more strict
+         than xsltproc when generating output :(
 
-2008-09-10 21:06  robe
+2008-09-10 21:06  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Get rid of left over stuff from ST_IsValid
-         and ST_Summary copy.
+       * [r2955] doc/reference_new.xml: Get rid of left over stuff from
+         ST_IsValid and ST_Summary copy.
 
-2008-09-10 11:57  robe
+2008-09-10 11:57  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: example and result misaligned
+       * [r2954] doc/reference_new.xml: example and result misaligned
 
-2008-09-10 11:39  robe
+2008-09-10 11:39  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Summary
-         and provide example.
+       * [r2953] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Summary and provide example.
 
-2008-09-10 11:28  robe
+2008-09-10 11:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_IsValid
-         and provide example
+       * [r2952] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_IsValid and provide example
 
-2008-09-10 07:28  robe
+2008-09-10 07:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: correct st_contain signature, other misc
-         fixes
+       * [r2951] doc/reference_new.xml: correct st_contain signature,
+         other misc fixes
 
-2008-09-10 06:47  robe
+2008-09-10 06:47  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Add ST_IsValid reference to ST_Within.
+       * [r2950] doc/reference_new.xml: Add ST_IsValid reference to
+         ST_Within.
 
-2008-09-09 21:10  mcayland
+2008-09-09 21:10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, liblwgeom/lwgparse.c,
-         liblwgeom/wktparse.h, lwgeom/lwgeom_gist.c,
+       * [r2949] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
+         liblwgeom/lwgparse.c, liblwgeom/wktparse.h, lwgeom/lwgeom_gist.c,
          lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c:
          Allow a flags parameter to be passed into the WKT parser to
          determine which consistency checks are performed out of polygon
          ring closure, minimum number of points and odd number of points.
 
-2008-09-08 20:17  mcayland
+2008-09-08 20:17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lex.yy.c, liblwgeom/wktparse.tab.c,
+       * [r2948] liblwgeom/lex.yy.c, liblwgeom/wktparse.tab.c,
          liblwgeom/wktparse.tab.h: Commit generated versions of the new
          parser files for people who do not have flex or bison installed.
 
-2008-09-08 20:16  mcayland
+2008-09-08 20:16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/wktparse.lex, liblwgeom/wktparse.y: Enhance geometry
-         parser so that it keeps track of the current position during
-         parsing. With a bit more work, this should allow error messages
-         to pinpoint the exact location of an invalid geometry section or
-         syntax error.
+       * [r2947] liblwgeom/wktparse.lex, liblwgeom/wktparse.y: Enhance
+         geometry parser so that it keeps track of the current position
+         during parsing. With a bit more work, this should allow error
+         messages to pinpoint the exact location of an invalid geometry
+         section or syntax error.
 
-2008-09-08 13:12  robe
+2008-09-08 13:12  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Translate
-         and provide example use
+       * [r2946] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Translate and provide example use
 
-2008-09-07 11:02  mcayland
+2008-09-07 11:02  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, lwgeom/lwgeom_inout.c,
-         lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c: Yet another update to
-         the liblwgeom parser API - lwgeom_from_ewkt() has been renamed to
+       * [r2945] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
+         lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c:
+         Yet another update to the liblwgeom parser API -
+         lwgeom_from_ewkt() has been renamed to
          serialized_lwgeom_from_ewkt() to indicate that the function
          returns a serialied LWGEOM rather than an unserialized LWGEOM
          structure.
 
-2008-09-07 09:14  robe
+2008-09-07 09:14  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo in funcprototype
+       * [r2944] doc/reference_new.xml: typo in funcprototype
 
-2008-09-07 09:07  robe
+2008-09-07 09:07  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Provide example of ST_SetPoint
+       * [r2943] doc/reference_new.xml: Provide example of ST_SetPoint
 
-2008-09-07 08:43  robe
+2008-09-07 08:43  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_SetPoint
-         to new section
+       * [r2942] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_SetPoint to new section
 
-2008-09-06 19:12  robe
+2008-09-06 19:12  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: change alias field names of st_contains
-         examples
+       * [r2941] doc/reference_new.xml: change alias field names of
+         st_contains examples
 
-2008-09-06 19:02  robe
+2008-09-06 19:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: correct mm spec section
-         of ST_Contains. Remove MM ST_Contains from old ref section
+       * [r2940] doc/reference.xml, doc/reference_new.xml: correct mm spec
+         section of ST_Contains. Remove MM ST_Contains from old ref
+         section
 
-2008-09-06 18:58  robe
+2008-09-06 18:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Contains
-         to new section. Provide example. Minor changes to ST_Within
+       * [r2939] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Contains to new section. Provide example. Minor changes to
+         ST_Within
 
-2008-09-04 18:28  robe
+2008-09-04 18:28  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Put in disclaimer on ST_Equals when
-         dealing with invalid geometries
+       * [r2938] doc/reference_new.xml: Put in disclaimer on ST_Equals
+         when dealing with invalid geometries
 
-2008-09-04 12:40  robe
+2008-09-04 12:40  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_NDims and
-         ST_Dimension to new reference section
+       * [r2937] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_NDims and ST_Dimension to new reference section
 
-2008-09-04 12:08  robe
+2008-09-04 12:08  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: minor change to example
+       * [r2936] doc/reference_new.xml: minor change to example
 
-2008-09-04 12:04  robe
+2008-09-04 12:04  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: accidentally took out reference from
-         ST_OrderingEquals
+       * [r2935] doc/reference_new.xml: accidentally took out reference
+         from ST_OrderingEquals
 
-2008-09-04 11:56  robe
+2008-09-04 11:56  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Overlaps
-         to new reference section and provide some examples
+       * [r2934] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Overlaps to new reference section and provide some examples
 
-2008-08-28 21:09  robe
+2008-08-28 21:09  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Fixed url links to geos and proj. Both are
-         now osgeo projects and no longer at refractions or remotesensing.
-         Move around instructions putting geos and proj compilation steps
-         at the end per Mark's request
+       * [r2932] doc/installation.xml: Fixed url links to geos and proj.
+         Both are now osgeo projects and no longer at refractions or
+         remotesensing. Move around instructions putting geos and proj
+         compilation steps at the end per Mark's request
 
-2008-08-27 04:34  kneufeld
+2008-08-27 04:34  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved ST_IsClosed to
-         the new documentation template.
+       * [r2931] doc/reference.xml, doc/reference_new.xml: moved
+         ST_IsClosed to the new documentation template.
 
-2008-08-24 04:54  kneufeld
+2008-08-24 04:54  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved ST_StartPoint and
-         ST_EndPoint to new reference_new.xml
+       * [r2930] doc/reference.xml, doc/reference_new.xml: moved
+         ST_StartPoint and ST_EndPoint to new reference_new.xml
 
-2008-08-22 17:47  robe
+2008-08-22 17:47  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: another typo
+       * [r2929] doc/installation.xml: another typo
 
-2008-08-22 17:36  robe
+2008-08-22 17:36  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Typo
+       * [r2928] doc/installation.xml: Typo
 
-2008-08-22 17:13  robe
+2008-08-22 17:13  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Some changes based on Mark's comments.
+       * [r2927] doc/installation.xml: Some changes based on Mark's
+         comments.
 
-2008-08-22 14:46  robe
+2008-08-22 14:46  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: More typos
+       * [r2926] doc/installation.xml: More typos
 
-2008-08-22 13:37  robe
+2008-08-22 13:37  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: typo
+       * [r2925] doc/installation.xml: typo
 
-2008-08-22 13:05  robe
+2008-08-22 13:05  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: More reordering
+       * [r2924] doc/installation.xml: More reordering
 
-2008-08-22 12:52  robe
+2008-08-22 12:52  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Installation got moved out of order for
-         some reason.
+       * [r2923] doc/installation.xml: Installation got moved out of order
+         for some reason.
 
-2008-08-22 12:32  robe
+2008-08-22 12:32  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Typo
+       * [r2922] doc/installation.xml: Typo
 
-2008-08-22 12:14  robe
+2008-08-22 12:14  Regina Obe <lr@pcorp.us>
 
-       * doc/installation.xml: Updated the installations docs. I took some
-         of Olivier Courtin instructions for install
+       * [r2921] doc/installation.xml: Updated the installations docs. I
+         took some of Olivier Courtin instructions for install
          (http://postgis.refractions.net/pipermail/postgis-users/2008-August/020746.html)
          which seemed much easier to follow than the ones we currently
          have. Also corrected path settings we had to the install files.
          They are all in downloads not root of postgis as we suggested.
 
-2008-08-21 11:27  mcayland
+2008-08-21 11:27  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * README.postgis: Update PostGIS README file to account for changes
-         in SVN trunk.
+       * [r2920] README.postgis: Update PostGIS README file to account for
+         changes in SVN trunk.
 
-2008-08-21 10:56  mcayland
+2008-08-21 10:56  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_gist.c, lwgeom/lwpostgis.sql.in.c: Update PostGIS
-         SVN trunk to use the new 8.4 GiST API (where RECHECK is now
-         specified within the consistent function, rather than being
+       * [r2919] lwgeom/lwgeom_gist.c, lwgeom/lwpostgis.sql.in.c: Update
+         PostGIS SVN trunk to use the new 8.4 GiST API (where RECHECK is
+         now specified within the consistent function, rather than being
          supplied as part of the operator class definition). This allows
          PostGIS to compile and pass regression tests on the latest
          PostgreSQL 8.4 CVS HEAD.
 
-2008-08-21 08:45  mcayland
+2008-08-21 08:45  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.pgsql2shp.in, loader/Makefile.shp2pgsql.in,
-         lwgeom/Makefile.in: Alter the lwgeom Makefile so that liblwgeom.a
-         is linked directly, rather than using the -L...-l options on the
-         command line. This is to prevent problems on OSX where PGXSadds
-         the PostgreSQL $libdir to the PostGIS link line, causing it to
-         link to liblwgeom.so produced by older versions of PostGIS rather
-         than the static liblwgeom.a.
+       * [r2918] loader/Makefile.pgsql2shp.in,
+         loader/Makefile.shp2pgsql.in, lwgeom/Makefile.in: Alter the
+         lwgeom Makefile so that liblwgeom.a is linked directly, rather
+         than using the -L...-l options on the command line. This is to
+         prevent problems on OSX where PGXSadds the PostgreSQL $libdir to
+         the PostGIS link line, causing it to link to liblwgeom.so
+         produced by older versions of PostGIS rather than the static
+         liblwgeom.a.
          
          Also change the PGXS CPP/LIB equivalent variables to use += so
          that extra compile/link options can be supplied. Per report from
          Robert Rainthorpe, with thanks to William Kyngesburye.
 
-2008-08-12 16:42  pramsey
+2008-08-12 16:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/using_postgis.xml: move to CLASS/STYLE mapserver 5.X syntax
+       * [r2916] doc/using_postgis.xml: move to CLASS/STYLE mapserver 5.X
+         syntax
 
-2008-08-04 11:50  robe
+2008-08-04 11:50  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Moved over ST_SRID,
-         fixed a typo, added some references
+       * [r2915] doc/reference.xml, doc/reference_new.xml: Moved over
+         ST_SRID, fixed a typo, added some references
 
-2008-08-04 11:32  robe
+2008-08-04 11:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: got rid of additional
-         entry for ST_GeomFromText - was already moved over, moved over
-         ST_PointFromText, ST_MakePoint
+       * [r2914] doc/reference.xml, doc/reference_new.xml: got rid of
+         additional entry for ST_GeomFromText - was already moved over,
+         moved over ST_PointFromText, ST_MakePoint
 
-2008-08-03 15:05  pramsey
+2008-08-03 15:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis, doc/README, doc/faq.xml, doc/introduction.xml,
-         doc/reference.xml, doc/release_notes.xml: Spelling changes from
-         Mark Kolybabi.
+       * [r2913] README.postgis, doc/README, doc/faq.xml,
+         doc/introduction.xml, doc/reference.xml, doc/release_notes.xml:
+         Spelling changes from Mark Kolybabi.
 
-2008-08-02 22:03  mcayland
+2008-08-02 22:03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/installation.xml: Add a download reference for Apache Ant,
-         plus fix a couple more typos.
+       * [r2912] doc/installation.xml: Add a download reference for Apache
+         Ant, plus fix a couple more typos.
 
-2008-08-02 08:41  mcayland
+2008-08-02 08:41  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/installation.xml: Correct typo from the previous
+       * [r2911] doc/installation.xml: Correct typo from the previous
          documentation commit.
 
-2008-08-02 08:24  mcayland
+2008-08-02 08:24  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/installation.xml: A long overdue documentation update -
-         update the installation section to reflect the many changes in
+       * [r2909] doc/installation.xml: A long overdue documentation update
+         update the installation section to reflect the many changes in
          the new SVN trunk build system.
 
-2008-08-01 16:01  robe
+2008-08-01 16:01  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: bad break in GeoJSON example
+       * [r2908] doc/reference_new.xml: bad break in GeoJSON example
 
-2008-08-01 15:18  robe
+2008-08-01 15:18  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: Provide example for geojson (excerpts from
-         postgis newsgroup thread)
+       * [r2907] doc/reference_new.xml: Provide example for geojson
+         (excerpts from postgis newsgroup thread)
 
-2008-08-01 15:12  kneufeld
+2008-08-01 15:12  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/images/st_crosses-math.gif,
+       * [r2906] doc/html/images/st_crosses-math.gif,
          doc/html/images/st_touches-math.gif, doc/reference_new.xml:
          Reverted html markup for mathematical expressions in ST_Touches
          and ST_Crosses to a gif image. It seems unicode markup does not
          work well for both IE and Firefox. The next best thing to do is
          to get MathML markup working.
 
-2008-08-01 04:42  kneufeld
+2008-08-01 04:42  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: small grammar correction in ST_Touches
+       * [r2905] doc/reference_new.xml: small grammar correction in
+         ST_Touches
 
-2008-08-01 04:26  kneufeld
+2008-08-01 04:26  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/image_src/st_touches01.svg,
+       * [r2904] doc/html/image_src/st_touches01.svg,
          doc/html/image_src/st_touches02.svg,
          doc/html/image_src/st_touches03.svg,
          doc/html/image_src/st_touches04.svg,
          doc/html/images/st_touches06.png, doc/reference_new.xml: added
          ST_Touches examples
 
-2008-07-31 12:32  robe
+2008-07-31 12:32  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: took out kml example - causing parsing
-         error.
+       * [r2903] doc/reference_new.xml: took out kml example - causing
+         parsing error.
 
-2008-07-31 12:14  robe
+2008-07-31 12:14  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Moved over remaining
-         geometry output functions and put in availability for each.
+       * [r2902] doc/reference.xml, doc/reference_new.xml: Moved over
+         remaining geometry output functions and put in availability for
+         each.
 
-2008-07-31 06:35  robe
+2008-07-31 06:35  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Put in Availability 1.3.4 for ST_AsGeoJSON
+       * [r2901] doc/reference.xml: Put in Availability 1.3.4 for
+         ST_AsGeoJSON
 
-2008-07-31 06:33  kneufeld
+2008-07-31 06:33  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: fixed small typo in ST_Touches
+       * [r2899] doc/reference_new.xml: fixed small typo in ST_Touches
          mathematical expression
 
-2008-07-31 06:29  kneufeld
+2008-07-31 06:29  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: Moved over ST_Touches
-         to new PostGIS reference. Examples forthcoming.
+       * [r2898] doc/reference.xml, doc/reference_new.xml: Moved over
+         ST_Touches to new PostGIS reference. Examples forthcoming.
 
-2008-07-31 04:57  kneufeld
+2008-07-31 04:57  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/images/st_crosses-math.gif, doc/html/style.css,
+       * [r2897] doc/html/images/st_crosses-math.gif, doc/html/style.css,
          doc/reference_new.xml: replaced the mathematical gif expression
          in ST_Crosses with simple html markup
 
-2008-07-30 14:05  robe
+2008-07-30 14:05  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_WKTToSQL
-         and also defined ST_GeometryFromText (didn't see it in the old
-         docs, but its not deprecated and is a popular variant)
+       * [r2896] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_WKTToSQL and also defined ST_GeometryFromText (didn't see it
+         in the old docs, but its not deprecated and is a popular variant)
 
-2008-07-30 11:41  robe
+2008-07-30 11:41  Regina Obe <lr@pcorp.us>
 
-       * lwgeom/lwpostgis.sql.in.c, lwgeom/sqlmm.sql.in: Got rid pf
-         superfluous redirection to deprecated functions of ST_GeomFromWkb
-         and ST_GeomFromText - now they just point directly to the c
-         functions. Changed all FromWKB, FromText variants to point to the
-         non-deprecated ST_GeomFrom, ST_BuildArea etc. (before they were
-         pointing at deprecated functions)
+       * [r2895] lwgeom/lwpostgis.sql.in.c, lwgeom/sqlmm.sql.in: Got rid
+         pf superfluous redirection to deprecated functions of
+         ST_GeomFromWkb and ST_GeomFromText - now they just point directly
+         to the c functions. Changed all FromWKB, FromText variants to
+         point to the non-deprecated ST_GeomFrom, ST_BuildArea etc.
+         (before they were pointing at deprecated functions)
 
-2008-07-29 15:46  robe
+2008-07-29 15:46  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: grammatical error
+       * [r2894] doc/reference_new.xml: grammatical error
 
-2008-07-29 15:42  robe
+2008-07-29 15:42  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_Collect
-         and ST_Union, provide examples for ST_Union. Get rid of comment
-         about don't use ST_Union with geometry collections - seems to
-         work fine with those.
+       * [r2893] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_Collect and ST_Union, provide examples for ST_Union. Get rid
+         of comment about don't use ST_Union with geometry collections -
+         seems to work fine with those.
 
-2008-07-29 12:35  robe
+2008-07-29 12:35  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo in function declare for perimeter
+       * [r2892] doc/reference_new.xml: typo in function declare for
+         perimeter
 
-2008-07-29 12:00  robe
+2008-07-29 12:00  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: remove ST_Area from
-         reference.xml already accounted for in reference_new.xml, move
-         over ST_Length, ST_Perimeter
+       * [r2891] doc/reference.xml, doc/reference_new.xml: remove ST_Area
+         from reference.xml already accounted for in reference_new.xml,
+         move over ST_Length, ST_Perimeter
 
-2008-07-29 05:43  kneufeld
+2008-07-29 05:43  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved over
+       * [r2890] doc/reference.xml, doc/reference_new.xml: moved over
          st_pointonsurface and provided examples.
 
-2008-07-29 05:11  kneufeld
+2008-07-29 05:11  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/image_src, doc/html/image_src/st_centroid01.svg,
+       * [r2889] doc/html/image_src, doc/html/image_src/st_centroid01.svg,
          doc/html/image_src/st_centroid02.svg,
          doc/html/image_src/st_centroid03.svg,
          doc/html/image_src/st_centroid04.svg,
          be used to generate the png files, but for now they are committed
          into svn.
 
-2008-07-29 04:42  robe
+2008-07-29 04:42  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: minor formatting changes, note about
-         ST_NumPOints being an alias for ST_NPoints moving forward.
+       * [r2888] doc/reference_new.xml: minor formatting changes, note
+         about ST_NumPOints being an alias for ST_NPoints moving forward.
 
-2008-07-28 19:05  kneufeld
+2008-07-28 19:05  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: fixed some minor
-         xrefences in the documentation so the autobuild doesn't throw
-         errors.
+       * [r2887] doc/reference.xml, doc/reference_new.xml: fixed some
+         minor xrefences in the documentation so the autobuild doesn't
+         throw errors.
 
-2008-07-28 12:07  robe
+2008-07-28 12:07  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r2886] doc/reference.xml, doc/reference_new.xml: Move over
          ST_GeomFromEWKT, ST_GeomFromEWKB and provide examples. Fix some
          miscellaneous references.
 
-2008-07-28 10:03  mcayland
+2008-07-28 10:03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, loader/Makefile.pgsql2shp.in,
+       * [r2885] configure.ac, loader/Makefile.pgsql2shp.in,
          loader/Makefile.shp2pgsql.in, lwgeom/Makefile.in,
          topology/Makefile, topology/Makefile.in: Allow Makefile
          substitutions for PGCONFIG which are required if pg_config is not
          to generate topology/Makefile using autoconf. Thanks to Jorgen
          Austvik for the report and partial patch.
 
-2008-07-28 09:13  mcayland
+2008-07-28 09:13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/Makefile.in: Fix -o option for flex; the output
+       * [r2884] liblwgeom/Makefile.in: Fix -o option for flex; the output
          filename must be specified immediately after -o without any
          preceding white space. Per report from Jorgen Austvik.
 
-2008-07-24 11:58  robe
+2008-07-24 11:58  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r2883] doc/reference.xml, doc/reference_new.xml: Move over
          ST_GeomFromText and provide examples
 
-2008-07-24 10:22  mcayland
+2008-07-24 10:22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac: Add PROJ.4 version check to ensure that a minimum
-         version of 4.5.0 is installed. This is to ensure that the
+       * [r2882] configure.ac: Add PROJ.4 version check to ensure that a
+         minimum version of 4.5.0 is installed. This is to ensure that the
          pj_set_searchpath() function is present (note: it was actually
          added in 4.4.9, however we version detect on major.minor rather
          than major.minor.release)
 
-2008-07-24 05:55  kneufeld
+2008-07-24 05:55  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in, doc/reference.xml, doc/reference_new.xml: Moved
-         several version functions to the new PostGIS reference.
+       * [r2881] doc/Makefile.in, doc/reference.xml,
+         doc/reference_new.xml: Moved several version functions to the new
+         PostGIS reference.
 
-2008-07-23 17:13  kneufeld
+2008-07-23 17:13  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: added some xreferences
-         so the autobuild process does not throw errors.
+       * [r2880] doc/reference.xml, doc/reference_new.xml: added some
+         xreferences so the autobuild process does not throw errors.
 
-2008-07-23 16:40  kneufeld
+2008-07-23 16:40  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/installation.xml, doc/postgis.xml: changed
+       * [r2879] doc/installation.xml, doc/postgis.xml: changed
          @@LAST_RELEASE_VERSION@@ with a DocBook variable so the correct
          version number gets substituted in all included files, not just
          postgis.xml
 
-2008-07-23 12:03  robe
+2008-07-23 12:03  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: move of
+       * [r2878] doc/reference.xml, doc/reference_new.xml: move of
          ST_AsBinary,ST_AsEWKB - add examples, various minor fixes to
          ST_As function descriptions
 
-2008-07-23 10:56  robe
+2008-07-23 10:56  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml:
+       * [r2877] doc/reference.xml:
 
-2008-07-22 13:53  robe
+2008-07-22 13:53  Regina Obe <lr@pcorp.us>
 
-       * lwgeom/lwpostgis.sql.in.c: Deprecate ST_area2d
+       * [r2876] lwgeom/lwpostgis.sql.in.c: Deprecate ST_area2d
 
-2008-07-22 11:38  robe
+2008-07-22 11:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_AsText,
-         ST_AsEWKT and provide examples. Change order of ST_Multi.
+       * [r2875] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_AsText, ST_AsEWKT and provide examples. Change order of
+         ST_Multi.
 
-2008-07-22 11:12  robe
+2008-07-22 11:12  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: move over ST_SetSRID,
-         ST_Transform and ST_Multi. Provide examples.
+       * [r2874] doc/reference.xml, doc/reference_new.xml: move over
+         ST_SetSRID, ST_Transform and ST_Multi. Provide examples.
 
-2008-07-21 16:20  robe
+2008-07-21 16:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Remove ST_Area2D and
-         replace with ST_Area - move to new section and provide example
+       * [r2873] doc/reference.xml, doc/reference_new.xml: Remove
+         ST_Area2D and replace with ST_Area - move to new section and
+         provide example
 
-2008-07-21 12:09  robe
+2008-07-21 12:09  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over
+       * [r2871] doc/reference.xml, doc/reference_new.xml: Move over
          ST_GeometryType, ST_MakePolygon
 
-2008-07-21 11:38  robe
+2008-07-21 11:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: delete reference to
-         ST_Equals in reference.xml - alread in new version, include an
-         ST_DWithin non-join join example.
+       * [r2870] doc/reference.xml, doc/reference_new.xml: delete
+         reference to ST_Equals in reference.xml - alread in new version,
+         include an ST_DWithin non-join join example.
 
-2008-07-18 12:23  robe
+2008-07-18 12:23  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move over ST_AddPoint,
-         ST_RemovePoint, ST_Npoints, ST_NumPoints and provide examples.
+       * [r2869] doc/reference.xml, doc/reference_new.xml: Move over
+         ST_AddPoint, ST_RemovePoint, ST_Npoints, ST_NumPoints and provide
+         examples.
 
-2008-07-17 14:16  robe
+2008-07-17 14:16  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move ST_Reverse and add
-         example
+       * [r2868] doc/reference.xml, doc/reference_new.xml: Move ST_Reverse
+         and add example
 
-2008-07-17 12:14  robe
+2008-07-17 12:14  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move ST_BuildArea
-         expand on definition, provide example, Move ST_BdPolyFromText and
-         ST_BdMPolyFromText
+       * [r2867] doc/reference.xml, doc/reference_new.xml: Move
+         ST_BuildArea expand on definition, provide example, Move
+         ST_BdPolyFromText and ST_BdMPolyFromText
 
-2008-07-17 11:20  robe
+2008-07-17 11:20  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: move over ST_Within and
-         provide example
+       * [r2866] doc/reference.xml, doc/reference_new.xml: move over
+         ST_Within and provide example
 
-2008-07-16 08:42  mcayland
+2008-07-16 08:42  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_estimate.c: Fix for segfault in ANALYZE due to
-         incorrect use of legacy BOX type within compute_geometry_stats()
-         (Fixes GBT#43). Thanks to Landon Fuller for the bug report and
-         fix.
+       * [r2864] lwgeom/lwgeom_estimate.c: Fix for segfault in ANALYZE due
+         to incorrect use of legacy BOX type within
+         compute_geometry_stats() (Fixes GBT#43). Thanks to Landon Fuller
+         for the bug report and fix.
 
-2008-07-16 06:42  kneufeld
+2008-07-16 06:42  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: moved ST_Envelope,
-         complete with examples.
+       * [r2863] doc/reference.xml, doc/reference_new.xml: moved
+         ST_Envelope, complete with examples.
 
-2008-07-16 05:10  kneufeld
+2008-07-16 05:10  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference_new.xml: updated the st_crosses method:
+       * [r2862] doc/reference_new.xml: updated the st_crosses method:
          made the geometry parameters lowercase and made a few changes to
          content.
 
-2008-07-16 05:03  kneufeld
+2008-07-16 05:03  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/html/images/st_crosses-math.gif,
+       * [r2861] doc/html/images/st_crosses-math.gif,
          doc/html/images/st_crosses01.gif,
          doc/html/images/st_crosses02.gif,
          doc/html/images/st_crosses03.gif,
          new reference_new.xml file, complete with images.
          Updated css to use fixed-width fonts for programlistings.
 
-2008-07-16 04:55  kneufeld
+2008-07-16 04:55  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/using_postgis.xml: fixed small typo
+       * [r2860] doc/using_postgis.xml: fixed small typo
 
-2008-07-16 04:54  kneufeld
+2008-07-16 04:54  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/template.xml: Apparently, the <inlinegraphic> will become
-         deprecated in a future version of DocBook. Now replaced with
-         <inlinemediaobject>.
+       * [r2859] doc/template.xml: Apparently, the <inlinegraphic> will
+         become deprecated in a future version of DocBook. Now replaced
+         with <inlinemediaobject>.
 
-2008-07-15 21:20  kneufeld
+2008-07-15 21:20  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/reference.xml, doc/reference_new.xml: fixed a small typo so
-         the autobuild process will still work.
+       * [r2858] doc/reference.xml, doc/reference_new.xml: fixed a small
+         typo so the autobuild process will still work.
 
-2008-07-15 19:38  robe
+2008-07-15 19:38  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml, doc/template.xml: Move
-         ST_Equals, ST_OrderingEquals - provide examples. Make Geometry -
-         geometry
+       * [r2857] doc/reference.xml, doc/reference_new.xml,
+         doc/template.xml: Move ST_Equals, ST_OrderingEquals - provide
+         examples. Make Geometry - geometry
 
-2008-07-15 18:02  robe
+2008-07-15 18:02  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: minor corrections to ST_SetSRID and
-         UpdateGeometrySRID
+       * [r2856] doc/reference_new.xml: minor corrections to ST_SetSRID
+         and UpdateGeometrySRID
 
-2008-07-15 17:54  robe
+2008-07-15 17:54  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: remove includes index note for ST_MakeLine
+       * [r2855] doc/reference_new.xml: remove includes index note for
+         ST_MakeLine
 
-2008-07-15 17:51  robe
+2008-07-15 17:51  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move ST_Intersection,
-         ST_Disjoint provide examples for both.
+       * [r2854] doc/reference.xml, doc/reference_new.xml: Move
+         ST_Intersection, ST_Disjoint provide examples for both.
 
-2008-07-15 15:33  kneufeld
+2008-07-15 15:33  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in: applied patch from Mark to fix the if/then/else
-         so the Makefile can run on older systems (ie. FC3)
+       * [r2853] doc/Makefile.in: applied patch from Mark to fix the
+         if/then/else so the Makefile can run on older systems (ie. FC3)
 
-2008-07-15 11:34  robe
+2008-07-15 11:34  Regina Obe <lr@pcorp.us>
 
-       * doc/reference_new.xml: typo
+       * [r2852] doc/reference_new.xml: typo
 
-2008-07-15 11:03  robe
+2008-07-15 11:03  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml, doc/reference_new.xml: Move ST_MakeLine from
-         reference.xml to reference_new.xml and add an additional example
-         to ST_MakeLine
+       * [r2851] doc/reference.xml, doc/reference_new.xml: Move
+         ST_MakeLine from reference.xml to reference_new.xml and add an
+         additional example to ST_MakeLine
 
-2008-07-15 06:57  kneufeld
+2008-07-15 06:57  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in, doc/html/images, doc/html/images/caution.png,
-         doc/html/images/check.png, doc/html/images/important.png,
-         doc/html/images/note.png, doc/html/images/tip.png,
-         doc/html/images/warning.png, doc/postgis.xml, doc/reference.xml,
-         doc/reference_new.xml, doc/release_notes.xml, doc/template.xml:
-         Started migration of the functions in reference.xml using the
-         <variablelist> concept to a new "reference_new.xml" using
-         DocBook's <refentry> concept. Once migration is complete,
-         reference.xml will be removed and reference_new.xml will be
-         renamed to reference.xml. The included template.xml file is not
-         used, except to provide example usage of DocBook's refentry tag.
+       * [r2850] doc/Makefile.in, doc/html/images,
+         doc/html/images/caution.png, doc/html/images/check.png,
+         doc/html/images/important.png, doc/html/images/note.png,
+         doc/html/images/tip.png, doc/html/images/warning.png,
+         doc/postgis.xml, doc/reference.xml, doc/reference_new.xml,
+         doc/release_notes.xml, doc/template.xml: Started migration of the
+         functions in reference.xml using the <variablelist> concept to a
+         new "reference_new.xml" using DocBook's <refentry> concept. Once
+         migration is complete, reference.xml will be removed and
+         reference_new.xml will be renamed to reference.xml. The included
+         template.xml file is not used, except to provide example usage of
+         DocBook's refentry tag.
 
-2008-07-14 21:52  pramsey
+2008-07-14 21:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/style.css: Updated CSS from Dane Springmeyer
+       * [r2849] doc/html/style.css: Updated CSS from Dane Springmeyer
 
-2008-07-14 16:30  robe
+2008-07-14 16:30  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Example use case of ST_DWithin
+       * [r2847] doc/reference.xml: Example use case of ST_DWithin
 
-2008-07-14 11:40  mcayland
+2008-07-14 11:40  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac: Modify autoconf stylesheet logic (again) to
+       * [r2846] configure.ac: Modify autoconf stylesheet logic (again) to
          correctly distinguish between the case where a valid docbook
          stylesheet is found automatically and where it is explicitly
          specified using the --with-xsldir option.
 
-2008-07-14 10:41  mcayland
+2008-07-14 10:41  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac: Change autoconf iconv-detection code so that
-         ICONV_LDFLAGS is explicitly set in the AC_CHECK_LIB()
+       * [r2845] configure.ac: Change autoconf iconv-detection code so
+         that ICONV_LDFLAGS is explicitly set in the AC_CHECK_LIB()
          action-if-found section (LIBS does not get automatically set when
          action-if-found is set). Thanks to Olivier Courtin for the bug
          report.
 
-2008-07-14 10:05  mcayland
+2008-07-14 10:05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, doc/Makefile.in: Apply some autoconf / Makefile
-         changes from Olivier Courtin. XSLBASE should not be checked for
-         validity unless it has been explicitly specified using the
-         --with-xsldir option, and we also add some friendlier messages in
-         the documentation Makefile in case the DocBook stylesheets and/or
-         xsltproc cannot be found. Additionally, the configure --help
-         output has been tidied up using the AS_HELP_STRING macro.
+       * [r2844] configure.ac, doc/Makefile.in: Apply some autoconf /
+         Makefile changes from Olivier Courtin. XSLBASE should not be
+         checked for validity unless it has been explicitly specified
+         using the --with-xsldir option, and we also add some friendlier
+         messages in the documentation Makefile in case the DocBook
+         stylesheets and/or xsltproc cannot be found. Additionally, the
+         configure --help output has been tidied up using the
+         AS_HELP_STRING macro.
 
-2008-07-13 23:47  pramsey
+2008-07-13 23:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/reference.xml, lwgeom/lwgeom_geojson.c, regress/geojson.sql,
-         regress/geojson_expected: Apply GeoJSON patch from Olivier
-         Courtin.
+       * [r2842] doc/reference.xml, lwgeom/lwgeom_geojson.c,
+         regress/geojson.sql, regress/geojson_expected: Apply GeoJSON
+         patch from Olivier Courtin.
 
-2008-07-13 17:33  mcayland
+2008-07-13 17:33  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, lwgeom/lwgeom_inout.c,
-         lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c: Rename the new parser
-         function ewkt_to_lwgeom() to lwgeon_from_ewkt() so that it
-         matches the rest of the parser API
+       * [r2841] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
+         lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c:
+         Rename the new parser function ewkt_to_lwgeom() to
+         lwgeon_from_ewkt() so that it matches the rest of the parser API
 
-2008-07-13 11:09  mcayland
+2008-07-13 11:09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/lwgunparse.c: Add some additional LWDEBUG(F) statements
-         for debugging that I missed the first time around with the new
-         debugging infrastructure
+       * [r2840] liblwgeom/lwgunparse.c: Add some additional LWDEBUG(F)
+         statements for debugging that I missed the first time around with
+         the new debugging infrastructure
 
-2008-07-13 10:50  mcayland
+2008-07-13 10:50  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
+       * [r2839] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
          liblwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
          lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c:
          wrapper functions with more meaningful names. As well as cleaning
          up the API, it also makes the code much more readable
 
-2008-07-11 10:48  robe
+2008-07-11 10:48  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Example uses of ST_Line_SubString
+       * [r2838] doc/reference.xml: Example uses of ST_Line_SubString
 
-2008-07-10 13:16  robe
+2008-07-10 13:16  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Examples of using ST_ExteriorRing and
+       * [r2837] doc/reference.xml: Examples of using ST_ExteriorRing and
          ST_NumInteriorRings
 
-2008-07-09 11:16  robe
+2008-07-09 11:16  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Numerous small changes. Changed some returns 1
-         (TRUE) to just TRUE. Automatic casting between 0 1 and boolean no
-         longer exists in PostgreSQL. Lets not confuse people by
-         suggesting to them they are the same.
+       * [r2836] doc/reference.xml: Numerous small changes. Changed some
+         returns 1 (TRUE) to just TRUE. Automatic casting between 0 1 and
+         boolean no longer exists in PostgreSQL. Lets not confuse people
+         by suggesting to them they are the same.
 
-2008-07-08 13:30  robe
+2008-07-08 13:30  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: numerous changes(remove additional parent,
-         argument list changes, multi function breakout)
+       * [r2835] doc/reference.xml: numerous changes(remove additional
+         parent, argument list changes, multi function breakout)
 
-2008-07-08 12:01  robe
+2008-07-08 12:01  Regina Obe <lr@pcorp.us>
 
-       * doc/reference.xml: Provide examples of using ST_MakePolygon in
-         conjunction with ST_Accum and PostgreSQL ARRAY() function
+       * [r2834] doc/reference.xml: Provide examples of using
+         ST_MakePolygon in conjunction with ST_Accum and PostgreSQL
+         ARRAY() function
 
-2008-07-08 06:05  mleslie
+2008-07-08 06:05  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * doc/using_postgis.xml: Added brief descriptions to the SQL-MM
-         curve types.
+       * [r2833] doc/using_postgis.xml: Added brief descriptions to the
+         SQL-MM curve types.
 
-2008-07-08 05:15  kneufeld
+2008-07-08 05:15  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in: modified toc top generation level param
+       * [r2832] doc/Makefile.in: modified toc top generation level param
 
-2008-07-08 05:09  kneufeld
+2008-07-08 05:09  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/Makefile.in, doc/faq.xml, doc/installation.xml,
+       * [r2831] doc/Makefile.in, doc/faq.xml, doc/installation.xml,
          doc/introduction.xml, doc/long_xact.xml,
          doc/performance_tips.xml, doc/postgis.xml, doc/reference.xml,
          doc/release_notes.xml, doc/reporting.xml, doc/using_postgis.xml:
          split postgis.xml into manageable chunks, broken at chapter
          divisions.
 
-2008-07-08 03:12  kneufeld
+2008-07-08 03:12  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/postgis.xml: updated tips section to reference ST_* function
-         names
+       * [r2830] doc/postgis.xml: updated tips section to reference ST_*
+         function names
 
-2008-07-07 12:20  robe
+2008-07-07 12:20  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: Example of ST_AddPoint, some fixes of non-ST
-         references, miscellaneous indenting changes.
+       * [r2829] doc/postgis.xml: Example of ST_AddPoint, some fixes of
+         non-ST references, miscellaneous indenting changes.
 
-2008-07-07 11:57  robe
+2008-07-07 11:57  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: Add examples for ST_MakePolygon, correct non-st
-         to ST references in ST_MakePolygon section
+       * [r2828] doc/postgis.xml: Add examples for ST_MakePolygon, correct
+         non-st to ST references in ST_MakePolygon section
 
-2008-07-06 07:22  robe
+2008-07-06 07:22  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: fixed ST_Dimension example, flipped order of
-         conditions in WHERE on some examples (in later versions of
-         PostgreSQL since we don't have our costs right - the planner may
-         choose to process in order of conditions
+       * [r2827] doc/postgis.xml: fixed ST_Dimension example, flipped
+         order of conditions in WHERE on some examples (in later versions
+         of PostgreSQL since we don't have our costs right - the planner
+         may choose to process in order of conditions
 
-2008-07-06 01:47  kneufeld
+2008-07-06 01:47  Kevin Neufeld <kneufeld@refractions.net>
 
-       * doc/postgis.xml: fixed typo in a WKT example.
+       * [r2826] doc/postgis.xml: fixed typo in a WKT example.
 
-2008-07-03 19:07  robe
+2008-07-03 19:07  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: Examples of use of ST_MakeLine, correction to my
-         ST_Collect example.
+       * [r2825] doc/postgis.xml: Examples of use of ST_MakeLine,
+         correction to my ST_Collect example.
 
-2008-07-03 17:36  pramsey
+2008-07-03 17:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Add version information to <title>
+       * [r2824] doc/postgis.xml: Add version information to <title>
 
-2008-07-03 17:08  pramsey
+2008-07-03 17:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * java/jdbc/Makefile, java/jdbc/build.xml: Match version numbers to
-         new naming conventions.
+       * [r2821] java/jdbc/Makefile, java/jdbc/build.xml: Match version
+         numbers to new naming conventions.
 
-2008-07-03 09:28  mcayland
+2008-07-03 09:28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, liblwgeom/Makefile.in: Add the parser build rules
-         back into the liblwgeom Makefile, so now any changes to either
-         the lexer or parser source files will automatically invoke a
-         rebuild of the relevant output files during make
+       * [r2820] configure.ac, liblwgeom/Makefile.in: Add the parser build
+         rules back into the liblwgeom Makefile, so now any changes to
+         either the lexer or parser source files will automatically invoke
+         rebuild of the relevant output files during make
 
-2008-07-01 14:15  mcayland
+2008-07-01 14:15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, liblwgeom/Makefile.in: Fix liblwgeom requiring gcc
-         to compile. By using macros and variables supplied by libtool, we
-         can now detect the PIC flags and whether the compiler will accept
-         additional gcc warning flags for developers
+       * [r2819] configure.ac, liblwgeom/Makefile.in: Fix liblwgeom
+         requiring gcc to compile. By using macros and variables supplied
+         by libtool, we can now detect the PIC flags and whether the
+         compiler will accept additional gcc warning flags for developers
 
-2008-06-30 15:30  robe
+2008-06-30 15:30  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: Fixed typo
+       * [r2817] doc/postgis.xml: Fixed typo
 
-2008-06-29 19:19  mcayland
+2008-06-29 19:19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_pg.h, lwgeom/pgsql_compat.h: Move some PostgreSQL
-         compatibility macros from lwgeom_pg.h into pgsql_compat.h which
-         is their proper home
+       * [r2816] lwgeom/lwgeom_pg.h, lwgeom/pgsql_compat.h: Move some
+         PostgreSQL compatibility macros from lwgeom_pg.h into
+         pgsql_compat.h which is their proper home
 
-2008-06-29 19:11  mcayland
+2008-06-29 19:11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * GNUmakefile, configure.ac, liblwgeom, liblwgeom/Makefile.in,
-         liblwgeom/box2d.c, liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h,
-         liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
-         liblwgeom/lwcurve.c, liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
+       * [r2815] GNUmakefile, configure.ac, liblwgeom,
+         liblwgeom/Makefile.in, liblwgeom/box2d.c, liblwgeom/lex.yy.c,
+         liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c,
+         liblwgeom/lwcompound.c, liblwgeom/lwcurve.c,
+         liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
          liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
          liblwgeom/lwgunparse.c, liblwgeom/lwline.c, liblwgeom/lwmcurve.c,
          liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
          options, but these can be fixed later - it seemed more important
          to make the warnings visible to developers.
 
-2008-06-28 05:34  robe
+2008-06-28 05:34  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: Flesh out definition of ST_Collect and how to
-         use it.
+       * [r2814] doc/postgis.xml: Flesh out definition of ST_Collect and
+         how to use it.
 
-2008-06-26 02:40  kneufeld
+2008-06-26 02:40  Kevin Neufeld <kneufeld@refractions.net>
 
-       * lwgeom/lwpostgis.sql.in.c: ST_SnapToGrid SQL functions were
-         referencing the deprecated SnapToGrid instead of their ST_..
+       * [r2812] lwgeom/lwpostgis.sql.in.c: ST_SnapToGrid SQL functions
+         were referencing the deprecated SnapToGrid instead of their ST_..
          equivalents.
 
-2008-06-24 16:12  robe
+2008-06-24 16:12  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: Fix mismatched para in intersection
+       * [r2811] doc/postgis.xml: Fix mismatched para in intersection
          documentation and remove dangling command tag in Reporting
          Documentation Issues section.
 
-2008-06-24 15:57  robe
+2008-06-24 15:57  Regina Obe <lr@pcorp.us>
 
-       * doc/postgis.xml: Definitions for st_convexhull and
+       * [r2810] doc/postgis.xml: Definitions for st_convexhull and
          st_shift_longitude
 
-2008-06-06 08:53  mcayland
+2008-06-06 08:53  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/Makefile.in: Rearrange lwgeom/Makefile.in in terms of the
-         liblwgeom/PostgreSQL distinction, plus remove remaining JTS
-         reference.
+       * [r2809] lwgeom/Makefile.in: Rearrange lwgeom/Makefile.in in terms
+         of the liblwgeom/PostgreSQL distinction, plus remove remaining
+         JTS reference.
 
-2008-06-06 08:48  mcayland
+2008-06-06 08:48  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp,
+       * [r2808] lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp,
          lwgeom/lwgeom_nojts.c: Remove JTS support from liblwpostgis;
          native GCJ-compiled JTS code is reported not to be reliable
          enough within a production environment, so well stick with GEOS.
 
-2008-06-05 16:08  mcayland
+2008-06-05 16:08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwpostgis.sql.in.c: Some more updates to
+       * [r2807] lwgeom/lwpostgis.sql.in.c: Some more updates to
          lwpostgis.sql.in.c; correct a couple of missing conversions from
          OPAQUE_TYPE to internal (how on earth did regression tests pass
          with this still in place??), plus remove the UPDATE on pg_opclass
          to change the OID of the index storage type since we can do this
          by specifying a STORAGE clause instead.
 
-2008-06-05 14:49  mcayland
+2008-06-05 14:49  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/Makefile: Remove Makefile from lwgeom/ directory; it is no
-         longer needed as it is automatically generated from
+       * [r2806] lwgeom/Makefile: Remove Makefile from lwgeom/ directory;
+         it is no longer needed as it is automatically generated from
          lwgeom/Makefile.in
 
-2008-06-05 14:47  mcayland
+2008-06-05 14:47  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.pgsql2shp.in, loader/Makefile.shp2pgsql.in,
-         loader/compat.h, loader/pgsql2shp.c, lwgeom/Makefile,
-         lwgeom/Makefile.in: Update new Makefile copyrights, also remove
-         compat.h from the loader/ directory since it is now no longer
-         needed.
+       * [r2805] loader/Makefile.pgsql2shp.in,
+         loader/Makefile.shp2pgsql.in, loader/compat.h,
+         loader/pgsql2shp.c, lwgeom/Makefile, lwgeom/Makefile.in: Update
+         new Makefile copyrights, also remove compat.h from the loader/
+         directory since it is now no longer needed.
 
-2008-06-05 14:30  mcayland
+2008-06-05 14:30  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.ac, configure.in, macros/ac_proj4_version.m4: Update
-         copyrights for configure.ac (rewritten from scratch, and now
-         renamed from the deprecated form configure.in) and also the
+       * [r2804] configure.ac, configure.in, macros/ac_proj4_version.m4:
+         Update copyrights for configure.ac (rewritten from scratch, and
+         now renamed from the deprecated form configure.in) and also the
          PROJ.4 version detection macro
 
-2008-06-05 12:09  mcayland
+2008-06-05 12:09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/long_xact.sql.in, lwgeom/lwpostgis.sql.in.c,
+       * [r2803] lwgeom/long_xact.sql.in, lwgeom/lwpostgis.sql.in.c,
          lwgeom/sqlmm.sql.in: Switch all SQL and PL/PGSQL stored
          procedures over to use dollar quoting instead of apostrophes for
          function bodies. At last, most of the stored procedures actually
          become readable
 
-2008-06-05 11:19  mcayland
+2008-06-05 11:19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/long_xact.sql.in, lwgeom/sqldefines.h.in: Remove the
-         HAS_SCHEMA #define and all related #else code since we now
+       * [r2802] lwgeom/long_xact.sql.in, lwgeom/sqldefines.h.in: Remove
+         the HAS_SCHEMA #define and all related #else code since we now
          guarantee to be using PostgreSQL > 7.2
 
-2008-06-05 11:07  mcayland
+2008-06-05 11:07  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/Makefile.pgsql2shp.in, loader/PQunescapeBytea.c: Remove
-         PQunescapeBytea hack from pgsql2shp which is no longer needed, as
-         it was only required for versions of PostgreSQL < 7.3
+       * [r2801] loader/Makefile.pgsql2shp.in, loader/PQunescapeBytea.c:
+         Remove PQunescapeBytea hack from pgsql2shp which is no longer
+         needed, as it was only required for versions of PostgreSQL < 7.3
 
-2008-06-05 10:51  mcayland
+2008-06-05 10:51  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwpostgis.sql.in.c: Remove all of the pre-PostgreSQL 7.3
-         schema #ifdefs from lwpostgis.sql.in to make things readable once
-         again.
+       * [r2800] lwgeom/lwpostgis.sql.in.c: Remove all of the
+         pre-PostgreSQL 7.3 schema #ifdefs from lwpostgis.sql.in to make
+         things readable once again.
 
-2008-06-05 10:19  mcayland
+2008-06-05 10:19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_btree.c, lwgeom/lwgeom_dump.c,
+       * [r2799] lwgeom/lwgeom_btree.c, lwgeom/lwgeom_dump.c,
          lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c,
          lwgeom/lwgeom_transform.c, lwgeom/lwpostgis.sql.in.c,
          huge amounts of legacy C code related to PostgreSQL versions <
          8.1. Next step will be to work on the SQL script files too.
 
-2008-05-31 10:35  mcayland
+2008-05-31 10:35  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.in, lwgeom/DEBUG: Provide a new text file called DEBUG
-         explaining how to use the new debug system.
+       * [r2798] configure.in, lwgeom/DEBUG: Provide a new text file
+         called DEBUG explaining how to use the new debug system.
 
-2008-05-31 09:56  mcayland
+2008-05-31 09:56  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.in, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
+       * [r2797] configure.in, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
          lwgeom/long_xact.c, lwgeom/lwcollection.c, lwgeom/lwcompound.c,
          lwgeom/lwcurve.c, lwgeom/lwcurvepoly.c, lwgeom/lwgeom.c,
          lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
          during optimisation. Also: contains minor warning cleanups and a
          fix for the ST_Dwithin SQL definition.
 
-2008-05-28 23:03  pramsey
+2008-05-28 23:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/box2d.c, lwgeom/liblwgeom.h,
+       * [r2796] lwgeom/box2d.c, lwgeom/liblwgeom.h,
          lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_svg.c,
          lwgeom/lwpostgis.sql.in.c, lwgeom/measures.c: Enhanced speed
          of each other, rather than using distance naively. Change
          ST_DWithin to use enhanced op. (Issue 20)
 
-2008-05-28 21:58  pramsey
+2008-05-28 21:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Fix towgs84 for 31300 and 31370 (issue 23)
+       * [r2793] spatial_ref_sys.sql: Fix towgs84 for 31300 and 31370
+         (issue 23)
 
-2008-05-28 21:47  pramsey
+2008-05-28 21:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Geomunion name change note, issue 26.
+       * [r2792] doc/postgis.xml: Geomunion name change note, issue 26.
 
-2008-05-28 21:45  pramsey
+2008-05-28 21:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Bug reporting documentation (issue 27)
+       * [r2789] doc/postgis.xml: Bug reporting documentation (issue 27)
 
-2008-05-28 21:35  pramsey
+2008-05-28 21:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fix for issue 30, ST_Buffer doco mistake
+       * [r2787] doc/postgis.xml: Fix for issue 30, ST_Buffer doco mistake
 
-2008-05-27 15:08  mcayland
+2008-05-27 15:08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c: Remove
-         extra warnings related to the shp2pgsql deleted records patch
+       * [r2785] loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c:
+         Remove extra warnings related to the shp2pgsql deleted records
+         patch
 
-2008-05-27 14:47  mcayland
+2008-05-27 14:47  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.in, loader/Makefile.shp2pgsql,
+       * [r2784] configure.in, loader/Makefile.shp2pgsql,
          loader/Makefile.shp2pgsql.in, loader/shp2pgsql.c,
          postgis_config.h.in: Update new build system to include iconv
          detection for shp2pgsql
 
-2008-05-27 03:00  pramsey
+2008-05-27 03:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, loader/dbfopen.c, loader/shapefil.h,
+       * [r2783] ChangeLog, loader/dbfopen.c, loader/shapefil.h,
          loader/shp2pgsql.c: Fix for DBF files with deleted records. (#29)
 
-2008-05-22 20:43  mcayland
+2008-05-22 20:43  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/liblwgeom.h, lwgeom/long_xact.c, lwgeom/lwcurve.c,
+       * [r2781] lwgeom/liblwgeom.h, lwgeom/long_xact.c, lwgeom/lwcurve.c,
          lwgeom/lwgeom_box.c, lwgeom/lwgeom_chip.c,
          lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c,
          attempt to remove as many warnings as possible. Most of these are
          missing function prototypes at the top of each file.
 
-2008-05-22 14:34  mcayland
+2008-05-22 14:34  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.in, doc/Makefile.in: Update documentation build so that
-         "make install" now works. Maybe this will fix the on-line website
-         build?
+       * [r2780] configure.in, doc/Makefile.in: Update documentation build
+         so that "make install" now works. Maybe this will fix the on-line
+         website build?
 
-2008-05-22 14:31  mcayland
+2008-05-22 14:31  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * topology/Makefile, topology/topology.sql.in,
+       * [r2779] topology/Makefile, topology/topology.sql.in,
          topology/topology.sql.in.c: Update topology/ directory to use the
          new PGXS build system.
 
-2008-05-20 22:24  mcayland
+2008-05-20 22:24  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/Makefile, doc/Makefile.in: Update previous commit: add
-         Makefile.in and remove Makefile, since Makefile is now generated
-         from Makefile.in automatically.
+       * [r2778] doc/Makefile, doc/Makefile.in: Update previous commit:
+         add Makefile.in and remove Makefile, since Makefile is now
+         generated from Makefile.in automatically.
 
-2008-05-20 22:10  mcayland
+2008-05-20 22:10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.in, doc/Makefile: Rework the documentation Makefile so
-         that it works with the autoconf build system.
+       * [r2777] configure.in, doc/Makefile: Rework the documentation
+         Makefile so that it works with the autoconf build system.
 
-2008-05-14 17:24  mcayland
+2008-05-14 17:24  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * GNUmakefile: Fixes for previous commit: missed Makefile.config
-         target for "make clean"
+       * [r2776] GNUmakefile: Fixes for previous commit: missed
+         Makefile.config target for "make clean"
 
-2008-05-14 17:19  mcayland
+2008-05-14 17:19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * GNUmakefile, lwgeom/sqldefines.h: Fixes for previous commit:
-         Alter GNUmakefile to understand that Makefile.config no longer
-         exists, plus remove lwgeom/sqldefines.h as it is generated by
-         autoconf
+       * [r2775] GNUmakefile, lwgeom/sqldefines.h: Fixes for previous
+         commit: Alter GNUmakefile to understand that Makefile.config no
+         longer exists, plus remove lwgeom/sqldefines.h as it is generated
+         by autoconf
 
-2008-05-14 17:10  mcayland
+2008-05-14 17:10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * HOWTO_RELEASE, Makefile.config.in, Version.config, autogen.sh,
-         config.h.in, configure.in, loader/Makefile,
+       * [r2774] HOWTO_RELEASE, Makefile.config.in, Version.config,
+         autogen.sh, config.h.in, configure.in, loader/Makefile,
          loader/Makefile.pgsql2shp.in, loader/Makefile.shp2pgsql,
          loader/pgsql2shp.c, loader/shp2pgsql.c, lwgeom/Makefile,
          lwgeom/Makefile.in, lwgeom/Makefile.shlib, lwgeom/liblwgeom.c,
          to
          http://postgis.refractions.net/pipermail/postgis-devel/2008-May/003010.html.
 
-2008-04-24 01:04  pramsey
+2008-04-24 01:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, doc/postgis.xml, lwgeom/Makefile,
+       * [r2772] ChangeLog, doc/postgis.xml, lwgeom/Makefile,
          lwgeom/lwgeom_chip.c, lwgeom/lwgeom_geojson.c,
          lwgeom/lwpostgis.sql.in, regress/Makefile, regress/geojson.sql,
          regress/geojson_expected: ST_AsGeoJSon patch from Olivier Courtin
          <olivier.courtin@camptocamp.com>.
 
-2008-04-22 14:54  pramsey
+2008-04-22 14:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: envelope doco fix
+       * [r2771] doc/postgis.xml: envelope doco fix
 
-2008-04-12 18:39  pramsey
+2008-04-12 18:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Version.config: Bump trunk up to 1.3.4SVN
+       * [r2770] Version.config: Bump trunk up to 1.3.4SVN
 
-2008-04-12 18:32  pramsey
+2008-04-12 18:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, NEWS, README.postgis, Version.config, doc/postgis.xml:
-         Versions and news for the 1.3.3 release.
+       * [r2768] ChangeLog, NEWS, README.postgis, Version.config,
+         doc/postgis.xml: Versions and news for the 1.3.3 release.
 
-2008-04-12 16:46  pramsey
+2008-04-12 16:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog: Update re dbf patch
+       * [r2765] ChangeLog: Update re dbf patch
 
-2008-04-12 16:44  pramsey
+2008-04-12 16:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: New -n switch to support DBF-only loading of
-         attributes without shapes.
+       * [r2764] loader/shp2pgsql.c: New -n switch to support DBF-only
+         loading of attributes without shapes.
          Submitted by Regina Obe.
 
-2008-04-12 10:16  mcayland
+2008-04-12 10:16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * regress/regress_ogc_expected: Remove svn:eol-style from
+       * [r2763] regress/regress_ogc_expected: Remove svn:eol-style from
          regress_ogc_expected; MingW requires unix line endings in order
          for the diff to work as expected.
 
-2008-04-10 14:44  pramsey
+2008-04-10 14:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp.c: Reduce FTDate field size to 8 bytes from 10.
-         Matches other calls in the file
+       * [r2762] loader/pgsql2shp.c: Reduce FTDate field size to 8 bytes
+         from 10. Matches other calls in the file
          now, no good explanation in code why it was 10 to start with.
          http://postgis.refractions.net/pipermail/postgis-users/2008-April/019169.html
 
-2008-04-10 06:40  mcayland
+2008-04-10 06:40  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_basic.c,
-         lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_jts.c: Another round of
-         PostgreSQL 8.3 fixes, this time related to arrays. Make sure that
-         we use the supplied ArrayType pointer macros, instead of
-         attempting to access to cast directly to ArrayType. This resolved
-         GBT#13 where a "corrupted histogram" error is thrown when using
-         using ST_EstimatedExtent() under 8.3.
+       * [r2761] lwgeom/lwgeom_estimate.c,
+         lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c,
+         lwgeom/lwgeom_jts.c: Another round of PostgreSQL 8.3 fixes, this
+         time related to arrays. Make sure that we use the supplied
+         ArrayType pointer macros, instead of attempting to access to cast
+         directly to ArrayType. This resolved GBT#13 where a "corrupted
+         histogram" error is thrown when using using ST_EstimatedExtent()
+         under 8.3.
 
-2008-04-09 19:52  pramsey
+2008-04-09 19:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Change sr_id into an integer, per mca's
-         suggestion.
+       * [r2760] loader/shp2pgsql.c: Change sr_id into an integer, per
+         mca's suggestion.
 
-2008-04-08 21:36  pramsey
+2008-04-08 21:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Fix string literal comparison warnings:
-         "comparison with string literal results in
+       * [r2759] loader/shp2pgsql.c: Fix string literal comparison
+         warnings: "comparison with string literal results in
          unspecified behaviour"
 
-2008-04-07 20:09  pramsey
+2008-04-07 20:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, loader/getopt.c, loader/getopt.h, loader/pgsql2shp.c,
-         loader/shp2pgsql.c: Rename all occurances of getopt to
-         pgis_getopt to work around
+       * [r2758] ChangeLog, loader/getopt.c, loader/getopt.h,
+         loader/pgsql2shp.c, loader/shp2pgsql.c: Rename all occurances of
+         getopt to pgis_getopt to work around
          OS/X 10.5 system function name collision.
 
-2008-04-07 19:47  pramsey
+2008-04-07 19:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/kml.sql: Fix the ST_AsKML regression tests.
+       * [r2757] regress/kml.sql: Fix the ST_AsKML regression tests.
 
-2008-04-07 19:47  pramsey
+2008-04-07 19:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwpostgis.sql.in, regress/Makefile, regress/kml_expected,
-         regress/regress_ogc.sql, regress/regress_ogc_cover.sql,
+       * [r2756] lwgeom/lwpostgis.sql.in, regress/Makefile,
+         regress/kml_expected, regress/regress_ogc.sql,
+         regress/regress_ogc_cover.sql,
          regress/regress_ogc_cover_expected, regress/regress_ogc_expected:
          Allow conditional regression tests based on GEOS_VERNUM and move
          the
          AT_AsKML
          regression tests.
 
-2008-04-05 14:49  pramsey
+2008-04-05 14:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom.h: remove unloved header file
+       * [r2755] lwgeom/lwgeom.h: remove unloved header file
 
-2008-03-31 11:16  mcayland
+2008-03-31 11:16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_transform.c: Remove the code that adds
+       * [r2754] lwgeom/lwgeom_transform.c: Remove the code that adds
          share/contrib/nad to the PROJ.4 search path for PostgreSQL < 8.0
          since the mechanism for determining the path has changed from
          earlier versions, and this was mainly for Win32 users. Also
          rename nad/ directory to proj/ to keep it inline with an existing
          PROJ.4 installation.
 
-2008-03-30 19:38  pramsey
+2008-03-30 19:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: small syntax errors in ST_YMAX, etc functions
+       * [r2753] doc/postgis.xml: small syntax errors in ST_YMAX, etc
+         functions
 
-2008-03-30 19:37  pramsey
+2008-03-30 19:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwpostgis.sql.in: confirm st_*min st_*max
+       * [r2752] lwgeom/lwpostgis.sql.in: confirm st_*min st_*max
 
-2008-03-28 23:24  pramsey
+2008-03-28 23:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwpostgis.sql.in: Syntax error in sql.in
+       * [r2751] lwgeom/lwpostgis.sql.in: Syntax error in sql.in
 
-2008-03-28 21:31  pramsey
+2008-03-28 21:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in: Fixed up
-         KML patch from Eduin Carillo.
+       * [r2750] ChangeLog, lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in:
+         Fixed up KML patch from Eduin Carillo.
 
-2008-03-28 21:28  pramsey
+2008-03-28 21:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/Makefile: Enable the USE_PROJ and GEOS_VERNUM macros to
-         propogate into lwpostgis.sql.in
+       * [r2749] lwgeom/Makefile: Enable the USE_PROJ and GEOS_VERNUM
+         macros to propogate into lwpostgis.sql.in
 
-2008-03-28 21:10  pramsey
+2008-03-28 21:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in: Revert
-         KML patch, bad puppy!
+       * [r2748] ChangeLog, lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in:
+         Revert KML patch, bad puppy!
 
-2008-03-28 21:04  pramsey
+2008-03-28 21:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in: Added
-         KML patch from Eduin Carillo.
+       * [r2747] ChangeLog, lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in:
+         Added KML patch from Eduin Carillo.
          http://code.google.com/p/postgis/issues/detail?id=17
 
-2008-03-28 20:18  pramsey
+2008-03-28 20:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/Makefile: Changed ifeq to ifndef for CXX macro test.
+       * [r2746] lwgeom/Makefile: Changed ifeq to ifndef for CXX macro
+         test.
 
-2008-03-28 20:17  pramsey
+2008-03-28 20:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * geos_version.sh: Removed unloved and un-used geos_version.sh
-         file.
+       * [r2745] geos_version.sh: Removed unloved and un-used
+         geos_version.sh file.
 
-2008-03-28 20:03  pramsey
+2008-03-28 20:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, doc/postgis.xml, lwgeom/lwgeom_svg.c: Added SVN
-         support patch from Dr. Marco Hugentobler, as described in
+       * [r2744] ChangeLog, doc/postgis.xml, lwgeom/lwgeom_svg.c: Added
+         SVN support patch from Dr. Marco Hugentobler, as described in
          http://postgis.refractions.net/pipermail/postgis-devel/2008-February/002883.html
 
-2008-03-28 19:25  pramsey
+2008-03-28 19:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, Makefile.config.in, configure.in, lwgeom/Makefile,
-         lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in: Added
-         GEOS_VERNUM macro and protected GEOS 3.0/3.1 functionality behind
-         it.
+       * [r2743] ChangeLog, Makefile.config.in, configure.in,
+         lwgeom/Makefile, lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in:
+         Added GEOS_VERNUM macro and protected GEOS 3.0/3.1 functionality
+         behind it.
 
-2008-03-28 18:55  mcayland
+2008-03-28 18:55  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_functions_basic.c: Fix crash caused by double-free
-         in LWGEOM_same - we were accidentally freeing the 1st parameter
-         twice instead of freeing the second parameter. Thanks to Cliff
-         Wright for the bug report.
+       * [r2742] lwgeom/lwgeom_functions_basic.c: Fix crash caused by
+         double-free in LWGEOM_same - we were accidentally freeing the 1st
+         parameter twice instead of freeing the second parameter. Thanks
+         to Cliff Wright for the bug report.
 
-2008-03-28 17:05  pramsey
+2008-03-28 17:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/Makefile: Removed regress_ogc_prep from tests temporarily
-         until a new GEOS is released with support
+       * [r2741] regress/Makefile: Removed regress_ogc_prep from tests
+         temporarily until a new GEOS is released with support
          for new predicates.
 
-2008-03-27 21:18  mcayland
+2008-03-27 21:18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_box2dfloat4.c: Fix bug with |>> and <<| operators -
-         the BOX2D overabove and overbelow functions were actually wrong,
-         causing index scans to return the wrong results. Per bug report
-         from Tomas Karlsson.
+       * [r2740] lwgeom/lwgeom_box2dfloat4.c: Fix bug with |>> and <<|
+         operators - the BOX2D overabove and overbelow functions were
+         actually wrong, causing index scans to return the wrong results.
+         Per bug report from Tomas Karlsson.
 
-2008-03-26 03:40  pramsey
+2008-03-26 03:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Change link to postgis bug tracker
+       * [r2739] doc/postgis.xml: Change link to postgis bug tracker
 
-2008-03-21 08:17  mcayland
+2008-03-21 08:17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c: Resolve
-         GBT bugs #2,#3 and #9 related to crashes when calling aggregate
-         functions under PostgreSQL 8.3 (all earlier versions would not
-         see the error). This was due to missing more VARSIZE macros in
-         the PostgreSQL 8.3 conversion. The complete list of affected
-         functions under PostgreSQL 8.3 is: ST_force_2d(), ST_force_3dz(),
-         ST_force_3dm(), ST_force_4d(), ST_Collect(), ST_MakeLine(),
-         ST_Polygonize(), ST_Union()/ST_GeomUnion(),
+       * [r2738] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c:
+         Resolve GBT bugs #2,#3 and #9 related to crashes when calling
+         aggregate functions under PostgreSQL 8.3 (all earlier versions
+         would not see the error). This was due to missing more VARSIZE
+         macros in the PostgreSQL 8.3 conversion. The complete list of
+         affected functions under PostgreSQL 8.3 is: ST_force_2d(),
+         ST_force_3dz(), ST_force_3dm(), ST_force_4d(), ST_Collect(),
+         ST_MakeLine(), ST_Polygonize(), ST_Union()/ST_GeomUnion(),
          ST_MakePolygon()/ST_Polygon().
 
-2008-02-12 15:05  pramsey
+2008-02-12 15:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Document
+       * [r2737] doc/postgis.xml: Document
          ST_SimplifyPreserveTopology(geometry,float)
 
-2008-02-12 15:03  pramsey
+2008-02-12 15:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in: Added
-         hook to GEOSTopologyPreserveSimplify
+       * [r2736] ChangeLog, lwgeom/lwgeom_geos_c.c,
+         lwgeom/lwpostgis.sql.in: Added hook to
+         GEOSTopologyPreserveSimplify
 
 2008-01-29 01:24  benjubb
 
-       * lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in,
+       * [r2735] lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in,
          regress/Makefile, regress/regress_ogc_prep.sql,
          regress/regress_ogc_prep_expected: Changed the interface for the
          GEOS prepared predicates.
 
 2008-01-22 19:44  benjubb
 
-       * lwgeom/lwgeom_geos_c.c: Ammended to include prepared geometry
-         cache code in scope of PREPARED_GEOM symbol.
+       * [r2734] lwgeom/lwgeom_geos_c.c: Ammended to include prepared
+         geometry cache code in scope of PREPARED_GEOM symbol.
 
 2008-01-22 00:24  benjubb
 
-       * lwgeom/lwgeom_geos_c.c: Modified to check version of GEOS and
-         stub out prepared predicates if GEOS is prior to 3.1.0
+       * [r2733] lwgeom/lwgeom_geos_c.c: Modified to check version of GEOS
+         and stub out prepared predicates if GEOS is prior to 3.1.0
 
 2008-01-18 18:57  benjubb
 
-       * lwgeom/lwgeom_geos_c.c: Made some minor changes suggested by Mark
-         Cave-Ayland.
+       * [r2732] lwgeom/lwgeom_geos_c.c: Made some minor changes suggested
+         by Mark Cave-Ayland.
 
 2008-01-18 01:05  benjubb
 
-       * lwgeom/lwpostgis.sql.in: Added new function wrappers to expose
-         prepared geometry predicates:
+       * [r2731] lwgeom/lwpostgis.sql.in: Added new function wrappers to
+         expose prepared geometry predicates:
          ST_ContainsPrepared( geometry, geometry )
          ST_ContainsProperlyPrepared( geometry, geometry )
          ST_CoversPrepared( geometry, geometry )
 
 2008-01-18 01:04  benjubb
 
-       * lwgeom/lwgeom_geos_c.c: Added new functions to lwgeom_geos_c.c to
-         support prepared geometry predicates.
+       * [r2730] lwgeom/lwgeom_geos_c.c: Added new functions to
+         lwgeom_geos_c.c to support prepared geometry predicates.
          bool containsPrepared( geom, geom)
          bool containsProperlyPrepared( geom, geom)
          bool coversPrepared( geom, geom)
 
 2008-01-18 00:59  benjubb
 
-       * regress/regress_ogc_prep.sql, regress/regress_ogc_prep_expected:
-         Tests for the prepared geometry predicates.
+       * [r2729] regress/regress_ogc_prep.sql,
+         regress/regress_ogc_prep_expected: Tests for the prepared
+         geometry predicates.
          The tests were copied from regress_ogc, and modified.
          Most of the tests use a pattern where the same function is
          invoked three times with the same argument.
          fails for one case. This
          probably due to a bug in GEOS.
 
-2008-01-11 15:05  mcayland
+2008-01-11 15:05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * Version.config: Bump version number to 1.3.3SVN for next
+       * [r2727] Version.config: Bump version number to 1.3.3SVN for next
          development cycle.
 
-2008-01-11 15:04  mcayland
+2008-01-11 15:04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp.c, lwgeom/Makefile: Rewrite the pgsql2shp
-         connection string code so that it uses a connection string,
-         rather than setting environment variables. MingW-compiled and
-         MSVC-compiled apps seem to have great problems passing the
+       * [r2726] loader/pgsql2shp.c, lwgeom/Makefile: Rewrite the
+         pgsql2shp connection string code so that it uses a connection
+         string, rather than setting environment variables. MingW-compiled
+         and MSVC-compiled apps seem to have great problems passing the
          variables to each other, causing regression to fail. With this
          fix (and a Makefile tweak), it is now possible to run a
          MingW-compiled PostGIS against an MSVC compiled PostgreSQL and
          pass all regression tests.
 
-2007-12-03 23:10  pramsey
+2007-12-03 23:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fix up bad entities and screwed up
+       * [r2725] doc/postgis.xml: Fix up bad entities and screwed up
          programlistings from some previous pretty-printing
          run on the XML.
 
-2007-12-02 20:37  mcayland
+2007-12-02 20:37  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * ChangeLog, README.postgis: Commit updated versions of the
+       * [r2723] ChangeLog, README.postgis: Commit updated versions of the
          ChangeLog and README.postgis (also change some references in
          README.postgis from "run as root" to "run as postgres", and
          correct the --with-pgsql and --with-geos documentation)
 
-2007-11-30 18:19  pramsey
+2007-11-30 18:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS, doc/postgis.xml: Added release notes.
+       * [r2722] NEWS, doc/postgis.xml: Added release notes.
 
-2007-11-30 13:04  mcayland
+2007-11-30 13:04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgparse.c: Fix the (E)WKB parser so that it performs
-         validation checks in the same way as the WKT parser, e.g. ensure
-         POLYGON rings are closed, LINESTRINGs consist of at least 2
-         points and that curves have at least 3 points. As discovered when
-         looking simplify() bug submitted by Ivan Mincik.
+       * [r2721] lwgeom/lwgparse.c: Fix the (E)WKB parser so that it
+         performs validation checks in the same way as the WKT parser,
+         e.g. ensure POLYGON rings are closed, LINESTRINGs consist of at
+         least 2 points and that curves have at least 3 points. As
+         discovered when looking simplify() bug submitted by Ivan Mincik.
 
-2007-11-27 22:39  mcayland
+2007-11-27 22:39  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwcurve.c, lwgeom/lwgeom_api.c,
-         lwgeom/lwgeom_pg.c, lwgeom/lwline.c, lwgeom/lwpoint.c,
-         lwgeom/lwpoly.c: Rename the existing get_int32() and get_uint32()
-         functions to lw_get_int32() and lw_get_uint32() respectively in
-         order to avoid a collision with functions of the same name in
-         newer versions of OS X. This should resolve the problem with
-         PostGIS crashing on some OS X installations. Many thanks to
-         William Kyngesburye and others for resolving this issue.
+       * [r2719] lwgeom/liblwgeom.h, lwgeom/lwcurve.c,
+         lwgeom/lwgeom_api.c, lwgeom/lwgeom_pg.c, lwgeom/lwline.c,
+         lwgeom/lwpoint.c, lwgeom/lwpoly.c: Rename the existing
+         get_int32() and get_uint32() functions to lw_get_int32() and
+         lw_get_uint32() respectively in order to avoid a collision with
+         functions of the same name in newer versions of OS X. This should
+         resolve the problem with PostGIS crashing on some OS X
+         installations. Many thanks to William Kyngesburye and others for
+         resolving this issue.
 
-2007-11-27 22:19  mcayland
+2007-11-27 22:19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_transform.c: Extend the PROJ.4 search path to
-         include $sharedir/contrib/postgis/nad when looking for grid
+       * [r2718] lwgeom/lwgeom_transform.c: Extend the PROJ.4 search path
+         to include $sharedir/contrib/postgis/nad when looking for grid
          files. This is mainly to allow Win32 builds to find grid files
          without having to use a PROJ.4 DLL compiled containing a fixed
          path.
 
-2007-11-23 10:42  mcayland
+2007-11-23 10:42  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql.c: Apply Tom Glancy's patch to shp2pgsql which
-         corrects an off-by-one error in the field_width calculation when
-         determining which SQL numeric type is required depending upon the
-         length of the corresponding shapefile field. This should
+       * [r2717] loader/shp2pgsql.c: Apply Tom Glancy's patch to shp2pgsql
+         which corrects an off-by-one error in the field_width calculation
+         when determining which SQL numeric type is required depending
+         upon the length of the corresponding shapefile field. This should
          eliminate various out of range error messages that may have
          appeared when attempting to load a converted shapefile into
          PostgreSQL.
 
-2007-11-23 10:24  mcayland
+2007-11-23 10:24  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * java/jdbc/Makefile, java/jdbc/build.xml: Commit a first attempt
-         at an Ant build.xml file for the PostGIS JDBC driver so finally
-         all the Java drivers build with Ant for consistency, plus we
-         eliminate numerous cross platform problems. As it stands, the
+       * [r2716] java/jdbc/Makefile, java/jdbc/build.xml: Commit a first
+         attempt at an Ant build.xml file for the PostGIS JDBC driver so
+         finally all the Java drivers build with Ant for consistency, plus
+         we eliminate numerous cross platform problems. As it stands, the
          build.xml file supports only the standard JDBC driver - if you
          wish to use a JTS-enabled JDBC driver or run the online
          regression tests then you must still use the Makefile. Any help
          porting the remaining parts of the Makefile would be appreciated.
 
-2007-10-29 16:29  mcayland
+2007-10-29 16:29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/pgsql2shp.c, lwgeom/lwcurve.c, lwgeom/lwgeom_dump.c,
-         lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_transform.c: Apply parts of
-         Charlie Savage's MSVC patch - mainly tidying up variable
-         allocations so they appear at the start of functions, but also
-         making better use of the pj_get_errno_ref() which gets rid of the
-         auto-import warnings on MingW.
+       * [r2715] loader/pgsql2shp.c, lwgeom/lwcurve.c,
+         lwgeom/lwgeom_dump.c, lwgeom/lwgeom_rtree.c,
+         lwgeom/lwgeom_transform.c: Apply parts of Charlie Savage's MSVC
+         patch - mainly tidying up variable allocations so they appear at
+         the start of functions, but also making better use of the
+         pj_get_errno_ref() which gets rid of the auto-import warnings on
+         MingW.
 
-2007-10-29 14:22  mcayland
+2007-10-29 14:22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/Makefile: Remove version numbers from liblwgeom references
-         in lwpostgis.sql as per
+       * [r2714] lwgeom/Makefile: Remove version numbers from liblwgeom
+         references in lwpostgis.sql as per
          http://postgis.refractions.net/pipermail/postgis-devel/2007-September/002764.html.
          This should help make upgrades a lot easier for people since it
          removes the need to change the SQL function definitions when
          remove support for PostgreSQL < 8.0, we can use PGXS instead and
          thus remove the redundant shared library code from PostGIS.
 
-2007-10-29 13:44  mcayland
+2007-10-29 13:44  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
+       * [r2713] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
          lwgeom/lwgeom_functions_basic.c: Commit Charlie Savage's patches
          (with additional comments) to the bounding box/envelope functions
          to ensure that valid geometries are always returned; in more
          archives Sept 2007 'How to get the centroid of an bounding box
          using st_extent'.
 
-2007-10-29 12:34  mcayland
+2007-10-29 12:34  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwpoint.c: Fix broken error message when attempting to
-         deserialise a type other than a point; the message should now
-         correctly show the name of the offending type. Patch supplied by
-         Charlie Savage.
+       * [r2712] lwgeom/lwpoint.c: Fix broken error message when
+         attempting to deserialise a type other than a point; the message
+         should now correctly show the name of the offending type. Patch
+         supplied by Charlie Savage.
 
-2007-10-23 00:19  pramsey
+2007-10-23 00:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CREDITS, lwgeom/lwgeom_kml.c, regress/kml.sql: KML credits patch
-         <yecarrillo>
+       * [r2711] CREDITS, lwgeom/lwgeom_kml.c, regress/kml.sql: KML
+         credits patch <yecarrillo>
 
-2007-10-10 21:27  mcayland
+2007-10-10 21:27  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_gml.c: Apply extra fixes for the reworked AsGML()
-         function to ensure that enough memory is allocated for the GML
-         output. Patch supplied by Barbara Phillipot.
+       * [r2710] lwgeom/lwgeom_gml.c: Apply extra fixes for the reworked
+         AsGML() function to ensure that enough memory is allocated for
+         the GML output. Patch supplied by Barbara Phillipot.
 
-2007-09-28 10:18  mcayland
+2007-09-28 10:18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_gml.c: Fix a mistake in my refactoring of the
-         AsGML() patch for GML3 support - the detoasted geometry is now
-         the second argument rather than the first. Per report from
+       * [r2709] lwgeom/lwgeom_gml.c: Fix a mistake in my refactoring of
+         the AsGML() patch for GML3 support - the detoasted geometry is
+         now the second argument rather than the first. Per report from
          Olivier Courtin.
 
-2007-09-19 05:01  pramsey
+2007-09-19 05:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_functions_basic.c: Applied patch from Charlie
-         Savage to make ST_Envelope return a POINT
+       * [r2708] lwgeom/lwgeom_functions_basic.c: Applied patch from
+         Charlie Savage to make ST_Envelope return a POINT
          when the input geometry is a POINT or a one-part MULTIPOINT.
 
-2007-09-06 16:03  mcayland
+2007-09-06 16:03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/postgis.xml, lwgeom/lwgeom_gml.c, lwgeom/lwpostgis.sql.in:
-         Commit modified version of Barbara Phillipot's GML patch to fix
-         existing output to make it GML2 compliant, plus add GML3 output
-         capability
+       * [r2707] doc/postgis.xml, lwgeom/lwgeom_gml.c,
+         lwgeom/lwpostgis.sql.in: Commit modified version of Barbara
+         Phillipot's GML patch to fix existing output to make it GML2
+         compliant, plus add GML3 output capability
 
-2007-08-22 15:09  pramsey
+2007-08-22 15:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml, lwgeom/lwpostgis.sql.in: Rename ST_GeomUnion to
-         ST_Union in docs and ST_MemGeomUnion to ST_MemUnion in
+       * [r2700] doc/postgis.xml, lwgeom/lwpostgis.sql.in: Rename
+         ST_GeomUnion to ST_Union in docs and ST_MemGeomUnion to
+         ST_MemUnion in
          .sql.
 
-2007-08-21 23:02  mcayland
+2007-08-21 23:02  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_ogc.c: Fix crash when calling ST_EndPoint caused by
-         a double-free in LWGEOM_endpoint_linestring. This bug has been
-         there for a while - thanks to Eric Francois for the bug report.
+       * [r2699] lwgeom/lwgeom_ogc.c: Fix crash when calling ST_EndPoint
+         caused by a double-free in LWGEOM_endpoint_linestring. This bug
+         has been there for a while - thanks to Eric Francois for the bug
+         report.
 
 2007-08-15 14:39  snowman
 
-       * extras/tiger_geocoder/geocode/geocode_location.sql: - Include
-         levenshtein difference in rating when doing city/state match.
+       * [r2694] extras/tiger_geocoder/geocode/geocode_location.sql: -
+         Include levenshtein difference in rating when doing city/state
+         match.
 
-2007-08-13 16:30  pramsey
+2007-08-13 16:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Version.config: Increment version number to 1.3.2 for next
-         development cycle
+       * [r2693] Version.config: Increment version number to 1.3.2 for
+         next development cycle
 
-2007-08-13 16:12  pramsey
+2007-08-13 16:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * ChangeLog, HOWTO_RELEASE, NEWS, README.postgis, Version.config,
-         doc/postgis.xml: Version flip up to 1.3.1
+       * [r2691] ChangeLog, HOWTO_RELEASE, NEWS, README.postgis,
+         Version.config, doc/postgis.xml: Version flip up to 1.3.1
 
-2007-08-13 15:51  mcayland
+2007-08-13 15:51  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/postgis.xml: Fixed spelling error for the word "geometry"
-         thanks to Regina Obe, plus added comment about initial PostgreSQL
-         8.3 support.
+       * [r2690] doc/postgis.xml: Fixed spelling error for the word
+         "geometry" thanks to Regina Obe, plus added comment about initial
+         PostgreSQL 8.3 support.
 
-2007-08-13 07:27  mcayland
+2007-08-13 07:27  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/postgis.xml: This time really fix the documentation missing
-         tag problem...
+       * [r2689] doc/postgis.xml: This time really fix the documentation
+         missing tag problem...
 
-2007-08-13 07:14  mcayland
+2007-08-13 07:14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/postgis.xml: Fix documentation since an error in the 1.3.0
-         release notes xml caused the build to fail (this may need author
-         review)
+       * [r2688] doc/postgis.xml: Fix documentation since an error in the
+         1.3.0 release notes xml caused the build to fail (this may need
+         author review)
 
-2007-08-13 07:06  mcayland
+2007-08-13 07:06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom.c: Remove warning about unused variable in lwgeom.c
-         (it was a leftover from the PostgreSQL 8.3 compatibility patch)
+       * [r2687] lwgeom/lwgeom.c: Remove warning about unused variable in
+         lwgeom.c (it was a leftover from the PostgreSQL 8.3 compatibility
+         patch)
 
-2007-08-09 22:50  mleslie
+2007-08-09 22:50  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * ChangeLog, NEWS, README.postgis, Version.config, doc/postgis.xml:
-         Added release notes and updated version numbers and release
-         dates.
+       * [r2684] ChangeLog, NEWS, README.postgis, Version.config,
+         doc/postgis.xml: Added release notes and updated version numbers
+         and release dates.
 
-2007-08-09 22:19  mleslie
+2007-08-09 22:19  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwgeom_jts.c: Moved the intersects method back to the
-         original definition and disabled the new apparently broken
+       * [r2682] lwgeom/lwgeom_jts.c: Moved the intersects method back to
+         the original definition and disabled the new apparently broken
          implementation.
 
-2007-08-09 16:57  mleslie
+2007-08-09 16:57  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * Version.config: Bumped the version number to RC5.
+       * [r2681] Version.config: Bumped the version number to RC5.
 
-2007-08-09 16:56  mleslie
+2007-08-09 16:56  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * regress/sql-mm-circularstring.sql,
+       * [r2680] regress/sql-mm-circularstring.sql,
          regress/sql-mm-circularstring_expected.in,
          regress/sql-mm-compoundcurve.sql,
          regress/sql-mm-compoundcurve_expected.in,
          regress/sql-mm-multisurface_expected.in: Updated the regression
          tests for curved geoms to avoid the byte ordering problems.
 
-2007-08-03 20:58  mleslie
+2007-08-03 20:58  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwgeom_jts_wrapper.cpp: Removed an unused function that
-         was erroneously committed.
+       * [r2679] lwgeom/lwgeom_jts_wrapper.cpp: Removed an unused function
+         that was erroneously committed.
 
-2007-08-02 19:58  mleslie
+2007-08-02 19:58  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added
+       * [r2678] lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added
          PreparedGeometry and caching support to the intersects function
          in the jts connector. Created wrapper functions for the
          PreparedGeometry functionality.
 
-2007-08-02 19:57  mleslie
+2007-08-02 19:57  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwgeom_functions_analytic.c: Removed a call to the
+       * [r2677] lwgeom/lwgeom_functions_analytic.c: Removed a call to the
          deprecated point_in_ring function.
 
-2007-07-31 20:40  mleslie
+2007-07-31 20:40  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * Version.config: Updated the version numbers.
+       * [r2672] Version.config: Updated the version numbers.
 
-2007-07-26 18:55  mleslie
+2007-07-26 18:55  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/long_xact.sql.in: Applyed Michael Fuhrs patch to fix the
-         reserved word issue against PostgreSQL 8.3.
+       * [r2671] lwgeom/long_xact.sql.in: Applyed Michael Fuhrs patch to
+         fix the reserved word issue against PostgreSQL 8.3.
 
-2007-07-23 21:43  mleslie
+2007-07-23 21:43  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/liblwgeom.h: Fixed the FP_LTEQ macro to accomodate values
-         significantly larger that zero.
+       * [r2669] lwgeom/liblwgeom.h: Fixed the FP_LTEQ macro to accomodate
+         values significantly larger that zero.
 
-2007-07-23 18:52  mleslie
+2007-07-23 18:52  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwgeom_jts.c: Added the covers and coveredby functions to
-         the jts connector.
+       * [r2668] lwgeom/lwgeom_jts.c: Added the covers and coveredby
+         functions to the jts connector.
 
-2007-07-23 16:29  mleslie
+2007-07-23 16:29  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/shp2pgsql.c: Updated the loader to create the index after
-         the data has been loaded.
+       * [r2667] loader/shp2pgsql.c: Updated the loader to create the
+         index after the data has been loaded.
 
-2007-07-20 04:29  pramsey
+2007-07-20 04:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwpostgis.sql.in: Fix some ST_ declarations that were
-         missing.
+       * [r2666] lwgeom/lwpostgis.sql.in: Fix some ST_ declarations that
+         were missing.
 
-2007-07-18 15:57  mleslie
+2007-07-18 15:57  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * doc/postgis.xml: Applying Michael Fuhrs patch to correct my
-         attrocious selling.
+       * [r2665] doc/postgis.xml: Applying Michael Fuhrs patch to correct
+         my attrocious selling.
 
-2007-07-16 18:53  mleslie
+2007-07-16 18:53  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * doc/postgis.xml: Added notes about the implicit index operators
-         on the relational functions.
+       * [r2664] doc/postgis.xml: Added notes about the implicit index
+         operators on the relational functions.
 
-2007-07-16 18:26  mleslie
+2007-07-16 18:26  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * regress/sql-mm-circularstring.sql,
+       * [r2663] regress/sql-mm-circularstring.sql,
          regress/sql-mm-compoundcurve.sql, regress/sql-mm-curvepoly.sql,
          regress/sql-mm-multicurve.sql, regress/sql-mm-multisurface.sql:
          Resurrected the ST_LineToCurve regression tests, but commented
          them out until ST_SnapToGrid excepts curves.
 
-2007-07-16 18:06  mleslie
+2007-07-16 18:06  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * loader/shp2pgsql.c: Upgraded the escaping of quotes from the
-         deprecated backslashing to the doubling of quotes.
+       * [r2662] loader/shp2pgsql.c: Upgraded the escaping of quotes from
+         the deprecated backslashing to the doubling of quotes.
 
-2007-07-13 05:48  mcayland
+2007-07-13 05:48  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql.c: Rollback experimental shp2pgsql escaping
-         change that accidently got included in the last commit :(
+       * [r2657] loader/shp2pgsql.c: Rollback experimental shp2pgsql
+         escaping change that accidently got included in the last commit
+         :(
 
-2007-07-13 05:42  mcayland
+2007-07-13 05:42  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * loader/shp2pgsql.c, lwgeom/lwgeom_transform.c: Correct previous
-         commit for older PostgreSQL versions - the order of the methods
-         in PROJ4SRSCacheContextMethods is not consistent between
+       * [r2656] loader/shp2pgsql.c, lwgeom/lwgeom_transform.c: Correct
+         previous commit for older PostgreSQL versions - the order of the
+         methods in PROJ4SRSCacheContextMethods is not consistent between
          versions.
 
-2007-07-12 20:33  mcayland
+2007-07-12 20:33  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_transform.c: Add missing methods to the PROJ.4
-         cache memory context to prevent a backend crash caused by a NULL
-         pointer dereference when PostgreSQL is trying to clean up memory
-         contexts. Per report from Tom Lane.
+       * [r2655] lwgeom/lwgeom_transform.c: Add missing methods to the
+         PROJ.4 cache memory context to prevent a backend crash caused by
+         a NULL pointer dereference when PostgreSQL is trying to clean up
+         memory contexts. Per report from Tom Lane.
 
-2007-07-12 17:20  mleslie
+2007-07-12 17:20  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * regress/sql-mm-circularstring.sql,
+       * [r2654] regress/sql-mm-circularstring.sql,
          regress/sql-mm-circularstring_expected.in,
          regress/sql-mm-compoundcurve.sql,
          regress/sql-mm-compoundcurve_expected.in,
          regress/sql-mm-multisurface_expected.in: Removing the unsnappable
          test calls to LineToCurve.
 
-2007-07-11 01:17  pramsey
+2007-07-11 01:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * extras/debian: Remove extra/debian, per recommendation from
-         Stephen Frost
+       * [r2653] extras/debian: Remove extra/debian, per recommendation
+         from Stephen Frost
 
-2007-07-10 21:12  pramsey
+2007-07-10 21:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * GNUmakefile: Remove templategis from make, install, clean
+       * [r2652] GNUmakefile: Remove templategis from make, install, clean
          targets.
 
 2007-07-09 03:11  snowman
 
-       * extras/tiger_geocoder/geocode/geocode.sql: - Remove debugging
-         NOTICE
+       * [r2651] extras/tiger_geocoder/geocode/geocode.sql: - Remove
+         debugging NOTICE
 
 2007-07-09 02:20  snowman
 
-       * extras/tiger_geocoder/create_geocode.sql,
+       * [r2650] extras/tiger_geocoder/create_geocode.sql,
          extras/tiger_geocoder/geocode/geocode.sql,
          extras/tiger_geocoder/normalize/pprint_addy.sql: - Added
          print-print function for norm_addy type (norm_addy -> varchar)
 
 2007-07-08 21:56  snowman
 
-       * extras/tiger_geocoder/tables/lookup_tables.sql: - City names are
-         90 characters (this matters more than you might
+       * [r2649] extras/tiger_geocoder/tables/lookup_tables.sql: - City
+         names are 90 characters (this matters more than you might
          think because it affects the types returned from the various
          calls and if they don't match subsequent geocode() queries in
          the same session may complain about the planned record type not
          matching across calls)
 
-2007-07-06 16:45  pramsey
+2007-07-06 16:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: ST_Dwithin reference entry
+       * [r2648] doc/postgis.xml: ST_Dwithin reference entry
 
-2007-07-06 16:44  pramsey
+2007-07-06 16:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwpostgis.sql.in: Added ST_DWithin SQL function
+       * [r2647] lwgeom/lwpostgis.sql.in: Added ST_DWithin SQL function
 
-2007-07-04 17:12  mleslie
+2007-07-04 17:12  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwpostgis.sql.in: Applied the patch from Michael Fuhr to
-         fix the definition of ST_PointN
+       * [r2646] lwgeom/lwpostgis.sql.in: Applied the patch from Michael
+         Fuhr to fix the definition of ST_PointN
 
 2007-07-03 21:36  snowman
 
-       * extras/tiger_geocoder/import/load_tiger.sh: - Change to generic
-         database name
+       * [r2645] extras/tiger_geocoder/import/load_tiger.sh: - Change to
+         generic database name
 
 2007-07-03 21:36  snowman
 
-       * extras/tiger_geocoder/INSTALL: - Update install instructions
+       * [r2644] extras/tiger_geocoder/INSTALL: - Update install
+         instructions
 
 2007-07-03 21:32  snowman
 
-       * extras/tiger_geocoder/import,
+       * [r2643] extras/tiger_geocoder/import,
          extras/tiger_geocoder/import/load_tiger.sh,
          extras/tiger_geocoder/import/newdb.sh,
          extras/tiger_geocoder/import/tigerimport.sh,
 
 2007-07-03 21:30  snowman
 
-       * extras/tiger_geocoder/create_geocode.sql,
+       * [r2642] extras/tiger_geocoder/create_geocode.sql,
          extras/tiger_geocoder/geocode,
          extras/tiger_geocoder/geocode/geocode.sql,
          extras/tiger_geocoder/geocode/geocode_address.sql,
 
 2007-07-03 21:22  snowman
 
-       * extras/tiger_geocoder/utility,
+       * [r2641] extras/tiger_geocoder/utility,
          extras/tiger_geocoder/utility/cull_null.sql,
          extras/tiger_geocoder/utility/levenshtein_ignore_case.sql,
          extras/tiger_geocoder/utility/nullable_levenshtein.sql,
 
 2007-07-03 21:19  snowman
 
-       * extras/tiger_geocoder/tables/lookup_tables.sql,
+       * [r2640] extras/tiger_geocoder/tables/lookup_tables.sql,
          extras/tiger_geocoder/tables/roads_local.sql,
          extras/tiger_geocoder/tables/tiger_geocode_roads.sql: tables/-
          New scripts for roads_local/tiger_geocode_roads, clean up
 
 2007-07-03 21:05  snowman
 
-       * extras/tiger_geocoder/INSTALL, extras/tiger_geocoder/README,
-         extras/tiger_geocoder/orig,
+       * [r2639] extras/tiger_geocoder/INSTALL,
+         extras/tiger_geocoder/README, extras/tiger_geocoder/orig,
          extras/tiger_geocoder/orig/tiger_geocoder.sql,
          extras/tiger_geocoder/tables,
          extras/tiger_geocoder/tables/lookup_tables.sql,
 
 2007-07-03 20:51  snowman
 
-       * extras/tiger_geocoder/tiger_geocoder.sql: - Original tiger
-         geocoder
+       * [r2638] extras/tiger_geocoder/tiger_geocoder.sql: - Original
+         tiger geocoder
 
-2007-07-03 20:03  mleslie
+2007-07-03 20:03  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * extras/tiger_geocoder: Added a home for the tiger geocoder.
+       * [r2637] extras/tiger_geocoder: Added a home for the tiger
+         geocoder.
 
-2007-06-28 22:46  mleslie
+2007-06-28 22:46  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * ChangeLog, doc/postgis.xml, lwgeom/lwgeom_geos_c.c,
+       * [r2635] ChangeLog, doc/postgis.xml, lwgeom/lwgeom_geos_c.c,
          lwgeom/lwpostgis.sql.in, regress/regress_ogc.sql,
          regress/regress_ogc_expected: Added ST_Covers and ST_CoveredBy
          functions, as discussed at http://lin-ear-th-inking.blogspot.com.
          Added regression tests and documention for the new functions.
 
-2007-06-28 20:21  mleslie
+2007-06-28 20:21  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/Makefile, lwgeom/liblwgeom.h,
+       * [r2634] lwgeom/Makefile, lwgeom/liblwgeom.h,
          lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_geos_c.c,
          lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: Added a 1D rtree
          for polygon segment indexing, and tied the index into the point
          disjoint methods. Added an index cache to the comparitor methods
          to save index build times.
 
-2007-06-28 20:16  mleslie
+2007-06-28 20:16  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwline.c,
+       * [r2633] lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwline.c,
          lwgeom/lwpoly.c: Added or updated debugging statements.
 
-2007-06-28 20:14  mleslie
+2007-06-28 20:14  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwgeom_pg.c: Altered the macro tests for pg_alloc,
+       * [r2632] lwgeom/lwgeom_pg.c: Altered the macro tests for pg_alloc,
          pg_realloc to only print debugging information when alloc
          debugging is enabled.
 
-2007-06-15 19:06  mleslie
+2007-06-15 19:06  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * config.h.in, configure.in, regress/Makefile,
+       * [r2625] config.h.in, configure.in, regress/Makefile,
          regress/sql-mm-circularstring_expected,
          regress/sql-mm-circularstring_expected.in,
          regress/sql-mm-compoundcurve_expected,
          test suite to allow variable results depending on jts/geos
          availability.
 
-2007-06-15 19:04  mleslie
+2007-06-15 19:04  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwgeom_jts.c: Added curvey geometry recognition to the jts
-         connector.
+       * [r2624] lwgeom/lwgeom_jts.c: Added curvey geometry recognition to
+         the jts connector.
 
-2007-06-12 14:46  pramsey
+2007-06-12 14:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Typo corrections from Michael Fuhr.
+       * [r2623] doc/postgis.xml: Typo corrections from Michael Fuhr.
 
-2007-06-08 10:28  mcayland
+2007-06-08 10:28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/long_xact.sql.in, lwgeom/lwgeom_gml.c,
+       * [r2622] lwgeom/long_xact.sql.in, lwgeom/lwgeom_gml.c,
          lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in: Applied Michael
          Fuhr's patch to use explicit text casts where required. Required
          for PostgreSQL 8.3 where many of the implicit casts to text have
          been removed.
 
-2007-06-07 16:16  mleslie
+2007-06-07 16:16  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * ChangeLog, lwgeom/lwpostgis.sql.in: Added relational function
-         definitions that inline index operators for automagic index
-         utilization.
+       * [r2620] ChangeLog, lwgeom/lwpostgis.sql.in: Added relational
+         function definitions that inline index operators for automagic
+         index utilization.
 
 2007-06-06 19:19  nbarker
 
-       * java/ejb3/src/org/postgis/hibernate/ContainsExpression.java,
+       * [r2619]
+         java/ejb3/src/org/postgis/hibernate/ContainsExpression.java,
          java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java,
          java/ejb3/src/org/postgis/hibernate/PostGISDialect.java,
          java/ejb3/src/org/postgis/hibernate/WithinExpression.java,
          java/hibernate: Hibernate Spatial Criteria Queries and Dialect
 
-2007-06-05 20:46  mleslie
+2007-06-05 20:46  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * doc/postgis.xml: Updated the docs to reflect the function name
-         transition.
+       * [r2618] doc/postgis.xml: Updated the docs to reflect the function
+         name transition.
 
-2007-06-05 20:45  mleslie
+2007-06-05 20:45  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwpostgis.sql.in, lwgeom/sqlmm.sql.in: Reorganized the
-         sqlmm function declarations to prevent duplication and confusion.
+       * [r2617] lwgeom/lwpostgis.sql.in, lwgeom/sqlmm.sql.in: Reorganized
+         the sqlmm function declarations to prevent duplication and
+         confusion.
 
-2007-06-04 23:06  mleslie
+2007-06-04 23:06  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * ChangeLog, lwgeom/lwpostgis.sql.in, lwgeom/sqlmm.sql.in,
+       * [r2616] ChangeLog, lwgeom/lwpostgis.sql.in, lwgeom/sqlmm.sql.in,
          regress/affine.sql, regress/affine_expected, regress/ctors.sql,
          regress/ctors_expected, regress/kml.sql, regress/kml_expected,
          regress/lwgeom_regress.sql, regress/lwgeom_regress_expected,
          functions that were lacking them. Updated the regression tests to
          include the new functions.
 
-2007-06-01 20:56  mleslie
+2007-06-01 20:56  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwgeom_functions_analytic.c, regress/regress_ogc.sql,
-         regress/regress_ogc_expected: Ongoing PIP trauma. Addressed the
-         issue of points in line with a boundary segment, but not actually
-         on it. Added appropriate unit tests.
+       * [r2614] lwgeom/lwgeom_functions_analytic.c,
+         regress/regress_ogc.sql, regress/regress_ogc_expected: Ongoing
+         PIP trauma. Addressed the issue of points in line with a boundary
+         segment, but not actually on it. Added appropriate unit tests.
 
-2007-06-01 12:44  mcayland
+2007-06-01 12:44  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_estimate.c: Reduce 'LWGEOM_gist_joinsel called with
-         arguments that are not column references' warning to DEBUG1; it's
-         not really a problem, and in cases where people a lot of these
-         types of queries, the logs get flooded with these NOTICEs. Per
-         email from Flavio Perri.
+       * [r2613] lwgeom/lwgeom_estimate.c: Reduce 'LWGEOM_gist_joinsel
+         called with arguments that are not column references' warning to
+         DEBUG1; it's not really a problem, and in cases where people a
+         lot of these types of queries, the logs get flooded with these
+         NOTICEs. Per email from Flavio Perri.
 
-2007-06-01 09:54  mcayland
+2007-06-01 09:54  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/ptarray.c: Fixed bug #145 - RemovePoint Failure in the
-         bugtracker. It was an off-by-one error in ptarray.c which caused
-         the penultimate point to not be copied to the new geometry.
+       * [r2612] lwgeom/ptarray.c: Fixed bug #145 - RemovePoint Failure in
+         the bugtracker. It was an off-by-one error in ptarray.c which
+         caused the penultimate point to not be copied to the new
+         geometry.
 
-2007-06-01 07:01  mcayland
+2007-06-01 07:01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.in: Fix broken docbook stylesheet search. AC_ARG_WITH
-         only calls its contents when a --with-* option is specified, so
-         the search would never be invoked in its current position. Moved
-         the search into the second macro argument, so it is now invoked
-         if no --with-xsl argument is specified, which I believe was the
-         intended behaviour.
+       * [r2611] configure.in: Fix broken docbook stylesheet search.
+         AC_ARG_WITH only calls its contents when a --with-* option is
+         specified, so the search would never be invoked in its current
+         position. Moved the search into the second macro argument, so it
+         is now invoked if no --with-xsl argument is specified, which I
+         believe was the intended behaviour.
 
-2007-05-31 13:18  mcayland
+2007-05-31 13:18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * Makefile.config.in, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
+       * [r2610] Makefile.config.in, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
          lwgeom/lwgeom_api.c, lwgeom/lwgeom_chip.c,
          lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gml.c,
          8.2 and PostgreSQL 8.3. Thanks to David Techer and Michael Fuhr
          for additional testing.
 
-2007-05-28 15:34  mleslie
+2007-05-28 15:34  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * ChangeLog, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
+       * [r2609] ChangeLog, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
          lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_ogc.c,
          lwgeom/lwgeom_sqlmm.c, lwgeom/lwpostgis.sql.in,
          and ST_LineToCurve. Added regression tests for sql-mm geometries
          and related functions.
 
-2007-05-22 22:10  mleslie
+2007-05-22 22:10  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * ChangeLog, lwgeom/lwgeom_functions_analytic.c,
+       * [r2608] ChangeLog, lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_geos_c.c, regress/regress_ogc.sql,
          regress/regress_ogc_expected: Added short-circuit calls for the
          point-in-polygon cases of disjoint and intersect calls. Added
          regression tests for the new short-circuits.
 
-2007-05-14 18:04  mcayland
+2007-05-14 18:04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * Version.config: Bump SVN code version to 1.2.2SVN
+       * [r2607] Version.config: Bump SVN code version to 1.2.2SVN
 
-2007-05-14 17:55  mcayland
+2007-05-14 17:55  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * regress/regress_proj_expected: Fix broken regress_proj expected
-         results by removing the extra DELETE at the end of the file.
+       * [r2606] regress/regress_proj_expected: Fix broken regress_proj
+         expected results by removing the extra DELETE at the end of the
+         file.
 
-2007-05-14 17:51  mcayland
+2007-05-14 17:51  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * Makefile.config.in, configure.in, lwgeom/Makefile,
+       * [r2605] Makefile.config.in, configure.in, lwgeom/Makefile,
          lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Remove GEOS
          C++ API support from PostGIS HEAD; it's been broken since 1.2.0
          and so we require a minimum of GEOS 2.2.0 to compile and run
          all regression tests with GEOS 2.2.3 and GEOS 3.0.0rc4 using GEOS
          CAPI.
 
-2007-05-08 16:37  pramsey
+2007-05-08 16:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Spelling fix
+       * [r2604] doc/postgis.xml: Spelling fix
 
-2007-04-02 21:17  pramsey
+2007-04-02 21:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Small doco fix
+       * [r2602] doc/postgis.xml: Small doco fix
 
 2007-03-15 09:22  mschaber
 
-       * ChangeLog, NEWS, java/hibernate,
+       * [r2601] ChangeLog, NEWS, java/hibernate,
          java/hibernate/PostGISDialect.java: aded PostGIS Dialect for
          Hibernate from Norman Barker
 
-2007-03-09 19:34  mleslie
+2007-03-09 19:34  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwgeom_functions_analytic.c: Bug 143 is once again dealt
-         with, this time for good.
+       * [r2600] lwgeom/lwgeom_functions_analytic.c: Bug 143 is once again
+         dealt with, this time for good.
 
-2007-03-09 18:30  mleslie
+2007-03-09 18:30  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwgeom_functions_analytic.c: Rolling back a cure that
-         killed the patient.
+       * [r2599] lwgeom/lwgeom_functions_analytic.c: Rolling back a cure
+         that killed the patient.
 
-2007-03-09 00:33  mleslie
+2007-03-09 00:33  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_analytic.c,
+       * [r2598] lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_analytic.c,
          regress/regress_ogc.sql, regress/regress_ogc_expected: Bug 143
          code fix and regression case.
 
-2007-03-01 08:31  strk
+2007-03-01 08:31  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, extras/template_gis/Makefile: *
+       * [r2597] ChangeLog, extras/template_gis/Makefile: *
          extras/template_gis/Makefile:
          Install 'defaults' file to $(DATADIR)$(prefix)
 
-2007-02-28 17:39  pramsey
+2007-02-28 17:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Remove minor typo
+       * [r2596] doc/postgis.xml: Remove minor typo
 
-2007-02-26 09:03  strk
+2007-02-26 09:03  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, regress/Makefile, regress/kml.sql,
+       * [r2595] ChangeLog, regress/Makefile, regress/kml.sql,
          regress/kml_expected, regress/run_test: * regress/run_test:
          discard CONTEXT and DELETE
          lines from test outputs.
          * regress/: Makefile, kml.sql, kml_expected:
          Regression test for asKML().
 
-2007-02-06 17:38  pramsey
+2007-02-06 17:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Edits from Bruce Rindahl
+       * [r2594] doc/postgis.xml: Edits from Bruce Rindahl
 
-2007-01-26 15:11  mcayland
+2007-01-26 15:11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * ChangeLog, extras/template_gis/Makefile: Refine previous patch to
-         use a different delimiter than : (!) for sed. This simplifies the
-         Makefile and protects all the $*dir arguments from escaping
-         issues under Win32.
+       * [r2591] ChangeLog, extras/template_gis/Makefile: Refine previous
+         patch to use a different delimiter than : (!) for sed. This
+         simplifies the Makefile and protects all the $*dir arguments from
+         escaping issues under Win32.
 
-2007-01-19 09:44  strk
+2007-01-19 09:44  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, extras/template_gis/Makefile: *
+       * [r2590] ChangeLog, extras/template_gis/Makefile: *
          extras/template_gis/Makefile: escape $bindir
          to allow for colons in it's value (win32 issue).
 
 2007-01-18 18:51  mschaber
 
-       * ChangeLog, java/jdbc/Makefile: finally really fixed javadoc build
-         on Windows. Yes, that hack is ugly. Kudos to Marc Cave-Ayland.
+       * [r2589] ChangeLog, java/jdbc/Makefile: finally really fixed
+         javadoc build on Windows. Yes, that hack is ugly. Kudos to Marc
+         Cave-Ayland.
 
 2007-01-18 18:33  mschaber
 
-       * java/jdbc/Makefile: further fix for javadoc build
+       * [r2588] java/jdbc/Makefile: further fix for javadoc build
 
 2007-01-18 17:56  mschaber
 
-       * ChangeLog, java/jdbc/Makefile: fixed jdbc javadoc build
+       * [r2587] ChangeLog, java/jdbc/Makefile: fixed jdbc javadoc build
 
-2007-01-15 10:48  strk
+2007-01-15 10:48  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, extras/template_gis/Makefile: Patch by Michael Fuhr: *
-         extras/template_gis/Makefile: quote grep argument for Solaris to
-         work.
+       * [r2586] ChangeLog, extras/template_gis/Makefile: Patch by Michael
+         Fuhr: * extras/template_gis/Makefile: quote grep argument for
+         Solaris to work.
 
-2007-01-12 20:28  pramsey
+2007-01-12 20:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Change 'Postgis' to 'PostGIS'
+       * [r2585] doc/postgis.xml: Change 'Postgis' to 'PostGIS'
 
-2007-01-12 18:07  strk
+2007-01-12 18:07  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, configure.in: Patch by Gerald Fenoy <djay@gentoo.org>:
+       * [r2584] ChangeLog, configure.in: Patch by Gerald Fenoy
+         <djay@gentoo.org>:
          
          * configure.in: add --with-xsl switch.
 
-2007-01-12 01:50  pramsey
+2007-01-12 01:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CREDITS, ChangeLog, HOWTO_RELEASE, NEWS, README.postgis, TODO,
-         Version.config, doc/postgis.xml: 1.2.1 release prep
+       * [r2582] CREDITS, ChangeLog, HOWTO_RELEASE, NEWS, README.postgis,
+         TODO, Version.config, doc/postgis.xml: 1.2.1 release prep
 
-2007-01-11 01:40  mleslie
+2007-01-11 01:40  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwgeom_functions_analytic.c: Added a length check to
-         prevent the point in polygon shortcut from finding points
+       * [r2580] lwgeom/lwgeom_functions_analytic.c: Added a length check
+         to prevent the point in polygon shortcut from finding points
          contained within a zero length segment.
 
-2007-01-11 01:39  mleslie
+2007-01-11 01:39  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * doc/postgis.xml: Fixed the COMPOUNDCURVE example to properly
-         should the contained CIRCULARSTRING.
+       * [r2579] doc/postgis.xml: Fixed the COMPOUNDCURVE example to
+         properly should the contained CIRCULARSTRING.
 
 2007-01-08 10:48  mschaber
 
-       * ChangeLog, NEWS,
+       * [r2570] ChangeLog, NEWS,
          java/jdbc/jtssrc/org/postgis/jts/JtsWrapper.java,
          java/jdbc/src/org/postgis/DriverWrapper.java,
          java/jdbc/src/org/postgis/DriverWrapperAutoprobe.java,
 
 2007-01-08 10:12  mschaber
 
-       * java/jdbc/Makefile: hopefully fixed GCJ build
+       * [r2569] java/jdbc/Makefile: hopefully fixed GCJ build
 
-2007-01-05 00:52  strk
+2007-01-05 00:52  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, GNUmakefile, extras/template_gis/Makefile: *
+       * [r2568] ChangeLog, GNUmakefile, extras/template_gis/Makefile: *
          GNUmakefile: bring in extra/template_gis for all rules.
          * extras/template_gis/Makefile: have 'install' also install
          manuals.
 
-2007-01-03 17:28  kneufeld
+2007-01-03 17:28  Kevin Neufeld <kneufeld@refractions.net>
 
-       * regress/regress_index_nulls_expected: initial load
+       * [r2567] regress/regress_index_nulls_expected: initial load
 
-2006-12-29 00:31  strk
+2006-12-29 00:31  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, configure.in: * configure.in: fixed GEOS_LDFLAGS
-         detection
+       * [r2566] ChangeLog, configure.in: * configure.in: fixed
+         GEOS_LDFLAGS detection
          for older GEOS versions.
 
-2006-12-29 00:26  strk
+2006-12-29 00:26  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, doc/postgis.xml: cleaned up Hard Upgrade manual
-         section (was unreadable).
+       * [r2565] ChangeLog, doc/postgis.xml: cleaned up Hard Upgrade
+         manual section (was unreadable).
 
 2006-12-27 04:58  devrim
 
-       * extras/rpm/patches/postgis-configure.patch,
+       * [r2564] extras/rpm/patches/postgis-configure.patch,
          extras/rpm/patches/postgis-javamakefile.patch,
          extras/rpm/patches/postgis-jdbcdedectver.sh,
          extras/rpm/spec/postgis.spec: Update spec file to 1.2.0 and fix
 
 2006-12-22 11:28  mschaber
 
-       * ChangeLog, NEWS, java/jdbc, java/jdbc/Makefile: Added generation
-         of JDBC javadoc zip file
+       * [r2563] ChangeLog, NEWS, java/jdbc, java/jdbc/Makefile: Added
+         generation of JDBC javadoc zip file
 
-2006-12-21 00:19  pramsey
+2006-12-21 00:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis: Updated to 1.2.0
+       * [r2562] README.postgis: Updated to 1.2.0
 
-2006-12-20 20:43  strk
+2006-12-20 20:43  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, regress/README: * regress/README: wrote info about
-         adding regression tests
+       * [r2561] ChangeLog, regress/README: * regress/README: wrote info
+         about adding regression tests
          (plus some ChangeLog formatting)
 
-2006-12-20 18:47  kneufeld
+2006-12-20 18:47  Kevin Neufeld <kneufeld@refractions.net>
 
-       * ChangeLog: Added fix to permit gist indexes to have more than 459
-         null geometries in a table
+       * [r2560] ChangeLog: Added fix to permit gist indexes to have more
+         than 459 null geometries in a table
 
-2006-12-20 18:44  kneufeld
+2006-12-20 18:44  Kevin Neufeld <kneufeld@refractions.net>
 
-       * regress/Makefile, regress/regress_index_nulls.sql,
+       * [r2559] regress/Makefile, regress/regress_index_nulls.sql,
          regress/regress_lots_of_nulls.sql: Added test to fix that
          permitted gist indexes to have more than 459 null geometries in a
          table
 
-2006-12-20 18:43  kneufeld
+2006-12-20 18:43  Kevin Neufeld <kneufeld@refractions.net>
 
-       * lwgeom/lwgeom_gist.c: Added fix to permit gist indexes to have
-         more than 459 null geometries in a table
+       * [r2558] lwgeom/lwgeom_gist.c: Added fix to permit gist indexes to
+         have more than 459 null geometries in a table
 
 2006-12-18 14:12  mschaber
 
-       * ChangeLog, java/jdbc/jtssrc/examples/JtsTestParser.java: Improved
-         SRID handling in regression tests and added
+       * [r2557] ChangeLog, java/jdbc/jtssrc/examples/JtsTestParser.java:
+         Improved SRID handling in regression tests and added
          CoordinateArraySequence tests.
 
 2006-12-18 13:04  mschaber
 
-       * ChangeLog, NEWS: Added ChangeLog/News entries for recent commits
+       * [r2556] ChangeLog, NEWS: Added ChangeLog/News entries for recent
+         commits
 
 2006-12-18 12:58  mschaber
 
-       * java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java: Fix
-         multi-dimension handling in JtsBinaryWriter, thanks to Thomas
+       * [r2555] java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java:
+         Fix multi-dimension handling in JtsBinaryWriter, thanks to Thomas
          Marti for the hints
 
 2006-12-18 12:55  mschaber
 
-       * java/jdbc/Makefile: Fixed Makefile for jts tests, commented debug
-         options better
+       * [r2554] java/jdbc/Makefile: Fixed Makefile for jts tests,
+         commented debug options better
 
-2006-12-15 11:00  strk
+2006-12-15 11:00  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, lwgeom/lwgeom_transform.c: Patch by Eduin Carrillo:
-         short circuit transform when source and target SRID are the same.
+       * [r2553] ChangeLog, lwgeom/lwgeom_transform.c: Patch by Eduin
+         Carrillo: short circuit transform when source and target SRID are
+         the same.
 
-2006-12-15 10:54  strk
+2006-12-15 10:54  Sandro Santilli <strk@keybit.net>
 
-       * HOWTO_RELEASE: Added additional step for adding release marks in
-         ChangeLog
+       * [r2552] HOWTO_RELEASE: Added additional step for adding release
+         marks in ChangeLog
 
-2006-12-15 10:51  strk
+2006-12-15 10:51  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog: marked 1.2.0 release
+       * [r2551] ChangeLog: marked 1.2.0 release
 
-2006-12-15 10:48  strk
+2006-12-15 10:48  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, doc/postgis.xml, lwgeom/Makefile, lwgeom/lwgeom_kml.c,
-         lwgeom/lwpostgis.sql.in: Patch by Eduin Carrillo
-         <yecarrillo@yahoo.com>:
+       * [r2550] ChangeLog, doc/postgis.xml, lwgeom/Makefile,
+         lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in: Patch by Eduin
+         Carrillo <yecarrillo@yahoo.com>:
          
          * lwgeom/: Makefile, lwgeom_kml.c, lwpostgis.sql.in:
          New AsKML() function
 
 2006-12-13 17:50  mschaber
 
-       * ChangeLog, README.postgis: fixed 'hard upgrade' instructions in
-         readme.postgis
+       * [r2549] ChangeLog, README.postgis: fixed 'hard upgrade'
+         instructions in readme.postgis
 
-2006-12-11 17:41  pramsey
+2006-12-11 17:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Updated vers. #
+       * [r2548] doc/postgis.xml: Updated vers. #
 
-2006-12-09 03:57  pramsey
+2006-12-09 03:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * NEWS, Version.config: Update version to corrent 1.2.0 version,
-         and set news to correct version
+       * [r2543] NEWS, Version.config: Update version to corrent 1.2.0
+         version, and set news to correct version
          and date.
 
-2006-12-06 02:00  mleslie
+2006-12-06 02:00  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/SERIALIZED_FORM: Updated with curved geometry definitions.
+       * [r2541] lwgeom/SERIALIZED_FORM: Updated with curved geometry
+         definitions.
 
-2006-12-06 00:30  mleslie
+2006-12-06 00:30  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * ChangeLog, doc/postgis.xml: Added sections for SQL-MM and ArcSDE
-         function ports.
+       * [r2540] ChangeLog, doc/postgis.xml: Added sections for SQL-MM and
+         ArcSDE function ports.
 
-2006-12-05 20:45  mleslie
+2006-12-05 20:45  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * ChangeLog: Fixing some incomplete paths, and adding changes to
-         the regress directory.
+       * [r2539] ChangeLog: Fixing some incomplete paths, and adding
+         changes to the regress directory.
 
-2006-12-05 20:41  mleslie
+2006-12-05 20:41  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * ChangeLog: Added the previous changes for the curved geometry
-         support.
+       * [r2538] ChangeLog: Added the previous changes for the curved
+         geometry support.
 
-2006-12-05 19:22  kneufeld
+2006-12-05 19:22  Kevin Neufeld <kneufeld@refractions.net>
 
-       * ChangeLog: Added SQL/MM wrappers to existing PostGIS functions
+       * [r2537] ChangeLog: Added SQL/MM wrappers to existing PostGIS
+         functions
 
-2006-12-05 19:07  kneufeld
+2006-12-05 19:07  Kevin Neufeld <kneufeld@refractions.net>
 
-       * lwgeom/Makefile, lwgeom/sqlmm.sql.in: added a subset (only those
-         implemented by ArcSDE) of the SQL/MM function prototypes and
-         appended the file to lwpostgis.sql
+       * [r2536] lwgeom/Makefile, lwgeom/sqlmm.sql.in: added a subset
+         (only those implemented by ArcSDE) of the SQL/MM function
+         prototypes and appended the file to lwpostgis.sql
 
-2006-12-05 19:05  kneufeld
+2006-12-05 19:05  Kevin Neufeld <kneufeld@refractions.net>
 
-       * lwgeom/long_xact.sql, lwgeom/long_xact.sql.in,
+       * [r2535] lwgeom/long_xact.sql, lwgeom/long_xact.sql.in,
          lwgeom/lwpostgis.sql.in, lwgeom/sqldefines.h: Moved common sql
          defines to their own header file.
          ie. IF USE_VERSION>72 ...
 
 2006-12-05 11:00  mschaber
 
-       * ChangeLog, NEWS, java/jdbc/jtssrc/org/postgis/jts/JTSShape.java:
-         Added JTS shape + missing News message
+       * [r2534] ChangeLog, NEWS,
+         java/jdbc/jtssrc/org/postgis/jts/JTSShape.java: Added JTS shape +
+         missing News message
 
-2006-12-05 01:21  mleslie
+2006-12-05 01:21  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * NEWS, doc/postgis.xml: Updated the documentation to include an
-         SQL-MM types section.
+       * [r2533] NEWS, doc/postgis.xml: Updated the documentation to
+         include an SQL-MM types section.
 
-2006-12-01 22:16  mleslie
+2006-12-01 22:16  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * NEWS, Version.config, doc/postgis.xml, lwgeom/Makefile,
+       * [r2532] NEWS, Version.config, doc/postgis.xml, lwgeom/Makefile,
          lwgeom/lex.yy.c, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
          lwgeom/lwcollection.c, lwgeom/lwcompound.c, lwgeom/lwcurve.c,
          lwgeom/lwcurvepoly.c, lwgeom/lwgeom.c, lwgeom/lwgeom_api.c,
 
 2006-11-22 10:42  mschaber
 
-       * ChangeLog, java/ejb3/src/org/postgis/hibernate/GeometryType.java:
+       * [r2531] ChangeLog,
+         java/ejb3/src/org/postgis/hibernate/GeometryType.java:
          java/ejb3/src/org/postgis/hibernate/GeometryType.java Added
          Nullpointer Fix by Norman Barker
 
-2006-11-20 12:59  strk
+2006-11-20 12:59  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, utils/postgis_restore.pl: * utils/postgis_restore.pl
-         (canonicalize_typename):
+       * [r2530] ChangeLog, utils/postgis_restore.pl: *
+         utils/postgis_restore.pl (canonicalize_typename):
          canonicalize 'timezone .* time stamp' to 'timezone'
          (fixes bug #121)
 
-2006-11-17 17:12  strk
+2006-11-17 17:12  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, lwgeom/lwgeom_gist.c: Patch by "Antoine Bajolet"
-         <antoine.bajolet@tdf.fr>:
+       * [r2529] ChangeLog, lwgeom/lwgeom_gist.c: Patch by "Antoine
+         Bajolet" <antoine.bajolet@tdf.fr>:
          
          * lwgeom/lwgeom_gist.c: fixed 'directives may not be used inside
          a
          macro argument' error raised by some compilers.
 
-2006-11-10 15:17  strk
+2006-11-10 15:17  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, configure.in: * configure.in (geos detection): use
-         $geos_prefix/lib when --ldflags is not supported by geos-config
-         available.
+       * [r2528] ChangeLog, configure.in: * configure.in (geos detection):
+         use $geos_prefix/lib when --ldflags is not supported by
+         geos-config available.
 
-2006-11-10 14:11  strk
+2006-11-10 14:11  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, doc/postgis.xml, utils/postgis_restore.pl: Patch by
-         Havard Tveite <havard.tveite@nlh.no>:
+       * [r2527] ChangeLog, doc/postgis.xml, utils/postgis_restore.pl:
+         Patch by Havard Tveite <havard.tveite@nlh.no>:
          
          * doc/postgix.xml (Hard Upgrade): add info about createdb params
          * utils/postgis_restore.pl: fix use of createdb params
 
-2006-11-02 13:22  strk
+2006-11-02 13:22  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, doc/postgis.xml: * doc/postgis.xml: list setSRID bug
-         fix in 'Bug fixes' section.
+       * [r2525] ChangeLog, doc/postgis.xml: * doc/postgis.xml: list
+         setSRID bug fix in 'Bug fixes' section.
 
 2006-11-02 11:48  mschaber
 
-       * ChangeLog, doc/postgis.xml: Added missing docs about setsrid()
+       * [r2524] ChangeLog, doc/postgis.xml: Added missing docs about
+         setsrid()
 
 2006-11-02 09:03  mschaber
 
-       * NEWS, java/jdbc/src/org/postgis/ComposedGeom.java: fixed setSRID
-         bug in JDBC ComposedGeom.
+       * [r2523] NEWS, java/jdbc/src/org/postgis/ComposedGeom.java: fixed
+         setSRID bug in JDBC ComposedGeom.
 
-2006-11-02 08:06  strk
+2006-11-02 08:06  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, NEWS, Version.config, doc/postgis.xml: ready for 1.1.6
-         release
+       * [r2522] ChangeLog, NEWS, Version.config, doc/postgis.xml: ready
+         for 1.1.6 release
 
-2006-11-02 07:55  strk
+2006-11-02 07:55  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog, lwgeom/lwgeom_api.c, lwgeom/wktunparse.c: *
+       * [r2521] ChangeLog, lwgeom/lwgeom_api.c, lwgeom/wktunparse.c: *
          lwgeom/lwgeom_api.c, lwgeom/wktunparse.c: cast -1 to a char
          to make some compilers happy about comparison with a char type.
 
-2006-10-26 09:41  strk
+2006-10-26 09:41  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, HOWTO_RELEASE, NEWS, extras/debian/rules,
+       * [r2520] CHANGES, HOWTO_RELEASE, NEWS, extras/debian/rules,
          extras/rpm/spec/postgis.spec: Renamed CHANGES file to NEWS,
          updated references to it
 
-2006-10-26 09:35  strk
+2006-10-26 09:35  Sandro Santilli <strk@keybit.net>
 
-       * ChangeLog: Initial import of an automatic generated ChangeLog -
-         all developers please manually edit this on each commit
+       * [r2519] ChangeLog: Initial import of an automatic generated
+         ChangeLog - all developers please manually edit this on each
+         commit
 
 2006-10-25 10:23  mschaber
 
-       * CHANGES, lwgeom/lwgeom_geos_c.c: fixed CAPI change that broke
-         64-bit platforms
+       * [r2518] CHANGES, lwgeom/lwgeom_geos_c.c: fixed CAPI change that
+         broke 64-bit platforms
 
 2006-10-25 10:00  mschaber
 
-       * CHANGES: updated changelog to reflect loader regression fix
+       * [r2517] CHANGES: updated changelog to reflect loader regression
+         fix
 
 2006-10-25 09:57  mschaber
 
-       * regress/Makefile: Make regress test build loader and dumper as it
-         needs them
+       * [r2516] regress/Makefile: Make regress test build loader and
+         dumper as it needs them
 
-2006-10-24 12:35  strk
+2006-10-24 12:35  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_transform.c: use Z ordinate in
+       * [r2515] CHANGES, lwgeom/lwgeom_transform.c: use Z ordinate in
          reprojections
 
-2006-10-19 12:01  strk
+2006-10-19 12:01  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, spatial_ref_sys.sql: spatial_ref_sys.sql updated to EPSG
-         6.11.1
+       * [r2514] CHANGES, spatial_ref_sys.sql: spatial_ref_sys.sql updated
+         to EPSG 6.11.1
 
 2006-10-14 14:22  mschaber
 
-       * CHANGES, doc/man/pgsql2shp.1, doc/man/shp2pgsql.1,
+       * [r2513] CHANGES, doc/man/pgsql2shp.1, doc/man/shp2pgsql.1,
          loader/README.pgsql2shp, loader/README.shp2pgsql,
          loader/pgsql2shp.c, loader/shp2pgsql.c: sanitized usage info
          output on loader/dumper
 
 2006-10-14 09:26  mschaber
 
-       * CHANGES, HOWTO_RELEASE, Version.config, doc/Makefile,
+       * [r2512] CHANGES, HOWTO_RELEASE, Version.config, doc/Makefile,
          extras/debian/rules, extras/template_gis/Makefile,
          java/jdbc/Makefile, java/jdbc/src/org/postgis/Version.java,
          loader/Makefile, loader/pgsql2shp.c, loader/shp2pgsql.c,
 
 2006-10-13 15:56  mschaber
 
-       * CHANGES, doc/postgis.xml: updated CHANGES and doc/postgis.xml in
-         preparation of upcoming release
+       * [r2510] CHANGES, doc/postgis.xml: updated CHANGES and
+         doc/postgis.xml in preparation of upcoming release
 
 2006-10-13 15:35  mschaber
 
-       * HOWTO_RELEASE: updated HOWTO_RELEASE to reflect version.
+       * [r2509] HOWTO_RELEASE: updated HOWTO_RELEASE to reflect version.
 
-2006-10-13 14:18  mcayland
+2006-10-13 14:18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * CHANGES: Updated CHANGES files to reflect the MingW (Win32)
-         linker fix for pgsql2hp under PostgreSQL 8.2
+       * [r2508] CHANGES: Updated CHANGES files to reflect the MingW
+         (Win32) linker fix for pgsql2hp under PostgreSQL 8.2
 
 2006-10-11 13:35  mschaber
 
-       * doc/postgis.xml: Added hint about template_postgis to docs,
-         thanks to Marc Cave-Ayland for contribution.
+       * [r2507] doc/postgis.xml: Added hint about template_postgis to
+         docs, thanks to Marc Cave-Ayland for contribution.
 
 2006-10-11 11:19  mschaber
 
-       * loader/shp2pgsql.c: fix ARC regression test failures in loader
+       * [r2506] loader/shp2pgsql.c: fix ARC regression test failures in
+         loader
 
 2006-10-11 10:45  mschaber
 
-       * java/ejb3/README.txt, java/ejb3/ejb3spatial.pdf: added note about
-         odt to README, re-exported pdf
+       * [r2505] java/ejb3/README.txt, java/ejb3/ejb3spatial.pdf: added
+         note about odt to README, re-exported pdf
 
-2006-10-11 10:00  strk
+2006-10-11 10:00  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Fixed a bug in InsertLineStringWKT, also
-         fixed some typos
+       * [r2504] loader/shp2pgsql.c: Fixed a bug in InsertLineStringWKT,
+         also fixed some typos
 
 2006-10-11 09:43  mschaber
 
-       * ., CHANGES, doc/man/pgsql2shp.1, doc/man/shp2pgsql.1,
+       * [r2503] ., CHANGES, doc/man/pgsql2shp.1, doc/man/shp2pgsql.1,
          doc/postgis.xml, loader/README.pgsql2shp,
          loader/README.shp2pgsql, loader/README.txt, loader/shp2pgsql.c:
          added -S option and updated README to loader/dumper
 
 2006-10-11 09:37  mschaber
 
-       * Version.config: bumped versions to 1.1.5
+       * [r2502] Version.config: bumped versions to 1.1.5
 
 2006-10-09 17:22  mschaber
 
-       * java/ejb3/src/org/postgis/hibernate/GeometryType.java: fix EJB3
-         replace Method for Hibernate
+       * [r2501] java/ejb3/src/org/postgis/hibernate/GeometryType.java:
+         fix EJB3 replace Method for Hibernate
 
 2006-10-09 17:12  mschaber
 
-       * CHANGES, java/ejb3/EJB3Spatial.odt, java/ejb3/README.txt,
+       * [r2500] CHANGES, java/ejb3/EJB3Spatial.odt, java/ejb3/README.txt,
          java/ejb3/build.xml,
          java/ejb3/src/org/postgis/ejb/PersonEntity.java,
          java/ejb3/src/org/postgis/ejb/UserBean.java,
          java/ejb3/src/org/postgis/hibernate/GeometryType.java: added
          EJB3Spatial.odt, fixed Normans contact mail
 
-2006-10-09 16:33  mcayland
+2006-10-09 16:33  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * configure.in: Remove extra PGFELIBS definition in one of the
-         MingW specific sections since it was triggering a linker bug
+       * [r2499] configure.in: Remove extra PGFELIBS definition in one of
+         the MingW specific sections since it was triggering a linker bug
          within MingW's gcc. This was the reason that compiling against
          PostgreSQL 8.2 beta 1 under MingW would produce pgsql2shp
          executables that would segfault.
 
 2006-10-04 10:47  mschaber
 
-       * java/ejb3, java/ejb3/lib: fixed svn:ignore
+       * [r2498] java/ejb3, java/ejb3/lib: fixed svn:ignore
 
 2006-10-02 23:26  mschaber
 
-       * java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
+       * [r2497] java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
          java/jdbc/src/examples/TestAutoregister.java,
          java/jdbc/src/org/postgis/binary/BinaryWriter.java,
          java/pljava/functions.sql,
 
 2006-10-02 23:16  mschaber
 
-       * java/pljava, java/pljava/README.txt, java/pljava/build.xml,
-         java/pljava/functions.sql, java/pljava/install.sh,
-         java/pljava/postgis_pljava.jar, java/pljava/src,
-         java/pljava/src/org, java/pljava/src/org/postgis,
-         java/pljava/src/org/postgis/pljava,
+       * [r2496] java/pljava, java/pljava/README.txt,
+         java/pljava/build.xml, java/pljava/functions.sql,
+         java/pljava/install.sh, java/pljava/postgis_pljava.jar,
+         java/pljava/src, java/pljava/src/org,
+         java/pljava/src/org/postgis, java/pljava/src/org/postgis/pljava,
          java/pljava/src/org/postgis/pljava/Aggregates.java,
          java/pljava/src/org/postgis/pljava/HelloWorld.java,
          java/pljava/src/org/postgis/pljava/PLJGeometry.java,
 
 2006-10-02 15:58  mschaber
 
-       * CHANGES, java/jdbc/src/org/postgis/Geometry.java: fixed
+       * [r2495] CHANGES, java/jdbc/src/org/postgis/Geometry.java: fixed
          NullPointer exception in org.postgis.Geometry.equals()
 
 2006-10-02 14:39  mschaber
 
-       * .: added .settings to svn:ignore
+       * [r2494] .: added .settings to svn:ignore
 
 2006-10-02 14:30  mschaber
 
-       * CHANGES, java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java,
+       * [r2493] CHANGES,
+         java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java,
          java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java: Removed
          obsolete synchronisation from JTS.
 
 2006-10-02 12:37  mschaber
 
-       * lwgeom/SERIALIZED_FORM: fix bit width bugs in Docu
+       * [r2492] lwgeom/SERIALIZED_FORM: fix bit width bugs in Docu
 
 2006-09-27 15:50  mschaber
 
-       * java/jdbc/todo.txt: Added further jdbc Todo issues.
+       * [r2491] java/jdbc/todo.txt: Added further jdbc Todo issues.
 
-2006-09-27 12:37  strk
+2006-09-27 12:37  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_c.c: removed incompatible pointer type warning
+       * [r2490] lwgeom/lwgeom_geos_c.c: removed incompatible pointer type
+         warning
 
 2006-09-27 08:37  mschaber
 
-       * java/ejb3/build.xml: fix erroneously changed build.xml
+       * [r2488] java/ejb3/build.xml: fix erroneously changed build.xml
 
 2006-09-27 08:36  mschaber
 
-       * java/ejb3/README.txt, java/ejb3/build.xml, java/ejb3/lib,
+       * [r2487] java/ejb3/README.txt, java/ejb3/build.xml, java/ejb3/lib,
          java/ejb3/lib/postgis_1.1.0.jar: removed hyperflous jar file
 
-2006-09-27 08:23  strk
+2006-09-27 08:23  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: lower default verbosity level
+       * [r2485] loader/pgsql2shp.c: lower default verbosity level
 
-2006-09-27 08:22  strk
+2006-09-27 08:22  Sandro Santilli <strk@keybit.net>
 
-       * make_dist.sh: fixed to work with SVN
+       * [r2483] make_dist.sh: fixed to work with SVN
 
-2006-09-27 07:50  strk
+2006-09-27 07:50  Sandro Santilli <strk@keybit.net>
 
-       * HOWTO_RELEASE: updated tag step
+       * [r2481] HOWTO_RELEASE: updated tag step
 
-2006-09-27 07:39  strk
+2006-09-27 07:39  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml: updated release notes
+       * [r2480] CHANGES, doc/postgis.xml: updated release notes
 
-2006-09-27 07:29  strk
+2006-09-27 07:29  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, Version.config: version set to 1.1.4 (stripped CVS
-         suffix
+       * [r2479] CHANGES, Version.config: version set to 1.1.4 (stripped
+         CVS suffix
 
-2006-09-25 08:27  strk
+2006-09-25 08:27  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, loader/pgsql2shp.c: Encode pgsql2shp process pid into
-         temporary table name, to reduce likelyhood of name clashes.
+       * [r2478] CHANGES, loader/pgsql2shp.c: Encode pgsql2shp process pid
+         into temporary table name, to reduce likelyhood of name clashes.
 
 2006-09-22 14:51  mschaber
 
-       * CHANGES, java/ejb3/README.txt: fixed typo, updated CHANGES
+       * [r2477] CHANGES, java/ejb3/README.txt: fixed typo, updated
+         CHANGES
 
 2006-09-20 09:03  mschaber
 
-       * java/ejb3, java/ejb3/.classpath, java/ejb3/.project,
+       * [r2476] java/ejb3, java/ejb3/.classpath, java/ejb3/.project,
          java/ejb3/.settings,
          java/ejb3/.settings/org.eclipse.jdt.core.prefs,
          java/ejb3/README.txt, java/ejb3/build.xml,
          java/ejb3/src/org/postgis/hibernate/GeometryType.java: added ejb3
          tutorial
 
-2006-09-18 13:21  strk
+2006-09-18 13:21  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Applied patch by Michael Fuhr <mike@fuhr.org>:
+       * [r2475] doc/postgis.xml: Applied patch by Michael Fuhr
+         <mike@fuhr.org>:
          Most are spelling errors, but in one case I removed the word
          "symmetric"
          from the description of the Difference() function
          (SymDifference() is
          symmetric; Difference() is not).
 
-2006-09-18 09:16  strk
+2006-09-18 09:16  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, regress/regress_ogc.sql, regress/regress_ogc_expected:
-         Fixed regress tests to pass with GEOS-3.0.0
+       * [r2474] CHANGES, regress/regress_ogc.sql,
+         regress/regress_ogc_expected: Fixed regress tests to pass with
+         GEOS-3.0.0
 
 2006-09-13 20:17  mschaber
 
-       * CHANGES: updated readme to java directory layout change
+       * [r2473] CHANGES: updated readme to java directory layout change
 
-2006-09-09 16:32  pramsey
+2006-09-09 16:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/dbfopen.c: Added fix for null dates that are encoded as ''
-         instead of 00000000.
+       * [r2472] loader/dbfopen.c: Added fix for null dates that are
+         encoded as '' instead of 00000000.
 
-2006-09-07 17:37  strk
+2006-09-07 17:37  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_chip.c, lwgeom/lwgeom_dump.c: More fixes for mixed
-         declarations and code
+       * [r2471] lwgeom/lwgeom_chip.c, lwgeom/lwgeom_dump.c: More fixes
+         for mixed declarations and code
 
-2006-09-07 17:03  strk
+2006-09-07 17:03  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_chip.c: Declare variables at start of blocks...
+       * [r2470] lwgeom/lwgeom_chip.c: Declare variables at start of
+         blocks...
 
-2006-09-06 11:16  strk
+2006-09-06 11:16  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in: removed duplicated function definition
+       * [r2469] topology/topology.sql.in: removed duplicated function
+         definition
 
 2006-09-05 15:22  mschaber
 
-       * java/jdbc/Makefile: updated jdbc Makefile to new directory layout
+       * [r2468] java/jdbc/Makefile: updated jdbc Makefile to new
+         directory layout
 
 2006-09-05 15:16  mschaber
 
-       * java, java/ejb2, java/jdbc, java/jdbc/ejb2, jdbc2: Java/JDBC
-         directory reorganization
+       * [r2467] java, java/ejb2, java/jdbc, java/jdbc/ejb2, jdbc2:
+         Java/JDBC directory reorganization
 
 2006-08-30 08:46  mschaber
 
-       * CHANGES, jdbc2/ejb2, jdbc2/ejb2/CHANGES, jdbc2/ejb2/COPYING,
-         jdbc2/ejb2/COPYING_LGPL, jdbc2/ejb2/README, jdbc2/ejb2/build.xml,
-         jdbc2/ejb2/lib, jdbc2/ejb2/lib/commonlib,
+       * [r2466] CHANGES, jdbc2/ejb2, jdbc2/ejb2/CHANGES,
+         jdbc2/ejb2/COPYING, jdbc2/ejb2/COPYING_LGPL, jdbc2/ejb2/README,
+         jdbc2/ejb2/build.xml, jdbc2/ejb2/lib, jdbc2/ejb2/lib/commonlib,
          jdbc2/ejb2/lib/compiletimelib, jdbc2/ejb2/lib/xdocletlib,
          jdbc2/ejb2/prepare-jboss.xml, jdbc2/ejb2/resources,
          jdbc2/ejb2/resources/application.xml,
 
 2006-08-30 08:39  mschaber
 
-       * jdbc2/README: fixed README about droped trove4j dependency
+       * [r2465] jdbc2/README: fixed README about droped trove4j
+         dependency
 
-2006-07-28 13:11  strk
+2006-07-28 13:11  Sandro Santilli <strk@keybit.net>
 
-       * regress: added regress/lwpostgis.sql to svn:ignore list
+       * [r2464] regress: added regress/lwpostgis.sql to svn:ignore list
 
-2006-07-28 13:08  strk
+2006-07-28 13:08  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: updated
+       * [r2463] CHANGES: updated
 
-2006-07-28 13:07  strk
+2006-07-28 13:07  Sandro Santilli <strk@keybit.net>
 
-       * regress/ctors.sql, regress/ctors_expected: Added tests for
-         makeline, makebox2d and makebox3d
+       * [r2462] regress/ctors.sql, regress/ctors_expected: Added tests
+         for makeline, makebox2d and makebox3d
 
-2006-07-28 13:07  strk
+2006-07-28 13:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Fixed small typo in debugging
-         message, replaced custom SRID check with errorIfSRIDMismatch()
-         function in LWGEOM_makeline
+       * [r2461] lwgeom/lwgeom_functions_basic.c: Fixed small typo in
+         debugging message, replaced custom SRID check with
+         errorIfSRIDMismatch() function in LWGEOM_makeline
 
-2006-07-28 13:06  strk
+2006-07-28 13:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box3d.c: Added SRID match check in MakeBox3D, fixed
-         small typo in error message
+       * [r2460] lwgeom/lwgeom_box3d.c: Added SRID match check in
+         MakeBox3D, fixed small typo in error message
 
-2006-07-28 13:05  strk
+2006-07-28 13:05  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box2dfloat4.c: Added SRID match check in MakeBox2D
+       * [r2459] lwgeom/lwgeom_box2dfloat4.c: Added SRID match check in
+         MakeBox2D
 
-2006-07-27 15:06  strk
+2006-07-27 15:06  Sandro Santilli <strk@keybit.net>
 
-       * regress/loader/Arc.dbf, regress/loader/Arc.shp,
+       * [r2458] regress/loader/Arc.dbf, regress/loader/Arc.shp,
          regress/loader/Arc.shx, regress/loader/ArcM.dbf,
          regress/loader/ArcM.shp, regress/loader/ArcM.shx,
          regress/loader/ArcZ.dbf, regress/loader/ArcZ.shp,
 
 2006-07-27 09:44  mschaber
 
-       * jdbc2/Makefile: typo fix in comment
+       * [r2457] jdbc2/Makefile: typo fix in comment
 
-2006-07-26 18:44  pramsey
+2006-07-26 18:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Changed Refractions mailing address.
+       * [r2456] doc/postgis.xml: Changed Refractions mailing address.
 
-2006-07-26 17:21  pramsey
+2006-07-26 17:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/.cvsignore: Re-order repository
+       * [r2455] doc/.cvsignore: Re-order repository
 
-2006-07-26 17:21  pramsey
+2006-07-26 17:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * .cvsignore: Re-order repository
+       * [r2454] .cvsignore: Re-order repository
 
-2006-07-25 20:16  strk
+2006-07-25 20:16  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_functions_basic.c, regress/Makefile,
-         regress/ctors.sql, regress/ctors_expected: Fixed bug in collect()
-         function discarding SRID of input
+       * [r2413] CHANGES, lwgeom/lwgeom_functions_basic.c,
+         regress/Makefile, regress/ctors.sql, regress/ctors_expected:
+         Fixed bug in collect() function discarding SRID of input
 
 2006-07-25 18:24  mschaber
 
-       * jdbc2/Makefile, jdbc2/sources.inc: Reworked jdbc2 makefile
+       * [r2412] jdbc2/Makefile, jdbc2/sources.inc: Reworked jdbc2
+         makefile
 
-2006-07-21 21:21  pramsey
+2006-07-21 21:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * extras/ogc_test_suite/1_schema.sql,
+       * [r2411] extras/ogc_test_suite/1_schema.sql,
          extras/ogc_test_suite/2_queries.sql: Add official "adaptions" to
          the files to make them suitable for
          submission to the OGC compliance process.
 
 2006-07-19 13:31  mschaber
 
-       * jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java: fixed
+       * [r2410] jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java: fixed
          checkSrid method in JtsBinaryWriter
 
 2006-07-19 09:45  mschaber
 
-       * jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: Fix setSridRecurse
-         function in JTS
+       * [r2409] jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: Fix
+         setSridRecurse function in JTS
 
 2006-07-18 18:13  mschaber
 
-       * jdbc2/src/examples/TestJava2d.java: fix compiler warning due to
-         deprecated method
+       * [r2408] jdbc2/src/examples/TestJava2d.java: fix compiler warning
+         due to deprecated method
 
 2006-07-18 18:13  mschaber
 
-       * CHANGES, jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
+       * [r2407] CHANGES,
+         jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
          jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
          jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: fix SRID handling
          in JTS code
 
-2006-07-07 13:56  strk
+2006-07-07 13:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/long_xact.sql, lwgeom/lwpostgis.sql.in: Applied Michael
-         Fuhr patches:
+       * [r2406] lwgeom/long_xact.sql, lwgeom/lwpostgis.sql.in: Applied
+         Michael Fuhr patches:
          Eliminate the warnings that escape_string_warning complains
          about.
          The patches change \' (backslash single-quote) to ''
          (single-quote single-quote) and replace a couple of other escapes
          with calls to chr().
 
-2006-07-02 23:41  strk
+2006-07-02 23:41  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, Version.config, lwgeom/lwgeom_gist.c: Fixed support for
-         PostgreSQL 8.2 (gist) - patch by Michael Fuhr <mike@fuhr.org>
+       * [r2405] CHANGES, Version.config, lwgeom/lwgeom_gist.c: Fixed
+         support for PostgreSQL 8.2 (gist) - patch by Michael Fuhr
+         <mike@fuhr.org>
 
-2006-06-30 21:29  strk
+2006-06-30 21:29  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, Version.config, doc/long_xact.xml, doc/postgis.xml:
-         Prepared for 1.1.3 release: release notes, changes, version.
-         Release date set for today (2006-06-30)
+       * [r2403] CHANGES, Version.config, doc/long_xact.xml,
+         doc/postgis.xml: Prepared for 1.1.3 release: release notes,
+         changes, version. Release date set for today (2006-06-30)
 
-2006-06-26 01:02  strk
+2006-06-26 01:02  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: replaced ROLLBACK with COMMIT in psql output to
-         hide differences with 7.4 and lower pgsql versions.
+       * [r2402] regress/run_test: replaced ROLLBACK with COMMIT in psql
+         output to hide differences with 7.4 and lower pgsql versions.
 
-2006-06-26 00:56  strk
+2006-06-26 00:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_c.c: Fixed Invalid Memory Alloc request size
-         error on GEOS=>LWGEOM conversion for EMPTY geometries. Removed
-         warnings when built with POSTGIS_DEBUG enabled.
+       * [r2401] lwgeom/lwgeom_geos_c.c: Fixed Invalid Memory Alloc
+         request size error on GEOS=>LWGEOM conversion for EMPTY
+         geometries. Removed warnings when built with POSTGIS_DEBUG
+         enabled.
 
-2006-06-26 00:41  strk
+2006-06-26 00:41  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Added debug lines in
+       * [r2400] lwgeom/lwgeom_functions_basic.c: Added debug lines in
          LWGEOM_affine, fixed some compiler warnings for build with
          POSTGIS_DEBUG enabled.
 
-2006-06-26 00:40  strk
+2006-06-26 00:40  Sandro Santilli <strk@keybit.net>
 
-       * regress/affine.sql: qualified all geometry arguments.
+       * [r2399] regress/affine.sql: qualified all geometry arguments.
 
-2006-06-25 23:59  strk
+2006-06-25 23:59  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/Makefile, doc/long_xact.xml, doc/postgis.xml,
-         lwgeom/Makefile, lwgeom/long_xact.c, lwgeom/long_xact.sql,
-         lwgeom/lwpostgis.sql.in, regress/Makefile, regress/long_xact.sql,
-         regress/long_xact_expected: Added Long Transaction Support
-         routines, dox and regress test.
+       * [r2398] CHANGES, doc/Makefile, doc/long_xact.xml,
+         doc/postgis.xml, lwgeom/Makefile, lwgeom/long_xact.c,
+         lwgeom/long_xact.sql, lwgeom/lwpostgis.sql.in, regress/Makefile,
+         regress/long_xact.sql, regress/long_xact_expected: Added Long
+         Transaction Support routines, dox and regress test.
 
-2006-06-25 23:45  strk
+2006-06-25 23:45  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile, regress/run_test: Fixed the lc_messages failure
-         by avoiding attempts at setting it when run against a postgresql
-         version < 8.0. Also fixed a path in a message from run_test.
+       * [r2397] regress/Makefile, regress/run_test: Fixed the lc_messages
+         failure by avoiding attempts at setting it when run against a
+         postgresql version < 8.0. Also fixed a path in a message from
+         run_test.
 
-2006-06-25 22:53  strk
+2006-06-25 22:53  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Release Notes moved to an higher depth to reduce
-         ToC noise.
+       * [r2396] doc/postgis.xml: Release Notes moved to an higher depth
+         to reduce ToC noise.
 
-2006-06-25 22:50  strk
+2006-06-25 22:50  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: Fixed HTML output rules
+       * [r2395] doc/Makefile: Fixed HTML output rules
 
-2006-06-25 22:33  strk
+2006-06-25 22:33  Sandro Santilli <strk@keybit.net>
 
-       * extras/WFS_locks/WFS_locks.c, extras/WFS_locks/WFS_locks.sql.in,
-         extras/WFS_locks/test.sql: Add getTransactionID() stored
-         procedure to support pgsql 7.3 (not tested against 7.2)
+       * [r2394] extras/WFS_locks/WFS_locks.c,
+         extras/WFS_locks/WFS_locks.sql.in, extras/WFS_locks/test.sql: Add
+         getTransactionID() stored procedure to support pgsql 7.3 (not
+         tested against 7.2)
 
-2006-06-24 01:08  strk
+2006-06-24 01:08  Sandro Santilli <strk@keybit.net>
 
-       * extras/WFS_locks/Makefile, extras/WFS_locks/WFS_locks.c: Removed
-         compiler warnings (and more requested)
+       * [r2393] extras/WFS_locks/Makefile, extras/WFS_locks/WFS_locks.c:
+         Removed compiler warnings (and more requested)
 
-2006-06-24 00:11  strk
+2006-06-24 00:11  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Added spaces between parameters ref and
-         operator, as pgsql 7.3 chokes otherwise ($1*$2 becomes $1 * $2)
+       * [r2392] lwgeom/lwpostgis.sql.in: Added spaces between parameters
+         ref and operator, as pgsql 7.3 chokes otherwise ($1*$2 becomes $1
+         * $2)
 
-2006-06-23 23:37  strk
+2006-06-23 23:37  Sandro Santilli <strk@keybit.net>
 
-       * extras/WFS_locks/README, extras/WFS_locks/WFS_locks.c,
+       * [r2391] extras/WFS_locks/README, extras/WFS_locks/WFS_locks.c,
          extras/WFS_locks/WFS_locks.sql.in: Added EnableLongTransactions()
          and DisableLongTransactions().
 
-2006-06-23 21:56  strk
+2006-06-23 21:56  Sandro Santilli <strk@keybit.net>
 
-       * extras/WFS_locks/Makefile, extras/WFS_locks/WFS_locks.c,
+       * [r2390] extras/WFS_locks/Makefile, extras/WFS_locks/WFS_locks.c,
          extras/WFS_locks/WFS_locks.sql.in, extras/WFS_locks/test.sql:
          Fixed a couple of bugs, added a simple test script, cleaner error
          messages
          and compile-time support for unauthorized row updates behaviour
          (abort, skip).
 
-2006-06-19 10:42  strk
+2006-06-19 10:42  Sandro Santilli <strk@keybit.net>
 
-       * regress/loader/Polygon-wkb.expected,
+       * [r2389] regress/loader/Polygon-wkb.expected,
          regress/loader/Polygon-wkt.expected, regress/loader/Polygon.shp,
          regress/loader/PolygonM-wkb.expected,
          regress/loader/PolygonM-wkt.expected,
          regress/loader/PolygonZ.shp: Removed -0 values from polygon
          doubles
 
-2006-06-18 11:29  strk
+2006-06-18 11:29  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Changed -e test with -f, for Solaris support
+       * [r2388] regress/run_test: Changed -e test with -f, for Solaris
+         support
 
-2006-06-17 11:46  strk
+2006-06-17 11:46  Sandro Santilli <strk@keybit.net>
 
-       * regress/loader/MultiPointZ-wkt.expected: removed spurious newline
+       * [r2387] regress/loader/MultiPointZ-wkt.expected: removed spurious
+         newline
 
-2006-06-17 11:44  strk
+2006-06-17 11:44  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile, regress/loader/Arc-wkb.expected,
+       * [r2386] regress/Makefile, regress/loader/Arc-wkb.expected,
          regress/loader/Arc-wkb.sql, regress/loader/Arc-wkt.expected,
          regress/loader/Arc-wkt.sql, regress/loader/Arc.dbf,
          regress/loader/Arc.shp, regress/loader/Arc.shx,
          issues in the new run_test code, added loader test
          for all supported shapefile types
 
-2006-06-16 14:18  strk
+2006-06-16 14:18  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, GNUmakefile, Makefile, README.postgis: Aliased 'test'
-         rule as 'check', to conform to common practice.
+       * [r2385] CHANGES, GNUmakefile, Makefile, README.postgis: Aliased
+         'test' rule as 'check', to conform to common practice.
 
-2006-06-16 14:13  strk
+2006-06-16 14:13  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, regress/Makefile, regress/loader, regress/loader/README,
-         regress/loader/mlines2d-wkb.expected,
+       * [r2384] CHANGES, regress/Makefile, regress/loader,
+         regress/loader/README, regress/loader/mlines2d-wkb.expected,
          regress/loader/mlines2d-wkt.expected,
          regress/loader/mlines2d.dbf, regress/loader/mlines2d.shp,
          regress/loader/mlines2d.shx,
          regress/loader/mlines4d.shx, regress/run_test: New regress test
          cases and support for loader/dumper.
 
-2006-06-16 14:12  strk
+2006-06-16 14:12  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: - BUGFIX in pgsql2shp
-         successful return code.
+       * [r2383] loader/pgsql2shp.c, loader/shp2pgsql.c: - BUGFIX in
+         pgsql2shp successful return code.
          - BUGFIX in shp2pgsql handling of MultiLine WKT.
 
-2006-06-13 10:20  strk
+2006-06-13 10:20  Sandro Santilli <strk@keybit.net>
 
-       * extras/template_gis/Makefile: Updated template_gis Makefile to
-         work with older debian sarge (stable).
+       * [r2382] extras/template_gis/Makefile: Updated template_gis
+         Makefile to work with older debian sarge (stable).
          Patch by Alex Bodnaru.
 
-2006-06-09 06:03  strk
+2006-06-09 06:03  Sandro Santilli <strk@keybit.net>
 
-       * extras/template_gis/profile: Fixed bug in PGISSCRIPT variable
-         (provided by Alex Bodnaru)
+       * [r2381] extras/template_gis/profile: Fixed bug in PGISSCRIPT
+         variable (provided by Alex Bodnaru)
 
-2006-06-05 17:24  strk
+2006-06-05 17:24  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, lwgeom/lwgeom_functions_basic.c: Updated
+       * [r2380] doc/postgis.xml, lwgeom/lwgeom_functions_basic.c: Updated
          misleading documentation for Segmentize() function
 
-2006-06-02 16:59  strk
+2006-06-02 16:59  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_chip.c: Fully supported georeferencing in chip
-         drawing ops (must still tweak edge cases)
+       * [r2379] lwgeom/lwgeom_chip.c: Fully supported georeferencing in
+         chip drawing ops (must still tweak edge cases)
 
-2006-06-01 16:57  strk
+2006-06-01 16:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_chip.c: Fixed lwgeom drawing
-         primitives to honour georeferencing.
+       * [r2378] lwgeom/liblwgeom.h, lwgeom/lwgeom_chip.c: Fixed lwgeom
+         drawing primitives to honour georeferencing.
 
-2006-06-01 07:07  strk
+2006-06-01 07:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_pg.c: Added "fmgr.h" include, for PG_MODULE_MAGIC
-         definition
+       * [r2377] lwgeom/lwgeom_pg.c: Added "fmgr.h" include, for
+         PG_MODULE_MAGIC definition
 
-2006-06-01 06:58  strk
+2006-06-01 06:58  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_pg.c: Added magic block ctor for 8.2
-         compatibility
+       * [r2376] CHANGES, lwgeom/lwgeom_pg.c: Added magic block ctor for
+         8.2 compatibility
 
-2006-06-01 06:56  strk
+2006-06-01 06:56  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, configure.in: Don't link pgsql2shp to more libs then
-         required.
+       * [r2375] CHANGES, configure.in: Don't link pgsql2shp to more libs
+         then required.
 
-2006-05-31 08:58  strk
+2006-05-31 08:58  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_chip.c: Added support and info
-         for CHIP.datatype 7,8,107 and 108. They were not documented but
-         used by CHIP canonical input function.
+       * [r2374] lwgeom/liblwgeom.h, lwgeom/lwgeom_chip.c: Added support
+         and info for CHIP.datatype 7,8,107 and 108. They were not
+         documented but used by CHIP canonical input function.
 
-2006-05-31 06:43  strk
+2006-05-31 06:43  Sandro Santilli <strk@keybit.net>
 
-       * extras/template_gis, extras/template_gis/Makefile,
+       * [r2373] extras/template_gis, extras/template_gis/Makefile,
          extras/template_gis/README,
          extras/template_gis/createdb.postgis.1,
          extras/template_gis/createdb.postgis.in,
          extras/template_gis/rmtemplate_gis.sh.in: Imported template_gis
          utilities contributed by Roberto Boati and Alex Bodnaru.
 
-2006-05-30 17:19  strk
+2006-05-30 17:19  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_chip.c: Added some primitives for CHIP management +
-         rendering for points and lines
+       * [r2372] lwgeom/lwgeom_chip.c: Added some primitives for CHIP
+         management + rendering for points and lines
 
-2006-05-30 17:17  strk
+2006-05-30 17:17  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_chip.c: Fixed bug in CHIP input routine failing on
-         uncompressed 1x1 integer chip inputs
+       * [r2371] lwgeom/lwgeom_chip.c: Fixed bug in CHIP input routine
+         failing on uncompressed 1x1 integer chip inputs
 
-2006-05-30 08:47  strk
+2006-05-30 08:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.c: added copyright header
+       * [r2370] lwgeom/lwgeom.c: added copyright header
 
-2006-05-30 08:38  strk
+2006-05-30 08:38  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwcollection.c, lwgeom/lwgeom_estimate.c,
+       * [r2369] lwgeom/lwcollection.c, lwgeom/lwgeom_estimate.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
          lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
          lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/measures.c,
          lwgeom/ptarray.c: Added some missing copyright headers.
 
-2006-05-23 09:48  strk
+2006-05-23 09:48  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml, lwgeom/lwgeom_inout.c,
+       * [r2368] CHANGES, doc/postgis.xml, lwgeom/lwgeom_inout.c,
          lwgeom/lwpostgis.sql.in: NEW AsHEXEWKB(geom, XDR|NDR) function +
          documentation
 
-2006-05-22 15:29  strk
+2006-05-22 15:29  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile, regress/measures.sql,
+       * [r2367] regress/Makefile, regress/measures.sql,
          regress/measures_expected, regress/regress.sql,
          regress/regress_expected: Moved 'measures' query into a specific
          file, added a test for bug #108
 
-2006-05-22 14:57  strk
+2006-05-22 14:57  Sandro Santilli <strk@keybit.net>
 
-       * Version.config: Set version to 1.1.3CVS
+       * [r2366] Version.config: Set version to 1.1.3CVS
 
-2006-05-22 14:23  strk
+2006-05-22 14:23  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_c.c: Transform a SRID==0 from GEOS to a
-         SRID=-1.
+       * [r2365] lwgeom/lwgeom_geos_c.c: Transform a SRID==0 from GEOS to
+         SRID=-1.
 
-2006-05-22 13:08  strk
+2006-05-22 13:08  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/measures.c: Fixed a bug in distance2d_poly_poly()
-         never really comparing ring distances
+       * [r2364] CHANGES, lwgeom/measures.c: Fixed a bug in
+         distance2d_poly_poly() never really comparing ring distances
          between 1st ring of 1st geom and all rings of second one.
 
-2006-05-22 12:10  strk
+2006-05-22 12:10  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/load_topology.sql: Added 'with oids' specification
-         to create table (oids are used for the test).
+       * [r2363] topology/test/load_topology.sql: Added 'with oids'
+         specification to create table (oids are used for the test).
          'With oids' was available in postgresql 7.3.4 so we should not be
          highering
          the requirements for topology. Suggestion from Alex Bodnaru.
 
-2006-05-22 11:17  strk
+2006-05-22 11:17  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile: Applied cleanups by Alex Bodnaru
+       * [r2362] topology/test/Makefile: Applied cleanups by Alex Bodnaru
 
-2006-05-22 11:02  strk
+2006-05-22 11:02  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml, lwgeom/lwgeom_dump.c,
+       * [r2361] CHANGES, doc/postgis.xml, lwgeom/lwgeom_dump.c,
          lwgeom/lwpostgis.sql.in: New DumpRings(polygon) function + docs
 
-2006-05-22 10:58  strk
+2006-05-22 10:58  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/measures.c: fixed errors in DEBUG builds
+       * [r2360] lwgeom/measures.c: fixed errors in DEBUG builds
 
-2006-05-22 10:38  strk
+2006-05-22 10:38  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h: Added usage comment about lwpoly_construct()
+       * [r2359] lwgeom/liblwgeom.h: Added usage comment about
+         lwpoly_construct()
 
-2006-05-17 15:52  strk
+2006-05-17 15:52  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added Bruce Rindahl in the credits hall
+       * [r2358] doc/postgis.xml: Added Bruce Rindahl in the credits hall
 
-2006-05-17 15:32  strk
+2006-05-17 15:32  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added note about doc generation change
+       * [r2357] CHANGES: Added note about doc generation change
 
-2006-05-17 13:11  strk
+2006-05-17 13:11  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: DocBook version set to 4.3 (4.2 did not have
-         <code> tag)
+       * [r2356] doc/postgis.xml: DocBook version set to 4.3 (4.2 did not
+         have <code> tag)
          Thanks to Mateus Loskot for the tip!
 
-2006-05-17 13:04  strk
+2006-05-17 13:04  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in, doc/Makefile, doc/README:
-         Changed PDF manual generation rule to use db2pdf from
+       * [r2355] Makefile.config.in, configure.in, doc/Makefile,
+         doc/README: Changed PDF manual generation rule to use db2pdf from
          docbook-utils package. Input does not validate, thus the rule
          doesn't succeed yet, but removing <code> tags is enough to
          complete.
 
-2006-05-17 12:26  strk
+2006-05-17 12:26  Sandro Santilli <strk@keybit.net>
 
-       * doc/README: Added note about pdfxmltex being provided by xmltex
-         package
+       * [r2354] doc/README: Added note about pdfxmltex being provided by
+         xmltex package
 
-2006-05-17 12:25  strk
+2006-05-17 12:25  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: Added check for pdfxmltex availability before
-         attempting to use it
+       * [r2353] doc/Makefile: Added check for pdfxmltex availability
+         before attempting to use it
 
-2006-05-17 07:52  strk
+2006-05-17 07:52  Sandro Santilli <strk@keybit.net>
 
-       * regress/affine.sql, regress/affine_expected: Additional bbox
-         tests for transcale, rotateX and rotateY
+       * [r2352] regress/affine.sql, regress/affine_expected: Additional
+         bbox tests for transcale, rotateX and rotateY
 
-2006-05-16 19:11  strk
+2006-05-16 19:11  Sandro Santilli <strk@keybit.net>
 
-       * regress/affine.sql, regress/affine_expected: Added tests for
-         translate and scale bbox computation
+       * [r2351] regress/affine.sql, regress/affine_expected: Added tests
+         for translate and scale bbox computation
 
-2006-05-16 17:09  strk
+2006-05-16 17:09  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_functions_basic.c: BUGXFIX in affine()
-         failing to update bounding box
+       * [r2350] CHANGES, lwgeom/lwgeom_functions_basic.c: BUGXFIX in
+         affine() failing to update bounding box
 
-2006-05-11 14:24  strk
+2006-05-11 14:24  Sandro Santilli <strk@keybit.net>
 
-       * extras/rpm/spec/postgis.spec: Update to 1.1.2 by Laurent
+       * [r2349] extras/rpm/spec/postgis.spec: Update to 1.1.2 by Laurent
          WANDREBECK
 
-2006-05-11 09:41  strk
+2006-05-11 09:41  Sandro Santilli <strk@keybit.net>
 
-       * doc, doc/.cvsignore: added postgis.fo and postgis.pdf
+       * [r2348] doc, doc/.cvsignore: added postgis.fo and postgis.pdf
 
-2006-05-11 09:41  strk
+2006-05-11 09:41  Sandro Santilli <strk@keybit.net>
 
-       * doc/README: changed single-file html production to 'make html',
-         simpler
+       * [r2347] doc/README: changed single-file html production to 'make
+         html', simpler
 
-2006-05-10 13:40  strk
+2006-05-10 13:40  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile, doc/README: Added notes about requirements for dox
-         generation, cleaned up Makefile
+       * [r2346] doc/Makefile, doc/README: Added notes about requirements
+         for dox generation, cleaned up Makefile
 
 2006-05-10 10:47  mschaber
 
-       * jdbc2/src/org/postgis/Point.java: Small typo fix in comment
+       * [r2345] jdbc2/src/org/postgis/Point.java: Small typo fix in
+         comment
 
-2006-05-10 10:37  strk
+2006-05-10 10:37  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: Removed >/dev/null redirection of pdfxmltex
+       * [r2344] doc/Makefile: Removed >/dev/null redirection of pdfxmltex
          command, to see what's going on
 
 2006-05-09 13:06  mschaber
 
-       * CHANGES, Version.config,
+       * [r2343] CHANGES, Version.config,
          jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
          jdbc2/src/org/postgis/Geometry.java: Fixed JtsGeometry.equals()
          Imporoved Geometry setter/getter
          updated postgis version
 
-2006-05-04 15:19  strk
+2006-05-04 15:19  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lex.yy.c, lwgeom/wktparse.lex: Support for Tru64
-         build (bug#104)
+       * [r2342] CHANGES, lwgeom/lex.yy.c, lwgeom/wktparse.lex: Support
+         for Tru64 build (bug#104)
 
 2006-05-03 08:33  mschaber
 
-       * ., .cvsignore: added eclipsebin to cvsignore
+       * [r2341] ., .cvsignore: added eclipsebin to cvsignore
 
 2006-05-03 08:30  mschaber
 
-       * CHANGES, jdbc2/src/examples/TestParser.java: Added regression
-         tests for OGC conformant multiPoint parsing, updated CHANGELOG
+       * [r2340] CHANGES, jdbc2/src/examples/TestParser.java: Added
+         regression tests for OGC conformant multiPoint parsing, updated
+         CHANGELOG
 
 2006-05-03 08:18  mschaber
 
-       * jdbc2/src/examples/TestParser.java: Added test case for
+       * [r2339] jdbc2/src/examples/TestParser.java: Added test case for
          scientific notation
 
 2006-04-26 14:42  mschaber
 
-       * jdbc2/src/examples/TestParser.java: fixed typo in regression test
-         online help
+       * [r2338] jdbc2/src/examples/TestParser.java: fixed typo in
+         regression test online help
 
-2006-04-26 12:19  strk
+2006-04-26 12:19  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, Makefile.config.in, configure.in, lwgeom/Makefile: Added
-         --with-geos-libdir and --with-proj-libdir configure switches
+       * [r2337] CHANGES, Makefile.config.in, configure.in,
+         lwgeom/Makefile: Added --with-geos-libdir and --with-proj-libdir
+         configure switches
 
-2006-04-18 16:57  strk
+2006-04-18 16:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lex.yy.c, lwgeom/wktparse.y: Fixed invalid C++ style
-         comment
+       * [r2336] lwgeom/lex.yy.c, lwgeom/wktparse.y: Fixed invalid C++
+         style comment
 
-2006-04-18 16:56  strk
+2006-04-18 16:56  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Used ad-hoc AC_PROG_YACC for yacc detection
+       * [r2335] configure.in: Used ad-hoc AC_PROG_YACC for yacc detection
 
-2006-04-18 14:09  strk
+2006-04-18 14:09  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Limited text field size to 255 (bug #84)
-         [will eventually provide a switch to support wider fields ]
+       * [r2334] loader/pgsql2shp.c: Limited text field size to 255 (bug
+         #84) [will eventually provide a switch to support wider fields ]
 
-2006-04-18 12:36  strk
+2006-04-18 12:36  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: updated
+       * [r2333] CHANGES: updated
 
-2006-04-18 12:30  strk
+2006-04-18 12:30  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile, regress/wkt.sql, regress/wkt_expected: Added
-         test for wkt parser
+       * [r2332] regress/Makefile, regress/wkt.sql, regress/wkt_expected:
+         Added test for wkt parser
 
-2006-04-18 12:30  strk
+2006-04-18 12:30  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lex.yy.c, lwgeom/wktparse.tab.c, lwgeom/wktparse.y: WKT
-         parser: forbidden EMPTY elements in non-collection multigeoms.
+       * [r2331] lwgeom/lex.yy.c, lwgeom/wktparse.tab.c,
+         lwgeom/wktparse.y: WKT parser: forbidden EMPTY elements in
+         non-collection multigeoms.
 
-2006-04-18 10:28  strk
+2006-04-18 10:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.c, lwgeom/lwline.c, lwgeom/lwpoint.c,
+       * [r2330] lwgeom/liblwgeom.c, lwgeom/lwline.c, lwgeom/lwpoint.c,
          lwgeom/lwpoly.c: Cleanly handled deserialization of points with
          non-point input by raising an error. Made other simple geoms
          deserializers errors of this kind be consistent. Added a check in
          lwgeom_typename() to avoid memory corruption when input
          geometrytype is out of range.
 
-2006-04-18 09:19  strk
+2006-04-18 09:19  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Added check for libiconv_open (for MingW) - patch
-         provided by Mark Cave-Ayland
+       * [r2329] configure.in: Added check for libiconv_open (for MingW) -
+         patch provided by Mark Cave-Ayland
 
-2006-04-18 09:16  strk
+2006-04-18 09:16  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Substituted bzero() use with memset()
+       * [r2328] loader/shp2pgsql.c: Substituted bzero() use with memset()
 
-2006-04-18 09:10  strk
+2006-04-18 09:10  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in, lwgeom/Makefile: Applied patch
-         by Mark Cave-Ayland allowing in-place regression tests to
+       * [r2327] Makefile.config.in, configure.in, lwgeom/Makefile:
+         Applied patch by Mark Cave-Ayland allowing in-place regression
+         tests to
          be run under MingW (Win32)
 
-2006-04-10 08:19  strk
+2006-04-10 08:19  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_jts.c: Added support for printing argument geoms on
-         union failures
+       * [r2326] lwgeom/lwgeom_jts.c: Added support for printing argument
+         geoms on union failures
          within unite_garray() loop.
 
-2006-03-29 09:25  strk
+2006-03-29 09:25  Sandro Santilli <strk@keybit.net>
 
-       * TODO: removed obsoleted items
+       * [r2325] TODO: removed obsoleted items
 
-2006-03-29 09:19  strk
+2006-03-29 09:19  Sandro Santilli <strk@keybit.net>
 
-       * README.postgis: Set release version and date
+       * [r2323] README.postgis: Set release version and date
 
-2006-03-29 09:14  strk
+2006-03-29 09:14  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, Version.config, doc/postgis.xml: Prepared for 1.1.2
-         release
+       * [r2322] CHANGES, Version.config, doc/postgis.xml: Prepared for
+         1.1.2 release
 
-2006-03-28 08:39  strk
+2006-03-28 08:39  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Mangled Self-intersection message to remove 'at
-         or near point'
+       * [r2321] regress/run_test: Mangled Self-intersection message to
+         remove 'at or near point'
          so that test works with both GEOS 2.x (w/out point spec) and 3.x
          (with point spec)
 
-2006-03-27 09:33  strk
+2006-03-27 09:33  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_ogc.sql, regress/regress_ogc_expected: Used a
-         larger grid for buffer() test, to account for rounding changes
-         between
+       * [r2320] regress/regress_ogc.sql, regress/regress_ogc_expected:
+         Used a larger grid for buffer() test, to account for rounding
+         changes between
          GEOS-2.2 and GEOS-3.0
 
-2006-03-13 10:54  strk
+2006-03-13 10:54  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in:
-         Applied patch from Mark Cave Ayland embedding access control for
+       * [r2319] CHANGES, lwgeom/lwgeom_estimate.c,
+         lwgeom/lwpostgis.sql.in: Applied patch from Mark Cave Ayland
+         embedding access control for
          the estimated_extent functions.
 
-2006-03-13 10:41  strk
+2006-03-13 10:41  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: added enforceRHR fix
+       * [r2318] CHANGES: added enforceRHR fix
 
-2006-03-12 17:20  pramsey
+2006-03-12 17:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom_api.c: Fix isccw to return correct ccw answer.
+       * [r2317] lwgeom/lwgeom_api.c: Fix isccw to return correct ccw
+         answer.
 
-2006-03-12 17:13  pramsey
+2006-03-12 17:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/lwgeom.c: Fix for enforceRHR to actually enforce rather
-         than just reverse. (Note
+       * [r2316] lwgeom/lwgeom.c: Fix for enforceRHR to actually enforce
+         rather than just reverse. (Note
          that seems to be enforcing CW RHR rather than CCW RHR.)
 
-2006-03-08 18:21  strk
+2006-03-08 18:21  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Added pg_config --libs to PGFELIBS as a workaround
-         for systems
+       * [r2315] configure.in: Added pg_config --libs to PGFELIBS as a
+         workaround for systems
          that doesn't automatically detect dependencies
 
-2006-03-01 09:10  strk
+2006-03-01 09:10  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile: Fixed 'clean' rule to succeed also when tree
-         already cleaned (rm -f)
+       * [r2314] regress/Makefile: Fixed 'clean' rule to succeed also when
+         tree already cleaned (rm -f)
 
-2006-02-24 20:23  pramsey
+2006-02-24 20:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Minor error in install instructions
+       * [r2313] doc/postgis.xml: Minor error in install instructions
 
 2006-02-23 11:48  mschaber
 
-       * CHANGES, doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
-         lwgeom/lwpostgis.sql.in, regress/affine.sql,
-         regress/affine_expected: documented affine(), rewrote
-         transscale() to use affine()
+       * [r2312] CHANGES, doc/postgis.xml,
+         lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in,
+         regress/affine.sql, regress/affine_expected: documented affine(),
+         rewrote transscale() to use affine()
 
-2006-02-22 14:06  strk
+2006-02-22 14:06  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h,
+       * [r2311] CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in,
          regress/Makefile, regress/affine.sql, regress/affine_expected:
          Added affine() internal function.
          Fixed a bbox-related bug in transscale()
          Added a test for affine transformations.
 
-2006-02-15 08:38  strk
+2006-02-15 08:38  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_ogc.sql: Qualified args of difference() to avoid
-         clashes with other packages
+       * [r2310] regress/regress_ogc.sql: Qualified args of difference()
+         to avoid clashes with other packages
 
-2006-02-10 10:58  strk
+2006-02-10 10:58  Sandro Santilli <strk@keybit.net>
 
-       * spatial_ref_sys.sql: Made it a single transaction
+       * [r2309] spatial_ref_sys.sql: Made it a single transaction
 
-2006-02-10 10:57  strk
+2006-02-10 10:57  Sandro Santilli <strk@keybit.net>
 
-       * spatial_ref_sys.sql: Removed intermediate VACUUM
+       * [r2308] spatial_ref_sys.sql: Removed intermediate VACUUM
 
 2006-02-06 20:04  mschaber
 
-       * CHANGES, jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
+       * [r2307] CHANGES,
+         jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
          jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: fixed srid
          handling in jts for composed geometries - this had prevented
          'inner' geometries with no given srid from inheriting the srid
          from outer collection.
 
-2006-02-06 11:16  strk
+2006-02-06 11:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h: Added uchar typedef
+       * [r2306] lwgeom/lwgeom.h: Added uchar typedef
 
-2006-02-06 11:12  strk
+2006-02-06 11:12  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgparse.c, lwgeom/wktparse.h, lwgeom/wktunparse.c:
-         uint32_t typedef moved back from wktparse.h to lwgparse.c and
-         wktunparse.c
+       * [r2305] lwgeom/lwgparse.c, lwgeom/wktparse.h,
+         lwgeom/wktunparse.c: uint32_t typedef moved back from wktparse.h
+         to lwgparse.c and wktunparse.c
 
-2006-02-06 11:09  strk
+2006-02-06 11:09  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS: added snaptogrid behavior
+       * [r2304] lwgeom/BBOXCACHE_BEHAVIOURS: added snaptogrid behavior
 
-2006-02-03 20:53  strk
+2006-02-03 20:53  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c, loader/wkb.h, lwgeom/lwgparse.c,
+       * [r2303] loader/pgsql2shp.c, loader/wkb.h, lwgeom/lwgparse.c,
          lwgeom/wktparse.h, lwgeom/wktunparse.c: Swapped stdint.h
          (unavailable on Solaris9) with inttypes.h
 
-2006-02-03 09:52  strk
+2006-02-03 09:52  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgparse.c, lwgeom/wktunparse.c: Changed int4
-         typedefs to use POSIX uint32_t
+       * [r2302] CHANGES, lwgeom/lwgparse.c, lwgeom/wktunparse.c: Changed
+         int4 typedefs to use POSIX uint32_t
 
-2006-02-02 04:46  pramsey
+2006-02-02 04:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Updated maintainers info.
+       * [r2301] doc/postgis.xml: Updated maintainers info.
 
-2006-02-01 22:15  strk
+2006-02-01 22:15  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, regress/Makefile, regress/run_test: Made
+       * [r2300] CHANGES, regress/Makefile, regress/run_test: Made
          regress/run_test create and drop it's regress database
          unless otherwise specified using --nocreate and --nodrop
          switches.
 
-2006-02-01 20:48  strk
+2006-02-01 20:48  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Portable tests for docdir and datadir, comments
-         fixed.
+       * [r2299] configure.in: Portable tests for docdir and datadir,
+         comments fixed.
          Thanks to Havard Tveite for pointing out.
 
-2006-01-29 13:54  strk
+2006-01-29 13:54  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, README.postgis, Version.config, lwgeom/Makefile,
+       * [r2298] CHANGES, README.postgis, Version.config, lwgeom/Makefile,
          lwgeom/box2d.c, lwgeom/lwgeom.c,
          lwgeom/lwgeom_functions_analytic.c, regress/Makefile,
          regress/run_test, regress/snaptogrid.sql,
          
          Version bumped to 1.1.2 and CHANGES file updated.
 
-2006-01-23 00:13  strk
+2006-01-23 00:13  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, Version.config, doc/postgis.xml: Set version to 1.1.1,
-         edited 1.1.1 Release Notes chapter in manual
+       * [r2296] CHANGES, Version.config, doc/postgis.xml: Set version to
+         1.1.1, edited 1.1.1 Release Notes chapter in manual
          and set release date (2006-01-23).
 
-2006-01-22 23:09  pramsey
+2006-01-22 23:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Fix for bug 10, SRID 28992 incorrect
+       * [r2295] spatial_ref_sys.sql: Fix for bug 10, SRID 28992 incorrect
 
-2006-01-21 08:40  strk
+2006-01-21 08:40  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test, regress/test_index_concurrency: Separated
-         'export' from assignment, for Solaris support - reported by
-         Michael Fuhr
+       * [r2294] regress/run_test, regress/test_index_concurrency:
+         Separated 'export' from assignment, for Solaris support -
+         reported by Michael Fuhr
 
-2006-01-19 19:19  strk
+2006-01-19 19:19  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Updated documentation for line_substring() and
-         line_interpolate_point()
+       * [r2293] doc/postgis.xml: Updated documentation for
+         line_substring() and line_interpolate_point()
 
-2006-01-19 19:13  strk
+2006-01-19 19:13  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_lrs.sql, regress/regress_lrs_expected: Added a
-         couple of line_interpolate_point tests
+       * [r2292] regress/regress_lrs.sql, regress/regress_lrs_expected:
+         Added a couple of line_interpolate_point tests
 
-2006-01-19 19:11  strk
+2006-01-19 19:11  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_functions_analytic.c: Z and M
+       * [r2291] CHANGES, lwgeom/lwgeom_functions_analytic.c: Z and M
          interpolation in line_interpolate_point()
 
-2006-01-19 18:26  strk
+2006-01-19 18:26  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_analytic.c, lwgeom/ptarray.c,
+       * [r2290] lwgeom/lwgeom_functions_analytic.c, lwgeom/ptarray.c,
          regress/regress_lrs.sql, regress/regress_lrs_expected: Made
          line_substring() handle corner case of start/end having the same
          value. A point is returned in that case.
 
-2006-01-19 18:17  strk
+2006-01-19 18:17  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_lrs.sql, regress/regress_lrs_expected: Added more
-         regress tests for line_substring
+       * [r2289] regress/regress_lrs.sql, regress/regress_lrs_expected:
+         Added more regress tests for line_substring
 
-2006-01-19 18:17  strk
+2006-01-19 18:17  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/ptarray.c: Added Z and M interpolation in
+       * [r2288] CHANGES, lwgeom/ptarray.c: Added Z and M interpolation in
          ptarray_substring(), fixed some corner-case bugs
 
-2006-01-19 18:16  strk
+2006-01-19 18:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added
+       * [r2287] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added
          interpolate_point4d() general function in API
 
-2006-01-19 18:15  strk
+2006-01-19 18:15  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Added -v switch to show differences inline
+       * [r2286] regress/run_test: Added -v switch to show differences
+         inline
 
-2006-01-18 21:06  strk
+2006-01-18 21:06  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, regress/run_test: Forced lc_messages to be 'C' during
-         regress tests
+       * [r2285] CHANGES, regress/run_test: Forced lc_messages to be 'C'
+         during regress tests
 
-2006-01-18 10:19  strk
+2006-01-18 10:19  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/ptarray.c, regress/regress_lrs.sql,
+       * [r2284] CHANGES, lwgeom/ptarray.c, regress/regress_lrs.sql,
          regress/regress_lrs_expected: Fixed out-of-bound condition in
          ptarray_substring during copy of
          unaltered points.
          Added regress test for the case
          (postgis-devel/2006-January/001951.html)
 
-2006-01-17 14:53  strk
+2006-01-17 14:53  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Fixed $datadir and $docdir paths to support
+       * [r2283] configure.in: Fixed $datadir and $docdir paths to support
          postgresql convention
          of adding 'postgresql' component IFF neither 'pgsql' nor
          'postgres'
          already appear in the path.
 
-2006-01-17 08:37  strk
+2006-01-17 08:37  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added postgis_restore.pl fix
+       * [r2282] CHANGES: Added postgis_restore.pl fix
 
-2006-01-17 08:36  strk
+2006-01-17 08:36  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Commented out debugging premature exit
-         left from last review
+       * [r2281] utils/postgis_restore.pl: Commented out debugging
+         premature exit left from last review
 
-2006-01-16 10:42  strk
+2006-01-16 10:42  Sandro Santilli <strk@keybit.net>
 
-       * loader/dbfopen.c, loader/pgsql2shp.c, loader/shapefil.h,
+       * [r2280] loader/dbfopen.c, loader/pgsql2shp.c, loader/shapefil.h,
          loader/shp2pgsql.c: Added support for Bool and Date DBF<=>PGIS
          mapping
 
-2006-01-16 10:10  strk
+2006-01-16 10:10  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, configure.in: Fixed default pgsql prefix to
+       * [r2279] CHANGES, configure.in: Fixed default pgsql prefix to
          /usr/local/pgsql (default since pgsql 7.2)
 
-2006-01-15 22:56  strk
+2006-01-15 22:56  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, Makefile.config.in, configure.in: Fixed handling of
-         pg_config --bindir
+       * [r2278] CHANGES, Makefile.config.in, configure.in: Fixed handling
+         of pg_config --bindir
 
-2006-01-13 09:11  strk
+2006-01-13 09:11  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/ptarray.c, regress/lwgeom_regress.sql,
+       * [r2277] CHANGES, lwgeom/ptarray.c, regress/lwgeom_regress.sql,
          regress/lwgeom_regress_expected, regress/regress_lrs.sql,
          regress/regress_lrs_expected: Fixed bug in ptarray_locate_point()
          - added regress test for specific case
 
-2006-01-12 12:26  strk
+2006-01-12 12:26  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_geos_c.c: Fixed bug blessing all
+       * [r2276] CHANGES, lwgeom/lwgeom_geos_c.c: Fixed bug blessing all
          GEOMETRYCOLLECTIONS to MULTIPOLYGONS in postgis->GEOS
          converted trough C-API
 
 2006-01-10 16:38  mschaber
 
-       * CHANGES, doc/postgis.xml, lwgeom/lwpostgis.sql.in: Added
+       * [r2275] CHANGES, doc/postgis.xml, lwgeom/lwpostgis.sql.in: Added
          NumInteriorRing(geometry) alias function
 
-2006-01-09 16:40  strk
+2006-01-09 16:40  Sandro Santilli <strk@keybit.net>
 
-       * loader/PQunescapeBytea.c, loader/compat.h, loader/dbfopen.c,
-         loader/pgsql2shp.c, loader/shp2pgsql.c: ISO C90 comments,
-         signedness mismatch fixes
+       * [r2274] loader/PQunescapeBytea.c, loader/compat.h,
+         loader/dbfopen.c, loader/pgsql2shp.c, loader/shp2pgsql.c: ISO C90
+         comments, signedness mismatch fixes
 
-2006-01-09 15:55  strk
+2006-01-09 15:55  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box.c, lwgeom/lwgeom_box2dfloat4.c,
+       * [r2273] lwgeom/lwgeom_box.c, lwgeom/lwgeom_box2dfloat4.c,
          lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_btree.c,
          lwgeom/lwgeom_chip.c, lwgeom/lwgeom_dump.c,
          lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gml.c,
          lwgeom/stringBuffer.c, lwgeom/stringBuffer.h: ISO C90 comments
          (finished in lwgeom/)
 
-2006-01-09 15:12  strk
+2006-01-09 15:12  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwcollection.c, lwgeom/lwgeom_spheroid.c, lwgeom/lwline.c,
-         lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
-         lwgeom/lwpoint.c, lwgeom/wktunparse.c: ISO C90 comments
+       * [r2272] lwgeom/lwcollection.c, lwgeom/lwgeom_spheroid.c,
+         lwgeom/lwline.c, lwgeom/lwmline.c, lwgeom/lwmpoint.c,
+         lwgeom/lwmpoly.c, lwgeom/lwpoint.c, lwgeom/wktunparse.c: ISO C90
+         comments
 
-2006-01-09 15:11  strk
+2006-01-09 15:11  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_analytic.c: Removed variable-sized array
-         and fixed comments as for ISO C90 requirements.
+       * [r2271] lwgeom/lwgeom_functions_analytic.c: Removed
+         variable-sized array and fixed comments as for ISO C90
+         requirements.
 
-2006-01-09 15:09  strk
+2006-01-09 15:09  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile, regress/simplify.sql,
+       * [r2270] regress/Makefile, regress/simplify.sql,
          regress/simplify_expected: Added simplify() test unit
 
-2006-01-09 14:43  strk
+2006-01-09 14:43  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: ISO C90 comments, indenting
+       * [r2269] lwgeom/lwgeom_api.c: ISO C90 comments, indenting
 
-2006-01-09 12:56  strk
+2006-01-09 12:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Proc upgrade requirement message made
-         more clear.
+       * [r2268] lwgeom/lwpostgis.sql.in: Proc upgrade requirement message
+         made more clear.
 
-2006-01-09 12:55  strk
+2006-01-09 12:55  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_debug.c: Removed variable-sized array forbidden by
-         ISO C90.
+       * [r2267] lwgeom/lwgeom_debug.c: Removed variable-sized array
+         forbidden by ISO C90.
 
-2006-01-09 12:39  strk
+2006-01-09 12:39  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.c: C++ style comments removed, fixed return from
-         void function.
+       * [r2266] lwgeom/liblwgeom.c: C++ style comments removed, fixed
+         return from void function.
 
-2006-01-09 12:36  strk
+2006-01-09 12:36  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/ptarray.c: Changed C++ style comments to ISO C format
+       * [r2265] lwgeom/ptarray.c: Changed C++ style comments to ISO C
+         format
 
-2006-01-09 12:30  strk
+2006-01-09 12:30  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/measures.c: Changed C++ style comments to ISO C ones.
+       * [r2264] lwgeom/measures.c: Changed C++ style comments to ISO C
+         ones.
 
-2006-01-09 12:17  strk
+2006-01-09 12:17  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added Solaris 2.7 and MingW support improvements item
+       * [r2263] CHANGES: Added Solaris 2.7 and MingW support improvements
+         item
 
-2006-01-09 11:48  strk
+2006-01-09 11:48  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Fixed "strict-aliasing rule" breaks.
+       * [r2262] lwgeom/lwgeom_estimate.c: Fixed "strict-aliasing rule"
+         breaks.
 
-2006-01-09 11:43  strk
+2006-01-09 11:43  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/ptarray.c: Found another (faster) way to avoid breaking
-         "strict-aliasing rules"
+       * [r2261] lwgeom/ptarray.c: Found another (faster) way to avoid
+         breaking "strict-aliasing rules"
 
-2006-01-09 11:05  strk
+2006-01-09 11:05  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/ptarray.c: Removed POINT4D=>POINT2D cast raising GCC
-         warning
+       * [r2260] lwgeom/ptarray.c: Removed POINT4D=>POINT2D cast raising
+         GCC warning
 
-2006-01-09 10:56  strk
+2006-01-09 10:56  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Changed "! test" to "test !" and "-e" to "-f" for
-         Solaris compatibility.
+       * [r2259] configure.in: Changed "! test" to "test !" and "-e" to
+         "-f" for Solaris compatibility.
 
-2006-01-09 10:42  strk
+2006-01-09 10:42  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Changed all C++ style comments
-         to ISO C ones.
+       * [r2258] lwgeom/lwgeom_functions_basic.c: Changed all C++ style
+         comments to ISO C ones.
 
-2006-01-08 15:02  strk
+2006-01-08 15:02  Sandro Santilli <strk@keybit.net>
 
-       * ., .cvsignore: Added lwpostgis_upgrade.sql
+       * [r2257] ., .cvsignore: Added lwpostgis_upgrade.sql
 
-2006-01-07 10:18  strk
+2006-01-07 10:18  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Changed $PWD uses with `pwd` (required for Solaris
-         2.7)
+       * [r2256] configure.in: Changed $PWD uses with `pwd` (required for
+         Solaris 2.7)
 
-2006-01-05 15:01  strk
+2006-01-05 15:01  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: More portable (hopefully) use of quotes and
+       * [r2255] configure.in: More portable (hopefully) use of quotes and
          backticks
 
-2006-01-05 00:26  chodgson
+2006-01-05 00:26  Chris Hodgson <chodgson@refractions.net>
 
-       * lwgeom/lwgeom_inout.c: rollback to contain cast
+       * [r2254] lwgeom/lwgeom_inout.c: rollback to contain cast
 
-2006-01-05 00:19  chodgson
+2006-01-05 00:19  Chris Hodgson <chodgson@refractions.net>
 
-       * lwgeom/lwgeom_chip.c: 1.12 with changes from 1.11 integrated
+       * [r2253] lwgeom/lwgeom_chip.c: 1.12 with changes from 1.11
+         integrated
 
-2006-01-05 00:07  chodgson
+2006-01-05 00:07  Chris Hodgson <chodgson@refractions.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Recommitted with changes from
-         1_34 integrated
+       * [r2252] lwgeom/lwgeom_functions_basic.c: Recommitted with changes
+         from 1_34 integrated
 
-2006-01-04 21:37  chodgson
+2006-01-04 21:37  Chris Hodgson <chodgson@refractions.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Added function
+       * [r2251] lwgeom/lwgeom_functions_basic.c: Added function
          optimistic_overlap in order to support TerrainServer. Note that
          optimistic_overlap existed in postgis prior to 1.0 but was
          removed. The included version is a hack to work with the newer
          lwgeom structs
 
-2006-01-04 21:21  chodgson
+2006-01-04 21:21  Chris Hodgson <chodgson@refractions.net>
 
-       * lwgeom/lwgeom_inout.c: Modified lwgeom2 = ... line in
+       * [r2250] lwgeom/lwgeom_inout.c: Modified lwgeom2 = ... line in
          LWGEOMFromWKB function; removed the (uchar *) cast
 
-2006-01-04 21:16  chodgson
+2006-01-04 21:16  Chris Hodgson <chodgson@refractions.net>
 
-       * lwgeom/lwgeom_chip.c: Added the CHIP_send function which enables
-         Postgres 8.0 to send a binary CHIP
+       * [r2249] lwgeom/lwgeom_chip.c: Added the CHIP_send function which
+         enables Postgres 8.0 to send a binary CHIP
 
-2006-01-01 02:30  strk
+2006-01-01 02:30  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_pg.c: Added missing include for definition of
-         unparse_WKB()
+       * [r2248] lwgeom/lwgeom_pg.c: Added missing include for definition
+         of unparse_WKB()
 
-2006-01-01 02:19  strk
+2006-01-01 02:19  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box.c, lwgeom/lwgeom_pg.h: Dropped unused
+       * [r2247] lwgeom/lwgeom_box.c, lwgeom/lwgeom_pg.h: Dropped unused
          box2df_to_box() and box_to_box2df() functions. Added
          box_to_box2df_p() function to complement exiting
          box2df_to_box_p().
 
-2005-12-31 15:11  strk
+2005-12-31 15:11  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Fixed reference to PostgreSQL "contrib"
+       * [r2246] doc/postgis.xml: Fixed reference to PostgreSQL "contrib"
          directory (no more required)
 
-2005-12-31 14:57  strk
+2005-12-31 14:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: Fixed "possibly uninitialized" warning in
-         box2df_to_box3d
+       * [r2245] lwgeom/lwgeom_api.c: Fixed "possibly uninitialized"
+         warning in box2df_to_box3d
 
-2005-12-30 18:14  strk
+2005-12-30 18:14  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
+       * [r2244] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
          lwgeom/lwgeom_chip.c, lwgeom/lwgeom_gml.c, lwgeom/lwgeom_svg.c,
          lwgeom/lwgeom_transform.c: Fixed all signedness warnings
 
-2005-12-30 17:40  strk
+2005-12-30 17:40  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, Version.config, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
-         lwgeom/lwgeom_api.c, lwgeom/lwgeom_chip.c,
+       * [r2243] CHANGES, Version.config, lwgeom/liblwgeom.h,
+         lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_chip.c,
          lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
          lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h, lwgeom/lwgparse.c,
 
 2005-12-28 18:43  devrim
 
-       * extras/rpm/patches/postgis-version.config.patch: Removed unused
-         patch
+       * [r2242] extras/rpm/patches/postgis-version.config.patch: Removed
+         unused patch
 
 2005-12-28 18:40  devrim
 
-       * extras/rpm/spec/postgis.spec: Lots of fixes for 1.1
+       * [r2241] extras/rpm/spec/postgis.spec: Lots of fixes for 1.1
 
-2005-12-21 18:45  strk
+2005-12-21 18:45  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Removed awk usage, --with-template is detected
-         during the single
+       * [r2239] configure.in: Removed awk usage, --with-template is
+         detected during the single
          pg_config --configure scan
 
-2005-12-21 13:18  strk
+2005-12-21 13:18  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Changed $() constructs to "``" ones, for
+       * [r2238] configure.in: Changed $() constructs to "``" ones, for
          portability
 
-2005-12-21 12:12  strk
+2005-12-21 12:12  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: Raised a warning on pj_errno==-38 (a
-         nodatum transform is attempted before giving up)
+       * [r2237] lwgeom/lwgeom_transform.c: Raised a warning on
+         pj_errno==-38 (a nodatum transform is attempted before giving up)
 
-2005-12-20 09:17  strk
+2005-12-20 09:17  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Used more portable sed syntax, submitted by
-         Michael Fuhr.
+       * [r2236] regress/run_test: Used more portable sed syntax,
+         submitted by Michael Fuhr.
 
-2005-12-20 09:06  strk
+2005-12-20 09:06  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: Fixed inconsistency between docs install/uninstall
-         paths
+       * [r2235] doc/Makefile: Fixed inconsistency between docs
+         install/uninstall paths
 
-2005-12-19 20:33  strk
+2005-12-19 20:33  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Fixed eprefix (bindir) use
+       * [r2234] configure.in: Fixed eprefix (bindir) use
 
-2005-12-19 20:23  strk
+2005-12-19 20:23  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile: Dropped `liblwgeom' dependency from 'test' rule
+       * [r2233] GNUmakefile: Dropped `liblwgeom' dependency from 'test'
+         rule
 
-2005-12-19 15:07  strk
+2005-12-19 15:07  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Allowed for overriding of --datadir.
+       * [r2232] configure.in: Allowed for overriding of --datadir.
          reworked pg_config --configure parsing to make a single scan.
          Fixed mishanlding of --prefix
 
-2005-12-19 12:26  strk
+2005-12-19 12:26  Sandro Santilli <strk@keybit.net>
 
-       * README.postgis: make regress => make test
+       * [r2231] README.postgis: make regress => make test
 
-2005-12-19 10:39  strk
+2005-12-19 10:39  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_expected, regress/run_test: used a consistent
-         construct for out_and_err redirect,
+       * [r2230] regress/regress_expected, regress/run_test: used a
+         consistent construct for out_and_err redirect,
          added rule to make [eE][-+]0+[0-9]+ become e[-+][1-9]+
 
-2005-12-19 10:17  strk
+2005-12-19 10:17  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Applied patch for MingW support (buffering and
-         INF representation problems)
+       * [r2229] regress/run_test: Applied patch for MingW support
+         (buffering and INF representation problems)
 
-2005-12-19 09:43  strk
+2005-12-19 09:43  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Fixed uninstall rule for scripts
+       * [r2228] lwgeom/Makefile: Fixed uninstall rule for scripts
 
-2005-12-16 16:53  strk
+2005-12-16 16:53  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: fixed iconv check
+       * [r2227] configure.in: fixed iconv check
 
-2005-12-16 16:47  strk
+2005-12-16 16:47  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in, loader/Makefile: Added support
-         for mixed libiconv/iconv
+       * [r2226] Makefile.config.in, configure.in, loader/Makefile: Added
+         support for mixed libiconv/iconv
 
-2005-12-16 15:07  strk
+2005-12-16 15:07  Sandro Santilli <strk@keybit.net>
 
-       * HOWTO_RELEASE: Added make_dist.sh argument.
+       * [r2225] HOWTO_RELEASE: Added make_dist.sh argument.
 
-2005-12-16 11:55  strk
+2005-12-16 11:55  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Almost done with closure
+       * [r2224] TODO: Almost done with closure
 
-2005-12-16 11:53  strk
+2005-12-16 11:53  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added Carl Anderson to release-specifi credits
-         section (forgot, who know how many else)
+       * [r2223] doc/postgis.xml: Added Carl Anderson to release-specifi
+         credits section (forgot, who know how many else)
 
-2005-12-16 11:14  strk
+2005-12-16 11:14  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml: Edited release notes in manual, set
-         release date to 2005/12/21
+       * [r2222] CHANGES, doc/postgis.xml: Edited release notes in manual,
+         set release date to 2005/12/21
          (if everything goes file)
 
 2005-12-16 10:06  mschaber
 
-       * jdbc2/README: small README improvements
+       * [r2221] jdbc2/README: small README improvements
 
-2005-12-16 09:36  strk
+2005-12-16 09:36  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Added installed procs version when proc
-         upgrade needed
+       * [r2220] lwgeom/lwpostgis.sql.in: Added installed procs version
+         when proc upgrade needed
 
-2005-12-16 09:32  strk
+2005-12-16 09:32  Sandro Santilli <strk@keybit.net>
 
-       * HOWTO_RELEASE, TODO, make_dist.sh: Added release procedure and
-         Versioning rationale.
+       * [r2219] HOWTO_RELEASE, TODO, make_dist.sh: Added release
+         procedure and Versioning rationale.
 
-2005-12-16 08:59  strk
+2005-12-16 08:59  Sandro Santilli <strk@keybit.net>
 
-       * Version.config, lwgeom/Makefile: lwpostgis_upgrade.sql installed
-         by install and removed by uninstall,
+       * [r2218] Version.config, lwgeom/Makefile: lwpostgis_upgrade.sql
+         installed by install and removed by uninstall,
          fixed path info for lwpostgis.sql install. Stripped CVS from
          version
          strings and added note about SO/REL versions being the same.
 
-2005-12-16 08:56  strk
+2005-12-16 08:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: Added required typinfo include
+       * [r2217] lwgeom/lwgeom_geos_wrapper.cpp: Added required typinfo
+         include
 
-2005-12-16 08:38  strk
+2005-12-16 08:38  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Simplified top warning about
+       * [r2216] lwgeom/lwpostgis.sql.in: Simplified top warning about
          upgradability of changes.
 
-2005-12-16 08:37  strk
+2005-12-16 08:37  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Added dependency of postgis_proc_upgrade.pl in
-         lwpostgis_upgrade.sql rule
+       * [r2215] lwgeom/Makefile: Added dependency of
+         postgis_proc_upgrade.pl in lwpostgis_upgrade.sql rule
 
-2005-12-16 08:33  strk
+2005-12-16 08:33  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_proc_upgrade.pl: Fixed version checker to only use
-         Major to compare
+       * [r2214] utils/postgis_proc_upgrade.pl: Fixed version checker to
+         only use Major to compare
 
-2005-12-16 02:08  strk
+2005-12-16 02:08  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Reverted use of $(shlib_major) to $(shlib).
+       * [r2213] lwgeom/Makefile: Reverted use of $(shlib_major) to
+         $(shlib).
          Since lwpostgis_upgrade.sql is always enough
          to rebind, and also required...
 
-2005-12-16 01:48  strk
+2005-12-16 01:48  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_proc_upgrade.pl: Added comment about the use of
-         postgis_lib_version in version checker
+       * [r2212] utils/postgis_proc_upgrade.pl: Added comment about the
+         use of postgis_lib_version in version checker
          (last commit log was incomplete)
 
-2005-12-16 01:41  strk
+2005-12-16 01:41  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, Version.config, lwgeom/Makefile,
+       * [r2211] CHANGES, Version.config, lwgeom/Makefile,
          lwgeom/lwpostgis.sql.in, utils/postgis_proc_upgrade.pl: Unified
          SCRIPTS, LIB and RELEASE versions for the sake of simplicity.
          postgis_scripts_released() will return the same as
          written
          in the database at the time of lwpostgis.sql sourcing.
 
-2005-12-16 01:35  strk
+2005-12-16 01:35  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added notes `bout postgis_scripts_released(),
-         postgis_scripts_installed()
+       * [r2210] doc/postgis.xml: Added notes `bout
+         postgis_scripts_released(), postgis_scripts_installed()
          and postgis_version(). Copied soft upgrade description from
          README
          file - removed most references about DBPROC/RELPROC and the like.
 
-2005-12-15 23:57  strk
+2005-12-15 23:57  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in, lwgeom/Makefile: perl
+       * [r2209] Makefile.config.in, configure.in, lwgeom/Makefile: perl
          availability check by ./configure (sorry, you'll need it from now
          on)
 
-2005-12-15 23:52  strk
+2005-12-15 23:52  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added note about jdbc/ drop and PgSQL source dependency
-         relief
+       * [r2208] CHANGES: Added note about jdbc/ drop and PgSQL source
+         dependency relief
 
-2005-12-15 23:49  strk
+2005-12-15 23:49  Sandro Santilli <strk@keybit.net>
 
-       * jdbc: Removed obsoleted code
+       * [r2207] jdbc: Removed obsoleted code
 
-2005-12-15 23:46  pramsey
+2005-12-15 23:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Remove qandasetdiv tags and fix numbering...
+       * [r2206] doc/postgis.xml: Remove qandasetdiv tags and fix
+         numbering...
 
-2005-12-15 23:28  strk
+2005-12-15 23:28  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, GNUmakefile, lwgeom/Makefile,
+       * [r2205] CHANGES, GNUmakefile, lwgeom/Makefile,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_nojts.c,
          lwgeom/lwpostgis.sql.in: - Made postgis_version() a C function
          w/out changing output.
          - Made lwpostgis_upgrade.sql build by default (must add a check
          for perl availability in ./configure.in)
 
-2005-12-15 23:17  pramsey
+2005-12-15 23:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis: Wording changes here and there.
+       * [r2204] README.postgis: Wording changes here and there.
 
-2005-12-15 22:50  strk
+2005-12-15 22:50  Sandro Santilli <strk@keybit.net>
 
-       * README.postgis: Updated Upgrading section
+       * [r2203] README.postgis: Updated Upgrading section
 
-2005-12-15 19:11  strk
+2005-12-15 19:11  Sandro Santilli <strk@keybit.net>
 
-       * make_dist.sh: back to single full package
+       * [r2202] make_dist.sh: back to single full package
 
-2005-12-15 18:34  strk
+2005-12-15 18:34  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Switched HARD/SOFT upgrade and removed HACK
-         upgrade sections.
+       * [r2201] doc/postgis.xml: Switched HARD/SOFT upgrade and removed
+         HACK upgrade sections.
 
-2005-12-15 18:30  strk
+2005-12-15 18:30  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Added item for 1.1 closure
+       * [r2200] TODO: Added item for 1.1 closure
 
-2005-12-15 15:18  strk
+2005-12-15 15:18  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Added things to do for 1.1.0 closeup
+       * [r2199] TODO: Added things to do for 1.1.0 closeup
 
-2005-12-15 09:28  strk
+2005-12-15 09:28  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Infinite->Infinity
+       * [r2198] regress/run_test: Infinite->Infinity
 
-2005-12-15 01:27  strk
+2005-12-15 01:27  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Added PROJ version in output - would change the
-         whole thing to postgis_full_version() if it only fit into 80 cols
+       * [r2197] regress/run_test: Added PROJ version in output - would
+         change the whole thing to postgis_full_version() if it only fit
+         into 80 cols
 
-2005-12-15 01:21  strk
+2005-12-15 01:21  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile: Made PROJ test be run only if USE_PROJ=1
+       * [r2196] regress/Makefile: Made PROJ test be run only if
+         USE_PROJ=1
 
-2005-12-15 01:19  strk
+2005-12-15 01:19  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected,
+       * [r2195] regress/regress.sql, regress/regress_expected,
          regress/regress_ogc.sql, regress/regress_ogc_expected: Moved
          GEOS/JTS function from regress to ogc test
 
-2005-12-15 01:07  strk
+2005-12-15 01:07  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/run_test: Removed call to
+       * [r2194] regress/regress.sql, regress/run_test: Removed call to
          replace(text,text,text) in regress.sql
          (unsupported by pgsql 7.2)
          Used sed in run_test to Transform Infinite to inf and Inf to inf
 
-2005-12-15 00:49  strk
+2005-12-15 00:49  Sandro Santilli <strk@keybit.net>
 
-       * Version.config, lwgeom/Makefile: Splitted SCRIPTS_VERSION in
-         MAJOR,MINOR,MICRO
+       * [r2193] Version.config, lwgeom/Makefile: Splitted SCRIPTS_VERSION
+         in MAJOR,MINOR,MICRO
 
-2005-12-15 00:47  strk
+2005-12-15 00:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: 'IMMUTABLE STRICT' ->
+       * [r2192] lwgeom/lwpostgis.sql.in: 'IMMUTABLE STRICT' ->
          '_IMMUTABLE_STRICT' fix for new polygon ctors
 
-2005-12-15 00:28  strk
+2005-12-15 00:28  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: typo fixed
+       * [r2191] regress/run_test: typo fixed
 
-2005-12-14 18:56  strk
+2005-12-14 18:56  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Removed rectangle-level locking (DONE)
+       * [r2190] TODO: Removed rectangle-level locking (DONE)
 
-2005-12-14 18:45  strk
+2005-12-14 18:45  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Dropped 1.1.0 specific section - all pending items dumped
-         to 'other random items'
+       * [r2189] TODO: Dropped 1.1.0 specific section - all pending items
+         dumped to 'other random items'
 
-2005-12-14 18:44  strk
+2005-12-14 18:44  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Typo fixed (dumber->dumper) - was tempted to
-         keep it ;)
+       * [r2188] doc/postgis.xml: Typo fixed (dumber->dumper) - was
+         tempted to keep it ;)
 
-2005-12-14 18:34  strk
+2005-12-14 18:34  Sandro Santilli <strk@keybit.net>
 
-       * README.postgis: Reintroduced revised INSTALLATION, UPGRADE,
-         USAGE.
+       * [r2187] README.postgis: Reintroduced revised INSTALLATION,
+         UPGRADE, USAGE.
          Added REQUIREMENTS, CONFIGURATION and TESTING.
          UPGRADE still requires some cleanup (IMHO).
 
-2005-12-14 15:40  strk
+2005-12-14 15:40  Sandro Santilli <strk@keybit.net>
 
-       * README.postgis: Removed most info, added reference to PostGIS
-         manual instead
+       * [r2186] README.postgis: Removed most info, added reference to
+         PostGIS manual instead
 
-2005-12-14 15:29  strk
+2005-12-14 15:29  Sandro Santilli <strk@keybit.net>
 
-       * ., .cvsignore: Removed postgis_geos_version.h - should be under
-         lwgeom/
+       * [r2185] ., .cvsignore: Removed postgis_geos_version.h - should be
+         under lwgeom/
 
-2005-12-14 15:23  strk
+2005-12-14 15:23  Sandro Santilli <strk@keybit.net>
 
-       * make_dist.sh: - Create two packages:
+       * [r2184] make_dist.sh: - Create two packages:
          postgis-$$.tar.gz and postgis-regress-$$.tar.gz
          
          - New syntax:
          -- postgis-1.1.0.tar.gz postgis-regress-1.1.0.tar.gz
          sh make_dist.sh 1.1.0
 
-2005-12-14 14:14  strk
+2005-12-14 14:14  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: Removed obsoleted --param shade.verbatim param from
-         xsltproc call,
+       * [r2183] doc/Makefile: Removed obsoleted --param shade.verbatim
+         param from xsltproc call,
          moved common flags on top file.
 
-2005-12-14 13:43  strk
+2005-12-14 13:43  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: fixed closing tag mismatch
+       * [r2182] doc/postgis.xml: fixed closing tag mismatch
 
-2005-12-14 13:42  strk
+2005-12-14 13:42  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added release version in abstract, updated
-         INSTALL section to reflect autoconf-based layout
+       * [r2181] doc/postgis.xml: Added release version in abstract,
+         updated INSTALL section to reflect autoconf-based layout
 
-2005-12-14 12:24  strk
+2005-12-14 12:24  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in, doc/Makefile: Nicely handled
-         missing requirements for docs build
+       * [r2180] Makefile.config.in, configure.in, doc/Makefile: Nicely
+         handled missing requirements for docs build
 
-2005-12-14 11:13  strk
+2005-12-14 11:13  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_ogc.sql,
+       * [r2179] regress/regress.sql, regress/regress_ogc.sql,
          regress/regress_ogc_expected: Snapped buffer() output to a grid
          of 1.0E-14 grid to account for slightly
          different floating number behaviours on Solaris.
          Normalized Infinity to inf to account for different libc outputs.
 
-2005-12-14 00:26  strk
+2005-12-14 00:26  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile, regress/run_test: Regression tests output made
-         much more concise
+       * [r2178] regress/Makefile, regress/run_test: Regression tests
+         output made much more concise
 
-2005-12-13 23:25  strk
+2005-12-13 23:25  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/ptarray.c: removed unused variable
+       * [r2177] lwgeom/ptarray.c: removed unused variable
 
-2005-12-13 22:04  strk
+2005-12-13 22:04  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Added GEOS/JTS version info when available
+       * [r2176] regress/run_test: Added GEOS/JTS version info when
+         available
 
-2005-12-13 21:16  strk
+2005-12-13 21:16  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile: Fixed a misnamed test
+       * [r2175] regress/Makefile: Fixed a misnamed test
 
-2005-12-13 19:01  strk
+2005-12-13 19:01  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
+       * [r2174] doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwpostgis.sql.in, regress/Makefile,
          regress/replacepoint.sql, regress/replacepoint_expected,
          regress/setpoint.sql, regress/setpoint_expected: Renamed
          ReplacePoint() to SetPoint()
 
-2005-12-13 18:39  strk
+2005-12-13 18:39  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h,
+       * [r2173] CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
          lwgeom/lwpostgis.sql.in, lwgeom/ptarray.c, regress/Makefile,
          regress/removepoint.sql, regress/removepoint_expected,
          function.
          Added regress tests for them.
 
-2005-12-13 18:19  strk
+2005-12-13 18:19  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.c: Fixed bug in lwgeom_as_anytype cast funcions
+       * [r2172] lwgeom/lwgeom.c: Fixed bug in lwgeom_as_anytype cast
+         funcions
 
-2005-12-13 14:19  strk
+2005-12-13 14:19  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: LRS section repopulated
+       * [r2170] doc/postgis.xml: LRS section repopulated
 
-2005-12-13 12:51  strk
+2005-12-13 12:51  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Moved out of LRS section: line_locate_point back
-         (to Misc),
+       * [r2169] doc/postgis.xml: Moved out of LRS section:
+         line_locate_point back (to Misc),
          line_substring and line_interpolate_point (to Geometry
          constructors).
          Added more cross-references.
 
-2005-12-13 12:12  strk
+2005-12-13 12:12  Sandro Santilli <strk@keybit.net>
 
-       * TODO: updated
+       * [r2168] TODO: updated
 
-2005-12-12 20:41  strk
+2005-12-12 20:41  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Handled common invokation mistake (accept
-         trailing .sql in test names)
+       * [r2167] regress/run_test: Handled common invokation mistake
+         (accept trailing .sql in test names)
 
-2005-12-12 20:31  strk
+2005-12-12 20:31  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Changed math statements to be compatible with
-         solaris shell, fixed typo
+       * [r2166] regress/run_test: Changed math statements to be
+         compatible with solaris shell, fixed typo
 
-2005-12-12 17:40  strk
+2005-12-12 17:40  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml, lwgeom/lwgeom_geos.c,
+       * [r2165] CHANGES, doc/postgis.xml, lwgeom/lwgeom_geos.c,
          lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_geos_wrapper.cpp,
          lwgeom/lwgeom_jts.c, lwgeom/lwgeom_nojts.c,
          lwgeom/lwpostgis.sql.in, regress/Makefile,
          - Reworked regress test runner to be more succint and report
          a summary of test results
 
-2005-12-12 11:35  strk
+2005-12-12 11:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Avoided detect_geos_version rule when using the
-         GEOS C-API
+       * [r2164] lwgeom/Makefile: Avoided detect_geos_version rule when
+         using the GEOS C-API
 
-2005-12-12 11:33  strk
+2005-12-12 11:33  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_analytic.c: Wrapped grid_print
+       * [r2163] lwgeom/lwgeom_functions_analytic.c: Wrapped grid_print
          declaration and definition in VERBOSE block, to avoid compiler
          warning about it being unused
 
-2005-12-10 15:46  strk
+2005-12-10 15:46  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: Fixed error message typo
+       * [r2161] lwgeom/lwgeom_api.c: Fixed error message typo
 
-2005-12-09 20:43  pramsey
+2005-12-09 20:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Added credits for GEOS and Proj4.
+       * [r2160] doc/postgis.xml: Added credits for GEOS and Proj4.
 
-2005-12-09 15:14  strk
+2005-12-09 15:14  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Organized Change log for 1.1.0
+       * [r2158] CHANGES: Organized Change log for 1.1.0
 
-2005-12-09 12:02  strk
+2005-12-09 12:02  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added Charlie Savage in credits
+       * [r2157] doc/postgis.xml: Added Charlie Savage in credits
 
-2005-12-09 12:00  strk
+2005-12-09 12:00  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c,
+       * [r2155] CHANGES, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c,
          lwgeom/lwgeom_geos_wrapper.cpp: Plugged memory leaks in
          Polygonize().
 
-2005-12-09 10:14  strk
+2005-12-09 10:14  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_ogc.sql, regress/regress_ogc_expected: Added a
-         couple of polygonize tests
+       * [r2153] regress/regress_ogc.sql, regress/regress_ogc_expected:
+         Added a couple of polygonize tests
 
-2005-12-07 12:22  strk
+2005-12-07 12:22  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Fixed handling of CAST for 8.0.0
-         restore.
+       * [r2151] utils/postgis_restore.pl: Fixed handling of CAST for
+         8.0.0 restore.
          Type name canonicalization function defined separately.
 
-2005-12-07 09:05  strk
+2005-12-07 09:05  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Added note about OID column drop in pre
-         8.1 to 8.1+ upgrades
+       * [r2150] utils/postgis_restore.pl: Added note about OID column
+         drop in pre 8.1 to 8.1+ upgrades
 
 2005-12-06 15:42  devrim
 
-       * extras/rpm/spec/postgis.spec: Label the spec file as 1.1.0
+       * [r2148] extras/rpm/spec/postgis.spec: Label the spec file as
+         1.1.0
 
-2005-12-06 15:37  strk
+2005-12-06 15:37  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Updated SnapToGrid documentation
+       * [r2147] doc/postgis.xml: Updated SnapToGrid documentation
 
 2005-12-06 15:26  devrim
 
-       * extras/rpm/spec/postgis.spec: Update to 1.0.6
+       * [r2146] extras/rpm/spec/postgis.spec: Update to 1.0.6
 
-2005-12-06 15:09  strk
+2005-12-06 15:09  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml: Updated after release 1.0.6
+       * [r2145] CHANGES, doc/postgis.xml: Updated after release 1.0.6
 
-2005-12-06 14:56  strk
+2005-12-06 14:56  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Added check for successfully postgis
+       * [r2142] regress/run_test: Added check for successfully postgis
          installation before running tests
 
-2005-12-06 14:51  strk
+2005-12-06 14:51  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_ogc.sql, regress/regress_ogc_expected: Added
-         user-reported intersects() test
+       * [r2141] regress/regress_ogc.sql, regress/regress_ogc_expected:
+         Added user-reported intersects() test
 
-2005-12-02 15:11  strk
+2005-12-02 15:11  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile: Had regress_ogc test skipped if no GEOS nor JTS
-         support is compiled in
+       * [r2139] regress/Makefile: Had regress_ogc test skipped if no GEOS
+         nor JTS support is compiled in
 
-2005-12-02 14:56  strk
+2005-12-02 14:56  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Added missing rules
+       * [r2138] Makefile: Added missing rules
 
-2005-12-02 14:52  strk
+2005-12-02 14:52  Sandro Santilli <strk@keybit.net>
 
-       * GNUmakefile, Makefile: Copied PostgreSQL top-level Makefile for
-         use by systems in which make != gmake
+       * [r2137] GNUmakefile, Makefile: Copied PostgreSQL top-level
+         Makefile for use by systems in which make != gmake
 
-2005-12-02 14:35  strk
+2005-12-02 14:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: Fixed support for PGSQL version 7.2
-         and 7.3
+       * [r2136] lwgeom/lwgeom_transform.c: Fixed support for PGSQL
+         version 7.2 and 7.3
 
-2005-12-02 14:15  strk
+2005-12-02 14:15  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_proj_expected: Fixed SnapToGrid output expectance
-         (higher dims no more discarded)
+       * [r2135] regress/regress_proj_expected: Fixed SnapToGrid output
+         expectance (higher dims no more discarded)
 
-2005-12-02 13:21  strk
+2005-12-02 13:21  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added note about new SnapToGrid function
+       * [r2134] CHANGES: Added note about new SnapToGrid function
 
-2005-12-02 13:16  strk
+2005-12-02 13:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Added SnapToGrid(geom, point_offset,
-         xsz, ysz, zsz, msz)
+       * [r2133] lwgeom/lwpostgis.sql.in: Added SnapToGrid(geom,
+         point_offset, xsz, ysz, zsz, msz)
 
-2005-12-02 10:46  strk
+2005-12-02 10:46  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_analytic.c: Added
+       * [r2132] lwgeom/lwgeom_functions_analytic.c: Added
          LWGEOM_snaptogrid_pointoff and gridspec utility funx
 
-2005-12-02 09:12  strk
+2005-12-02 09:12  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added note about SnapToGrid bbox computation
+       * [r2131] CHANGES: Added note about SnapToGrid bbox computation
 
-2005-12-02 09:07  strk
+2005-12-02 09:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_analytic.c: Fixed output box2d
+       * [r2129] lwgeom/lwgeom_functions_analytic.c: Fixed output box2d
          computation in SnapToGrid (was working with float,
          changed to work with doubles and call appropriate box3d->box2d
          converter).
 
-2005-12-02 09:06  strk
+2005-12-02 09:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: Added PARANOIA_LEVEL checks in box3d<->box2d
-         converters
+       * [r2128] lwgeom/lwgeom_api.c: Added PARANOIA_LEVEL checks in
+         box3d<->box2d converters
 
-2005-12-02 08:26  strk
+2005-12-02 08:26  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile, regress/run_test: Quoted grep pattern (Solaris'
-         shell threats carets as pipes).
+       * [r2127] regress/Makefile, regress/run_test: Quoted grep pattern
+         (Solaris' shell threats carets as pipes).
          Added a sleep 1 before dropping DB (to avoid "database being
          accessed" errors).
 
-2005-12-01 22:29  strk
+2005-12-01 22:29  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile: Changed back 'tests' to 'test'
+       * [r2126] regress/Makefile: Changed back 'tests' to 'test'
 
-2005-12-01 19:25  strk
+2005-12-01 19:25  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added note about SnapToGrid and higher dims
+       * [r2125] CHANGES: Added note about SnapToGrid and higher dims
 
-2005-12-01 19:09  strk
+2005-12-01 19:09  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
+       * [r2124] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
          lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_lrs.c, lwgeom/ptarray.c: Exported
          DYNPTARRAY struct and accessor funx (from _lrs.c).
          Rewritten ptarray_grid() to allow snapping of all dimensions and
          never discard input ordinates.
 
-2005-12-01 17:14  strk
+2005-12-01 17:14  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: Fixed missing LineMerge symbol
-         when built against geos-1.0
+       * [r2123] lwgeom/lwgeom_geos_wrapper.cpp: Fixed missing LineMerge
+         symbol when built against geos-1.0
 
-2005-12-01 16:21  strk
+2005-12-01 16:21  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
+       * [r2122] CHANGES, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
          lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c,
          lwgeom/lwgeom_jts.c: Added SRID mismatch checks in GEOS and JTS
          wrappers
 
-2005-12-01 16:19  strk
+2005-12-01 16:19  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in: Updated comment about GEOS C-API (starts with
-         2.2.x)
+       * [r2121] Makefile.config.in: Updated comment about GEOS C-API
+         (starts with 2.2.x)
 
-2005-12-01 15:53  strk
+2005-12-01 15:53  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile: Renamed clean: to cleanup:, provided empty
-         clean: to make things work
+       * [r2118] regress/Makefile: Renamed clean: to cleanup:, provided
+         empty clean: to make things work
          from toplevel makefile.
 
-2005-12-01 15:50  strk
+2005-12-01 15:50  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Fixed handling of bogus geos-1.0
+       * [r2117] configure.in: Fixed handling of bogus geos-1.0
 
-2005-12-01 14:07  strk
+2005-12-01 14:07  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile, regress/lwgeom_regress_expected,
+       * [r2116] regress/Makefile, regress/lwgeom_regress_expected,
          regress/regress_expected, regress/regress_index_expected,
          regress/run_test: Skipped checks of SQL command outputs
          (INSERT,UPDATE,CREATE,DROP).
          Cleaned up postgis_reg after tests run.
 
-2005-12-01 13:53  strk
+2005-12-01 13:53  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom.c: Fixed lwgeom_segmentize2d() to always
-         return a clone
+       * [r2115] CHANGES, lwgeom/lwgeom.c: Fixed lwgeom_segmentize2d() to
+         always return a clone
 
-2005-12-01 13:49  strk
+2005-12-01 13:49  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwcollection.c: Fixed short-allocation in
+       * [r2113] CHANGES, lwgeom/lwcollection.c: Fixed short-allocation in
          lwcollection_clone()
 
-2005-12-01 13:37  strk
+2005-12-01 13:37  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_proj.sql, regress/regress_proj_expected: Fixed
-         test to cleanup after run
+       * [r2111] regress/regress_proj.sql, regress/regress_proj_expected:
+         Fixed test to cleanup after run
 
-2005-11-30 21:02  strk
+2005-11-30 21:02  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_proj.sql, regress/regress_proj_expected: Added
-         missing proj tests
+       * [r2109] regress/regress_proj.sql, regress/regress_proj_expected:
+         Added missing proj tests
 
-2005-11-30 18:24  strk
+2005-11-30 18:24  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_functions_basic.c, lwgeom/ptarray.c: Fixed
-         segfault on addPoint() with invalid offset
+       * [r2108] CHANGES, lwgeom/lwgeom_functions_basic.c,
+         lwgeom/ptarray.c: Fixed segfault on addPoint() with invalid
+         offset
 
-2005-11-30 18:24  strk
+2005-11-30 18:24  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Fixed error message on non-readable expected
-         file
+       * [r2107] regress/run_test: Fixed error message on non-readable
+         expected file
 
-2005-11-30 17:04  strk
+2005-11-30 17:04  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added Alex Mayrhofer to list of contributors
+       * [r2105] doc/postgis.xml: Added Alex Mayrhofer to list of
+         contributors
 
-2005-11-30 16:59  strk
+2005-11-30 16:59  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Moved 8.2 support to 1.0.6 section
+       * [r2103] CHANGES: Moved 8.2 support to 1.0.6 section
 
-2005-11-30 16:57  strk
+2005-11-30 16:57  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile: Added proj tests, curtesy of Alex Mayrhofer
+       * [r2101] regress/Makefile: Added proj tests, curtesy of Alex
+         Mayrhofer
 
-2005-11-29 22:40  strk
+2005-11-29 22:40  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: CAPI usage triggered starting at geos-2.2
+       * [r2099] configure.in: CAPI usage triggered starting at geos-2.2
 
-2005-11-29 10:05  strk
+2005-11-29 10:05  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml: Added locate_among_measure() and
-         locate_between_measures() dox.
+       * [r2096] CHANGES, doc/postgis.xml: Added locate_among_measure()
+         and locate_between_measures() dox.
          Updated CHANGES adding new LRS funx and new transform() code.
 
-2005-11-29 09:00  strk
+2005-11-29 09:00  Sandro Santilli <strk@keybit.net>
 
-       * TODO, doc/postgis.xml: Updated documentation for X,Y,M and Z
+       * [r2095] TODO, doc/postgis.xml: Updated documentation for X,Y,M
+         and Z
 
-2005-11-28 16:01  strk
+2005-11-28 16:01  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_functions_basic.c: Fixed a segfault on
-         geom_accum(NULL, NULL) condition
+       * [r2094] CHANGES, lwgeom/lwgeom_functions_basic.c: Fixed a
+         segfault on geom_accum(NULL, NULL) condition
 
-2005-11-28 15:59  strk
+2005-11-28 15:59  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected: Added
+       * [r2091] regress/regress.sql, regress/regress_expected: Added
          geom_accum(NULL,NULL) test
 
-2005-11-28 15:06  strk
+2005-11-28 15:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/SERIALIZED_FORM, lwgeom/compat.h, lwgeom/liblwgeom.h,
-         lwgeom/lwgeom_functions_lrs.c, lwgeom/lwgeom_pg.h,
-         lwgeom/pgsql_compat.h: Estrapolated SERIALIZED_FORM doc from
-         liblwgeom.h and put it into
+       * [r2090] lwgeom/SERIALIZED_FORM, lwgeom/compat.h,
+         lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_lrs.c,
+         lwgeom/lwgeom_pg.h, lwgeom/pgsql_compat.h: Estrapolated
+         SERIALIZED_FORM doc from liblwgeom.h and put it into
          SERIALIZED_FORM file.
          Cleaned up header files so to avoid C++ style comments and
          -pedantic errors.
          (more to come on this front)
 
-2005-11-28 11:49  strk
+2005-11-28 11:49  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added bbox cache handling fix in 1.0.6
+       * [r2088] CHANGES: Added bbox cache handling fix in 1.0.6
 
-2005-11-28 11:48  strk
+2005-11-28 11:48  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: minor cleanups and comments
+       * [r2087] lwgeom/lwgeom_functions_basic.c: minor cleanups and
+         comments
 
-2005-11-28 11:31  strk
+2005-11-28 11:31  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: memory release in
+       * [r2085] lwgeom/lwgeom_functions_basic.c: memory release in
          force_collection
 
-2005-11-28 11:27  strk
+2005-11-28 11:27  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected: Added
+       * [r2083] regress/regress.sql, regress/regress_expected: Added
          force_collection test
 
-2005-11-28 11:20  strk
+2005-11-28 11:20  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwcollection.c, lwgeom/lwgeom_functions_basic.c,
+       * [r2081] lwgeom/lwcollection.c, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_ogc.c, lwgeom/lwline.c, lwgeom/lwpoly.c: Fixed
          ExteriorRing() and Segmentize() handling of bbox cache
 
-2005-11-28 11:04  strk
+2005-11-28 11:04  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected,
+       * [r2079] regress/regress.sql, regress/regress_expected,
          regress/regress_ogc.sql, regress/regress_ogc_expected: Added
          ExteriorRing and Segmentize tests
 
 2005-11-25 17:22  mschaber
 
-       * jdbc2/README, jdbc2/src/org/postgis/java2d/PGShapeGeometry.java,
+       * [r2077] jdbc2/README,
+         jdbc2/src/org/postgis/java2d/PGShapeGeometry.java,
          jdbc2/src/org/postgis/java2d/ShapeBinaryParser.java: java2d and
          doc improvements
 
-2005-11-25 16:14  strk
+2005-11-25 16:14  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, Makefile.config.in, lwgeom/lwgeom_box2dfloat4.c,
+       * [r2076] CHANGES, Makefile.config.in, lwgeom/lwgeom_box2dfloat4.c,
          lwgeom/lwgeom_chip.c, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
          lwgeom/lwgeom_pg.h, lwgeom/lwgeom_spheroid.c: Added support for
          PostgreSQL head, as suggested by Michael Fuhr.
          Cleaned up includes.
 
-2005-11-25 16:11  strk
+2005-11-25 16:11  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: Wrapped PROJ4SRSCacheCheck function in
-         ifdef MEMORY_CONTEXT_CHECKING block, to avoid compiler warning
+       * [r2075] lwgeom/lwgeom_transform.c: Wrapped PROJ4SRSCacheCheck
+         function in ifdef MEMORY_CONTEXT_CHECKING block, to avoid
+         compiler warning
 
-2005-11-25 15:43  strk
+2005-11-25 15:43  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_ogc.sql, regress/regress_ogc_expected: Added
-         unite_garray() test
+       * [r2074] regress/regress_ogc.sql, regress/regress_ogc_expected:
+         Added unite_garray() test
 
-2005-11-25 15:43  strk
+2005-11-25 15:43  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Added database version info
+       * [r2073] regress/run_test: Added database version info
 
-2005-11-25 15:34  strk
+2005-11-25 15:34  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_expected, regress/regress_ogc_expected: Fixed
-         expected ERROR and NOTICEs
+       * [r2072] regress/regress_expected, regress/regress_ogc_expected:
+         Fixed expected ERROR and NOTICEs
 
-2005-11-25 15:28  strk
+2005-11-25 15:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwcollection.c: Fixed 0-size allocation in lwcollection
-         deserializer
+       * [r2071] lwgeom/lwcollection.c: Fixed 0-size allocation in
+         lwcollection deserializer
          (only matters when backend is compiled with --enable-cassert)
 
-2005-11-25 14:14  strk
+2005-11-25 14:14  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Added postgis library version and builddate, to
-         make sure the existing database
+       * [r2069] regress/run_test: Added postgis library version and
+         builddate, to make sure the existing database
          being used is equipped with the library we are willing to test.
 
-2005-11-24 20:20  strk
+2005-11-24 20:20  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Added note about documentation updates requirement (will
-         anyone read it before 1.1.0 ? ;)
+       * [r2068] TODO: Added note about documentation updates requirement
+         (will anyone read it before 1.1.0 ? ;)
 
-2005-11-24 20:18  strk
+2005-11-24 20:18  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_c.c: Fixed sizeof(GEOSGeom) calls, minor
-         debugging improvements.
+       * [r2067] lwgeom/lwgeom_geos_c.c: Fixed sizeof(GEOSGeom) calls,
+         minor debugging improvements.
 
-2005-11-24 20:11  strk
+2005-11-24 20:11  Sandro Santilli <strk@keybit.net>
 
-       * doc/man/shp2pgsql.1: Added -N and -g documentation
+       * [r2064] doc/man/shp2pgsql.1: Added -N and -g documentation
 
-2005-11-23 15:54  strk
+2005-11-23 15:54  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_ogc.c: Changed X(), Y(), M() and Z() to raise an
-         error if input
+       * [r2061] lwgeom/lwgeom_ogc.c: Changed X(), Y(), M() and Z() to
+         raise an error if input
          is not strictly a point (must update documentation)
 
-2005-11-23 15:30  strk
+2005-11-23 15:30  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_lrs.c, regress/regress_lrs.sql,
+       * [r2060] lwgeom/lwgeom_functions_lrs.c, regress/regress_lrs.sql,
          regress/regress_lrs_expected: Changed locate_between_measures()
          to return simpler types
 
-2005-11-23 14:52  strk
+2005-11-23 14:52  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_ogc.c, regress/regress.sql,
+       * [r2059] CHANGES, lwgeom/lwgeom_ogc.c, regress/regress.sql,
          regress/regress_expected: Changed M() and Z() to return NULL when
          input doesn't have
          the requested dimension. Updated regress tests with a few
          of these cases.
 
-2005-11-23 14:44  strk
+2005-11-23 14:44  Sandro Santilli <strk@keybit.net>
 
-       * regress/run_test: Added usage dox and check for required input
-         files
+       * [r2058] regress/run_test: Added usage dox and check for required
+         input files
 
-2005-11-23 14:38  strk
+2005-11-23 14:38  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile, regress/lwgeom_regress.sql,
+       * [r2057] regress/Makefile, regress/lwgeom_regress.sql,
          regress/lwgeom_regress_expected, regress/regress.sql,
          regress/regress_expected, regress/regress_index.sql,
          regress/regress_index_expected, regress/regress_lrs.sql,
          regress/run_regress, regress/run_test: Reworked regress tests to
          avoid multiple database creations
 
-2005-11-23 13:48  strk
+2005-11-23 13:48  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_lrs.c: fixed bug in points duplication
-         check of dynptarray_addPoint4d
+       * [r2056] lwgeom/lwgeom_functions_lrs.c: fixed bug in points
+         duplication check of dynptarray_addPoint4d
 
-2005-11-23 13:46  strk
+2005-11-23 13:46  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected: Added a few
-         regression tests for LRS functions
+       * [r2055] regress/regress.sql, regress/regress_expected: Added a
+         few regression tests for LRS functions
 
-2005-11-23 13:19  strk
+2005-11-23 13:19  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/liblwgeom.h,
+       * [r2054] lwgeom/Makefile, lwgeom/liblwgeom.h,
          lwgeom/lwgeom_functions_lrs.c, lwgeom/lwpostgis.sql.in: Initial
          implementation of locate_among_measure() and
          locate_between_measures()
 
-2005-11-22 21:29  strk
+2005-11-22 21:29  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h,
+       * [r2053] CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h,
          lwgeom/lwgeom_api.c, regress/regress.sql,
          regress/regress_expected: Fixed a bug in getPoint{3dm,3dz,4d}_p()
          api calls automatically
          Wrapped paranoid checks in PARANOIA_LEVEL preprocessor blocks.
          Updated release notes and CHANGES file.
 
-2005-11-22 19:59  strk
+2005-11-22 19:59  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwcollection.c: Fixed debugging printf call
+       * [r2051] lwgeom/lwcollection.c: Fixed debugging printf call
 
-2005-11-18 17:37  mcayland
+2005-11-18 17:37  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_transform.c: Add fix for PG 8.1 calling the
+       * [r2049] lwgeom/lwgeom_transform.c: Add fix for PG 8.1 calling the
          MemoryContext check method when compiled as a debug build
 
-2005-11-18 10:48  strk
+2005-11-18 10:48  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: fixed double release of bbox cache
-         memory
+       * [r2048] lwgeom/lwgeom_transform.c: fixed double release of bbox
+         cache memory
 
-2005-11-18 10:16  strk
+2005-11-18 10:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_gml.c,
+       * [r2047] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_gml.c,
          lwgeom/lwgeom_svg.c: Removed casts on lwalloc return.
          Used varlena macros when appropriate.
 
-2005-11-17 23:35  mcayland
+2005-11-17 23:35  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_transform.c: Removed duplicate debugging code used
-         to reset the cache when it was full
+       * [r2045] lwgeom/lwgeom_transform.c: Removed duplicate debugging
+         code used to reset the cache when it was full
 
-2005-11-17 23:25  mcayland
+2005-11-17 23:25  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_transform.c: Fixed assertion bug and an off-by-one
-         palloc() in the new transform() code
+       * [r2044] lwgeom/lwgeom_transform.c: Fixed assertion bug and an
+         off-by-one palloc() in the new transform() code
 
-2005-11-17 17:49  mcayland
+2005-11-17 17:49  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_transform.c, lwgeom/lwpostgis.sql.in: Reimplement
-         transform() using a cache that maintains SRS and PROJ.4 library
-         handles throughout each portal to speed up reprojections on large
-         datasets
+       * [r2043] lwgeom/lwgeom_transform.c, lwgeom/lwpostgis.sql.in:
+         Reimplement transform() using a cache that maintains SRS and
+         PROJ.4 library handles throughout each portal to speed up
+         reprojections on large datasets
 
 2005-11-16 13:04  mschaber
 
-       * jdbc2/src/org/postgis/Point.java: small comment improvements in
-         Point.java
+       * [r2042] jdbc2/src/org/postgis/Point.java: small comment
+         improvements in Point.java
 
-2005-11-16 10:34  strk
+2005-11-16 10:34  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added availability info of
+       * [r2041] doc/postgis.xml: Added availability info of
          line_interpolate_point function
 
-2005-11-16 09:49  strk
+2005-11-16 09:49  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml: Updated 1.0.5 release documentation
+       * [r2040] CHANGES, doc/postgis.xml: Updated 1.0.5 release
+         documentation
 
-2005-11-14 10:05  strk
+2005-11-14 10:05  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Forced use of CAPI when building against GEOS 3.x.x
-         or superior
+       * [r2038] configure.in: Forced use of CAPI when building against
+         GEOS 3.x.x or superior
 
-2005-11-14 09:01  strk
+2005-11-14 09:01  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
-         lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c,
+       * [r2037] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
+         lwgeom/lwgeom.c, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c,
          lwgeom/lwgeom_jts.c, lwgeom/lwline.c, lwgeom/lwmline.c,
          lwgeom/lwmpoint.c, lwgeom/lwmpoly.c, lwgeom/lwpoint.c,
          lwgeom/lwpoly.c: Forced copy of BOX2D at deserialization time.
          released
          by lwgeom_release(). This will remove memory alignment problems.
 
-2005-11-11 18:04  strk
+2005-11-11 18:04  Sandro Santilli <strk@keybit.net>
 
-       * TODO: updated
+       * [r2034] TODO: updated
 
-2005-11-11 17:49  strk
+2005-11-11 17:49  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Updated
+       * [r2032] CHANGES: Updated
 
-2005-11-11 17:45  strk
+2005-11-11 17:45  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwline.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c: Fixed memory
-         alignment bug in base geometry type serializers, added integrity
-         check for geometry type flag and it's pointarrays dimension
-         mismatch
+       * [r2030] lwgeom/lwline.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c: Fixed
+         memory alignment bug in base geometry type serializers, added
+         integrity check for geometry type flag and it's pointarrays
+         dimension mismatch
 
-2005-11-11 17:23  strk
+2005-11-11 17:23  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Fixed memory alignment issues in
-         force_*d*_recursive
+       * [r2029] lwgeom/lwgeom_functions_basic.c: Fixed memory alignment
+         issues in force_*d*_recursive
 
-2005-11-11 17:03  strk
+2005-11-11 17:03  Sandro Santilli <strk@keybit.net>
 
-       * regress/lwgeom_regress.sql, regress/lwgeom_regress_expected:
-         Added some dimensionality changes tests
+       * [r2027] regress/lwgeom_regress.sql,
+         regress/lwgeom_regress_expected: Added some dimensionality
+         changes tests
 
-2005-11-11 17:02  strk
+2005-11-11 17:02  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected: Added linemerge
-         test
+       * [r2026] regress/regress.sql, regress/regress_expected: Added
+         linemerge test
 
-2005-11-11 10:49  strk
+2005-11-11 10:49  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_api.c: Fixed short-initialization in
-         getPoint4d_p
+       * [r2020] CHANGES, lwgeom/lwgeom_api.c: Fixed short-initialization
+         in getPoint4d_p
 
-2005-11-01 17:11  strk
+2005-11-01 17:11  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in: Ported ELF detection code from
-         PostgreSQL. PostGIS builds on freebsd > 2 out of the box now.
+       * [r2019] Makefile.config.in, configure.in: Ported ELF detection
+         code from PostgreSQL. PostGIS builds on freebsd > 2 out of the
+         box now.
 
-2005-11-01 11:56  strk
+2005-11-01 11:56  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in: Initial work on ST_AddEdgeNewFaces
+       * [r2018] topology/topology.sql.in: Initial work on
+         ST_AddEdgeNewFaces
 
-2005-11-01 11:46  strk
+2005-11-01 11:46  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Removed calls to get_proj4_from_srid()
-         from transform() to require
+       * [r2016] lwgeom/lwpostgis.sql.in: Removed calls to
+         get_proj4_from_srid() from transform() to require
          a single scan of spatial_ref_sys for call rather then two.
 
-2005-11-01 11:37  strk
+2005-11-01 11:37  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Fixed handling of --with-proj handling
+       * [r2015] configure.in: Fixed handling of --with-proj handling
 
-2005-11-01 10:29  strk
+2005-11-01 10:29  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: updated
+       * [r2014] CHANGES: updated
 
-2005-11-01 10:22  strk
+2005-11-01 10:22  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_proc_upgrade.pl: Changed major-minor version
-         numbers extraction to be compatible with postgresql 7.2.1 (relies
-         on the fact that this information will always be in the first 4
-         characters - single digit per version)
+       * [r2011] utils/postgis_proc_upgrade.pl: Changed major-minor
+         version numbers extraction to be compatible with postgresql 7.2.1
+         (relies on the fact that this information will always be in the
+         first 4 characters - single digit per version)
 
-2005-11-01 09:25  strk
+2005-11-01 09:25  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Reworked NULL geometries handling code
-         letting user specify policy (insert,skip,abort). Insert is the
-         default.
+       * [r2010] loader/shp2pgsql.c: Reworked NULL geometries handling
+         code letting user specify policy (insert,skip,abort). Insert is
+         the default.
 
 2005-10-31 13:42  mschaber
 
-       * jdbc2/src/org/postgis/java2d/PGShapeGeometry.java: Document Bug
-         in PGShapeGeometry
+       * [r2009] jdbc2/src/org/postgis/java2d/PGShapeGeometry.java:
+         Document Bug in PGShapeGeometry
 
 2005-10-28 13:48  mschaber
 
-       * jdbc2/src/org/postgis/java2d/PGShapeGeometry.java: Small winding
-         rule fix and some comment improvements
+       * [r2008] jdbc2/src/org/postgis/java2d/PGShapeGeometry.java: Small
+         winding rule fix and some comment improvements
 
-2005-10-26 11:10  strk
+2005-10-26 11:10  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: updated
+       * [r2006] CHANGES: updated
 
-2005-10-26 11:07  strk
+2005-10-26 11:07  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_proc_upgrade.pl: Added optional second argument to
-         specify schema in which postgis functions are to be replaced
+       * [r2004] utils/postgis_proc_upgrade.pl: Added optional second
+         argument to specify schema in which postgis functions are to be
+         replaced
 
-2005-10-25 14:31  strk
+2005-10-25 14:31  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added azimuth() and shift_longitude() functions
+       * [r2003] CHANGES: Added azimuth() and shift_longitude() functions
 
-2005-10-25 14:31  strk
+2005-10-25 14:31  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added documentation for azimuth()
+       * [r2002] doc/postgis.xml: Added documentation for azimuth()
 
-2005-10-25 14:21  strk
+2005-10-25 14:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Added missing SRID check in
-         azimuth() function
+       * [r2001] lwgeom/lwgeom_functions_basic.c: Added missing SRID check
+         in azimuth() function
 
-2005-10-25 14:15  strk
+2005-10-25 14:15  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c,
+       * [r2000] lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwpostgis.sql.in, lwgeom/measures.c: Added
          azimuth(point,point) function.
 
-2005-10-25 11:38  strk
+2005-10-25 11:38  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
+       * [r1999] lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in,
          lwgeom/ptarray.c: Added shift_longitude(geometry) sql procedure
          and underlying
          lwgeom_longitude_shift(LWGEOM *)
          functions.
 
-2005-10-25 11:37  strk
+2005-10-25 11:37  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_c.c: Fixed bug in GEOSCoordSeq to POINTARRAY
-         converter
+       * [r1998] lwgeom/lwgeom_geos_c.c: Fixed bug in GEOSCoordSeq to
+         POINTARRAY converter
 
-2005-10-25 11:16  strk
+2005-10-25 11:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Added
+       * [r1997] lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Added
          pglwgeom_deserialize()
 
-2005-10-24 16:14  strk
+2005-10-24 16:14  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Moved loader/dumper stricter handling of attribute sizes
-         from 1.0.5 to head section
+       * [r1996] CHANGES: Moved loader/dumper stricter handling of
+         attribute sizes from 1.0.5 to head section
 
-2005-10-24 15:54  strk
+2005-10-24 15:54  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: fixed wrong assumption about maximum size of
-         integer attributes (width is maximum size of text representation)
+       * [r1993] loader/shp2pgsql.c: fixed wrong assumption about maximum
+         size of integer attributes (width is maximum size of text
+         representation)
 
-2005-10-24 13:29  strk
+2005-10-24 13:29  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_c.c: Updated to reflect ownership policy in
-         GEOS C-api.
+       * [r1991] lwgeom/lwgeom_geos_c.c: Updated to reflect ownership
+         policy in GEOS C-api.
 
-2005-10-24 11:33  strk
+2005-10-24 11:33  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added attribute types mapping change
+       * [r1990] CHANGES: Added attribute types mapping change
 
-2005-10-24 11:30  strk
+2005-10-24 11:30  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: Fixed a bug in string
-         attributes handling truncating values of maximum
+       * [r1987] loader/pgsql2shp.c, loader/shp2pgsql.c: Fixed a bug in
+         string attributes handling truncating values of maximum
          allowed length, curtesy of Lars Roessiger.
          Reworked integer attributes handling to be stricter in dbf->sql
          mapping
 
 2005-10-21 15:35  mschaber
 
-       * jdbc2/src/org/postgis/java2d/PGShapeGeometry.java:
+       * [r1986] jdbc2/src/org/postgis/java2d/PGShapeGeometry.java:
          PGShapeGeometry constructor cleanup
 
 2005-10-21 13:06  mschaber
 
-       * jdbc2, jdbc2/.cvsignore, jdbc2/README: Updated jdbc2 README to
-         reflect JTS dependency on trove4j
+       * [r1985] jdbc2, jdbc2/.cvsignore, jdbc2/README: Updated jdbc2
+         README to reflect JTS dependency on trove4j
 
 2005-10-21 12:07  mschaber
 
-       * jdbc2/README, jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
+       * [r1984] jdbc2/README,
+         jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
          jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
          jdbc2/src/examples/TestJava2d.java: implemented JTS
          GeometryFactory caching
 
-2005-10-21 11:33  strk
+2005-10-21 11:33  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, loader/shp2pgsql.c: Applied patch by Lars Roessiger
-         handling numerical values with a trailing decima
+       * [r1982] CHANGES, loader/shp2pgsql.c: Applied patch by Lars
+         Roessiger handling numerical values with a trailing decima
          l dot
 
 2005-10-21 08:53  mschaber
 
-       * jdbc2/src/examples/TestJava2d.java: typo fix in java2D example
+       * [r1981] jdbc2/src/examples/TestJava2d.java: typo fix in java2D
+         example
 
 2005-10-20 18:07  mschaber
 
-       * jdbc2/sources.inc, jdbc2/src/examples/TestJava2d.java,
+       * [r1980] jdbc2/sources.inc, jdbc2/src/examples/TestJava2d.java,
          jdbc2/src/org/postgis/java2d/Java2DWrapper.java,
          jdbc2/src/org/postgis/java2d/PGShapeGeometry.java: added example
          for java2d
 
 2005-10-20 16:13  mschaber
 
-       * jdbc2/java2dsrc, jdbc2/src/org/postgis/java2d,
+       * [r1979] jdbc2/java2dsrc, jdbc2/src/org/postgis/java2d,
          jdbc2/src/org/postgis/java2d/Java2DWrapper.java,
          jdbc2/src/org/postgis/java2d/PGShapeGeometry.java,
          jdbc2/src/org/postgis/java2d/ShapeBinaryParser.java: moved java2d
 
 2005-10-20 16:04  mschaber
 
-       * jdbc2/src/org/postgis/DriverWrapper.java: fix postgresql 7.2
-         datatype registration compatibility code
+       * [r1978] jdbc2/src/org/postgis/DriverWrapper.java: fix postgresql
+         7.2 datatype registration compatibility code
 
 2005-10-20 15:58  mschaber
 
-       * jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
+       * [r1977] jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
          jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
          jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
          jdbc2/jtssrc/org/postgis/jts/JtsGisWrapper.java,
 
 2005-10-20 15:57  mschaber
 
-       * CHANGES: added forgotten changelog entry
+       * [r1976] CHANGES: added forgotten changelog entry
 
 2005-10-20 14:35  mschaber
 
-       * jdbc2/java2dsrc, jdbc2/java2dsrc/org,
+       * [r1975] jdbc2/java2dsrc, jdbc2/java2dsrc/org,
          jdbc2/java2dsrc/org/postgis, jdbc2/java2dsrc/org/postgis/java2d,
          jdbc2/java2dsrc/org/postgis/java2d/Java2DWrapper.java,
          jdbc2/java2dsrc/org/postgis/java2d/PGShapeGeometry.java,
          jdbc2/java2dsrc/org/postgis/java2d/ShapeBinaryParser.java: Added
          some source for java2D readonly support
 
-2005-10-19 13:11  strk
+2005-10-19 13:11  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_c.c: Handled some more errors.
+       * [r1974] lwgeom/lwgeom_geos_c.c: Handled some more errors.
 
-2005-10-19 10:12  strk
+2005-10-19 10:12  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_jts.c: Removed useless variables from linemerge()
+       * [r1973] lwgeom/lwgeom_jts.c: Removed useless variables from
+         linemerge()
 
-2005-10-19 10:09  strk
+2005-10-19 10:09  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Removed unused variables in linemerge()
+       * [r1972] lwgeom/lwgeom_geos.c: Removed unused variables in
+         linemerge()
 
-2005-10-19 10:04  strk
+2005-10-19 10:04  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/Makefile, topology/test/cache_geometries.sql,
+       * [r1971] topology/test/Makefile,
+         topology/test/cache_geometries.sql,
          topology/test/edit_topology.sql, topology/test/hierarchy.sql,
          topology/test/load_topology.sql,
          topology/test/predicate.expected, topology/topology.sql.in: Added
          ST_ModEdgesSplit function, cleaned up test files, added tests for
          the new topology editing functions.
 
-2005-10-18 16:39  strk
+2005-10-18 16:39  Sandro Santilli <strk@keybit.net>
 
-       * topology/topology.sql.in: Fixed ST_NewEdgesSplit function to
-         return new Node id rather then text
+       * [r1970] topology/topology.sql.in: Fixed ST_NewEdgesSplit function
+         to return new Node id rather then text
 
-2005-10-18 15:31  strk
+2005-10-18 15:31  Sandro Santilli <strk@keybit.net>
 
-       * topology/test/load_topology.sql,
+       * [r1969] topology/test/load_topology.sql,
          topology/test/sqlmm_topology.sql, topology/topology.sql.in: Added
          SQL/MM functions ST_RemoveIsoEdge and ST_NewEdgesSplit.
          The ST_NewEdgesSplit also updates the Relation table (out of
          SQL/MM specs).
 
-2005-10-17 09:40  strk
+2005-10-17 09:40  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_c.c: Changed GEOS initializzation to use
-         lwnotice for errors rather then
+       * [r1968] lwgeom/lwgeom_geos_c.c: Changed GEOS initializzation to
+         use lwnotice for errors rather then
          lwerror, to allow for cleanup on exceptions.
 
-2005-10-17 09:39  strk
+2005-10-17 09:39  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Added -Wall flag to compilers invocation
+       * [r1967] lwgeom/Makefile: Added -Wall flag to compilers invocation
 
-2005-10-17 08:37  strk
+2005-10-17 08:37  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_c.c: Fixed compiler warnings, handled
+       * [r1966] lwgeom/lwgeom_geos_c.c: Fixed compiler warnings, handled
          exceptions in POSTGIS2GEOS conversions
 
-2005-10-14 08:29  strk
+2005-10-14 08:29  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added topology change
+       * [r1965] CHANGES: Added topology change
 
-2005-10-13 16:21  strk
+2005-10-13 16:21  Sandro Santilli <strk@keybit.net>
 
-       * topology, topology/.cvsignore, topology/ER,
+       * [r1964] topology, topology/.cvsignore, topology/ER,
          topology/ER/.cvsignore, topology/ER/Makefile,
          topology/ER/topology.fig, topology/Makefile, topology/README,
          topology/TODO, topology/test, topology/test/.cvsignore,
          topology/test/validate_topology.sql, topology/topology.sql.in:
          Initial work on topology model support
 
-2005-10-13 13:40  strk
+2005-10-13 13:40  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, loader/shp2pgsql.c: Fixed return code from shp2pgsql
+       * [r1963] CHANGES, loader/shp2pgsql.c: Fixed return code from
+         shp2pgsql
 
-2005-10-10 16:19  strk
+2005-10-10 16:19  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_estimate.c: Fixed null values fraction
-         computation in geometry analyzer as suggested by Michael Fuhr
+       * [r1961] CHANGES, lwgeom/lwgeom_estimate.c: Fixed null values
+         fraction computation in geometry analyzer as suggested by Michael
+         Fuhr
 
 2005-10-03 21:45  devrim
 
-       * extras/rpm/README: Added basic doc about building RPMs
+       * [r1959] extras/rpm/README: Added basic doc about building RPMs
 
 2005-10-03 21:29  devrim
 
-       * extras/rpm/spec/postgis.spec: - Make PostGIS build against pgxs
-         so that we don't need PostgreSQL sources.
+       * [r1958] extras/rpm/spec/postgis.spec: - Make PostGIS build
+         against pgxs so that we don't need PostgreSQL sources.
          - Fixed all build errors except jdbc (so, defaulted to 0)
          - Added new files under %utils
 
-2005-10-03 18:08  strk
+2005-10-03 18:08  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: Stricter string
+       * [r1957] loader/pgsql2shp.c, loader/shp2pgsql.c: Stricter string
          attributes lenght handling. DBF header will be used
          to set varchar maxlenght, (var)char typmod will be used to set
          DBF header
 
 2005-10-03 17:36  devrim
 
-       * extras/rpm/spec/postgis.spec: Removed
+       * [r1956] extras/rpm/spec/postgis.spec: Removed
          postgis-jdbc2-makefile.patch (applied to -head)
 
 2005-10-03 17:29  devrim
 
-       * extras/rpm/patches/postgis-jdbc2-makefile.patch: Applied to HEAD,
-         so removed
+       * [r1955] extras/rpm/patches/postgis-jdbc2-makefile.patch: Applied
+         to HEAD, so removed
 
-2005-10-03 07:53  strk
+2005-10-03 07:53  Sandro Santilli <strk@keybit.net>
 
-       * doc/man/shp2pgsql.1, doc/postgis.xml: Added -W and -I loader
-         switches to manuals.
+       * [r1954] doc/man/shp2pgsql.1, doc/postgis.xml: Added -W and -I
+         loader switches to manuals.
 
-2005-10-03 07:45  strk
+2005-10-03 07:45  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Issued a warning when -W is specified and no
-         UTF8 support has been compiled in.
+       * [r1953] loader/shp2pgsql.c: Issued a warning when -W is specified
+         and no UTF8 support has been compiled in.
 
 2005-09-30 15:09  devrim
 
-       * extras/rpm/README.rpm: Removed
+       * [r1952] extras/rpm/README.rpm: Removed
 
 2005-09-30 15:09  devrim
 
-       * extras/rpm/README: Renamed the file and fixed the non-ascii char
+       * [r1951] extras/rpm/README: Renamed the file and fixed the
+         non-ascii char
 
-2005-09-30 12:44  strk
+2005-09-30 12:44  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c: undefined
+       * [r1950] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c: undefined
          UNITE_USING_BUFFER (defining it to 0 did not have the expected
          result)
 
-2005-09-30 08:59  strk
+2005-09-30 08:59  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, loader/shp2pgsql.c: Fixed release of stack memory
-         occurring when shp2pgsql is compiled with USE_ICONV defined, an
-         attribute value needs to be escaped and no -W is used
+       * [r1949] CHANGES, loader/shp2pgsql.c: Fixed release of stack
+         memory occurring when shp2pgsql is compiled with USE_ICONV
+         defined, an attribute value needs to be escaped and no -W is used
 
 2005-09-29 07:11  mschaber
 
-       * jdbc2/Makefile: Manually applied Makefile changes from Devrim
-         GUNDUZ (extras/rpm/patches/postgis-jdbc2-makefile.patch) to HEAD
-         jdbc2 Makefile
+       * [r1947] jdbc2/Makefile: Manually applied Makefile changes from
+         Devrim GUNDUZ (extras/rpm/patches/postgis-jdbc2-makefile.patch)
+         to HEAD jdbc2 Makefile
 
-2005-09-28 16:34  strk
+2005-09-28 16:34  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_c.c: Honoured want3d parameter in GEOS2POSTGIS
-         converters
+       * [r1946] lwgeom/lwgeom_geos_c.c: Honoured want3d parameter in
+         GEOS2POSTGIS converters
 
 2005-09-27 21:50  devrim
 
-       * extras/rpm/README.rpm: Mentioned about the patches in spec file.
+       * [r1945] extras/rpm/README.rpm: Mentioned about the patches in
+         spec file.
 
 2005-09-27 21:48  devrim
 
-       * extras/rpm/README.rpm: Initial README file for PostGIS RPM
+       * [r1944] extras/rpm/README.rpm: Initial README file for PostGIS
+         RPM
 
 2005-09-27 21:26  devrim
 
-       * extras/rpm/spec, extras/rpm/spec/postgis.spec: Initial import of
-         postgis.spec
+       * [r1943] extras/rpm/spec, extras/rpm/spec/postgis.spec: Initial
+         import of postgis.spec
 
 2005-09-27 21:12  devrim
 
-       * extras/rpm, extras/rpm/patches,
+       * [r1942] extras/rpm, extras/rpm/patches,
          extras/rpm/patches/filter-requires-perl-Pg.sh,
          extras/rpm/patches/postgis-jdbc2-makefile.patch,
          extras/rpm/patches/postgis-jdbcdedectver.sh,
          extras/rpm/patches/postgis-version.config.patch: Necesarry
          patches used to build PostGIS RPMs.
 
-2005-09-27 16:30  strk
+2005-09-27 16:30  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_c.c: Wrapped debugging line in preprocessor
-         block.
+       * [r1941] lwgeom/lwgeom_geos_c.c: Wrapped debugging line in
+         preprocessor block.
 
-2005-09-26 13:48  strk
+2005-09-26 13:48  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in: Made USE_GEOS_CAPI definable by ./configure
+       * [r1940] Makefile.config.in: Made USE_GEOS_CAPI definable by
+         ./configure
 
-2005-09-26 13:47  strk
+2005-09-26 13:47  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Added --with-geos-capi switch
+       * [r1939] configure.in: Added --with-geos-capi switch
 
-2005-09-26 12:53  strk
+2005-09-26 12:53  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added LineMerge function in Geometry Editors
-         chapter
+       * [r1938] doc/postgis.xml: Added LineMerge function in Geometry
+         Editors chapter
 
-2005-09-26 12:36  strk
+2005-09-26 12:36  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, Makefile.config.in, lwgeom/Makefile: Initial switches
-         for use of GEOS C-API
+       * [r1937] CHANGES, Makefile.config.in, lwgeom/Makefile: Initial
+         switches for use of GEOS C-API
 
-2005-09-26 12:30  strk
+2005-09-26 12:30  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_c.c: Added LineMerge interface
+       * [r1936] lwgeom/lwgeom_geos_c.c: Added LineMerge interface
 
-2005-09-26 12:09  strk
+2005-09-26 12:09  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Updated LineMerge facts
+       * [r1935] TODO: Updated LineMerge facts
 
-2005-09-26 12:08  strk
+2005-09-26 12:08  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added
+       * [r1934] lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added
          JTSLineMerge stub, fixed typos in profiling outputs.
 
-2005-09-26 12:07  strk
+2005-09-26 12:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_nojts.c: Added stub for linemerge()
+       * [r1933] lwgeom/lwgeom_nojts.c: Added stub for linemerge()
 
-2005-09-26 12:04  strk
+2005-09-26 12:04  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added new LineMerge funtion
+       * [r1932] CHANGES: Added new LineMerge funtion
 
-2005-09-26 12:03  strk
+2005-09-26 12:03  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Fixed prototype of linemerge() and error
-         typo in it
+       * [r1931] lwgeom/lwgeom_geos.c: Fixed prototype of linemerge() and
+         error typo in it
 
-2005-09-26 11:35  strk
+2005-09-26 11:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp,
+       * [r1930] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp,
          lwgeom/lwpostgis.sql.in: Changed GEOSLineMerge function to take
          one geometry and return the simplest
          geometry formed by set of merged LineStrings. Fixed memory leak
          in
          GEOSrelate().
 
-2005-09-23 17:25  strk
+2005-09-23 17:25  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Added linemerge_garray function
+       * [r1929] lwgeom/lwpostgis.sql.in: Added linemerge_garray function
 
-2005-09-23 17:22  strk
+2005-09-23 17:22  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Added
-         LineMerger interface
+       * [r1928] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp:
+         Added LineMerger interface
 
-2005-09-23 17:06  strk
+2005-09-23 17:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_c.c: Initial wrapper to GEOS C api
+       * [r1927] lwgeom/lwgeom_geos_c.c: Initial wrapper to GEOS C api
 
-2005-09-23 16:43  strk
+2005-09-23 16:43  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
+       * [r1926] lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
          lwgeom/lwgeom_api.c: Added wrappers for ewkb output
 
-2005-09-23 16:41  strk
+2005-09-23 16:41  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c: cleanups
+       * [r1925] lwgeom/lwgeom_inout.c: cleanups
 
-2005-09-23 16:24  strk
+2005-09-23 16:24  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/ptarray.c: cleanups
+       * [r1924] lwgeom/ptarray.c: cleanups
 
-2005-09-23 15:43  strk
+2005-09-23 15:43  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/wktparse.h: added header sentinels
+       * [r1923] lwgeom/wktparse.h: added header sentinels
 
-2005-09-23 11:45  strk
+2005-09-23 11:45  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c: Made LWGEOMFromWKB use underlying
+       * [r1922] lwgeom/lwgeom_inout.c: Made LWGEOMFromWKB use underlying
          pglwgeom_from_ewkb()
 
-2005-09-23 11:23  strk
+2005-09-23 11:23  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added pglwgeom_from_ewkb
-         function
+       * [r1921] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added
+         pglwgeom_from_ewkb function
 
-2005-09-16 13:19  strk
+2005-09-16 13:19  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: given some consistent format to items
+       * [r1920] CHANGES: given some consistent format to items
 
-2005-09-15 14:53  strk
+2005-09-15 14:53  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Fixed X(),Y() and Z() functions descriptions,
-         added M().
+       * [r1918] doc/postgis.xml: Fixed X(),Y() and Z() functions
+         descriptions, added M().
 
-2005-09-15 10:24  strk
+2005-09-15 10:24  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Moved AddPoint() function from 'geometry
+       * [r1917] doc/postgis.xml: Moved AddPoint() function from 'geometry
          constructors' to 'geometry editors' chapter
 
-2005-09-15 10:16  strk
+2005-09-15 10:16  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_geos.c: Disabled buffer-based GeomUnion
+       * [r1915] CHANGES, lwgeom/lwgeom_geos.c: Disabled buffer-based
+         GeomUnion
 
-2005-09-15 10:13  strk
+2005-09-15 10:13  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Moved the fix_geometry_column() removal to 1.1.0 section
+       * [r1914] CHANGES: Moved the fix_geometry_column() removal to 1.1.0
+         section
 
-2005-09-15 09:55  strk
+2005-09-15 09:55  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwpostgis.sql.in: Removed automatic
+       * [r1911] CHANGES, lwgeom/lwpostgis.sql.in: Removed automatic
          fix_geometry_columns() call in update_geometry_stats and
          AddGeometryColumns()
 
-2005-09-15 09:50  strk
+2005-09-15 09:50  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added Reporting Bugs chapter
+       * [r1910] doc/postgis.xml: Added Reporting Bugs chapter
 
-2005-09-09 17:03  strk
+2005-09-09 17:03  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml: Updated release info for 1.0.4
+       * [r1908] CHANGES, doc/postgis.xml: Updated release info for 1.0.4
 
-2005-09-09 16:21  strk
+2005-09-09 16:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Fixed bug in scale() and
+       * [r1906] lwgeom/lwgeom_functions_basic.c: Fixed bug in scale() and
          transscale() functions corrupting output bounding box
 
-2005-09-09 15:23  strk
+2005-09-09 15:23  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c: cleanups
-         for waste left in previous patches
+       * [r1903] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c:
+         cleanups for waste left in previous patches
 
-2005-09-09 14:47  strk
+2005-09-09 14:47  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c:
-         Fixed bug in translate() corrupting output bounding box.
-         Bounding-box related cleanups in exterior_ring()
+       * [r1901] CHANGES, lwgeom/lwgeom_functions_basic.c,
+         lwgeom/lwgeom_ogc.c: Fixed bug in translate() corrupting output
+         bounding box. Bounding-box related cleanups in exterior_ring()
 
-2005-09-08 23:30  strk
+2005-09-08 23:30  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/ptarray.c: Made ptarray_compute_box3d a wrapper
-         of ptarray_compute_box3d_p
+       * [r1899] CHANGES, lwgeom/ptarray.c: Made ptarray_compute_box3d a
+         wrapper of ptarray_compute_box3d_p
 
-2005-09-08 22:59  strk
+2005-09-08 22:59  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/measures.c: minor speedups in distance()
+       * [r1896] CHANGES, lwgeom/measures.c: minor speedups in distance()
 
-2005-09-08 19:26  strk
+2005-09-08 19:26  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_estimate.c: Handled search_box outside of
-         histogram_box case in selectivity estimator
+       * [r1894] CHANGES, lwgeom/lwgeom_estimate.c: Handled search_box
+         outside of histogram_box case in selectivity estimator
 
 2005-09-07 11:58  mschaber
 
-       * TODO: added some more Todo points
+       * [r1892] TODO: added some more Todo points
 
-2005-09-06 09:22  strk
+2005-09-06 09:22  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml: Added notes about PointN, GeometryN and
-         InteriorRingN indexing method
+       * [r1891] CHANGES, doc/postgis.xml: Added notes about PointN,
+         GeometryN and InteriorRingN indexing method
 
-2005-09-06 08:29  strk
+2005-09-06 08:29  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: BOX3d parser note
+       * [r1889] CHANGES: BOX3d parser note
 
-2005-09-06 08:28  strk
+2005-09-06 08:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box3d.c: looser BOX3D parser
+       * [r1887] lwgeom/lwgeom_box3d.c: looser BOX3D parser
 
-2005-09-03 06:11  strk
+2005-09-03 06:11  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_api.c: Leak plugged in
+       * [r1885] CHANGES, lwgeom/lwgeom_api.c: Leak plugged in
          compute_serialized_box3d_p
 
-2005-08-31 17:09  strk
+2005-08-31 17:09  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: removed compiler warnings
+       * [r1883] lwgeom/lwgeom_api.c: removed compiler warnings
 
-2005-08-31 16:49  strk
+2005-08-31 16:49  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_api.c: Fixed bug in pointArray_construct()
-         misinterpreting hasZ and hasM parameters
+       * [r1881] CHANGES, lwgeom/lwgeom_api.c: Fixed bug in
+         pointArray_construct() misinterpreting hasZ and hasM parameters
 
-2005-08-29 22:36  strk
+2005-08-29 22:36  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, loader/shp2pgsql.c: Removed premature object destruction
-         in InsertLineString{WKT,} causing segfault
+       * [r1879] CHANGES, loader/shp2pgsql.c: Removed premature object
+         destruction in InsertLineString{WKT,} causing segfault
 
-2005-08-29 12:08  strk
+2005-08-29 12:08  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added Nikita Shulga <malfet@jscc.ru> in
+       * [r1877] doc/postgis.xml: Added Nikita Shulga <malfet@jscc.ru> in
          contributors list.
 
-2005-08-29 11:56  strk
+2005-08-29 11:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgparse.c, lwgeom/lwpostgis.sql.in:
-         Typo fixed
+       * [r1875] lwgeom/liblwgeom.h, lwgeom/lwgparse.c,
+         lwgeom/lwpostgis.sql.in: Typo fixed
 
-2005-08-29 11:48  strk
+2005-08-29 11:48  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, loader/shp2pgsql.c: Fixed sprintf() calls to avoid
-         overlapping memory,
+       * [r1872] CHANGES, loader/shp2pgsql.c: Fixed sprintf() calls to
+         avoid overlapping memory,
          reworked not-null objects existance check to reduce startup
          costs.
 
-2005-08-16 21:38  strk
+2005-08-16 21:38  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Added
-         M(point) function
+       * [r1871] CHANGES, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in:
+         Added M(point) function
 
-2005-08-16 11:24  strk
+2005-08-16 11:24  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_gist.c: Early memory release in GiST
-         indexing
+       * [r1870] CHANGES, lwgeom/lwgeom_gist.c: Early memory release in
+         GiST indexing
 
-2005-08-12 19:20  pramsey
+2005-08-12 19:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Added +proj=longlat to all corrupt srs
-         entries.
+       * [r1867] spatial_ref_sys.sql: Added +proj=longlat to all corrupt
+         srs entries.
 
-2005-08-10 23:16  strk
+2005-08-10 23:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: Removed pfree of proj4 text in
+       * [r1865] lwgeom/lwgeom_transform.c: Removed pfree of proj4 text in
          make_project failure cases (required for error message)
 
-2005-08-10 23:12  strk
+2005-08-10 23:12  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added segfault fix
+       * [r1863] CHANGES: Added segfault fix
 
-2005-08-10 23:06  strk
+2005-08-10 23:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: Fixed a segfault in transform_geom
-         exploited by proj4's make_project error.
+       * [r1860] lwgeom/lwgeom_transform.c: Fixed a segfault in
+         transform_geom exploited by proj4's make_project error.
 
-2005-08-04 16:29  strk
+2005-08-04 16:29  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Checked for PSQL run success
+       * [r1857] utils/postgis_restore.pl: Checked for PSQL run success
 
-2005-08-04 15:20  strk
+2005-08-04 15:20  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added availability note for version functions
+       * [r1855] doc/postgis.xml: Added availability note for version
+         functions
 
-2005-08-04 15:03  strk
+2005-08-04 15:03  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Updated
+       * [r1854] TODO: Updated
 
-2005-08-04 14:55  strk
+2005-08-04 14:55  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml: 1.0.3 release notes and date
+       * [r1853] CHANGES, doc/postgis.xml: 1.0.3 release notes and date
 
-2005-08-04 14:54  strk
+2005-08-04 14:54  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Added plpgsql_validator explicit
-         function skip
+       * [r1852] utils/postgis_restore.pl: Added plpgsql_validator
+         explicit function skip
 
-2005-07-29 22:24  strk
+2005-07-29 22:24  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: updated 1.0.3 section
+       * [r1846] CHANGES: updated 1.0.3 section
 
-2005-07-29 22:08  strk
+2005-07-29 22:08  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Added more obsoleted functions, new
-         obsoleted_ops considered,
+       * [r1844] utils/postgis_restore.pl: Added more obsoleted functions,
+         new obsoleted_ops considered,
          check of pg_restore -l return code, better regexp to allow
          broader
          range of dump/restore versions.
 
 2005-07-28 12:23  mschaber
 
-       * CHANGES, jdbc2/src/org/postgis/ComposedGeom.java,
+       * [r1839] CHANGES, jdbc2/src/org/postgis/ComposedGeom.java,
          jdbc2/src/org/postgis/Geometry.java,
          jdbc2/src/org/postgis/Point.java: fix EWKT constructors to accept
          SRID=4711; representation
 
-2005-07-27 02:47  strk
+2005-07-27 02:47  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, loader/shp2pgsql.c: Support for multibyte field names in
-         loader
+       * [r1838] CHANGES, loader/shp2pgsql.c: Support for multibyte field
+         names in loader
 
-2005-07-27 02:35  strk
+2005-07-27 02:35  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, loader/shp2pgsql.c: Minor cleanups in loader
+       * [r1836] CHANGES, loader/shp2pgsql.c: Minor cleanups in loader
 
-2005-07-27 02:07  strk
+2005-07-27 02:07  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, loader/shp2pgsql.c: Fixed handling of POINT types as WKT
-         (-w) in loader
+       * [r1834] CHANGES, loader/shp2pgsql.c: Fixed handling of POINT
+         types as WKT (-w) in loader
 
-2005-07-25 22:24  strk
+2005-07-25 22:24  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/ptarray.c: bugfix in ptarray_compute_box2d_p
+       * [r1828] CHANGES, lwgeom/ptarray.c: bugfix in
+         ptarray_compute_box2d_p
 
-2005-07-22 19:15  strk
+2005-07-22 19:15  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, loader/pgsql2shp.c: Fixed bug in {get,pop}{int,double}
-         for 64bit archs
+       * [r1825] CHANGES, loader/pgsql2shp.c: Fixed bug in
+         {get,pop}{int,double} for 64bit archs
 
-2005-07-19 11:26  strk
+2005-07-19 11:26  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_inout.c: removed useless strchr call in
-         LWGEOM_in
+       * [r1820] CHANGES, lwgeom/lwgeom_inout.c: removed useless strchr
+         call in LWGEOM_in
 
-2005-07-13 14:28  strk
+2005-07-13 14:28  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: updated
+       * [r1818] CHANGES: updated
 
-2005-07-13 14:26  strk
+2005-07-13 14:26  Sandro Santilli <strk@keybit.net>
 
-       * utils/create_undef.pl: Fixed bug reported by klaus F�rster
+       * [r1815] utils/create_undef.pl: Fixed bug reported by klaus
+         F�rster
 
-2005-07-12 16:19  strk
+2005-07-12 16:19  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, loader/pgsql2shp.c: Fixed bug in user query handling,
-         reported by Andrew Seales
+       * [r1813] CHANGES, loader/pgsql2shp.c: Fixed bug in user query
+         handling, reported by Andrew Seales
 
-2005-07-05 16:12  strk
+2005-07-05 16:12  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Forced INSTALL to be install-sh
+       * [r1811] configure.in: Forced INSTALL to be install-sh
 
-2005-07-05 15:13  strk
+2005-07-05 15:13  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in: Added more win32-specific
-         variables
+       * [r1810] Makefile.config.in, configure.in: Added more
+         win32-specific variables
 
-2005-07-04 17:04  strk
+2005-07-04 17:04  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in, lwgeom/Makefile: Cleaned up to
-         use more facilities from Makefile.shlib
+       * [r1809] Makefile.config.in, configure.in, lwgeom/Makefile:
+         Cleaned up to use more facilities from Makefile.shlib
 
-2005-07-04 09:47  strk
+2005-07-04 09:47  Sandro Santilli <strk@keybit.net>
 
-       * ., .cvsignore, Makefile, config.h.in, configure.in,
+       * [r1808] ., .cvsignore, Makefile, config.h.in, configure.in,
          loader/shp2pgsql.c: Added conservative iconv detection code
 
-2005-07-04 09:14  strk
+2005-07-04 09:14  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: adjusted for 1.0.2 release
+       * [r1807] CHANGES: adjusted for 1.0.2 release
 
-2005-07-04 09:12  strk
+2005-07-04 09:12  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Dropped broken attempt at 'detecting' iconv.
+       * [r1806] configure.in: Dropped broken attempt at 'detecting'
+         iconv.
 
-2005-07-03 17:46  strk
+2005-07-03 17:46  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added 1.0.2 release notes
+       * [r1805] doc/postgis.xml: Added 1.0.2 release notes
 
-2005-07-01 21:10  strk
+2005-07-01 21:10  Sandro Santilli <strk@keybit.net>
 
-       * extras/debian, extras/debian/README.Debian,
+       * [r1804] extras/debian, extras/debian/README.Debian,
          extras/debian/changelog, extras/debian/compat,
          extras/debian/control, extras/debian/createdb.postgis,
          extras/debian/createdb.postgis.1, extras/debian/logtop.sh,
          extras/debian/sofiles.mk, extras/debian/watch: Included debian
          packaging scripts
 
-2005-06-28 22:01  strk
+2005-06-28 22:01  Sandro Santilli <strk@keybit.net>
 
-       * regress/test_index_concurrency: Added index concurrency tester
+       * [r1794] regress/test_index_concurrency: Added index concurrency
+         tester
 
-2005-06-28 22:00  strk
+2005-06-28 22:00  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Fixed extimators to work with
+       * [r1791] lwgeom/lwgeom_estimate.c: Fixed extimators to work with
          postgresql 8.1.x
 
-2005-06-28 14:58  strk
+2005-06-28 14:58  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_gist.c: Reverted rtree logic back to use
+       * [r1787] lwgeom/lwgeom_gist.c: Reverted rtree logic back to use
          leaf/internal consistency functions
 
-2005-06-28 14:51  strk
+2005-06-28 14:51  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/Makefile: updated
+       * [r1786] CHANGES, lwgeom/Makefile: updated
 
-2005-06-28 14:42  strk
+2005-06-28 14:42  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Maintained separate vars for CFLAGS and CXXFLAGS
+       * [r1783] lwgeom/Makefile: Maintained separate vars for CFLAGS and
+         CXXFLAGS
 
-2005-06-28 14:34  strk
+2005-06-28 14:34  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_gist.c: Bugfix in RTBelowStrategyNumber handling
+       * [r1781] lwgeom/lwgeom_gist.c: Bugfix in RTBelowStrategyNumber
+         handling
 
-2005-06-28 14:00  strk
+2005-06-28 14:00  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: updated
+       * [r1780] CHANGES: updated
 
-2005-06-28 13:53  strk
+2005-06-28 13:53  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_gist.c: Inclusion of core rtree header for
+       * [r1778] lwgeom/lwgeom_gist.c: Inclusion of core rtree header for
          StratregyNumber typedef (8.1 support)
 
-2005-06-28 11:33  strk
+2005-06-28 11:33  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in: Added switch for pgsql 8.1 build
+       * [r1777] Makefile.config.in: Added switch for pgsql 8.1 build
 
-2005-06-28 11:33  strk
+2005-06-28 11:33  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_geos.c: Moved chunked GeomUnion defines on
-         top of file
+       * [r1776] CHANGES, lwgeom/lwgeom_geos.c: Moved chunked GeomUnion
+         defines on top of file
 
 2005-06-28 08:12  mschaber
 
-       * CHANGES, jdbc2/src/org/postgis/binary/ValueSetter.java: fix
-         compile problems in ValueSetter for ancient jdk releases.
+       * [r1774] CHANGES, jdbc2/src/org/postgis/binary/ValueSetter.java:
+         fix compile problems in ValueSetter for ancient jdk releases.
 
-2005-06-27 15:16  strk
+2005-06-27 15:16  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_geos.c: Initial chunk-based unite_garray
-         implementation
+       * [r1773] CHANGES, lwgeom/lwgeom_geos.c: Initial chunk-based
+         unite_garray implementation
 
-2005-06-26 09:15  strk
+2005-06-26 09:15  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c, lwgeom/lwgeom_jts.c: Added collect,buffer
-         implementation for unite_garray(). Compile-time definable: GEOS
-         version defaults to on, JTS to off
+       * [r1772] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_jts.c: Added
+         collect,buffer implementation for unite_garray(). Compile-time
+         definable: GEOS version defaults to on, JTS to off
 
-2005-06-25 10:24  strk
+2005-06-25 10:24  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Added pgsql standard geometryc types cast
+       * [r1770] TODO: Added pgsql standard geometryc types cast
 
-2005-06-24 12:36  strk
+2005-06-24 12:36  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_gist.c: Fixed rtree indexing (ported from
-         pgsql rtree fix)
+       * [r1769] CHANGES, lwgeom/lwgeom_gist.c: Fixed rtree indexing
+         (ported from pgsql rtree fix)
 
 2005-06-24 07:55  mschaber
 
-       * TODO: added casts between PostgreSQL and PostGIS geometries to
-         TODO list
+       * [r1767] TODO: added casts between PostgreSQL and PostGIS
+         geometries to TODO list
 
-2005-06-17 14:51  strk
+2005-06-17 14:51  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_pg.c: Memory leak fix in pg_error
+       * [r1766] CHANGES, lwgeom/lwgeom_pg.c: Memory leak fix in pg_error
 
-2005-06-16 17:55  strk
+2005-06-16 17:55  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, TODO, doc/man/shp2pgsql.1, loader/shp2pgsql.c: Added -I
-         switch for GiST index creation in loader
+       * [r1764] CHANGES, TODO, doc/man/shp2pgsql.1, loader/shp2pgsql.c:
+         Added -I switch for GiST index creation in loader
 
-2005-06-15 16:04  strk
+2005-06-15 16:04  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: fault tolerant btree ops
+       * [r1762] CHANGES: fault tolerant btree ops
 
-2005-06-15 16:04  strk
+2005-06-15 16:04  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_btree.c: fault tolerant btree ops
+       * [r1761] lwgeom/lwgeom_btree.c: fault tolerant btree ops
 
-2005-06-10 16:27  strk
+2005-06-10 16:27  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_proc_upgrade.pl: Added (commented) aggregates
-         handling
+       * [r1759] utils/postgis_proc_upgrade.pl: Added (commented)
+         aggregates handling
 
-2005-06-10 16:03  strk
+2005-06-10 16:03  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c, lwgeom/lwgeom_jts.c, lwgeom/lwgeom_nojts.c,
-         lwgeom/lwpostgis.sql.in: Renamed {GEOS,JTS}_polygonize_garray to
-         polygonize_garray to reduce
+       * [r1758] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_jts.c,
+         lwgeom/lwgeom_nojts.c, lwgeom/lwpostgis.sql.in: Renamed
+         {GEOS,JTS}_polygonize_garray to polygonize_garray to reduce
          redundancies.
 
-2005-06-10 16:02  strk
+2005-06-10 16:02  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Fixed handling of --with-geos
+       * [r1757] configure.in: Fixed handling of --with-geos
 
-2005-06-10 12:36  strk
+2005-06-10 12:36  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added availability info for
+       * [r1756] doc/postgis.xml: Added availability info for
          postgis_full_version() and postgis_jts_version()
 
-2005-06-10 12:00  strk
+2005-06-10 12:00  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_jts.c,
+       * [r1755] CHANGES, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_jts.c,
          lwgeom/lwgeom_jts_wrapper.cpp, lwgeom/lwgeom_nojts.c,
          lwgeom/lwpostgis.sql.in: Added JTSnoop and JTSversion functions.
 
-2005-06-10 11:58  strk
+2005-06-10 11:58  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: More info in the Upgrade chapter (soft
+       * [r1754] doc/postgis.xml: More info in the Upgrade chapter (soft
          upgrade/hard upgrade)
 
-2005-06-10 09:54  strk
+2005-06-10 09:54  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_ogc.sql, regress/regress_ogc_expected: Added
-         isvalid(empty) test
+       * [r1753] regress/regress_ogc.sql, regress/regress_ogc_expected:
+         Added isvalid(empty) test
 
-2005-06-09 16:02  strk
+2005-06-09 16:02  Sandro Santilli <strk@keybit.net>
 
-       * TODO: updated
+       * [r1752] TODO: updated
 
-2005-06-09 16:02  strk
+2005-06-09 16:02  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_analytic.c: Added SRID check in
+       * [r1751] lwgeom/lwgeom_functions_analytic.c: Added SRID check in
          line_locate_point()
 
-2005-06-09 16:02  strk
+2005-06-09 16:02  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: removed spurious comments
+       * [r1750] lwgeom/lwpostgis.sql.in: removed spurious comments
 
-2005-06-09 16:01  strk
+2005-06-09 16:01  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/ptarray.c: Fixed bug in ptarray_locate_point
+       * [r1749] lwgeom/ptarray.c: Fixed bug in ptarray_locate_point
 
-2005-06-09 16:00  strk
+2005-06-09 16:00  Sandro Santilli <strk@keybit.net>
 
-       * regress/lwgeom_regress.sql, regress/lwgeom_regress_expected:
-         Added test for line_locate_point
+       * [r1748] regress/lwgeom_regress.sql,
+         regress/lwgeom_regress_expected: Added test for line_locate_point
 
-2005-06-09 15:12  strk
+2005-06-09 15:12  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, TODO, doc/postgis.xml, lwgeom/liblwgeom.h,
+       * [r1747] CHANGES, TODO, doc/postgis.xml, lwgeom/liblwgeom.h,
          lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in,
          lwgeom/ptarray.c: Added line_locate_point() function
 
-2005-06-09 12:30  strk
+2005-06-09 12:30  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_analytic.c: Added a check for correct
-         order of ``from'' and ``to'' args in line_substring()
+       * [r1746] lwgeom/lwgeom_functions_analytic.c: Added a check for
+         correct order of ``from'' and ``to'' args in line_substring()
 
-2005-06-09 12:24  strk
+2005-06-09 12:24  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, TODO, doc/postgis.xml, lwgeom/liblwgeom.h,
+       * [r1745] CHANGES, TODO, doc/postgis.xml, lwgeom/liblwgeom.h,
          lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in,
          lwgeom/ptarray.c: NEW line_substring() function
 
-2005-06-07 07:51  strk
+2005-06-07 07:51  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, lwgeom/Makefile.shlib: Added missing Makefile.shlib and
-         removed explicit 'all' rule from lwgeom build
+       * [r1744] Makefile, lwgeom/Makefile.shlib: Added missing
+         Makefile.shlib and removed explicit 'all' rule from lwgeom build
 
-2005-06-06 18:42  strk
+2005-06-06 18:42  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, TODO, configure.in: iconv autodetection
+       * [r1743] Makefile.config.in, TODO, configure.in: iconv
+         autodetection
 
-2005-06-06 17:28  strk
+2005-06-06 17:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Moved 'all' rule before Makefile.shlib
+       * [r1742] lwgeom/Makefile: Moved 'all' rule before Makefile.shlib
          inclusion, to have bare 'make' calls work again
 
-2005-06-06 17:21  strk
+2005-06-06 17:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Added WARNING about changes implications
-         in terms of SCRIPTS_VERSION
+       * [r1741] lwgeom/lwpostgis.sql.in: Added WARNING about changes
+         implications in terms of SCRIPTS_VERSION
          upgrade. Removed extra tokens after #endif directives to make
          newer
          preprocessor (3.4.3) happy.
 
-2005-06-06 16:49  strk
+2005-06-06 16:49  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, utils/Makefile, utils/README,
+       * [r1740] CHANGES, utils/Makefile, utils/README,
          utils/postgis_proc_upgrade.pl: Initial implementation of postgis
          procedures upgrade script
 
-2005-06-06 16:49  strk
+2005-06-06 16:49  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Added availability info for new
+       * [r1739] lwgeom/lwpostgis.sql.in: Added availability info for new
          functions
 
-2005-06-06 16:48  strk
+2005-06-06 16:48  Sandro Santilli <strk@keybit.net>
 
-       * Version.config: Incremented micro version number in
+       * [r1738] Version.config: Incremented micro version number in
          SCRIPTS_VERSION (due to functions addition)
 
-2005-06-06 16:47  strk
+2005-06-06 16:47  Sandro Santilli <strk@keybit.net>
 
-       * create_undef.pl, utils/create_undef.pl: Moved create_undef.pl
-         from root to utils/ dir
+       * [r1737] create_undef.pl, utils/create_undef.pl: Moved
+         create_undef.pl from root to utils/ dir
 
-2005-06-06 16:47  strk
+2005-06-06 16:47  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Removed automatic build of docs
+       * [r1736] Makefile: Removed automatic build of docs
 
 2005-06-06 07:58  mschaber
 
-       * CHANGES, doc/postgis.xml, jdbc2, jdbc2/.cvsignore,
+       * [r1735] CHANGES, doc/postgis.xml, jdbc2, jdbc2/.cvsignore,
          lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/liblwgeom.h,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: added
          scale() and transscale() functions (like transform())
 
 2005-06-06 07:54  mschaber
 
-       * jdbc2/Makefile: merge Alex' jdbc2 specific Makefile patches
+       * [r1734] jdbc2/Makefile: merge Alex' jdbc2 specific Makefile
+         patches
 
-2005-06-04 10:06  strk
+2005-06-04 10:06  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, Makefile.config.in, configure.in, doc/Makefile,
+       * [r1733] Makefile, Makefile.config.in, configure.in, doc/Makefile,
          jdbc2/Makefile, loader/Makefile, lwgeom/Makefile: Applied Alex
          Bodnaru patch for pgsql source tree dependency drop.
 
-2005-05-25 12:01  strk
+2005-05-25 12:01  Sandro Santilli <strk@keybit.net>
 
-       * extras/wkb_reader/printwkb.c, extras/wkb_reader/readwkb.c,
-         extras/wkb_reader/wkbtest.h: Stripped out CR chars
+       * [r1731] extras/wkb_reader/printwkb.c,
+         extras/wkb_reader/readwkb.c, extras/wkb_reader/wkbtest.h:
+         Stripped out CR chars
 
 2005-05-25 10:12  mschaber
 
-       * jdbc2/jtssrc/examples/JtsTestParser.java: fix comment
+       * [r1730] jdbc2/jtssrc/examples/JtsTestParser.java: fix comment
 
 2005-05-25 10:08  mschaber
 
-       * jdbc2/Makefile, jdbc2/jtssrc/examples/JtsTestParser.java,
+       * [r1729] jdbc2/Makefile, jdbc2/jtssrc/examples/JtsTestParser.java,
          jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
          jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
          jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
          jdbc2/src/org/postgis/binary/ValueSetter.java: JTS binary parser
          now passes basic regression suite
 
-2005-05-24 17:19  strk
+2005-05-24 17:19  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added release date for postgis-1.0.1
+       * [r1728] CHANGES: Added release date for postgis-1.0.1
 
-2005-05-24 16:56  strk
+2005-05-24 16:56  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Added iconv autodetection, removed already-added things
+       * [r1727] TODO: Added iconv autodetection, removed already-added
+         things
 
-2005-05-24 14:02  strk
+2005-05-24 14:02  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added postgis-1.0.1 release date
+       * [r1726] doc/postgis.xml: Added postgis-1.0.1 release date
 
 2005-05-23 16:18  mschaber
 
-       * jdbc2/src/org/postgis/Point.java: Cleaned up Point.equals(Point)
-         mess
+       * [r1722] jdbc2/src/org/postgis/Point.java: Cleaned up
+         Point.equals(Point) mess
 
-2005-05-23 14:15  strk
+2005-05-23 14:15  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Compiled 1.0.1 release notes
+       * [r1721] doc/postgis.xml: Compiled 1.0.1 release notes
 
-2005-05-18 17:01  strk
+2005-05-18 17:01  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, utils/postgis_restore.pl: Applied 'strictness' patch by
-         James Marca
+       * [r1719] CHANGES, utils/postgis_restore.pl: Applied 'strictness'
+         patch by James Marca
 
-2005-05-18 15:49  strk
+2005-05-18 15:49  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Fixed SetSRID() entry
+       * [r1717] doc/postgis.xml: Fixed SetSRID() entry
 
-2005-05-18 15:39  strk
+2005-05-18 15:39  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: added Paris projections fixes
+       * [r1715] CHANGES: added Paris projections fixes
 
-2005-05-18 15:36  strk
+2005-05-18 15:36  Sandro Santilli <strk@keybit.net>
 
-       * spatial_ref_sys.sql: Updated proj4text for some French
+       * [r1713] spatial_ref_sys.sql: Updated proj4text for some French
          projections, as for Nicolas Ribot report
 
-2005-05-16 17:50  strk
+2005-05-16 17:50  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added note about pgsq2shp attributes names bugfix
+       * [r1709] CHANGES: Added note about pgsq2shp attributes names
+         bugfix
 
-2005-05-16 17:22  strk
+2005-05-16 17:22  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Fixed DBF field names handling as for clashes
-         avoiding.
+       * [r1708] loader/pgsql2shp.c: Fixed DBF field names handling as for
+         clashes avoiding.
          pgsql field renames are warned.
 
-2005-05-16 08:05  strk
+2005-05-16 08:05  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Moved dumper and postgis_restore.pl changes in 1.0.1
-         section (back-ported)
+       * [r1707] CHANGES: Moved dumper and postgis_restore.pl changes in
+         1.0.1 section (back-ported)
 
-2005-05-16 07:49  strk
+2005-05-16 07:49  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Allowed custom args passing to createdb
-         invocation
+       * [r1703] utils/postgis_restore.pl: Allowed custom args passing to
+         createdb invocation
 
-2005-05-15 08:05  strk
+2005-05-15 08:05  Sandro Santilli <strk@keybit.net>
 
-       * doc/man/pgsql2shp.1, doc/man/shp2pgsql.1: updated docs as for -k
-         switch
+       * [r1702] doc/man/pgsql2shp.1, doc/man/shp2pgsql.1: updated docs as
+         for -k switch
 
-2005-05-13 14:16  strk
+2005-05-13 14:16  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, CREDITS: Added new -k switch and credits for it
+       * [r1701] CHANGES, CREDITS: Added new -k switch and credits for it
 
-2005-05-13 14:06  strk
+2005-05-13 14:06  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Applied patch from Obe, Regina to keep
-         identifiers case.
+       * [r1700] loader/pgsql2shp.c: Applied patch from Obe, Regina to
+         keep identifiers case.
 
-2005-05-13 08:03  strk
+2005-05-13 08:03  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in, lwgeom/Makefile: Added support
-         for macosx build
+       * [r1699] Makefile.config.in, configure.in, lwgeom/Makefile: Added
+         support for macosx build
 
-2005-05-12 10:09  strk
+2005-05-12 10:09  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: changed PGBELIBS command to avoid backtics and
-         newlines
+       * [r1698] configure.in: changed PGBELIBS command to avoid backtics
+         and newlines
 
-2005-05-12 07:45  strk
+2005-05-12 07:45  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Added another dir in search path for docbook.xml,
-         changed shell invocation
+       * [r1697] configure.in: Added another dir in search path for
+         docbook.xml, changed shell invocation
          line for mingw to avoid newline char being used.
 
-2005-05-11 08:55  strk
+2005-05-11 08:55  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Renamed MINGW to mingw in HOST_OS findstrings
+       * [r1696] lwgeom/Makefile: Renamed MINGW to mingw in HOST_OS
+         findstrings
 
-2005-05-10 12:52  strk
+2005-05-10 12:52  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Forced OID usage in geometry_column
-         table
+       * [r1694] lwgeom/lwpostgis.sql.in: Forced OID usage in
+         geometry_column table
 
-2005-05-10 12:32  strk
+2005-05-10 12:32  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: fixed mingw handling syntax
+       * [r1693] configure.in: fixed mingw handling syntax
 
-2005-05-10 10:58  strk
+2005-05-10 10:58  Sandro Santilli <strk@keybit.net>
 
-       * ., .cvsignore: Added Makefile.config
+       * [r1692] ., .cvsignore: Added Makefile.config
 
-2005-05-10 10:57  strk
+2005-05-10 10:57  Sandro Santilli <strk@keybit.net>
 
-       * config.guess, config.sub, install-sh: Added scripts used by
-         autoconf
+       * [r1691] config.guess, config.sub, install-sh: Added scripts used
+         by autoconf
 
-2005-05-10 09:35  strk
+2005-05-10 09:35  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in, loader/Makefile,
+       * [r1690] Makefile.config.in, configure.in, loader/Makefile,
          lwgeom/Makefile: Added initial custom support for MINGW
 
-2005-05-10 08:31  strk
+2005-05-10 08:31  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: GEOS autodetect activated
+       * [r1689] configure.in: GEOS autodetect activated
 
-2005-05-10 08:15  strk
+2005-05-10 08:15  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: fixed upgrade procedure section as suggested by
-         Steven Bowden
+       * [r1687] doc/postgis.xml: fixed upgrade procedure section as
+         suggested by Steven Bowden
 
-2005-05-09 22:33  strk
+2005-05-09 22:33  Sandro Santilli <strk@keybit.net>
 
-       * TODO: updated
+       * [r1686] TODO: updated
 
-2005-05-04 07:00  strk
+2005-05-04 07:00  Sandro Santilli <strk@keybit.net>
 
-       * Version.config: Version bumped to 1.1.0CVS
+       * [r1683] Version.config: Version bumped to 1.1.0CVS
 
-2005-05-04 06:58  strk
+2005-05-04 06:58  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: GEOS/JTS performed operations dox made more
-         explicit about which
+       * [r1682] doc/postgis.xml: GEOS/JTS performed operations dox made
+         more explicit about which
          argument is 'this' and which is 'otherGeometry'.
 
-2005-05-02 10:52  strk
+2005-05-02 10:52  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Moved 1.0.1 changes into their own section - added jdbc2
-         -target change notice
+       * [r1680] CHANGES: Moved 1.0.1 changes into their own section -
+         added jdbc2 -target change notice
 
 2005-04-28 11:51  mschaber
 
-       * Makefile, jdbc2/Makefile: added jdbc2 maintainerclean
+       * [r1678] Makefile, jdbc2/Makefile: added jdbc2 maintainerclean
 
-2005-04-28 11:01  strk
+2005-04-28 11:01  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Fixed distclean rule to build required Makefile.config
+       * [r1677] Makefile: Fixed distclean rule to build required
+         Makefile.config
 
 2005-04-28 08:35  mschaber
 
-       * jdbc2/Makefile, jdbc2/sources.inc: fix sources.inc things
+       * [r1676] jdbc2/Makefile, jdbc2/sources.inc: fix sources.inc things
 
 2005-04-27 16:14  mschaber
 
-       * jdbc2/Makefile, jdbc2/sources.inc: Reworked Makefile
+       * [r1675] jdbc2/Makefile, jdbc2/sources.inc: Reworked Makefile
 
-2005-04-26 18:45  strk
+2005-04-26 18:45  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Added MakeValidShape() function
+       * [r1674] TODO: Added MakeValidShape() function
 
-2005-04-26 18:08  strk
+2005-04-26 18:08  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in: Fixed USE_JTS variable to actually use
-         autoconf-detected value
+       * [r1673] Makefile.config.in: Fixed USE_JTS variable to actually
+         use autoconf-detected value
 
 2005-04-26 07:01  mschaber
 
-       * jdbc2/src/examples/VersionPrinter.java: Improved versionprinter
-         to print offline versions even if database is not available
+       * [r1672] jdbc2/src/examples/VersionPrinter.java: Improved
+         versionprinter to print offline versions even if database is not
+         available
 
-2005-04-22 01:07  strk
+2005-04-22 01:07  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added fix in join selectivity
+       * [r1671] CHANGES: Added fix in join selectivity
 
-2005-04-22 01:07  strk
+2005-04-22 01:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Fixed bug in join selectivity estimator
-         returning invalid estimates (>1)
+       * [r1669] lwgeom/lwgeom_estimate.c: Fixed bug in join selectivity
+         estimator returning invalid estimates (>1)
 
-2005-04-21 16:31  strk
+2005-04-21 16:31  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_spheroid.c: Fixed bug in 3d spheroid
-         length computation, patch by zmocnik at hotmail dot com
+       * [r1666] CHANGES, lwgeom/lwgeom_spheroid.c: Fixed bug in 3d
+         spheroid length computation, patch by zmocnik at hotmail dot com
 
-2005-04-21 09:21  strk
+2005-04-21 09:21  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Added new LRS funx suggested by Paul
+       * [r1665] TODO: Added new LRS funx suggested by Paul
 
-2005-04-21 09:09  strk
+2005-04-21 09:09  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: updated
+       * [r1664] CHANGES: updated
 
-2005-04-21 09:08  strk
+2005-04-21 09:08  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Applied patch from Ron Mayer fixing a
+       * [r1663] loader/shp2pgsql.c: Applied patch from Ron Mayer fixing a
          segfault in string escaper funx
 
-2005-04-20 15:22  strk
+2005-04-20 15:22  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Fixed link to SimpleFeature Specification
+       * [r1659] doc/postgis.xml: Fixed link to SimpleFeature
+         Specification
 
-2005-04-20 15:17  strk
+2005-04-20 15:17  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Fixed clean-lib rule (wasn't removing anything!)
+       * [r1658] lwgeom/Makefile: Fixed clean-lib rule (wasn't removing
+         anything!)
 
 2005-04-20 15:09  mschaber
 
-       * lwgeom/lwpostgis.sql.in: Fixed pg_opclass update to be
+       * [r1657] lwgeom/lwpostgis.sql.in: Fixed pg_opclass update to be
          schema-aware.
 
-2005-04-20 10:21  strk
+2005-04-20 10:21  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Fixed bogus example of GeometryFromText(box3d,
-         int) changing it
+       * [r1654] doc/postgis.xml: Fixed bogus example of
+         GeometryFromText(box3d, int) changing it
          to SetSRID(box3d, int) in chapter 5.1.2
 
-2005-04-20 08:12  strk
+2005-04-20 08:12  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Updated
+       * [r1653] TODO: Updated
 
-2005-04-20 08:10  strk
+2005-04-20 08:10  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Added rules to automatically call configure or
+       * [r1652] Makefile: Added rules to automatically call configure or
          config.status,
          added docs rule to be invoked by topdir.
 
-2005-04-20 08:01  strk
+2005-04-20 08:01  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config: Removed again, can't work anymore.
+       * [r1651] Makefile.config: Removed again, can't work anymore.
 
-2005-04-20 07:55  strk
+2005-04-20 07:55  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config: Put old Makefile.config back to allow for
-         automatic documentation production,
+       * [r1650] Makefile.config: Put old Makefile.config back to allow
+         for automatic documentation production,
          must be removed again when process gets updated.
 
-2005-04-19 10:58  strk
+2005-04-19 10:58  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: added LPATH to summary output (if different from
-         install dir)
+       * [r1648] configure.in: added LPATH to summary output (if different
+         from install dir)
 
-2005-04-19 10:41  strk
+2005-04-19 10:41  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in, doc/Makefile, lwgeom/Makefile:
-         Reworked autoconf path to use pgsql or custom layout based on
+       * [r1647] Makefile.config.in, configure.in, doc/Makefile,
+         lwgeom/Makefile: Reworked autoconf path to use pgsql or custom
+         layout based on
          presence of a --prefix switch.
 
-2005-04-19 09:32  strk
+2005-04-19 09:32  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in: Added -c flag to INSTALL invokations (copy,
-         not move)
+       * [r1646] Makefile.config.in: Added -c flag to INSTALL invokations
+         (copy, not move)
 
-2005-04-19 09:20  strk
+2005-04-19 09:20  Sandro Santilli <strk@keybit.net>
 
-       * autogen.sh, configure.in: More info in configure output, added
-         autogen.sh wrapper
+       * [r1645] autogen.sh, configure.in: More info in configure output,
+         added autogen.sh wrapper
 
-2005-04-18 23:31  strk
+2005-04-18 23:31  Sandro Santilli <strk@keybit.net>
 
-       * CREDITS: Added 1.0.0 section
+       * [r1644] CREDITS: Added 1.0.0 section
 
-2005-04-18 14:46  strk
+2005-04-18 14:46  Sandro Santilli <strk@keybit.net>
 
-       * ., .cvsignore, Makefile, Makefile.config, Makefile.config.in,
-         configure.in, doc/Makefile, loader/Makefile, lwgeom/Makefile:
-         Improved autoconf script, dropped pgsql source dependency.
-         EXPERIMENTAL.
+       * [r1641] ., .cvsignore, Makefile, Makefile.config,
+         Makefile.config.in, configure.in, doc/Makefile, loader/Makefile,
+         lwgeom/Makefile: Improved autoconf script, dropped pgsql source
+         dependency. EXPERIMENTAL.
 
-2005-04-18 14:25  strk
+2005-04-18 14:25  Sandro Santilli <strk@keybit.net>
 
-       * TODO: Added TODO list for release 1.1
+       * [r1640] TODO: Added TODO list for release 1.1
 
-2005-04-18 14:15  strk
+2005-04-18 14:15  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml: Fixed 1.0.0 release date to 2005/04/19
+       * [r1639] CHANGES, doc/postgis.xml: Fixed 1.0.0 release date to
+         2005/04/19
 
-2005-04-18 14:12  strk
+2005-04-18 14:12  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml, lwgeom/lwgeom_estimate.c: Slightly
-         changed standard deviation computation to be more
+       * [r1636] CHANGES, doc/postgis.xml, lwgeom/lwgeom_estimate.c:
+         Slightly changed standard deviation computation to be more
          corner-case-friendly.
 
-2005-04-18 14:04  strk
+2005-04-18 14:04  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml: Added estmator code and testers bugfix
-         for 1.0.0 release.
+       * [r1635] CHANGES, doc/postgis.xml: Added estmator code and testers
+         bugfix for 1.0.0 release.
 
-2005-04-18 13:50  strk
+2005-04-18 13:50  Sandro Santilli <strk@keybit.net>
 
-       * utils/test_joinestimation.pl: Fixed bug in table2 schema parsing.
+       * [r1633] utils/test_joinestimation.pl: Fixed bug in table2 schema
+         parsing.
 
-2005-04-18 13:30  strk
+2005-04-18 13:30  Sandro Santilli <strk@keybit.net>
 
-       * utils/test_estimation.pl: Fixed to work against LWGEOM
+       * [r1631] utils/test_estimation.pl: Fixed to work against LWGEOM
          installations
 
-2005-04-18 10:57  strk
+2005-04-18 10:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Applied patched by Ron Mayer fixing
-         memory leakages and invalid results
+       * [r1629] lwgeom/lwgeom_estimate.c: Applied patched by Ron Mayer
+         fixing memory leakages and invalid results
          in join selectivity estimator. Fixed some return to use default
          JOIN
          selectivity estimate instead of default RESTRICT selectivity
          estimate.
 
-2005-04-15 20:12  strk
+2005-04-15 20:12  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Fixed Makefile to read Makefile.config
+       * [r1627] doc/postgis.xml: Fixed Makefile to read Makefile.config
 
-2005-04-15 15:10  strk
+2005-04-15 15:10  Sandro Santilli <strk@keybit.net>
 
-       * README.postgis: Updated to reflect examples->extras rename
+       * [r1624] README.postgis: Updated to reflect examples->extras
+         rename
 
-2005-04-15 15:09  strk
+2005-04-15 15:09  Sandro Santilli <strk@keybit.net>
 
-       * examples, extras, extras/WFS_locks, extras/WFS_locks/Makefile,
-         extras/WFS_locks/README, extras/WFS_locks/WFS_locks.c,
-         extras/WFS_locks/WFS_locks.sql.in, extras/ogc_test_suite,
-         extras/ogc_test_suite/.cvsignore,
+       * [r1623] examples, extras, extras/WFS_locks,
+         extras/WFS_locks/Makefile, extras/WFS_locks/README,
+         extras/WFS_locks/WFS_locks.c, extras/WFS_locks/WFS_locks.sql.in,
+         extras/ogc_test_suite, extras/ogc_test_suite/.cvsignore,
          extras/ogc_test_suite/1_schema.sql,
          extras/ogc_test_suite/2_queries.sql,
          extras/ogc_test_suite/3_cleanup.sql,
 
 2005-04-15 14:04  mschaber
 
-       * CHANGES, Version.config, jdbc2, jdbc2/.cvsignore, jdbc2/Makefile,
-         jdbc2/README, jdbc2/jtssrc/examples/JtsTestParser.java,
+       * [r1622] CHANGES, Version.config, jdbc2, jdbc2/.cvsignore,
+         jdbc2/Makefile, jdbc2/README,
+         jdbc2/jtssrc/examples/JtsTestParser.java,
          jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
          jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
          jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
          + Support for (Hex)(E)wkb
          + Autoprobing DriverWrapper for HexWKB / EWKT switching
 
-2005-04-15 10:01  strk
+2005-04-15 10:01  Sandro Santilli <strk@keybit.net>
 
-       * ., .cvsignore: Added configure outputs
+       * [r1621] ., .cvsignore: Added configure outputs
 
-2005-04-15 09:54  strk
+2005-04-15 09:54  Sandro Santilli <strk@keybit.net>
 
-       * CREDITS, doc/postgis.xml: Added more people to manual "CREDITS"
-         chapter (copied from CREDITS file).
+       * [r1620] CREDITS, doc/postgis.xml: Added more people to manual
+         "CREDITS" chapter (copied from CREDITS file).
          Added a not in CREDITS redirecting to the postgis manual.
 
-2005-04-15 09:31  strk
+2005-04-15 09:31  Sandro Santilli <strk@keybit.net>
 
-       * Version.config: Version bumbed to 1.0.0
+       * [r1619] Version.config: Version bumbed to 1.0.0
 
-2005-04-14 13:35  strk
+2005-04-14 13:35  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml: Added shp2pgsql bugfix and autoconf
-         improvement in Release Notes.
+       * [r1618] CHANGES, doc/postgis.xml: Added shp2pgsql bugfix and
+         autoconf improvement in Release Notes.
 
-2005-04-14 12:58  strk
+2005-04-14 12:58  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Applied patch by Gino Lucrezi fixing bug in
-         string escaping code.
+       * [r1617] loader/shp2pgsql.c: Applied patch by Gino Lucrezi fixing
+         bug in string escaping code.
 
-2005-04-14 11:25  strk
+2005-04-14 11:25  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: --enable-autoconf put back
+       * [r1616] configure.in: --enable-autoconf put back
 
-2005-04-14 11:23  strk
+2005-04-14 11:23  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Cleanup, improvements, JTS support added
+       * [r1615] configure.in: Cleanup, improvements, JTS support added
 
-2005-04-14 09:40  strk
+2005-04-14 09:40  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added Alex Bodnaru in the "Other contributors"
-         section, for debian packaging.
+       * [r1614] doc/postgis.xml: Added Alex Bodnaru in the "Other
+         contributors" section, for debian packaging.
 
-2005-04-14 08:02  strk
+2005-04-14 08:02  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: Added a not about need of memory alignment
+       * [r1613] lwgeom/TODO: Added a not about need of memory alignment
          constraints handling for deserializers
 
-2005-04-13 15:57  strk
+2005-04-13 15:57  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Removed the CREDITS section from Release Notes
-         and move contributors
+       * [r1612] doc/postgis.xml: Removed the CREDITS section from Release
+         Notes and move contributors
          in chapter 1.1 (Credits).
 
-2005-04-13 14:25  strk
+2005-04-13 14:25  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Release notes made an appendix, updated credits
-         section
+       * [r1611] doc/postgis.xml: Release notes made an appendix, updated
+         credits section
 
-2005-04-13 14:24  strk
+2005-04-13 14:24  Sandro Santilli <strk@keybit.net>
 
-       * loader/Makefile: Added MINGW support as suggested by David
-         Techer.
+       * [r1610] loader/Makefile: Added MINGW support as suggested by
+         David Techer.
 
-2005-04-12 11:18  strk
+2005-04-12 11:18  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added release notes for 1.0.0 final
+       * [r1609] doc/postgis.xml: Added release notes for 1.0.0 final
 
-2005-04-12 11:17  strk
+2005-04-12 11:17  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: XSLBASE made back-redefinable
+       * [r1608] doc/Makefile: XSLBASE made back-redefinable
 
-2005-04-08 06:45  pramsey
+2005-04-08 06:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/Makefile: Make xsl reference work for rackmount nightly build
+       * [r1607] doc/Makefile: Make xsl reference work for rackmount
+         nightly build
 
 2005-04-07 21:02  mschaber
 
-       * doc/Makefile, doc/postgis.xml: typo fixes and linked function in
-         4.2.4
+       * [r1606] doc/Makefile, doc/postgis.xml: typo fixes and linked
+         function in 4.2.4
 
-2005-04-07 19:03  strk
+2005-04-07 19:03  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added new strict OGC compliancy enforcement sector of
-         manual
+       * [r1605] CHANGES: Added new strict OGC compliancy enforcement
+         sector of manual
 
-2005-04-07 19:00  strk
+2005-04-07 19:00  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Corrected and augmented the new chapter about
-         ensuring OGC compliancy.
+       * [r1604] doc/postgis.xml: Corrected and augmented the new chapter
+         about ensuring OGC compliancy.
 
 2005-04-07 09:32  mschaber
 
-       * doc/postgis.xml: Added information about geometry validity.
+       * [r1603] doc/postgis.xml: Added information about geometry
+         validity.
 
-2005-04-06 16:49  strk
+2005-04-06 16:49  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added -p flag addition for shp2pgsql
+       * [r1602] CHANGES: Added -p flag addition for shp2pgsql
 
-2005-04-06 14:16  strk
+2005-04-06 14:16  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Removed manual update of gid field.
+       * [r1601] loader/shp2pgsql.c: Removed manual update of gid field.
 
 2005-04-06 14:02  mschaber
 
-       * doc/man/shp2pgsql.1, doc/postgis.xml, loader/README.shp2pgsql,
-         loader/shp2pgsql.c: added -p option (prepare mode) that spits out
-         the table schema without
+       * [r1600] doc/man/shp2pgsql.1, doc/postgis.xml,
+         loader/README.shp2pgsql, loader/shp2pgsql.c: added -p option
+         (prepare mode) that spits out the table schema without
          inserting any data.
 
-2005-04-06 10:46  strk
+2005-04-06 10:46  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Bugfix in -w (hwgeom) handling of ZM
+       * [r1599] loader/shp2pgsql.c: Bugfix in -w (hwgeom) handling of ZM
          shapefiles.
          Big reorganizzation of code to easy maintainance.
 
-2005-04-06 08:53  strk
+2005-04-06 08:53  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: force_3dm() bugfix
+       * [r1598] CHANGES: force_3dm() bugfix
 
-2005-04-06 08:53  strk
+2005-04-06 08:53  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Augmented memory allocated by
-         force_3dm() - detected cases of memory shortage
+       * [r1597] lwgeom/lwgeom_functions_basic.c: Augmented memory
+         allocated by force_3dm() - detected cases of memory shortage
 
 2005-04-05 13:43  mschaber
 
-       * doc/man/shp2pgsql.1: Fix documentation of -D option in shp2pgsql
-         manpage
+       * [r1596] doc/man/shp2pgsql.1: Fix documentation of -D option in
+         shp2pgsql manpage
 
-2005-04-05 10:18  strk
+2005-04-05 10:18  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added transform() bugfix
+       * [r1595] CHANGES: Added transform() bugfix
 
-2005-04-05 10:18  strk
+2005-04-05 10:18  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: BUGFIX in transform() releaseing
-         random memory address
+       * [r1594] lwgeom/lwgeom_transform.c: BUGFIX in transform()
+         releaseing random memory address
 
-2005-04-05 08:00  strk
+2005-04-05 08:00  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/man/shp2pgsql.1, doc/postgis.xml: Documented loader
-         support for 0.x versions
+       * [r1593] CHANGES, doc/man/shp2pgsql.1, doc/postgis.xml: Documented
+         loader support for 0.x versions
 
-2005-04-04 20:51  strk
+2005-04-04 20:51  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Added -w flag to output old (WKT/HWGEOM) sql.
+       * [r1592] loader/shp2pgsql.c: Added -w flag to output old
+         (WKT/HWGEOM) sql.
 
-2005-04-04 09:48  strk
+2005-04-04 09:48  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Added install of loader/dumper manual pages
+       * [r1591] lwgeom/Makefile: Added install of loader/dumper manual
+         pages
 
-2005-04-01 09:39  strk
+2005-04-01 09:39  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added not about new manual pages
+       * [r1590] CHANGES: Added not about new manual pages
 
-2005-04-01 09:38  strk
+2005-04-01 09:38  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile, doc/man, doc/man/pgsql2shp.1, doc/man/shp2pgsql.1:
-         Added manual pages provided by Roberto Boati
+       * [r1589] doc/Makefile, doc/man, doc/man/pgsql2shp.1,
+         doc/man/shp2pgsql.1: Added manual pages provided by Roberto Boati
          <roberto.boati@daisyred.com>
 
-2005-03-30 17:25  strk
+2005-03-30 17:25  Sandro Santilli <strk@keybit.net>
 
-       * make_dist.sh: Updated to replace 'RC' into '-rc' when building
-         package dir (and tar).
+       * [r1588] make_dist.sh: Updated to replace 'RC' into '-rc' when
+         building package dir (and tar).
          Removed autom4te.cache directory after call to autoconf.
 
-2005-03-30 17:03  strk
+2005-03-30 17:03  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, Version.config, doc/postgis.xml: Scripts version set to
-         0.3.0 (minor increment as a scripts override won't
+       * [r1586] CHANGES, Version.config, doc/postgis.xml: Scripts version
+         set to 0.3.0 (minor increment as a scripts override won't
          suffice to get rid of dropped box2d funx).
          Set release date and other versions to RC6
 
 2005-03-30 15:24  mschaber
 
-       * jdbc2/Makefile, jdbc2/jtssrc/examples/JtsTestParser.java,
+       * [r1585] jdbc2/Makefile, jdbc2/jtssrc/examples/JtsTestParser.java,
          jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
          jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
          jdbc2/jtssrc/org/postgis/jts/JtsGisWrapper.java,
          email addres to private one because schabios@logi-track.com is
          currently not working.
 
-2005-03-30 11:47  strk
+2005-03-30 11:47  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, doc/postgis.xml: Added RC6 release notes.
+       * [r1584] CHANGES, doc/postgis.xml: Added RC6 release notes.
 
-2005-03-30 11:46  strk
+2005-03-30 11:46  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box2dfloat4.c: Obsoleted functions set back in, to
-         avoid problems upgrading.
+       * [r1583] lwgeom/lwgeom_box2dfloat4.c: Obsoleted functions set back
+         in, to avoid problems upgrading.
 
-2005-03-30 11:40  strk
+2005-03-30 11:40  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwpostgis.sql.in: Removed
-         obsoleted box2d functions
+       * [r1582] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwpostgis.sql.in:
+         Removed obsoleted box2d functions
 
-2005-03-29 16:34  strk
+2005-03-29 16:34  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added postgis_restore.pl bugfix
+       * [r1581] CHANGES: Added postgis_restore.pl bugfix
 
-2005-03-29 16:33  strk
+2005-03-29 16:33  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Changed she-bang back the way it was
-         (disabled) - didn't work like that! Added {x,y}{min,max}(box2d)
-         to list of obsoleted funx.
+       * [r1580] utils/postgis_restore.pl: Changed she-bang back the way
+         it was (disabled) - didn't work like that! Added
+         {x,y}{min,max}(box2d) to list of obsoleted funx.
 
 2005-03-29 13:23  mschaber
 
-       * jdbc2/Makefile: Fix build for win32 using mingw
+       * [r1579] jdbc2/Makefile: Fix build for win32 using mingw
 
-2005-03-28 11:37  strk
+2005-03-28 11:37  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, Version.config, lwgeom/lwpostgis.sql.in: Dropped
+       * [r1578] CHANGES, Version.config, lwgeom/lwpostgis.sql.in: Dropped
          {x,y}{min,max}(box2d) functions
 
-2005-03-28 09:48  strk
+2005-03-28 09:48  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added multi() changes
+       * [r1577] CHANGES: Added multi() changes
 
-2005-03-28 09:47  strk
+2005-03-28 09:47  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwgeom_functions_basic.c: Fixed bug in multi()
-         leaving SRID in inner geometries.
+       * [r1576] CHANGES, lwgeom/lwgeom_functions_basic.c: Fixed bug in
+         multi() leaving SRID in inner geometries.
          Added early return for already multi() and BBOX'ed geoms.
 
-2005-03-28 09:45  strk
+2005-03-28 09:45  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected: Added regress
-         tests for multi()
+       * [r1575] regress/regress.sql, regress/regress_expected: Added
+         regress tests for multi()
 
-2005-03-25 18:43  strk
+2005-03-25 18:43  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Fixed PQunescapeBytearea argument (might give
-         problems on 64bit archs)
+       * [r1574] loader/pgsql2shp.c: Fixed PQunescapeBytearea argument
+         (might give problems on 64bit archs)
 
-2005-03-25 16:38  strk
+2005-03-25 16:38  Sandro Santilli <strk@keybit.net>
 
-       * Version.config: MICRO_VERSION set to RC5
+       * [r1572] Version.config: MICRO_VERSION set to RC5
 
-2005-03-25 16:38  strk
+2005-03-25 16:38  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added release date and version
+       * [r1571] CHANGES: Added release date and version
 
-2005-03-25 16:37  strk
+2005-03-25 16:37  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added release dates
+       * [r1570] doc/postgis.xml: Added release dates
 
-2005-03-25 16:28  strk
+2005-03-25 16:28  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added a not in performance tips chapter about
-         dimension constraints.
+       * [r1569] doc/postgis.xml: Added a not in performance tips chapter
+         about dimension constraints.
          Removed part on update_geometry_stats as it should have no
          effect.
 
-2005-03-25 14:49  strk
+2005-03-25 14:49  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: generalized Other changes
+       * [r1568] doc/postgis.xml: generalized Other changes
 
-2005-03-25 14:48  strk
+2005-03-25 14:48  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Fixed bogus she-bang
+       * [r1567] utils/postgis_restore.pl: Fixed bogus she-bang
 
-2005-03-25 13:56  strk
+2005-03-25 13:56  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Updated release notes section
+       * [r1566] doc/postgis.xml: Updated release notes section
 
-2005-03-25 09:34  strk
+2005-03-25 09:34  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: code cleanup
+       * [r1565] lwgeom/lwgeom_estimate.c: code cleanup
 
 2005-03-24 18:01  mschaber
 
-       * CHANGES, doc/postgis.xml: additional performance tips
+       * [r1564] CHANGES, doc/postgis.xml: additional performance tips
 
-2005-03-24 16:28  strk
+2005-03-24 16:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Variable declaration set in
-         place in lwgeom_centroid()
+       * [r1563] lwgeom/lwgeom_functions_basic.c: Variable declaration set
+         in place in lwgeom_centroid()
 
-2005-03-24 16:27  strk
+2005-03-24 16:27  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added estimated_extent() bugfix notice
+       * [r1562] CHANGES: Added estimated_extent() bugfix notice
 
-2005-03-24 16:27  strk
+2005-03-24 16:27  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Added comments in estimate_allocation()
-         bugfix point.
+       * [r1561] lwgeom/lwgeom_estimate.c: Added comments in
+         estimate_allocation() bugfix point.
 
-2005-03-24 15:07  strk
+2005-03-24 15:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Fixed non-GEOS centroid()
-         function to avoid obsoleted LWGEOM_EXPLODED funx
+       * [r1560] lwgeom/lwgeom_functions_basic.c: Fixed non-GEOS
+         centroid() function to avoid obsoleted LWGEOM_EXPLODED funx
 
-2005-03-24 14:45  strk
+2005-03-24 14:45  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Fixed bug in estimated_extent()
+       * [r1559] lwgeom/lwgeom_estimate.c: Fixed bug in estimated_extent()
          returning pointer to a memory allocated in SPI memory context
 
-2005-03-23 17:10  strk
+2005-03-23 17:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box3d.c: Removed cr
+       * [r1558] lwgeom/lwgeom_box3d.c: Removed cr
 
-2005-03-23 16:29  strk
+2005-03-23 16:29  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected: Added box3d
-         computation tests
+       * [r1557] regress/regress.sql, regress/regress_expected: Added
+         box3d computation tests
 
-2005-03-23 16:24  strk
+2005-03-23 16:24  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: added box3d computation fix
+       * [r1556] CHANGES: added box3d computation fix
 
-2005-03-23 16:23  strk
+2005-03-23 16:23  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_box3d.c:
-         Fixed bug in box3d computation.
+       * [r1555] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
+         lwgeom/lwgeom_box3d.c: Fixed bug in box3d computation.
          Dropped obsoleted LWGEOM_EXPLODED structure and associated
          functions.
 
-2005-03-21 17:56  strk
+2005-03-21 17:56  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: grep -v arg quoted..
+       * [r1554] CHANGES: grep -v arg quoted..
 
-2005-03-21 17:52  strk
+2005-03-21 17:52  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Quoted grep argument
+       * [r1553] lwgeom/Makefile: Quoted grep argument
 
 2005-03-21 13:43  mschaber
 
-       * jdbc2, jdbc2/.cvsignore: handle versioned jars in cvsignore
+       * [r1552] jdbc2, jdbc2/.cvsignore: handle versioned jars in
+         cvsignore
 
-2005-03-21 12:24  strk
+2005-03-21 12:24  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Expanded estimated_extent() paragraph to
+       * [r1551] doc/postgis.xml: Expanded estimated_extent() paragraph to
          document differences between pre
          and post pgsql 800.
 
-2005-03-18 21:04  strk
+2005-03-18 21:04  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Set release date
+       * [r1549] CHANGES: Set release date
 
-2005-03-18 17:47  strk
+2005-03-18 17:47  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: postgis_restore.pl improvements
+       * [r1548] CHANGES: postgis_restore.pl improvements
 
-2005-03-18 17:23  strk
+2005-03-18 17:23  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Hash used for detecting obsoleted funx
-         in dump
+       * [r1547] utils/postgis_restore.pl: Hash used for detecting
+         obsoleted funx in dump
 
-2005-03-18 12:43  strk
+2005-03-18 12:43  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Fixed missing use of
-         _IMMUTABLE_STRICT define in new get_proj4_from_srid().
+       * [r1546] lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Fixed missing
+         use of _IMMUTABLE_STRICT define in new get_proj4_from_srid().
          Improvement in Makefile to allow reconstruction of missing
          ../lwpostgis.sql
 
-2005-03-18 12:37  strk
+2005-03-18 12:37  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: added box3d-computation bugfix note
+       * [r1545] CHANGES: added box3d-computation bugfix note
 
-2005-03-18 12:36  strk
+2005-03-18 12:36  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-         lwgeom/lwgeom.c, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
-         lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c,
-         lwgeom/lwgeom_transform.c, lwgeom/lwline.c, lwgeom/lwpoint.c,
-         lwgeom/lwpoly.c, lwgeom/ptarray.c: Big API cleanup.
+       * [r1544] lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
+         lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
+         lwgeom/lwgeom_api.c, lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_ogc.c,
+         lwgeom/lwgeom_pg.c, lwgeom/lwgeom_transform.c, lwgeom/lwline.c,
+         lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/ptarray.c: Big API
+         cleanup.
          Bug fix in box3d computation for collections containing empty
          elements.
 
-2005-03-18 10:47  strk
+2005-03-18 10:47  Sandro Santilli <strk@keybit.net>
 
-       * regress/lwgeom_regress.sql, regress/lwgeom_regress_expected:
-         Added extent(), extent3d() and collect() tests - should really
+       * [r1543] regress/lwgeom_regress.sql,
+         regress/lwgeom_regress_expected: Added extent(), extent3d() and
+         collect() tests - should really
          give this tests a new layout ...
 
-2005-03-17 18:14  strk
+2005-03-17 18:14  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: box2d outupt precision increment
+       * [r1542] CHANGES: box2d outupt precision increment
 
-2005-03-17 18:11  strk
+2005-03-17 18:11  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box2dfloat4.c: BOX2D output reverted to .15g
-         precision
+       * [r1541] lwgeom/lwgeom_box2dfloat4.c: BOX2D output reverted to
+         .15g precision
 
-2005-03-17 09:39  strk
+2005-03-17 09:39  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Early memory releases in
+       * [r1540] lwgeom/lwgeom_functions_basic.c: Early memory releases in
          lwgeom_translate_recursive
 
-2005-03-16 15:08  strk
+2005-03-16 15:08  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, lwgeom/lwpostgis.sql.in: Changed get_proj4_from_srid()
-         implementation from SQL to PLPGSQL to
+       * [r1539] CHANGES, lwgeom/lwpostgis.sql.in: Changed
+         get_proj4_from_srid() implementation from SQL to PLPGSQL to
          workaround a bug of pgsql8.0.{1,2}
 
-2005-03-16 11:41  strk
+2005-03-16 11:41  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_ogc.c,
-         lwgeom/lwgeom_transform.c: Early memory releases on
-         transform_geometry_recursive() and LWGEOM_asText().
+       * [r1538] lwgeom/liblwgeom.c, lwgeom/lwgeom_api.c,
+         lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_transform.c: Early memory
+         releases on transform_geometry_recursive() and LWGEOM_asText().
          Code cleanups.
 
-2005-03-15 12:24  strk
+2005-03-15 12:24  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: hole-in-ring detector made more readable
+       * [r1537] loader/shp2pgsql.c: hole-in-ring detector made more
+         readable
 
-2005-03-15 09:25  strk
+2005-03-15 09:25  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added loader bug fix
+       * [r1536] CHANGES: Added loader bug fix
 
-2005-03-14 22:02  strk
+2005-03-14 22:02  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Fixed holes handling.
+       * [r1535] loader/shp2pgsql.c: Fixed holes handling.
 
-2005-03-14 11:31  strk
+2005-03-14 11:31  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/Makefile: Added cleanup of versioned jars
+       * [r1534] jdbc2/Makefile: Added cleanup of versioned jars
 
-2005-03-14 11:14  strk
+2005-03-14 11:14  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: installdirs/clean rules cleanup suggested by
-         Alex Bodnaru
+       * [r1533] lwgeom/Makefile: installdirs/clean rules cleanup
+         suggested by Alex Bodnaru
 
-2005-03-11 17:56  strk
+2005-03-11 17:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: Early memory release in transform_geom
+       * [r1532] lwgeom/lwgeom_transform.c: Early memory release in
+         transform_geom
 
-2005-03-11 17:47  strk
+2005-03-11 17:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Fixed destructive memory release
-         in LWGEOM_translate()
+       * [r1531] lwgeom/lwgeom_functions_basic.c: Fixed destructive memory
+         release in LWGEOM_translate()
 
-2005-03-11 17:47  strk
+2005-03-11 17:47  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected: Added test for
-         translate()
+       * [r1530] regress/regress.sql, regress/regress_expected: Added test
+         for translate()
 
-2005-03-10 21:37  strk
+2005-03-10 21:37  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: added 64bit bug fix
+       * [r1529] CHANGES: added 64bit bug fix
 
-2005-03-10 19:26  strk
+2005-03-10 19:26  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgparse.c, lwgeom/wktparse.h: Hopefully fixed bug in int4
-         and double reader from byte stream (was not
+       * [r1528] lwgeom/lwgparse.c, lwgeom/wktparse.h: Hopefully fixed bug
+         in int4 and double reader from byte stream (was not
          working on 64bit machines).
 
-2005-03-10 18:19  strk
+2005-03-10 18:19  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgparse.c, lwgeom/wktunparse.c: Made void args explicit
-         to make newer compilers happy
+       * [r1527] lwgeom/lwgparse.c, lwgeom/wktunparse.c: Made void args
+         explicit to make newer compilers happy
 
-2005-03-10 18:18  strk
+2005-03-10 18:18  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/wktparse.h: changed report_error typedef to allow for
-         lwerror usage w/out problems
+       * [r1526] lwgeom/wktparse.h: changed report_error typedef to allow
+         for lwerror usage w/out problems
 
 2005-03-08 18:36  mschaber
 
-       * jdbc2/README: Additional explanations in README.
+       * [r1525] jdbc2/README: Additional explanations in README.
 
 2005-03-08 18:32  mschaber
 
-       * jdbc2/src/examples/VersionPrinter.java: Fix possible null pointer
-         exception if PostGIS is compiled without geos / proj support.
+       * [r1524] jdbc2/src/examples/VersionPrinter.java: Fix possible null
+         pointer exception if PostGIS is compiled without geos / proj
+         support.
 
-2005-03-08 16:46  strk
+2005-03-08 16:46  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, lwgeom/Makefile: More cleanups on 'clean'
+       * [r1523] Makefile, lwgeom/Makefile: More cleanups on 'clean'
 
-2005-03-08 16:41  strk
+2005-03-08 16:41  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Simplified clean rule
+       * [r1522] lwgeom/Makefile: Simplified clean rule
 
-2005-03-08 16:39  strk
+2005-03-08 16:39  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Added configure script removal in maintainer-clean rule
+       * [r1521] Makefile: Added configure script removal in
+         maintainer-clean rule
 
-2005-03-08 16:00  strk
+2005-03-08 16:00  Sandro Santilli <strk@keybit.net>
 
-       * libjts: Deleted libjts directory... libjts production should
-         happen from within JTS itself.
+       * [r1520] libjts: Deleted libjts directory... libjts production
+         should happen from within JTS itself.
 
-2005-03-08 15:44  strk
+2005-03-08 15:44  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config: Changed default JTS includes and lib paths
+       * [r1519] Makefile.config: Changed default JTS includes and lib
+         paths
 
-2005-03-08 12:39  strk
+2005-03-08 12:39  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config, libjts, libjts/Makefile, libjts/README: Added
-         libjts build scripts
+       * [r1518] Makefile.config, libjts, libjts/Makefile, libjts/README:
+         Added libjts build scripts
 
-2005-03-08 12:21  strk
+2005-03-08 12:21  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Added a distclean rule to get rid of autoconf-generated
-         files.
+       * [r1517] Makefile: Added a distclean rule to get rid of
+         autoconf-generated files.
          Had maintainer-clean rule invoke distclean rule.
 
-2005-03-08 12:13  strk
+2005-03-08 12:13  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config: set USE_JTS back to 0 - got set to 1 from
-         previous commit
+       * [r1516] Makefile.config: set USE_JTS back to 0 - got set to 1
+         from previous commit
 
-2005-03-08 12:11  strk
+2005-03-08 12:11  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, utils/Makefile: Added utils rule to set the execute bit
-         on utilities.
+       * [r1515] Makefile, utils/Makefile: Added utils rule to set the
+         execute bit on utilities.
 
-2005-03-08 12:04  strk
+2005-03-08 12:04  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config, Makefile.config.in: synced makefiles, changed
-         default path of libjts
+       * [r1514] Makefile.config, Makefile.config.in: synced makefiles,
+         changed default path of libjts
 
-2005-03-08 11:24  strk
+2005-03-08 11:24  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_jts.c: Commented out debugging lines
+       * [r1513] lwgeom/lwgeom_jts.c: Commented out debugging lines
 
-2005-03-08 11:24  strk
+2005-03-08 11:24  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_jts_wrapper.cpp: avoided initializzation of
+       * [r1512] lwgeom/lwgeom_jts_wrapper.cpp: avoided initializzation of
          JvNewObjectArray with undefined pointer
 
-2005-03-08 11:06  strk
+2005-03-08 11:06  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: modernized old-style
-         parameter declarations
+       * [r1511] loader/pgsql2shp.c, loader/shp2pgsql.c: modernized
+         old-style parameter declarations
 
-2005-03-08 09:42  strk
+2005-03-08 09:42  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added estimator changes
+       * [r1510] CHANGES: Added estimator changes
 
-2005-03-08 09:27  strk
+2005-03-08 09:27  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: RESTRICT selectivity estimator use
-         self->varno instead of varRelid.
+       * [r1509] lwgeom/lwgeom_estimate.c: RESTRICT selectivity estimator
+         use self->varno instead of varRelid.
          Seems to work for subqueries...
 
-2005-03-08 09:23  strk
+2005-03-08 09:23  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Fixed debugging lines.
+       * [r1508] lwgeom/lwgeom_estimate.c: Fixed debugging lines.
 
-2005-03-08 08:38  strk
+2005-03-08 08:38  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config: Discarded environmental variable USE_JTS to
-         avoid unexpected enabling
+       * [r1507] Makefile.config: Discarded environmental variable USE_JTS
+         to avoid unexpected enabling
 
-2005-03-07 21:24  strk
+2005-03-07 21:24  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Added missing JTSnoop prototype
+       * [r1506] lwgeom/lwgeom_geos.c: Added missing JTSnoop prototype
 
-2005-03-07 21:19  strk
+2005-03-07 21:19  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Put optimization flag back to -O2
+       * [r1505] lwgeom/Makefile: Put optimization flag back to -O2
 
-2005-03-07 21:11  strk
+2005-03-07 21:11  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Removed stub functions (moved to
+       * [r1504] lwgeom/lwgeom_geos.c: Removed stub functions (moved to
          lwgeom_nojts.c) and added stub
          for JTSnoop.
 
-2005-03-07 21:07  strk
+2005-03-07 21:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added initial
-         JTS wrapper.
+       * [r1503] lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added
+         initial JTS wrapper.
 
-2005-03-07 21:06  strk
+2005-03-07 21:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Added spatial_ref_sys.sql and README.postgis to
-         scripts install targets.
+       * [r1502] lwgeom/Makefile: Added spatial_ref_sys.sql and
+         README.postgis to scripts install targets.
          Moved .sql scripts from ...$(datadir) to ...$(datadir)/contrib.
          Modified GEOS/JTS stub handling to use separate file when
          disabled.
 
-2005-03-07 20:47  strk
+2005-03-07 20:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_nojts.c: Separate stub funx file for builds w/out
-         GEOS or JTS
+       * [r1501] lwgeom/lwgeom_nojts.c: Separate stub funx file for builds
+         w/out GEOS or JTS
 
-2005-03-07 20:46  strk
+2005-03-07 20:46  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in: sync'd with Makefile.config
+       * [r1500] Makefile.config.in: sync'd with Makefile.config
 
-2005-03-07 20:44  strk
+2005-03-07 20:44  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config: Added JTS support parameter
+       * [r1499] Makefile.config: Added JTS support parameter
 
-2005-03-07 18:36  strk
+2005-03-07 18:36  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in: Sync with Makefile.config
+       * [r1498] Makefile.config.in: Sync with Makefile.config
 
-2005-03-07 16:08  strk
+2005-03-07 16:08  Sandro Santilli <strk@keybit.net>
 
-       * Version.config: Incremented SCRIPTS_VERSION micro num
+       * [r1497] Version.config: Incremented SCRIPTS_VERSION micro num
 
-2005-03-07 13:58  strk
+2005-03-07 13:58  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile, regress/run_index_regress,
+       * [r1496] regress/Makefile, regress/run_index_regress,
          regress/run_lwgeom_regress, regress/run_ogc_regress,
          regress/run_regress: Added process id to output files. Removed
          'clean' rule.
 
-2005-03-07 13:20  strk
+2005-03-07 13:20  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Removed unused lwexploded_dump()
-         function
+       * [r1495] lwgeom/lwgeom_functions_basic.c: Removed unused
+         lwexploded_dump() function
 
 2005-03-07 11:53  mschaber
 
-       * jdbc2/Makefile: Fix version.in vs. version.config typo
+       * [r1494] jdbc2/Makefile: Fix version.in vs. version.config typo
 
-2005-03-04 19:34  strk
+2005-03-04 19:34  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: cleanups - version file source
+       * [r1493] doc/Makefile: cleanups - version file source
 
-2005-03-04 19:31  mleslie
+2005-03-04 19:31  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * CHANGES, doc/postgis.xml, lwgeom/lwgeom_spheroid.c,
+       * [r1492] CHANGES, doc/postgis.xml, lwgeom/lwgeom_spheroid.c,
          lwgeom/lwpostgis.sql.in: Cleaned up distance_sphere and updated
          documentation.
 
-2005-03-04 19:25  strk
+2005-03-04 19:25  Sandro Santilli <strk@keybit.net>
 
-       * make_dist.sh: removed temp files used in docs creation step
+       * [r1491] make_dist.sh: removed temp files used in docs creation
+         step
 
-2005-03-04 19:18  strk
+2005-03-04 19:18  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Expanded "upgrading" chapter to explain
+       * [r1490] doc/postgis.xml: Expanded "upgrading" chapter to explain
          postgis_restore.pl upgrade procedure.
 
-2005-03-04 19:18  strk
+2005-03-04 19:18  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: Made 'html' the default rule
+       * [r1489] doc/Makefile: Made 'html' the default rule
 
-2005-03-04 19:15  strk
+2005-03-04 19:15  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: Parametrized XSLBASE directory
+       * [r1488] doc/Makefile: Parametrized XSLBASE directory
 
-2005-03-04 16:29  strk
+2005-03-04 16:29  Sandro Santilli <strk@keybit.net>
 
-       * make_dist.sh: Changed to use Version.config
+       * [r1487] make_dist.sh: Changed to use Version.config
 
-2005-03-04 15:54  strk
+2005-03-04 15:54  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_spheroid.c: Commented out unused variable
+       * [r1486] lwgeom/lwgeom_spheroid.c: Commented out unused variable
 
 2005-03-04 15:25  mschaber
 
-       * CHANGES: added version improvement to changes
+       * [r1485] CHANGES: added version improvement to changes
 
 2005-03-04 15:22  mschaber
 
-       * Version.config, jdbc2, jdbc2/.cvsignore, jdbc2/Makefile,
+       * [r1484] Version.config, jdbc2, jdbc2/.cvsignore, jdbc2/Makefile,
          jdbc2/src/org/postgis/Version.java, lwgeom/Makefile: - Separates
          the version config variables into the toplevel Version.config
          
          initialize its values, so it is always "in sync" with
          Version.config
 
-2005-03-04 14:55  strk
+2005-03-04 14:55  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added loader/dumper bug fixes
+       * [r1483] CHANGES: Added loader/dumper bug fixes
 
-2005-03-04 14:54  strk
+2005-03-04 14:54  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Fixed bug in multiline handling.
+       * [r1482] loader/pgsql2shp.c: Fixed bug in multiline handling.
 
-2005-03-04 14:48  strk
+2005-03-04 14:48  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Applied patch from Jonne Savolainen fixing
-         multilines handling
+       * [r1481] loader/shp2pgsql.c: Applied patch from Jonne Savolainen
+         fixing multilines handling
 
-2005-03-04 14:25  strk
+2005-03-04 14:25  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Added 'test' and 'maintainer-clean' rules.
+       * [r1480] Makefile: Added 'test' and 'maintainer-clean' rules.
 
-2005-03-04 14:25  strk
+2005-03-04 14:25  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Added a maintainer-clean rule.
+       * [r1479] lwgeom/Makefile: Added a maintainer-clean rule.
 
-2005-03-04 14:13  strk
+2005-03-04 14:13  Sandro Santilli <strk@keybit.net>
 
-       * regress/Makefile, regress/run_index_regress,
+       * [r1478] regress/Makefile, regress/run_index_regress,
          regress/run_lwgeom_regress, regress/run_ogc_regress,
          regress/run_regress: Parametrized test output dir and added
          Makefile
 
 2005-03-04 11:03  mschaber
 
-       * jdbc2/Makefile: another make install fix :-(
+       * [r1477] jdbc2/Makefile: another make install fix :-(
 
-2005-03-04 09:03  strk
+2005-03-04 09:03  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c, lwgeom/lwgeom_pg.c: PG_LWGEOM_construct()
-         moved from lwgeom_api.c to lwgeom_pg.c.
+       * [r1476] lwgeom/lwgeom_api.c, lwgeom/lwgeom_pg.c:
+         PG_LWGEOM_construct() moved from lwgeom_api.c to lwgeom_pg.c.
 
-2005-03-04 08:52  strk
+2005-03-04 08:52  Sandro Santilli <strk@keybit.net>
 
-       * README.postgis: Modified upgrade section to show
+       * [r1475] README.postgis: Modified upgrade section to show
          postgis_restore.pl based procedure.
 
 2005-03-04 07:51  mschaber
 
-       * jdbc2/Makefile: another "make install" fix from alex
+       * [r1474] jdbc2/Makefile: another "make install" fix from alex
 
 2005-03-04 07:48  mschaber
 
-       * jdbc2/src/org/postgis/Version.java: Adopted Version.java to the
-         official PostGIS scheme.
+       * [r1473] jdbc2/src/org/postgis/Version.java: Adopted Version.java
+         to the official PostGIS scheme.
 
 2005-03-04 07:36  mschaber
 
-       * jdbc2/src/org/postgis/Version.java: Updated VERSION to RC4
+       * [r1472] jdbc2/src/org/postgis/Version.java: Updated VERSION to
+         RC4
 
 2005-03-04 07:32  mschaber
 
-       * jdbc2/Makefile: Removed unneccesarry TEMP variable
+       * [r1471] jdbc2/Makefile: Removed unneccesarry TEMP variable
 
 2005-03-03 22:12  mschaber
 
-       * jdbc2/build.xml: removed obsolete build.xml
+       * [r1470] jdbc2/build.xml: removed obsolete build.xml
 
 2005-03-03 21:55  mschaber
 
-       * jdbc2/Makefile: Make classpath element separator configurable
+       * [r1469] jdbc2/Makefile: Make classpath element separator
+         configurable
 
 2005-03-03 20:55  mschaber
 
-       * jdbc2/README: jdbc2 naming explanation
+       * [r1468] jdbc2/README: jdbc2 naming explanation
          Contact info
          Copyright notice
 
 2005-03-03 19:08  mschaber
 
-       * jdbc2/Makefile: add postgis_debug.jar to make install (thx to
-         alex bodnaru)
+       * [r1467] jdbc2/Makefile: add postgis_debug.jar to make install
+         (thx to alex bodnaru)
 
-2005-03-03 17:20  mleslie
+2005-03-03 17:20  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * lwgeom/lwgeom_spheroid.c, lwgeom/lwpostgis.sql.in: Rebuilt the
-         distance_sphere function.
+       * [r1466] lwgeom/lwgeom_spheroid.c, lwgeom/lwpostgis.sql.in:
+         Rebuilt the distance_sphere function.
 
 2005-03-03 16:06  mschaber
 
-       * jdbc2/Makefile: Fix compile with jikes
+       * [r1465] jdbc2/Makefile: Fix compile with jikes
 
-2005-03-03 10:32  strk
+2005-03-03 10:32  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: parser additions note
+       * [r1464] CHANGES: parser additions note
 
-2005-03-03 10:31  strk
+2005-03-03 10:31  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom, lwgeom/.cvsignore: Removed generated parser files.
+       * [r1463] lwgeom, lwgeom/.cvsignore: Removed generated parser
+         files.
 
-2005-03-03 10:29  strk
+2005-03-03 10:29  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/lex.yy.c, lwgeom/wktparse.tab.c,
+       * [r1462] lwgeom/Makefile, lwgeom/lex.yy.c, lwgeom/wktparse.tab.c,
          lwgeom/wktparse.tab.h: Added generated parsers to avoid FLEX/YACC
          requirement on release.
 
-2005-03-02 17:29  strk
+2005-03-02 17:29  Sandro Santilli <strk@keybit.net>
 
-       * make_dist.sh: Commented out parser generation... requires PGSQL
-         source :(
+       * [r1461] make_dist.sh: Commented out parser generation... requires
+         PGSQL source :(
 
-2005-03-02 17:26  strk
+2005-03-02 17:26  Sandro Santilli <strk@keybit.net>
 
-       * make_dist.sh: Added parser generation.
+       * [r1460] make_dist.sh: Added parser generation.
 
-2005-03-02 17:04  strk
+2005-03-02 17:04  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: added FLEX & YACC fix
+       * [r1459] CHANGES: added FLEX & YACC fix
 
 2005-03-02 13:10  mschaber
 
-       * jdbc2/src/examples/TestParser.java: Additional Regression Test
-         for prepared statement usage
+       * [r1458] jdbc2/src/examples/TestParser.java: Additional Regression
+         Test for prepared statement usage
 
 2005-03-02 12:06  mschaber
 
-       * CHANGES, jdbc2/Makefile, jdbc2/src/org/postgis/ComposedGeom.java,
+       * [r1457] CHANGES, jdbc2/Makefile,
+         jdbc2/src/org/postgis/ComposedGeom.java,
          jdbc2/src/org/postgis/Geometry.java,
          jdbc2/src/org/postgis/GeometryCollection.java,
          jdbc2/src/org/postgis/LineString.java,
          jdbc2/src/org/postgis/Polygon.java: Code cleanups, Makefile
          improvements.
 
-2005-03-01 13:22  strk
+2005-03-01 13:22  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/test.c: Renamed
-         lwgeom_to_wkt to lwgeom_to_ewkt, as it doesn't strip out non-ogc
+       * [r1456] lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/test.c:
+         Renamed lwgeom_to_wkt to lwgeom_to_ewkt, as it doesn't strip out
+         non-ogc
          extensions.
 
-2005-03-01 13:20  strk
+2005-03-01 13:20  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_ogc_expected: Corrected expected results.
+       * [r1455] regress/regress_ogc_expected: Corrected expected results.
 
-2005-03-01 11:41  strk
+2005-03-01 11:41  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_ogc.sql, regress/regress_ogc_expected,
+       * [r1454] regress/regress_ogc.sql, regress/regress_ogc_expected,
          regress/run_ogc_regress: Added GEOS/JTS provided functions test
 
-2005-03-01 08:43  strk
+2005-03-01 08:43  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Fixed install-lwgeom-scripts rule as suggested
-         by Rhys Ickeringill.
+       * [r1453] lwgeom/Makefile: Fixed install-lwgeom-scripts rule as
+         suggested by Rhys Ickeringill.
 
-2005-03-01 08:40  strk
+2005-03-01 08:40  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config: FLEX and YACC variables set after
+       * [r1452] Makefile.config: FLEX and YACC variables set after
          PGSQL/Makefile.global has been sourced
          and only if not therein defined.
 
-2005-03-01 01:17  pramsey
+2005-03-01 01:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fix link error.
+       * [r1451] doc/postgis.xml: Fix link error.
 
 2005-02-28 09:57  mschaber
 
-       * jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: Add
+       * [r1450] jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: Add
          serialVersionUID for jdk1.5
          correctly setType(), needed for jdbc 8.0+
 
 2005-02-28 08:14  mschaber
 
-       * jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: Add
+       * [r1449] jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: Add
          serialVersionUID for jdk1.5
          correctly setType(), needed for jdbc 8.0+
 
-2005-02-25 13:44  strk
+2005-02-25 13:44  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added geom_accum and SnapToGrid bug fixes
+       * [r1448] CHANGES: Added geom_accum and SnapToGrid bug fixes
 
-2005-02-25 13:42  strk
+2005-02-25 13:42  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_analytic.c: SnapToGrid: Fixed minor bug
-         in consistency check.
+       * [r1447] lwgeom/lwgeom_functions_analytic.c: SnapToGrid: Fixed
+         minor bug in consistency check.
 
-2005-02-25 13:28  strk
+2005-02-25 13:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Fixed a bugus free() in
+       * [r1446] lwgeom/lwgeom_functions_basic.c: Fixed a bugus free() in
          LWGEOM_accum.
 
-2005-02-25 09:34  strk
+2005-02-25 09:34  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: added force_collection early return
+       * [r1445] CHANGES: added force_collection early return
 
-2005-02-25 09:31  strk
+2005-02-25 09:31  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Added early return from
+       * [r1444] lwgeom/lwgeom_functions_basic.c: Added early return from
          force_collection when input is already a collection
          AND has a bbox cache. Suggested by Ron Majer.
 
-2005-02-25 08:57  strk
+2005-02-25 08:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h: Added comment on top of TYPE macros
+       * [r1443] lwgeom/liblwgeom.h: Added comment on top of TYPE macros
 
 2005-02-24 14:13  mschaber
 
-       * jdbc2/Makefile: Fixed makefile to allow compilation via kaffe
-         javac - this
+       * [r1442] jdbc2/Makefile: Fixed makefile to allow compilation via
+         kaffe javac - this
          one does not automatically include non-mentioned source
          files that are present in the classpath.
 
 2005-02-24 11:43  mschaber
 
-       * jdbc2/src/org/postgis/PGboxbase.java: moved trim() call, this
-         avoids calling trim() twice on unchanged value if we have only (1
-         2,3 4) rep.
+       * [r1441] jdbc2/src/org/postgis/PGboxbase.java: moved trim() call,
+         this avoids calling trim() twice on unchanged value if we have
+         only (1 2,3 4) rep.
 
 2005-02-24 11:20  mschaber
 
-       * jdbc2/src/examples/TestParser.java: Additional regression tests
-         for EWKT and EWKB on PostGIS 1.X
+       * [r1440] jdbc2/src/examples/TestParser.java: Additional regression
+         tests for EWKT and EWKB on PostGIS 1.X
 
-2005-02-24 08:36  strk
+2005-02-24 08:36  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c: Added missing prototype
+       * [r1438] lwgeom/lwgeom_inout.c: Added missing prototype
 
-2005-02-24 08:32  strk
+2005-02-24 08:32  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_ogc.c: Fixed bug in StartPoint and EndPoint
+       * [r1437] lwgeom/lwgeom_ogc.c: Fixed bug in StartPoint and EndPoint
          functions.
 
-2005-02-24 08:10  strk
+2005-02-24 08:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: lib version changed to 1.0.0RC3, scripts version
-         to 0.2.0.
+       * [r1436] lwgeom/Makefile: lib version changed to 1.0.0RC3, scripts
+         version to 0.2.0.
 
-2005-02-24 08:08  strk
+2005-02-24 08:08  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added spatial_ref_sys change and version/release
+       * [r1435] CHANGES: Added spatial_ref_sys change and version/release
 
-2005-02-23 19:17  pramsey
+2005-02-23 19:17  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Hand edit paris central meridian
+       * [r1434] spatial_ref_sys.sql: Hand edit paris central meridian
          definitions.
          Danger: other non-Greenwich projections might also have problems.
 
 2005-02-23 13:31  mschaber
 
-       * jdbc2/Makefile: another fastjar fix
+       * [r1433] jdbc2/Makefile: another fastjar fix
 
 2005-02-23 13:19  mschaber
 
-       * jdbc2/src/org/postgis/DriverWrapper.java: Fixed jikes compiler
-         warning, using super. for static methods is suboptimal.
+       * [r1432] jdbc2/src/org/postgis/DriverWrapper.java: Fixed jikes
+         compiler warning, using super. for static methods is suboptimal.
 
-2005-02-23 09:59  strk
+2005-02-23 09:59  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: GeometryFromText() bug fix
+       * [r1431] CHANGES: GeometryFromText() bug fix
 
-2005-02-23 09:58  strk
+2005-02-23 09:58  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c: Fixed
+       * [r1430] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c: Fixed
          GeometryFromText() to add a bbox cache FOR_COMPLEX_GEOMS
 
-2005-02-23 09:44  strk
+2005-02-23 09:44  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added bool::text cast
+       * [r1429] CHANGES: Added bool::text cast
 
-2005-02-23 09:00  strk
+2005-02-23 09:00  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added bool::text
-         cast.
+       * [r1428] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
+         bool::text cast.
 
 2005-02-22 18:10  mschaber
 
-       * CHANGES, jdbc2/Makefile: Updated jdbc2/Makefile:
+       * [r1427] CHANGES, jdbc2/Makefile: Updated jdbc2/Makefile:
          
          - more comments
          - all helper binaries are now configurable
 
 2005-02-22 13:05  mschaber
 
-       * jdbc2/src/examples/TestParser.java: Removed unused import
+       * [r1426] jdbc2/src/examples/TestParser.java: Removed unused import
 
 2005-02-22 13:04  mschaber
 
-       * jdbc2/Makefile, jdbc2/src/examples/TestAutoregister.java,
+       * [r1425] jdbc2/Makefile, jdbc2/src/examples/TestAutoregister.java,
          jdbc2/src/examples/VersionPrinter.java: Some more debian woody
          fixes.
 
 2005-02-22 13:01  mschaber
 
-       * jdbc2/src/examples/TestParser.java: Remove redundant
+       * [r1424] jdbc2/src/examples/TestParser.java: Remove redundant
          addDataType() call that slipped in during
          WKT measured geometries work. It also broke pgjdbc7.2
          compatibility.
 
 2005-02-22 12:31  mschaber
 
-       * jdbc/Makefile: Patches from Alex Bodnaru (debian maintainer)
+       * [r1423] jdbc/Makefile: Patches from Alex Bodnaru (debian
+         maintainer)
 
-2005-02-22 12:12  strk
+2005-02-22 12:12  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added not about early memory release
+       * [r1422] CHANGES: Added not about early memory release
 
-2005-02-22 10:10  strk
+2005-02-22 10:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Early release of DETOASTED geoms.
+       * [r1421] lwgeom/lwgeom_geos.c: Early release of DETOASTED geoms.
 
-2005-02-22 09:59  strk
+2005-02-22 09:59  Sandro Santilli <strk@keybit.net>
 
-       * examples/ogc_test_suite/README: Fixed path to lwpostgis.sql
-         script
+       * [r1420] examples/ogc_test_suite/README: Fixed path to
+         lwpostgis.sql script
 
-2005-02-22 09:55  strk
+2005-02-22 09:55  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_ogc.c: Early release of DETOASTED or deserialized
-         geometries, to reduce memory usage
+       * [r1419] lwgeom/lwgeom_ogc.c: Early release of DETOASTED or
+         deserialized geometries, to reduce memory usage
 
-2005-02-22 09:39  strk
+2005-02-22 09:39  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Forced cleanup of DETOASTED and
-         deserialized geometries for better memory
+       * [r1418] lwgeom/lwgeom_functions_basic.c: Forced cleanup of
+         DETOASTED and deserialized geometries for better memory
          usage.
 
 2005-02-21 18:28  mschaber
 
-       * CHANGES, jdbc2/src/examples/TestParser.java,
+       * [r1417] CHANGES, jdbc2/src/examples/TestParser.java,
          jdbc2/src/org/postgis/ComposedGeom.java,
          jdbc2/src/org/postgis/Geometry.java,
          jdbc2/src/org/postgis/GeometryCollection.java,
          jdbc2/src/org/postgis/Polygon.java, jdbc2/todo.txt: *** empty log
          message ***
 
-2005-02-21 16:22  strk
+2005-02-21 16:22  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Changed min() max() usage with LW_MIN()
-         LW_MAX()
+       * [r1416] lwgeom/lwgeom_estimate.c: Changed min() max() usage with
+         LW_MIN() LW_MAX()
 
-2005-02-21 16:16  strk
+2005-02-21 16:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.c, lwgeom/lwgparse.c, lwgeom/wktparse.h,
+       * [r1415] lwgeom/lwgeom.c, lwgeom/lwgparse.c, lwgeom/wktparse.h,
          lwgeom/wktunparse.c: Changed byte to uchar to avoid clashes with
          win32 headers.
 
 2005-02-21 15:49  mschaber
 
-       * jdbc2/src/examples/VersionPrinter.java: removed ugly () display
+       * [r1414] jdbc2/src/examples/VersionPrinter.java: removed ugly ()
+         display
 
 2005-02-21 14:59  mschaber
 
-       * jdbc2/Makefile, jdbc2/src/examples/VersionPrinter.java,
+       * [r1413] jdbc2/Makefile, jdbc2/src/examples/VersionPrinter.java,
          jdbc2/src/org/postgis/Version.java: Added version printing (for
          debugging purposes)
 
 2005-02-21 14:16  mschaber
 
-       * CHANGES, jdbc2/README, jdbc2/src/examples/TestAutoregister.java,
+       * [r1412] CHANGES, jdbc2/README,
+         jdbc2/src/examples/TestAutoregister.java,
          jdbc2/src/examples/TestBoxes.java,
          jdbc2/src/examples/TestParser.java: Skip tests that are known to
          fail when running against older PostGIS server versions
 
 2005-02-18 16:01  mschaber
 
-       * jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
+       * [r1411] jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
          jdbc2/src/examples/TestAutoregister.java,
          jdbc2/src/org/postgis/PGboxbase.java,
          jdbc2/src/org/postgis/PGgeometry.java: Some micro optimizations
 
 2005-02-18 14:49  mschaber
 
-       * jdbc2/Makefile, jdbc2/src/org/postgis/Version.java: Added
+       * [r1410] jdbc2/Makefile, jdbc2/src/org/postgis/Version.java: Added
          Version.class to allow programatically identification of PostGIS
          jdbc version
 
 2005-02-18 14:40  mschaber
 
-       * CHANGES, jdbc2, jdbc2/.cvsignore, jdbc2/Makefile, jdbc2/README,
-         jdbc2/jtssrc, jdbc2/jtssrc/examples,
+       * [r1409] CHANGES, jdbc2, jdbc2/.cvsignore, jdbc2/Makefile,
+         jdbc2/README, jdbc2/jtssrc, jdbc2/jtssrc/examples,
          jdbc2/jtssrc/examples/JtsTestParser.java, jdbc2/jtssrc/org,
          jdbc2/jtssrc/org/postgis, jdbc2/jtssrc/org/postgis/jts,
          jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
          jdbc2/jtssrc/org/postgis/jts/JtsWrapper.java: Added beta support
          for JTS classes
 
-2005-02-18 08:43  strk
+2005-02-18 08:43  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: added memory leak fix
+       * [r1408] CHANGES: added memory leak fix
 
-2005-02-18 08:42  strk
+2005-02-18 08:42  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Removed memory leak in geos2postgis polygon
-         conversion.
+       * [r1407] lwgeom/lwgeom_geos.c: Removed memory leak in geos2postgis
+         polygon conversion.
 
-2005-02-17 16:09  strk
+2005-02-17 16:09  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Improved transform() errors verbosity.
+       * [r1406] lwgeom/lwpostgis.sql.in: Improved transform() errors
+         verbosity.
 
-2005-02-17 15:54  strk
+2005-02-17 15:54  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_analytic.c,
+       * [r1405] lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
          lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_ogc.c: Syntaxes
          cleanups.
 
 2005-02-17 15:44  mschaber
 
-       * CHANGES: removed verbosity from my last entry
+       * [r1404] CHANGES: removed verbosity from my last entry
 
 2005-02-17 15:42  mschaber
 
-       * jdbc2/Makefile: fixed postgis_debug.jar
+       * [r1403] jdbc2/Makefile: fixed postgis_debug.jar
 
-2005-02-17 15:39  strk
+2005-02-17 15:39  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/measures.c: Fixed some introduced misorderings of func
-         declaration/body.
+       * [r1402] lwgeom/measures.c: Fixed some introduced misorderings of
+         func declaration/body.
 
 2005-02-17 14:48  mschaber
 
-       * jdbc2/Makefile: Fixed dependency handling for jars
+       * [r1401] jdbc2/Makefile: Fixed dependency handling for jars
 
 2005-02-17 14:41  mschaber
 
-       * CHANGES, jdbc2/Makefile: Updated makefile - better dependency
-         management for jars,
+       * [r1400] CHANGES, jdbc2/Makefile: Updated makefile - better
+         dependency management for jars,
          additional targets for debian, more comments.
 
-2005-02-17 09:19  strk
+2005-02-17 09:19  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: Fixed a bug in pointArray_construct()
-         copying input points instead
+       * [r1399] lwgeom/lwgeom_api.c: Fixed a bug in
+         pointArray_construct() copying input points instead
          of keeping a pointer to them. This has been introduced *after*
          RC2
          was released.
 
-2005-02-17 08:36  strk
+2005-02-17 08:36  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Added wkb_recv and wkb_send obsoleted
-         functions handling
+       * [r1398] utils/postgis_restore.pl: Added wkb_recv and wkb_send
+         obsoleted functions handling
 
-2005-02-14 20:49  strk
+2005-02-14 20:49  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added force_collection() bug fix
+       * [r1397] CHANGES: Added force_collection() bug fix
 
-2005-02-14 20:45  strk
+2005-02-14 20:45  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Fixed bug in force_collection()
-         leaving spurious bbox cache and SRID info
+       * [r1396] lwgeom/lwgeom_functions_basic.c: Fixed bug in
+         force_collection() leaving spurious bbox cache and SRID info
          in inner geometry when applied to single geoms.
 
 2005-02-14 11:49  mschaber
 
-       * jdbc2, jdbc2/.cvsignore, jdbc2/Makefile, jdbc2/README,
+       * [r1395] jdbc2, jdbc2/.cvsignore, jdbc2/Makefile, jdbc2/README,
          jdbc2/src/examples/TestServer.java,
          jdbc2/src/org/postgis/DriverWrapper.java, jdbc2/stubs,
          jdbc2/stubs/LICENSE, jdbc2/stubs/org, jdbc2/stubs/org/postgresql,
          Now compiles against 7.2 with some magic trickery instead of
          patching.
 
-2005-02-10 17:56  strk
+2005-02-10 17:56  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: added memory alignment handling
+       * [r1394] CHANGES: added memory alignment handling
 
-2005-02-10 17:41  strk
+2005-02-10 17:41  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
+       * [r1393] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
          lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
          lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_gml.c,
          alignment
          constraints which might be the cause of recent crash bug reports.
 
-2005-02-10 17:38  strk
+2005-02-10 17:38  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected: Added a couple of
-         distance() tests.
+       * [r1392] regress/regress.sql, regress/regress_expected: Added a
+         couple of distance() tests.
 
-2005-02-10 16:34  strk
+2005-02-10 16:34  Sandro Santilli <strk@keybit.net>
 
-       * loader/Makefile: Added -Wall to CFLAGS
+       * [r1391] loader/Makefile: Added -Wall to CFLAGS
 
-2005-02-10 10:52  strk
+2005-02-10 10:52  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
-         lwgeom/lwgeom_api.c, lwgeom/lwgeom_chip.c,
+       * [r1390] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
+         lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_chip.c,
          lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwline.c,
          lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
          typedef) wherever octet is actually
          meant to be.
 
-2005-02-10 10:03  strk
+2005-02-10 10:03  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected: Added X(), Y() and
-         Z() tests.
+       * [r1389] regress/regress.sql, regress/regress_expected: Added X(),
+         Y() and Z() tests.
 
 2005-02-09 18:11  mschaber
 
-       * jdbc2/README: adopt documentation wr/t conflicting
+       * [r1388] jdbc2/README: adopt documentation wr/t conflicting
          driverconfig.properties to
          reflect what jdbc actually does.
 
-2005-02-09 11:55  strk
+2005-02-09 11:55  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: documentation update item
+       * [r1387] CHANGES: documentation update item
 
-2005-02-09 11:53  strk
+2005-02-09 11:53  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Removed PGSQL7.1 references, clearly stated
-         support starting from 72.
+       * [r1386] doc/postgis.xml: Removed PGSQL7.1 references, clearly
+         stated support starting from 72.
          Renamed all postgis.sql refs to lwpostgis.sql.
 
-2005-02-09 11:48  strk
+2005-02-09 11:48  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c: fixed debugging output
+       * [r1385] lwgeom/lwgeom_inout.c: fixed debugging output
 
 2005-02-08 17:48  mschaber
 
-       * CHANGES, jdbc2/Makefile, jdbc2/README, jdbc2/woody.patch: Added
-         patch to enable compilation against pg72jdbc2.jar.
+       * [r1384] CHANGES, jdbc2/Makefile, jdbc2/README, jdbc2/woody.patch:
+         Added patch to enable compilation against pg72jdbc2.jar.
 
 2005-02-08 14:54  mschaber
 
-       * CHANGES: Added jdbc2 jdk1.3 enabling note.
+       * [r1383] CHANGES: Added jdbc2 jdk1.3 enabling note.
 
 2005-02-08 14:53  mschaber
 
-       * jdbc2/src/examples/TestAutoregister.java,
+       * [r1382] jdbc2/src/examples/TestAutoregister.java,
          jdbc2/src/examples/TestBoxes.java,
          jdbc2/src/examples/TestParser.java,
          jdbc2/src/org/postgis/PGboxbase.java,
          features to allow jdbc2 to be
          build with older jdk releases (tested with 1.3)
 
-2005-02-08 08:17  strk
+2005-02-08 08:17  Sandro Santilli <strk@keybit.net>
 
-       * spatial_ref_sys.sql: Reduced scope of VACUUM ANALYZE call to the
-         sole spatial_ref_sys table
+       * [r1381] spatial_ref_sys.sql: Reduced scope of VACUUM ANALYZE call
+         to the sole spatial_ref_sys table
          as suggested by Kevin Neufeld
 
-2005-02-08 07:59  strk
+2005-02-08 07:59  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: updated
+       * [r1380] CHANGES: updated
 
-2005-02-08 07:59  strk
+2005-02-08 07:59  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Fixed probe_geometry_columns to work
-         with PG72 (pg_constraint was pg_relcheck)
+       * [r1379] lwgeom/lwpostgis.sql.in: Fixed probe_geometry_columns to
+         work with PG72 (pg_constraint was pg_relcheck)
 
-2005-02-08 07:37  strk
+2005-02-08 07:37  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Fixed probe_geometry_columns so to work
-         on spatial tables with multiple
+       * [r1378] lwgeom/lwpostgis.sql.in: Fixed probe_geometry_columns so
+         to work on spatial tables with multiple
          geometry columns.
 
-2005-02-07 14:06  strk
+2005-02-07 14:06  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: updated
+       * [r1377] CHANGES: updated
 
-2005-02-07 14:02  strk
+2005-02-07 14:02  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Fixed broken 72 index bindings.
+       * [r1376] lwgeom/lwpostgis.sql.in: Fixed broken 72 index bindings.
 
 2005-02-07 13:42  mschaber
 
-       * CHANGES: Fixed pgjdbc 8.0 autoregistration.
+       * [r1375] CHANGES: Fixed pgjdbc 8.0 autoregistration.
 
-2005-02-07 13:21  strk
+2005-02-07 13:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.c, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
-         lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
-         lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_btree.c,
-         lwgeom/lwgeom_debug.c, lwgeom/lwgeom_dump.c,
-         lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-         lwgeom/lwgeom_gist.c, lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c,
-         lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwline.c,
-         lwgeom/lwmpoly.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c,
-         lwgeom/measures.c, lwgeom/ptarray.c, lwgeom/wktunparse.c:
-         Replaced DEBUG* macros with PGIS_DEBUG*, to avoid clashes with
-         postgresql DEBUG
+       * [r1374] lwgeom/liblwgeom.c, lwgeom/lwcollection.c,
+         lwgeom/lwgeom.c, lwgeom/lwgeom_api.c,
+         lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
+         lwgeom/lwgeom_btree.c, lwgeom/lwgeom_debug.c,
+         lwgeom/lwgeom_dump.c, lwgeom/lwgeom_functions_basic.c,
+         lwgeom/lwgeom_geos.c, lwgeom/lwgeom_gist.c, lwgeom/lwgeom_gml.c,
+         lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c,
+         lwgeom/lwline.c, lwgeom/lwmpoly.c, lwgeom/lwpoint.c,
+         lwgeom/lwpoly.c, lwgeom/measures.c, lwgeom/ptarray.c,
+         lwgeom/wktunparse.c: Replaced DEBUG* macros with PGIS_DEBUG*, to
+         avoid clashes with postgresql DEBUG
 
-2005-02-07 12:56  strk
+2005-02-07 12:56  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: updated CHANGES
+       * [r1373] CHANGES: updated CHANGES
 
-2005-02-07 12:56  strk
+2005-02-07 12:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: More portable date command for BUILDDATE
+       * [r1372] lwgeom/Makefile: More portable date command for BUILDDATE
          extraction
 
-2005-02-07 12:32  strk
+2005-02-07 12:32  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: updated with next release changes
+       * [r1371] CHANGES: updated with next release changes
 
-2005-02-07 12:31  strk
+2005-02-07 12:31  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: updated
+       * [r1370] CHANGES: updated
 
 2005-02-07 11:49  mschaber
 
-       * jdbc2/Makefile: Fix makefile (broken by driverconfig.properties
-         rename
+       * [r1369] jdbc2/Makefile: Fix makefile (broken by
+         driverconfig.properties rename
 
 2005-02-07 11:31  mschaber
 
-       * jdbc2/todo.txt: Removed issues that were done, hoping they will
-         not re-emerge :-)
+       * [r1368] jdbc2/todo.txt: Removed issues that were done, hoping
+         they will not re-emerge :-)
 
 2005-02-07 09:15  mschaber
 
-       * jdbc2/Makefile, jdbc2/README,
+       * [r1367] jdbc2/Makefile, jdbc2/README,
          jdbc2/src/examples/TestAutoregister.java,
          jdbc2/src/org/postgresql/driverconfig.properties,
          jdbc2/src/org/postgresql/postgresql.properties: Fixed jdbc8.0
          autoregistration, added regression test.
 
-2005-02-04 17:08  pramsey
+2005-02-04 17:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fixed literal && inside the text, replaced with
-         &amp;
+       * [r1366] doc/postgis.xml: Fixed literal && inside the text,
+         replaced with &amp;
 
-2005-02-04 14:20  strk
+2005-02-04 14:20  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/COPYING_LGPL: missing license
+       * [r1365] jdbc2/COPYING_LGPL: missing license
 
-2005-02-04 10:20  strk
+2005-02-04 10:20  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added Performance Tips chapter
+       * [r1364] doc/postgis.xml: Added Performance Tips chapter
 
-2005-02-04 09:05  strk
+2005-02-04 09:05  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/Makefile, jdbc2/README, jdbc2/build.xml,
+       * [r1363] jdbc2/Makefile, jdbc2/README, jdbc2/build.xml,
          jdbc2/src/examples/Test.java, jdbc2/src/examples/TestBoxes.java,
          jdbc2/src/examples/TestParser.java,
          jdbc2/src/examples/TestServer.java,
          jdbc2/src/org/postgis/binary/ValueGetter.java: Applied Markus
          Shaber licensing patches.
 
-2005-02-01 16:53  strk
+2005-02-01 16:53  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Changed performance-sensible functions
-         from STABLE to IMMUTABLE
+       * [r1362] lwgeom/lwpostgis.sql.in: Changed performance-sensible
+         functions from STABLE to IMMUTABLE
 
-2005-02-01 15:26  strk
+2005-02-01 15:26  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/src/org/postgis/DriverWrapper.java: Another small patch
-         from Markus
+       * [r1361] jdbc2/src/org/postgis/DriverWrapper.java: Another small
+         patch from Markus
 
-2005-01-31 22:15  strk
+2005-01-31 22:15  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: Added maintainer notice,
-         to reduce Jeff-strk mail bounces
+       * [r1360] loader/pgsql2shp.c, loader/shp2pgsql.c: Added maintainer
+         notice, to reduce Jeff-strk mail bounces
 
-2005-01-31 17:17  strk
+2005-01-31 17:17  Sandro Santilli <strk@keybit.net>
 
-       * ., .cvsignore, jdbc2/src/org/postgis/DriverWrapper.java,
+       * [r1359] ., .cvsignore, jdbc2/src/org/postgis/DriverWrapper.java,
          jdbc2/src/org/postgis/PGgeometry.java: Applied Markus Shaber
          patches.
 
-2005-01-31 12:32  strk
+2005-01-31 12:32  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/README: Markus Shaber version.
+       * [r1358] jdbc2/README: Markus Shaber version.
 
-2005-01-31 09:24  strk
+2005-01-31 09:24  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box2dfloat4.c: Used default float precision in
-         BOX2D output
+       * [r1357] lwgeom/lwgeom_box2dfloat4.c: Used default float precision
+         in BOX2D output
 
-2005-01-31 09:01  strk
+2005-01-31 09:01  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: More error handlings in transform(geom,
-         int)
+       * [r1356] lwgeom/lwpostgis.sql.in: More error handlings in
+         transform(geom, int)
 
-2005-01-30 09:48  strk
+2005-01-30 09:48  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/src/org/postgis/PGbox.java: replaced by PGbox2d.java
+       * [r1355] jdbc2/src/org/postgis/PGbox.java: replaced by
+         PGbox2d.java
 
-2005-01-30 09:46  strk
+2005-01-30 09:46  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/Makefile, jdbc2/src/examples/TestBoxes.java,
+       * [r1354] jdbc2/Makefile, jdbc2/src/examples/TestBoxes.java,
          jdbc2/src/org/postgis/DriverWrapper.java,
          jdbc2/src/org/postgis/PGbox2d.java,
          jdbc2/src/org/postgis/PGbox3d.java,
          jdbc2/src/org/postgis/PGboxbase.java: Added BOX2D and BOX3D
          support and tests, by Markus Shaber.
 
-2005-01-30 09:12  strk
+2005-01-30 09:12  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: Made unparsable proj strings error
-         more verbose and removed a typo
+       * [r1353] lwgeom/lwgeom_transform.c: Made unparsable proj strings
+         error more verbose and removed a typo
          in transform_geom().
 
-2005-01-28 16:10  strk
+2005-01-28 16:10  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Changed --with-geos arg to express GEOS_DIR (is
-         more intuitive).
+       * [r1352] configure.in: Changed --with-geos arg to express GEOS_DIR
+         (is more intuitive).
          Made --help string advertise optionality of args for --with-geos
          and --with-proj. Made configure show used variables values
          on path checks.
 
-2005-01-28 15:40  strk
+2005-01-28 15:40  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: LAST_RELEASE_VERSION bumped to 1.0.0
+       * [r1351] doc/Makefile: LAST_RELEASE_VERSION bumped to 1.0.0
 
-2005-01-28 14:50  strk
+2005-01-28 14:50  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/src/org/postgis/Point.java,
+       * [r1350] jdbc2/src/org/postgis/Point.java,
          jdbc2/src/org/postgis/binary/ValueGetter.java, jdbc2/todo.txt:
          Applied small patches from Markus Shaber
 
-2005-01-27 18:06  strk
+2005-01-27 18:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: Fixed a bug in transform() missing to
-         update SRID in output
+       * [r1349] lwgeom/lwgeom_transform.c: Fixed a bug in transform()
+         missing to update SRID in output
 
-2005-01-27 11:17  strk
+2005-01-27 11:17  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Fixed FAQ to use the schema version of
+       * [r1348] doc/postgis.xml: Fixed FAQ to use the schema version of
          AddGeometryColumn
          (generated confusion for 0.7.5 users)
 
-2005-01-26 08:35  strk
+2005-01-26 08:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Version bumped to 1.0.0RC2
+       * [r1346] lwgeom/Makefile: Version bumped to 1.0.0RC2
 
-2005-01-26 08:34  strk
+2005-01-26 08:34  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added 1.0.0RC2 section
+       * [r1345] CHANGES: Added 1.0.0RC2 section
 
-2005-01-26 08:18  strk
+2005-01-26 08:18  Sandro Santilli <strk@keybit.net>
 
-       * configure.in: Added an --enable-autoconf switch to make sure
-         users will known about
+       * [r1344] configure.in: Added an --enable-autoconf switch to make
+         sure users will known about
          the untested nature of the ./configure script.
 
-2005-01-25 13:52  strk
+2005-01-25 13:52  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in: Removed ?= construct in FLEX/YACC rules
+       * [r1343] Makefile.config.in: Removed ?= construct in FLEX/YACC
+         rules
 
-2005-01-25 11:29  strk
+2005-01-25 11:29  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Made all
+       * [r1342] lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Made all
          *FromText() accept only WKT <text>, no more cheating.
 
-2005-01-25 09:47  strk
+2005-01-25 09:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: Fixed a bug in transform() missing to
-         update bbox cache
+       * [r1341] lwgeom/lwgeom_transform.c: Fixed a bug in transform()
+         missing to update bbox cache
 
-2005-01-25 09:03  strk
+2005-01-25 09:03  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Made all OGC TypeFromWKB() functions
-         consistent in taking a bytea
+       * [r1340] lwgeom/lwpostgis.sql.in: Made all OGC TypeFromWKB()
+         functions consistent in taking a bytea
 
-2005-01-25 08:48  strk
+2005-01-25 08:48  Sandro Santilli <strk@keybit.net>
 
-       * make_dist.sh: Added autoconf invokation
+       * [r1339] make_dist.sh: Added autoconf invokation
 
-2005-01-24 18:11  strk
+2005-01-24 18:11  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_spheroid.c: Fixed bug in definition of
+       * [r1338] lwgeom/lwgeom_spheroid.c: Fixed bug in definition of
          distance_spheroid.
 
-2005-01-24 15:22  strk
+2005-01-24 15:22  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in: Added checks for flex and yacc
-         paths.
+       * [r1337] Makefile.config.in, configure.in: Added checks for flex
+         and yacc paths.
 
-2005-01-24 15:16  strk
+2005-01-24 15:16  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config, lwgeom/Makefile: Moved YACC default value set
-         from inner to config Makefile.
+       * [r1336] Makefile.config, lwgeom/Makefile: Moved YACC default
+         value set from inner to config Makefile.
 
-2005-01-24 15:14  strk
+2005-01-24 15:14  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config: Added default value for FLEX
+       * [r1335] Makefile.config: Added default value for FLEX
 
-2005-01-24 11:23  strk
+2005-01-24 11:23  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in: Removed spaces and '?' signs in
-         Makefile.config.in.
+       * [r1334] Makefile.config.in, configure.in: Removed spaces and '?'
+         signs in Makefile.config.in.
          Added support for geos-config call in configure.
 
-2005-01-24 11:00  strk
+2005-01-24 11:00  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config.in, configure.in: Initial autoconf script.
+       * [r1333] Makefile.config.in, configure.in: Initial autoconf
+         script.
 
-2005-01-19 18:18  strk
+2005-01-19 18:18  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/regression.txt, jdbc2/src/examples/BitTest.java: removed
-         unused files
+       * [r1332] jdbc2/regression.txt, jdbc2/src/examples/BitTest.java:
+         removed unused files
 
-2005-01-19 18:15  strk
+2005-01-19 18:15  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/src/examples/TestParser.java: Added failcount output.
+       * [r1331] jdbc2/src/examples/TestParser.java: Added failcount
+         output.
 
-2005-01-19 18:05  strk
+2005-01-19 18:05  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/Makefile: Fixed ptest rule.
+       * [r1330] jdbc2/Makefile: Fixed ptest rule.
 
-2005-01-19 17:37  strk
+2005-01-19 17:37  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/Makefile: Quoted -classpath args, added ptest args in make
-         ptest rule
+       * [r1329] jdbc2/Makefile: Quoted -classpath args, added ptest args
+         in make ptest rule
 
-2005-01-19 17:00  strk
+2005-01-19 17:00  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/Makefile: Added bin/ removal to clean rule
+       * [r1328] jdbc2/Makefile: Added bin/ removal to clean rule
 
-2005-01-19 16:58  strk
+2005-01-19 16:58  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/Makefile: Changed postgis_debug.jar rule to be portable
+       * [r1327] jdbc2/Makefile: Changed postgis_debug.jar rule to be
+         portable
 
-2005-01-19 16:55  strk
+2005-01-19 16:55  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/Makefile: Added command line params to jtest rule
+       * [r1326] jdbc2/Makefile: Added command line params to jtest rule
 
-2005-01-19 16:51  strk
+2005-01-19 16:51  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/src/examples/TestParser.java,
+       * [r1325] jdbc2/src/examples/TestParser.java,
          jdbc2/src/examples/TestServer.java: Applied Markus patch to
          accept command line params
 
-2005-01-19 16:49  strk
+2005-01-19 16:49  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/build.xml: Applied Markus patch
+       * [r1324] jdbc2/build.xml: Applied Markus patch
 
-2005-01-19 16:46  strk
+2005-01-19 16:46  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/Makefile: Changed postgis.jar creation rule to respect
-         postgresql.properties path
+       * [r1323] jdbc2/Makefile: Changed postgis.jar creation rule to
+         respect postgresql.properties path
 
-2005-01-19 12:30  strk
+2005-01-19 12:30  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2, jdbc2/.cvsignore: Added jar files
+       * [r1322] jdbc2, jdbc2/.cvsignore: Added jar files
 
-2005-01-19 12:27  strk
+2005-01-19 12:27  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2, jdbc2/.cvsignore, jdbc2/Makefile,
+       * [r1321] jdbc2, jdbc2/.cvsignore, jdbc2/Makefile,
          jdbc2/src/org/postgresql,
          jdbc2/src/org/postgresql/postgresql.properties: Added
          postgresql.properties and .cvsignore, Modified CP variable
          assignment to
          be quoted.
 
-2005-01-19 09:53  strk
+2005-01-19 09:53  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/src/examples/Test.java: Made output more readable
+       * [r1320] jdbc2/src/examples/Test.java: Made output more readable
 
-2005-01-19 09:47  strk
+2005-01-19 09:47  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/Makefile: Changed 'compile' rule to keep track of last
-         compile time and avoid recompilation
+       * [r1319] jdbc2/Makefile: Changed 'compile' rule to keep track of
+         last compile time and avoid recompilation
 
-2005-01-19 09:38  strk
+2005-01-19 09:38  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/Makefile: fixed jar call for postgis.jar production
+       * [r1318] jdbc2/Makefile: fixed jar call for postgis.jar production
 
-2005-01-19 09:21  strk
+2005-01-19 09:21  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2/Makefile: user env CLASSPATH honoured
+       * [r1317] jdbc2/Makefile: user env CLASSPATH honoured
 
-2005-01-19 08:54  strk
+2005-01-19 08:54  Sandro Santilli <strk@keybit.net>
 
-       * jdbc2, jdbc2/Makefile, jdbc2/README, jdbc2/build.xml,
+       * [r1316] jdbc2, jdbc2/Makefile, jdbc2/README, jdbc2/build.xml,
          jdbc2/regression.txt, jdbc2/src, jdbc2/src/examples,
          jdbc2/src/examples/BitTest.java, jdbc2/src/examples/Test.java,
          jdbc2/src/examples/TestParser.java,
          jdbc2/src/org/postgis/binary/ValueGetter.java, jdbc2/todo.txt:
          Imported new jdbc driver source by Markus Schaber
 
-2005-01-18 15:39  strk
+2005-01-18 15:39  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: Fixed a bug in pointarray box3d computation.
+       * [r1315] lwgeom/lwgeom_api.c: Fixed a bug in pointarray box3d
+         computation.
 
-2005-01-18 13:31  strk
+2005-01-18 13:31  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/wktparse.y: Reintroduced support for '<anygeom> EMPTY'
-         form, for OGC compliance.
+       * [r1314] lwgeom/wktparse.y: Reintroduced support for '<anygeom>
+         EMPTY' form, for OGC compliance.
 
-2005-01-18 12:44  strk
+2005-01-18 12:44  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Handled GEOS Geometry construction errors
-         as FALSE results in isvalid(geom).
+       * [r1313] lwgeom/lwgeom_geos.c: Handled GEOS Geometry construction
+         errors as FALSE results in isvalid(geom).
 
-2005-01-18 10:09  strk
+2005-01-18 10:09  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r1312] lwgeom/TODO: updated
 
-2005-01-18 09:32  strk
+2005-01-18 09:32  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.c, lwgeom/lwgeom_inout.c, lwgeom/wktparse.h,
-         lwgeom/wktunparse.c: Changed unparse_WKB interface to take an
-         output size pointer and an HEXFORM
+       * [r1311] lwgeom/lwgeom.c, lwgeom/lwgeom_inout.c,
+         lwgeom/wktparse.h, lwgeom/wktunparse.c: Changed unparse_WKB
+         interface to take an output size pointer and an HEXFORM
          specifier. Reworked code in wktunparse to use function pointers.
 
-2005-01-18 09:30  strk
+2005-01-18 09:30  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/wktparse.y: Fixed bug introduced supporting
+       * [r1310] lwgeom/wktparse.y: Fixed bug introduced supporting
          GEOMETRYCOLLECTION(EMPTY).
          Dropped support for all EMPTY goems execept GEOMETRYCOLLECTION.
 
-2005-01-17 12:15  strk
+2005-01-17 12:15  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/wktparse.y: Added GEOMETRYCOLLECTION(EMPTY) support
+       * [r1309] lwgeom/wktparse.y: Added GEOMETRYCOLLECTION(EMPTY)
+         support
 
-2005-01-17 11:44  strk
+2005-01-17 11:44  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Used quote_ident() for spatial columns
-         constraints nams, suggested by Bernhard Herzog
+       * [r1308] lwgeom/lwpostgis.sql.in: Used quote_ident() for spatial
+         columns constraints nams, suggested by Bernhard Herzog
 
-2005-01-17 09:21  strk
+2005-01-17 09:21  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Added one more bytes for terminating NULL in
-         utf8 encoder
+       * [r1307] loader/shp2pgsql.c: Added one more bytes for terminating
+         NULL in utf8 encoder
 
-2005-01-16 16:50  strk
+2005-01-16 16:50  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: String escaping algorithm made simpler and
-         more robust.
+       * [r1306] loader/shp2pgsql.c: String escaping algorithm made
+         simpler and more robust.
          Removed escaped strings leaking.
          Fixed UTF8 encoder to allocate enough space for 3bytes chars
          strings.
 
-2005-01-14 16:36  strk
+2005-01-14 16:36  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Switched to preprocessor driver
+       * [r1305] lwgeom/lwpostgis.sql.in: Switched to preprocessor driver
          CREATEFUNCTION attribute specification
 
-2005-01-13 18:26  strk
+2005-01-13 18:26  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: estimated_extent() implemented for
-         PG<80
+       * [r1303] lwgeom/lwgeom_estimate.c: estimated_extent() implemented
+         for PG<80
 
-2005-01-13 17:41  strk
+2005-01-13 17:41  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in:
+       * [r1302] lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in:
          estimated_extent() prepared for future expansion (support of
          pre-800 PGSQL)
 
-2005-01-13 13:37  strk
+2005-01-13 13:37  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_expected: Updated expected error message on
-         !closed polygon rings to match current one.
+       * [r1301] regress/regress_expected: Updated expected error message
+         on !closed polygon rings to match current one.
 
-2005-01-13 13:36  strk
+2005-01-13 13:36  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgparse.c: Added closed-ring check for polygon geometry
-         inputs.
+       * [r1300] lwgeom/lwgparse.c: Added closed-ring check for polygon
+         geometry inputs.
 
-2005-01-13 10:54  strk
+2005-01-13 10:54  Sandro Santilli <strk@keybit.net>
 
-       * regress/lwgeom_regress.sql: changed asText to asEWKT for lossless
-         conversions
+       * [r1299] regress/lwgeom_regress.sql: changed asText to asEWKT for
+         lossless conversions
 
-2005-01-13 10:45  strk
+2005-01-13 10:45  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected: Added
+       * [r1298] regress/regress.sql, regress/regress_expected: Added
          GEOSexception test
 
-2005-01-13 10:44  strk
+2005-01-13 10:44  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected: Fixed more tests
+       * [r1297] regress/regress.sql, regress/regress_expected: Fixed more
+         tests
 
-2005-01-13 10:37  strk
+2005-01-13 10:37  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql: Changed astext() calls with asewkt() to mach
-         expected results.
+       * [r1296] regress/regress.sql: Changed astext() calls with asewkt()
+         to mach expected results.
 
-2005-01-13 09:42  strk
+2005-01-13 09:42  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES, README.postgis, TODO, doc/Makefile, lwgeom/Makefile:
-         Updated 1.0.0 release date and changed version to 1.0.0RC1
+       * [r1295] CHANGES, README.postgis, TODO, doc/Makefile,
+         lwgeom/Makefile: Updated 1.0.0 release date and changed version
+         to 1.0.0RC1
 
-2005-01-13 09:10  strk
+2005-01-13 09:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/README.initial: Removed initial README, replaced with an
-         updated one.
+       * [r1294] lwgeom/README.initial: Removed initial README, replaced
+         with an updated one.
 
-2005-01-13 09:10  strk
+2005-01-13 09:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/README: Added updated README file
+       * [r1293] lwgeom/README: Added updated README file
 
-2005-01-13 08:48  strk
+2005-01-13 08:48  Sandro Santilli <strk@keybit.net>
 
-       * README.postgis: Added note about utils/postgis_restore.pl
+       * [r1292] README.postgis: Added note about utils/postgis_restore.pl
 
-2005-01-13 08:43  strk
+2005-01-13 08:43  Sandro Santilli <strk@keybit.net>
 
-       * CHANGES: Added more New Things
+       * [r1291] CHANGES: Added more New Things
 
-2005-01-13 08:39  strk
+2005-01-13 08:39  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added release notes chapter
+       * [r1290] doc/postgis.xml: Added release notes chapter
 
-2005-01-12 17:03  strk
+2005-01-12 17:03  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config, loader/Makefile: added USE_ICONV configuration
+       * [r1289] Makefile.config, loader/Makefile: added USE_ICONV
+         configuration
 
-2005-01-12 17:03  strk
+2005-01-12 17:03  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Added optional UTF8 output support as
+       * [r1288] loader/shp2pgsql.c: Added optional UTF8 output support as
          suggested by IIDA Tetsushi
 
-2005-01-12 09:38  strk
+2005-01-12 09:38  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config: Added not for AUTOCACHE_BBOX setting
+       * [r1287] Makefile.config: Added not for AUTOCACHE_BBOX setting
 
-2005-01-12 09:31  strk
+2005-01-12 09:31  Sandro Santilli <strk@keybit.net>
 
-       * make_dist.sh: don't drop the regress test
+       * [r1286] make_dist.sh: don't drop the regress test
 
-2005-01-12 09:23  strk
+2005-01-12 09:23  Sandro Santilli <strk@keybit.net>
 
-       * make_dist.sh: Added a sleep before running make dist
+       * [r1285] make_dist.sh: Added a sleep before running make dist
 
-2005-01-12 08:43  strk
+2005-01-12 08:43  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: commented notice in
+       * [r1284] lwgeom/lwgeom_functions_basic.c: commented notice in
          LWGEOM_noop()
 
-2005-01-12 08:30  strk
+2005-01-12 08:30  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c:
-         Changed force_*d(geom) and multi(geom) to support AUTOCACHE_BBOX
+       * [r1283] lwgeom/BBOXCACHE_BEHAVIOURS,
+         lwgeom/lwgeom_functions_basic.c: Changed force_*d(geom) and
+         multi(geom) to support AUTOCACHE_BBOX
 
-2005-01-12 07:37  strk
+2005-01-12 07:37  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c,
-         lwgeom/lwgeom_ogc.c: setSRID() and force_2d() changed to use
-         PG_LWGEOM_construct() entry point,
+       * [r1282] lwgeom/BBOXCACHE_BEHAVIOURS,
+         lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c: setSRID()
+         and force_2d() changed to use PG_LWGEOM_construct() entry point,
          for AUTOCACHE_BBOX support.
 
-2005-01-12 07:27  strk
+2005-01-12 07:27  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c:
-         forceRHR() and reverse() forced to use pglwgeom_serialize() entry
-         point
+       * [r1281] lwgeom/BBOXCACHE_BEHAVIOURS,
+         lwgeom/lwgeom_functions_basic.c: forceRHR() and reverse() forced
+         to use pglwgeom_serialize() entry point
          for honouring the AUTOCACHE_BBOX define
 
-2005-01-11 18:05  strk
+2005-01-11 18:05  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: fixed postgis_gist_joinsel signature for
-         PG72
+       * [r1280] lwgeom/lwpostgis.sql.in: fixed postgis_gist_joinsel
+         signature for PG72
 
-2005-01-11 18:04  strk
+2005-01-11 18:04  Sandro Santilli <strk@keybit.net>
 
-       * make_dist.sh: added optional versions specificatoin on command
-         line
+       * [r1279] make_dist.sh: added optional versions specificatoin on
+         command line
 
-2005-01-11 17:56  strk
+2005-01-11 17:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: dropped special pgsql 7.1 handling
+       * [r1278] lwgeom/lwpostgis.sql.in: dropped special pgsql 7.1
+         handling
 
-2005-01-11 17:46  strk
+2005-01-11 17:46  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: added postgis_lib_build_date() and
+       * [r1277] doc/postgis.xml: added postgis_lib_build_date() and
          postgis_scripts_build_date() docs
 
-2005-01-11 17:45  strk
+2005-01-11 17:45  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Changed builddate format to Y-m-D H:M:S
+       * [r1276] lwgeom/Makefile: Changed builddate format to Y-m-D H:M:S
 
-2005-01-11 17:39  strk
+2005-01-11 17:39  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c,
+       * [r1275] lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwpostgis.sql.in: Added postgis_lib_build_date() and
          postgis_scripts_build_date() provided by Markus Schaber
 
-2005-01-11 16:54  strk
+2005-01-11 16:54  Sandro Santilli <strk@keybit.net>
 
-       * make_dist.sh: initial revision
+       * [r1274] make_dist.sh: initial revision
 
-2005-01-11 15:40  strk
+2005-01-11 15:40  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box2dfloat4.c: Comments cleanup.
+       * [r1273] lwgeom/lwgeom_box2dfloat4.c: Comments cleanup.
 
-2005-01-11 15:10  strk
+2005-01-11 15:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.sql.in: removed obsoleted script
+       * [r1272] lwgeom/lwgeom.sql.in: removed obsoleted script
 
-2005-01-11 15:09  strk
+2005-01-11 15:09  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_gist.c: Added SRID checks for all operators.
+       * [r1271] lwgeom/lwgeom_gist.c: Added SRID checks for all
+         operators.
 
-2005-01-11 14:20  mcayland
+2005-01-11 14:20  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * doc/postgis.xml, lwgeom/lwgeom.sql.in,
+       * [r1270] doc/postgis.xml, lwgeom/lwgeom.sql.in,
          lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_gist.c,
          lwgeom/lwgeom_pg.h, lwgeom/lwpostgis.sql.in: Added new indexable
          operators <<|, &<|, |&> and |>> to allow comparisons of bounding
          box positions in the Y axis
 
-2005-01-11 14:10  strk
+2005-01-11 14:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c:
-         Fixed translate() to always use one of the AUTOCACHE_BBOX
-         honouring
+       * [r1269] lwgeom/BBOXCACHE_BEHAVIOURS,
+         lwgeom/lwgeom_functions_basic.c: Fixed translate() to always use
+         one of the AUTOCACHE_BBOX honouring
          entry points.
          Cleaned up expand(geom).
 
-2005-01-11 08:33  strk
+2005-01-11 08:33  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: removed link from geometry_dump type ref
+       * [r1268] doc/postgis.xml: removed link from geometry_dump type ref
 
-2005-01-11 08:29  strk
+2005-01-11 08:29  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Dropped inherithed rule for static lib build
-         (liblwgeom.a), added
+       * [r1267] lwgeom/Makefile: Dropped inherithed rule for static lib
+         build (liblwgeom.a), added
          a 'tsort' rule to check xdeps status.
 
-2005-01-11 08:12  strk
+2005-01-11 08:12  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_dump.c: Fixed memory handling bug in dump(geom)
+       * [r1266] lwgeom/lwgeom_dump.c: Fixed memory handling bug in
+         dump(geom)
 
-2005-01-10 09:47  strk
+2005-01-10 09:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgparse.c, lwgeom/wktparse.h, lwgeom/wktparse.lex,
-         lwgeom/wktparse.y: Added missing prototypes
+       * [r1265] lwgeom/lwgparse.c, lwgeom/wktparse.h,
+         lwgeom/wktparse.lex, lwgeom/wktparse.y: Added missing prototypes
 
-2005-01-10 09:28  strk
+2005-01-10 09:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: changed size_t printing lines to
-         use %lu and unsigned long cast
+       * [r1264] lwgeom/lwgeom_functions_basic.c: changed size_t printing
+         lines to use %lu and unsigned long cast
 
-2005-01-10 09:27  strk
+2005-01-10 09:27  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/measures.c, lwgeom/misures.c: renamed
-         misures.c to measures.c
+       * [r1263] lwgeom/Makefile, lwgeom/measures.c, lwgeom/misures.c:
+         renamed misures.c to measures.c
 
-2005-01-09 20:28  strk
+2005-01-09 20:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom_api.c,
-         lwgeom/lwgeom_functions_basic.c: size_t usage cleanups.
+       * [r1262] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
+         lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: size_t
+         usage cleanups.
 
-2005-01-09 18:32  strk
+2005-01-09 18:32  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_ogc.c: Avoided lwcollection_deserialize call for
-         non collections (was broken).
+       * [r1261] lwgeom/lwgeom_ogc.c: Avoided lwcollection_deserialize
+         call for non collections (was broken).
 
-2005-01-07 18:32  strk
+2005-01-07 18:32  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Dropped BOX2D operators. They will rely
-         on cast to geometry.
+       * [r1260] lwgeom/lwpostgis.sql.in: Dropped BOX2D operators. They
+         will rely on cast to geometry.
 
-2005-01-07 16:43  strk
+2005-01-07 16:43  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Fixed handling of empty collection in
-         GEOS2POSTGIS converter
+       * [r1259] lwgeom/lwgeom_geos.c: Fixed handling of empty collection
+         in GEOS2POSTGIS converter
 
-2005-01-07 14:42  strk
+2005-01-07 14:42  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Made accum(geometry) compatible
-         with PG73.
+       * [r1258] lwgeom/lwgeom_functions_basic.c: Made accum(geometry)
+         compatible with PG73.
 
-2005-01-07 14:23  strk
+2005-01-07 14:23  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: removed unused variable
+       * [r1257] lwgeom/lwgeom_transform.c: removed unused variable
 
-2005-01-07 14:20  strk
+2005-01-07 14:20  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Added a geometry type OID
-         extractor and caching function.
+       * [r1256] lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Added a geometry
+         type OID extractor and caching function.
 
-2005-01-07 12:33  strk
+2005-01-07 12:33  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added a note about compatibility of
+       * [r1255] doc/postgis.xml: Added a note about compatibility of
          Dump(geometry)
 
-2005-01-07 12:28  strk
+2005-01-07 12:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: made accum(geom) compatible with
-         PG72
+       * [r1254] lwgeom/lwgeom_functions_basic.c: made accum(geom)
+         compatible with PG72
 
-2005-01-07 12:24  strk
+2005-01-07 12:24  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_dump.c, lwgeom/lwpostgis.sql.in: dropped
+       * [r1253] lwgeom/lwgeom_dump.c, lwgeom/lwpostgis.sql.in: dropped
          dump(geometry) for PGSQL<73 builds
 
-2005-01-07 12:09  strk
+2005-01-07 12:09  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: fixed var declaration
+       * [r1252] lwgeom/lwgeom_functions_basic.c: fixed var declaration
          misplacement
 
-2005-01-07 12:00  strk
+2005-01-07 12:00  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c: make LWGEOM_{to,from}_bytea available to
-         all pgsql versions
+       * [r1251] lwgeom/lwgeom_inout.c: make LWGEOM_{to,from}_bytea
+         available to all pgsql versions
 
-2005-01-07 11:57  strk
+2005-01-07 11:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: fixed typo in symdifference function
-         definition
+       * [r1250] lwgeom/lwpostgis.sql.in: fixed typo in symdifference
+         function definition
 
-2005-01-07 11:55  strk
+2005-01-07 11:55  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: fixed postgis_gist_joinsel definition
-         for PG73
+       * [r1249] lwgeom/lwpostgis.sql.in: fixed postgis_gist_joinsel
+         definition for PG73
 
-2005-01-07 11:50  strk
+2005-01-07 11:50  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h, lwgeom/pgsql_compat.h:
-         Moved pgsql compatibility code into pgsql_compat.h
+       * [r1248] lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h,
+         lwgeom/pgsql_compat.h: Moved pgsql compatibility code into
+         pgsql_compat.h
 
-2005-01-07 10:26  strk
+2005-01-07 10:26  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_analytic.c: variable declaration
+       * [r1247] lwgeom/lwgeom_functions_analytic.c: variable declaration
          cleanups.
 
-2005-01-07 10:25  strk
+2005-01-07 10:25  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_ogc.c: Added WARNING define for pgsql<73
+       * [r1246] lwgeom/lwgeom_ogc.c: Added WARNING define for pgsql<73
 
-2005-01-07 10:13  strk
+2005-01-07 10:13  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgparse.c: fixed misplaced declaration after body start
+       * [r1245] lwgeom/lwgparse.c: fixed misplaced declaration after body
+         start
 
-2005-01-07 10:10  strk
+2005-01-07 10:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Dump(geometry) enabled
-         by default.
+       * [r1244] lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Dump(geometry)
+         enabled by default.
 
-2005-01-07 10:06  strk
+2005-01-07 10:06  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added Dump(geometry) doc
+       * [r1243] doc/postgis.xml: Added Dump(geometry) doc
 
-2005-01-07 10:04  strk
+2005-01-07 10:04  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_dump.c: cleanup
+       * [r1242] lwgeom/lwgeom_dump.c: cleanup
 
-2005-01-07 09:56  strk
+2005-01-07 09:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwcollection.c: fixed typo in error message
+       * [r1241] lwgeom/lwcollection.c: fixed typo in error message
 
-2005-01-07 09:56  strk
+2005-01-07 09:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwcollection.c: fixed typo in error message
+       * [r1240] lwgeom/lwcollection.c: fixed typo in error message
 
-2005-01-07 09:52  strk
+2005-01-07 09:52  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: JOINSEL disabled for builds against
-         pgsql<80
+       * [r1239] lwgeom/lwgeom_estimate.c: JOINSEL disabled for builds
+         against pgsql<80
 
-2005-01-07 00:58  strk
+2005-01-07 00:58  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_dump.c: Initial import
+       * [r1238] lwgeom/lwgeom_dump.c: Initial import
 
-2005-01-06 15:45  strk
+2005-01-06 15:45  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added MakePolygon documentation
+       * [r1237] doc/postgis.xml: Added MakePolygon documentation
 
-2005-01-06 15:34  strk
+2005-01-06 15:34  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added not about possible lost of simplicity()
-         using SnapToGrid(), added links to the function from there and
-         simplify()
+       * [r1236] doc/postgis.xml: Added not about possible lost of
+         simplicity() using SnapToGrid(), added links to the function from
+         there and simplify()
 
-2005-01-06 15:29  strk
+2005-01-06 15:29  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, lwgeom/lwgeom_functions_analytic.c,
+       * [r1235] doc/postgis.xml, lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwpostgis.sql.in: Renamed Apply_Grid to SnapToGrid,
          documented behaviour of collapsed geoms.
 
-2005-01-06 13:46  strk
+2005-01-06 13:46  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
-         makepolygon(geometry, geometry[])
+       * [r1234] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
+         Added makepolygon(geometry, geometry[])
 
-2005-01-06 13:45  strk
+2005-01-06 13:45  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h: forward declarations for
+       * [r1233] lwgeom/liblwgeom.h: forward declarations for
          lwpoly_from_lwlines(), ptarray_clone() and ptarray_isclosed2d()
 
-2005-01-06 13:45  strk
+2005-01-06 13:45  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpoly.c: Added lwpoly_from_lwlines()
+       * [r1232] lwgeom/lwpoly.c: Added lwpoly_from_lwlines()
 
-2005-01-06 13:44  strk
+2005-01-06 13:44  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/ptarray.c: Added ptarray_clone() and ptarray_isclosed2d()
+       * [r1231] lwgeom/ptarray.c: Added ptarray_clone() and
+         ptarray_isclosed2d()
 
-2005-01-06 09:38  strk
+2005-01-06 09:38  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added accum(geom) documentation
+       * [r1230] doc/postgis.xml: Added accum(geom) documentation
 
-2005-01-06 09:36  strk
+2005-01-06 09:36  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Added accom(geom) aggregate
+       * [r1229] lwgeom/lwpostgis.sql.in: Added accom(geom) aggregate
 
-2005-01-06 09:08  strk
+2005-01-06 09:08  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, lwgeom/lwpostgis.sql.in: Added apply_grid
-         wrappers.
+       * [r1228] doc/postgis.xml, lwgeom/lwpostgis.sql.in: Added
+         apply_grid wrappers.
 
-2005-01-06 08:51  strk
+2005-01-06 08:51  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_transform.c: Modified
-         transform() to always use PG_LWGEOM_construct entry point for
+       * [r1227] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_transform.c:
+         Modified transform() to always use PG_LWGEOM_construct entry
+         point for
          output (to support AUTOCACHE_BBOX).
 
-2005-01-06 01:10  pramsey
+2005-01-06 01:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fix spelling error
+       * [r1226] doc/postgis.xml: Fix spelling error
 
-2005-01-05 22:52  strk
+2005-01-05 22:52  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: updated Polygonize doc
+       * [r1225] doc/postgis.xml: updated Polygonize doc
 
-2005-01-05 22:48  strk
+2005-01-05 22:48  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c,
-         lwgeom/lwgeom_transform.c: Had translate compute bbox cache
-         translating input one if present.
+       * [r1224] lwgeom/BBOXCACHE_BEHAVIOURS,
+         lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_transform.c: Had
+         translate compute bbox cache translating input one if present.
          Cleanups.
 
-2005-01-05 22:11  strk
+2005-01-05 22:11  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_analytic.c:
-         Made apply_grid compute output bbox WHEN_SIMPLE (input bbox is
-         present)
+       * [r1223] lwgeom/BBOXCACHE_BEHAVIOURS,
+         lwgeom/lwgeom_functions_analytic.c: Made apply_grid compute
+         output bbox WHEN_SIMPLE (input bbox is present)
 
-2005-01-05 21:59  strk
+2005-01-05 21:59  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_analytic.c:
-         Simplify reworked to use LWGEOM abstraction (no more flattening
-         of input collection).
+       * [r1222] lwgeom/BBOXCACHE_BEHAVIOURS,
+         lwgeom/lwgeom_functions_analytic.c: Simplify reworked to use
+         LWGEOM abstraction (no more flattening of input collection).
 
-2005-01-05 17:08  strk
+2005-01-05 17:08  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added apply_grid doc
+       * [r1221] doc/postgis.xml: Added apply_grid doc
 
-2005-01-05 17:06  strk
+2005-01-05 17:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in:
-         Integrated apply_grid() contributed function.
+       * [r1220] lwgeom/lwgeom_functions_analytic.c,
+         lwgeom/lwpostgis.sql.in: Integrated apply_grid() contributed
+         function.
 
-2005-01-05 12:44  strk
+2005-01-05 12:44  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/liblwgeom.h,
+       * [r1219] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/liblwgeom.h,
          lwgeom/lwgeom_api.c, lwgeom/lwgeom_btree.c,
          lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
          for
          AUTOCACHE_BBOX.
 
-2005-01-05 10:06  strk
+2005-01-05 10:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_api.c: Added
+       * [r1218] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_api.c: Added
          AUTOCACHE_BBOX support in PG_LWGEOM_construct().
 
-2005-01-05 09:47  strk
+2005-01-05 09:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c,
-         lwgeom/lwgeom_pg.c: collect(geom, geom) and
-         collect_garray(geom[]) use WHEN_SIMPLE strategy
+       * [r1217] lwgeom/BBOXCACHE_BEHAVIOURS,
+         lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_pg.c:
+         collect(geom, geom) and collect_garray(geom[]) use WHEN_SIMPLE
+         strategy
          for bbox computation. pglwgeom_serialize() honour user's
          AUTOCACHE_BBOX
          define. BBOXCACHE_BEHAVIOURS updated.
 
-2005-01-03 17:51  strk
+2005-01-03 17:51  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: GEOSpolygonize returns
+       * [r1216] lwgeom/lwgeom_geos_wrapper.cpp: GEOSpolygonize returns
          GEOMETRYCOLLECTION instead of MULTIPOLYGON
 
-2005-01-03 15:00  strk
+2005-01-03 15:00  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: iscacheable patch from Carl Anderson
+       * [r1215] lwgeom/lwpostgis.sql.in: iscacheable patch from Carl
+         Anderson
 
-2004-12-31 13:11  strk
+2004-12-31 13:11  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: update ExteriorRing doc
+       * [r1214] doc/postgis.xml: update ExteriorRing doc
 
-2004-12-31 13:10  strk
+2004-12-31 13:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c: Made
+       * [r1213] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c: Made
          ExteriorRing use LWGEOM.
 
-2004-12-31 12:46  strk
+2004-12-31 12:46  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: update InteriorRingN doc
+       * [r1212] doc/postgis.xml: update InteriorRingN doc
 
-2004-12-31 12:44  strk
+2004-12-31 12:44  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c: GeometryN and
-         InteriorRingN changed to use LWGEOM format (and the
+       * [r1211] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c:
+         GeometryN and InteriorRingN changed to use LWGEOM format (and the
          latter made OGC-strict).
 
-2004-12-31 12:00  strk
+2004-12-31 12:00  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS: updated
+       * [r1210] lwgeom/BBOXCACHE_BEHAVIOURS: updated
 
-2004-12-31 11:39  strk
+2004-12-31 11:39  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: All output geoms serializzations
-         made using pglwgeom_serialize
+       * [r1209] lwgeom/lwgeom_functions_basic.c: All output geoms
+         serializzations made using pglwgeom_serialize
 
-2004-12-31 11:31  strk
+2004-12-31 11:31  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: fixed bugs in convexhull, made GEOS2POSTGIS
-         use pglwgeom_serialize
+       * [r1208] lwgeom/lwgeom_geos.c: fixed bugs in convexhull, made
+         GEOS2POSTGIS use pglwgeom_serialize
 
-2004-12-31 11:30  strk
+2004-12-31 11:30  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpoint.c: Fixed a bug in lwpoint_serialize_size
+       * [r1207] lwgeom/lwpoint.c: Fixed a bug in lwpoint_serialize_size
 
-2004-12-31 11:26  strk
+2004-12-31 11:26  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_pg.c: error messages and VARLENA handling cleanups
+       * [r1206] lwgeom/lwgeom_pg.c: error messages and VARLENA handling
+         cleanups
 
-2004-12-31 10:47  strk
+2004-12-31 10:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/BBOXCACHE_BEHAVIOURS: initial import
+       * [r1205] lwgeom/BBOXCACHE_BEHAVIOURS: initial import
 
-2004-12-31 10:35  strk
+2004-12-31 10:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: re-introduced G2P conversion profile for
-         convexhull (was missing from previous patch)
+       * [r1204] lwgeom/lwgeom_geos.c: re-introduced G2P conversion
+         profile for convexhull (was missing from previous patch)
 
-2004-12-31 10:28  strk
+2004-12-31 10:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Made convexhull use input bbox cache if any
-         for output geom.
+       * [r1203] lwgeom/lwgeom_geos.c: Made convexhull use input bbox
+         cache if any for output geom.
 
-2004-12-31 09:04  strk
+2004-12-31 09:04  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c, lwgeom/lwgeom_inout.c: Varlena handling
-         cleanups
+       * [r1202] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_inout.c: Varlena
+         handling cleanups
 
-2004-12-30 20:41  strk
+2004-12-30 20:41  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r1201] lwgeom/TODO: updated
 
-2004-12-30 20:36  strk
+2004-12-30 20:36  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Rewrote
-         GEOSCentroid() to pass exception using an input arg, and return
+       * [r1200] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp:
+         Rewrote GEOSCentroid() to pass exception using an input arg, and
+         return
          NULL for EMPTY geom.
 
-2004-12-30 16:08  strk
+2004-12-30 16:08  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c: Made parse_WKT_lwgeom (text::geometry) use
-         AUTOCACHE_BBOX heuristic, stricter use of PG text type
+       * [r1199] lwgeom/lwgeom_inout.c: Made parse_WKT_lwgeom
+         (text::geometry) use AUTOCACHE_BBOX heuristic, stricter use of PG
+         text type
 
-2004-12-30 15:59  strk
+2004-12-30 15:59  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_transform.c: Fixed
-         a bug in translate() and transform() leaving result geometries
-         with
+       * [r1198] lwgeom/lwgeom_functions_basic.c,
+         lwgeom/lwgeom_transform.c: Fixed a bug in translate() and
+         transform() leaving result geometries with
          the old bounding box cache.
 
-2004-12-30 15:58  strk
+2004-12-30 15:58  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added
+       * [r1197] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added
          compute_serialized_bbox_p() to always recomputed a geometry
          bounding box
 
-2004-12-30 15:11  strk
+2004-12-30 15:11  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Had LineFromMultiPoint make use
-         of input SRID
+       * [r1196] lwgeom/lwgeom_functions_basic.c: Had LineFromMultiPoint
+         make use of input SRID
 
-2004-12-30 14:44  strk
+2004-12-30 14:44  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config, lwgeom/Makefile, lwgeom/lwgeom_inout.c: Added
-         AUTOCACHE_BBOX variable, defaulting to 1.
+       * [r1195] Makefile.config, lwgeom/Makefile, lwgeom/lwgeom_inout.c:
+         Added AUTOCACHE_BBOX variable, defaulting to 1.
 
-2004-12-30 13:47  strk
+2004-12-30 13:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_inout.c:
-         Introduced bbox caching worth evaluation functions, honoured in
+       * [r1194] lwgeom/liblwgeom.h, lwgeom/lwgeom_geos.c,
+         lwgeom/lwgeom_inout.c: Introduced bbox caching worth evaluation
+         functions, honoured in
          LWGEOM_in, LWGEOMFromWKB, and GEOS2POSTGIS.
 
-2004-12-30 13:35  strk
+2004-12-30 13:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: Handled NULL returns from
+       * [r1193] lwgeom/lwgeom_geos_wrapper.cpp: Handled NULL returns from
          getCentroid making it an EMPTY GEOM
 
-2004-12-30 10:27  strk
+2004-12-30 10:27  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: Applied Carl Anderson patch for
-         LinearRing support.
+       * [r1192] lwgeom/lwgeom_geos_wrapper.cpp: Applied Carl Anderson
+         patch for LinearRing support.
 
-2004-12-30 10:27  strk
+2004-12-30 10:27  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config: USE_GEOS and USE_PROJ defaults switched to NO,
-         and made overridable via
+       * [r1191] Makefile.config: USE_GEOS and USE_PROJ defaults switched
+         to NO, and made overridable via
          environment.
 
-2004-12-30 10:24  strk
+2004-12-30 10:24  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/lwgeom_triggers.c,
+       * [r1190] lwgeom/Makefile, lwgeom/lwgeom_triggers.c,
          lwgeom/lwpostgis.sql.in: Added cache_bbox trigger
 
-2004-12-30 10:22  strk
+2004-12-30 10:22  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c, lwgeom/lwgeom_pg.h: moved some BBOX procs
-         signatures from lwgeom_inout.c to lwgeom_pg.h
+       * [r1189] lwgeom/lwgeom_inout.c, lwgeom/lwgeom_pg.h: moved some
+         BBOX procs signatures from lwgeom_inout.c to lwgeom_pg.h
 
-2004-12-30 10:21  strk
+2004-12-30 10:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: removed useless memory copies in
-         ndims(geom)
+       * [r1188] lwgeom/lwgeom_functions_basic.c: removed useless memory
+         copies in ndims(geom)
 
-2004-12-30 10:18  strk
+2004-12-30 10:18  Sandro Santilli <strk@keybit.net>
 
-       * doc/ZMSgeoms.txt: initial revision
+       * [r1187] doc/ZMSgeoms.txt: initial revision
 
-2004-12-28 09:23  strk
+2004-12-28 09:23  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: specified LineString input requirement for
-         StartPoint and LastPoint
+       * [r1186] doc/postgis.xml: specified LineString input requirement
+         for StartPoint and LastPoint
 
-2004-12-27 13:34  strk
+2004-12-27 13:34  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Expanded "GIS Objects" chapter adding
+       * [r1185] doc/postgis.xml: Expanded "GIS Objects" chapter adding
          OGC/PostGIS (E)WKT/B and canonical forms.
 
-2004-12-27 12:50  strk
+2004-12-27 12:50  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added HasBBOX() item
+       * [r1184] doc/postgis.xml: Added HasBBOX() item
 
-2004-12-27 09:59  strk
+2004-12-27 09:59  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
-         bool hasBBOX(geometry). Removed useless input copy in
+       * [r1183] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
+         Added bool hasBBOX(geometry). Removed useless input copy in
          zmflag(geometry).
 
-2004-12-23 14:48  strk
+2004-12-23 14:48  Sandro Santilli <strk@keybit.net>
 
-       * utils/test_joinestimation.pl: Fixed help string, and added a TODO
-         item
+       * [r1182] utils/test_joinestimation.pl: Fixed help string, and
+         added a TODO item
 
-2004-12-23 11:02  strk
+2004-12-23 11:02  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Updated <GEOM>FromWKB signatures to take bytea
-         instead of text,
+       * [r1181] doc/postgis.xml: Updated <GEOM>FromWKB signatures to take
+         bytea instead of text,
          Removed non-standard GeometryFromText references and substituted
          with OGC GeomFromText.
 
-2004-12-23 10:39  strk
+2004-12-23 10:39  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Adjusted some function refereces, added another
-         subsection for Geometry Output functions.
+       * [r1180] doc/postgis.xml: Adjusted some function refereces, added
+         another subsection for Geometry Output functions.
 
-2004-12-22 17:12  strk
+2004-12-22 17:12  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Added Mark Cave-Ayland implementation
-         of JOIN selectivity estimator.
+       * [r1179] lwgeom/lwgeom_estimate.c: Added Mark Cave-Ayland
+         implementation of JOIN selectivity estimator.
 
-2004-12-22 17:02  strk
+2004-12-22 17:02  Sandro Santilli <strk@keybit.net>
 
-       * utils/test_joinestimation.pl: initial revision
+       * [r1178] utils/test_joinestimation.pl: initial revision
 
-2004-12-22 10:32  strk
+2004-12-22 10:32  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c,
+       * [r1177] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c,
          lwgeom/lwpostgis.sql.in: GeomFromWKB() and GeometryFromText()
          issue a warning if provided formats
          are not OGC-strict. Introduced GeomFromEWKT() and GeomFromEWKB()
          for
          extended formats.
 
-2004-12-22 10:29  strk
+2004-12-22 10:29  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Drop useless SRID from geometry when
+       * [r1176] loader/pgsql2shp.c: Drop useless SRID from geometry when
          downloading EWKB format.
 
-2004-12-21 17:46  strk
+2004-12-21 17:46  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
+       * [r1175] doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h,
          lwgeom/lwpostgis.sql.in: Made asText and asBinary strict OGC
          conformant, introduced asEWKT and asEWKB
          for extended version outputs.
 
-2004-12-21 15:19  strk
+2004-12-21 15:19  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c, lwgeom/lwgparse.c, lwgeom/wktunparse.c:
-         Canonical binary reverted back to EWKB, now supporting SRID
-         inclusion.
+       * [r1174] lwgeom/lwgeom_inout.c, lwgeom/lwgparse.c,
+         lwgeom/wktunparse.c: Canonical binary reverted back to EWKB, now
+         supporting SRID inclusion.
 
-2004-12-21 15:17  strk
+2004-12-21 15:17  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: Made setSRID(geom, -1) actually *remove*
-         srid from LWGEOM.
+       * [r1173] lwgeom/lwgeom_api.c: Made setSRID(geom, -1) actually
+         *remove* srid from LWGEOM.
 
-2004-12-21 12:21  mcayland
+2004-12-21 12:21  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * lwgeom/lwgeom_estimate.c: Fixed bug in pass 4 where sample boxes
-         were referred as BOXs and not BOX2DFLOAT4. Also increased
-         SDFACTOR to 3.25
+       * [r1172] lwgeom/lwgeom_estimate.c: Fixed bug in pass 4 where
+         sample boxes were referred as BOXs and not BOX2DFLOAT4. Also
+         increased SDFACTOR to 3.25
 
-2004-12-21 12:04  strk
+2004-12-21 12:04  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
+       * [r1171] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
          lwgeom/lwgeom_ogc.c: Updated geom_accum to create *real* geometry
          arrays, changed aggregates
          using it accordingly. Fixed collect output type settings, and
          dropped
          CR/LF in lwgeom_functions_basic.c
 
-2004-12-21 11:25  strk
+2004-12-21 11:25  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwline.c: allocation for deserialized lwline made after
-         type checking
+       * [r1170] lwgeom/lwline.c: allocation for deserialized lwline made
+         after type checking
 
-2004-12-20 17:49  strk
+2004-12-20 17:49  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Added array element delimiter for type
-         geometry
+       * [r1169] lwgeom/lwpostgis.sql.in: Added array element delimiter
+         for type geometry
 
-2004-12-20 14:21  strk
+2004-12-20 14:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_ogc.c: SRID is no more skipped from asText output.
+       * [r1168] lwgeom/lwgeom_ogc.c: SRID is no more skipped from asText
+         output.
 
-2004-12-20 14:11  strk
+2004-12-20 14:11  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Created a new 'Geometry Editors' section.
+       * [r1167] doc/postgis.xml: Created a new 'Geometry Editors'
+         section.
 
-2004-12-20 14:02  strk
+2004-12-20 14:02  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added addBBOX() and dropBBOX() documentation.
+       * [r1166] doc/postgis.xml: Added addBBOX() and dropBBOX()
+         documentation.
 
-2004-12-20 14:01  strk
+2004-12-20 14:01  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added dropBBOX().
+       * [r1165] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
+         dropBBOX().
 
-2004-12-17 18:00  strk
+2004-12-17 18:00  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: LWGEOM_gist_joinsel defined for all PG
-         versions
+       * [r1164] lwgeom/lwgeom_estimate.c: LWGEOM_gist_joinsel defined for
+         all PG versions
 
-2004-12-17 18:00  strk
+2004-12-17 18:00  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Fixed call to geos_version.sh
+       * [r1163] lwgeom/Makefile: Fixed call to geos_version.sh
 
-2004-12-17 11:08  strk
+2004-12-17 11:08  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwgeom_inout.c,
-         lwgeom/lwgparse.c, lwgeom/wktparse.h, lwgeom/wktunparse.c: Moved
-         getMachineEndian from parser to liblwgeom.{h,c}.
+       * [r1162] lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
+         lwgeom/lwgeom_inout.c, lwgeom/lwgparse.c, lwgeom/wktparse.h,
+         lwgeom/wktunparse.c: Moved getMachineEndian from parser to
+         liblwgeom.{h,c}.
          Added XDR and NDR defines.
          Fixed all usage of them.
 
-2004-12-17 11:07  strk
+2004-12-17 11:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Added missing prototype
+       * [r1161] lwgeom/lwgeom_estimate.c: Added missing prototype
 
-2004-12-17 11:06  strk
+2004-12-17 11:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Added GEOSnoop stub for non-geos
+       * [r1160] lwgeom/lwgeom_geos.c: Added GEOSnoop stub for non-geos
          installations
 
-2004-12-17 10:10  strk
+2004-12-17 10:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added canonical
-         binary conversions as bytea<->geometry casts and
+       * [r1159] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
+         canonical binary conversions as bytea<->geometry casts and
          explicit _send and _recv for PG>73
 
-2004-12-17 10:10  strk
+2004-12-17 10:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgparse.c, lwgeom/wktparse.h: getMachineEndian exported
+       * [r1158] lwgeom/lwgparse.c, lwgeom/wktparse.h: getMachineEndian
+         exported
 
-2004-12-17 06:53  pramsey
+2004-12-17 06:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES, CREDITS, README.postgis, TODO: Changes in preparation
-         for 1.0.0RC1
+       * [r1157] CHANGES, CREDITS, README.postgis, TODO: Changes in
+         preparation for 1.0.0RC1
 
-2004-12-16 12:30  strk
+2004-12-16 12:30  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Initial skel for
-         geometry_send canonical binary rep.
+       * [r1155] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Initial
+         skel for geometry_send canonical binary rep.
 
-2004-12-16 12:07  strk
+2004-12-16 12:07  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: pg_restore-800 handling
+       * [r1154] utils/postgis_restore.pl: pg_restore-800 handling
 
-2004-12-15 13:10  strk
+2004-12-15 13:10  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added UpdateGeometrySRID documentation
+       * [r1152] doc/postgis.xml: Added UpdateGeometrySRID documentation
 
-2004-12-15 12:59  strk
+2004-12-15 12:59  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Enforced schema use in
+       * [r1151] lwgeom/lwpostgis.sql.in: Enforced schema use in
          UpdateGeometrySRID
 
-2004-12-15 12:54  strk
+2004-12-15 12:54  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Added UpdateGeometrySRID
+       * [r1150] lwgeom/lwpostgis.sql.in: Added UpdateGeometrySRID
 
-2004-12-15 09:46  strk
+2004-12-15 09:46  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated TODO
+       * [r1149] lwgeom/TODO: updated TODO
 
-2004-12-15 09:43  strk
+2004-12-15 09:43  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Die if target database exists
+       * [r1148] utils/postgis_restore.pl: Die if target database exists
 
-2004-12-15 08:46  strk
+2004-12-15 08:46  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Fixed memory leaks depending on input size.
+       * [r1145] loader/pgsql2shp.c: Fixed memory leaks depending on input
+         size.
 
-2004-12-14 11:41  strk
+2004-12-14 11:41  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.c: Fixed a bug in lwgeom_dropBBOX()
+       * [r1144] lwgeom/lwgeom.c: Fixed a bug in lwgeom_dropBBOX()
 
-2004-12-14 11:02  strk
+2004-12-14 11:02  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
+       * [r1143] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
          geometry::text cast.
 
-2004-12-14 09:47  strk
+2004-12-14 09:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Added SRID check in
+       * [r1142] lwgeom/lwgeom_functions_basic.c: Added SRID check in
          collect_garray();
 
-2004-12-14 09:37  strk
+2004-12-14 09:37  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwcollection.c: reduced function calls in
+       * [r1141] lwgeom/lwcollection.c: reduced function calls in
          lwcollection_serialize_size
 
-2004-12-14 09:29  strk
+2004-12-14 09:29  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: fixed a typo in polygonize function
+       * [r1140] lwgeom/lwgeom_geos.c: fixed a typo in polygonize function
 
-2004-12-13 14:12  strk
+2004-12-13 14:12  Sandro Santilli <strk@keybit.net>
 
-       * ., .cvsignore: updated
+       * [r1139] ., .cvsignore: updated
 
-2004-12-13 14:03  strk
+2004-12-13 14:03  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: Initial
-         skeleton on join selectivity estimator.
+       * [r1138] lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in:
+         Initial skeleton on join selectivity estimator.
          Current estimators application for box2d && box2d operator.
 
-2004-12-13 13:04  strk
+2004-12-13 13:04  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, lwgeom/Makefile: lwpostgis.sql copy moved from root to
-         lwgeom/Makefile
+       * [r1137] Makefile, lwgeom/Makefile: lwpostgis.sql copy moved from
+         root to lwgeom/Makefile
 
-2004-12-13 12:56  strk
+2004-12-13 12:56  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Handled more schema specification in
-         800 pg_restore output.
+       * [r1136] utils/postgis_restore.pl: Handled more schema
+         specification in 800 pg_restore output.
 
-2004-12-13 12:25  strk
+2004-12-13 12:25  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c, lwgeom/lwgeom_estimate.c: Removed obsoleted
-         function and fixed some warnings.
+       * [r1135] lwgeom/lwgeom_api.c, lwgeom/lwgeom_estimate.c: Removed
+         obsoleted function and fixed some warnings.
 
-2004-12-10 22:20  strk
+2004-12-10 22:20  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added notice about availability of shorter
-         syntax for estimated_extent()
+       * [r1131] doc/postgis.xml: Added notice about availability of
+         shorter syntax for estimated_extent()
 
-2004-12-10 22:16  strk
+2004-12-10 22:16  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added estimated_extent() doc.
+       * [r1130] doc/postgis.xml: Added estimated_extent() doc.
 
-2004-12-10 12:35  strk
+2004-12-10 12:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: implemented
-         estimated_extent() function
+       * [r1129] lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in:
+         implemented estimated_extent() function
 
-2004-12-09 09:42  strk
+2004-12-09 09:42  Sandro Santilli <strk@keybit.net>
 
-       * examples/wkb_reader, examples/wkb_reader/.cvsignore,
+       * [r1128] examples/wkb_reader, examples/wkb_reader/.cvsignore,
          examples/wkb_reader/Makefile, examples/wkb_reader/printwkb.c,
          examples/wkb_reader/printwkb.inc, examples/wkb_reader/readwkb.c,
          examples/wkb_reader/wkbtest.h: Adjusted to work with new bytea
          WKB encoding, only supports 2d/3dz.
 
-2004-12-08 14:46  strk
+2004-12-08 14:46  Sandro Santilli <strk@keybit.net>
 
-       * examples/wkb_reader/README: updated
+       * [r1127] examples/wkb_reader/README: updated
 
-2004-12-05 11:46  strk
+2004-12-05 11:46  Sandro Santilli <strk@keybit.net>
 
-       * examples/ogc_test_suite, examples/ogc_test_suite/.cvsignore,
+       * [r1126] examples/ogc_test_suite,
+         examples/ogc_test_suite/.cvsignore,
          examples/ogc_test_suite/Makefile: Initial revision
 
-2004-12-05 11:45  strk
+2004-12-05 11:45  Sandro Santilli <strk@keybit.net>
 
-       * examples/ogc_test_suite/3_cleanup.sql: commented out drops of
-         unexistant tables
+       * [r1125] examples/ogc_test_suite/3_cleanup.sql: commented out
+         drops of unexistant tables
 
-2004-12-05 11:44  strk
+2004-12-05 11:44  Sandro Santilli <strk@keybit.net>
 
-       * examples/ogc_test_suite/1_schema.sql: Changed AddGeometryColumns
-         to not complain about invalid schema
+       * [r1124] examples/ogc_test_suite/1_schema.sql: Changed
+         AddGeometryColumns to not complain about invalid schema
 
-2004-11-29 16:37  strk
+2004-11-29 16:37  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/misures.c: Fixed a bug in pt_in_ring_2d.
+       * [r1123] lwgeom/misures.c: Fixed a bug in pt_in_ring_2d.
 
-2004-11-29 11:16  strk
+2004-11-29 11:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Commented out useless CFLAGS override.
+       * [r1122] lwgeom/Makefile: Commented out useless CFLAGS override.
 
-2004-11-29 11:15  strk
+2004-11-29 11:15  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Some initializzations to make compiler
-         happy.
+       * [r1121] lwgeom/lwgeom_geos.c: Some initializzations to make
+         compiler happy.
 
-2004-11-26 17:08  strk
+2004-11-26 17:08  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/regress: Removed duplicated tests
+       * [r1120] lwgeom/regress: Removed duplicated tests
 
-2004-11-26 17:06  strk
+2004-11-26 17:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/regress/lwgeom_regress.sql,
+       * [r1119] lwgeom/regress/lwgeom_regress.sql,
          lwgeom/regress/lwgeom_regress2.sql,
          lwgeom/regress/lwgeom_regress2_expected,
          lwgeom/regress/lwgeom_regress_expected,
          regress/run_lwgeom_regress: Moved basic LWGEOM parsing tests in
          mainstream regress dir.
 
-2004-11-26 16:54  strk
+2004-11-26 16:54  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/regress/lwgeom_regress.sql,
+       * [r1118] lwgeom/regress/lwgeom_regress.sql,
          lwgeom/regress/lwgeom_regress_expected,
          lwgeom/regress/run_regress: First regress test cleaned up.
 
-2004-11-26 16:26  strk
+2004-11-26 16:26  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress_index.sql, regress/regress_index_expected,
+       * [r1117] regress/regress_index.sql,
+         regress/regress_index_expected,
          regress/regress_lots_of_points.sql, regress/run_index_regress,
          regress/run_regress: Ported index regress test to lwgeom
 
-2004-11-26 15:52  strk
+2004-11-26 15:52  Sandro Santilli <strk@keybit.net>
 
-       * regress/README: Added regressions test notes
+       * [r1116] regress/README: Added regressions test notes
 
-2004-11-26 15:50  strk
+2004-11-26 15:50  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected,
+       * [r1115] regress/regress.sql, regress/regress_expected,
          regress/regress_index_out, regress/regress_out,
          regress/run_regress: Finished cleanup of main regression test.
 
-2004-11-26 15:06  strk
+2004-11-26 15:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwcollection.c: lwcollection_same allows different
+       * [r1114] lwgeom/lwcollection.c: lwcollection_same allows different
          components ordering to
          reflect older behaviour.
 
-2004-11-26 14:56  strk
+2004-11-26 14:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwcollection.c: Cleanup
+       * [r1113] lwgeom/lwcollection.c: Cleanup
 
-2004-11-26 14:55  strk
+2004-11-26 14:55  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwcollection.c: Fixed a bug in lwcollection_same
+       * [r1112] lwgeom/lwcollection.c: Fixed a bug in lwcollection_same
 
-2004-11-26 13:04  strk
+2004-11-26 13:04  Sandro Santilli <strk@keybit.net>
 
-       * regress/regress.sql, regress/regress_expected,
+       * [r1111] regress/regress.sql, regress/regress_expected,
          regress/regress_out, regress/run_regress: Initial regress tests
          adaptation for lwgeom
 
-2004-11-23 16:16  strk
+2004-11-23 16:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: POSTGIS2GEOS conversion failures handled
-         cleanier
+       * [r1109] lwgeom/lwgeom_geos.c: POSTGIS2GEOS conversion failures
+         handled cleanier
 
-2004-11-19 17:39  strk
+2004-11-19 17:39  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Massaged to work with pg_dump-7.2 and
-         pg_restore-7.2
+       * [r1107] utils/postgis_restore.pl: Massaged to work with
+         pg_dump-7.2 and pg_restore-7.2
 
-2004-11-19 17:29  strk
+2004-11-19 17:29  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_gml.c: precision made of type signed int (for %.*d
-         correct use).
+       * [r1106] lwgeom/lwgeom_gml.c: precision made of type signed int
+         (for %.*d correct use).
 
-2004-11-19 13:48  strk
+2004-11-19 13:48  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Added support for PG<73 in gist support
-         functions
+       * [r1105] lwgeom/lwpostgis.sql.in: Added support for PG<73 in gist
+         support functions
          and modified preprocessor flags to be compatible with older
          versions.
 
-2004-11-19 13:32  strk
+2004-11-19 13:32  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Fixed IN/OUT representation of types to
-         support < 73 PG versions
+       * [r1104] lwgeom/lwpostgis.sql.in: Fixed IN/OUT representation of
+         types to support < 73 PG versions
 
-2004-11-18 18:16  strk
+2004-11-18 18:16  Sandro Santilli <strk@keybit.net>
 
-       * loader/TODO: updated
+       * [r1103] loader/TODO: updated
 
-2004-11-18 18:14  strk
+2004-11-18 18:14  Sandro Santilli <strk@keybit.net>
 
-       * loader/Makefile, loader/PQunescapeBytea.c, loader/compat.h,
-         loader/pgsql2shp.c: Added a copy of the PQunescapeBytea function
-         found in libpq of PG>=73
+       * [r1102] loader/Makefile, loader/PQunescapeBytea.c,
+         loader/compat.h, loader/pgsql2shp.c: Added a copy of the
+         PQunescapeBytea function found in libpq of PG>=73
 
-2004-11-18 13:47  strk
+2004-11-18 13:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: Substituted isfinite() with
-         finite().
+       * [r1101] lwgeom/lwgeom_geos_wrapper.cpp: Substituted isfinite()
+         with finite().
 
-2004-11-17 15:28  strk
+2004-11-17 15:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: Yet another GEOSHasZ bug fix
+       * [r1100] lwgeom/lwgeom_geos_wrapper.cpp: Yet another GEOSHasZ bug
+         fix
 
-2004-11-17 15:18  strk
+2004-11-17 15:18  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: GEOSHasZ now checks both
+       * [r1099] lwgeom/lwgeom_geos_wrapper.cpp: GEOSHasZ now checks both
          DoubleNotANumber and isFinite
 
-2004-11-17 09:07  strk
+2004-11-17 09:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: Changes GEOSHasZ to use
+       * [r1098] lwgeom/lwgeom_geos_wrapper.cpp: Changes GEOSHasZ to use
          isfinite()
 
-2004-11-17 07:57  strk
+2004-11-17 07:57  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Fixed a typo in geometry type names.
+       * [r1097] doc/postgis.xml: Fixed a typo in geometry type names.
 
-2004-11-16 13:54  strk
+2004-11-16 13:54  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: SRID checks and enforce for all GEOS
-         operations.
+       * [r1096] lwgeom/lwgeom_geos.c: SRID checks and enforce for all
+         GEOS operations.
          Z value handled so to show it only when available.
 
-2004-11-16 13:52  strk
+2004-11-16 13:52  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: Added GEOSHasZ() and
+       * [r1095] lwgeom/lwgeom_geos_wrapper.cpp: Added GEOSHasZ() and
          GEOSSetSRID()
 
-2004-11-15 10:51  strk
+2004-11-15 10:51  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Fixed a bug in PIP invocation, added some
-         debugging lines.
+       * [r1094] loader/shp2pgsql.c: Fixed a bug in PIP invocation, added
+         some debugging lines.
 
-2004-11-13 01:47  pramsey
+2004-11-13 01:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/ogc_test_suite/README: Add information about where test
-         was downloaded from.
+       * [r1093] examples/ogc_test_suite/README: Add information about
+         where test was downloaded from.
 
-2004-11-12 18:13  strk
+2004-11-12 18:13  Sandro Santilli <strk@keybit.net>
 
-       * examples/ogc_test_suite/3_cleanup.sql: Deleted entries in
+       * [r1092] examples/ogc_test_suite/3_cleanup.sql: Deleted entries in
          spatial_ref_sys and geometry_columns.
 
-2004-11-12 17:50  strk
+2004-11-12 17:50  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_ogc.c: Made PointN, InteriorRingN and GeometryN
-         1-based as required by
+       * [r1091] lwgeom/lwgeom_ogc.c: Made PointN, InteriorRingN and
+         GeometryN 1-based as required by
          OGC conformance suite.
 
-2004-11-11 21:29  pramsey
+2004-11-11 21:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/Makefile: Added grep -v ^# to cpp pipeline for .sql
-         generation. Under OS/X cpp adds a
+       * [r1090] lwgeom/Makefile: Added grep -v ^# to cpp pipeline for
+         .sql generation. Under OS/X cpp adds a
          header with a # comment field to the start of the output file.
 
-2004-11-11 09:42  strk
+2004-11-11 09:42  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS: updated
+       * [r1089] lwgeom/MISSING_OBJECTS: updated
 
-2004-11-08 11:08  strk
+2004-11-08 11:08  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Added -fPIC to CFLAGS as suggested by Vincent
-         Schut.
+       * [r1086] lwgeom/Makefile: Added -fPIC to CFLAGS as suggested by
+         Vincent Schut.
 
-2004-11-05 11:44  strk
+2004-11-05 11:44  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r1085] lwgeom/TODO: updated
 
-2004-11-05 11:44  strk
+2004-11-05 11:44  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: Had isvalid raise a NOTICE with
-         invalidity message.
+       * [r1084] lwgeom/lwgeom_geos_wrapper.cpp: Had isvalid raise a
+         NOTICE with invalidity message.
 
-2004-11-05 10:04  strk
+2004-11-05 10:04  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r1083] lwgeom/TODO: updated
 
-2004-11-05 08:16  strk
+2004-11-05 08:16  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, lwgeom/TODO, lwgeom/lwgeom_functions_basic.c,
-         lwgeom/lwpostgis.sql.in: Added ndims(geometry) function, used in
-         a 3rd constraint set
+       * [r1082] doc/postgis.xml, lwgeom/TODO,
+         lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
+         ndims(geometry) function, used in a 3rd constraint set
          by AddGeometryColumn, documented.
 
-2004-11-04 11:40  strk
+2004-11-04 11:40  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_estimate.c, lwgeom/misures.c:
-         Renamed max/min/avg macros to LW_MAX, LW_MIN, LW_AVG.
+       * [r1081] lwgeom/liblwgeom.h, lwgeom/lwgeom_estimate.c,
+         lwgeom/misures.c: Renamed max/min/avg macros to LW_MAX, LW_MIN,
+         LW_AVG.
 
-2004-11-04 09:18  strk
+2004-11-04 09:18  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, lwgeom/Makefile, lwgeom/lwpostgis.sql.in,
+       * [r1080] Makefile, lwgeom/Makefile, lwgeom/lwpostgis.sql.in,
          lwpostgis.sql.in: Oops.. my attemt at moving lwpostgis.sql.in one
          dir up was bogus.
 
-2004-11-04 08:56  strk
+2004-11-04 08:56  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, lwgeom/Makefile, lwgeom/lwpostgis.sql.in,
+       * [r1079] Makefile, lwgeom/Makefile, lwgeom/lwpostgis.sql.in,
          lwpostgis.sql.in: Moved lwpostgis.sql.in and it's build logic up
          to root directory.
 
-2004-11-02 17:53  strk
+2004-11-02 17:53  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h: Fixed "compat.h" include to be local.
+       * [r1078] lwgeom/liblwgeom.h: Fixed "compat.h" include to be local.
 
-2004-11-02 16:48  strk
+2004-11-02 16:48  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/compat.h, lwgeom/liblwgeom.c,
+       * [r1077] lwgeom/Makefile, lwgeom/compat.h, lwgeom/liblwgeom.c,
          lwgeom/liblwgeom.h, lwgeom/lwgeom_pg.c, lwgeom/vsprintf.c: Added
          a copy of GNU vsprintf.c file and compiled in.
 
-2004-11-02 15:59  strk
+2004-11-02 15:59  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h: min/max macro made available regardless of
-         MINGW32 define.
+       * [r1076] lwgeom/liblwgeom.h: min/max macro made available
+         regardless of MINGW32 define.
 
-2004-11-02 07:50  strk
+2004-11-02 07:50  Sandro Santilli <strk@keybit.net>
 
-       * spatial_ref_sys.sql: Updated as suggested by Frank Warmerdam.
+       * [r1074] spatial_ref_sys.sql: Updated as suggested by Frank
+         Warmerdam.
 
-2004-11-02 07:25  strk
+2004-11-02 07:25  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Fixed a typo in probe_geometry_columns()
-         reported by Vinko Vrsalovic.
+       * [r1073] lwgeom/lwpostgis.sql.in: Fixed a typo in
+         probe_geometry_columns() reported by Vinko Vrsalovic.
 
-2004-10-29 05:28  strk
+2004-10-29 05:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r1072] lwgeom/TODO: updated
 
-2004-10-29 05:27  strk
+2004-10-29 05:27  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Fixed bug in AddGeometryColumn refusing
-         to add 4D geoms.
+       * [r1071] lwgeom/lwpostgis.sql.in: Fixed bug in AddGeometryColumn
+         refusing to add 4D geoms.
 
-2004-10-28 16:48  strk
+2004-10-28 16:48  Sandro Santilli <strk@keybit.net>
 
-       * loader/TODO: Initial local TODO
+       * [r1070] loader/TODO: Initial local TODO
 
-2004-10-28 16:28  strk
+2004-10-28 16:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/stringBuffer.c: header inclusion cleanup
+       * [r1069] lwgeom/stringBuffer.c: header inclusion cleanup
 
-2004-10-28 16:25  strk
+2004-10-28 16:25  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c: Fixed bug in debugguing output
+       * [r1068] lwgeom/lwgeom_inout.c: Fixed bug in debugguing output
 
-2004-10-28 16:24  strk
+2004-10-28 16:24  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c: removed LF
+       * [r1067] lwgeom/lwgeom_inout.c: removed LF
 
-2004-10-28 16:23  strk
+2004-10-28 16:23  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/lwgeom_geos_wrapper.cpp,
+       * [r1066] lwgeom/Makefile, lwgeom/lwgeom_geos_wrapper.cpp,
          lwgeom/lwgeom_gml.c: More cleanups.
 
-2004-10-28 16:13  strk
+2004-10-28 16:13  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_geos.c: cleanups.
+       * [r1065] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_geos.c:
+         cleanups.
 
-2004-10-28 16:10  strk
+2004-10-28 16:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgparse.c: Made data structurs old-compilers-friendly.
+       * [r1064] lwgeom/lwgparse.c: Made data structurs
+         old-compilers-friendly.
 
-2004-10-28 16:10  strk
+2004-10-28 16:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_gml.c: Fixed a bug in LWGEOM_asGML.
+       * [r1063] lwgeom/lwgeom_gml.c: Fixed a bug in LWGEOM_asGML.
 
-2004-10-28 15:40  strk
+2004-10-28 15:40  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: Fixed geos-based opPolygonize
-         include.
+       * [r1062] lwgeom/lwgeom_geos_wrapper.cpp: Fixed geos-based
+         opPolygonize include.
 
-2004-10-28 09:38  strk
+2004-10-28 09:38  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
+       * [r1061] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
          Cleanups.
 
-2004-10-28 09:29  strk
+2004-10-28 09:29  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
+       * [r1060] doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwpostgis.sql.in: Added makeline(point, point). Changed
          LineFromMultiPoint definition.
 
-2004-10-28 09:00  strk
+2004-10-28 09:00  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, lwgeom/liblwgeom.h,
+       * [r1059] doc/postgis.xml, lwgeom/liblwgeom.h,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_pg.c,
          lwgeom/lwgeom_pg.h, lwgeom/lwline.c, lwgeom/lwpostgis.sql.in,
          lwgeom/ptarray.c: Added AddPoint(line, point, [position]) and
          support API functions.
 
-2004-10-28 07:56  strk
+2004-10-28 07:56  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, lwgeom/lwpostgis.sql.in: fixed name of line
-         constructor as documentation reports it.
+       * [r1058] doc/postgis.xml, lwgeom/lwpostgis.sql.in: fixed name of
+         line constructor as documentation reports it.
          LineFromMultiPoint().
 
-2004-10-28 07:45  strk
+2004-10-28 07:45  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
+       * [r1057] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
          collect(geometry, geometry) re-introduced. collector() is an
          alias for collect().
 
-2004-10-27 15:40  strk
+2004-10-27 15:40  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, lwgeom/lwgeom_box2dfloat4.c,
+       * [r1056] doc/postgis.xml, lwgeom/lwgeom_box2dfloat4.c,
          lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_pg.h,
          lwgeom/lwpostgis.sql.in: Added MakeBox2D, MakeBox3D
          implementation and documentation.
 
-2004-10-27 15:19  strk
+2004-10-27 15:19  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, lwgeom/lwgeom_geos.c, lwgeom/lwpostgis.sql.in:
-         MakePoly renamed to Polygonize
+       * [r1055] doc/postgis.xml, lwgeom/lwgeom_geos.c,
+         lwgeom/lwpostgis.sql.in: MakePoly renamed to Polygonize
 
-2004-10-27 15:09  strk
+2004-10-27 15:09  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r1054] lwgeom/TODO: updated
 
-2004-10-27 14:28  strk
+2004-10-27 14:28  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added constructors docs and intial organizzation
-         for postgis extension functions.
+       * [r1052] doc/postgis.xml: Added constructors docs and intial
+         organizzation for postgis extension functions.
 
-2004-10-27 13:35  strk
+2004-10-27 13:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Unset debug
-         define.
+       * [r1051] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp:
+         Unset debug define.
 
-2004-10-27 12:30  strk
+2004-10-27 12:30  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_svg.c: AsSVG returns NULL on GEOMETRY COLLECTION
-         input.
+       * [r1049] lwgeom/lwgeom_svg.c: AsSVG returns NULL on GEOMETRY
+         COLLECTION input.
 
-2004-10-27 11:06  strk
+2004-10-27 11:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r1048] lwgeom/TODO: updated
 
-2004-10-27 11:05  strk
+2004-10-27 11:05  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Added
-         polygonize interface (makepoly aggregate)
+       * [r1047] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp:
+         Added polygonize interface (makepoly aggregate)
 
-2004-10-27 11:02  strk
+2004-10-27 11:02  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Removed another getbox2d() call.
+       * [r1046] lwgeom/lwgeom_estimate.c: Removed another getbox2d()
+         call.
 
-2004-10-27 10:55  strk
+2004-10-27 10:55  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: Fixed fix_geometry_columns() to leave
-         correctly linked records untouched.
+       * [r1045] lwgeom/lwpostgis.sql.in: Fixed fix_geometry_columns() to
+         leave correctly linked records untouched.
 
-2004-10-26 16:48  strk
+2004-10-26 16:48  Sandro Santilli <strk@keybit.net>
 
-       * geos_version.sh: Bug fix in GEOS version extractor.
+       * [r1042] geos_version.sh: Bug fix in GEOS version extractor.
 
-2004-10-25 17:07  strk
+2004-10-25 17:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
+       * [r1041] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
          lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_gist.c: Obsoleted
          getbox2d(). Use getbox2d_p() or getbox2d_internal() instead.
 
-2004-10-25 15:31  strk
+2004-10-25 15:31  Sandro Santilli <strk@keybit.net>
 
-       * geos_version.sh: portable math expressions.
+       * [r1040] geos_version.sh: portable math expressions.
 
-2004-10-25 14:20  strk
+2004-10-25 14:20  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_svg.c: Y axis reverse and relative path fixes from
-         Olivier Courtin.
+       * [r1039] lwgeom/lwgeom_svg.c: Y axis reverse and relative path
+         fixes from Olivier Courtin.
 
-2004-10-25 12:27  strk
+2004-10-25 12:27  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c, lwgeom/wktunparse.c: Removed useless
-         network type includes,
+       * [r1038] lwgeom/lwgeom_inout.c, lwgeom/wktunparse.c: Removed
+         useless network type includes,
          Added param.h include for BYTE_ORDER defines under win32.
 
-2004-10-21 19:48  strk
+2004-10-21 19:48  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.c, lwgeom/wktunparse.c: Stricter syntax fixes.
-         Reported by S�bastien NICAISE <snicaise@iciatechnologies.com>
+       * [r1037] lwgeom/lwgeom.c, lwgeom/wktunparse.c: Stricter syntax
+         fixes. Reported by S�bastien NICAISE
+         <snicaise@iciatechnologies.com>
 
-2004-10-21 19:47  strk
+2004-10-21 19:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r1036] lwgeom/TODO: updated
 
-2004-10-21 19:46  strk
+2004-10-21 19:46  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwcollection.c: ZMflags check on costituent geometries
-         only performed when there is
+       * [r1035] lwgeom/lwcollection.c: ZMflags check on costituent
+         geometries only performed when there is
          at least one.
 
-2004-10-21 19:45  strk
+2004-10-21 19:45  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Added detect_geos_version in all: rule
+       * [r1034] lwgeom/Makefile: Added detect_geos_version in all: rule
 
-2004-10-18 11:35  strk
+2004-10-18 11:35  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added reverse(geometry) and ForceRHR(geometry)
-         documentation.
+       * [r1033] doc/postgis.xml: Added reverse(geometry) and
+         ForceRHR(geometry) documentation.
 
-2004-10-18 11:29  strk
+2004-10-18 11:29  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: makeline_from_multipoint renamed to
-         line_from_multipoint
+       * [r1032] lwgeom/lwpostgis.sql.in: makeline_from_multipoint renamed
+         to line_from_multipoint
 
-2004-10-18 09:37  strk
+2004-10-18 09:37  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r1031] lwgeom/TODO: updated
 
-2004-10-17 13:25  strk
+2004-10-17 13:25  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: removed USE_WKB partially-used define
+       * [r1030] loader/shp2pgsql.c: removed USE_WKB partially-used define
 
-2004-10-17 13:24  strk
+2004-10-17 13:24  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: HEXWKB polygon
+       * [r1029] loader/shp2pgsql.c: HEXWKB polygon
 
-2004-10-17 13:01  strk
+2004-10-17 13:01  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r1028] lwgeom/TODO: updated
 
-2004-10-17 12:59  strk
+2004-10-17 12:59  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: HEXWKB multiline output
+       * [r1027] loader/shp2pgsql.c: HEXWKB multiline output
 
-2004-10-17 12:51  strk
+2004-10-17 12:51  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwline.c: Fixed a bug in lwline_serialize_buf preventing
-         dimension override
+       * [r1026] lwgeom/lwline.c: Fixed a bug in lwline_serialize_buf
+         preventing dimension override
 
-2004-10-17 12:43  strk
+2004-10-17 12:43  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwline.c: Fixed a debugging function output bug
+       * [r1025] lwgeom/lwline.c: Fixed a debugging function output bug
 
-2004-10-17 12:26  strk
+2004-10-17 12:26  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Point and MultiPoint loaded using HEXWKB.
+       * [r1024] loader/shp2pgsql.c: Point and MultiPoint loaded using
+         HEXWKB.
 
-2004-10-17 12:16  strk
+2004-10-17 12:16  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: fixed prototype for user query table
+       * [r1022] loader/pgsql2shp.c: fixed prototype for user query table
 
-2004-10-17 12:15  strk
+2004-10-17 12:15  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Bug fixed in multipoint4D creation
+       * [r1020] loader/pgsql2shp.c: Bug fixed in multipoint4D creation
 
-2004-10-15 22:02  strk
+2004-10-15 22:02  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r1019] lwgeom/TODO: updated
 
-2004-10-15 22:01  strk
+2004-10-15 22:01  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Initial WKB functionalities
+       * [r1018] loader/shp2pgsql.c: Initial WKB functionalities
 
-2004-10-15 16:21  strk
+2004-10-15 16:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwgeom.h,
+       * [r1017] lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwgeom.h,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
          lwgeom/lwpostgis.sql.in: makeline_from_multipoint() implemented
          and exposed.
 
-2004-10-15 15:25  strk
+2004-10-15 15:25  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r1016] lwgeom/TODO: updated
 
-2004-10-15 15:21  strk
+2004-10-15 15:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwline.c: Fixed a bug in outputput dimension detection for
-         makeline()
+       * [r1015] lwgeom/lwline.c: Fixed a bug in outputput dimension
+         detection for makeline()
 
-2004-10-15 15:01  strk
+2004-10-15 15:01  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r1014] lwgeom/TODO: updated
 
-2004-10-15 15:00  strk
+2004-10-15 15:00  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Added debugging lines
+       * [r1013] lwgeom/lwgeom_functions_basic.c: Added debugging lines
 
-2004-10-15 15:00  strk
+2004-10-15 15:00  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwline.c: Fixed a bug in make_lwline
+       * [r1012] lwgeom/lwline.c: Fixed a bug in make_lwline
 
-2004-10-15 11:52  strk
+2004-10-15 11:52  Sandro Santilli <strk@keybit.net>
 
-       * TODO, lwgeom/TODO: updated
+       * [r1011] TODO, lwgeom/TODO: updated
 
-2004-10-15 11:48  strk
+2004-10-15 11:48  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_svg.c: Fixed a bug making asSVG return a spurious
-         char at the end.
+       * [r1009] lwgeom/lwgeom_svg.c: Fixed a bug making asSVG return a
+         spurious char at the end.
 
-2004-10-15 11:42  strk
+2004-10-15 11:42  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom.h,
+       * [r1008] lwgeom/liblwgeom.h, lwgeom/lwgeom.h,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
          lwgeom/lwpostgis.sql.in, lwgeom/ptarray.c: Added makeline()
          aggregate and make_lwline() API method.
 
-2004-10-15 09:44  strk
+2004-10-15 09:44  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: updated AsSVG doc
+       * [r1007] doc/postgis.xml: updated AsSVG doc
 
-2004-10-15 09:41  strk
+2004-10-15 09:41  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_svg.c: changed precision semantic back to number of
-         decimal digits
+       * [r1006] lwgeom/lwgeom_svg.c: changed precision semantic back to
+         number of decimal digits
 
-2004-10-15 09:41  strk
+2004-10-15 09:41  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.c, lwgeom/liblwgeom.h: Added a trailing zeros
-         trimmer
+       * [r1005] lwgeom/liblwgeom.c, lwgeom/liblwgeom.h: Added a trailing
+         zeros trimmer
 
-2004-10-15 08:26  strk
+2004-10-15 08:26  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Fixed handling of mixed dimensioned
+       * [r1004] loader/pgsql2shp.c: Fixed handling of mixed dimensioned
          geometries in source table.
 
-2004-10-15 07:35  strk
+2004-10-15 07:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/wktunparse.c: Fixed a bug introduced by me (byteorder
-         skipped for inner geoms in WKB)
+       * [r1003] lwgeom/wktunparse.c: Fixed a bug introduced by me
+         (byteorder skipped for inner geoms in WKB)
 
-2004-10-14 10:28  strk
+2004-10-14 10:28  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Updated pgsql2shp documentation.
+       * [r1001] doc/postgis.xml: Updated pgsql2shp documentation.
 
-2004-10-14 09:59  strk
+2004-10-14 09:59  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Added support for user query (replacing
-         schema.table)
+       * [r999] loader/pgsql2shp.c: Added support for user query
+         (replacing schema.table)
 
-2004-10-13 19:33  strk
+2004-10-13 19:33  Sandro Santilli <strk@keybit.net>
 
-       * TODO: updated
+       * [r998] TODO: updated
 
-2004-10-13 19:32  strk
+2004-10-13 19:32  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added third buffer arg expanation
+       * [r996] doc/postgis.xml: Added third buffer arg expanation
 
-2004-10-13 18:49  strk
+2004-10-13 18:49  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: fixed arg number in buffer third arg
+       * [r994] lwgeom/lwgeom_geos.c: fixed arg number in buffer third arg
 
-2004-10-13 18:39  strk
+2004-10-13 18:39  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp,
+       * [r993] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp,
          lwgeom/lwpostgis.sql.in: Added a third argument to the buffer()
          function.
 
-2004-10-13 17:21  strk
+2004-10-13 17:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Dropped
-         SRID argument from point constructor.
+       * [r992] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
+         Dropped SRID argument from point constructor.
          Unified procedure name to 'makepoint' for 2d,3dz,4d and
          'makepointm' for 3dm.
 
-2004-10-13 15:20  strk
+2004-10-13 15:20  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r991] lwgeom/TODO: updated
 
-2004-10-13 15:19  strk
+2004-10-13 15:19  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c,
+       * [r990] lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwpostgis.sql.in: Added point constructors PG funx.
 
-2004-10-13 14:26  strk
+2004-10-13 14:26  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom.h, lwgeom/lwpoint.c,
+       * [r989] lwgeom/liblwgeom.h, lwgeom/lwgeom.h, lwgeom/lwpoint.c,
          lwgeom/test.c: Added simpler lwpoint constructors.
 
-2004-10-11 14:36  strk
+2004-10-11 14:36  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r986] lwgeom/TODO: updated
 
-2004-10-11 14:34  strk
+2004-10-11 14:34  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Added endiannes specification for
+       * [r985] loader/pgsql2shp.c: Added endiannes specification for
          postgis-1.0.0+
 
-2004-10-11 14:03  strk
+2004-10-11 14:03  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
+       * [r984] lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
          lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h,
          lwgeom/lwpostgis.sql.in, lwgeom/test.c, lwgeom/wktparse.h,
          lwgeom/wktunparse.c: Added endiannes specification to
          unparse_WKB, AsBinary, lwgeom_to_wkb.
 
-2004-10-11 12:23  strk
+2004-10-11 12:23  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Added test.o to cleanup list
+       * [r983] lwgeom/Makefile: Added test.o to cleanup list
 
-2004-10-11 12:23  strk
+2004-10-11 12:23  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r982] lwgeom/TODO: updated
 
-2004-10-11 11:53  strk
+2004-10-11 11:53  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c,
+       * [r981] lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c,
          lwgeom/misures.c: Moved misuring functions to misures.c (from
          lwgeom_functions_basic.c).
          Added -lm to build line for the API test application.
 
-2004-10-11 11:46  strk
+2004-10-11 11:46  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: changed description of pgsql2shp -b switch
+       * [r980] doc/postgis.xml: changed description of pgsql2shp -b
+         switch
 
-2004-10-11 10:31  strk
+2004-10-11 10:31  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Changed collect() to return
-         MULTI* if applicabe (all input is corresponding
+       * [r979] lwgeom/lwgeom_functions_basic.c: Changed collect() to
+         return MULTI* if applicabe (all input is corresponding
          SINGLE type).
 
-2004-10-11 10:30  strk
+2004-10-11 10:30  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.c: Added debug strings
+       * [r978] lwgeom/lwgeom.c: Added debug strings
 
-2004-10-11 09:55  strk
+2004-10-11 09:55  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: collect() always return a
+       * [r977] lwgeom/lwgeom_functions_basic.c: collect() always return a
          collection, with a component for each input
          geometry.
          memcollect() obsoleted.
 
-2004-10-11 09:46  strk
+2004-10-11 09:46  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwcollection.c: Fixed bug making it unbuildable.
+       * [r976] lwgeom/lwcollection.c: Fixed bug making it unbuildable.
 
-2004-10-11 09:32  strk
+2004-10-11 09:32  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c: Added
-         lwgeom_addBBOX() and lwcollection_construct_empty()
+       * [r975] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
+         lwgeom/lwgeom.c: Added lwgeom_addBBOX() and
+         lwcollection_construct_empty()
 
-2004-10-11 07:15  strk
+2004-10-11 07:15  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
+       * [r974] lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
          lwgeom/lwgeom.c, lwgeom/lwline.c, lwgeom/lwpoint.c,
          lwgeom/lwpoly.c, lwgeom/ptarray.c: lwgeom_same new implementation
 
-2004-10-11 06:03  strk
+2004-10-11 06:03  Sandro Santilli <strk@keybit.net>
 
-       * TODO: updated
+       * [r973] TODO: updated
 
-2004-10-10 20:31  strk
+2004-10-10 20:31  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
+       * [r972] lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
          lwgeom/lwgeom.c, lwgeom/lwgeom.h,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
          lwgeom/lwpoly.c, lwgeom/ptarray.c: segmentize2d() port and use of
          new LWGEOM structure.
 
-2004-10-09 15:17  strk
+2004-10-09 15:17  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r971] lwgeom/TODO: updated
 
-2004-10-08 13:26  strk
+2004-10-08 13:26  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r969] lwgeom/TODO: updated
 
-2004-10-08 13:21  strk
+2004-10-08 13:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.c: Debugging output cleanup.
+       * [r968] lwgeom/lwgeom.c: Debugging output cleanup.
 
-2004-10-08 13:20  strk
+2004-10-08 13:20  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
-         lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
-         lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_chip.c,
-         lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_analytic.c,
+       * [r967] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
+         lwgeom/lwgeom.c, lwgeom/lwgeom_api.c,
+         lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
+         lwgeom/lwgeom_chip.c, lwgeom/lwgeom_estimate.c,
+         lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
          lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_gist.c,
          lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h, lwgeom/lwline.c,
          (you'll need a dump/reload for it to work)
          Added more manipulation functions.
 
-2004-10-08 13:16  strk
+2004-10-08 13:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.c: added memory allocation debugging
+       * [r966] lwgeom/liblwgeom.c: added memory allocation debugging
 
-2004-10-08 13:15  strk
+2004-10-08 13:15  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Added box2d.o module, reverted SCRIPTS_VERSION
-         to 0.1.0.
+       * [r965] lwgeom/Makefile: Added box2d.o module, reverted
+         SCRIPTS_VERSION to 0.1.0.
 
-2004-10-08 13:15  strk
+2004-10-08 13:15  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/box2d.c: Initial revision
+       * [r964] lwgeom/box2d.c: Initial revision
 
-2004-10-08 10:48  strk
+2004-10-08 10:48  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Some updates
+       * [r963] doc/postgis.xml: Some updates
 
-2004-10-08 07:01  strk
+2004-10-08 07:01  Sandro Santilli <strk@keybit.net>
 
-       * hwgeom: Dropped HWGEOM from this branch.
+       * [r962] hwgeom: Dropped HWGEOM from this branch.
 
-2004-10-07 22:02  strk
+2004-10-07 22:02  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r959] lwgeom/TODO: updated
 
-2004-10-07 21:52  strk
+2004-10-07 21:52  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Lots of rewriting/cleanup. TypeM/TypeZ
+       * [r958] loader/shp2pgsql.c: Lots of rewriting/cleanup. TypeM/TypeZ
          supports.
 
-2004-10-07 21:51  strk
+2004-10-07 21:51  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Fixed a bug in 4d handling
+       * [r957] loader/pgsql2shp.c: Fixed a bug in 4d handling
 
-2004-10-07 20:39  strk
+2004-10-07 20:39  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: Fixed bugs
-         in TYPE_ macro usage
+       * [r956] lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c:
+         Fixed bugs in TYPE_ macro usage
 
-2004-10-07 17:18  strk
+2004-10-07 17:18  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom.h, lwgeom/ptarray.c,
+       * [r955] lwgeom/liblwgeom.h, lwgeom/lwgeom.h, lwgeom/ptarray.c,
          lwgeom/test.c: Changed ptarray2d_construct interface.
 
-2004-10-07 17:18  strk
+2004-10-07 17:18  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_ogc.c: Changed geometrytype() to support TYPEM.
+       * [r954] lwgeom/lwgeom_ogc.c: Changed geometrytype() to support
+         TYPEM.
 
-2004-10-07 17:17  strk
+2004-10-07 17:17  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Changed
+       * [r953] lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Changed
          AddGeometryColumn to handle TYPEM.
          Updated SCRIPTS_VERSION to 1.1.0
 
-2004-10-07 17:15  strk
+2004-10-07 17:15  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Fixed TYPEM handling.
+       * [r952] loader/pgsql2shp.c: Fixed TYPEM handling.
 
-2004-10-07 10:03  strk
+2004-10-07 10:03  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
+       * [r951] lwgeom/Makefile, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
          lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
          lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
          lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_chip.c,
          lwgeom/wktunparse.c: API cleanup, more steps toward standalone
          library.
 
-2004-10-07 06:54  strk
+2004-10-07 06:54  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: cleanups
+       * [r950] loader/pgsql2shp.c, loader/shp2pgsql.c: cleanups
 
-2004-10-06 17:04  strk
+2004-10-06 17:04  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: ZM handling. Log trimmed.
+       * [r949] loader/pgsql2shp.c: ZM handling. Log trimmed.
 
-2004-10-06 10:11  strk
+2004-10-06 10:11  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Other separator fixes
+       * [r947] loader/shp2pgsql.c: Other separator fixes
 
-2004-10-06 09:52  strk
+2004-10-06 09:52  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added zmflag(geom) doc
+       * [r946] doc/postgis.xml: Added zmflag(geom) doc
 
-2004-10-06 09:40  strk
+2004-10-06 09:40  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Handled 0-DBF-attributes corner case.
+       * [r944] loader/shp2pgsql.c: Handled 0-DBF-attributes corner case.
 
-2004-10-06 08:53  strk
+2004-10-06 08:53  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
-         zmflag(geom) function.
+       * [r943] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
+         Added zmflag(geom) function.
 
-2004-10-06 08:17  strk
+2004-10-06 08:17  Sandro Santilli <strk@keybit.net>
 
-       * TODO: updated
+       * [r942] TODO: updated
 
-2004-10-06 07:19  strk
+2004-10-06 07:19  Sandro Santilli <strk@keybit.net>
 
-       * jdbc/org/postgis/Point.java: Left off a semicolon in previous
-         patch...
+       * [r941] jdbc/org/postgis/Point.java: Left off a semicolon in
+         previous patch...
 
-2004-10-05 22:46  strk
+2004-10-05 22:46  Sandro Santilli <strk@keybit.net>
 
-       * jdbc/org/postgis/Point.java: Removed PGSQLException use as
+       * [r939] jdbc/org/postgis/Point.java: Removed PGSQLException use as
          suggested by Kris Jurka
 
-2004-10-05 21:59  strk
+2004-10-05 21:59  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Flex invocation patch by Kris Jurka.
+       * [r938] lwgeom/Makefile: Flex invocation patch by Kris Jurka.
 
-2004-10-05 21:54  strk
+2004-10-05 21:54  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Yes another change in SPI_cursor_open
+       * [r936] lwgeom/lwgeom_estimate.c: Yes another change in
+         SPI_cursor_open
 
-2004-10-05 21:53  strk
+2004-10-05 21:53  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Fixed bugs in Centroid (not
-         GEOS)
+       * [r935] lwgeom/lwgeom_functions_basic.c: Fixed bugs in Centroid
+         (not GEOS)
 
-2004-10-05 21:42  strk
+2004-10-05 21:42  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c, lwgeom/lwgeom_debug.c, lwgeom/lwgeom_gist.c,
-         lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_spheroid.c: Cleanups for older
-         compilers and PG verisons.
+       * [r934] lwgeom/lwgeom_api.c, lwgeom/lwgeom_debug.c,
+         lwgeom/lwgeom_gist.c, lwgeom/lwgeom_ogc.c,
+         lwgeom/lwgeom_spheroid.c: Cleanups for older compilers and PG
+         verisons.
 
-2004-10-05 21:20  strk
+2004-10-05 21:20  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r933] lwgeom/TODO: updated
 
-2004-10-05 21:08  strk
+2004-10-05 21:08  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
+       * [r932] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/wktunparse.c: Added
          debugging lines, fixed a bug in TYPE_HASSRID and TYPE_HASBBOX
          macros.
 
-2004-10-05 21:08  strk
+2004-10-05 21:08  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Made clean rule verbose
+       * [r931] lwgeom/Makefile: Made clean rule verbose
 
-2004-10-05 17:15  strk
+2004-10-05 17:15  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
+       * [r930] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
          lwgeom/lwpoint.c, lwgeom/lwpoly.c: Bug fix in size computation.
 
-2004-10-05 16:28  strk
+2004-10-05 16:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom_api.c,
-         lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
-         lwgeom/lwgeom_chip.c, lwgeom/lwgeom_functions_analytic.c,
+       * [r929] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
+         lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
+         lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_chip.c,
+         lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
          lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
          lwgeom/lwgeom_spheroid.c, lwgeom/lwgparse.c, lwgeom/lwline.c,
          lwgeom/wktparse.lex, lwgeom/wktparse.y: Added ZM dimensions flags
          knowledge.
 
-2004-10-05 16:07  strk
+2004-10-05 16:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r928] lwgeom/TODO: updated
 
-2004-10-05 15:12  strk
+2004-10-05 15:12  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.c: Added newlines in standalone reporters
+       * [r927] lwgeom/liblwgeom.c: Added newlines in standalone reporters
 
-2004-10-05 15:11  strk
+2004-10-05 15:11  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added force_3dz, force_3dm docs
+       * [r926] doc/postgis.xml: Added force_3dz, force_3dm docs
 
-2004-10-05 15:11  strk
+2004-10-05 15:11  Sandro Santilli <strk@keybit.net>
 
-       * Makefile.config: Changed default variable setting to a more
-         portable syntax
+       * [r925] Makefile.config: Changed default variable setting to a
+         more portable syntax
 
-2004-10-05 07:53  strk
+2004-10-05 07:53  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgparse.c, lwgeom/wktparse.lex,
-         lwgeom/wktparse.y, lwgeom/wktunparse.c: ZM aware WKT/WKB
-         input/output.
+       * [r924] lwgeom/liblwgeom.h, lwgeom/lwgparse.c,
+         lwgeom/wktparse.lex, lwgeom/wktparse.y, lwgeom/wktunparse.c: ZM
+         aware WKT/WKB input/output.
 
-2004-10-04 13:53  strk
+2004-10-04 13:53  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
-         lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
-         lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_chip.c,
-         lwgeom/lwgeom_debug.c, lwgeom/lwgeom_functions_analytic.c,
+       * [r923] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
+         lwgeom/lwgeom.c, lwgeom/lwgeom_api.c,
+         lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
+         lwgeom/lwgeom_chip.c, lwgeom/lwgeom_debug.c,
+         lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
          lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_inout.c,
          lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwgparse.c,
          lwgeom/wktunparse.c: Serialized form and WKB prepared to accept
          ZM flags replacing DD (dimensions)
 
-2004-10-04 09:25  strk
+2004-10-04 09:25  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Added missing prototype
+       * [r922] lwgeom/lwgeom_functions_basic.c: Added missing prototype
 
-2004-10-03 15:57  strk
+2004-10-03 15:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r921] lwgeom/TODO: updated
 
-2004-10-03 15:52  strk
+2004-10-03 15:52  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
-         lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
-         lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp,
-         lwgeom/lwline.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c,
-         lwgeom/lwpostgis.sql.in: Made GEOS<->LWGEOM converters keep
-         geometry structures.
+       * [r920] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
+         lwgeom/lwgeom.c, lwgeom/lwgeom_api.c,
+         lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
+         lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwline.c,
+         lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/lwpostgis.sql.in: Made
+         GEOS<->LWGEOM converters keep geometry structures.
          Fixed bug in serializers.
          Added noop(geometry) for deserialize/serialize debugging.
 
-2004-10-01 14:49  strk
+2004-10-01 14:49  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
-         lwgeom/lwgeom_api.c, lwgeom/lwgeom_geos.c,
+       * [r919] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
+         lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_geos.c,
          lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwline.c,
          lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
          lwgeom/lwpoint.c, lwgeom/lwpoly.c: Added lwgeom_add(LWGEOM *to,
          int where, LWGEOM *what).
          Added LWGEOM2GEOS keeping input geometry structure.
 
-2004-10-01 07:51  strk
+2004-10-01 07:51  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_debug.c: initial revision
+       * [r918] lwgeom/lwgeom_debug.c: initial revision
 
-2004-10-01 07:51  strk
+2004-10-01 07:51  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.h, lwgeom/lwgeom.c: Added runtime cast
+       * [r917] lwgeom/liblwgeom.h, lwgeom/lwgeom.c: Added runtime cast
          functions.
 
-2004-09-30 16:06  strk
+2004-09-30 16:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO, lwgeom/liblwgeom.c, lwgeom/lwgeom.h,
+       * [r916] lwgeom/TODO, lwgeom/liblwgeom.c, lwgeom/lwgeom.h,
          lwgeom/lwgeom_functions_basic.c: bug fixes
 
-2004-09-30 15:42  strk
+2004-09-30 15:42  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
+       * [r915] lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
          lwgeom/lwgeom.c, lwgeom/lwgeom_api.c,
          lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_gist.c,
          lwgeom/lwgeom_pg.h, lwgeom/lwline.c, lwgeom/lwmline.c,
          lwgeom/lwpoly.c: Added BBOX finders and its support in
          serializer.
 
-2004-09-30 11:49  strk
+2004-09-30 11:49  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r914] lwgeom/TODO: updated
 
-2004-09-30 11:45  strk
+2004-09-30 11:45  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
+       * [r913] lwgeom/Makefile, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
          lwgeom/lwcollection.c, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_pg.c, lwgeom/lwline.c, lwgeom/lwmline.c,
          lwgeom/lwmpoint.c, lwgeom/lwmpoly.c, lwgeom/lwpoint.c,
          lwgeom/lwpoly.c: More common flags between LW<type>s.
          LWGEOM_summary output made cleaner and moved to lwgeom_debug.c
 
-2004-09-30 08:18  strk
+2004-09-30 08:18  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
+       * [r912] lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
          lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwmline.c,
          lwgeom/lwmpoint.c, lwgeom/lwmpoly.c: Added missing liblwgeom.c
          Made LWMPOINT, LWMLINE, LWMPOLY compatible with LWCOLLECTION.
          Fixed reverse() and forcerhr() to maintain geometry structure.
 
-2004-09-30 06:54  strk
+2004-09-30 06:54  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r911] lwgeom/TODO: updated
 
-2004-09-29 15:25  strk
+2004-09-29 15:25  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-         lwgeom/lwgeom.c, lwgeom/lwgeom_functions_basic.c,
-         lwgeom/lwline.c, lwgeom/lwmline.c, lwgeom/lwmpoint.c,
-         lwgeom/lwmpoly.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c: Added
-         serialize function for LWGEOM
+       * [r910] lwgeom/Makefile, lwgeom/liblwgeom.h,
+         lwgeom/lwcollection.c, lwgeom/lwgeom.c,
+         lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
+         lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
+         lwgeom/lwpoint.c, lwgeom/lwpoly.c: Added serialize function for
+         LWGEOM
 
-2004-09-29 10:50  strk
+2004-09-29 10:50  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-         lwgeom/lwgeom.c, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
-         lwgeom/lwgeom_box.c, lwgeom/lwgeom_box2dfloat4.c,
-         lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_btree.c,
-         lwgeom/lwgeom_chip.c, lwgeom/lwgeom_estimate.c,
-         lwgeom/lwgeom_functions_analytic.c,
+       * [r909] lwgeom/Makefile, lwgeom/liblwgeom.h,
+         lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
+         lwgeom/lwgeom_api.c, lwgeom/lwgeom_box.c,
+         lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
+         lwgeom/lwgeom_btree.c, lwgeom/lwgeom_chip.c,
+         lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
          lwgeom/lwgeom_gist.c, lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c,
          lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h,
          lwgeom_pg.h is for PG-links
          lw<type>.c contains type-specific functions
 
-2004-09-29 06:31  strk
+2004-09-29 06:31  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
+       * [r908] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
          lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
          lwgeom/lwgeom_btree.c, lwgeom/lwgeom_chip.c,
          lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_transform.c: Changed LWGEOM to PG_LWGEOM.
          Changed LWGEOM_construct to PG_LWGEOM_construct.
 
-2004-09-28 17:13  strk
+2004-09-28 17:13  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h: Removed ^Ms, added note about flatting nature of
-         LWGEOM_EXPLODED.
+       * [r907] lwgeom/lwgeom.h: Removed ^Ms, added note about flatting
+         nature of LWGEOM_EXPLODED.
 
-2004-09-28 16:22  strk
+2004-09-28 16:22  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added AsGML function ref
+       * [r906] doc/postgis.xml: Added AsGML function ref
 
-2004-09-28 09:31  strk
+2004-09-28 09:31  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: Fixed a bug in PostGIS2GEOS_point
+       * [r905] lwgeom/lwgeom_geos_wrapper.cpp: Fixed a bug in
+         PostGIS2GEOS_point
 
-2004-09-28 09:05  strk
+2004-09-28 09:05  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r904] lwgeom/TODO: updated
 
-2004-09-28 09:01  strk
+2004-09-28 09:01  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
-         forceRHR() and support functions.
+       * [r903] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
+         Added forceRHR() and support functions.
 
-2004-09-28 09:00  strk
+2004-09-28 09:00  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added ptarray_isccw().
-         Added extern modifiers to public prototypes.
+       * [r902] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
+         ptarray_isccw(). Added extern modifiers to public prototypes.
 
-2004-09-28 08:28  strk
+2004-09-28 08:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r901] lwgeom/TODO: updated
 
-2004-09-28 08:22  strk
+2004-09-28 08:22  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
-         reverse(geometry) and support functions
+       * [r900] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
+         Added reverse(geometry) and support functions
 
-2004-09-28 08:21  strk
+2004-09-28 08:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added some const modifiers
+       * [r899] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added some const
+         modifiers
 
-2004-09-27 17:27  strk
+2004-09-27 17:27  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r898] lwgeom/TODO: updated
 
-2004-09-27 08:26  strk
+2004-09-27 08:26  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_gist.c, lwgeom/profile.h:
-         Debugging defines set to NODEBUG.
+       * [r897] lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_gist.c,
+         lwgeom/profile.h: Debugging defines set to NODEBUG.
 
-2004-09-27 08:24  strk
+2004-09-27 08:24  Sandro Santilli <strk@keybit.net>
 
-       * utils/README: updated
+       * [r896] utils/README: updated
 
-2004-09-27 08:23  strk
+2004-09-27 08:23  Sandro Santilli <strk@keybit.net>
 
-       * utils/profile_intersects.pl: Added USE_GIST variable on top of
-         file. Changed true values report
+       * [r895] utils/profile_intersects.pl: Added USE_GIST variable on
+         top of file. Changed true values report
          as fraction of total rows.
 
-2004-09-24 22:27  strk
+2004-09-24 22:27  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Added profile.h deps
+       * [r894] lwgeom/Makefile: Added profile.h deps
 
-2004-09-24 12:20  strk
+2004-09-24 12:20  Sandro Santilli <strk@keybit.net>
 
-       * utils/profile_intersects.pl: Added worst and best percentile for
-         both intersects and distance
+       * [r893] utils/profile_intersects.pl: Added worst and best
+         percentile for both intersects and distance
 
-2004-09-24 11:58  strk
+2004-09-24 11:58  Sandro Santilli <strk@keybit.net>
 
-       * utils/profile_intersects.pl: approximated nums to 2 decimal
-         digits
+       * [r892] utils/profile_intersects.pl: approximated nums to 2
+         decimal digits
 
-2004-09-24 11:35  strk
+2004-09-24 11:35  Sandro Santilli <strk@keybit.net>
 
-       * utils/profile_intersects.pl: initial intersects profiler frontend
-         implementation
+       * [r891] utils/profile_intersects.pl: initial intersects profiler
+         frontend implementation
 
-2004-09-24 09:46  strk
+2004-09-24 09:46  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwpostgis.sql.in: Added
-         box2d->geometry cast.
+       * [r890] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwpostgis.sql.in:
+         Added box2d->geometry cast.
 
-2004-09-23 16:14  strk
+2004-09-23 16:14  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Added -m / -z switches to control output
-         type: XYM,XYMZ.
+       * [r889] loader/pgsql2shp.c: Added -m / -z switches to control
+         output type: XYM,XYMZ.
 
-2004-09-23 15:09  strk
+2004-09-23 15:09  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_gml.c, lwgeom/lwpostgis.sql.in: Modified GML output
-         as suggested by Martin Daly.
+       * [r888] lwgeom/lwgeom_gml.c, lwgeom/lwpostgis.sql.in: Modified GML
+         output as suggested by Martin Daly.
 
-2004-09-23 11:12  strk
+2004-09-23 11:12  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/lwgeom_gml.c, lwgeom/lwpostgis.sql.in:
-         Initial GML output routines.
+       * [r887] lwgeom/Makefile, lwgeom/lwgeom_gml.c,
+         lwgeom/lwpostgis.sql.in: Initial GML output routines.
 
-2004-09-23 10:13  strk
+2004-09-23 10:13  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
+       * [r886] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
          lwgeom/profile.h: Profile output modified again, input geoms
          points and conversion times separated
 
-2004-09-22 17:13  strk
+2004-09-22 17:13  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: indentation fixes
+       * [r885] lwgeom/lwgeom_api.c: indentation fixes
 
-2004-09-22 17:12  strk
+2004-09-22 17:12  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_gist.c: indentation and function-call-debugging
-         preparation
+       * [r884] lwgeom/lwgeom_gist.c: indentation and
+         function-call-debugging preparation
 
-2004-09-22 17:11  strk
+2004-09-22 17:11  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_analytic.c: removed some compiler
+       * [r883] lwgeom/lwgeom_functions_analytic.c: removed some compiler
          warnings
 
-2004-09-22 17:11  strk
+2004-09-22 17:11  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Added missing prototype to make
-         compiler happy
+       * [r882] lwgeom/lwgeom_functions_basic.c: Added missing prototype
+         to make compiler happy
 
-2004-09-22 16:52  strk
+2004-09-22 16:52  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
+       * [r881] lwgeom/TODO, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
          lwgeom/lwgeom_functions_basic.c: Added lwpoint_size, lwline_size,
          lwpoly_size for computing
          serialized size from deserialized objects.
 
-2004-09-22 16:29  strk
+2004-09-22 16:29  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h: Some more source file cleanups.
+       * [r880] lwgeom/lwgeom.h: Some more source file cleanups.
 
-2004-09-22 16:09  strk
+2004-09-22 16:09  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
+       * [r879] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
          lwgeom/lwgeom_functions_basic.c: Moved size computation functions
          in module static scope.
          Renamed public one to lwgeom_size(char *).
 
-2004-09-22 15:15  strk
+2004-09-22 15:15  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: lw<type>_findlength
+       * [r878] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: lw<type>_findlength
          function made statics of lwgeom_api.c.
          public functions with those names should accept LW<TYPE> pointers
          instead..
 
-2004-09-22 15:11  strk
+2004-09-22 15:11  Sandro Santilli <strk@keybit.net>
 
-       * TODO.lwgeom, lwgeom/TODO: LWGEOM TODO moved back to the lwgeom/
-         dir.
+       * [r877] TODO.lwgeom, lwgeom/TODO: LWGEOM TODO moved back to the
+         lwgeom/ dir.
 
-2004-09-22 14:57  strk
+2004-09-22 14:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS: updated
+       * [r876] lwgeom/MISSING_OBJECTS: updated
 
-2004-09-22 14:57  strk
+2004-09-22 14:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in:
-         line_interpolate_point added.
+       * [r875] lwgeom/lwgeom_functions_analytic.c,
+         lwgeom/lwpostgis.sql.in: line_interpolate_point added.
 
-2004-09-22 14:56  strk
+2004-09-22 14:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h: fixed a comment
+       * [r874] lwgeom/lwgeom.h: fixed a comment
 
-2004-09-22 13:45  strk
+2004-09-22 13:45  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
+       * [r873] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
          lwgeom/profile.h: Added 'label' argument to the profreport macro.
 
-2004-09-22 11:42  strk
+2004-09-22 11:42  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_functions_basic.c,
+       * [r872] lwgeom/lwgeom.h, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_geos.c, lwgeom/profile.h: Renamed
          lwgeom_npoints_recursive to lwgeom_npoints and exposed in
          lwgeom.h.
          Modified profiling calls to include total query time.
          Initial profiling support in the mindistance function.
 
-2004-09-22 04:48  pramsey
+2004-09-22 04:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/Makefile, doc/postgis.xml: Add number nesting to sections.
-         Fix link in postgis.xml
+       * [r871] doc/Makefile, doc/postgis.xml: Add number nesting to
+         sections. Fix link in postgis.xml
 
-2004-09-21 21:04  strk
+2004-09-21 21:04  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: slightly changed PROF_SUM output for sort
-         acceptance
+       * [r870] lwgeom/lwgeom_geos.c: slightly changed PROF_SUM output for
+         sort acceptance
 
-2004-09-21 20:44  strk
+2004-09-21 20:44  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Fixed a profiler bug.
+       * [r869] lwgeom/lwgeom_geos.c: Fixed a profiler bug.
          Added points count and doubled profiler output.
 
-2004-09-21 19:10  pramsey
+2004-09-21 19:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/Makefile: Add section autolabelling to printed output
+       * [r868] doc/Makefile: Add section autolabelling to printed output
 
-2004-09-21 19:09  pramsey
+2004-09-21 19:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/Makefile: Add autolabelling to sections in generated HTML.
+       * [r867] doc/Makefile: Add autolabelling to sections in generated
+         HTML.
 
-2004-09-21 17:50  strk
+2004-09-21 17:50  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Added missing profiling report calls in
-         predicates
+       * [r866] lwgeom/lwgeom_geos.c: Added missing profiling report calls
+         in predicates
 
-2004-09-21 17:36  strk
+2004-09-21 17:36  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Added GEOS profiling support.
+       * [r865] lwgeom/lwgeom_geos.c: Added GEOS profiling support.
 
-2004-09-21 16:08  strk
+2004-09-21 16:08  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: reduced memory copies in GEOS2POSTGIS()
+       * [r864] lwgeom/lwgeom_geos.c: reduced memory copies in
+         GEOS2POSTGIS()
 
-2004-09-21 16:07  strk
+2004-09-21 16:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: buffer serialized accept NULL as return-size
-         pointer
+       * [r863] lwgeom/lwgeom_api.c: buffer serialized accept NULL as
+         return-size pointer
 
-2004-09-21 15:44  strk
+2004-09-21 15:44  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added lwgeom_empy_length(),
-         lwgeom_constructempty_buf(), lwexploded_serialize_buf()
+       * [r862] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
+         lwgeom_empy_length(), lwgeom_constructempty_buf(),
+         lwexploded_serialize_buf()
 
-2004-09-21 10:57  strk
+2004-09-21 10:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added lwexploded_findlength
+       * [r861] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
+         lwexploded_findlength
 
-2004-09-20 21:13  strk
+2004-09-20 21:13  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: Optimized postgis->geos
+       * [r860] lwgeom/lwgeom_geos_wrapper.cpp: Optimized postgis->geos
          conversion
 
-2004-09-20 21:13  strk
+2004-09-20 21:13  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: commented pfree call in GEOSnoop (seems to
-         generate memory faults)
+       * [r859] lwgeom/lwgeom_geos.c: commented pfree call in GEOSnoop
+         (seems to generate memory faults)
 
-2004-09-20 17:14  strk
+2004-09-20 17:14  Sandro Santilli <strk@keybit.net>
 
-       * TODO.lwgeom: updated
+       * [r858] TODO.lwgeom: updated
 
-2004-09-20 17:13  strk
+2004-09-20 17:13  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: changed comments to better show shape type
-         handling
+       * [r857] loader/shp2pgsql.c: changed comments to better show shape
+         type handling
 
-2004-09-20 17:11  strk
+2004-09-20 17:11  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Added -d -d availability notice in help
-         string.
+       * [r856] loader/pgsql2shp.c: Added -d -d availability notice in
+         help string.
          Added user notice about output shape type.
 
-2004-09-20 17:03  strk
+2004-09-20 17:03  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, lwgeom/lwgeom.h,
+       * [r855] doc/postgis.xml, lwgeom/lwgeom.h,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
          force_4d(geometry)
 
-2004-09-20 16:33  strk
+2004-09-20 16:33  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Added 4d geometries support.
+       * [r854] loader/pgsql2shp.c: Added 4d geometries support.
          Changelog section moved at bottom file.
 
-2004-09-20 14:14  strk
+2004-09-20 14:14  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Fixed a bug in popbyte. Trapped WKB endiannes
-         errors.
+       * [r852] loader/pgsql2shp.c: Fixed a bug in popbyte. Trapped WKB
+         endiannes errors.
 
-2004-09-20 13:50  strk
+2004-09-20 13:50  Sandro Santilli <strk@keybit.net>
 
-       * TODO.lwgeom: updated
+       * [r851] TODO.lwgeom: updated
 
-2004-09-20 13:49  strk
+2004-09-20 13:49  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Postgis-1.x support (LWGEOM) added.
+       * [r850] loader/pgsql2shp.c: Postgis-1.x support (LWGEOM) added.
          postgis version detected at runtime.
          Endiannes unchecked ... TODO.
 
-2004-09-20 12:07  strk
+2004-09-20 12:07  Sandro Santilli <strk@keybit.net>
 
-       * README.postgis: Changed postgis.sql to lwpostgis.sql
+       * [r849] README.postgis: Changed postgis.sql to lwpostgis.sql
 
-2004-09-20 12:07  strk
+2004-09-20 12:07  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Added lwpostgis.sql rule
+       * [r848] Makefile: Added lwpostgis.sql rule
 
-2004-09-20 10:58  strk
+2004-09-20 10:58  Sandro Santilli <strk@keybit.net>
 
-       * README.postgis: updated layout description and configuration
-         instructions
+       * [r847] README.postgis: updated layout description and
+         configuration instructions
 
-2004-09-20 10:09  strk
+2004-09-20 10:09  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/README, lwgeom/README.initial: Renamed README
+       * [r846] lwgeom/README, lwgeom/README.initial: Renamed README
 
-2004-09-20 10:08  strk
+2004-09-20 10:08  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, Makefile.config, loader/Makefile, lwgeom/Makefile:
-         Added missing 'uninstall' rules. Fixed existing install rules.
+       * [r845] Makefile, Makefile.config, loader/Makefile,
+         lwgeom/Makefile: Added missing 'uninstall' rules. Fixed existing
+         install rules.
 
-2004-09-20 09:58  strk
+2004-09-20 09:58  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, Makefile.config, hwgeom/Makefile, loader/Makefile,
-         lwgeom/Makefile: Configuration and common Makefile work moved to
-         Makefile.config
+       * [r844] Makefile, Makefile.config, hwgeom/Makefile,
+         loader/Makefile, lwgeom/Makefile: Configuration and common
+         Makefile work moved to Makefile.config
          Build is possible from each directory and from the root
          directory.
 
-2004-09-20 09:29  strk
+2004-09-20 09:29  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c: added missing prototype
+       * [r843] lwgeom/lwgeom_inout.c: added missing prototype
 
-2004-09-20 09:22  strk
+2004-09-20 09:22  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, hwgeom/Makefile, lwgeom/Makefile: Reworked build
+       * [r842] Makefile, hwgeom/Makefile, lwgeom/Makefile: Reworked build
          scripts.
 
-2004-09-20 09:21  strk
+2004-09-20 09:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: fixed bugs in non-GEOS centroid
-         function
+       * [r841] lwgeom/lwgeom_functions_basic.c: fixed bugs in non-GEOS
+         centroid function
 
-2004-09-20 09:20  strk
+2004-09-20 09:20  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: cleanups
+       * [r840] lwgeom/lwgeom_api.c: cleanups
 
-2004-09-20 08:53  strk
+2004-09-20 08:53  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom, lwgeom/.cvsignore: generalized library ignore line
+       * [r839] lwgeom, lwgeom/.cvsignore: generalized library ignore line
 
-2004-09-20 08:52  strk
+2004-09-20 08:52  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom, lwgeom/.cvsignore: Added postgis_geos_version.h
+       * [r838] lwgeom, lwgeom/.cvsignore: Added postgis_geos_version.h
 
-2004-09-20 08:52  strk
+2004-09-20 08:52  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos_wrapper.cpp: included local
+       * [r837] lwgeom/lwgeom_geos_wrapper.cpp: included local
          postgis_geos_version.h
 
-2004-09-20 08:51  strk
+2004-09-20 08:51  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Added detect_geos_version rule
+       * [r836] lwgeom/Makefile: Added detect_geos_version rule
 
-2004-09-20 08:29  strk
+2004-09-20 08:29  Sandro Santilli <strk@keybit.net>
 
-       * TODO.lwgeom, lwgeom/TODO: Moved lwgeom TODO in the root
+       * [r835] TODO.lwgeom, lwgeom/TODO: Moved lwgeom TODO in the root
 
-2004-09-20 08:25  strk
+2004-09-20 08:25  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, postgis.h, postgis.sql.in, postgis_algo.c,
+       * [r834] Makefile, postgis.h, postgis.sql.in, postgis_algo.c,
          postgis_chip.c, postgis_debug.c, postgis_estimate.c,
          postgis_fn.c, postgis_geos.c, postgis_geos_wrapper.cpp,
          postgis_gist_71.c, postgis_gist_72.c, postgis_inout.c,
          postgis_transform.c: HWGEOM functions moved under hwgeom/
          directory
 
-2004-09-20 08:21  strk
+2004-09-20 08:21  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: fixed typo
+       * [r833] utils/postgis_restore.pl: fixed typo
 
-2004-09-20 07:50  strk
+2004-09-20 07:50  Sandro Santilli <strk@keybit.net>
 
-       * hwgeom, hwgeom/Makefile, hwgeom/postgis.h, hwgeom/postgis.sql.in,
-         hwgeom/postgis_algo.c, hwgeom/postgis_chip.c,
-         hwgeom/postgis_debug.c, hwgeom/postgis_estimate.c,
-         hwgeom/postgis_fn.c, hwgeom/postgis_geos.c,
-         hwgeom/postgis_geos_wrapper.cpp, hwgeom/postgis_gist_71.c,
-         hwgeom/postgis_gist_72.c, hwgeom/postgis_inout.c,
-         hwgeom/postgis_ops.c, hwgeom/postgis_proj.c,
-         hwgeom/postgis_svg.c, hwgeom/postgis_transform.c: prepared to
-         contain old internal representation code
+       * [r832] hwgeom, hwgeom/Makefile, hwgeom/postgis.h,
+         hwgeom/postgis.sql.in, hwgeom/postgis_algo.c,
+         hwgeom/postgis_chip.c, hwgeom/postgis_debug.c,
+         hwgeom/postgis_estimate.c, hwgeom/postgis_fn.c,
+         hwgeom/postgis_geos.c, hwgeom/postgis_geos_wrapper.cpp,
+         hwgeom/postgis_gist_71.c, hwgeom/postgis_gist_72.c,
+         hwgeom/postgis_inout.c, hwgeom/postgis_ops.c,
+         hwgeom/postgis_proj.c, hwgeom/postgis_svg.c,
+         hwgeom/postgis_transform.c: prepared to contain old internal
+         representation code
 
-2004-09-18 22:15  strk
+2004-09-18 22:15  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: Fixed a serius bug in pointArray_construct.
+       * [r831] lwgeom/lwgeom_api.c: Fixed a serius bug in
+         pointArray_construct.
          Added debugging output, optimized some functions, indentation
          buties..
 
-2004-09-18 22:13  strk
+2004-09-18 22:13  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_gist.c: Added more debugging output
+       * [r830] lwgeom/lwgeom_gist.c: Added more debugging output
 
-2004-09-16 20:36  pramsey
+2004-09-16 20:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Reorganize OpenGIS function reference into
-         categories.
+       * [r829] doc/postgis.xml: Reorganize OpenGIS function reference
+         into categories.
 
-2004-09-16 15:50  mleslie
+2004-09-16 15:50  Mark Leslie <mark.leslie@lisasoft.com>
 
-       * CREDITS, postgis.h, postgis.sql.in, postgis_proj.c: Added the
-         distance_sphere function to calculate the distance between two
-         points
+       * [r828] CREDITS, postgis.h, postgis.sql.in, postgis_proj.c: Added
+         the distance_sphere function to calculate the distance between
+         two points
          on an earth-sized sphere using an algorithm implemented by Bruno
          Wolff III.
          Added the postgresql loader function.
 
-2004-09-16 10:42  strk
+2004-09-16 10:42  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added box3d_to_box2df_p to
-         reduce number of required memcpys
+       * [r827] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
+         box3d_to_box2df_p to reduce number of required memcpys
 
-2004-09-16 09:06  strk
+2004-09-16 09:06  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Changed SPI_cursor_open call changes to
-         be used for USE_VERSION > 80
+       * [r826] lwgeom/lwgeom_estimate.c: Changed SPI_cursor_open call
+         changes to be used for USE_VERSION > 80
          (change seems to be intended for future releases)
 
-2004-09-16 09:05  strk
+2004-09-16 09:05  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_geos.c: Added binary predicate short-circuits
+       * [r825] lwgeom/lwgeom_geos.c: Added binary predicate
+         short-circuits
 
-2004-09-16 09:05  strk
+2004-09-16 09:05  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added getbox2d_internal
+       * [r824] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
+         getbox2d_internal
 
-2004-09-16 09:04  strk
+2004-09-16 09:04  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r823] lwgeom/TODO: updated
 
-2004-09-14 12:31  strk
+2004-09-14 12:31  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_chip.c, lwgeom/lwgeom_geos_wrapper.cpp: CHIP and
-         GEOS types (forgot to add)
+       * [r821] lwgeom/lwgeom_chip.c, lwgeom/lwgeom_geos_wrapper.cpp: CHIP
+         and GEOS types (forgot to add)
 
-2004-09-14 12:23  strk
+2004-09-14 12:23  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added a note about tweeking random_page_cost
+       * [r819] doc/postgis.xml: Added a note about tweeking
+         random_page_cost
 
-2004-09-14 08:39  strk
+2004-09-14 08:39  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: fixed a typo in the geometry_send
+       * [r818] lwgeom/lwpostgis.sql.in: fixed a typo in the geometry_send
          function definition
 
-2004-09-14 07:43  strk
+2004-09-14 07:43  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Updated call to SPI_cursor_open to 8.0
-         (beta2) interface.
+       * [r816] lwgeom/lwgeom_estimate.c: Updated call to SPI_cursor_open
+         to 8.0 (beta2) interface.
 
-2004-09-13 19:04  strk
+2004-09-13 19:04  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r815] lwgeom/TODO: updated
 
-2004-09-13 17:59  strk
+2004-09-13 17:59  Sandro Santilli <strk@keybit.net>
 
-       * Attic: removed old files from Attic/
+       * [r813] Attic: removed old files from Attic/
 
-2004-09-13 15:37  pramsey
+2004-09-13 15:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/Makefile: Added pdf rule that uses pdfxmltex
+       * [r810] doc/Makefile: Added pdf rule that uses pdfxmltex
 
-2004-09-13 14:26  strk
+2004-09-13 14:26  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added binary
-         input/output function for type geometry.
+       * [r808] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
+         binary input/output function for type geometry.
 
-2004-09-13 14:26  strk
+2004-09-13 14:26  Sandro Santilli <strk@keybit.net>
 
-       * postgis_svg.c: indentation fix
+       * [r807] postgis_svg.c: indentation fix
 
-2004-09-13 13:35  strk
+2004-09-13 13:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS: updated
+       * [r806] lwgeom/MISSING_OBJECTS: updated
 
-2004-09-13 13:32  strk
+2004-09-13 13:32  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/lwgeom_svg.c, lwgeom/lwpostgis.sql.in:
-         Added AsSVG().
+       * [r805] lwgeom/Makefile, lwgeom/lwgeom_svg.c,
+         lwgeom/lwpostgis.sql.in: Added AsSVG().
 
-2004-09-13 08:48  strk
+2004-09-13 08:48  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added POINT rendering info for AsSVG function
+       * [r804] doc/postgis.xml: Added POINT rendering info for AsSVG
+         function
 
-2004-09-10 18:41  pramsey
+2004-09-10 18:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Bump version numbers to 0.9.0
+       * [r803] Makefile: Bump version numbers to 0.9.0
 
-2004-09-10 16:41  pramsey
+2004-09-10 16:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Added 'recommended' to proj/geos flags
+       * [r802] Makefile: Added 'recommended' to proj/geos flags
 
-2004-09-10 16:19  pramsey
+2004-09-10 16:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES: Note 8.0 support and w32
+       * [r801] CHANGES: Note 8.0 support and w32
 
-2004-09-10 16:16  pramsey
+2004-09-10 16:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_svg.c: Added Log tag to header.
+       * [r800] postgis_svg.c: Added Log tag to header.
 
-2004-09-10 15:52  strk
+2004-09-10 15:52  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added asSVG documentation
+       * [r799] doc/postgis.xml: Added asSVG documentation
 
-2004-09-10 13:26  strk
+2004-09-10 13:26  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS: updated
+       * [r798] lwgeom/MISSING_OBJECTS: updated
 
-2004-09-10 13:25  strk
+2004-09-10 13:25  Sandro Santilli <strk@keybit.net>
 
-       * postgis_svg.c: fixed a memory fault
+       * [r797] postgis_svg.c: fixed a memory fault
 
-2004-09-10 12:49  strk
+2004-09-10 12:49  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, postgis.sql.in, postgis_svg.c: Included SVG output
-         function, modified to have precision expressed
+       * [r796] Makefile, postgis.sql.in, postgis_svg.c: Included SVG
+         output function, modified to have precision expressed
          in terms of significant digits.
 
-2004-09-10 08:48  strk
+2004-09-10 08:48  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwpostgis.sql.in: Added all
+       * [r795] lwgeom/MISSING_OBJECTS, lwgeom/lwpostgis.sql.in: Added all
          ..FromWKB functions, asbinary(geom) and bytea<->geom casts
 
-2004-09-10 07:36  strk
+2004-09-10 07:36  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: asbinary(),
-         geomfromwkb
+       * [r794] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in:
+         asbinary(), geomfromwkb
 
-2004-09-09 22:48  pramsey
+2004-09-09 22:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES, CREDITS, README.postgis, TODO: Changes in preparation
-         for 0.9
+       * [r793] CHANGES, CREDITS, README.postgis, TODO: Changes in
+         preparation for 0.9
 
-2004-09-09 20:51  pramsey
+2004-09-09 20:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/Makefile: Fix silly entity handling in chunked mode HTML
-         generation
+       * [r792] doc/Makefile: Fix silly entity handling in chunked mode
+         HTML generation
 
-2004-09-09 19:08  pramsey
+2004-09-09 19:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Added FAQ for mapserver section and entries on
-         SQL spatial queries.
+       * [r791] doc/postgis.xml: Added FAQ for mapserver section and
+         entries on SQL spatial queries.
 
-2004-09-09 17:38  pramsey
+2004-09-09 17:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/Makefile, doc/postgis.xml: Added example spatial SQL section.
+       * [r790] doc/Makefile, doc/postgis.xml: Added example spatial SQL
+         section.
 
-2004-09-09 15:37  pramsey
+2004-09-09 15:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/Makefile: Add --output flag to html build rule
+       * [r789] doc/Makefile: Add --output flag to html build rule
 
-2004-09-08 16:34  strk
+2004-09-08 16:34  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO, lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: some
-         bug fixes... geometry_analyze added
+       * [r788] lwgeom/TODO, lwgeom/lwgeom_inout.c,
+         lwgeom/lwpostgis.sql.in: some bug fixes... geometry_analyze added
 
-2004-09-08 14:30  strk
+2004-09-08 14:30  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Fixed bug in GEOS link reference
+       * [r787] doc/postgis.xml: Fixed bug in GEOS link reference
 
-2004-09-08 14:27  strk
+2004-09-08 14:27  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS: updated
+       * [r786] lwgeom/MISSING_OBJECTS: updated
 
-2004-09-08 14:19  strk
+2004-09-08 14:19  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
+       * [r785] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
          lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
          segmentize()
 
-2004-09-08 14:18  strk
+2004-09-08 14:18  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added segmentize(geom,double) documentation
+       * [r784] doc/postgis.xml: Added segmentize(geom,double)
+         documentation
 
-2004-09-08 10:57  strk
+2004-09-08 10:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS: updated
+       * [r783] lwgeom/MISSING_OBJECTS: updated
 
-2004-09-08 10:44  strk
+2004-09-08 10:44  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: re-introduced 'jw' optional production method
+       * [r782] doc/Makefile: re-introduced 'jw' optional production
+         method
 
-2004-09-08 10:25  strk
+2004-09-08 10:25  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
+       * [r781] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
          lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Fixed a bug in the
          z() function.
          Added ! GEOS implementation of Centroid().
 
-2004-09-08 00:31  pramsey
+2004-09-08 00:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Commit today's edits.
+       * [r780] doc/postgis.xml: Commit today's edits.
 
-2004-09-07 22:40  pramsey
+2004-09-07 22:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/Makefile: Make default html output be a single page.
+       * [r779] doc/Makefile: Make default html output be a single page.
 
-2004-09-07 22:35  pramsey
+2004-09-07 22:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/Makefile: Change chunking depth to "chapter".
+       * [r778] doc/Makefile: Change chunking depth to "chapter".
 
-2004-09-07 22:28  pramsey
+2004-09-07 22:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: More minor editorial changes.
+       * [r777] doc/postgis.xml: More minor editorial changes.
 
-2004-09-07 22:28  pramsey
+2004-09-07 22:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/Makefile: Changed Docbook processing from DSSSL to XSL.
+       * [r776] doc/Makefile: Changed Docbook processing from DSSSL to
+         XSL.
 
-2004-09-07 17:04  strk
+2004-09-07 17:04  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/TODO,
+       * [r775] lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/TODO,
          lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_geos.c, lwgeom/lwpostgis.sql.in: GEOS support
          added.
 
-2004-09-07 07:47  strk
+2004-09-07 07:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h,
+       * [r774] lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h,
          lwgeom/lwpostgis.sql.in: Added CHIP type and support funx
 
-2004-09-06 16:18  strk
+2004-09-06 16:18  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h: updated some comments
+       * [r773] lwgeom/lwgeom.h: updated some comments
 
-2004-09-06 16:05  strk
+2004-09-06 16:05  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/TODO: updated
+       * [r772] lwgeom/MISSING_OBJECTS, lwgeom/TODO: updated
 
-2004-09-06 16:04  strk
+2004-09-06 16:04  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/TODO, lwgeom/lwgeom.h,
+       * [r771] lwgeom/MISSING_OBJECTS, lwgeom/TODO, lwgeom/lwgeom.h,
          lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
          lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c,
          for EMPTY geometries.
          Ported DP simplifier.
 
-2004-09-06 12:24  strk
+2004-09-06 12:24  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
+       * [r770] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added IsEmpty()
 
-2004-09-06 10:37  strk
+2004-09-06 10:37  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
-         lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
-         lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
-         Finished BOX3D functions porting.
+       * [r769] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
+         lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
+         lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_functions_basic.c,
+         lwgeom/lwpostgis.sql.in: Finished BOX3D functions porting.
          Added envelope() and extent3d().
 
-2004-09-06 09:32  strk
+2004-09-06 09:32  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_box2dfloat4.c,
+       * [r768] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_box2dfloat4.c,
          lwgeom/lwgeom_box3d.c, lwgeom/lwpostgis.sql.in: Added min/max
          coordinates from box2d and box3d.
          Made geometry->box3d cast actually use 'z' value.
 
-2004-09-06 09:13  strk
+2004-09-06 09:13  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h,
+       * [r767] lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h,
          lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
          lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwpostgis.sql.in: Added box3d support and
          expand(geom|box2d|box3d, double)
 
-2004-09-04 19:58  pramsey
+2004-09-04 19:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: More minor edits.
+       * [r766] doc/postgis.xml: More minor edits.
 
-2004-08-28 23:00  pramsey
+2004-08-28 23:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Replace all tabs with spaces.
+       * [r765] doc/postgis.xml: Replace all tabs with spaces.
 
-2004-08-28 22:55  pramsey
+2004-08-28 22:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Updated street address reference.
+       * [r764] doc/postgis.xml: Updated street address reference.
 
-2004-08-28 22:54  pramsey
+2004-08-28 22:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Removed < sign and replaced with &lt;
+       * [r763] doc/postgis.xml: Removed < sign and replaced with &lt;
 
-2004-08-27 16:01  strk
+2004-08-27 16:01  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
+       * [r762] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwpostgis.sql.in: Added geom_accum(), collect_garray() and
          collect()
 
-2004-08-27 15:04  strk
+2004-08-27 15:04  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/TODO: updated
+       * [r761] lwgeom/MISSING_OBJECTS, lwgeom/TODO: updated
 
-2004-08-27 15:03  strk
+2004-08-27 15:03  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: Fixed bug
-         in lwgeom_explode allocating less memory then needed.
+       * [r760] lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c:
+         Fixed bug in lwgeom_explode allocating less memory then needed.
 
-2004-08-27 14:35  strk
+2004-08-27 14:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/TODO, lwgeom/lwgeom.h,
+       * [r759] lwgeom/MISSING_OBJECTS, lwgeom/TODO, lwgeom/lwgeom.h,
          lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
          LWGEOM_EXPLODED structure definition and utility funx.
          Added collector() function and memcollect() aggregate.
          Still faulting...
 
-2004-08-27 08:13  strk
+2004-08-27 08:13  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
+       * [r758] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwpostgis.sql.in: Added point_inside_circle() and
          translate()
 
-2004-08-27 08:12  strk
+2004-08-27 08:12  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Fixed typo ( mem_collect ==> memcollect )
+       * [r757] doc/postgis.xml: Fixed typo ( mem_collect ==> memcollect )
 
-2004-08-26 16:55  strk
+2004-08-26 16:55  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, postgis_fn.c: max_distance()
-         raises an 'unimplemented yet' error.
+       * [r756] lwgeom/lwgeom_functions_basic.c, postgis_fn.c:
+         max_distance() raises an 'unimplemented yet' error.
 
-2004-08-26 16:44  strk
+2004-08-26 16:44  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
+       * [r755] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwpostgis.sql.in: Added nrings(geom), multi(geom) and all
          of <type>FromText(geom, [srid])
 
-2004-08-26 15:04  strk
+2004-08-26 15:04  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r754] lwgeom/TODO: updated
 
-2004-08-26 15:02  strk
+2004-08-26 15:02  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
+       * [r753] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwpostgis.sql.in: Added (bogus) max_distance(geom,geom)
 
-2004-08-26 12:55  strk
+2004-08-26 12:55  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
+       * [r752] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
          distance(geometry) and all support functions.
 
-2004-08-26 12:54  strk
+2004-08-26 12:54  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: Added a note about spheroid computation
+       * [r751] lwgeom/TODO: Added a note about spheroid computation
 
-2004-08-26 08:57  strk
+2004-08-26 08:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h,
+       * [r750] lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_spheroid.c,
          lwgeom/lwpostgis.sql.in: Added spheroid type and functions
 
-2004-08-25 15:28  strk
+2004-08-25 15:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
+       * [r749] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Added IsClosed()
          and force_collection()
 
-2004-08-25 15:26  strk
+2004-08-25 15:26  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h: Added macros for LWGEOM.type manipulation
+       * [r748] lwgeom/lwgeom.h: Added macros for LWGEOM.type manipulation
 
-2004-08-25 13:41  strk
+2004-08-25 13:41  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
+       * [r747] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwpostgis.sql.in: Added force_3d
 
-2004-08-25 12:32  strk
+2004-08-25 12:32  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
+       * [r746] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwpostgis.sql.in: Added perimeter,perimeter2d,perimeter3d.
          Modified length,length2d,length3d semantic.
          Added force_2d.
 
-2004-08-25 12:29  strk
+2004-08-25 12:29  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added serialized functions
-         writing to a pre-allocated buffer.
+       * [r745] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added serialized
+         functions writing to a pre-allocated buffer.
 
-2004-08-25 07:29  strk
+2004-08-25 07:29  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
+       * [r744] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
          lwgeom/lwpostgis.sql.in: Moved some OGC functions from
          lwgeom_inout.c to lwgeom_ogc.c.
          Added area2d (area) to lwgeom_functions_basic.c
 
-2004-08-25 07:28  strk
+2004-08-25 07:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Added
-         lwgeom_pg to contain PG-specific functions/interfaces.
+       * [r743] lwgeom/Makefile, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h:
+         Added lwgeom_pg to contain PG-specific functions/interfaces.
 
-2004-08-24 16:33  strk
+2004-08-24 16:33  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
+       * [r742] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
          lwgeom/lwpostgis.sql.in: Added StartPoint(), EndPoint()
 
-2004-08-24 16:20  strk
+2004-08-24 16:20  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
+       * [r741] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
          lwgeom/lwpostgis.sql.in: Added X(), Y() and Z() funx
 
-2004-08-24 15:50  strk
+2004-08-24 15:50  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
+       * [r740] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
          lwgeom/lwpostgis.sql.in: PointN() ported.
 
-2004-08-24 15:10  strk
+2004-08-24 15:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_ogc.c: fixed a bug preventing ExteriorRing() and
-         InteriorRingN from setting the
+       * [r739] lwgeom/lwgeom_ogc.c: fixed a bug preventing ExteriorRing()
+         and InteriorRingN from setting the
          correct SRID.
 
-2004-08-24 15:07  strk
+2004-08-24 15:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: updated
+       * [r738] lwgeom/TODO: updated
 
-2004-08-24 15:05  strk
+2004-08-24 15:05  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
+       * [r737] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
          lwgeom/lwpostgis.sql.in: Added NumInteriorRings() and
          InteriorRingN()
 
-2004-08-24 14:48  strk
+2004-08-24 14:48  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
+       * [r736] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
          lwgeom/lwpostgis.sql.in: Added dimension() and exteriorring()
 
-2004-08-24 14:47  strk
+2004-08-24 14:47  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added LWGEOM_construct()
-         function to easy the work of dealing
+       * [r735] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
+         LWGEOM_construct() function to easy the work of dealing
          with SRID/BBOX optional embedding.
 
-2004-08-24 13:45  strk
+2004-08-24 13:45  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: Fixed a bug in lwgeom_getSRID()
+       * [r734] lwgeom/lwgeom_api.c: Fixed a bug in lwgeom_getSRID()
 
-2004-08-24 13:35  strk
+2004-08-24 13:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: Indentation and debugging output.
+       * [r733] lwgeom/lwgeom_api.c: Indentation and debugging output.
 
-2004-08-24 13:34  strk
+2004-08-24 13:34  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h: fixed a typo in a comment
+       * [r732] lwgeom/lwgeom.h: fixed a typo in a comment
 
-2004-08-24 13:33  strk
+2004-08-24 13:33  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c: Fixed a bug in LWGEOM_addBBOX preventing
-         it to detect missing BBOX embedding.
+       * [r731] lwgeom/lwgeom_inout.c: Fixed a bug in LWGEOM_addBBOX
+         preventing it to detect missing BBOX embedding.
 
-2004-08-24 10:01  strk
+2004-08-24 10:01  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c,
+       * [r730] lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: OGC functions (not
          implemented by GEOS) moved to lwgeom_ogc.c.
          Renamed PG-exposed functions to start with LWGEOM
 
-2004-08-24 09:34  strk
+2004-08-24 09:34  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
+       * [r729] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
          lwgeom/lwpostgis.sql.in: Added
          npoints,numpoints,numgeometries,geometryn
 
-2004-08-24 07:40  strk
+2004-08-24 07:40  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: transformation work made on an input
-         copy (made by setSRID).
+       * [r728] lwgeom/lwgeom_transform.c: transformation work made on an
+         input copy (made by setSRID).
          previous behaviour was unsafe (scribbling input object).
 
-2004-08-24 07:32  strk
+2004-08-24 07:32  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/TODO: initial import
+       * [r727] lwgeom/TODO: initial import
 
-2004-08-24 06:59  strk
+2004-08-24 06:59  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: added missing prototype
+       * [r726] lwgeom/lwgeom_functions_basic.c: added missing prototype
 
-2004-08-24 06:56  strk
+2004-08-24 06:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: geos version detector and wrapper used from
-         parent directory
+       * [r725] lwgeom/Makefile: geos version detector and wrapper used
+         from parent directory
 
-2004-08-23 16:05  strk
+2004-08-23 16:05  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c: fixed typo
+       * [r724] lwgeom/lwgeom_api.c: fixed typo
 
-2004-08-23 15:57  strk
+2004-08-23 15:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_geos.c,
+       * [r723] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_geos.c,
          lwgeom/lwpostgis.sql.in: versioning functions completed
 
-2004-08-23 15:41  strk
+2004-08-23 15:41  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: changed install rule to install lwpostgis.sql
-         instead of lwgeom.sql
+       * [r722] lwgeom/Makefile: changed install rule to install
+         lwpostgis.sql instead of lwgeom.sql
 
-2004-08-23 15:37  strk
+2004-08-23 15:37  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, lwgeom/MISSING_OBJECTS, lwgeom/Makefile,
+       * [r721] Makefile, lwgeom/MISSING_OBJECTS, lwgeom/Makefile,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
          lwgeom/lwpostgis.sql.in, postgis_geos.c: Changed SCRIPTS_VERSION
          to 0.0.1
 
-2004-08-23 13:54  strk
+2004-08-23 13:54  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/Makefile,
+       * [r720] lwgeom/MISSING_OBJECTS, lwgeom/Makefile,
          lwgeom/lwgeom_transform.c: proj support added
 
-2004-08-23 13:40  strk
+2004-08-23 13:40  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: deleted debugging block from
-         summary() fn
+       * [r719] lwgeom/lwgeom_functions_basic.c: deleted debugging block
+         from summary() fn
 
-2004-08-23 13:38  strk
+2004-08-23 13:38  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added getPoint(POINTARRAY
-         *pts, int ptnum)
+       * [r718] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
+         getPoint(POINTARRAY *pts, int ptnum)
 
-2004-08-23 10:49  strk
+2004-08-23 10:49  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: Fixed a bug
-         in serializedform length computation (for collection).
+       * [r717] lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c:
+         Fixed a bug in serializedform length computation (for
+         collection).
 
-2004-08-23 08:32  strk
+2004-08-23 08:32  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
-         lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_gist.c,
-         lwgeom/lwpostgis.sql.in: Removed custom allocator from
-         lwgeom_api.
+       * [r716] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
+         lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
+         lwgeom/lwgeom_gist.c, lwgeom/lwpostgis.sql.in: Removed custom
+         allocator from lwgeom_api.
          Added summary(geometry).
          Some indentation.
 
-2004-08-20 16:36  strk
+2004-08-20 16:36  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: transform() support
+       * [r715] lwgeom/lwpostgis.sql.in: transform() support
 
-2004-08-20 16:35  strk
+2004-08-20 16:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_transform.c: initial skel for transform()
+       * [r714] lwgeom/lwgeom_transform.c: initial skel for transform()
 
-2004-08-20 14:54  strk
+2004-08-20 14:54  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS: updated
+       * [r713] lwgeom/MISSING_OBJECTS: updated
 
-2004-08-20 14:54  strk
+2004-08-20 14:54  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: gist operators support functions renamed
-         to allow for finer control by postgis_restore.pl
+       * [r712] lwgeom/lwpostgis.sql.in: gist operators support functions
+         renamed to allow for finer control by postgis_restore.pl
 
-2004-08-20 14:52  strk
+2004-08-20 14:52  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Hardcoded some functions being
+       * [r711] utils/postgis_restore.pl: Hardcoded some functions being
          obsoleted
 
-2004-08-20 14:08  strk
+2004-08-20 14:08  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
-         lwgeom/lwgeom_btree.c, lwgeom/lwgeom_functions_basic.c,
-         lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
+       * [r710] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
+         lwgeom/lwgeom_api.c, lwgeom/lwgeom_btree.c,
+         lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c,
+         lwgeom/lwpostgis.sql.in: Added
          Geom{etry,}FromWkb(<geometry>,[<int4>]) funx.
          Added LWGEOM typedef and SERIALIZED_FORM(LWGEOM) macro.
          Made lwgeom_setSRID an API function.
          Added LWGEOM_setAllocator().
 
-2004-08-20 10:24  strk
+2004-08-20 10:24  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom, lwgeom/.cvsignore: Added lwpostgis.sql
+       * [r709] lwgeom, lwgeom/.cvsignore: Added lwpostgis.sql
 
-2004-08-20 10:23  strk
+2004-08-20 10:23  Sandro Santilli <strk@keybit.net>
 
-       * postgis_debug.c: removed leak from mem_size()
+       * [r708] postgis_debug.c: removed leak from mem_size()
 
-2004-08-20 09:35  strk
+2004-08-20 09:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: lwgeom_mem_size uses int32 cast
-         instead of int
+       * [r707] lwgeom/lwgeom_functions_basic.c: lwgeom_mem_size uses
+         int32 cast instead of int
 
-2004-08-20 09:31  strk
+2004-08-20 09:31  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: bug fixed in lwgeom_mem_size
+       * [r706] lwgeom/lwgeom_functions_basic.c: bug fixed in
+         lwgeom_mem_size
 
-2004-08-20 08:14  strk
+2004-08-20 08:14  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Whole output wrapped in transaction blocks.
+       * [r705] loader/shp2pgsql.c: Whole output wrapped in transaction
+         blocks.
          Drops are out of transaction, and multiple transactions are used
          for INSERT mode.
 
-2004-08-20 07:57  strk
+2004-08-20 07:57  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Fixed a bug in 'append-mode'.
+       * [r704] loader/shp2pgsql.c: Fixed a bug in 'append-mode'.
          Added -g switch to specify geometry column.
          Added a note about -d mode conceptual bugs.
 
-2004-08-19 14:16  strk
+2004-08-19 14:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c:
+       * [r703] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c:
          indentation fixes
 
-2004-08-19 14:15  strk
+2004-08-19 14:15  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: added lwpostgis.sql build rule
+       * [r702] lwgeom/Makefile: added lwpostgis.sql build rule
 
-2004-08-19 14:05  strk
+2004-08-19 14:05  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_gist.c: Added finite coordinate check.
+       * [r701] lwgeom/lwgeom_gist.c: Added finite coordinate check.
          Reduced required bounding box copies.
 
-2004-08-19 13:57  strk
+2004-08-19 13:57  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS: mem_size removed from list
+       * [r700] lwgeom/MISSING_OBJECTS: mem_size removed from list
 
-2004-08-19 13:56  strk
+2004-08-19 13:56  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_functions_basic.c: Added mem_size(lwgeom)
+       * [r699] lwgeom/lwgeom_functions_basic.c: Added mem_size(lwgeom)
 
-2004-08-19 13:54  strk
+2004-08-19 13:54  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: cpp checks
-         updated to use 80 instead of 75 for USE_VERSION
+       * [r698] lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: cpp
+         checks updated to use 80 instead of 75 for USE_VERSION
 
-2004-08-19 13:49  strk
+2004-08-19 13:49  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwpostgis.sql.in: initial import
+       * [r697] lwgeom/lwpostgis.sql.in: initial import
 
-2004-08-19 13:21  strk
+2004-08-19 13:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/MISSING_OBJECTS: initial import
+       * [r696] lwgeom/MISSING_OBJECTS: initial import
 
-2004-08-19 13:18  strk
+2004-08-19 13:18  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_estimate.c: Added selectivity estimation
+       * [r695] lwgeom/lwgeom_estimate.c: Added selectivity estimation
 
-2004-08-19 13:16  strk
+2004-08-19 13:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c: some
+       * [r694] lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c: some
          indentation fixes
 
-2004-08-19 13:10  strk
+2004-08-19 13:10  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_btree.c: fixed typos
+       * [r693] lwgeom/lwgeom_btree.c: fixed typos
 
-2004-08-19 12:29  strk
+2004-08-19 12:29  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: added btree index support file
+       * [r692] lwgeom/Makefile: added btree index support file
 
-2004-08-19 12:28  strk
+2004-08-19 12:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_btree.c: added btree index support
+       * [r691] lwgeom/lwgeom_btree.c: added btree index support
 
-2004-08-19 10:52  strk
+2004-08-19 10:52  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Fixed a bug in ascii dump "CREATE
-         OPERATOR" scan
+       * [r690] utils/postgis_restore.pl: Fixed a bug in ascii dump
+         "CREATE OPERATOR" scan
 
-2004-08-19 09:30  strk
+2004-08-19 09:30  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: rename_geometry_table_constraints() re-introduced
-         to make
+       * [r689] postgis.sql.in: rename_geometry_table_constraints()
+         re-introduced to make
          constraint names conformant.
 
-2004-08-19 09:28  strk
+2004-08-19 09:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.h: fixed some of the buch of broken comments
+       * [r688] lwgeom/lwgeom.h: fixed some of the buch of broken comments
 
-2004-08-19 06:15  strk
+2004-08-19 06:15  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, lwgeom/Makefile, lwgeom/lwgeom_gist.c, postgis.h,
-         postgis.sql.in, postgis_estimate.c, postgis_gist_72.c:
+       * [r687] Makefile, lwgeom/Makefile, lwgeom/lwgeom_gist.c,
+         postgis.h, postgis.sql.in, postgis_estimate.c, postgis_gist_72.c:
          USE_VERSION gets 80 where it got 75
 
-2004-08-19 05:38  pramsey
+2004-08-19 05:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Added some references to Proj4 and GEOS utility and
-         source code location in the Makefile
+       * [r686] Makefile: Added some references to Proj4 and GEOS utility
+         and source code location in the Makefile
          to add context for new users.
 
-2004-08-18 13:46  strk
+2004-08-18 13:46  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_gist.c: Added PG80 (75) patches.
+       * [r685] lwgeom/lwgeom_gist.c: Added PG80 (75) patches.
 
-2004-08-18 13:21  strk
+2004-08-18 13:21  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Added skip of postgisgistcostestimate
-         (obsoleted)
+       * [r684] utils/postgis_restore.pl: Added skip of
+         postgisgistcostestimate (obsoleted)
 
-2004-08-18 08:26  strk
+2004-08-18 08:26  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Spatial table constraints names get column name
-         appended.
+       * [r683] postgis.sql.in: Spatial table constraints names get column
+         name appended.
          rename_geometry_table_constraints() obsoleted.
 
-2004-08-17 15:27  strk
+2004-08-17 15:27  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.sql.in, lwgeom/lwgeom_functions_basic.c: added
-         extent(lwgeom) and support functions.
+       * [r682] lwgeom/lwgeom.sql.in, lwgeom/lwgeom_functions_basic.c:
+         added extent(lwgeom) and support functions.
 
-2004-08-17 14:35  strk
+2004-08-17 14:35  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.sql.in: SRID(geometry) changed to SRID(lwgeom)
+       * [r681] lwgeom/lwgeom.sql.in: SRID(geometry) changed to
+         SRID(lwgeom)
 
-2004-08-17 14:30  strk
+2004-08-17 14:30  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Initial support for geometry->lwgeom
-         switch (dump objects defined for
+       * [r680] utils/postgis_restore.pl: Initial support for
+         geometry->lwgeom switch (dump objects defined for
          'geometry' are considered same of sql object defined for
          'oldgeometry')
 
-2004-08-17 14:28  strk
+2004-08-17 14:28  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.sql.in: Added SRID(geometry) for backward
+       * [r679] lwgeom/lwgeom.sql.in: Added SRID(geometry) for backward
          compatibility
 
-2004-08-17 14:21  strk
+2004-08-17 14:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom.sql.in, lwgeom/lwgeom_functions_basic.c: Added
-         geometrytype(LWGEOM)
+       * [r678] lwgeom/lwgeom.sql.in, lwgeom/lwgeom_functions_basic.c:
+         Added geometrytype(LWGEOM)
 
-2004-08-16 20:38  strk
+2004-08-16 20:38  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: OPERATOR parsing bug fixed. Schema
-         removal improoved. More test reports.
+       * [r677] utils/postgis_restore.pl: OPERATOR parsing bug fixed.
+         Schema removal improoved. More test reports.
 
-2004-08-16 11:03  mcayland
+2004-08-16 11:03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
 
-       * postgis_estimate.c: Added DLLIMPORT reference to
+       * [r676] postgis_estimate.c: Added DLLIMPORT reference to
          "default_statistics_target" if we are compiling under Win32. This
          should make it unnecessary to apply Romi's patch to the
          PostgreSQL source tree when compiling PostgreSQL ready for
          PostGIS.
 
-2004-08-16 10:46  strk
+2004-08-16 10:46  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: GEOS version extraction not attempted if USE_GEOS is
-         not set to 1.
+       * [r675] Makefile: GEOS version extraction not attempted if
+         USE_GEOS is not set to 1.
 
-2004-08-13 12:29  strk
+2004-08-13 12:29  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Support dump generated by pg_dump 7.4
+       * [r674] utils/postgis_restore.pl: Support dump generated by
+         pg_dump 7.4
 
-2004-08-11 17:07  strk
+2004-08-11 17:07  Sandro Santilli <strk@keybit.net>
 
-       * postgis_inout.c: Fixed a bug in non-finite Z check
+       * [r673] postgis_inout.c: Fixed a bug in non-finite Z check
 
-2004-08-10 21:09  strk
+2004-08-10 21:09  Sandro Santilli <strk@keybit.net>
 
-       * postgis_transform.c: changed proj version extractor to support
-         pre 4.4.8 releases
+       * [r672] postgis_transform.c: changed proj version extractor to
+         support pre 4.4.8 releases
 
-2004-08-08 18:10  strk
+2004-08-08 18:10  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: reduced psql invocation to a single
-         one.
+       * [r671] utils/postgis_restore.pl: reduced psql invocation to a
+         single one.
 
-2004-08-08 18:09  strk
+2004-08-08 18:09  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile, lwgeom/lwgeom.sql.in: lwgeom.sql production
-         follow postgis.sql production rules (cpp usage)
+       * [r670] lwgeom/Makefile, lwgeom/lwgeom.sql.in: lwgeom.sql
+         production follow postgis.sql production rules (cpp usage)
 
-2004-08-08 18:09  strk
+2004-08-08 18:09  Sandro Santilli <strk@keybit.net>
 
-       * create_undef.pl: Added missing required parameter to usage string
+       * [r669] create_undef.pl: Added missing required parameter to usage
+         string
 
-2004-08-07 12:13  strk
+2004-08-07 12:13  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: more header comments
+       * [r668] utils/postgis_restore.pl: more header comments
 
-2004-08-06 09:54  strk
+2004-08-06 09:54  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: added handling of operators and
+       * [r667] utils/postgis_restore.pl: added handling of operators and
          operator classes (skip postgis defined, keep others)
 
-2004-08-06 08:08  strk
+2004-08-06 08:08  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: perl detection and bug fixes.
+       * [r666] utils/postgis_restore.pl: perl detection and bug fixes.
 
-2004-08-05 20:00  strk
+2004-08-05 20:00  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Another schema support bug from Mark
+       * [r665] loader/shp2pgsql.c: Another schema support bug from Mark
 
-2004-08-05 19:12  strk
+2004-08-05 19:12  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: fixed bug in automatic perl invokation
+       * [r664] utils/postgis_restore.pl: fixed bug in automatic perl
+         invokation
 
-2004-08-05 16:53  strk
+2004-08-05 16:53  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: schema support patches
-         sent by Mark
+       * [r663] loader/pgsql2shp.c, loader/shp2pgsql.c: schema support
+         patches sent by Mark
 
-2004-08-03 09:41  strk
+2004-08-03 09:41  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: geometry_columns and spatial_ref_sys
-         back created from dump
+       * [r662] utils/postgis_restore.pl: geometry_columns and
+         spatial_ref_sys back created from dump
 
-2004-08-03 09:30  strk
+2004-08-03 09:30  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: Always added 'public' to search_path,
-         to bypass pg_dump loss of
+       * [r661] utils/postgis_restore.pl: Always added 'public' to
+         search_path, to bypass pg_dump loss of
          constrain functions schema.
          Added automatic 'perl' invocation.
          Reduced output (set $DEBUG=1 to have it back).
 
-2004-08-03 09:29  strk
+2004-08-03 09:29  Sandro Santilli <strk@keybit.net>
 
-       * utils/README: updated
+       * [r660] utils/README: updated
 
-2004-08-03 07:58  strk
+2004-08-03 07:58  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: handling of more cases
+       * [r659] utils/postgis_restore.pl: handling of more cases
 
-2004-08-02 19:03  strk
+2004-08-02 19:03  Sandro Santilli <strk@keybit.net>
 
-       * utils/postgis_restore.pl: initial import
+       * [r658] utils/postgis_restore.pl: initial import
 
-2004-08-02 16:27  strk
+2004-08-02 16:27  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Fixed format bugs (needed for postgis_undef.pl to
-         work)
+       * [r657] postgis.sql.in: Fixed format bugs (needed for
+         postgis_undef.pl to work)
 
-2004-07-29 14:10  strk
+2004-07-29 14:10  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Unability to open a shapefile or dbffile
-         reported more nicely.
+       * [r656] loader/shp2pgsql.c: Unability to open a shapefile or
+         dbffile reported more nicely.
 
-2004-07-28 17:32  strk
+2004-07-28 17:32  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added postgis_full_version(), marked
+       * [r655] doc/postgis.xml: Added postgis_full_version(), marked
          postgis_version() as deprecated.
 
-2004-07-28 16:15  strk
+2004-07-28 16:15  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Fixed a bug in postgis_full_version()
+       * [r654] postgis.sql.in: Fixed a bug in postgis_full_version()
 
-2004-07-28 16:10  strk
+2004-07-28 16:10  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, postgis.sql.in, postgis_fn.c, postgis_geos.c,
-         postgis_transform.c: Changed all version functions to return
-         text.
+       * [r653] doc/postgis.xml, postgis.sql.in, postgis_fn.c,
+         postgis_geos.c, postgis_transform.c: Changed all version
+         functions to return text.
          Renamed postgis_scripts_version() to postgis_scripts_installed()
          Added postgis_scripts_released().
          Added postgis_full_version().
 
-2004-07-28 13:37  strk
+2004-07-28 13:37  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, postgis.h, postgis_fn.c, postgis_geos.c: Added
-         postgis_uses_stats and postgis_scripts_version.
+       * [r652] doc/postgis.xml, postgis.h, postgis_fn.c, postgis_geos.c:
+         Added postgis_uses_stats and postgis_scripts_version.
          Experimented with PIP short-circuit in within/contains functions.
          Documented new version functions.
 
-2004-07-28 10:52  strk
+2004-07-28 10:52  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, postgis.sql.in: Added postgis_scripts_version
+       * [r651] Makefile, postgis.sql.in: Added postgis_scripts_version
 
-2004-07-27 17:51  strk
+2004-07-27 17:51  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c: short-circuit test for 'contains'
+       * [r650] postgis_geos.c: short-circuit test for 'contains'
 
-2004-07-27 17:49  strk
+2004-07-27 17:49  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c: Added short-circuit test for the within function.
+       * [r649] postgis_geos.c: Added short-circuit test for the within
+         function.
 
-2004-07-23 21:24  strk
+2004-07-23 21:24  Sandro Santilli <strk@keybit.net>
 
-       * postgis.h, postgis.sql.in, postgis_transform.c: Added
+       * [r648] postgis.h, postgis.sql.in, postgis_transform.c: Added
          postgis_proj_version()
 
-2004-07-22 16:58  strk
+2004-07-22 16:58  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c, postgis_geos_wrapper.cpp: Updated to reflect geos
-         version string split.
+       * [r647] postgis_geos.c, postgis_geos_wrapper.cpp: Updated to
+         reflect geos version string split.
 
-2004-07-22 16:20  strk
+2004-07-22 16:20  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, postgis.h, postgis.sql.in, postgis_fn.c,
+       * [r646] Makefile, postgis.h, postgis.sql.in, postgis_fn.c,
          postgis_geos.c, postgis_geos_wrapper.cpp, postgis_transform.c:
          Added postgis_lib_version() and postgis_geos_version()
 
-2004-07-19 16:24  strk
+2004-07-19 16:24  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Added -i switch
+       * [r645] loader/shp2pgsql.c: Added -i switch
 
-2004-07-17 09:52  strk
+2004-07-17 09:52  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos_wrapper.cpp: GEOS multi-version support switches
-         implemented with GEOS_LAST_INTERFACE
+       * [r644] postgis_geos_wrapper.cpp: GEOS multi-version support
+         switches implemented with GEOS_LAST_INTERFACE
 
-2004-07-17 09:52  strk
+2004-07-17 09:52  Sandro Santilli <strk@keybit.net>
 
-       * geos_version.sh: Added GEOS_FIRST_INTERFACE, GEOS_LAST_INTERFACE,
-         GEOS_JTS_PORT detection
+       * [r643] geos_version.sh: Added GEOS_FIRST_INTERFACE,
+         GEOS_LAST_INTERFACE, GEOS_JTS_PORT detection
 
-2004-07-17 09:51  strk
+2004-07-17 09:51  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Modified to always detect geos version (no deps)
+       * [r642] Makefile: Modified to always detect geos version (no deps)
 
-2004-07-08 19:33  strk
+2004-07-08 19:33  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos_wrapper.cpp: Updated to respect CoordinateSequence
-         GEOS interface switch.
+       * [r641] postgis_geos_wrapper.cpp: Updated to respect
+         CoordinateSequence GEOS interface switch.
 
-2004-07-02 13:33  strk
+2004-07-02 13:33  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, postgis_geos_wrapper.cpp: Changed GEOS header inclusion
-         mechanism to be more polite
+       * [r640] Makefile, postgis_geos_wrapper.cpp: Changed GEOS header
+         inclusion mechanism to be more polite
 
-2004-07-01 17:02  strk
+2004-07-01 17:02  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos_wrapper.cpp: Updated to support latest GEOS API.
+       * [r639] postgis_geos_wrapper.cpp: Updated to support latest GEOS
+         API.
 
-2004-07-01 17:02  strk
+2004-07-01 17:02  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c: Updated to support latest GEOS (actually removed
-         all geos-version related
+       * [r638] postgis_geos.c: Updated to support latest GEOS (actually
+         removed all geos-version related
          switches).
          Fixed an access to unallocated memory.
 
-2004-06-22 21:30  pramsey
+2004-06-22 21:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * jdbc/examples/TestServer.java: Compile patch from Markus Schaber
+       * [r637] jdbc/examples/TestServer.java: Compile patch from Markus
+         Schaber
 
-2004-06-22 16:52  strk
+2004-06-22 16:52  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: Standard deviation factor used in histogram
-         extent computation made
+       * [r636] postgis_estimate.c: Standard deviation factor used in
+         histogram extent computation made
          a compile-time define.
 
-2004-06-22 11:05  strk
+2004-06-22 11:05  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Handled empty strings in numeric fields as
-         '0'es... pg_atoi() does
+       * [r635] loader/shp2pgsql.c: Handled empty strings in numeric
+         fields as '0'es... pg_atoi() does
          not do this (while atoi() does).
 
-2004-06-18 17:11  strk
+2004-06-18 17:11  Sandro Santilli <strk@keybit.net>
 
-       * geos_version.sh: Fixed a bug in minor version extractor.
+       * [r634] geos_version.sh: Fixed a bug in minor version extractor.
          Wrapped GEOS_VERSION in an #ifndef block.
          More runtime checks.
 
-2004-06-16 20:04  strk
+2004-06-16 20:04  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: added geos_version.sh as dependency of
+       * [r633] Makefile: added geos_version.sh as dependency of
          postgis_geos_version.h rule
 
-2004-06-16 19:59  strk
+2004-06-16 19:59  Sandro Santilli <strk@keybit.net>
 
-       * geos_version.sh, postgis_geos.c, postgis_geos_wrapper.cpp:
+       * [r632] geos_version.sh, postgis_geos.c, postgis_geos_wrapper.cpp:
          Changed GEOS_VERSION to POSTGIS_GEOS_VERSION to avoid future
          clashes
 
-2004-06-16 19:37  strk
+2004-06-16 19:37  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c, postgis_geos_wrapper.cpp: Added cleanup needed
-         for GEOS > 1.0
+       * [r631] postgis_geos.c, postgis_geos_wrapper.cpp: Added cleanup
+         needed for GEOS > 1.0
 
-2004-06-16 19:28  strk
+2004-06-16 19:28  Sandro Santilli <strk@keybit.net>
 
-       * geos_version.sh: fixed a typo in preprocessor define
+       * [r630] geos_version.sh: fixed a typo in preprocessor define
 
-2004-06-16 18:50  strk
+2004-06-16 18:50  Sandro Santilli <strk@keybit.net>
 
-       * ., .cvsignore, Makefile: Added postgis_geos_version.h to
+       * [r629] ., .cvsignore, Makefile: Added postgis_geos_version.h to
          .cvsignore and to the list of files
          removed by the clean: rule.
 
-2004-06-16 18:47  strk
+2004-06-16 18:47  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, postgis_geos.c, postgis_geos_wrapper.cpp: Added code to
-         detect geos version.
+       * [r628] Makefile, postgis_geos.c, postgis_geos_wrapper.cpp: Added
+         code to detect geos version.
          Added appropriate includes in geos connectors.
 
-2004-06-16 18:47  strk
+2004-06-16 18:47  Sandro Santilli <strk@keybit.net>
 
-       * geos_version.sh: initial import
+       * [r627] geos_version.sh: initial import
 
-2004-06-16 13:42  strk
+2004-06-16 13:42  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Added schema support in getMaxFieldSize.
+       * [r626] loader/pgsql2shp.c: Added schema support in
+         getMaxFieldSize.
          Added direct support for TIMESTAMP field types (thanks to Steffen
          Macke).
 
-2004-06-16 13:14  strk
+2004-06-16 13:14  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: documented statistics gethering operations
+       * [r625] doc/postgis.xml: documented statistics gethering
+         operations
 
-2004-06-14 08:06  strk
+2004-06-14 08:06  Sandro Santilli <strk@keybit.net>
 
-       * create_undef.pl: fixed bogus support for PG71
+       * [r624] create_undef.pl: fixed bogus support for PG71
 
-2004-06-14 07:48  strk
+2004-06-14 07:48  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: Histogram extent redefinition after hard
-         deviant removal fixed to be
+       * [r623] postgis_estimate.c: Histogram extent redefinition after
+         hard deviant removal fixed to be
          "at most" the standard deviation based computed.
 
-2004-06-11 11:38  strk
+2004-06-11 11:38  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: Infinite geometries handling.
+       * [r622] postgis_estimate.c: Infinite geometries handling.
          Histogram extent re-computation after 'hard deviant' features
          removal.
 
-2004-06-10 18:54  strk
+2004-06-10 18:54  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: histogram grid size refined to use
+       * [r621] postgis_estimate.c: histogram grid size refined to use
          near-square cells.
 
-2004-06-10 15:44  strk
+2004-06-10 15:44  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: Added standard deviation based histogram
-         extent refinement
+       * [r620] postgis_estimate.c: Added standard deviation based
+         histogram extent refinement
 
-2004-06-10 13:42  strk
+2004-06-10 13:42  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: Separated the estimator code in an
+       * [r619] postgis_estimate.c: Separated the estimator code in an
          estimate_selectivity() function.
          Handled complete contaiment and complete miss of histogram by
          searc box.
 
-2004-06-09 10:19  strk
+2004-06-09 10:19  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, postgis_gist_72.c, postgis_gist_75.c: Moved changes
-         needed for PG75 inside postgis_gist_72.c using #if switches.
+       * [r618] Makefile, postgis_gist_72.c, postgis_gist_75.c: Moved
+         changes needed for PG75 inside postgis_gist_72.c using #if
+         switches.
 
-2004-06-09 10:05  strk
+2004-06-09 10:05  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Added switch for GIST_SUPPORT=75
+       * [r617] Makefile: Added switch for GIST_SUPPORT=75
 
-2004-06-09 10:05  strk
+2004-06-09 10:05  Sandro Santilli <strk@keybit.net>
 
-       * postgis_gist_75.c: initial import
+       * [r616] postgis_gist_75.c: initial import
 
-2004-06-09 09:35  strk
+2004-06-09 09:35  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: Removed partial pgsql List API copy
+       * [r615] postgis_estimate.c: Removed partial pgsql List API copy
 
-2004-06-09 09:08  strk
+2004-06-09 09:08  Sandro Santilli <strk@keybit.net>
 
-       * postgis_inout.c: changed index/rindex to strchr/strrchr
+       * [r614] postgis_inout.c: changed index/rindex to strchr/strrchr
 
-2004-06-09 09:06  strk
+2004-06-09 09:06  Sandro Santilli <strk@keybit.net>
 
-       * postgis.h: Added Romi's Win32 patches.
+       * [r613] postgis.h: Added Romi's Win32 patches.
 
-2004-06-08 17:49  strk
+2004-06-08 17:49  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: Fixed to build cleanly agains pg75
+       * [r612] postgis_estimate.c: Fixed to build cleanly agains pg75
 
-2004-06-08 17:48  strk
+2004-06-08 17:48  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Compression of code terminated.
+       * [r611] postgis.sql.in: Compression of code terminated.
          Big blocks switched based on version have been removed.
 
-2004-06-08 17:40  strk
+2004-06-08 17:40  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/regress/lwgeom_regress3_expected,
+       * [r610] lwgeom/regress/lwgeom_regress3_expected,
          lwgeom/regress/regress_lots_of_points.sql: removed user connect
          command
 
-2004-06-08 15:18  strk
+2004-06-08 15:18  Sandro Santilli <strk@keybit.net>
 
-       * postgis.h, postgis_inout.c: Deleted prototype for isspace() in
-         postgis.h
+       * [r609] postgis.h, postgis_inout.c: Deleted prototype for
+         isspace() in postgis.h
          and included <ctype.h> in postgis_inout.c,
          which is the only module calling isspace().
          This was needed to compile postgis against PG75(CVS).
 
-2004-06-08 08:42  strk
+2004-06-08 08:42  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, lwgeom/Makefile: MODULE_FILENAME path always defaults
-         to $libdir, but is overridable
+       * [r608] Makefile, lwgeom/Makefile: MODULE_FILENAME path always
+         defaults to $libdir, but is overridable
          using environment variable LPATH. Added comments about it and
          cleaned
          up code. Made global and lwgeom Makefile conformant about this.
 
-2004-06-08 08:20  strk
+2004-06-08 08:20  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgparse.c: added 'static' modifiers for the 'error'
-         function, possibly clashing with some other declaration
+       * [r607] lwgeom/lwgparse.c: added 'static' modifiers for the
+         'error' function, possibly clashing with some other declaration
 
-2004-06-07 17:58  strk
+2004-06-07 17:58  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgparse.c: reverted change in lwg_parse_yyerror
+       * [r606] lwgeom/lwgparse.c: reverted change in lwg_parse_yyerror
 
-2004-06-07 17:26  strk
+2004-06-07 17:26  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Default MODULE_FILENAME uses $libdir unless LPATH is
-         set in the environment
+       * [r605] Makefile: Default MODULE_FILENAME uses $libdir unless
+         LPATH is set in the environment
 
-2004-06-07 16:57  strk
+2004-06-07 16:57  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Removed obsolete postgisgistcostestimate function
-         creation
+       * [r604] postgis.sql.in: Removed obsolete postgisgistcostestimate
+         function creation
 
-2004-06-07 16:34  strk
+2004-06-07 16:34  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Removed postgis_old.sql from list of default rules
+       * [r603] Makefile: Removed postgis_old.sql from list of default
+         rules
 
-2004-06-07 16:32  strk
+2004-06-07 16:32  Sandro Santilli <strk@keybit.net>
 
-       * Attic, Attic/postgis_sql_71_end.sql.in,
+       * [r602] Attic, Attic/postgis_sql_71_end.sql.in,
          Attic/postgis_sql_71_start.sql.in,
          Attic/postgis_sql_72_end.sql.in,
          Attic/postgis_sql_72_start.sql.in,
          Attic/postgis_sql_common.sql.in: Moved old version-specific sql
          files under the Attic directory.
 
-2004-06-07 16:32  strk
+2004-06-07 16:32  Sandro Santilli <strk@keybit.net>
 
-       * Attic: Moved old version-specific sql files under the Attic
-         directory.
+       * [r601] Attic: Moved old version-specific sql files under the
+         Attic directory.
 
-2004-06-07 16:11  strk
+2004-06-07 16:11  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: AddGeometryColumns call table constraints
+       * [r600] postgis.sql.in: AddGeometryColumns call table constraints
          'enforce_srid' and 'enforce_geotype'
 
-2004-06-07 15:32  strk
+2004-06-07 15:32  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgparse.c: Fixed a bug killing the backend -
+       * [r599] lwgeom/lwgparse.c: Fixed a bug killing the backend -
          lwg_parse_yyerror never called custom error handler
 
-2004-06-07 10:07  strk
+2004-06-07 10:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgeom_inout.c: allowed lower case in wkt
+       * [r598] lwgeom/lwgeom_inout.c: allowed lower case in wkt
 
-2004-06-07 09:16  strk
+2004-06-07 09:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/wktparse.lex, lwgeom/wktunparse.c: Added missing
+       * [r597] lwgeom/wktparse.lex, lwgeom/wktunparse.c: Added missing
          prototypes.
 
-2004-06-04 15:24  strk
+2004-06-04 15:24  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom, lwgeom/.cvsignore: Added y.output
+       * [r596] lwgeom, lwgeom/.cvsignore: Added y.output
 
-2004-06-04 15:24  strk
+2004-06-04 15:24  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Added more cleanup
+       * [r595] lwgeom/Makefile: Added more cleanup
 
-2004-06-04 15:23  strk
+2004-06-04 15:23  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/wktparse.y: added semicolumns at end of blocks
+       * [r594] lwgeom/wktparse.y: added semicolumns at end of blocks
 
-2004-06-04 15:21  strk
+2004-06-04 15:21  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lex.yy.c: removed, will be created
+       * [r593] lwgeom/lex.yy.c: removed, will be created
 
-2004-06-04 13:39  strk
+2004-06-04 13:39  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Removed references to constraint name (unsafe)
-         from probe_geometry_columns()
+       * [r592] postgis.sql.in: Removed references to constraint name
+         (unsafe) from probe_geometry_columns()
          and fix_geometry_columns(). Added a
          rename_geometry_table_constraints()
          renaming all geometry constraints to 'enforce_srid' and
          'enforce_geotype'
 
-2004-06-04 13:11  strk
+2004-06-04 13:11  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: probe_geometry_columns() return message extended
+       * [r591] postgis.sql.in: probe_geometry_columns() return message
+         extended
 
-2004-06-04 12:40  strk
+2004-06-04 12:40  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Added comments about fix_geometry_columns() job.
+       * [r590] postgis.sql.in: Added comments about
+         fix_geometry_columns() job.
          SRID and type checks made stricter in fix_geometry_columns().
 
-2004-06-04 12:26  strk
+2004-06-04 12:26  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Added probe_geometry_columns().
+       * [r589] postgis.sql.in: Added probe_geometry_columns().
          Modified fix_geometry_columns() to prevent fixing of bogus
          records for
          which a corrected equivalent already exists.
 
-2004-06-04 10:19  strk
+2004-06-04 10:19  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added DropGeometryTable description
+       * [r588] doc/postgis.xml: Added DropGeometryTable description
 
-2004-06-04 10:07  strk
+2004-06-04 10:07  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Added DropGeometryColumn function
+       * [r587] postgis.sql.in: Added DropGeometryColumn function
 
-2004-06-04 09:16  strk
+2004-06-04 09:16  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom, lwgeom/.cvsignore: first entries
+       * [r586] lwgeom, lwgeom/.cvsignore: first entries
 
-2004-06-04 09:11  strk
+2004-06-04 09:11  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/lwgparse.c, lwgeom/wktparse.lex: Added prototypes
+       * [r585] lwgeom/lwgparse.c, lwgeom/wktparse.lex: Added prototypes
 
-2004-06-04 09:07  strk
+2004-06-04 09:07  Sandro Santilli <strk@keybit.net>
 
-       * lwgeom/Makefile: Fixed YACC call to rename standardly produced
-         y.tab.c and y.tab.h
+       * [r584] lwgeom/Makefile: Fixed YACC call to rename standardly
+         produced y.tab.c and y.tab.h
          to wktparse.tab.c and wktparse.tab.h
 
-2004-06-04 08:49  strk
+2004-06-04 08:49  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Moved all geoemtry_columns cleanup in
+       * [r583] postgis.sql.in: Moved all geoemtry_columns cleanup in
          fix_geometry_columns,
          update_geometry_stats(*) and addgeometrycolumn(*) will now
          call the former and print out its result text.
 
-2004-06-04 08:31  strk
+2004-06-04 08:31  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Lifted AddGeometryColumns result message,
+       * [r582] postgis.sql.in: Lifted AddGeometryColumns result message,
          including output from fix_geometry_columns
 
-2004-06-04 08:25  strk
+2004-06-04 08:25  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: fix_geometry_columns() makes its best effort to
-         find appropriate schema.
+       * [r581] postgis.sql.in: fix_geometry_columns() makes its best
+         effort to find appropriate schema.
 
-2004-06-03 16:44  strk
+2004-06-03 16:44  Sandro Santilli <strk@keybit.net>
 
-       * postgis.h, postgis.sql.in, postgis_fn.c: Added expand_geometry -
-         expand(geometry, int8)
+       * [r580] postgis.h, postgis.sql.in, postgis_fn.c: Added
+         expand_geometry - expand(geometry, int8)
 
-2004-06-03 13:49  strk
+2004-06-03 13:49  Sandro Santilli <strk@keybit.net>
 
-       * ., .cvsignore: added postgis_old.sql
+       * [r579] ., .cvsignore: added postgis_old.sql
 
-2004-06-03 13:44  strk
+2004-06-03 13:44  Sandro Santilli <strk@keybit.net>
 
-       * create_undef.pl: Made it functional again.
+       * [r578] create_undef.pl: Made it functional again.
 
-2004-06-03 13:43  strk
+2004-06-03 13:43  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: compatted CASTS section, commented out bogus cast
-         geometry::chip referring to missing function
+       * [r577] postgis.sql.in: compatted CASTS section, commented out
+         bogus cast geometry::chip referring to missing function
 
-2004-06-03 13:20  strk
+2004-06-03 13:20  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Skipped attrelid, varattnum linking for PG>=75
+       * [r576] postgis.sql.in: Skipped attrelid, varattnum linking for
+         PG>=75
 
-2004-06-03 12:48  strk
+2004-06-03 12:48  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: All type definitions moved at the beginning of
-         the file.
+       * [r575] postgis.sql.in: All type definitions moved at the
+         beginning of the file.
          Left to compat: what was in postgis_sql_end_VER_.
 
-2004-06-03 11:06  strk
+2004-06-03 11:06  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Fixed bug in update_geometry_stats() choking on
-         null attrelids.
+       * [r574] postgis.sql.in: Fixed bug in update_geometry_stats()
+         choking on null attrelids.
          Modified update_geometry_stats(varchar, varchar) to cleanup stale
          record(s).
          Added a CREATEFUNCTION define to become CREATE OR REPLACE
          for PG > 71.
          Made update_geometry_stats(*) return meaningful result.
 
-2004-06-03 09:45  strk
+2004-06-03 09:45  Sandro Santilli <strk@keybit.net>
 
-       * postgis_inout.c: infinite geoms handled in WKB parser
+       * [r573] postgis_inout.c: infinite geoms handled in WKB parser
 
-2004-06-03 08:19  strk
+2004-06-03 08:19  Sandro Santilli <strk@keybit.net>
 
-       * postgis_gist_72.c, postgis_inout.c: yet another Infinite check
-         used: finite() - which checks for NaN,-Inf,+Inf
+       * [r572] postgis_gist_72.c, postgis_inout.c: yet another Infinite
+         check used: finite() - which checks for NaN,-Inf,+Inf
 
-2004-06-03 08:13  strk
+2004-06-03 08:13  Sandro Santilli <strk@keybit.net>
 
-       * postgis_gist_72.c, postgis_inout.c: Simplified INFINITY checks by
-         use of isinf()
+       * [r571] postgis_gist_72.c, postgis_inout.c: Simplified INFINITY
+         checks by use of isinf()
 
-2004-06-03 07:58  strk
+2004-06-03 07:58  Sandro Santilli <strk@keybit.net>
 
-       * postgis_gist_72.c: Infinite coordinate geoms omitted from index
+       * [r570] postgis_gist_72.c: Infinite coordinate geoms omitted from
+         index
 
-2004-06-03 07:57  strk
+2004-06-03 07:57  Sandro Santilli <strk@keybit.net>
 
-       * postgis_inout.c: wkt parser throws an error on Infinite
+       * [r569] postgis_inout.c: wkt parser throws an error on Infinite
          coordinates
 
-2004-06-03 04:51  pramsey
+2004-06-03 04:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Document the expand() function (finally!)
+       * [r568] doc/postgis.xml: Document the expand() function (finally!)
 
-2004-06-02 23:54  strk
+2004-06-02 23:54  Sandro Santilli <strk@keybit.net>
 
-       * postgis_gist_72.c: Made equality checks the default in picksplit
-         to catch also NaN results (INF geoms)
+       * [r567] postgis_gist_72.c: Made equality checks the default in
+         picksplit to catch also NaN results (INF geoms)
 
-2004-06-02 23:29  strk
+2004-06-02 23:29  Sandro Santilli <strk@keybit.net>
 
-       * postgis_gist_72.c: reverted Inf handling modification
+       * [r566] postgis_gist_72.c: reverted Inf handling modification
          (conceptually bogus)
 
-2004-06-02 22:43  strk
+2004-06-02 22:43  Sandro Santilli <strk@keybit.net>
 
-       * postgis_gist_72.c: handled special case of Inf boxes as GiST keys
-         in picksplit
+       * [r565] postgis_gist_72.c: handled special case of Inf boxes as
+         GiST keys in picksplit
 
-2004-06-02 17:15  strk
+2004-06-02 17:15  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: stale locks removal in fix_geometry_columns() and
-         update_geometry_stats(). Fixed a bug in fix_geometry_columns()
-         deleting stats.
+       * [r564] postgis.sql.in: stale locks removal in
+         fix_geometry_columns() and update_geometry_stats(). Fixed a bug
+         in fix_geometry_columns() deleting stats.
 
-2004-06-02 16:21  strk
+2004-06-02 16:21  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: build_histogram2d sets 'local' search_path.
+       * [r563] postgis.sql.in: build_histogram2d sets 'local'
+         search_path.
          fix_geometry_columns sets to NULL cached data for unexistant
          tables.
 
-2004-06-01 16:56  strk
+2004-06-01 16:56  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: removed namespace check for PG<73 in
+       * [r562] postgis.sql.in: removed namespace check for PG<73 in
          update_geometry_stats()
 
-2004-06-01 16:30  strk
+2004-06-01 16:30  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Made AddGeometryColumn delete from
+       * [r561] postgis.sql.in: Made AddGeometryColumn delete from
          geometry_column records which would be incompatible with the one
          being added
 
-2004-06-01 16:16  strk
+2004-06-01 16:16  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Placed histogram2d type definition in a common
-         place;
+       * [r560] postgis.sql.in: Placed histogram2d type definition in a
+         common place;
          added find_extent(schema, table, column) and
          build_histogram2d(histogram,
          schema, table, column); modified update_geometry_stats() to make
          of available f_table_schema and to set statistical fields to NULL
          for stale records. Thanks to Carl Anderson for the ideas.
 
-2004-05-28 03:01  pramsey
+2004-05-28 03:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES, CREDITS, README.postgis: Updates in anticipation of
-         0.8.2 release
+       * [r558] CHANGES, CREDITS, README.postgis: Updates in anticipation
+         of 0.8.2 release
 
-2004-05-28 02:42  pramsey
+2004-05-28 02:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Document the multi() function.
+       * [r557] doc/postgis.xml: Document the multi() function.
 
-2004-05-24 13:02  strk
+2004-05-24 13:02  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: compat definition of fix_geometry_columns
+       * [r556] postgis.sql.in: compat definition of fix_geometry_columns
 
-2004-05-20 19:21  pramsey
+2004-05-20 19:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Fix bug in append mode that filled values
-         into nonexistant gid column.
+       * [r555] loader/shp2pgsql.c: Fix bug in append mode that filled
+         values into nonexistant gid column.
 
-2004-05-18 16:56  pramsey
+2004-05-18 16:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fix typos and section misreferences in OGC
-         function reference section
+       * [r554] doc/postgis.xml: Fix typos and section misreferences in
+         OGC function reference section
 
-2004-05-18 16:52  pramsey
+2004-05-18 16:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis.sql.in: Add multi() to the new cpp based sql.in file.
+       * [r553] postgis.sql.in: Add multi() to the new cpp based sql.in
+         file.
 
-2004-05-13 12:24  strk
+2004-05-13 12:24  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Transformed NULL numeric values to 0 as it
-         was before the introduction
+       * [r552] loader/pgsql2shp.c: Transformed NULL numeric values to 0
+         as it was before the introduction
          of bigint bug workaround.
 
-2004-05-13 12:13  strk
+2004-05-13 12:13  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Used DBFWriteAttributeDirectly interface for
-         writing attributes.
+       * [r551] loader/pgsql2shp.c: Used DBFWriteAttributeDirectly
+         interface for writing attributes.
          This way we are not affected by shapelib long-integer bug.
 
-2004-05-13 12:07  strk
+2004-05-13 12:07  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Other fix in 3d handling - you should now be
-         able to dump as 2d or 3d any 2d or 3d object
+       * [r550] loader/pgsql2shp.c: Other fix in 3d handling - you should
+         now be able to dump as 2d or 3d any 2d or 3d object
 
-2004-05-13 11:59  strk
+2004-05-13 11:59  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Fixed bug in 3d features handling.
+       * [r549] loader/pgsql2shp.c: Fixed bug in 3d features handling.
 
-2004-05-13 09:40  strk
+2004-05-13 09:40  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Totally reworked code to have a main loop for
-         shapefile objects.
+       * [r548] loader/shp2pgsql.c: Totally reworked code to have a main
+         loop for shapefile objects.
          Much more readable, I belive.
 
-2004-05-13 07:48  strk
+2004-05-13 07:48  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Put table creation code in its own function.
+       * [r547] loader/shp2pgsql.c: Put table creation code in its own
+         function.
          Fixed a bug with NULL shape records handling.
 
-2004-05-13 06:38  strk
+2004-05-13 06:38  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: DBFReadStringValue always used to workaround
-         shapelib bug with int values.
+       * [r546] loader/shp2pgsql.c: DBFReadStringValue always used to
+         workaround shapelib bug with int values.
 
-2004-05-04 16:55  strk
+2004-05-04 16:55  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Added -fPIC to CXXFLAGS. Reported to be needed on
-         Solaris7 w/ gcc-3.3.2
+       * [r545] Makefile: Added -fPIC to CXXFLAGS. Reported to be needed
+         on Solaris7 w/ gcc-3.3.2
          by Havard Tveite <havard.tveite@nlh.no>.
 
 2004-04-29 21:07  rmason
 
-       * lwgeom/wktparse.tab.h: removed generated file
+       * [r544] lwgeom/wktparse.tab.h: removed generated file
 
 2004-04-29 21:07  rmason
 
-       * lwgeom/wktparse.tab.c: *** empty log message ***
+       * [r543] lwgeom/wktparse.tab.c: *** empty log message ***
 
 2004-04-29 18:44  dblasby
 
-       * lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
+       * [r542] lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
          lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c,
          lwgeom/regress/run_regress2: Noted diff between inf and Infinity
          on Solaris/Intel machines
 
 2004-04-29 18:41  dblasby
 
-       * lwgeom/lex.yy.c: updated version
+       * [r541] lwgeom/lex.yy.c: updated version
 
 2004-04-29 18:36  dblasby
 
-       * lwgeom/regress/run_regress, lwgeom/regress/run_regress2,
+       * [r540] lwgeom/regress/run_regress, lwgeom/regress/run_regress2,
          lwgeom/regress/run_regress3: added sleep so it wouldnt complain
          on solarias as much
 
 2004-04-29 18:20  dblasby
 
-       * lwgeom/regress/lwgeom_regress2.sql,
+       * [r539] lwgeom/regress/lwgeom_regress2.sql,
          lwgeom/regress/lwgeom_regress2_expected: WKT parser changes
          required this change
 
 2004-04-29 18:16  dblasby
 
-       * lwgeom/regress/lwgeom_regress3_expected: minor changes
+       * [r538] lwgeom/regress/lwgeom_regress3_expected: minor changes
 
 2004-04-29 18:15  dblasby
 
-       * lwgeom/regress/lwgeom_regress_expected: WKT parser changes to
-         MULTIPOINT required this be updated
+       * [r537] lwgeom/regress/lwgeom_regress_expected: WKT parser changes
+         to MULTIPOINT required this be updated
 
 2004-04-29 04:35  rmason
 
-       * lwgeom/lwgparse.c: clean up of wbk int and double reading code
+       * [r536] lwgeom/lwgparse.c: clean up of wbk int and double reading
+         code
 
 2004-04-29 03:57  rmason
 
-       * lwgeom/wktparse.lex: fix number parsing
+       * [r535] lwgeom/wktparse.lex: fix number parsing
 
 2004-04-29 03:13  rmason
 
-       * lwgeom/wktunparse.c: remove extra brackets from multipoints
+       * [r534] lwgeom/wktunparse.c: remove extra brackets from
+         multipoints
 
-2004-04-28 23:07  pramsey
+2004-04-28 23:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Change PGSQL_SRC behavior back to developer-friendly.
+       * [r533] Makefile: Change PGSQL_SRC behavior back to
+         developer-friendly.
 
 2004-04-28 22:59  dblasby
 
-       * lwgeom/README: minor changes
+       * [r532] lwgeom/README: minor changes
 
 2004-04-28 22:50  dblasby
 
-       * lwgeom/README: Inital Version. Hasnt been proofread.
+       * [r531] lwgeom/README: Inital Version. Hasnt been proofread.
 
-2004-04-28 22:40  pramsey
+2004-04-28 22:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/Makefile: Added flex/bison lines for parser.
+       * [r530] lwgeom/Makefile: Added flex/bison lines for parser.
 
-2004-04-28 22:26  pramsey
+2004-04-28 22:26  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_chip.c, postgis_debug.c, postgis_estimate.c,
+       * [r529] postgis_chip.c, postgis_debug.c, postgis_estimate.c,
          postgis_fn.c, postgis_geos.c, postgis_gist_71.c,
          postgis_gist_72.c, postgis_inout.c, postgis_ops.c,
          postgis_proj.c, postgis_transform.c: Fixed spelling mistake in
 
 2004-04-28 21:20  dblasby
 
-       * lwgeom/regress/lwgeom_regress3.sql: minor changes to ensure its
-         using the index
+       * [r528] lwgeom/regress/lwgeom_regress3.sql: minor changes to
+         ensure its using the index
 
 2004-04-28 21:08  dblasby
 
-       * lwgeom/regress/lwgeom_regress3_expected: updated results
+       * [r527] lwgeom/regress/lwgeom_regress3_expected: updated results
 
 2004-04-28 21:02  dblasby
 
-       * lwgeom/regress/lwgeom_regress3.sql: minor change for endianess
+       * [r526] lwgeom/regress/lwgeom_regress3.sql: minor change for
+         endianess
 
 2004-04-28 21:00  dblasby
 
-       * lwgeom/lwgeom_inout.c: removed an elog(NOTICE)
+       * [r525] lwgeom/lwgeom_inout.c: removed an elog(NOTICE)
 
 2004-04-28 19:17  dblasby
 
-       * lwgeom/regress, lwgeom/regress/lwgeom_regress.sql,
+       * [r524] lwgeom/regress, lwgeom/regress/lwgeom_regress.sql,
          lwgeom/regress/lwgeom_regress2.sql,
          lwgeom/regress/lwgeom_regress2_expected,
          lwgeom/regress/lwgeom_regress3.sql,
 
 2004-04-28 18:27  dblasby
 
-       * lwgeom/lwgeom_api.c, lwgeom/lwgeom_regress.sql: moved to regress/
-         directory
+       * [r523] lwgeom/lwgeom_api.c, lwgeom/lwgeom_regress.sql: moved to
+         regress/ directory
 
 2004-04-28 18:10  dblasby
 
-       * lwgeom/lwgeom_regress.sql, lwgeom/lwgparse.c,
+       * [r522] lwgeom/lwgeom_regress.sql, lwgeom/lwgparse.c,
          lwgeom/wktunparse.c: Added automatic endian detection for the WKB
          parser/unparser.
 
-2004-04-28 04:55  pramsey
+2004-04-28 04:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * lwgeom/Makefile: Genericize the Makefile per Dave's request.
+       * [r521] lwgeom/Makefile: Genericize the Makefile per Dave's
+         request.
 
 2004-04-27 23:47  dblasby
 
-       * postgis_inout.c: minor 3d geometrycollection bug fix
+       * [r520] postgis_inout.c: minor 3d geometrycollection bug fix
 
 2004-04-27 23:33  dblasby
 
-       * lwgeom/lwgeom_regress.sql: initial version
+       * [r519] lwgeom/lwgeom_regress.sql: initial version
 
 2004-04-27 23:12  dblasby
 
-       * lwgeom/lwgeom_inout.c, lwgeom/wktunparse.c: minor changes for
-         solaris
+       * [r518] lwgeom/lwgeom_inout.c, lwgeom/wktunparse.c: minor changes
+         for solaris
 
 2004-04-27 22:13  dblasby
 
-       * lwgeom/lwgparse.c: fixed some typos for flip_bytes in read_int
-         and read_double
+       * [r517] lwgeom/lwgparse.c: fixed some typos for flip_bytes in
+         read_int and read_double
 
 2004-04-27 20:53  dblasby
 
-       * lwgeom/lwgeom.sql.in: minor ordering change
+       * [r516] lwgeom/lwgeom.sql.in: minor ordering change
 
 2004-04-27 20:49  dblasby
 
-       * lwgeom/lwgeom_api.c: added float nextafterf_custom(float x, float
-         y) for OSs that do not have
+       * [r515] lwgeom/lwgeom_api.c: added float nextafterf_custom(float
+         x, float y) for OSs that do not have
          a nextafterf implementation.
 
 2004-04-27 17:46  dblasby
 
-       * lwgeom/wktparse.lex, lwgeom/wktparse.y: bison -vd -p lwg_parse_yy
-         wktparse.y
+       * [r514] lwgeom/wktparse.lex, lwgeom/wktparse.y: bison -vd -p
+         lwg_parse_yy wktparse.y
          flex -Plwg_parse_yy -if -o'lex.yy.c' wktparse.lex
          
          Initial versions (from Ralph Mason)
 
-2004-04-27 13:50  strk
+2004-04-27 13:50  Sandro Santilli <strk@keybit.net>
 
-       * postgis_algo.c: Fixed bug in simplify() that was using the square
-         of the given tolerance.
+       * [r513] postgis_algo.c: Fixed bug in simplify() that was using the
+         square of the given tolerance.
 
-2004-04-27 07:44  strk
+2004-04-27 07:44  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos_wrapper.cpp: Removed use of
+       * [r512] postgis_geos_wrapper.cpp: Removed use of
          geometryFactory->toGeometry(), indicated by Martin Davis
          as being intended for internal use only. Created a linear ring
          instead
 
 2004-04-26 23:16  dblasby
 
-       * lwgeom/lwgeom.sql.in: made slightly more generic
+       * [r511] lwgeom/lwgeom.sql.in: made slightly more generic
 
 2004-04-26 23:15  dblasby
 
-       * lwgeom/lwgeom_gist.c: Minor cleanup
+       * [r510] lwgeom/lwgeom_gist.c: Minor cleanup
 
 2004-04-26 23:12  dblasby
 
-       * lwgeom/lwgeom_box2dfloat4.c: inital version
+       * [r509] lwgeom/lwgeom_box2dfloat4.c: inital version
 
 2004-04-26 23:05  dblasby
 
-       * lwgeom/Makefile, lwgeom/lex.yy.c, lwgeom/lwgeom.h,
+       * [r508] lwgeom/Makefile, lwgeom/lex.yy.c, lwgeom/lwgeom.h,
          lwgeom/lwgeom.sql.in, lwgeom/lwgeom_api.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_gist.c,
          lwgeom/lwgeom_inout.c, lwgeom/lwgparse.c, lwgeom/wktparse.h,
 
 2004-04-22 16:05  dblasby
 
-       * doc/postgis.xml: fixed minor typos GeomFromWKB not
+       * [r507] doc/postgis.xml: fixed minor typos GeomFromWKB not
          GeometryFromWKB
 
-2004-04-21 09:13  strk
+2004-04-21 09:13  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: Attribute names escaping
-         mechanism added. You should now
+       * [r506] loader/pgsql2shp.c, loader/shp2pgsql.c: Attribute names
+         escaping mechanism added. You should now
          be able to dump a shapefile equal to the one loaded.
 
-2004-04-21 07:38  strk
+2004-04-21 07:38  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Memory allocated for main_scan_query was not
-         enough when using binary cursor. Fixed
+       * [r505] loader/pgsql2shp.c: Memory allocated for main_scan_query
+         was not enough when using binary cursor. Fixed
 
 2004-04-13 16:49  dblasby
 
-       * doc/postgis.xml: GeometryN(...) now correctly says "1" is the 1st
-         geometry (used to be 0).
+       * [r504] doc/postgis.xml: GeometryN(...) now correctly says "1" is
+         the 1st geometry (used to be 0).
 
 2004-04-08 17:05  dblasby
 
-       * postgis_gist_72.c: Somehow the memory leak changes I made got
-         removed - I've re-added them.
+       * [r503] postgis_gist_72.c: Somehow the memory leak changes I made
+         got removed - I've re-added them.
 
 2004-04-08 17:00  dblasby
 
-       * postgis_gist_72.c: Changed ggeometry_consistent to be aware of
-         NULL queries. Ie.
+       * [r502] postgis_gist_72.c: Changed ggeometry_consistent to be
+         aware of NULL queries. Ie.
          select * from <table> where the_geom && null::geometry;
          
          This tends to happen when you're joining two tables using && and
 
 2004-04-07 23:12  dblasby
 
-       * lwgeom/Makefile, lwgeom/lwgeom.sql.in, lwgeom/lwgeom_api.c,
-         lwgeom/lwgeom_inout.c, lwgeom/stringBuffer.c,
-         lwgeom/stringBuffer.h: Added a cstring(lwgeom) function that
-         returns WKT!
+       * [r501] lwgeom/Makefile, lwgeom/lwgeom.sql.in,
+         lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c,
+         lwgeom/stringBuffer.c, lwgeom/stringBuffer.h: Added a
+         cstring(lwgeom) function that returns WKT!
 
-2004-04-07 16:23  strk
+2004-04-07 16:23  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Made new postgis.sql generation procedure the default
+       * [r500] Makefile: Made new postgis.sql generation procedure the
+         default
 
 2004-04-06 22:58  dblasby
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c:
-         Changes to make it work with all the PostGIS type.
+       * [r499] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
+         lwgeom/lwgeom_inout.c: Changes to make it work with all the
+         PostGIS type.
 
 2004-04-02 19:03  dblasby
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c:
-         Added support for 4d coordinates
+       * [r498] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
+         lwgeom/lwgeom_inout.c: Added support for 4d coordinates
 
-2004-03-29 10:46  strk
+2004-03-29 10:46  Sandro Santilli <strk@keybit.net>
 
-       * Makefile, postgis.sql.in: postgis.sql.in is now parsed by both
-         sed and cpp
+       * [r497] Makefile, postgis.sql.in: postgis.sql.in is now parsed by
+         both sed and cpp
 
-2004-03-29 10:20  strk
+2004-03-29 10:20  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Fixed a bug in WKB parsing for Multipoints.
+       * [r496] loader/pgsql2shp.c: Fixed a bug in WKB parsing for
+         Multipoints.
          Fixed a bug in -d handling for WKB.
          Added point->multipoint fluffing capabilities.
 
-2004-03-26 01:09  pramsey
+2004-03-26 01:09  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Removed rogue docbook tags
+       * [r495] doc/postgis.xml: Removed rogue docbook tags
 
 2004-03-26 01:07  dblasby
 
-       * Attic/postgis_sql_common.sql.in: changed name of fluffType() to
-         multi().
+       * [r494] Attic/postgis_sql_common.sql.in: changed name of
+         fluffType() to multi().
 
 2004-03-26 00:54  dblasby
 
-       * Attic/postgis_sql_common.sql.in, postgis.h, postgis_fn.c: added
-         full support for fluffType(<geom>)
+       * [r493] Attic/postgis_sql_common.sql.in, postgis.h, postgis_fn.c:
+         added full support for fluffType(<geom>)
          postgis09=# select fluffType('POINT(0 0)');
          flufftype
          -------------------------
 
 2004-03-25 00:43  dblasby
 
-       * postgis_fn.c: added function fluffType() that takes POINT
+       * [r492] postgis_fn.c: added function fluffType() that takes POINT
          LINESTRING or POLYGON
          type and converts it to a multi*.
          Needs to be integrated into a proper Postgresql function and
          given an
          SQL CREATE FUNCTION
 
-2004-03-22 09:39  strk
+2004-03-22 09:39  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Moved AddGeometryColumn and DropGeometryColumn
-         from USE_VERSION
+       * [r491] postgis.sql.in: Moved AddGeometryColumn and
+         DropGeometryColumn from USE_VERSION
          blocks to the end of file. Here, differences between versions
          are handled on a minimun-diff basis, making it easier to
          understand
          splitted between pgsql < 73 and >= 73.
          Added reduced-parameters wrappers to both functions.
 
-2004-03-22 08:18  strk
+2004-03-22 08:18  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: postgis_new.sql build by default
+       * [r490] Makefile: postgis_new.sql build by default
 
-2004-03-19 16:35  strk
+2004-03-19 16:35  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Updated AddGeometryColumn() and
+       * [r489] doc/postgis.xml: Updated AddGeometryColumn() and
          DropGeometryColumn() descriptions to the schema-aware versions
 
-2004-03-15 17:07  strk
+2004-03-15 17:07  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: Added calls to vacuum_delay_point() to give
-         backend a chance of
+       * [r488] postgis_estimate.c: Added calls to vacuum_delay_point() to
+         give backend a chance of
          interrupting geometry stats computation.
          Set default DEBUG_GEOMETRY_STATS to 0.
 
 2004-03-11 01:27  dblasby
 
-       * lwgeom/lwgeom.sql.in, lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c:
-         minor clean and trying to figure out a memory bug. valgrind wasnt
-         helping, but
+       * [r487] lwgeom/lwgeom.sql.in, lwgeom/lwgeom_api.c,
+         lwgeom/lwgeom_inout.c: minor clean and trying to figure out a
+         memory bug. valgrind wasnt helping, but
          it went away.
 
 2004-03-11 00:54  dblasby
 
-       * lwgeom/lwgeom.h, lwgeom/lwgeom.sql.in, lwgeom/lwgeom_api.c,
-         lwgeom/lwgeom_inout.c: Should be working (with a tonne of
-         notices) for points lines and polygons (2d
+       * [r486] lwgeom/lwgeom.h, lwgeom/lwgeom.sql.in,
+         lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c: Should be working
+         (with a tonne of notices) for points lines and polygons (2d
          and 3d)
 
-2004-03-10 18:46  strk
+2004-03-10 18:46  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Fixed a bug reducing the output shapes from
-         Multipolygon tables.
+       * [r485] loader/pgsql2shp.c: Fixed a bug reducing the output shapes
+         from Multipolygon tables.
 
-2004-03-10 17:35  strk
+2004-03-10 17:35  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: removed just-introduced bug
+       * [r484] loader/shp2pgsql.c: removed just-introduced bug
 
-2004-03-10 17:23  strk
+2004-03-10 17:23  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: code cleanup, fixed a bug missing to
+       * [r483] loader/shp2pgsql.c: code cleanup, fixed a bug missing to
          transform 'gid' to 'gid__2' in shapefile attribute name
 
 2004-03-10 01:15  dblasby
 
-       * lwgeom/Makefile, lwgeom/lwgeom.h, lwgeom/lwgeom.sql.in,
+       * [r482] lwgeom/Makefile, lwgeom/lwgeom.h, lwgeom/lwgeom.sql.in,
          lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c: WKB reader and WKB
          writer (totally untested)
 
 2004-03-09 17:29  dblasby
 
-       * lwgeom/Makefile, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Initial
-         implementation - should compile; not at all tested.
+       * [r481] lwgeom/Makefile, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c:
+         Initial implementation - should compile; not at all tested.
 
-2004-03-09 00:21  strk
+2004-03-09 00:21  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: Removed useless code blocks in histogram
-         builder
+       * [r480] postgis_estimate.c: Removed useless code blocks in
+         histogram builder
 
-2004-03-09 00:09  strk
+2004-03-09 00:09  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: estimator applies a gain of AOI/cell_area on
-         each cell it intersects (reverted to previous behaviour)
+       * [r479] postgis_estimate.c: estimator applies a gain of
+         AOI/cell_area on each cell it intersects (reverted to previous
+         behaviour)
 
-2004-03-08 17:21  strk
+2004-03-08 17:21  Sandro Santilli <strk@keybit.net>
 
-       * utils/test_estimation.pl: changed error computation code to
-         delta/totrows
+       * [r478] utils/test_estimation.pl: changed error computation code
+         to delta/totrows
 
-2004-03-08 12:16  strk
+2004-03-08 12:16  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: Added the RECHECK clause for gist_geometry_ops
-         operator class operators
+       * [r477] postgis.sql.in: Added the RECHECK clause for
+         gist_geometry_ops operator class operators
 
-2004-03-06 18:02  strk
+2004-03-06 18:02  Sandro Santilli <strk@keybit.net>
 
-       * utils/test_estimation.pl: Comma-separated bps values accepted
+       * [r476] utils/test_estimation.pl: Comma-separated bps values
+         accepted
 
-2004-03-06 17:43  strk
+2004-03-06 17:43  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: Added RCSID string in
-         usage output
+       * [r475] loader/pgsql2shp.c, loader/shp2pgsql.c: Added RCSID string
+         in usage output
 
-2004-03-06 17:35  strk
+2004-03-06 17:35  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Added rcsid string to usage output
+       * [r474] loader/shp2pgsql.c: Added rcsid string to usage output
 
-2004-03-05 21:06  strk
+2004-03-05 21:06  Sandro Santilli <strk@keybit.net>
 
-       * utils/test_estimation.pl: Added -vacuum switch
+       * [r473] utils/test_estimation.pl: Added -vacuum switch
 
-2004-03-05 21:03  strk
+2004-03-05 21:03  Sandro Santilli <strk@keybit.net>
 
-       * utils/test_estimation.pl: Made the -bps switch specify the exact
-         level(s) at which to run the test
+       * [r472] utils/test_estimation.pl: Made the -bps switch specify the
+         exact level(s) at which to run the test
 
 2004-03-05 18:25  dblasby
 
-       * lwgeom/lwgeom_api.c, lwgeom/lwgeom_estimate.c,
+       * [r471] lwgeom/lwgeom_api.c, lwgeom/lwgeom_estimate.c,
          lwgeom/lwgeom_functions_analytic.c,
          lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
          lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c,
 
 2004-03-05 18:23  dblasby
 
-       * lwgeom, lwgeom/lwgeom.h: Same as the one in the above directory
+       * [r470] lwgeom, lwgeom/lwgeom.h: Same as the one in the above
+         directory
 
 2004-03-05 18:23  dblasby
 
-       * lwgeom.h: moved to lwgeom/ directory
+       * [r469] lwgeom.h: moved to lwgeom/ directory
 
-2004-03-05 18:16  strk
+2004-03-05 18:16  Sandro Santilli <strk@keybit.net>
 
-       * postgis_gist_72.c: Applied Mark Cave-Ayland patch
+       * [r468] postgis_gist_72.c: Applied Mark Cave-Ayland patch
 
-2004-03-05 16:40  strk
+2004-03-05 16:40  Sandro Santilli <strk@keybit.net>
 
-       * utils/test_estimation.pl: rewritten split_extent to be more
-         datatype-conservative
+       * [r467] utils/test_estimation.pl: rewritten split_extent to be
+         more datatype-conservative
 
-2004-03-05 16:01  strk
+2004-03-05 16:01  Sandro Santilli <strk@keybit.net>
 
-       * utils/test_estimation.pl: added -bps switch to set maximun query
-         level. reworked command line parsing
+       * [r466] utils/test_estimation.pl: added -bps switch to set maximun
+         query level. reworked command line parsing
 
-2004-03-05 15:29  strk
+2004-03-05 15:29  Sandro Santilli <strk@keybit.net>
 
-       * utils/test_estimation.pl: more verbose output
+       * [r465] utils/test_estimation.pl: more verbose output
 
-2004-03-05 11:52  strk
+2004-03-05 11:52  Sandro Santilli <strk@keybit.net>
 
-       * utils, utils/README, utils/test_estimation.pl: initial import
+       * [r464] utils, utils/README, utils/test_estimation.pl: initial
+         import
 
 2004-03-05 00:38  dblasby
 
-       * lwgeom.h: Initial version - still under discussion.
+       * [r463] lwgeom.h: Initial version - still under discussion.
 
-2004-03-04 13:50  strk
+2004-03-04 13:50  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: postgis_gist_sel(): added warnings if
+       * [r462] postgis_estimate.c: postgis_gist_sel(): added warnings if
          search_box goes outside of histogram grid
 
-2004-03-04 09:44  strk
+2004-03-04 09:44  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: The selectivity estimator does add the full
-         value of each cell it overlaps,
+       * [r461] postgis_estimate.c: The selectivity estimator does add the
+         full value of each cell it overlaps,
          regardless of the actual overlapping area. Final gain is not
          applied
          (formerly 1 / minimun between average feature cells occupation
          and
          search_box cells occupation)
 
-2004-03-03 21:59  strk
+2004-03-03 21:59  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: added check to keep selectivity value in the
-         range of validity (suggested by m.cave)
+       * [r460] postgis_estimate.c: added check to keep selectivity value
+         in the range of validity (suggested by m.cave)
 
-2004-03-02 11:39  strk
+2004-03-02 11:39  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: cpp call for postgis_new.sql creation uses shell
+       * [r459] Makefile: cpp call for postgis_new.sql creation uses shell
          redirection for the output file
 
-2004-03-02 11:37  strk
+2004-03-02 11:37  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: modified to reflect new statistics building
-         process for PG75
+       * [r458] postgis.sql.in: modified to reflect new statistics
+         building process for PG75
 
-2004-03-01 16:02  strk
+2004-03-01 16:02  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: histogram's boxesPerSide computed as a
+       * [r457] postgis_estimate.c: histogram's boxesPerSide computed as a
          function of the column's statistic target
 
-2004-02-29 21:53  strk
+2004-02-29 21:53  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: bug fix in postgis_gist_sel (for PG75):
-         SysCache is not released if not acquired
+       * [r456] postgis_estimate.c: bug fix in postgis_gist_sel (for
+         PG75): SysCache is not released if not acquired
 
-2004-02-28 14:44  strk
+2004-02-28 14:44  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Added rule to generate postgis_new.sql from
+       * [r455] Makefile: Added rule to generate postgis_new.sql from
          postgis.sql.in using cpp
 
-2004-02-28 14:43  strk
+2004-02-28 14:43  Sandro Santilli <strk@keybit.net>
 
-       * postgis.sql.in: initial import
+       * [r454] postgis.sql.in: initial import
 
-2004-02-26 16:42  strk
+2004-02-26 16:42  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: Fixed bugs reported by Mark Cave-Ayland
-         <m.cave-ayland@webbased.co.uk>.
+       * [r453] postgis_estimate.c: Fixed bugs reported by Mark
+         Cave-Ayland <m.cave-ayland@webbased.co.uk>.
          Re-introduced previously removed estimate value incrementation by
          the fractional part of each of the cells' value computed as the
          fraction
          of overlapping area.
 
-2004-02-25 13:17  strk
+2004-02-25 13:17  Sandro Santilli <strk@keybit.net>
 
-       * postgis_gist_72.c: RTContainedBy and RTOverlap strategries
+       * [r452] postgis_gist_72.c: RTContainedBy and RTOverlap strategries
          implemented locally with a pgbox_overlap function
 
-2004-02-25 12:00  strk
+2004-02-25 12:00  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: Added handling for point features in
+       * [r451] postgis_estimate.c: Added handling for point features in
          histogram creation (add 1 instead of AOI/cell_area when AOI is
          0).
          Fixed a wrong cast of BOX3D to BOX (called the convertion func).
          evaluation
          based on the average feature and search box cells occupation.
 
-2004-02-25 00:46  strk
+2004-02-25 00:46  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: initial version of && selectivity estimation
-         for PG75
+       * [r450] postgis_estimate.c: initial version of && selectivity
+         estimation for PG75
 
-2004-02-23 21:59  strk
+2004-02-23 21:59  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: geometry analyzer builds the histogram
+       * [r449] postgis_estimate.c: geometry analyzer builds the histogram
 
-2004-02-23 12:18  strk
+2004-02-23 12:18  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_75_end.sql.in,
+       * [r448] Attic/postgis_sql_75_end.sql.in,
          Attic/postgis_sql_75_start.sql.in, postgis.h, postgis_estimate.c:
          added skeleton functions for pg75 stats integration
 
-2004-02-12 10:34  strk
+2004-02-12 10:34  Sandro Santilli <strk@keybit.net>
 
-       * postgis_fn.c, postgis_geos.c: changed USE_GEOS check from ifdef /
-         ifndef to if / if !
+       * [r447] postgis_fn.c, postgis_geos.c: changed USE_GEOS check from
+         ifdef / ifndef to if / if !
 
-2004-02-09 18:49  strk
+2004-02-09 18:49  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: byte endiannes detected empirically
+       * [r446] loader/pgsql2shp.c: byte endiannes detected empirically
 
-2004-02-06 08:26  strk
+2004-02-06 08:26  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: updated wkb reading funx to reflect changes
-         made by pramsey in postgis_inout.c to be nicer with solaris
+       * [r445] loader/pgsql2shp.c: updated wkb reading funx to reflect
+         changes made by pramsey in postgis_inout.c to be nicer with
+         solaris
 
 2004-02-06 00:42  dblasby
 
-       * postgis_proj.c: moved forward declarations from postgis.h to
-         postgis_proj.c
+       * [r444] postgis_proj.c: moved forward declarations from postgis.h
+         to postgis_proj.c
 
 2004-02-05 20:31  dblasby
 
-       * postgis_proj.c: Optimized the curvature method (doesnt have to
-         calculate e2)
+       * [r443] postgis_proj.c: Optimized the curvature method (doesnt
+         have to calculate e2)
 
 2004-02-05 20:21  dblasby
 
-       * postgis_proj.c: Added 'curvature method' for cases where the
-         original algorithm breaks down.
+       * [r442] postgis_proj.c: Added 'curvature method' for cases where
+         the original algorithm breaks down.
 
-2004-02-04 22:27  strk
+2004-02-04 22:27  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_75_end.sql.in,
+       * [r441] Attic/postgis_sql_75_end.sql.in,
          Attic/postgis_sql_75_start.sql.in: Added pg75 support scripts
 
-2004-02-04 22:21  strk
+2004-02-04 22:21  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Added detection code for PG75
+       * [r440] Makefile: Added detection code for PG75
 
 2004-02-04 02:53  dblasby
 
-       * postgis_proj.c: applied patricia tozer's patch (distance function
-         was taking acos of something
+       * [r439] postgis_proj.c: applied patricia tozer's patch (distance
+         function was taking acos of something
          just slightly outside [-1,1]).
 
-2004-02-03 22:19  pramsey
+2004-02-03 22:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Backed default sql file location out of contrib insto
-         share
+       * [r438] Makefile: Backed default sql file location out of contrib
+         insto share
 
-2004-02-03 22:04  pramsey
+2004-02-03 22:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Real DESTDIR changes this time.
+       * [r437] Makefile: Real DESTDIR changes this time.
 
-2004-02-03 21:51  pramsey
+2004-02-03 21:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Ooops, let local configuration slip into cvs version
+       * [r436] Makefile: Ooops, let local configuration slip into cvs
+         version
 
-2004-02-03 21:42  pramsey
+2004-02-03 21:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Fixed error in -C loader directive
+       * [r435] Makefile: Fixed error in -C loader directive
 
-2004-02-03 21:38  pramsey
+2004-02-03 21:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile, loader/Makefile: Added DESTDIR to Makefiles to assist
-         in RPM building.
+       * [r434] Makefile, loader/Makefile: Added DESTDIR to Makefiles to
+         assist in RPM building.
 
-2004-02-03 08:37  strk
+2004-02-03 08:37  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: schema support added, slightly modified logic
-         used to keep table and schema names cases (always quoted and
-         forced to lower case if not asked to keep original case)
+       * [r433] loader/shp2pgsql.c: schema support added, slightly
+         modified logic used to keep table and schema names cases (always
+         quoted and forced to lower case if not asked to keep original
+         case)
 
-2004-01-25 19:33  pramsey
+2004-01-25 19:33  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis.h: Test commit on new CVS archive.
+       * [r432] postgis.h: Test commit on new CVS archive.
 
-2004-01-21 19:11  strk
+2004-01-21 19:11  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added line_interpolate_point entry
+       * [r431] doc/postgis.xml: Added line_interpolate_point entry
 
-2004-01-21 19:04  strk
+2004-01-21 19:04  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_common.sql.in, postgis.h, postgis_algo.c: Added
-         line_interpolate_point function by jsunday@rochgrp.com
+       * [r430] Attic/postgis_sql_common.sql.in, postgis.h,
+         postgis_algo.c: Added line_interpolate_point function by
+         jsunday@rochgrp.com
 
-2004-01-20 20:14  strk
+2004-01-20 20:14  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_73_end.sql.in, Attic/postgis_sql_74_end.sql.in:
-         cleaner comments for DropGeometryColumn
+       * [r429] Attic/postgis_sql_73_end.sql.in,
+         Attic/postgis_sql_74_end.sql.in: cleaner comments for
+         DropGeometryColumn
 
-2004-01-20 20:10  strk
+2004-01-20 20:10  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_74_end.sql.in: removed bogus comment about
-         missed alter table drop column
+       * [r428] Attic/postgis_sql_74_end.sql.in: removed bogus comment
+         about missed alter table drop column
 
-2004-01-16 20:06  strk
+2004-01-16 20:06  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Added FTLogical<->boolean mapping
+       * [r427] loader/shp2pgsql.c: Added FTLogical<->boolean mapping
 
-2004-01-15 09:57  strk
+2004-01-15 09:57  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: field type array allocates num_fields *
-         sizeof(int) instead of sizeof(char*)
+       * [r426] loader/shp2pgsql.c: field type array allocates num_fields
+         sizeof(int) instead of sizeof(char*)
 
-2004-01-15 00:23  pramsey
+2004-01-15 00:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * jdbc/Makefile: Change absolute classpath reference to relative.
+       * [r425] jdbc/Makefile: Change absolute classpath reference to
+         relative.
 
-2004-01-14 01:52  pramsey
+2004-01-14 01:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_transform.c: Fix solaris alignment problem in
+       * [r424] postgis_transform.c: Fix solaris alignment problem in
          transformations.
 
-2004-01-13 22:14  pramsey
+2004-01-13 22:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_inout.c: Changed getint and getdouble used by WKB so that
-         it plays nice with
+       * [r423] postgis_inout.c: Changed getint and getdouble used by WKB
+         so that it plays nice with
          memory alignment (solaris issue).
 
-2004-01-13 20:30  strk
+2004-01-13 20:30  Sandro Santilli <strk@keybit.net>
 
-       * postgis_debug.c: Added useless PG_RETURN_NULL() call to make
-         compiler happy
+       * [r422] postgis_debug.c: Added useless PG_RETURN_NULL() call to
+         make compiler happy
 
-2004-01-12 19:12  pramsey
+2004-01-12 19:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES, README.postgis: Updates for 0.8.1 release.
+       * [r420] CHANGES, README.postgis: Updates for 0.8.1 release.
 
-2004-01-02 20:11  strk
+2004-01-02 20:11  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: always call setval with no schema
+       * [r419] loader/shp2pgsql.c: always call setval with no schema
          specification. drop 'database' argument using the empty string to
          the AddGeometryColumn call
 
-2003-12-30 13:31  strk
+2003-12-30 13:31  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: made shp2pgsql looser about numeric
+       * [r418] loader/shp2pgsql.c: made shp2pgsql looser about numeric
          precisions
 
-2003-12-30 12:37  strk
+2003-12-30 12:37  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: Fixed segfault bug reported by Randy George,
-         removed explicit sequence drop
+       * [r417] loader/shp2pgsql.c: Fixed segfault bug reported by Randy
+         George, removed explicit sequence drop
 
-2003-12-30 10:40  strk
+2003-12-30 10:40  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_71_end.sql.in, Attic/postgis_sql_72_end.sql.in,
-         Attic/postgis_sql_73_end.sql.in, Attic/postgis_sql_74_end.sql.in:
-         For all versions:
+       * [r416] Attic/postgis_sql_71_end.sql.in,
+         Attic/postgis_sql_72_end.sql.in, Attic/postgis_sql_73_end.sql.in,
+         Attic/postgis_sql_74_end.sql.in: For all versions:
          Updated fix_geometry_columns to use a more readable format in
          queries.
          
          Updated DropGeometryColumn to actually issue the
          ALTER TABLE DROP COLUMN query.
 
-2003-12-27 13:30  strk
+2003-12-27 13:30  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Added schema specification support
+       * [r415] loader/pgsql2shp.c: Added schema specification support
 
-2003-12-23 09:00  strk
+2003-12-23 09:00  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_71_end.sql.in, Attic/postgis_sql_72_end.sql.in,
-         Attic/postgis_sql_73_end.sql.in, Attic/postgis_sql_74_end.sql.in,
-         Attic/postgis_sql_common.sql.in: AddGeometryColumn,
-         DropGeometryColum moved to version-specific scripts.
+       * [r414] Attic/postgis_sql_71_end.sql.in,
+         Attic/postgis_sql_72_end.sql.in, Attic/postgis_sql_73_end.sql.in,
+         Attic/postgis_sql_74_end.sql.in, Attic/postgis_sql_common.sql.in:
+         AddGeometryColumn, DropGeometryColum moved to version-specific
+         scripts.
          Schema support enabled for version 73 and 74.
 
-2003-12-19 18:55  strk
+2003-12-19 18:55  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: substituted setenv() calls with putenv() for
-         Solaris support
+       * [r413] loader/pgsql2shp.c: substituted setenv() calls with
+         putenv() for Solaris support
 
-2003-12-18 18:07  strk
+2003-12-18 18:07  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_71_end.sql.in, Attic/postgis_sql_72_end.sql.in,
-         Attic/postgis_sql_73_end.sql.in, Attic/postgis_sql_74_end.sql.in,
-         Attic/postgis_sql_common.sql.in: Changed fix_geometry_columns()
-         for PG >= 73 so to set f_table_schema to
+       * [r412] Attic/postgis_sql_71_end.sql.in,
+         Attic/postgis_sql_72_end.sql.in, Attic/postgis_sql_73_end.sql.in,
+         Attic/postgis_sql_74_end.sql.in, Attic/postgis_sql_common.sql.in:
+         Changed fix_geometry_columns() for PG >= 73 so to set
+         f_table_schema to
          the empty string if its value is not a valid pg namespace.
 
-2003-12-16 11:04  strk
+2003-12-16 11:04  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: added simplify() documentation
+       * [r411] doc/postgis.xml: added simplify() documentation
 
-2003-12-12 18:00  strk
+2003-12-12 18:00  Sandro Santilli <strk@keybit.net>
 
-       * postgis_inout.c: reverted make_line patch, patched size_subobject
-         instead - the reported bug was caused to their inconsistency
+       * [r410] postgis_inout.c: reverted make_line patch, patched
+         size_subobject instead - the reported bug was caused to their
+         inconsistency
 
-2003-12-12 14:39  strk
+2003-12-12 14:39  Sandro Santilli <strk@keybit.net>
 
-       * postgis_inout.c: Fixed a bug in make_line allocating less memory
-         then required
+       * [r409] postgis_inout.c: Fixed a bug in make_line allocating less
+         memory then required
 
-2003-12-12 13:34  strk
+2003-12-12 13:34  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos_wrapper.cpp: added missing 'const' in prototypes
+       * [r408] postgis_geos_wrapper.cpp: added missing 'const' in
+         prototypes
 
-2003-12-12 12:03  strk
+2003-12-12 12:03  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c, postgis_geos_wrapper.cpp, postgis_inout.c: More
-         debugging output, some code cleanup.
+       * [r407] postgis_geos.c, postgis_geos_wrapper.cpp, postgis_inout.c:
+         More debugging output, some code cleanup.
 
-2003-12-12 10:28  strk
+2003-12-12 10:28  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c: added GEOSnoop OUTPUT debugging info
+       * [r406] postgis_geos.c: added GEOSnoop OUTPUT debugging info
 
-2003-12-12 10:08  strk
+2003-12-12 10:08  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_common.sql.in, postgis_geos.c: Added GEOSnoop
-         function and some optional debugging output for
+       * [r405] Attic/postgis_sql_common.sql.in, postgis_geos.c: Added
+         GEOSnoop function and some optional debugging output for
          geos<->postgis converter (define DEBUG_CONVERTER at top
          postgis_geos.c)
 
-2003-12-09 11:58  strk
+2003-12-09 11:58  Sandro Santilli <strk@keybit.net>
 
-       * postgis_inout.c: Final touch to wkb binary input function
+       * [r404] postgis_inout.c: Final touch to wkb binary input function
 
-2003-12-09 11:13  strk
+2003-12-09 11:13  Sandro Santilli <strk@keybit.net>
 
-       * postgis_inout.c: WKB_recv: set StringInfo cursor to the end of
-         StringInfo buf as required by postgres backend
+       * [r403] postgis_inout.c: WKB_recv: set StringInfo cursor to the
+         end of StringInfo buf as required by postgres backend
 
-2003-12-08 17:57  strk
+2003-12-08 17:57  Sandro Santilli <strk@keybit.net>
 
-       * postgis_inout.c: Binary WKB input function built only when
+       * [r402] postgis_inout.c: Binary WKB input function built only when
          USE_VERSION > 73. Making some modifications based on reported
          failures
 
-2003-12-04 19:12  strk
+2003-12-04 19:12  Sandro Santilli <strk@keybit.net>
 
-       * loader/Makefile: Removed useless linkages from dumper and loader
+       * [r401] loader/Makefile: Removed useless linkages from dumper and
+         loader
 
-2003-12-04 19:11  strk
+2003-12-04 19:11  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: code cleanup (removed useless and leaking
-         malloc calls)
+       * [r400] loader/pgsql2shp.c: code cleanup (removed useless and
+         leaking malloc calls)
 
 2003-12-04 18:58  dblasby
 
-       * postgis_proj.c: changed david skae to skea
+       * [r399] postgis_proj.c: changed david skae to skea
 
-2003-12-01 20:52  strk
+2003-12-01 20:52  Sandro Santilli <strk@keybit.net>
 
-       * loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c: shapelib
-         put in sync with gdal cvs
+       * [r398] loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c:
+         shapelib put in sync with gdal cvs
 
-2003-12-01 14:27  strk
+2003-12-01 14:27  Sandro Santilli <strk@keybit.net>
 
-       * loader/shp2pgsql.c: added simple malloc wrapper
+       * [r397] loader/shp2pgsql.c: added simple malloc wrapper
 
-2003-11-28 11:28  strk
+2003-11-28 11:28  Sandro Santilli <strk@keybit.net>
 
-       * loader/wkb.h: Some more changes, now useless since wkb.h is no
-         more used (just to get in sync)
+       * [r396] loader/wkb.h: Some more changes, now useless since wkb.h
+         is no more used (just to get in sync)
 
-2003-11-28 11:25  strk
+2003-11-28 11:25  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_73_end.sql.in, Attic/postgis_sql_74_end.sql.in:
-         Added explicit geometry as text cast
+       * [r395] Attic/postgis_sql_73_end.sql.in,
+         Attic/postgis_sql_74_end.sql.in: Added explicit geometry as text
+         cast
 
-2003-11-28 11:06  strk
+2003-11-28 11:06  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_74_end.sql.in,
+       * [r394] Attic/postgis_sql_74_end.sql.in,
          Attic/postgis_sql_74_start.sql.in, postgis.h, postgis_inout.c:
          Added WKB_recv function for binary WKB input
 
-2003-11-26 18:54  strk
+2003-11-26 18:54  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: fixed bug in HexDecoder, made WKB parsing the
-         default
+       * [r393] loader/pgsql2shp.c: fixed bug in HexDecoder, made WKB
+         parsing the default
 
-2003-11-26 18:14  strk
+2003-11-26 18:14  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: binary cursor implemented
+       * [r392] loader/pgsql2shp.c: binary cursor implemented
 
-2003-11-26 17:21  strk
+2003-11-26 17:21  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Made HEXWKB parsing settable at compile time
+       * [r391] loader/pgsql2shp.c: Made HEXWKB parsing settable at
+         compile time
 
-2003-11-26 16:40  strk
+2003-11-26 16:40  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Handled NULLS in wkb parsing, reduced
+       * [r390] loader/pgsql2shp.c: Handled NULLS in wkb parsing, reduced
          functions args
 
-2003-11-26 15:45  strk
+2003-11-26 15:45  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: wkb support for all geom types
+       * [r389] loader/pgsql2shp.c: wkb support for all geom types
 
-2003-11-26 14:31  strk
+2003-11-26 14:31  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: WKB start to work
+       * [r388] loader/pgsql2shp.c: WKB start to work
 
-2003-11-25 17:32  strk
+2003-11-25 17:32  Sandro Santilli <strk@keybit.net>
 
-       * loader/wkb.h: first attempt at wkb definitions
+       * [r387] loader/wkb.h: first attempt at wkb definitions
 
-2003-11-25 17:28  strk
+2003-11-25 17:28  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: hardly trying to get WKB parsing work
+       * [r386] loader/pgsql2shp.c: hardly trying to get WKB parsing work
 
-2003-11-25 03:03  pramsey
+2003-11-25 03:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES, CREDITS, README.postgis, TODO: Updates for 0.8.0
+       * [r385] CHANGES, CREDITS, README.postgis, TODO: Updates for 0.8.0
          release.
 
-2003-11-25 02:38  pramsey
+2003-11-25 02:38  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/ogc_test_suite/README: Fixed syntax error in execution
-         example.
+       * [r384] examples/ogc_test_suite/README: Fixed syntax error in
+         execution example.
 
-2003-11-24 17:36  strk
+2003-11-24 17:36  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Removed useless BYTE_ORDER checks
+       * [r383] loader/pgsql2shp.c: Removed useless BYTE_ORDER checks
 
-2003-11-21 23:51  pramsey
+2003-11-21 23:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp.c: Added Cygwin endian definition include to fix
-         windows compile.
+       * [r381] loader/pgsql2shp.c: Added Cygwin endian definition include
+         to fix windows compile.
 
-2003-11-20 18:01  strk
+2003-11-20 18:01  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: patch from m.spring@gmx.de
+       * [r380] loader/pgsql2shp.c: patch from m.spring@gmx.de
 
-2003-11-20 17:51  strk
+2003-11-20 17:51  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Installs for PG>7.1 goes to pkglibdir
+       * [r379] Makefile: Installs for PG>7.1 goes to pkglibdir
 
-2003-11-20 16:46  strk
+2003-11-20 16:46  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: postgresql linking against libstdc++ reported as
-         possibly needed for geos support
+       * [r378] doc/postgis.xml: postgresql linking against libstdc++
+         reported as possibly needed for geos support
 
-2003-11-20 15:54  strk
+2003-11-20 15:54  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Updated postgis library path to be referenced with /..
+       * [r377] Makefile: Updated postgis library path to be referenced
+         with /..
 
-2003-11-20 15:34  strk
+2003-11-20 15:34  Sandro Santilli <strk@keybit.net>
 
-       * postgis_ops.c: expected in-transaction memory release for btree
-         operators
+       * [r376] postgis_ops.c: expected in-transaction memory release for
+         btree operators
 
-2003-11-20 15:29  strk
+2003-11-20 15:29  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Moved MODULE_FILENAME definition where it will be easly
-         modifiable
+       * [r375] Makefile: Moved MODULE_FILENAME definition where it will
+         be easly modifiable
 
-2003-11-20 15:27  strk
+2003-11-20 15:27  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Removed some useless strdups.
+       * [r374] loader/pgsql2shp.c: Removed some useless strdups.
          Removed pgtype 22 (int2vector) from the list of integer DBF field
          types.
          Added pgtype 1700 (numeric) in DBF doubles list.
 
-2003-11-20 14:46  strk
+2003-11-20 14:46  Sandro Santilli <strk@keybit.net>
 
-       * loader/Makefile: Set CFLAGS where useless CPPFLAGS were used
-         before
+       * [r373] loader/Makefile: Set CFLAGS where useless CPPFLAGS were
+         used before
 
-2003-11-19 18:01  strk
+2003-11-19 18:01  Sandro Santilli <strk@keybit.net>
 
-       * postgis_debug.c: CR removed
+       * [r372] postgis_debug.c: CR removed
 
-2003-11-19 17:50  strk
+2003-11-19 17:50  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_common.sql.in: missing function definition
-         added (I forgot - sorry)
+       * [r371] Attic/postgis_sql_common.sql.in: missing function
+         definition added (I forgot - sorry)
 
-2003-11-19 15:44  strk
+2003-11-19 15:44  Sandro Santilli <strk@keybit.net>
 
-       * postgis.h: added prototypes for geometry_{le,ge,cmp}
+       * [r370] postgis.h: added prototypes for geometry_{le,ge,cmp}
 
-2003-11-19 15:29  strk
+2003-11-19 15:29  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_74_end.sql.in: Added default btree operator
-         class for PG7.4
+       * [r369] Attic/postgis_sql_74_end.sql.in: Added default btree
+         operator class for PG7.4
 
-2003-11-19 15:26  strk
+2003-11-19 15:26  Sandro Santilli <strk@keybit.net>
 
-       * postgis_ops.c: Added geometry_le, geometry_ge, geometry_cmp
-         functions,
+       * [r368] postgis_ops.c: Added geometry_le, geometry_ge,
+         geometry_cmp functions,
          modified geometry_lt, geometry_gt, geometry_eq to be consistent.
 
-2003-11-19 15:23  strk
+2003-11-19 15:23  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_common.sql.in: Fixed wrong COMMUTATOR
+       * [r367] Attic/postgis_sql_common.sql.in: Fixed wrong COMMUTATOR
          specifications in '<','>','~=','@' operators,
          added new '<=', '>=' operators
 
-2003-11-19 10:27  strk
+2003-11-19 10:27  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: typo fixed (ENABLE_SEQSCAN missing) - PG7.4
-         support listed in 2.2
+       * [r366] doc/postgis.xml: typo fixed (ENABLE_SEQSCAN missing) -
+         PG7.4 support listed in 2.2
 
-2003-11-18 14:58  strk
+2003-11-18 14:58  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: default row buffer lenght set to 100
+       * [r365] loader/pgsql2shp.c: default row buffer lenght set to 100
 
-2003-11-18 14:39  strk
+2003-11-18 14:39  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Some more structuring. Initialization routine
-         moved out of main loop.
+       * [r364] loader/pgsql2shp.c: Some more structuring. Initialization
+         routine moved out of main loop.
          Preparing dumper for WKB parsing.
 
-2003-11-16 00:27  strk
+2003-11-16 00:27  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Huge code re-organization. More structured
-         code, more errors handled,
+       * [r363] loader/pgsql2shp.c: Huge code re-organization. More
+         structured code, more errors handled,
          cursor based iteration, less code lines.
 
-2003-11-14 22:04  strk
+2003-11-14 22:04  Sandro Santilli <strk@keybit.net>
 
-       * loader/pgsql2shp.c: Used environment vars to pass libpq
+       * [r362] loader/pgsql2shp.c: Used environment vars to pass libpq
          connection options (less error prone,
          easier to read). Printed clearer error message on query error.
 
-2003-11-13 13:14  strk
+2003-11-13 13:14  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_common.sql.in: used quote_ident() calls in
-         AddGeometryColumns as suggested by Bernhard Herzog
+       * [r361] Attic/postgis_sql_common.sql.in: used quote_ident() calls
+         in AddGeometryColumns as suggested by Bernhard Herzog
 
-2003-11-12 20:59  strk
+2003-11-12 20:59  Sandro Santilli <strk@keybit.net>
 
-       * ., .cvsignore, loader, loader/.cvsignore: more cvsignore
+       * [r360] ., .cvsignore, loader, loader/.cvsignore: more cvsignore
 
-2003-11-12 20:57  strk
+2003-11-12 20:57  Sandro Santilli <strk@keybit.net>
 
-       * doc, doc/.cvsignore, doc/html, doc/html/.cvsignore: first import
+       * [r359] doc, doc/.cvsignore, doc/html, doc/html/.cvsignore: first
+         import
 
-2003-11-12 20:55  strk
+2003-11-12 20:55  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_common.sql.in: AddGeometryColumn column
+       * [r358] Attic/postgis_sql_common.sql.in: AddGeometryColumn column
          identifier case respect fix as suggested by Bernhard Herzog
 
-2003-11-12 16:36  strk
+2003-11-12 16:36  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos_wrapper.cpp: delete all caught exceptions after use
+       * [r357] postgis_geos_wrapper.cpp: delete all caught exceptions
+         after use
 
-2003-11-11 11:28  strk
+2003-11-11 11:28  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added (mem)GeomUnion and (mem_)collect
+       * [r356] doc/postgis.xml: Added (mem)GeomUnion and (mem_)collect
          aggregates documentation, updated Centroid paragraph
 
-2003-11-11 10:58  strk
+2003-11-11 10:58  Sandro Santilli <strk@keybit.net>
 
-       * postgis_fn.c: Fixed a typo in envelope()
+       * [r355] postgis_fn.c: Fixed a typo in envelope()
 
-2003-11-11 10:38  strk
+2003-11-11 10:38  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_74_end.sql.in,
+       * [r354] Attic/postgis_sql_74_end.sql.in,
          Attic/postgis_sql_74_start.sql.in: Postgresql 7.4 enabler
          scripts.
 
-2003-11-11 10:14  strk
+2003-11-11 10:14  Sandro Santilli <strk@keybit.net>
 
-       * postgis_estimate.c: Added support for PG74
+       * [r353] postgis_estimate.c: Added support for PG74
 
-2003-11-05 18:26  strk
+2003-11-05 18:26  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_common.sql.in: Added fast collect() and
+       * [r352] Attic/postgis_sql_common.sql.in: Added fast collect() and
          geomunion() aggregates implementations
 
-2003-11-05 18:25  strk
+2003-11-05 18:25  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c: moved #ifdef USE_GEOS below prototypes, added
-         NULL implementation of unite_garray
+       * [r351] postgis_geos.c: moved #ifdef USE_GEOS below prototypes,
+         added NULL implementation of unite_garray
 
-2003-11-05 18:02  strk
+2003-11-05 18:02  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c: renamed unite_finalfunc to unite_garray
+       * [r350] postgis_geos.c: renamed unite_finalfunc to unite_garray
 
-2003-11-05 17:48  strk
+2003-11-05 17:48  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml: Added GEOS support tips to installation
+       * [r349] doc/postgis.xml: Added GEOS support tips to installation
          instructions
 
-2003-11-05 11:00  strk
+2003-11-05 11:00  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile, doc/postgis.xml, doc/postgis.xml.in: postgis.xml
-         put back in place. Makefile modified to generate a
+       * [r348] doc/Makefile, doc/postgis.xml, doc/postgis.xml.in:
+         postgis.xml put back in place. Makefile modified to generate a
          postgis-out.xml from postgis.xml.
 
-2003-11-04 21:54  strk
+2003-11-04 21:54  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml.in: made last release version a parameter
+       * [r347] doc/postgis.xml.in: made last release version a parameter
 
-2003-11-04 21:52  strk
+2003-11-04 21:52  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: added 'global' specification to sed command
+       * [r346] doc/Makefile: added 'global' specification to sed command
 
-2003-11-04 19:23  strk
+2003-11-04 19:23  Sandro Santilli <strk@keybit.net>
 
-       * doc/postgis.xml, doc/postgis.xml.in: renamed postgis.xml to
-         postgis.xml.in
+       * [r345] doc/postgis.xml, doc/postgis.xml.in: renamed postgis.xml
+         to postgis.xml.in
 
-2003-11-04 19:20  strk
+2003-11-04 19:20  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: dropped 'clean' rule (not really a good idea right
-         now)
+       * [r344] doc/Makefile: dropped 'clean' rule (not really a good idea
+         right now)
 
-2003-11-04 19:07  strk
+2003-11-04 19:07  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: added doc clean in clean rule
+       * [r343] Makefile: added doc clean in clean rule
 
-2003-11-04 19:06  strk
+2003-11-04 19:06  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c: added missing first geom pfree in unite_finalfunc
+       * [r342] postgis_geos.c: added missing first geom pfree in
+         unite_finalfunc
 
-2003-11-04 18:56  strk
+2003-11-04 18:56  Sandro Santilli <strk@keybit.net>
 
-       * doc/Makefile: initial import
+       * [r341] doc/Makefile: initial import
 
-2003-10-29 15:53  strk
+2003-10-29 15:53  Sandro Santilli <strk@keybit.net>
 
-       * postgis_fn.c, postgis_geos.c: geoscentroid() removed. both geos
-         and pgis versions are called 'centroid'.
+       * [r340] postgis_fn.c, postgis_geos.c: geoscentroid() removed. both
+         geos and pgis versions are called 'centroid'.
          only one version will be compiled based on USE_GEOS flag.
 
-2003-10-29 13:59  strk
+2003-10-29 13:59  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c: Added geoscentroid function.
+       * [r339] postgis_geos.c: Added geoscentroid function.
 
-2003-10-29 13:58  strk
+2003-10-29 13:58  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos_wrapper.cpp: Added GEOSGetCentroid() function
+       * [r338] postgis_geos_wrapper.cpp: Added GEOSGetCentroid() function
 
-2003-10-28 16:57  strk
+2003-10-28 16:57  Sandro Santilli <strk@keybit.net>
 
-       * postgis.h, postgis_fn.c: Added collect_garray() function.
+       * [r337] postgis.h, postgis_fn.c: Added collect_garray() function.
 
-2003-10-28 15:16  strk
+2003-10-28 15:16  Sandro Santilli <strk@keybit.net>
 
-       * postgis.h, postgis_fn.c, postgis_geos.c: unite_sfunc() from
-         postgis_geos.c renamed to geom_accum() and moved in postgis_fn.c
+       * [r336] postgis.h, postgis_fn.c, postgis_geos.c: unite_sfunc()
+         from postgis_geos.c renamed to geom_accum() and moved in
+         postgis_fn.c
 
-2003-10-28 11:18  strk
+2003-10-28 11:18  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_common.sql.in: Added Algorithms section and
-         simplify() enabler code
+       * [r335] Attic/postgis_sql_common.sql.in: Added Algorithms section
+         and simplify() enabler code
 
-2003-10-28 11:16  strk
+2003-10-28 11:16  Sandro Santilli <strk@keybit.net>
 
-       * postgis.h: Added postgis_algo.c prototypes
+       * [r334] postgis.h: Added postgis_algo.c prototypes
 
-2003-10-28 11:16  strk
+2003-10-28 11:16  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Added postgis_algo.c build support
+       * [r333] Makefile: Added postgis_algo.c build support
 
-2003-10-28 10:59  strk
+2003-10-28 10:59  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c: handled NULL state array in unite_finalfunc,
-         cleaned up some spurios code
+       * [r332] postgis_geos.c: handled NULL state array in
+         unite_finalfunc, cleaned up some spurios code
 
-2003-10-27 23:44  strk
+2003-10-27 23:44  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c: unite_sfunc made always copy input array in long
-         lived memory context.
+       * [r331] postgis_geos.c: unite_sfunc made always copy input array
+         in long lived memory context.
          It should now work with safer memory.
 
-2003-10-27 20:13  strk
+2003-10-27 20:13  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c: Made GeomUnion release memory soon, Added
+       * [r330] postgis_geos.c: Made GeomUnion release memory soon, Added
          fastunion support functions
 
-2003-10-27 10:21  strk
+2003-10-27 10:21  Sandro Santilli <strk@keybit.net>
 
-       * postgis_algo.c: Initial import.
+       * [r329] postgis_algo.c: Initial import.
 
-2003-10-24 21:52  strk
+2003-10-24 21:52  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c: Modified strcmp-based if-else with switch-case in
-         GEOS2POSTGIS()
+       * [r328] postgis_geos.c: Modified strcmp-based if-else with
+         switch-case in GEOS2POSTGIS()
          using new GEOSGeometryTypeId() interface.
 
-2003-10-24 21:33  strk
+2003-10-24 21:33  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos_wrapper.cpp: Added GEOSGeometryTypeId(Geometry *)
-         wrapper function.
+       * [r327] postgis_geos_wrapper.cpp: Added
+         GEOSGeometryTypeId(Geometry *) wrapper function.
          Added GEOSGetCoordinates_Polygon(Polygon *) as an experimental
          optimized
          version of GEOSGetCoordinates(Geometry *); More to add ...
 
-2003-10-24 14:29  strk
+2003-10-24 14:29  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos_wrapper.cpp: GEOSGetCoordinates() reverted to
+       * [r326] postgis_geos_wrapper.cpp: GEOSGetCoordinates() reverted to
          getCoordinates() call so to be compatible
          to all type of geometries (not only LineStrings)
 
-2003-10-24 08:28  strk
+2003-10-24 08:28  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos.c, postgis_geos_wrapper.cpp: Fixed memory leak in
-         GEOSGetCoordinates(), made sure that GEOS2POSTGIS
+       * [r325] postgis_geos.c, postgis_geos_wrapper.cpp: Fixed memory
+         leak in GEOSGetCoordinates(), made sure that GEOS2POSTGIS
          free type string even in case of collapsed geoms. Made sure that
          geomunion
          release memory in case of exception thrown by GEOSUnion. Sooner
          release
          of palloced memory in PolyFromGeometry (pts_per_ring).
 
-2003-10-23 19:52  strk
+2003-10-23 19:52  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: added memory debugging tips for gcc >= 3.2.2
+       * [r324] Makefile: added memory debugging tips for gcc >= 3.2.2
 
-2003-10-23 09:14  strk
+2003-10-23 09:14  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Added default-commented line to disable gcc "smart"
-         memory caching feature.
+       * [r323] Makefile: Added default-commented line to disable gcc
+         "smart" memory caching feature.
 
-2003-10-23 08:06  strk
+2003-10-23 08:06  Sandro Santilli <strk@keybit.net>
 
-       * Attic/postgis_sql_common.sql.in: Added 'unite' aggregate.
+       * [r322] Attic/postgis_sql_common.sql.in: Added 'unite' aggregate.
 
-2003-10-22 20:58  pramsey
+2003-10-22 20:58  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * TODO: More additions to the TODO
+       * [r321] TODO: More additions to the TODO
 
-2003-10-22 18:51  pramsey
+2003-10-22 18:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * TODO: Updated TODO list somewhat
+       * [r320] TODO: Updated TODO list somewhat
 
-2003-10-21 07:44  strk
+2003-10-21 07:44  Sandro Santilli <strk@keybit.net>
 
-       * Makefile: Made GEOS_DIR and PROJ_DIR settable via environment
-         vars
+       * [r319] Makefile: Made GEOS_DIR and PROJ_DIR settable via
+         environment vars
 
-2003-10-20 19:50  strk
+2003-10-20 19:50  Sandro Santilli <strk@keybit.net>
 
-       * postgis_geos_wrapper.cpp: Removed some memory leaks in PostGIS2*
-         converters.
+       * [r318] postgis_geos_wrapper.cpp: Removed some memory leaks in
+         PostGIS2* converters.
 
-2003-10-17 16:32  pramsey
+2003-10-17 16:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Pass USE_* information to version string, add some 7.4
-         version passing
+       * [r317] Makefile: Pass USE_* information to version string, add
+         some 7.4 version passing
          flags to the compile.
 
 2003-10-17 16:12  dblasby
 
-       * postgis_fn.c: Made Envelope() CW instead of CCW.
+       * [r316] postgis_fn.c: Made Envelope() CW instead of CCW.
 
 2003-10-17 16:07  dblasby
 
-       * Attic/postgis_sql_common.sql.in, postgis_fn.c: made isEmpty()
-         return true/false
+       * [r315] Attic/postgis_sql_common.sql.in, postgis_fn.c: made
+         isEmpty() return true/false
 
-2003-10-17 00:56  pramsey
+2003-10-17 00:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/ogc_test_suite/2_queries.sql: Added some more AsText
-         wrappers.
+       * [r314] examples/ogc_test_suite/2_queries.sql: Added some more
+         AsText wrappers.
 
-2003-10-17 00:55  pramsey
+2003-10-17 00:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/ogc_test_suite/2_queries.sql: Added some AsText wrappers
-         to results to make results match answers.
+       * [r313] examples/ogc_test_suite/2_queries.sql: Added some AsText
+         wrappers to results to make results match answers.
 
 2003-10-16 20:16  dblasby
 
-       * postgis_geos.c: Added NOTICE_HANDLER function. For some reason
-         this didnt get properly
+       * [r312] postgis_geos.c: Added NOTICE_HANDLER function. For some
+         reason this didnt get properly
          committed last time.
 
 2003-10-16 16:35  dblasby
 
-       * postgis.h: added #include <sys/types.h> for people using freeBSD
-         (strk@keybit.net patch)
+       * [r311] postgis.h: added #include <sys/types.h> for people using
+         freeBSD (strk@keybit.net patch)
 
 2003-10-15 17:04  dblasby
 
-       * postgis_geos_wrapper.cpp: added a bunch of catch (GEOSExceptions)
-         blocks to write out more imformative
+       * [r310] postgis_geos_wrapper.cpp: added a bunch of catch
+         (GEOSExceptions) blocks to write out more imformative
          error messages.
 
 2003-10-14 23:19  dblasby
 
-       * postgis_geos.c: GEOS2POSTGIS - added protection to pfree(NULL)
-         for multi* geoms
+       * [r309] postgis_geos.c: GEOS2POSTGIS - added protection to
+         pfree(NULL) for multi* geoms
 
-2003-10-14 21:42  pramsey
+2003-10-14 21:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_geos_wrapper.cpp: Added const declarations to sync with
-         current GEOS cvs.
+       * [r308] postgis_geos_wrapper.cpp: Added const declarations to sync
+         with current GEOS cvs.
 
 2003-10-06 18:09  dblasby
 
-       * postgis_inout.c: Fixed typo in add_to_geometry(). With very
-         poorly aligned sub-objects, it
+       * [r307] postgis_inout.c: Fixed typo in add_to_geometry(). With
+         very poorly aligned sub-objects, it
          wouldnt allocate enough memory. Fixed it so its pesimistic and
          will allocate
          enough memory.
 
 2003-10-03 16:45  dblasby
 
-       * postgis_geos.c, postgis_geos_wrapper.cpp: added pointonsurface()
-         as a sub. Some memory management fixes/tests.
+       * [r306] postgis_geos.c, postgis_geos_wrapper.cpp: added
+         pointonsurface() as a sub. Some memory management fixes/tests.
          removed a few NOTICEs.
 
-2003-09-29 16:15  pramsey
+2003-09-29 16:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Patch from strk:
+       * [r305] loader/shp2pgsql.c: Patch from strk:
          - "\t" always preceeded the first value of a dump_format query
          if NULL
          
 
 2003-09-19 00:37  jeffloun
 
-       * loader/shp2pgsql.c: fixed a bug that actually tests the first 2
-         point for pip instead of just thinking I was testing the first
-         two.
+       * [r304] loader/shp2pgsql.c: fixed a bug that actually tests the
+         first 2 point for pip instead of just thinking I was testing the
+         first two.
 
 2003-09-16 20:27  dblasby
 
-       * loader/Makefile, postgis_debug.c, postgis_fn.c, postgis_geos.c,
-         postgis_geos_wrapper.cpp, postgis_transform.c: added ability to
-         delete geometries.
+       * [r303] loader/Makefile, postgis_debug.c, postgis_fn.c,
+         postgis_geos.c, postgis_geos_wrapper.cpp, postgis_transform.c:
+         added ability to delete geometries.
 
 2003-09-10 22:44  jeffloun
 
-       * loader/pgsql2shp.c: got rid of warning...
+       * [r302] loader/pgsql2shp.c: got rid of warning...
 
 2003-09-10 22:40  jeffloun
 
-       * loader/pgsql2shp.c: changed it to make the field names in the dbf
-         file capital letters
+       * [r301] loader/pgsql2shp.c: changed it to make the field names in
+         the dbf file capital letters
 
 2003-09-10 21:36  jeffloun
 
-       * loader/pgsql2shp.c: fixed a bug in is_clockwise...
+       * [r300] loader/pgsql2shp.c: fixed a bug in is_clockwise...
 
 2003-09-04 16:46  dblasby
 
-       * doc/postgis.xml: removed truly_inside() doc.
+       * [r299] doc/postgis.xml: removed truly_inside() doc.
 
 2003-09-04 16:19  dblasby
 
-       * Attic/postgis_sql_common.sql.in: removed truly_inside() function.
+       * [r298] Attic/postgis_sql_common.sql.in: removed truly_inside()
+         function.
 
 2003-08-22 17:40  dblasby
 
-       * postgis_inout.c: fixed geometry_in('SRID=<int>{no ;}').
+       * [r297] postgis_inout.c: fixed geometry_in('SRID=<int>{no ;}').
 
 2003-08-21 16:22  dblasby
 
-       * postgis_inout.c: added patch from strk@freek.keybit.net for
-         PG_NARGS() not being in 7.2
+       * [r296] postgis_inout.c: added patch from strk@freek.keybit.net
+         for PG_NARGS() not being in 7.2
 
-2003-08-18 20:19  pramsey
+2003-08-18 20:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Add missing </para>
+       * [r295] doc/postgis.xml: Add missing </para>
 
-2003-08-18 20:08  pramsey
+2003-08-18 20:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Removed illegal characters from the file.
+       * [r294] doc/postgis.xml: Removed illegal characters from the file.
 
-2003-08-18 20:00  pramsey
+2003-08-18 20:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: More entities
+       * [r293] doc/postgis.xml: More entities
 
-2003-08-18 19:45  pramsey
+2003-08-18 19:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Replace <> with proper entities in Dave's new
-         function entries
+       * [r292] doc/postgis.xml: Replace <> with proper entities in Dave's
+         new function entries
 
-2003-08-18 16:59  pramsey
+2003-08-18 16:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/ogc_test_suite/README: Added info on piping results to
-         output file.
+       * [r291] examples/ogc_test_suite/README: Added info on piping
+         results to output file.
 
-2003-08-18 16:41  pramsey
+2003-08-18 16:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_geos_wrapper.cpp: Change include from io.h to geom.h.
+       * [r290] postgis_geos_wrapper.cpp: Change include from io.h to
+         geom.h.
 
-2003-08-17 19:00  pramsey
+2003-08-17 19:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile, loader/shp2pgsql.c: Change sequence handling to
-         respect versions prior to 7.3. Patch from
+       * [r289] loader/Makefile, loader/shp2pgsql.c: Change sequence
+         handling to respect versions prior to 7.3. Patch from
          strk.
 
 2003-08-08 18:19  dblasby
 
-       * Attic/postgis_sql_common.sql.in, Makefile, create_undef.pl,
-         doc/postgis.xml, examples/ogc_test_suite/2_queries.sql,
-         postgis.h, postgis_debug.c, postgis_fn.c, postgis_geos.c,
+       * [r288] Attic/postgis_sql_common.sql.in, Makefile,
+         create_undef.pl, doc/postgis.xml,
+         examples/ogc_test_suite/2_queries.sql, postgis.h,
+         postgis_debug.c, postgis_fn.c, postgis_geos.c,
          postgis_geos_wrapper.cpp, postgis_gist_71.c, postgis_gist_72.c,
          postgis_inout.c: Conformance changes.
          Removed junk from postgis_debug.c and added the first run of the
          pointN(<linestring>,1) now returns the first point (used to
          return 2nd)
 
-2003-08-07 05:13  pramsey
+2003-08-07 05:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis: Added some information about compiling PostgreSQL
-         with C++ support to
+       * [r287] README.postgis: Added some information about compiling
+         PostgreSQL with C++ support to
          enable proper GEOS behavior.
 
 2003-08-06 19:31  dblasby
 
-       * Attic/postgis_sql_common.sql.in, postgis.h, postgis_geos.c,
-         postgis_inout.c: Added the WKB parser. Added all the functions
-         like
+       * [r286] Attic/postgis_sql_common.sql.in, postgis.h,
+         postgis_geos.c, postgis_inout.c: Added the WKB parser. Added all
+         the functions like
          PolyFromWKB(<WKB>,[<SRID>]).
          
          Added all the functions like PolyFromText(<WKT>,[<SRID>])
 
 2003-08-05 18:27  dblasby
 
-       * postgis_geos.c: Added null implementations of new
+       * [r285] postgis_geos.c: Added null implementations of new
          GEOS-returning-geometry functions (ie.
          buffer).
 
 2003-08-05 16:28  jeffloun
 
-       * loader/shp2pgsql.c: Removed the setval for the sequence if the
-         value was going to be 0.
+       * [r284] loader/shp2pgsql.c: Removed the setval for the sequence if
+         the value was going to be 0.
          This avoids a warning that occirs when you try to set it to 0.
 
 2003-08-01 23:58  dblasby
 
-       * Attic/postgis_sql_common.sql.in, postgis_geos.c,
+       * [r283] Attic/postgis_sql_common.sql.in, postgis_geos.c,
          postgis_geos_wrapper.cpp: added the functionality to convert
          GEOS->PostGIS geometries. Added those geos
          functions to postgis.
 
 2003-08-01 23:22  jeffloun
 
-       * loader/shp2pgsql.c: Altered the loader to use a (gid serial) type
-         instead of just a (gid int4).
+       * [r282] loader/shp2pgsql.c: Altered the loader to use a (gid
+         serial) type instead of just a (gid int4).
          Also the gid is now declared as a primary key.
 
-2003-08-01 17:44  pramsey
+2003-08-01 17:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Added BC Albers parameterization (epsg
-         42102)
+       * [r281] spatial_ref_sys.sql: Added BC Albers parameterization
+         (epsg 42102)
 
-2003-07-25 17:08  pramsey
+2003-07-25 17:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis.h, postgis_debug.c, postgis_estimate.c, postgis_fn.c,
-         postgis_inout.c, postgis_ops.c: Moved Cygwin endian define out of
-         source files into postgis.h common
+       * [r280] postgis.h, postgis_debug.c, postgis_estimate.c,
+         postgis_fn.c, postgis_inout.c, postgis_ops.c: Moved Cygwin endian
+         define out of source files into postgis.h common
          header file.
 
 2003-07-08 18:35  dblasby
 
-       * postgis_inout.c: changed asbinary_specify() so that it is more
-         aware of TEXT being
+       * [r279] postgis_inout.c: changed asbinary_specify() so that it is
+         more aware of TEXT being
          un-terminated.
          
          this is a modified patch from David Garnier
          <david.garnier@etudier-online.com>.
 
-2003-07-01 18:30  pramsey
+2003-07-01 18:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Attic/postgis_sql_71_end.sql.in,
+       * [r278] Attic/postgis_sql_71_end.sql.in,
          Attic/postgis_sql_71_start.sql.in,
          Attic/postgis_sql_72_end.sql.in,
          Attic/postgis_sql_72_start.sql.in,
          postgis_ops.c, postgis_proj.c, postgis_transform.c: Added CVS
          revision headers.
 
-2003-06-18 16:30  pramsey
+2003-06-18 16:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: It seems that invalid geometries where in the
-         shapefile (as far as shapelib
+       * [r277] loader/shp2pgsql.c: It seems that invalid geometries where
+         in the shapefile (as far as shapelib
          let shp2pgsql know). LINEZ objects with less then 2 vertices.
          I've
          patched shp2pgsql to recognized such an inconsistence and use a
          geometry for that record printing a warning on stderr.
          <strk@freek.keybit.net>
 
-2003-06-12 22:25  pramsey
+2003-06-12 22:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * regress/isvalid_test, regress/relate_test: Added transaction
-         begin and end.
+       * [r276] regress/isvalid_test, regress/relate_test: Added
+         transaction begin and end.
 
 2003-05-27 22:35  dblasby
 
-       * Makefile, postgis_geos.c, postgis_geos_wrapper.cpp: New version
-         of the postgis-GEOS connector.
+       * [r275] Makefile, postgis_geos.c, postgis_geos_wrapper.cpp: New
+         version of the postgis-GEOS connector.
 
 2003-05-13 22:51  dblasby
 
-       * Attic/postgis_sql_common.sql.in: Added a modified version of Carl
-         Anderson <carl.anderson@vadose.org> patch for
+       * [r274] Attic/postgis_sql_common.sql.in: Added a modified version
+         of Carl Anderson <carl.anderson@vadose.org> patch for
          schema-aware find_srid().
          
          I have modified your schema-patched find_srid() and commited it
          my system
          3. throw an error if the the requested geometry couldnt be found.
 
-2003-04-14 18:01  pramsey
+2003-04-14 18:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Patch for optional case sensitivity respect.
-         From strk.
+       * [r273] loader/shp2pgsql.c: Patch for optional case sensitivity
+         respect. From strk.
 
-2003-04-10 23:35  pramsey
+2003-04-10 23:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/ogc_test_suite/README: More info
+       * [r272] examples/ogc_test_suite/README: More info
 
 2003-04-10 19:17  dblasby
 
-       * Attic/postgis_sql_common.sql.in: added area() as alias for
+       * [r271] Attic/postgis_sql_common.sql.in: added area() as alias for
          area2d()
 
 2003-04-10 19:16  dblasby
 
-       * postgis_fn.c, postgis_geos.c: changes to area()
+       * [r270] postgis_fn.c, postgis_geos.c: changes to area()
 
-2003-04-10 17:45  pramsey
+2003-04-10 17:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/ogc_test_suite/README: More info.
+       * [r269] examples/ogc_test_suite/README: More info.
 
-2003-04-10 17:40  pramsey
+2003-04-10 17:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/ogc_test_suite/2_queries.sql: Fixed within() test to
-         have right order of arguments.
+       * [r268] examples/ogc_test_suite/2_queries.sql: Fixed within() test
+         to have right order of arguments.
 
-2003-04-10 17:29  pramsey
+2003-04-10 17:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/ogc_test_suite/2_queries.sql: Changes to function names
-         to MATCH the specification.
+       * [r267] examples/ogc_test_suite/2_queries.sql: Changes to function
+         names to MATCH the specification.
 
-2003-04-10 17:19  pramsey
+2003-04-10 17:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/ogc_test_suite/2_queries.sql: More consistency fixes.
+       * [r266] examples/ogc_test_suite/2_queries.sql: More consistency
+         fixes.
 
-2003-04-10 17:05  pramsey
+2003-04-10 17:05  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/ogc_test_suite/1_schema.sql,
+       * [r265] examples/ogc_test_suite/1_schema.sql,
          examples/ogc_test_suite/2_queries.sql,
          examples/ogc_test_suite/3_cleanup.sql,
          examples/ogc_test_suite/README: Fixes for consistency (!!!!) of
          the tests and a first README on how to run
          them.
 
-2003-04-10 16:40  pramsey
+2003-04-10 16:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Attic/postgis_sql_common.sql.in: Extra OGC text constructor
-         functions.
+       * [r264] Attic/postgis_sql_common.sql.in: Extra OGC text
+         constructor functions.
 
-2003-04-10 16:22  pramsey
+2003-04-10 16:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Hack to supply c++ CXX variable if undefined.
+       * [r263] Makefile: Hack to supply c++ CXX variable if undefined.
 
-2003-04-10 16:20  pramsey
+2003-04-10 16:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Cruft removal
+       * [r262] Makefile: Cruft removal
 
-2003-04-10 05:19  pramsey
+2003-04-10 05:19  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Attic/postgis_sql_common.sql.in: Formatting changes.
+       * [r261] Attic/postgis_sql_common.sql.in: Formatting changes.
 
-2003-04-10 05:16  pramsey
+2003-04-10 05:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Attic/postgis_sql_common.sql.in: Remove old commented out
+       * [r260] Attic/postgis_sql_common.sql.in: Remove old commented out
          duplicate function.
 
-2003-04-09 21:53  pramsey
+2003-04-09 21:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Makefile should fully honor USE_GEOS flag now.
+       * [r259] Makefile: Makefile should fully honor USE_GEOS flag now.
 
-2003-04-09 21:35  pramsey
+2003-04-09 21:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile, postgis_transform.c: Cleaned up makefile and transform
-         warning removed for null case.
+       * [r258] Makefile, postgis_transform.c: Cleaned up makefile and
+         transform warning removed for null case.
 
-2003-04-09 21:08  pramsey
+2003-04-09 21:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Attic/postgis_sql_common.sql.in: Some reformatting.
+       * [r257] Attic/postgis_sql_common.sql.in: Some reformatting.
 
 2003-04-09 18:34  dblasby
 
-       * Attic/postgis_sql_common.sql.in, Makefile, postgis_geos.c,
+       * [r256] Attic/postgis_sql_common.sql.in, Makefile, postgis_geos.c,
          postgis_geos_wrapper.cpp: GEOS support -first run
 
 2003-04-09 18:34  dblasby
 
-       * regress/isvalid_test: test data for isvalid()
+       * [r255] regress/isvalid_test: test data for isvalid()
 
-2003-04-09 03:40  pramsey
+2003-04-09 03:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * jdbc/Makefile: Makefile update
+       * [r254] jdbc/Makefile: Makefile update
 
-2003-04-09 03:40  pramsey
+2003-04-09 03:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES, CREDITS, README.postgis: Updates for 0.7.5 release.
+       * [r252] CHANGES, CREDITS, README.postgis: Updates for 0.7.5
+         release.
 
-2003-04-08 21:41  pramsey
+2003-04-08 21:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Cygwin BE_DLLLIBS fix from nvine/jtishler
+       * [r251] Makefile: Cygwin BE_DLLLIBS fix from nvine/jtishler
 
 2003-04-08 21:23  dblasby
 
-       * regress/relate_test: simple table to test relate(g1,g2). Taken
-         from JTS/GEOS regression test.
+       * [r250] regress/relate_test: simple table to test relate(g1,g2).
+         Taken from JTS/GEOS regression test.
 
 2003-04-01 23:02  jeffloun
 
-       * loader/shp2pgsql.c: Fixed a bug which dropped the last Z value of
-         each line in 3d lines.
+       * [r249] loader/shp2pgsql.c: Fixed a bug which dropped the last Z
+         value of each line in 3d lines.
 
-2003-03-07 16:39  pramsey
+2003-03-07 16:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: M-handling patch and some Z-recognition too.
+       * [r248] loader/shp2pgsql.c: M-handling patch and some
+         Z-recognition too.
          From strk@freek.keybit.net.
 
-2003-03-06 18:57  chodgson
+2003-03-06 18:57  Chris Hodgson <chodgson@refractions.net>
 
-       * Attic/postgis_sql_73_end.sql.in: swapped '~=' for '=' in the
-         operator class definition for gist_geometry_ops.
+       * [r247] Attic/postgis_sql_73_end.sql.in: swapped '~=' for '=' in
+         the operator class definition for gist_geometry_ops.
 
-2003-03-06 18:29  chodgson
+2003-03-06 18:29  Chris Hodgson <chodgson@refractions.net>
 
-       * Attic/postgis_sql_common.sql.in: changed 'geometry' to 'GEOMETRY'
-         two places in the AddGeometryColumn sql code.
+       * [r246] Attic/postgis_sql_common.sql.in: changed 'geometry' to
+         'GEOMETRY' two places in the AddGeometryColumn sql code.
 
-2003-03-06 18:10  chodgson
+2003-03-06 18:10  Chris Hodgson <chodgson@refractions.net>
 
-       * doc/postgis.xml: Updated the documentation for the '~' operator
-         and added documentation for the '@' operator (they were
+       * [r245] doc/postgis.xml: Updated the documentation for the '~'
+         operator and added documentation for the '@' operator (they were
          backwards).
 
 2003-03-06 18:04  dblasby
 
-       * Attic/postgis_sql_73_end.sql.in: indexing for 7.3: @ and ~ were
-         backwards. Corrected.
+       * [r244] Attic/postgis_sql_73_end.sql.in: indexing for 7.3: @ and ~
+         were backwards. Corrected.
 
 2003-02-15 00:27  jeffloun
 
-       * loader/shp2pgsql.c: added more type checking into the create
-         table statment.
+       * [r243] loader/shp2pgsql.c: added more type checking into the
+         create table statment.
          Now uses int8, and numeric types if the columns definitions are
          too big
 
 2003-02-14 20:07  jeffloun
 
-       * loader/shp2pgsql.c: changed the PIP function to loop from i=0 to
-         1<n-1
+       * [r242] loader/shp2pgsql.c: changed the PIP function to loop from
+         i=0 to 1<n-1
 
-2003-02-13 02:48  pramsey
+2003-02-13 02:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES, README.postgis, loader/Makefile: Changes in preparation
-         for 0.7.4 release.
+       * [r240] CHANGES, README.postgis, loader/Makefile: Changes in
+         preparation for 0.7.4 release.
 
-2003-02-12 21:03  pramsey
+2003-02-12 21:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Fixed bug with 7.1 build relating to postgis_estimate.
+       * [r239] Makefile: Fixed bug with 7.1 build relating to
+         postgis_estimate.
 
-2003-02-04 23:11  pramsey
+2003-02-04 23:11  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Attic/postgis_sql_common.sql.in: Changed constraint name for
-         geometry_columns_pk.
+       * [r238] Attic/postgis_sql_common.sql.in: Changed constraint name
+         for geometry_columns_pk.
 
-2003-02-04 22:57  pramsey
+2003-02-04 22:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Fix memory management error, array of
+       * [r237] loader/shp2pgsql.c: Fix memory management error, array of
          pointers allocated insufficient space.
 
-2003-02-04 21:39  pramsey
+2003-02-04 21:39  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: Added CVS substitution
-         strings for logging.
+       * [r236] loader/pgsql2shp.c, loader/shp2pgsql.c: Added CVS
+         substitution strings for logging.
 
-2003-02-04 06:49  pramsey
+2003-02-04 06:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Attic/postgis_sql_72_end.sql.in: Fixed stupid case error in 7.2
-         gist support.
+       * [r235] Attic/postgis_sql_72_end.sql.in: Fixed stupid case error
+         in 7.2 gist support.
 
-2003-02-03 20:08  pramsey
+2003-02-03 20:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Updated SRS file with better proj4
+       * [r234] spatial_ref_sys.sql: Updated SRS file with better proj4
          definitions and nicer commented
          description lines.
 
-2003-01-31 17:23  chodgson
+2003-01-31 17:23  Chris Hodgson <chodgson@refractions.net>
 
-       * doc/postgis.xml: fixed a small error in an example - road_name ->
-         name
+       * [r233] doc/postgis.xml: fixed a small error in an example -
+         road_name -> name
 
 2003-01-22 17:07  dblasby
 
-       * postgis_estimate.c: applied Mark Cave-Ayland's new patch that is
-         a bit cleaner and has a
+       * [r232] postgis_estimate.c: applied Mark Cave-Ayland's new patch
+         that is a bit cleaner and has a
          user-defined FETCH limit for creating a histogram.
 
 2003-01-21 17:46  dblasby
 
-       * postgis_estimate.c: added patch from Mark Cave-Ayland that saves
-         memory during histogram
+       * [r231] postgis_estimate.c: added patch from Mark Cave-Ayland that
+         saves memory during histogram
          calculations by using cursors instead of loading all the BOXs at
          once.
 
-2003-01-06 18:07  pramsey
+2003-01-06 18:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Added USE_STATS fix for index selectivity.
+       * [r230] Makefile: Added USE_STATS fix for index selectivity.
 
 2002-12-17 23:24  dblasby
 
-       * postgis_inout.c: fixed select astext(the_geom)||'dave' from ...;
-         bug
+       * [r229] postgis_inout.c: fixed select astext(the_geom)||'dave'
+         from ...; bug
 
-2002-12-10 04:45  pramsey
+2002-12-10 04:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis.sql.in, postgis_gist_71.sql.in, postgis_gist_72.sql.in,
-         postgis_gist_73.sql.in: Removed old sql.in files.
+       * [r228] postgis.sql.in, postgis_gist_71.sql.in,
+         postgis_gist_72.sql.in, postgis_gist_73.sql.in: Removed old
+         sql.in files.
 
-2002-12-10 04:37  pramsey
+2002-12-10 04:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * create_undef.pl: Support for 7.3 undefinition.
+       * [r227] create_undef.pl: Support for 7.3 undefinition.
 
-2002-12-10 04:36  pramsey
+2002-12-10 04:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Attic, Attic/postgis_sql_71_end.sql.in,
+       * [r226] Attic, Attic/postgis_sql_71_end.sql.in,
          Attic/postgis_sql_71_start.sql.in,
          Attic/postgis_sql_72_end.sql.in,
          Attic/postgis_sql_72_start.sql.in,
          Attic/postgis_sql_common.sql.in, Makefile: New SQL update files,
          with version dependant start and end scripts.
 
-2002-12-06 20:31  pramsey
+2002-12-06 20:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Set USE_PROJ back to default 0.
+       * [r225] Makefile: Set USE_PROJ back to default 0.
 
-2002-12-05 22:12  pramsey
+2002-12-05 22:12  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis.sql.in: Returned to 'opaque' as type in creation, since
-         7.3 will automatically
+       * [r224] postgis.sql.in: Returned to 'opaque' as type in creation,
+         since 7.3 will automatically
          cast and < 7.3 will fail if I use a different value. This causes
          some
          warnings in 7.3, but no failures.
 
-2002-12-05 21:49  pramsey
+2002-12-05 21:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile, postgis.sql.in, postgis_gist_73.sql.in: Updates to
-         support 7.3 typecasting conventions. 7.3 support is now ready
+       * [r223] Makefile, postgis.sql.in, postgis_gist_73.sql.in: Updates
+         to support 7.3 typecasting conventions. 7.3 support is now ready
          for beta testing.
 
-2002-12-05 21:11  pramsey
+2002-12-05 21:11  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_gist_73.sql.in: "fixed" pg_opclass so that 7.3 index
-         creation works.
+       * [r222] postgis_gist_73.sql.in: "fixed" pg_opclass so that 7.3
+         index creation works.
 
-2002-12-05 20:57  pramsey
+2002-12-05 20:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_gist_73.sql.in: Changed an opaque to internal (many to
-         go...)
+       * [r221] postgis_gist_73.sql.in: Changed an opaque to internal
+         (many to go...)
 
-2002-12-05 20:54  pramsey
+2002-12-05 20:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Pass USE_VERSION macro into the C compilation process
-         to the pre-processor can
+       * [r220] Makefile: Pass USE_VERSION macro into the C compilation
+         process to the pre-processor can
          make use of it
 
-2002-12-05 20:48  pramsey
+2002-12-05 20:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Changed libdir references to LIBPATH and started using
-         the magic
+       * [r219] Makefile: Changed libdir references to LIBPATH and started
+         using the magic
          $libpath entry for default installs.
 
-2002-12-05 20:40  pramsey
+2002-12-05 20:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_gist_73.sql.in: Formatting change.
+       * [r218] postgis_gist_73.sql.in: Formatting change.
 
-2002-12-05 20:30  pramsey
+2002-12-05 20:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile, postgis_gist_73.sql.in: Early support for 7.3. No fixes
-         for typecasting problems yet.
+       * [r217] Makefile, postgis_gist_73.sql.in: Early support for 7.3.
+         No fixes for typecasting problems yet.
 
-2002-12-05 19:55  pramsey
+2002-12-05 19:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_gist_72.sql.in, postgis_gist_73.sql.in: Removed DOS
-         linefeeds from SQL files.
+       * [r216] postgis_gist_72.sql.in, postgis_gist_73.sql.in: Removed
+         DOS linefeeds from SQL files.
 
-2002-12-05 19:48  pramsey
+2002-12-05 19:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_gist_71.c, postgis_gist_71.sql.in: Changes to support 7.3
-         cleanly.
+       * [r215] postgis_gist_71.c, postgis_gist_71.sql.in: Changes to
+         support 7.3 cleanly.
 
-2002-12-05 19:48  pramsey
+2002-12-05 19:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile, README.postgis, postgis_gist.c, postgis_gist.sql.in,
-         postgis_gist_73.sql.in: Changes to allow 7.3 support to be easily
-         added.
+       * [r214] Makefile, README.postgis, postgis_gist.c,
+         postgis_gist.sql.in, postgis_gist_73.sql.in: Changes to allow 7.3
+         support to be easily added.
 
-2002-12-01 05:59  pramsey
+2002-12-01 05:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/ogc_test_suite, examples/ogc_test_suite/1_schema.sql,
+       * [r213] examples/ogc_test_suite,
+         examples/ogc_test_suite/1_schema.sql,
          examples/ogc_test_suite/2_queries.sql,
          examples/ogc_test_suite/3_cleanup.sql: Original OpenGIS test
          suite files. To be edited to conform to
          PostGIS syntax where legal.
 
-2002-11-26 03:59  pramsey
+2002-11-26 03:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Changed references to 'make' into macro references to
-         MAKE
+       * [r212] Makefile: Changed references to 'make' into macro
+         references to MAKE
 
-2002-11-22 21:25  chodgson
+2002-11-22 21:25  Chris Hodgson <chodgson@refractions.net>
 
-       * doc/postgis.xml: changed the title of the new section from
+       * [r211] doc/postgis.xml: changed the title of the new section from
          "Mapserver" to "Using Mapserver"
 
-2002-11-22 21:22  chodgson
+2002-11-22 21:22  Chris Hodgson <chodgson@refractions.net>
 
-       * doc/postgis.xml: added more advanced mapserver documentation, and
-         separated mapserver into its own section of the documentation
+       * [r210] doc/postgis.xml: added more advanced mapserver
+         documentation, and separated mapserver into its own section of
+         the documentation
 
 2002-11-22 17:38  dblasby
 
-       * postgis_transform.c: Non-compiled in transform() returns error
-         instead of nop.
+       * [r209] postgis_transform.c: Non-compiled in transform() returns
+         error instead of nop.
 
-2002-11-20 21:32  chodgson
+2002-11-20 21:32  Chris Hodgson <chodgson@refractions.net>
 
-       * doc/postgis.xml: re-formatted the xml doc and added a bit about
-         complex queries (still lots more to come on that topic)
+       * [r208] doc/postgis.xml: re-formatted the xml doc and added a bit
+         about complex queries (still lots more to come on that topic)
 
 2002-11-06 23:55  jeffloun
 
-       * loader/pgsql2shp.c: added support for clockwise-ness in shp
-         dumper
+       * [r207] loader/pgsql2shp.c: added support for clockwise-ness in
+         shp dumper
 
-2002-11-04 21:21  pramsey
+2002-11-04 21:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp.c: Removed debugging connstring print.
+       * [r206] loader/pgsql2shp.c: Removed debugging connstring print.
 
 2002-10-25 16:13  dblasby
 
-       * postgis_inout.c: Now accepts both types of multipoint -
+       * [r205] postgis_inout.c: Now accepts both types of multipoint -
          'MULTIPOINT(0 0, 1 1)'::geometry and
          'MULTIPOINT( (0 0), (1 1))'::geometry;
 
-2002-10-24 15:53  pramsey
+2002-10-24 15:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * jdbc/org/postgis/PGbox3d.java, jdbc/org/postgis/PGgeometry.java:
-         Added PGbox3d accessors for LLB and URB. Added PGgeometry update
-         to
+       * [r204] jdbc/org/postgis/PGbox3d.java,
+         jdbc/org/postgis/PGgeometry.java: Added PGbox3d accessors for LLB
+         and URB. Added PGgeometry update to
          account for SRIDs when they are present in the WKT. Submitted by
          Rueben Schultz.
 
-2002-10-17 17:06  chodgson
+2002-10-17 17:06  Chris Hodgson <chodgson@refractions.net>
 
-       * loader/dbfopen.c: fixed the last compile warning on solaris/gcc
+       * [r203] loader/dbfopen.c: fixed the last compile warning on
+         solaris/gcc
 
-2002-10-17 16:45  chodgson
+2002-10-17 16:45  Chris Hodgson <chodgson@refractions.net>
 
-       * loader/dbfopen.c, loader/getopt.c, loader/shp2pgsql.c,
+       * [r202] loader/dbfopen.c, loader/getopt.c, loader/shp2pgsql.c,
          loader/shpopen.c: - cleaned up all the compiler warnings
          - for getopt.c, this involved moving the line:
          extern char *getenv(const char *name);
          always required (the code that calls it isn't inside any #ifdefs)
          Perhaps this may break compilation in non-linux/gnu environments?
 
-2002-10-16 23:48  pramsey
+2002-10-16 23:48  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fixed syntax error in hyperlink to postgis
-         source.
+       * [r201] doc/postgis.xml: Fixed syntax error in hyperlink to
+         postgis source.
 
 2002-10-16 20:33  dblasby
 
-       * postgis_estimate.c: Added support to turn off the
+       * [r200] postgis_estimate.c: Added support to turn off the
          postgis_gist_sel() computations (see Makefile).
 
-2002-10-16 17:27  pramsey
+2002-10-16 17:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Added USE_STATS switch to make the new statistics
-         system optional.
+       * [r199] Makefile: Added USE_STATS switch to make the new
+         statistics system optional.
 
-2002-10-16 17:06  chodgson
+2002-10-16 17:06  Chris Hodgson <chodgson@refractions.net>
 
-       * Makefile: makefile now has both support for auto-determining
-         postgres version and support for the new histogram2d stuff
+       * [r198] Makefile: makefile now has both support for
+         auto-determining postgres version and support for the new
+         histogram2d stuff
 
 2002-10-11 22:52  dblasby
 
-       * postgis_estimate.c: New file with original estimation methods.
+       * [r197] postgis_estimate.c: New file with original estimation
+         methods.
 
 2002-10-11 22:52  dblasby
 
-       * Makefile, postgis.h, postgis.sql.in, postgis_gist_72.c,
+       * [r196] Makefile, postgis.h, postgis.sql.in, postgis_gist_72.c,
          postgis_gist_72.sql.in, postgis_inout.c: Added support for
          histogram2d and better statistical analysis.
 
 2002-10-11 20:22  jeffloun
 
-       * loader/pgsql2shp.c: fixed the errors in the error fix i had just
-         committed...
+       * [r195] loader/pgsql2shp.c: fixed the errors in the error fix i
+         had just committed...
 
 2002-10-11 20:10  jeffloun
 
-       * loader/pgsql2shp.c: Fixed a bug from adding NULL support to shape
-         dumper
+       * [r194] loader/pgsql2shp.c: Fixed a bug from adding NULL support
+         to shape dumper
 
 2002-10-10 17:32  jeffloun
 
-       * loader/pgsql2shp.c: added support to write out null geometries to
-         polygon, multipolygon, arc, and multiarcs...
+       * [r193] loader/pgsql2shp.c: added support to write out null
+         geometries to polygon, multipolygon, arc, and multiarcs...
 
 2002-10-10 17:11  jeffloun
 
-       * loader/pgsql2shp.c: Added support to write out Null geometries to
-         point and mulitpoints
+       * [r192] loader/pgsql2shp.c: Added support to write out Null
+         geometries to point and mulitpoints
 
-2002-10-10 17:00  chodgson
+2002-10-10 17:00  Chris Hodgson <chodgson@refractions.net>
 
-       * README.postgis, doc/postgis.xml, postgis_ops.c: - fixed a bug in
-         box3d_overleft which would likely go unnoticed
+       * [r191] README.postgis, doc/postgis.xml, postgis_ops.c: - fixed a
+         bug in box3d_overleft which would likely go unnoticed
          - fixed the docs for &<, &>, <<, and >> which were backwards
 
 2002-09-20 18:05  dblasby
 
-       * postgis_debug.c: Fixed complier complaint reported by Mark Sutton
-         <mes@lazo.ca>.
+       * [r190] postgis_debug.c: Fixed complier complaint reported by Mark
+         Sutton <mes@lazo.ca>.
 
-2002-09-06 20:29  pramsey
+2002-09-06 20:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * jdbc/org/postgis/LinearRing.java: Trivial initialization bug,
-         forget to set dimension.
+       * [r188] jdbc/org/postgis/LinearRing.java: Trivial initialization
+         bug, forget to set dimension.
 
-2002-09-05 16:49  pramsey
+2002-09-05 16:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES, README.postgis: Changes in preparation for 0.7.3 release
+       * [r187] CHANGES, README.postgis: Changes in preparation for 0.7.3
+         release
 
 2002-09-05 16:39  dblasby
 
-       * postgis.sql.in: Fixed typo in dropgeometrycolumn() - IS null to
-         =null. This was caused in the
+       * [r186] postgis.sql.in: Fixed typo in dropgeometrycolumn() - IS
+         null to =null. This was caused in the
          last 'fix'.
 
-2002-09-05 00:07  pramsey
+2002-09-05 00:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Make 7.2 index test check for version 7.1 and default
-         to 7.2 if not
+       * [r185] Makefile: Make 7.2 index test check for version 7.1 and
+         default to 7.2 if not
          This is preparatory to the 7.3 pgsql release which uses the sames
          GiST bindings as the 7.2 release.
 
 2002-09-04 16:55  dblasby
 
-       * postgis_transform.c: Applied "Mark Cave-Ayland"
+       * [r184] postgis_transform.c: Applied "Mark Cave-Ayland"
          <mark.cave-ayland@webbased.co.uk>'s patch so
          transform() will correctly tranform BBOX only geometries.
 
-2002-09-03 15:31  pramsey
+2002-09-03 15:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Added automatic test for version string and setting of
-         USE_PG72 to
+       * [r183] Makefile: Added automatic test for version string and
+         setting of USE_PG72 to
          appropriate value, as submitted by Greg Stark.
 
-2002-09-01 20:04  pramsey
+2002-09-01 20:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES, CREDITS, README.postgis: Changes in preparation for
-         0.7.2 release.
+       * [r181] CHANGES, CREDITS, README.postgis: Changes in preparation
+         for 0.7.2 release.
 
 2002-08-19 16:14  dblasby
 
-       * postgis.sql.in: changed "=NULL" to "is null" for postgresql 7.3
-         devel issues (as reported
+       * [r180] postgis.sql.in: changed "=NULL" to "is null" for
+         postgresql 7.3 devel issues (as reported
          by Eric - redmonde@purdue.edu)
 
 2002-08-16 17:58  dblasby
 
-       * postgis_fn.c: Applyed "Mark Cave-Ayland"
+       * [r179] postgis_fn.c: Applyed "Mark Cave-Ayland"
          <mark.cave-ayland@webbased.co.uk>'s patch
          to the truly_inside() function. Thanks mark!
 
-2002-08-07 16:31  pramsey
+2002-08-07 16:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Patch to write null geometries as "\N" in the
-         dump file format case.
+       * [r178] loader/shp2pgsql.c: Patch to write null geometries as "\N"
+         in the dump file format case.
          Submitted by Steffen Macke <sdteffen@web.de>
 
-2002-07-26 16:50  chodgson
+2002-07-26 16:50  Chris Hodgson <chodgson@refractions.net>
 
-       * doc/postgis.xml: minor correction
+       * [r177] doc/postgis.xml: minor correction
 
-2002-07-24 20:40  pramsey
+2002-07-24 20:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: fixes the unwanted quotation of NULLs for the
-         sql insert format. Submitted
+       * [r176] loader/shp2pgsql.c: fixes the unwanted quotation of NULLs
+         for the sql insert format. Submitted
          by Steffen Macke.
 
-2002-07-17 20:10  chodgson
+2002-07-17 20:10  Chris Hodgson <chodgson@refractions.net>
 
-       * doc/postgis.xml: fixed some formatting errors from my previous
-         addition
+       * [r175] doc/postgis.xml: fixed some formatting errors from my
+         previous addition
 
-2002-07-17 18:34  chodgson
+2002-07-17 18:34  Chris Hodgson <chodgson@refractions.net>
 
-       * doc/postgis.xml: added a "common problems" sub-section to the
-         "installing postgis" section
+       * [r174] doc/postgis.xml: added a "common problems" sub-section to
+         the "installing postgis" section
 
-2002-07-06 17:51  pramsey
+2002-07-06 17:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Reverted USE_PROJ to 0
+       * [r173] Makefile: Reverted USE_PROJ to 0
 
-2002-07-06 15:16  pramsey
+2002-07-06 15:16  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Patch from Steffen Macke, NULL attributes are
-         imported as NULL now,
+       * [r172] loader/shp2pgsql.c: Patch from Steffen Macke, NULL
+         attributes are imported as NULL now,
          gid field renaming works now (case problem), \ and ' are escaped
          and don't break the import
 
 2002-07-04 23:38  dblasby
 
-       * Makefile, postgis.h, postgis.sql.in, postgis_inout.c: added
-         bytea(wkb)
+       * [r171] Makefile, postgis.h, postgis.sql.in, postgis_inout.c:
+         added bytea(wkb)
 
-2002-06-26 18:34  pramsey
+2002-06-26 18:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: fixed syntax error in reference to pgsql2shp
+       * [r170] doc/postgis.xml: fixed syntax error in reference to
+         pgsql2shp
 
-2002-06-26 18:25  pramsey
+2002-06-26 18:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile: Cygwin fixes to the install target to provide
-         .exe extensions.
+       * [r169] loader/Makefile: Cygwin fixes to the install target to
+         provide .exe extensions.
 
 2002-06-07 18:16  jeffloun
 
-       * loader/pgsql2shp.c: fixed a bug in pgsql2shp which displayed the
-         total DBF rows written as one less than actually was written.
+       * [r168] loader/pgsql2shp.c: fixed a bug in pgsql2shp which
+         displayed the total DBF rows written as one less than actually
+         was written.
 
-2002-05-28 18:01  chodgson
+2002-05-28 18:01  Chris Hodgson <chodgson@refractions.net>
 
-       * postgis_gist.sql.in: - updated the ~ and @ operator definitions
-         in postgis_gist.sql.in so that ~ is contains and @ is contained
-         (should have been done in the last update, but I forgot)
+       * [r167] postgis_gist.sql.in: - updated the ~ and @ operator
+         definitions in postgis_gist.sql.in so that ~ is contains and @ is
+         contained (should have been done in the last update, but I
+         forgot)
 
-2002-05-28 17:59  chodgson
+2002-05-28 17:59  Chris Hodgson <chodgson@refractions.net>
 
-       * postgis_gist_72.sql.in: - updated the ~ and @ operator
+       * [r166] postgis_gist_72.sql.in: - updated the ~ and @ operator
          definitions in postgis_gist_72.sql.in so that ~ is contains and @
          is contained
 
-2002-05-28 17:54  chodgson
+2002-05-28 17:54  Chris Hodgson <chodgson@refractions.net>
 
-       * postgis_fn.c: - updated the translate function in postgis_fn.c to
-         translate the bounding box as well, as suggested by Robert
-         Burgholzer
+       * [r165] postgis_fn.c: - updated the translate function in
+         postgis_fn.c to translate the bounding box as well, as suggested
+         by Robert Burgholzer
 
-2002-05-22 19:29  pramsey
+2002-05-22 19:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fixed syntax error in GeometryN defn.
+       * [r164] doc/postgis.xml: Fixed syntax error in GeometryN defn.
 
-2002-05-14 20:50  pramsey
+2002-05-14 20:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Set USE_PG72 to 0.
+       * [r162] Makefile: Set USE_PG72 to 0.
 
-2002-05-14 20:47  pramsey
+2002-05-14 20:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES, Makefile, README.postgis: Documentation updates for
-         0.7.1 release.
+       * [r161] CHANGES, Makefile, README.postgis: Documentation updates
+         for 0.7.1 release.
 
-2002-05-14 20:36  pramsey
+2002-05-14 20:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis.h, postgis.sql.in, postgis_chip.c, postgis_debug.c,
-         postgis_fn.c, postgis_gist.c, postgis_gist.sql.in,
-         postgis_gist_72.c, postgis_gist_72.sql.in, postgis_inout.c,
-         postgis_ops.c, postgis_proj.c, postgis_transform.c: Stripped DOS
-         carriage returns from all source code files. Should
+       * [r160] postgis.h, postgis.sql.in, postgis_chip.c,
+         postgis_debug.c, postgis_fn.c, postgis_gist.c,
+         postgis_gist.sql.in, postgis_gist_72.c, postgis_gist_72.sql.in,
+         postgis_inout.c, postgis_ops.c, postgis_proj.c,
+         postgis_transform.c: Stripped DOS carriage returns from all
+         source code files. Should
          fix some compilation problems on some platforms.
 
-2002-05-14 18:28  chodgson
+2002-05-14 18:28  Chris Hodgson <chodgson@refractions.net>
 
-       * loader/shp2pgsql.c, postgis.h, postgis.sql.in, postgis_fn.c,
-         postgis_gist_72.c, postgis_inout.c: - integrated a bugfix for the
-         rtree_picksplit algorithm from Teodor Sigaev. This fixes the bug
-         which reports "ERROR: MemoryContextAlloc: invalid request size 0"
-         while building a gist rtree index (first reported by Andy Turk)
+       * [r159] loader/shp2pgsql.c, postgis.h, postgis.sql.in,
+         postgis_fn.c, postgis_gist_72.c, postgis_inout.c: - integrated a
+         bugfix for the rtree_picksplit algorithm from Teodor Sigaev. This
+         fixes the bug which reports "ERROR: MemoryContextAlloc: invalid
+         request size 0" while building a gist rtree index (first reported
+         by Andy Turk)
          
          - cleaned up some warnings (mostly "possibly unitialized
          variables")
 
-2002-05-06 17:35  chodgson
+2002-05-06 17:35  Chris Hodgson <chodgson@refractions.net>
 
-       * Makefile, postgis_fn.c, postgis_inout.c: - changed
+       * [r158] Makefile, postgis_fn.c, postgis_inout.c: - changed
          add_to_geometry() and collector() so that the sql collect()
          aggregate returns the simplest possible geometric type, ie. a
          MULTIPOINT instead of a GEOMETRYCOLLECTIONwhen all of the
          geometries being collected are of either POINT or MULTIPOINT type
 
-2002-05-04 23:08  pramsey
+2002-05-04 23:08  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fixed mistake in FAQ example on radius
+       * [r155] doc/postgis.xml: Fixed mistake in FAQ example on radius
          searching.
 
-2002-05-04 22:52  pramsey
+2002-05-04 22:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: More docbook changes.
+       * [r154] doc/postgis.xml: More docbook changes.
 
-2002-05-04 22:51  pramsey
+2002-05-04 22:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Docbook syntax error changes.
+       * [r153] doc/postgis.xml: Docbook syntax error changes.
 
-2002-05-04 22:47  pramsey
+2002-05-04 22:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Added postgis_undef.sql to make clean target.
+       * [r152] Makefile: Added postgis_undef.sql to make clean target.
 
-2002-05-04 22:46  pramsey
+2002-05-04 22:46  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES, CREDITS, Makefile, README.postgis, TODO,
+       * [r151] CHANGES, CREDITS, Makefile, README.postgis, TODO,
          doc/postgis.xml: Documentation updates to go with the 0.7
          release. All new functions
          documented, and appropriate changes made to installation and
          support
          added to Makefile.
 
-2002-05-04 22:44  pramsey
+2002-05-04 22:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Add commenting to indicate the coordinate
-         system of each insert line in
+       * [r150] spatial_ref_sys.sql: Add commenting to indicate the
+         coordinate system of each insert line in
          a human readable form.
 
-2002-05-04 22:44  pramsey
+2002-05-04 22:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/README.pgsql2shp, loader/README.shp2pgsql,
+       * [r149] loader/README.pgsql2shp, loader/README.shp2pgsql,
          loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c: Update
          shapelib references to 1.2.9.
 
-2002-05-04 20:30  pramsey
+2002-05-04 20:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile: Added an "install" target which installs
+       * [r148] loader/Makefile: Added an "install" target which installs
          shp2pgsql and pgsql2shp in the
          default pgsql bin directory.
 
-2002-05-04 20:29  pramsey
+2002-05-04 20:29  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_transform.c: Changed WANT_PROJECTION flag to USE_PROJ to
-         match other Makefile defines.
+       * [r147] postgis_transform.c: Changed WANT_PROJECTION flag to
+         USE_PROJ to match other Makefile defines.
 
-2002-05-04 20:28  pramsey
+2002-05-04 20:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis.sql.in: Added GeomFromText alias to GeometryFromText
-         since the former is in the
+       * [r146] postgis.sql.in: Added GeomFromText alias to
+         GeometryFromText since the former is in the
          SFSQL spec and the latter is not.
 
-2002-05-03 03:14  pramsey
+2002-05-03 03:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Start of 0.7 documenation edits.
+       * [r145] doc/postgis.xml: Start of 0.7 documenation edits.
 
 2002-05-02 22:25  dblasby
 
-       * postgis_transform.c: transform_geom() - if it gets and error -38
-         from PROJ.4 (couldnt open
+       * [r144] postgis_transform.c: transform_geom() - if it gets and
+         error -38 from PROJ.4 (couldnt open
          grid file) it will try to do the transform without a
          a datum conversion. This usually occurs if you ask
          for a re-projection for a point outside where you have
 
 2002-04-30 23:37  dblasby
 
-       * Makefile, postgis_transform.c: Better error reporting.
+       * [r143] Makefile, postgis_transform.c: Better error reporting.
 
 2002-04-30 23:20  dblasby
 
-       * Makefile, postgis_transform.c: Added some debugging to transform.
+       * [r142] Makefile, postgis_transform.c: Added some debugging to
+         transform.
 
 2002-04-29 17:23  dblasby
 
-       * postgis.h, postgis.sql.in, postgis_proj.c: Added
+       * [r141] postgis.h, postgis.sql.in, postgis_proj.c: Added
          distance_ellipsiod(point,point,ellipsoid)
          (called distance_spheroid in SQL)
 
-2002-04-26 22:50  chodgson
+2002-04-26 22:50  Chris Hodgson <chodgson@refractions.net>
 
-       * Makefile, loader/Makefile, postgis.h, postgis.sql.in,
+       * [r140] Makefile, loader/Makefile, postgis.h, postgis.sql.in,
          postgis_fn.c, postgis_gist.c, postgis_gist.sql.in,
          postgis_gist_72.c, postgis_gist_72.sql.in, postgis_ops.c: - cut
          the gist indexing-related functions out of postgis_ops.c and put
          
          - also edited the loader/Makefile to clean up properly
 
-2002-04-26 16:13  pramsey
+2002-04-26 16:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp.c: Column name length limitation removed. Patch
-         submitted by Bernhard
+       * [r139] loader/pgsql2shp.c: Column name length limitation removed.
+         Patch submitted by Bernhard
          Reiter <bernhard@intevation.de>
 
-2002-04-23 17:02  pramsey
+2002-04-23 17:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: XML syntax error.
+       * [r138] doc/postgis.xml: XML syntax error.
 
-2002-04-19 18:20  pramsey
+2002-04-19 18:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Removed the CREATE INDEX statement since
-         there is already a primary
+       * [r137] spatial_ref_sys.sql: Removed the CREATE INDEX statement
+         since there is already a primary
          key index.
 
-2002-04-19 18:15  pramsey
+2002-04-19 18:15  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Added PROJ4 entries to all relevant rows,
-         altered the auth_name to
+       * [r136] spatial_ref_sys.sql: Added PROJ4 entries to all relevant
+         rows, altered the auth_name to
          be EPSG for those IDs which originated from the EPSG.
 
-2002-04-19 15:14  pramsey
+2002-04-19 15:14  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * jdbc/README, jdbc/examples/TestServer.java: Patches to bring
-         example up to current version in terms of SQL access
+       * [r135] jdbc/README, jdbc/examples/TestServer.java: Patches to
+         bring example up to current version in terms of SQL access
          and to stop silly bug in missing table case. Submitted by
          Steffen Macke <sdteffen@web.de>
 
 2002-04-15 22:38  jeffloun
 
-       * loader/shp2pgsql.c: fixed bug that allowed two field names to be
-         the same in shp2psql, we are now checking for that.
+       * [r134] loader/shp2pgsql.c: fixed bug that allowed two field names
+         to be the same in shp2psql, we are now checking for that.
 
 2002-03-26 23:46  dblasby
 
-       * postgis.sql.in: changed postgis_Version() to return type text,
-         not type char.
+       * [r133] postgis.sql.in: changed postgis_Version() to return type
+         text, not type char.
 
-2002-03-25 22:20  pramsey
+2002-03-25 22:20  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis.h: Minor syntax changes in commenting.
+       * [r132] postgis.h: Minor syntax changes in commenting.
 
-2002-03-25 02:04  pramsey
+2002-03-25 02:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis.h, postgis_debug.c: Minor syntactical changes to try and
-         allow compilation on IRIX.
+       * [r131] postgis.h, postgis_debug.c: Minor syntactical changes to
+         try and allow compilation on IRIX.
 
-2002-03-22 18:42  chodgson
+2002-03-22 18:42  Chris Hodgson <chodgson@refractions.net>
 
-       * postgis.h, postgis.sql.in, postgis_fn.c, postgis_inout.c: Added
-         the collect(geometry) function which is an aggregate function
-         that
+       * [r130] postgis.h, postgis.sql.in, postgis_fn.c, postgis_inout.c:
+         Added the collect(geometry) function which is an aggregate
+         function that
          takes a group of geometries and turns them into a geometry
          collection. For
          example, "select collect(roadsgeom) from roadstable group by
 
 2002-03-15 17:10  dblasby
 
-       * postgis.h, postgis.sql.in, postgis_ops.c: ADD xmin(box3d) etc...
-         for box3d's.
+       * [r129] postgis.h, postgis.sql.in, postgis_ops.c: ADD xmin(box3d)
+         etc... for box3d's.
 
 2002-03-14 19:35  jeffloun
 
-       * loader/pgsql2shp.c: added a warning to the shape dumper when
-         there are no fields in the database.
+       * [r128] loader/pgsql2shp.c: added a warning to the shape dumper
+         when there are no fields in the database.
 
-2002-03-01 19:32  pramsey
+2002-03-01 19:32  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Alter shp2pgsql in the -d case so that
+       * [r127] loader/shp2pgsql.c: Alter shp2pgsql in the -d case so that
          'DELETE FROM' is used to clear the
          'GEOMETRY_COLUMNS' table during table drop instead of
          DropGeometryColumns.
 
 2002-02-27 00:38  dblasby
 
-       * postgis.h, postgis_inout.c: minor bug in geometry_to_text() for
-         BOX3D only types fixed.
+       * [r126] postgis.h, postgis_inout.c: minor bug in
+         geometry_to_text() for BOX3D only types fixed.
 
 2002-02-27 00:06  dblasby
 
-       * postgis_inout.c: BOX3D only geometries now dump as
+       * [r125] postgis_inout.c: BOX3D only geometries now dump as
          "SRID=x;BOX3D(...)". They are now okay to dump/restore.
 
 2002-02-26 23:46  dblasby
 
-       * postgis_inout.c: for bbox only geometries, it will dump as
+       * [r124] postgis_inout.c: for bbox only geometries, it will dump as
          "SRID=x;NULL", and on load, it will be NULL.
 
-2002-02-23 19:04  pramsey
+2002-02-23 19:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/README.pgsql2shp, loader/pgsql2shp.c: Patch to pgsql2shp
-         to allow dumping of tables with more than one geometry
+       * [r123] loader/README.pgsql2shp, loader/pgsql2shp.c: Patch to
+         pgsql2shp to allow dumping of tables with more than one geometry
          column, and addition of -g option to specific which geometry
          column to dump.
          Submitted by Steffen Macke <sdteffen@yahoo.com>.
 
-2002-02-19 16:57  pramsey
+2002-02-19 16:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Patch to shp2pgsql.c to properly handle 3D
-         shape files. Submitted
+       * [r122] loader/shp2pgsql.c: Patch to shp2pgsql.c to properly
+         handle 3D shape files. Submitted
          by Steffen Macke <sdteffen@yahoo.com>.
 
 2002-02-18 18:02  dblasby
 
-       * postgis_chip.c: minor bug fix
+       * [r121] postgis_chip.c: minor bug fix
 
 2002-02-18 17:02  dblasby
 
-       * Makefile, postgis.h, postgis.sql.in, postgis_chip.c,
+       * [r120] Makefile, postgis.h, postgis.sql.in, postgis_chip.c,
          postgis_fn.c, postgis_transform.c: Added TS support function
          (chip and some non-SFSQL functions)
 
-2002-02-13 16:50  pramsey
+2002-02-13 16:50  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis: Fixed syntax error in UPDATE statement.
+       * [r119] README.postgis: Fixed syntax error in UPDATE statement.
 
 2002-01-11 16:58  dblasby
 
-       * postgis_transform.c: better "no proj4" support addded
+       * [r118] postgis_transform.c: better "no proj4" support addded
 
-2002-01-08 16:55  pramsey
+2002-01-08 16:55  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis: Fixed dumb error in POINT syntax example.
+       * [r117] README.postgis: Fixed dumb error in POINT syntax example.
 
 2002-01-07 21:07  dblasby
 
-       * postgis.sql.in: Order changes to avoid conflicts.
+       * [r116] postgis.sql.in: Order changes to avoid conflicts.
 
 2002-01-03 23:31  dblasby
 
-       * postgis.h, postgis.sql.in, postgis_fn.c: Added
+       * [r115] postgis.h, postgis.sql.in, postgis_fn.c: Added
          max_distance(l1,l2) function
 
 2001-12-21 23:01  dblasby
 
-       * Makefile, postgis.h, postgis.sql.in, postgis_proj.c,
+       * [r114] Makefile, postgis.h, postgis.sql.in, postgis_proj.c,
          postgis_transform.c: Coordinate transformation function,
          transform() added in this file.
          Adds requirement for linking the proj4 library if non-null
          version of
          function is requested.
 
-2001-12-21 19:44  pramsey
+2001-12-21 19:44  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis, doc/postgis.xml, postgis.sql.in: Doco changes to
-         reflect use of 'createlang' as default language creator.
+       * [r113] README.postgis, doc/postgis.xml, postgis.sql.in: Doco
+         changes to reflect use of 'createlang' as default language
+         creator.
 
 2001-12-18 22:28  dblasby
 
-       * postgis_transform.c: Added to achive (no code)
+       * [r112] postgis_transform.c: Added to achive (no code)
 
 2001-12-12 22:21  dblasby
 
-       * postgis.sql.in: changed setSRID(chip and geometry, int) so its
-         cachable
+       * [r111] postgis.sql.in: changed setSRID(chip and geometry, int) so
+         its cachable
 
 2001-12-12 22:19  dblasby
 
-       * postgis.sql.in: Made setSRID cachable
+       * [r110] postgis.sql.in: Made setSRID cachable
 
 2001-11-21 19:39  dblasby
 
-       * postgis.h, postgis_chip.c: Chip now handles data with different
-         datasizes (datum_size)
+       * [r109] postgis.h, postgis_chip.c: Chip now handles data with
+         different datasizes (datum_size)
 
-2001-11-19 17:25  pramsey
+2001-11-19 17:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fix error in sentence about OGC support.
+       * [r108] doc/postgis.xml: Fix error in sentence about OGC support.
 
-2001-11-07 19:35  pramsey
+2001-11-07 19:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES: Added dates to changelog *yawn*
+       * [r106] CHANGES: Added dates to changelog *yawn*
 
-2001-11-07 17:25  pramsey
+2001-11-07 17:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES: Added 0.6.2 changes.
+       * [r105] CHANGES: Added 0.6.2 changes.
 
 2001-11-06 23:03  jeffloun
 
-       * loader/shp2pgsql.c: Fixed the 'free memory that didn't exist
-         problem' from newsgroup feedback
+       * [r104] loader/shp2pgsql.c: Fixed the 'free memory that didn't
+         exist problem' from newsgroup feedback
 
 2001-11-02 23:04  dblasby
 
-       * postgis_chip.c: New CHIP type
+       * [r103] postgis_chip.c: New CHIP type
 
 2001-11-02 23:00  dblasby
 
-       * Makefile, postgis.h, postgis.sql.in: Added CHIP info
+       * [r102] Makefile, postgis.h, postgis.sql.in: Added CHIP info
 
-2001-11-02 00:28  pramsey
+2001-11-02 00:28  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Added README to files installed by default
+       * [r101] Makefile: Added README to files installed by default
 
-2001-11-01 22:57  pramsey
+2001-11-01 22:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c: Updated
-         shapelib files from latest CVS version.
+       * [r100] loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c:
+         Updated shapelib files from latest CVS version.
 
-2001-10-31 22:18  pramsey
+2001-10-31 22:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Added spatial_ref_sys.sql to the installed files for
-         'make install'
+       * [r99] Makefile: Added spatial_ref_sys.sql to the installed files
+         for 'make install'
 
-2001-10-30 19:52  pramsey
+2001-10-30 19:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: Added some line commenting to make names
-         more readable.
+       * [r98] spatial_ref_sys.sql: Added some line commenting to make
+         names more readable.
 
-2001-10-30 19:47  pramsey
+2001-10-30 19:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: More spelling fixes, this time with ispell! :)
+       * [r97] doc/postgis.xml: More spelling fixes, this time with
+         ispell! :)
 
-2001-10-30 19:43  pramsey
+2001-10-30 19:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fix spelling mistake.
+       * [r96] doc/postgis.xml: Fix spelling mistake.
 
 2001-10-29 17:52  jeffloun
 
-       * loader/shp2pgsql.c: fixed a bug which made the last column value
-         in the dbf file loading
+       * [r95] loader/shp2pgsql.c: fixed a bug which made the last column
+         value in the dbf file loading
          incorrect if you were using Dump format.
 
-2001-10-26 17:04  pramsey
+2001-10-26 17:04  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile: Added N.Vines changes to Makefile for better
-         compilation under cygwin.
+       * [r94] loader/Makefile: Added N.Vines changes to Makefile for
+         better compilation under cygwin.
 
-2001-10-26 16:30  pramsey
+2001-10-26 16:30  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fixed documentation error with respect to box3d
+       * [r93] doc/postgis.xml: Fixed documentation error with respect to
+         box3d
 
 2001-10-25 18:22  dblasby
 
-       * postgis_inout.c: Fixed but in WKB out - wkb_multi* didnt set the
-         'size' return value.
+       * [r92] postgis_inout.c: Fixed but in WKB out - wkb_multi* didnt
+         set the 'size' return value.
 
-2001-10-24 20:56  pramsey
+2001-10-24 20:56  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * spatial_ref_sys.sql: File with all the ESRI standard ID codes,
-         with corresponding WKT
+       * [r91] spatial_ref_sys.sql: File with all the ESRI standard ID
+         codes, with corresponding WKT
          definitions, for loading into the SPATIAL_REF_SYS table.
 
-2001-10-24 20:42  pramsey
+2001-10-24 20:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile, loader/getopt.c: Sweet mary, mother of god,
-         getopt.c was a mess! Cleaned out HTML entities
+       * [r90] loader/Makefile, loader/getopt.c: Sweet mary, mother of
+         god, getopt.c was a mess! Cleaned out HTML entities
          and added stdio.h include. Works better now.
 
 2001-10-23 23:41  jeffloun
 
-       * loader/shp2pgsql.c: fixed a bug in shp2pgsqkl that allocated way
-         too much memory in polygon files.
+       * [r89] loader/shp2pgsql.c: fixed a bug in shp2pgsqkl that
+         allocated way too much memory in polygon files.
 
 2001-10-22 20:13  jeffloun
 
-       * loader/getopt.c, loader/getopt.h: Standard GNU option handling.
+       * [r88] loader/getopt.c, loader/getopt.h: Standard GNU option
+         handling.
 
 2001-10-22 20:12  jeffloun
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: Modified both
+       * [r87] loader/pgsql2shp.c, loader/shp2pgsql.c: Modified both
          loader/dumper to use gnu getopt.c instead of standar one
          since getopt was not the same on solaris and linux.
 
-2001-10-18 17:52  pramsey
+2001-10-18 17:52  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * postgis_undef.sql: postgis_undef.sql is now automatically
+       * [r86] postgis_undef.sql: postgis_undef.sql is now automatically
          generated from postgis.sql so
          no longer part of source code distribution
 
-2001-10-18 17:51  pramsey
+2001-10-18 17:51  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile, postgis_undef.sql: Added lines to automatically create
-         postgis_undef.sql from
+       * [r85] Makefile, postgis_undef.sql: Added lines to automatically
+         create postgis_undef.sql from
          postgis.sql using create_undef.pl as part of standard build
          process.
 
 2001-10-18 16:39  dblasby
 
-       * create_undef.pl, postgis.sql.in: create_undef.pl changed to reove
-         the 2 meta-info tables (spatial_ref_sys and geometry_columns).
+       * [r84] create_undef.pl, postgis.sql.in: create_undef.pl changed to
+         reove the 2 meta-info tables (spatial_ref_sys and
+         geometry_columns).
 
-2001-10-17 23:13  pramsey
+2001-10-17 23:13  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/html/style.css: Updated style.css to match new website.
+       * [r83] doc/html/style.css: Updated style.css to match new website.
 
-2001-10-15 18:07  pramsey
+2001-10-15 18:07  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES: 0.6.1 changes
+       * [r81] CHANGES: 0.6.1 changes
 
-2001-10-15 17:42  pramsey
+2001-10-15 17:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp.c: Usage documentation changes.
+       * [r80] loader/pgsql2shp.c: Usage documentation changes.
 
-2001-10-11 18:35  pramsey
+2001-10-11 18:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Added line break ot usage.
+       * [r79] loader/shp2pgsql.c: Added line break ot usage.
 
-2001-10-11 18:34  pramsey
+2001-10-11 18:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Made usage line more friendly for 80 column
-         displays.
+       * [r78] loader/shp2pgsql.c: Made usage line more friendly for 80
+         column displays.
 
-2001-10-11 18:26  pramsey
+2001-10-11 18:26  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/pgsql2shp.c: Edited the usage log to by nicer to 80 column
-         displays
+       * [r77] loader/pgsql2shp.c: Edited the usage log to by nicer to 80
+         column displays
 
 2001-10-11 18:07  jeffloun
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: Fixed some errors and
-         warning that caused it not to compile under linux
+       * [r76] loader/pgsql2shp.c, loader/shp2pgsql.c: Fixed some errors
+         and warning that caused it not to compile under linux
 
 2001-10-11 17:15  jeffloun
 
-       * loader/shp2pgsql.c: Modified the .c files slightly to get rid of
-         some warnings.
+       * [r75] loader/shp2pgsql.c: Modified the .c files slightly to get
+         rid of some warnings.
 
 2001-10-04 18:53  jeffloun
 
-       * loader/README.pgsql2shp, loader/pgsql2shp.c: Modified the
+       * [r74] loader/README.pgsql2shp, loader/pgsql2shp.c: Modified the
          pgsql2shp file to use getopt to parse the arguments.
          Modified the Readme file accordingly to the new command line
          usages.
 
 2001-10-01 19:33  jeffloun
 
-       * loader/Makefile, loader/README.shp2pgsql, loader/shp2pgsql.c:
-         Modified the program to use getopt topion parsing.
+       * [r73] loader/Makefile, loader/README.shp2pgsql,
+         loader/shp2pgsql.c: Modified the program to use getopt topion
+         parsing.
 
 2001-09-20 18:14  jeffloun
 
-       * loader/pgsql2shp.c, loader/shp2pgsql.c: Modified this file to
-         dynamically detemine the name of the geometry column
+       * [r71] loader/pgsql2shp.c, loader/shp2pgsql.c: Modified this file
+         to dynamically detemine the name of the geometry column
          instead of using the default one the loader assigns.
 
 2001-09-20 16:08  dblasby
 
-       * postgis_debug.c: Removed index-based extent() support functions
-         in postgis_debug.c due to
+       * [r70] postgis_debug.c: Removed index-based extent() support
+         functions in postgis_debug.c due to
          compile errors reported under cygwin.
 
-2001-09-19 23:03  pramsey
+2001-09-19 23:03  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/README.pgsql2shp: Updated to provide usage information for
-         the dumper.
+       * [r69] loader/README.pgsql2shp: Updated to provide usage
+         information for the dumper.
 
-2001-09-19 22:59  pramsey
+2001-09-19 22:59  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/README, loader/README.pgsql2shp, loader/README.shp2pgsql:
-         Split the loader README into two readmes, one for loader and one
-         for
+       * [r68] loader/README, loader/README.pgsql2shp,
+         loader/README.shp2pgsql: Split the loader README into two
+         readmes, one for loader and one for
          dumper.
 
-2001-09-19 19:01  pramsey
+2001-09-19 19:01  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile, doc/postgis.xml: Makefile changes in preparation for
-         0.6 release.
+       * [r67] Makefile, doc/postgis.xml: Makefile changes in preparation
+         for 0.6 release.
          Documentation fiddling for final format.
 
-2001-09-19 18:47  pramsey
+2001-09-19 18:47  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile, loader/pgsql2shp.c: Changes and additions
+       * [r66] loader/Makefile, loader/pgsql2shp.c: Changes and additions
          necessary to include pgsql2shp
 
-2001-09-19 18:00  pramsey
+2001-09-19 18:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Additions for the 0.6 release.
+       * [r65] doc/postgis.xml: Additions for the 0.6 release.
 
-2001-09-18 01:34  pramsey
+2001-09-18 01:34  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES, Makefile, README.postgis, TODO, doc/postgis.xml: Updates
-         to the documentation (new functions, 0.6 special info, mapserver
+       * [r64] CHANGES, Makefile, README.postgis, TODO, doc/postgis.xml:
+         Updates to the documentation (new functions, 0.6 special info,
+         mapserver
          info). Other release-specific updates in CHANGES, README, TODO to
          give
          info on the new code.
 
 2001-09-17 21:24  jeffloun
 
-       * loader/shp2pgsql.c: Fixed a stupid debugging error that would
-         cause all things to be treated as 3d points.
+       * [r63] loader/shp2pgsql.c: Fixed a stupid debugging error that
+         would cause all things to be treated as 3d points.
 
 2001-09-17 21:00  jeffloun
 
-       * loader/Makefile, loader/shp2pgsql.c: Makefile changes:
+       * [r62] loader/Makefile, loader/shp2pgsql.c: Makefile changes:
          I added an option in the makefile to add debugging information
          into the compile.
          
 
 2001-09-04 19:41  dblasby
 
-       * postgis.sql.in: Added workaround for PostgreSQL's user defined
-         VARIABLE length datatype default value bug
+       * [r61] postgis.sql.in: Added workaround for PostgreSQL's user
+         defined VARIABLE length datatype default value bug
 
 2001-09-04 19:30  dblasby
 
-       * postgis.h, postgis.sql.in, postgis_fn.c, postgis_inout.c: Added
-         support to make WKB a full type.
+       * [r60] postgis.h, postgis.sql.in, postgis_fn.c, postgis_inout.c:
+         Added support to make WKB a full type.
 
-2001-08-30 22:24  pramsey
+2001-08-30 22:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Typo in SQL example fixed.
+       * [r59] doc/postgis.xml: Typo in SQL example fixed.
 
 2001-08-24 21:11  dblasby
 
-       * postgis.h, postgis_inout.c: geometry(text) function safer with
-         null text fields.
+       * [r58] postgis.h, postgis_inout.c: geometry(text) function safer
+         with null text fields.
 
 2001-08-24 21:02  dblasby
 
-       * postgis.sql.in, postgis_debug.c, postgis_inout.c, postgis_ops.c:
-         added geometry(text) conversion function
+       * [r57] postgis.sql.in, postgis_debug.c, postgis_inout.c,
+         postgis_ops.c: added geometry(text) conversion function
 
 2001-08-14 22:15  dblasby
 
-       * postgis.h, postgis.sql.in, postgis_ops.c: Added support for
+       * [r56] postgis.h, postgis.sql.in, postgis_ops.c: Added support for
          better restrictivity of && searches.
          Defaulted to 0.005 (in backend/utils/adt/geo_selfuncs.c) - I've
          changed it
          really
          large tables.
 
-2001-08-10 02:21  pramsey
+2001-08-10 02:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fixed type in index description.
+       * [r55] doc/postgis.xml: Fixed type in index description.
 
-2001-08-08 22:10  pramsey
+2001-08-08 22:10  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Added a -C option for the shp2pgsql compile
+       * [r54] Makefile: Added a -C option for the shp2pgsql compile
 
 2001-08-08 21:54  dblasby
 
-       * create_undef.pl, postgis_undef.sql, undef-funcs.sql: Added new
-         undef.sql file and perl file to generate it.
+       * [r53] create_undef.pl, postgis_undef.sql, undef-funcs.sql: Added
+         new undef.sql file and perl file to generate it.
 
 2001-08-08 21:49  dblasby
 
-       * postgis.sql.in: Added new perl function to make an undef SQL
-         script.
+       * [r52] postgis.sql.in: Added new perl function to make an undef
+         SQL script.
 
-2001-08-08 05:25  pramsey
+2001-08-08 05:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * jdbc/org/postgis/Geometry.java: Made OGIS type numbers final per
-         request from James MacGill @ Leeds
+       * [r51] jdbc/org/postgis/Geometry.java: Made OGIS type numbers
+         final per request from James MacGill @ Leeds
 
-2001-08-07 21:36  pramsey
+2001-08-07 21:36  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/wkb_reader/comp: This file is superceded by the
+       * [r50] examples/wkb_reader/comp: This file is superceded by the
          Makefile.
 
-2001-08-07 21:35  pramsey
+2001-08-07 21:35  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/wkb_reader/readwkb: This binary should not have been in
-         CVS.
+       * [r49] examples/wkb_reader/readwkb: This binary should not have
+         been in CVS.
 
 2001-08-02 16:50  dblasby
 
-       * postgis.h, postgis.sql.in, postgis_fn.c: Added more openGIS
+       * [r48] postgis.h, postgis.sql.in, postgis_fn.c: Added more openGIS
          functions:
          Length2d() is renamed length()
          perimeter2d() is renamed to perimeter()
 
 2001-07-31 19:11  dblasby
 
-       * postgis.h, postgis.sql.in, postgis_fn.c, postgis_inout.c,
+       * [r47] postgis.h, postgis.sql.in, postgis_fn.c, postgis_inout.c,
          postgis_ops.c: Added plpgsql functions AddGeometryColumn() and
          DeleteGeometryColumn().
 
 2001-07-30 17:29  dblasby
 
-       * Makefile, loader/Makefile, postgis.h, postgis.sql.in,
+       * [r46] Makefile, loader/Makefile, postgis.h, postgis.sql.in,
          postgis_inout.c: Starting to integrate all the SRIDs into
          functions that create geometries or
          use two geometries. Throws error if try to compare geometries
          with different
          SRIDs.
 
-2001-07-30 16:41  pramsey
+2001-07-30 16:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Ooops, back to shp2pgsql as the target (dummy target)
+       * [r45] Makefile: Ooops, back to shp2pgsql as the target (dummy
+         target)
 
-2001-07-30 16:31  pramsey
+2001-07-30 16:31  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Renamed loader target to 'loader'.
+       * [r44] Makefile: Renamed loader target to 'loader'.
 
-2001-07-30 16:27  pramsey
+2001-07-30 16:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Added a line to automatically make shp2pgsql with 'all'
+       * [r43] Makefile: Added a line to automatically make shp2pgsql with
+         'all'
 
-2001-07-29 17:18  pramsey
+2001-07-29 17:18  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis: Added section on upgrading.
+       * [r42] README.postgis: Added section on upgrading.
 
-2001-07-26 17:41  pramsey
+2001-07-26 17:41  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: And one last time, this time for real, fixing the
+       * [r41] Makefile: And one last time, this time for real, fixing the
          install location.
 
-2001-07-26 17:37  pramsey
+2001-07-26 17:37  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Changed back to libdir for the install path
+       * [r40] Makefile: Changed back to libdir for the install path
 
-2001-07-26 17:22  pramsey
+2001-07-26 17:22  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Updated minor version number to 5
+       * [r39] Makefile: Updated minor version number to 5
 
 2001-07-24 20:37  dblasby
 
-       * postgis.h, postgis.sql.in, postgis_fn.c: added
+       * [r38] postgis.h, postgis.sql.in, postgis_fn.c: added
          expand_bbox(bbox,double) for easier searching.
 
 2001-07-24 20:18  dblasby
 
-       * postgis_fn.c: minor change to distance(geom,geom) for stability
+       * [r37] postgis_fn.c: minor change to distance(geom,geom) for
+         stability
 
 2001-07-24 20:12  dblasby
 
-       * postgis.h, postgis.sql.in, postgis_debug.c, postgis_fn.c,
+       * [r36] postgis.h, postgis.sql.in, postgis_debug.c, postgis_fn.c,
          postgis_proj.c: added distance(geometry,geometry) and support
          functions
 
-2001-07-23 22:53  pramsey
+2001-07-23 22:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Apply Norman Vine's Cygwin fix for the loader
-         to compile
+       * [r35] loader/shp2pgsql.c: Apply Norman Vine's Cygwin fix for the
+         loader to compile
 
-2001-07-22 19:00  pramsey
+2001-07-22 19:00  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Fix error in shp2pgsql section.
+       * [r34] doc/postgis.xml: Fix error in shp2pgsql section.
 
-2001-07-21 00:43  pramsey
+2001-07-21 00:43  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CREDITS: Added lines for 0.2 and 0.5
+       * [r31] CREDITS: Added lines for 0.2 and 0.5
 
 2001-07-21 00:16  dblasby
 
-       * loader/shp2pgsql.c: Fixes to single-point-line problem.
+       * [r30] loader/shp2pgsql.c: Fixes to single-point-line problem.
 
-2001-07-21 00:02  pramsey
+2001-07-21 00:02  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * README.postgis, TODO: Updates for 0.5 release.
+       * [r29] README.postgis, TODO: Updates for 0.5 release.
 
-2001-07-20 23:49  pramsey
+2001-07-20 23:49  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * CHANGES: Entered 0.5 change list
+       * [r28] CHANGES: Entered 0.5 change list
 
-2001-07-20 23:40  pramsey
+2001-07-20 23:40  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/README: First version.
+       * [r27] loader/README: First version.
 
-2001-07-20 23:27  pramsey
+2001-07-20 23:27  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Change version numbers
+       * [r26] doc/postgis.xml: Change version numbers
 
-2001-07-20 23:26  pramsey
+2001-07-20 23:26  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * doc/postgis.xml: Updated to include all new functions and
+       * [r25] doc/postgis.xml: Updated to include all new functions and
          features since release 0.2
 
 2001-07-20 18:48  dblasby
 
-       * loader/shp2pgsql.c: Dumper changes.
+       * [r24] loader/shp2pgsql.c: Dumper changes.
 
-2001-07-20 18:24  pramsey
+2001-07-20 18:24  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile: Spelling error in makefile.
+       * [r23] loader/Makefile: Spelling error in makefile.
 
-2001-07-20 18:23  pramsey
+2001-07-20 18:23  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Fixed dos2unix problem.
+       * [r22] loader/shp2pgsql.c: Fixed dos2unix problem.
 
-2001-07-20 18:21  pramsey
+2001-07-20 18:21  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/shp2pgsql.c: Added newlines after each begin directive.
+       * [r21] loader/shp2pgsql.c: Added newlines after each begin
+         directive.
 
 2001-07-20 16:10  dblasby
 
-       * loader/shp2pgsql.c: Added -dump option to produce pg_dump format
-         output. Minor fixes.
+       * [r20] loader/shp2pgsql.c: Added -dump option to produce pg_dump
+         format output. Minor fixes.
 
-2001-07-20 15:25  pramsey
+2001-07-20 15:25  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Hopefully fixed PGSQL_SRC environment variable test.
+       * [r19] Makefile: Hopefully fixed PGSQL_SRC environment variable
+         test.
 
 2001-07-18 22:17  dblasby
 
-       * postgis.h, postgis.sql.in, postgis_fn.c: Added function:
+       * [r18] postgis.h, postgis.sql.in, postgis_fn.c: Added function:
          point_inside_circle(geometry, Px, Py, d)
          - returns true if there is a point in geometry whose distance to
          (Px,Py) is < d
 
-2001-07-18 21:45  pramsey
+2001-07-18 21:45  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader/Makefile, loader/pop.c, loader/shp2pgsql.c: Changed loader
-         name to shp2pgsql
+       * [r17] loader/Makefile, loader/pop.c, loader/shp2pgsql.c: Changed
+         loader name to shp2pgsql
 
-2001-07-18 21:42  pramsey
+2001-07-18 21:42  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * loader, loader/Makefile, loader/README, loader/dbfopen.c,
+       * [r16] loader, loader/Makefile, loader/README, loader/dbfopen.c,
          loader/pop.c, loader/shapefil.h, loader/shpopen.c: Initial add of
          the data loader code.
 
-2001-07-16 16:53  pramsey
+2001-07-16 16:53  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * examples/wkb_reader/Makefile: Added a 'make clean' directive.
+       * [r15] examples/wkb_reader/Makefile: Added a 'make clean'
+         directive.
 
 2001-06-29 22:32  dblasby
 
-       * postgis_fn.c: Fixed bug: must ALWAYS copy input data - never
-         modify it in place. If you
+       * [r14] postgis_fn.c: Fixed bug: must ALWAYS copy input data -
+         never modify it in place. If you
          do, it'll (unexpectly) update the database.
 
 2001-06-29 00:08  dblasby
 
-       * postgis.sql.in: Fix typo in box3d
+       * [r13] postgis.sql.in: Fix typo in box3d
 
 2001-06-28 23:53  dblasby
 
-       * postgis.h, postgis.sql.in, postgis_fn.c: Added
+       * [r12] postgis.h, postgis.sql.in, postgis_fn.c: Added
          force_collection(geometry)
 
 2001-06-28 17:52  dblasby
 
-       * examples/wkb_reader/comp, examples/wkb_reader/readwkb,
+       * [r11] examples/wkb_reader/comp, examples/wkb_reader/readwkb,
          examples/wkb_reader/readwkb.c, postgis_inout.c: converting a
          GEOMETRYCOLLECTION to wkb had the size of the wkb off by 9
          bytes (size of the collection header). Fixed.
 
 2001-06-27 21:43  dblasby
 
-       * Makefile, postgis.h, postgis.sql.in, postgis_proj.c: *** empty
-         log message ***
+       * [r10] Makefile, postgis.h, postgis.sql.in, postgis_proj.c: ***
+         empty log message ***
 
 2001-06-27 17:28  dblasby
 
-       * postgis_proj.c: Initial version of Projection support (currently
-         limited to ellipsoids).
+       * [r9] postgis_proj.c: Initial version of Projection support
+         (currently limited to ellipsoids).
 
-2001-06-26 23:57  pramsey
+2001-06-26 23:57  Paul Ramsey <pramsey@cleverelephant.ca>
 
-       * Makefile: Building in non-standard location now requires the
+       * [r8] Makefile: Building in non-standard location now requires the
          PGSQL_SRC environment
          variable to be set and installs in the build location.
 
 2001-06-26 18:33  dblasby
 
-       * Makefile, postgis.h, postgis.sql.in, postgis_debug.c,
+       * [r7] Makefile, postgis.h, postgis.sql.in, postgis_debug.c,
          postgis_fn.c, postgis_inout.c: Added OGIS support functions and
          basic constructors.
 
 2001-06-22 18:13  dblasby
 
-       * Makefile: Altered to point local development library path at
+       * [r6] Makefile: Altered to point local development library path at
          right place.
 
 2001-06-22 17:39  cvs
 
-       * CHANGES, COPYING, CREDITS, Makefile, README.postgis, TODO, doc,
-         doc/html, doc/html/style.css, doc/postgis.xml, examples,
+       * [r2] CHANGES, COPYING, CREDITS, Makefile, README.postgis, TODO,
+         doc, doc/html, doc/html/style.css, doc/postgis.xml, examples,
          examples/wkb_reader, examples/wkb_reader/Makefile,
          examples/wkb_reader/README, examples/wkb_reader/comp,
          examples/wkb_reader/printwkb.inc, examples/wkb_reader/readwkb,
 
 2001-06-22 17:39  cvs
 
-       * .: New repository initialized by cvs2svn.
+       * [r1] .: New repository initialized by cvs2svn.
 
diff --git a/NEWS b/NEWS
index d8b1ef4d8431403e4a4f55d9f1a1ec1e5cfb37ba..0198603cce141acf3eae05c0483d3722e25d21ce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-PostGIS 2.0.0alpha3
+PostGIS 2.0.0alpha4
 YYYY/MM/DD
  * Testers our unsung heroes *
        We are most indebted to the numerous members in the PostGIS community 
index aacc58deaa01dfbfcb9af06f55993b420388410b..0e4182f3faea4564c38f0930912f492ed933c10e 100644 (file)
@@ -1,7 +1,7 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 ~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-VERSION: 2.0.0alpha3 (YYYY/MM/DD)
+VERSION: 2.0.0alpha4 (YYYY/MM/DD)
 
 MORE INFORMATION: http://postgis.org
 
@@ -12,8 +12,10 @@ spatial functions for accessing and analyzing geographic data.
 Directory structure:
 
   ./            Build scripts and install directions.
-  ./liblwgeom   LWGEOM access library.
+  ./liblwgeom   LWGEOM geometry library.
   ./postgis     PostGIS library source code.
+  ./raster      PostGIS rasters support source code.
+  ./topology    PostGIS topology source code.
   ./java/ejb    EJB Java support
   ./java/jdbc   Extensions to the PostgreSQL JDBC drivers to support
                 the GIS objects. 
@@ -25,9 +27,10 @@ Directory structure:
                 Shape files.
   ./utils       Utility scripts for PostGIS (upgrade, profiling, ...)
   ./extras      Various pieces that didn't belong to mainstream
-                   (package management specfiles, WFS_locks, sample wkb parser)
-  ./regress     Regression tests
-               
+               (package management specfiles, WFS_locks, sample wkb parser)
+  ./regress     Online regression tests
+  ./extensions  Files to support the PostgreSQL 9.1+ "extensions" framework
+
 
 REQUIREMENTS
 ------------