[postgis] 01/02: Imported Upstream version 2.1.3+dfsg

Markus Wanner markus_wanner-guest at moszumanska.debian.org
Mon May 19 12:43:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit baf79b2a48190172af9d1bf8bea9525e70a223a7
Author: Markus Wanner <markus at bluegap.ch>
Date:   Wed May 14 13:54:51 2014 +0200

    Imported Upstream version 2.1.3+dfsg
---
 ChangeLog                                          | 46333 ++++++++++---------
 NEWS                                               |    17 +-
 README.postgis                                     |     4 +-
 Version.config                                     |     2 +-
 aclocal.m4                                         |     2 +-
 config.guess                                       |   199 +-
 config.sub                                         |   136 +-
 configure                                          |    92 +-
 doc/Makefile                                       |    20 +-
 doc/Makefile.comments                              |     4 +-
 doc/html/image_src/Makefile                        |     4 +-
 doc/installation.xml                               |    28 +-
 doc/postgis.xml                                    |     2 +-
 doc/postgis_comments.sql                           |     2 +-
 doc/reference_accessor.xml                         |    17 +-
 doc/release_notes.xml                              |   107 +-
 doc/xsl/postgis_gardentest.sql.xsl                 |    11 +-
 extensions/postgis/postgis.control                 |     2 +-
 .../postgis_tiger_geocoder.control                 |     2 +-
 .../postgis_topology/postgis_topology.control      |     2 +-
 extensions/upgradeable_versions.mk                 |    10 +-
 install-sh                                         |    14 +-
 java/jdbc/Makefile                                 |     2 +-
 java/jdbc/README                                   |     3 +-
 java/jdbc/jtssrc/pom.xml                           |   165 -
 java/jdbc/pom.xml                                  |   305 +-
 java/jdbc/src/org/postgis/overview.html            |    15 +
 java/jdbc_jtsparser/README                         |     2 +
 java/jdbc_jtsparser/pom.xml                        |   143 +
 .../src/main/java}/examples/JtsTestParser.java     |     0
 .../src/main/java}/org/postgis/jts/JTSShape.java   |     0
 .../java}/org/postgis/jts/JtsBinaryParser.java     |     0
 .../java}/org/postgis/jts/JtsBinaryWriter.java     |     0
 .../main/java}/org/postgis/jts/JtsGeometry.java    |     0
 .../main/java}/org/postgis/jts/JtsGisWrapper.java  |     0
 .../src/main/java}/org/postgis/jts/JtsWrapper.java |     0
 .../src/main/java/org/postgis/jts/overview.html    |     9 +
 liblwgeom/lwin_geojson.c                           |    62 +-
 libtool                                            |   200 +-
 loader/pgsql2shp-core.c                            |    51 +-
 ltmain.sh                                          |    35 +-
 macros/libtool.m4                                  |    67 +-
 postgis/gserialized_estimate.c                     |    10 +-
 postgis/lwgeom_dumppoints.c                        |     1 +
 postgis/sqldefines.h                               |    16 +-
 postgis_config.h.in                                |     5 +-
 postgis_svn_revision.h                             |     2 +-
 raster/rt_core/rt_api.c                            |   139 +-
 raster/rt_core/rt_api.h                            |    21 +-
 raster/rt_pg/rt_pg.c                               |   228 +-
 raster/test/cunit/cu_gdal.c                        |     7 +-
 raster/test/cunit/cu_misc.c                        |    35 +
 raster/test/regress/Makefile.in                    |    15 +-
 raster/test/regress/permitted_gdal_drivers.sql     |    70 +
 .../test/regress/permitted_gdal_drivers_expected   |    10 +
 raster/test/regress/rt_addband.sql                 |     2 +
 raster/test/regress/rt_addband_expected            |    10 -
 raster/test/regress/rt_bytea.sql                   |     5 +
 raster/test/regress/rt_utility.sql                 |     2 +
 raster/test/regress/rt_utility_expected            |    14 -
 regress/Makefile.in                                |     7 +-
 regress/dumper/null3d.dmp                          |     1 +
 regress/dumper/null3d_expected.dbf                 |   Bin 0 -> 33 bytes
 regress/dumper/null3d_expected.shp                 |   Bin 0 -> 112 bytes
 regress/dumper/null3d_expected.shx                 |   Bin 0 -> 108 bytes
 regress/dumppoints.sql                             |     6 +
 regress/in_geojson.sql                             |     6 +-
 regress/in_geojson_expected                        |     2 +
 regress/run_test.pl                                |     2 +-
 topology/test/Makefile                             |     4 +-
 70 files changed, 25362 insertions(+), 23327 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b625b48..3bd4877 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,194 +1,484 @@
-2014-03-28 22:10  strk
+2014-05-13 15:09  Bborie Park <bkpark at ucdavis.edu>
 
-	* regress/run_test.pl: Fix extension upgrade call for topology in
-	  run_test.pl
+	* [r12537] raster/test/cunit/cu_misc.c: disable one cunit test
 
-2014-03-28 20:11  strk
+2014-05-13 15:07  Bborie Park <bkpark at ucdavis.edu>
 
-	* regress/legacy.sql: Also find uninstall_legacy.sql in :scriptdir,
-	  use \cd for 9.1 support
+	* [r12536] raster/rt_pg/rt_pg.c: fix enable_all message
 
-2014-03-28 19:56  robe
+2014-05-13 15:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, doc/release_notes.xml: #2690 copy news to doc release
-	  notes. Be optimistic we'll release 3/31/2014
+	* [r12535] raster/rt_pg/rt_pg.c: tweaked messages
 
-2014-03-28 19:21  strk
+2014-05-13 12:44  Sandro Santilli <strk at keybit.net>
 
-	* topology/test/regress/st_createtopogeo.sql: More spatial_ref_sys
-	  truncation during test
+	* [r12533] postgis_config.h.in: Fix header guard
 
-2014-03-28 19:04  strk
+2014-05-13 09:25  Sandro Santilli <strk at keybit.net>
 
-	* regress/legacy.sql: Have regress/legacy.sql truncate
+	* [r12531] postgis_config.h.in: Header-guard postgis_config.h
+
+2014-05-12 21:43  Regina Obe <lr at pcorp.us>
+
+	* [r12529] postgis/gserialized_estimate.c: #2732
+	  gserialized_estimate crashes under mingw64 windows when compiled
+	  with --enabled-debug
+
+2014-05-12 15:21  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12526] raster/rt_pg/rt_pg.c: add warning when user input does
+	  not match GDAL driver name
+
+2014-05-11 17:51  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12525] raster/rt_pg/rt_pg.c: code rearrange
+
+2014-05-11 16:28  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12524] raster/rt_pg/rt_pg.c: additional debug
+
+2014-05-09 14:29  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12523] raster/rt_pg/rt_pg.c: more debug
+
+2014-05-09 14:16  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12522] raster/rt_pg/rt_pg.c: empty string instead of NULL. more
+	  debug output
+
+2014-05-09 05:53  Regina Obe <lr at pcorp.us>
+
+	* [r12521] loader/pgsql2shp-core.c: #2727 Can't compile with
+	  --enable-debug anymore get error in pgsql2shp (revise patch
+	  backport changes from 2.2)
+
+2014-05-09 03:32  Regina Obe <lr at pcorp.us>
+
+	* [r12520] loader/pgsql2shp-core.c: #2727 Can't compile with
+	  --enable-debug anymore get error in pgsql2shp
+
+2014-05-06 13:59  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12518] raster/rt_pg/rt_pg.c: set first byte to null
+
+2014-05-06 13:16  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12516] raster/rt_pg/rt_pg.c: snprintf instead of sprintf
+
+2014-05-06 13:16  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12515] raster/rt_pg/rt_pg.c: use strncat instead of sprintf
+
+2014-05-06 11:29  Regina Obe <lr at pcorp.us>
+
+	* [r12514] doc/installation.xml: add in server environment
+
+2014-05-06 11:28  Regina Obe <lr at pcorp.us>
+
+	* [r12513] doc/installation.xml: correct some erroneous statements
+
+2014-05-06 10:39  Regina Obe <lr at pcorp.us>
+
+	* [r12512] doc/installation.xml: let's try this again
+
+2014-05-06 10:28  Regina Obe <lr at pcorp.us>
+
+	* [r12511] doc/installation.xml: fix dangling tag
+
+2014-05-06 10:15  Regina Obe <lr at pcorp.us>
+
+	* [r12510] doc/installation.xml: escape xml chars
+
+2014-05-06 09:16  Regina Obe <lr at pcorp.us>
+
+	* [r12509] doc/installation.xml: note about restart
+
+2014-05-06 09:15  Regina Obe <lr at pcorp.us>
+
+	* [r12508] doc/installation.xml: add more instruction for windows,
+	  ubuntu, debian users on setting environment variables.
+
+2014-05-06 07:43  Regina Obe <lr at pcorp.us>
+
+	* [r12507] doc/installation.xml: slight revisions to example
+
+2014-05-06 07:41  Regina Obe <lr at pcorp.us>
+
+	* [r12506] doc/installation.xml: first stab at describing the new
+	  raster environment variables
+
+2014-05-05 08:12  Sandro Santilli <strk at keybit.net>
+
+	* [r12502] configure.ac: Offline rasters are always supported
+
+2014-05-04 17:15  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12499] raster/rt_core/rt_api.h: forgotten function declaration
+
+2014-05-04 15:52  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12496] NEWS, configure.ac, raster/raster_config.h.in,
+	  raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+	  raster/rt_pg/rt_pg.c, raster/test/cunit/cu_misc.c,
+	  raster/test/regress/Makefile.in,
+	  raster/test/regress/permitted_gdal_drivers.sql,
+	  raster/test/regress/permitted_gdal_drivers_expected,
+	  raster/test/regress/rt_addband.sql,
+	  raster/test/regress/rt_addband_expected,
+	  raster/test/regress/rt_bytea.sql,
+	  raster/test/regress/rt_utility.sql,
+	  raster/test/regress/rt_utility_expected: add environment
+	  variables POSTGIS_ENABLE_OUTDB_RASTERS and
+	  POSTGIS_GDAL_ENABLED_DRIVERS
+
+2014-04-25 20:44  bergun
+
+	* [r12490] java/jdbc, java/jdbc/README, java/jdbc/jtssrc,
+	  java/jdbc/pom.xml, java/jdbc/src/org/postgis/overview.html,
+	  java/jdbc_jtsparser, java/jdbc_jtsparser/README,
+	  java/jdbc_jtsparser/pom.xml, java/jdbc_jtsparser/src,
+	  java/jdbc_jtsparser/src/main, java/jdbc_jtsparser/src/main/java,
+	  java/jdbc_jtsparser/src/main/java/examples,
+	  java/jdbc_jtsparser/src/main/java/examples/JtsTestParser.java,
+	  java/jdbc_jtsparser/src/main/java/org,
+	  java/jdbc_jtsparser/src/main/java/org/postgis,
+	  java/jdbc_jtsparser/src/main/java/org/postgis/jts,
+	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JTSShape.java,
+	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryParser.java,
+	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryWriter.java,
+	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGeometry.java,
+	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGisWrapper.java,
+	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsWrapper.java,
+	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/overview.html:
+	  #2718 updating branches2.1 as in trunk in order to be compatible
+	  for manual submission of artifacts to OSSRH
+
+2014-04-23 16:23  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12489] raster/test/regress/permitted_gdal_drivers.sql,
+	  raster/test/regress/permitted_gdal_drivers_expected: check that
+	  srid exists in spatial_ref_sys. ticket #2715
+
+2014-04-14 23:10  Regina Obe <lr at pcorp.us>
+
+	* [r12478] doc/installation.xml: #2343 missing --with-sfcgal in
+	  docs
+
+2014-04-12 16:21  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12472] raster/rt_pg/rt_pg.c: add RPFTOC, HTTP and PCIDSK to
+	  skipped gdal drivers list
+
+2014-04-11 09:34  Sandro Santilli <strk at keybit.net>
+
+	* [r12469] NEWS: Advertise --disable-offline-raster in NEWS
+
+2014-04-11 09:19  Sandro Santilli <strk at keybit.net>
+
+	* [r12467] configure.ac, raster/raster_config.h.in,
+	  raster/rt_core/rt_api.c: Add support for disabling offline raster
+	  storage at compile time
+	  
+	  Adds --disable-offline-raster configure switch
+
+2014-04-11 09:03  Sandro Santilli <strk at keybit.net>
+
+	* [r12465] NEWS, raster/rt_pg/rt_pg.c: Also disable PDF GDAL driver
+	  by default
+
+2014-04-11 04:29  Regina Obe <lr at pcorp.us>
+
+	* [r12463] doc/installation.xml: #2711: topology script locations
+	  are wrong
+
+2014-04-11 00:03  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12460] raster/rt_core/rt_api.c: fix one forgotten use of
+	  GDALRegister_MEM()
+
+2014-04-10 22:19  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r12458] NEWS, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
+	  raster/rt_pg/rt_pg.c, raster/test/cunit/cu_gdal.c,
+	  raster/test/regress/Makefile.in,
+	  raster/test/regress/permitted_gdal_drivers.sql,
+	  raster/test/regress/permitted_gdal_drivers_expected: by default,
+	  prevent PostGIS raster from using GDAL drivers that can easily be
+	  abused (VRT, MEM, WCS, WMS)
+
+2014-04-09 04:23  Regina Obe <lr at pcorp.us>
+
+	* [r12444] regress/Makefile.in: #2701 backport strk change to make
+	  garden skip over createlang notice and also get rid of
+	  postgis_garden artifact on make clean. Also fixed link on script
+
+2014-04-07 14:55  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r12433] NEWS: Fix ticket #
+
+2014-04-07 14:46  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r12431] NEWS, postgis/lwgeom_dumppoints.c,
+	  regress/dumppoints.sql: #2704, ST_DumpPoints of EMPTY geometries
+	  crashes server
+
+2014-04-05 04:01  Regina Obe <lr at pcorp.us>
+
+	* [r12422] doc/release_notes.xml: cut in missing 2.0 branch notes
+
+2014-04-04 11:43  Sandro Santilli <strk at keybit.net>
+
+	* [r12420] NEWS, loader/pgsql2shp-core.c, regress/dumper,
+	  regress/dumper/null3d.dmp, regress/dumper/null3d_expected.dbf,
+	  regress/dumper/null3d_expected.shp,
+	  regress/dumper/null3d_expected.shx, regress/run_test.pl: Fix type
+	  detection in tables with null geometries (#2700)
+	  
+	  Includes testcase
+
+2014-04-04 06:16  Regina Obe <lr at pcorp.us>
+
+	* [r12418] doc/xsl/postgis_gardentest.sql.xsl: #2698 put in
+	  converter for geomjson and fix tests to catch geomkml
+
+2014-04-04 03:22  Regina Obe <lr at pcorp.us>
+
+	* [r12414] doc/reference_accessor.xml: #2696: correct the doco that
+	  ST_NumInteriorRings no longer works with multipolygons since
+	  polys, also get rid of synonym description. People can just look
+	  back at main function name.
+
+2014-04-03 21:53  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r12410] NEWS, liblwgeom/lwin_geojson.c, regress/in_geojson.sql,
+	  regress/in_geojson_expected: #2697, ST_GeomFromGeoJSON() of
+	  invalid GeoJSON Polygons crashes server process
+
+2014-03-31 04:20  Regina Obe <lr at pcorp.us>
+
+	* [r12400] extensions/upgradeable_versions.mk: add 2.0.5 to
+	  upgradeable list
+
+2014-03-29 05:43  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r12392] HOWTO_RELEASE: format text
+
+2014-03-29 05:42  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r12391] extensions/upgradeable_versions.mk: Update for next
+	  release
+
+2014-03-29 05:37  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r12390] NEWS, Version.config: Update branch to new version
+	  numbers
+
+2014-03-29 05:31  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r12387] HOWTO_RELEASE, README.postgis,
+	  extensions/postgis/sql_bits/postgis--unpackaged.sql.in,
+	  extensions/postgis_tiger_geocoder/sql_bits/tiger_geocoder--unpackaged.sql.in,
+	  extensions/postgis_topology/sql_bits/topology--unpackaged.sql.in:
+	  Prepare for 2.1.2 release
+
+2014-03-29 05:21  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r12386] ChangeLog: Prepare for 2.1.2
+
+2014-03-28 22:10  Sandro Santilli <strk at keybit.net>
+
+	* [r12384] regress/run_test.pl: Fix extension upgrade call for
+	  topology in run_test.pl
+
+2014-03-28 20:11  Sandro Santilli <strk at keybit.net>
+
+	* [r12383] regress/legacy.sql: Also find uninstall_legacy.sql in
+	  :scriptdir, use \cd for 9.1 support
+
+2014-03-28 19:56  Regina Obe <lr at pcorp.us>
+
+	* [r12381] NEWS, doc/release_notes.xml: #2690 copy news to doc
+	  release notes. Be optimistic we'll release 3/31/2014
+
+2014-03-28 19:21  Sandro Santilli <strk at keybit.net>
+
+	* [r12379] topology/test/regress/st_createtopogeo.sql: More
+	  spatial_ref_sys truncation during test
+
+2014-03-28 19:04  Sandro Santilli <strk at keybit.net>
+
+	* [r12378] regress/legacy.sql: Have regress/legacy.sql truncate
 	  spatial_ref_sys
 
-2014-03-28 19:04  strk
+2014-03-28 19:04  Sandro Santilli <strk at keybit.net>
 
-	* regress/legacy.sql, regress/run_test.pl: Allow using :scriptdir
-	  variable in regress tests
+	* [r12377] regress/legacy.sql, regress/run_test.pl: Allow using
+	  :scriptdir variable in regress tests
 	  
 	  Have legacy.sql use it to find legacy.sql.
 	  The run_test.pl script sets it using pg_config when --extensions
 	  switch is given.
 
-2014-03-28 13:04  pramsey
+2014-03-28 13:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* regress/loader/ReprojectPts-pre.sql, regress/regress_ogc.sql,
-	  regress/regress_proj.sql: #2687, pass tests when raster/vector
-	  are co-loaded
+	* [r12373] regress/loader/ReprojectPts-pre.sql,
+	  regress/regress_ogc.sql, regress/regress_proj.sql: #2687, pass
+	  tests when raster/vector are co-loaded
 
-2014-03-28 12:53  strk
+2014-03-28 12:53  Sandro Santilli <strk at keybit.net>
 
-	* extensions/postgis/Makefile.in: Extension "next" is patch-level
-	  away (#2684)
+	* [r12372] extensions/postgis/Makefile.in: Extension "next" is
+	  patch-level away (#2684)
 
-2014-03-28 12:34  pramsey
+2014-03-28 12:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* extensions/postgis/Makefile.in,
+	* [r12371] extensions/postgis/Makefile.in,
 	  extensions/upgradeable_versions.mk: #2684, upgrade extensions at
 	  the patch level
 
-2014-03-26 15:04  pramsey
+2014-03-26 15:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* liblwgeom/lwgeodetic_tree.c: CircNode compare function needs to
-	  deference inputs
+	* [r12366] liblwgeom/lwgeodetic_tree.c: CircNode compare function
+	  needs to deference inputs
 
-2014-03-26 10:20  colivier
+2014-03-26 10:20  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* postgis/lwgeom_in_gml.c, regress/in_gml.sql,
+	* [r12362] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
 	  regress/in_gml_expected: #2681 fix for 2.1 branch
 
-2014-03-26 10:06  pramsey
+2014-03-26 10:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* NEWS: Add #2619
+	* [r12359] NEWS: Add #2619
 
-2014-03-26 09:37  pramsey
+2014-03-26 09:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* liblwgeom/lwgeodetic.c, liblwgeom/lwin_geojson.c: Quiet a pair of
-	  llvm warnings
+	* [r12358] liblwgeom/lwgeodetic.c, liblwgeom/lwin_geojson.c: Quiet
+	  a pair of llvm warnings
 
-2014-03-26 09:22  pramsey
+2014-03-26 09:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* configure.ac, liblwgeom/lwin_geojson.c, regress/in_geojson.sql,
-	  regress/in_geojson_expected: #2619, SIGSEGV in ST_GeomFromGeoJSON
-	  with empty list of coordinates
+	* [r12354] configure.ac, liblwgeom/lwin_geojson.c,
+	  regress/in_geojson.sql, regress/in_geojson_expected: #2619,
+	  SIGSEGV in ST_GeomFromGeoJSON with empty list of coordinates
 
 2014-03-25 20:02  bergun
 
-	* java/jdbc/jtssrc/pom.xml, java/jdbc/pom.xml: #2625 updating
-	  pom.xml for 2.1.2 release
+	* [r12352] java/jdbc/jtssrc/pom.xml, java/jdbc/pom.xml: #2625
+	  updating pom.xml for 2.1.2 release
 
-2014-03-25 13:35  strk
+2014-03-25 13:35  Sandro Santilli <strk at keybit.net>
 
-	* raster/rt_pg/Makefile.in: rtpostgis_upgrade_21_minor.sql is _not_
-	  same as 20_21
+	* [r12349] raster/rt_pg/Makefile.in: rtpostgis_upgrade_21_minor.sql
+	  is _not_ same as 20_21
 	  
 	  Should fix make check w/out re-breaking #2674
 
-2014-03-25 12:31  pramsey
+2014-03-25 12:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* NEWS: Update with latest changes
+	* [r12348] NEWS: Update with latest changes
 
-2014-03-25 12:26  pramsey
+2014-03-25 12:26  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* configure.ac: #2539, Check for json-c/json.h presence/usability
-	  before json/json.h
+	* [r12347] configure.ac: #2539, Check for json-c/json.h
+	  presence/usability before json/json.h
 
-2014-03-25 08:34  pramsey
+2014-03-25 08:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* liblwgeom/cunit/cu_tree.c: Remove noise from test
+	* [r12344] liblwgeom/cunit/cu_tree.c: Remove noise from test
 
-2014-03-25 08:17  pramsey
+2014-03-25 08:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic.c,
+	* [r12343] liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic.c,
 	  liblwgeom/lwgeodetic.h, liblwgeom/lwgeodetic_tree.c,
 	  liblwgeom/lwgeodetic_tree.h,
 	  postgis/geography_measurement_trees.c: #2675, bad handling of
 	  multi-geometries in geography tree distance
 
-2014-03-24 17:49  strk
+2014-03-24 17:49  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, utils/postgis_proc_upgrade.pl: Fix missing operator = and
-	  hash_raster_ops opclass on raster
+	* [r12341] NEWS, utils/postgis_proc_upgrade.pl: Fix missing
+	  operator = and hash_raster_ops opclass on raster
 	  
 	  Closes #2674
 
-2014-03-22 05:29  robe
+2014-03-22 05:29  Regina Obe <lr at pcorp.us>
 
-	* raster/rt_core/rt_api.h: #2620 allow kFreeBSD to be treated as
-	  FreeBSD
+	* [r12336] raster/rt_core/rt_api.h: #2620 allow kFreeBSD to be
+	  treated as FreeBSD
 
-2014-03-22 04:29  robe
+2014-03-22 04:29  Regina Obe <lr at pcorp.us>
 
-	* raster/rt_pg/rtpostgis.sql.in: #2674 missed the operator class
-	  hash_raster_ops in last commit
+	* [r12335] raster/rt_pg/rtpostgis.sql.in: #2674 missed the operator
+	  class hash_raster_ops in last commit
 
-2014-03-22 04:28  robe
+2014-03-22 04:28  Regina Obe <lr at pcorp.us>
 
-	* raster/rt_pg/rtpostgis.sql.in: #2674 raster missing availability
-	  info for some operators and functions used in equality operator
+	* [r12334] raster/rt_pg/rtpostgis.sql.in: #2674 raster missing
+	  availability info for some operators and functions used in
+	  equality operator
 
-2014-03-18 16:36  strk
+2014-03-18 16:36  Sandro Santilli <strk at keybit.net>
 
-	* .travis.yml: Fix travis build by only installing postgresql 9.1
-	  (#2678)
+	* [r12331] .travis.yml: Fix travis build by only installing
+	  postgresql 9.1 (#2678)
 
-2014-03-13 21:11  robe
+2014-03-13 21:11  Regina Obe <lr at pcorp.us>
 
-	* doc/Makefile.in: #2609 topogeo_AddPolygon unnecessary use of
-	  DISTINCT
+	* [r12324] doc/Makefile.in: #2609 topogeo_AddPolygon unnecessary
+	  use of DISTINCT
 
-2014-03-10 18:46  robe
+2014-03-10 18:46  Regina Obe <lr at pcorp.us>
 
-	* topology/sql/populate.sql.in: #2609 topogeo_AddPolygon
+	* [r12317] topology/sql/populate.sql.in: #2609 topogeo_AddPolygon
 	  unnecessary use of DISTINCT
 
-2014-03-09 23:16  robe
+2014-03-09 23:16  Regina Obe <lr at pcorp.us>
 
-	* doc/using_postgis_dataman.xml: #2558: WKT form(s) of MULTIPOINT
-	  documentation make OGC compliant
+	* [r12314] doc/using_postgis_dataman.xml: #2558: WKT form(s) of
+	  MULTIPOINT documentation make OGC compliant
 
-2014-03-09 18:55  strk
+2014-03-09 18:55  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, configure.ac: Error out at configure time if no SQL
-	  preprocessor can be found
+	* [r12312] NEWS, configure.ac: Error out at configure time if no
+	  SQL preprocessor can be found
 	  
 	  Closes #2666
 
-2014-03-08 00:51  pramsey
+2014-03-08 00:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* NEWS, liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
-	  #2534, st_distance is returning incorrect results for large
-	  geographies
+	* [r12308] NEWS, liblwgeom/cunit/cu_geodetic.c,
+	  liblwgeom/lwgeodetic.c: #2534, st_distance is returning incorrect
+	  results for large geographies
 
-2014-03-08 00:43  pramsey
+2014-03-08 00:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c: #2636,
-	  Regress ST_Distance_Sphere between 2.1.2dev and 2.0.4 with 2D
+	* [r12306] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c:
+	  #2636, Regress ST_Distance_Sphere between 2.1.2dev and 2.0.4 with
+	  2D
 
-2014-03-07 23:58  pramsey
+2014-03-07 23:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* NEWS, liblwgeom/lwgeodetic.c: #2634, regression in sphere
-	  distance code
+	* [r12304] NEWS, liblwgeom/lwgeodetic.c: #2634, regression in
+	  sphere distance code
 
-2014-03-07 23:20  pramsey
+2014-03-07 23:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* NEWS, liblwgeom/lwin_geojson.c: #2546, GeoJSON with string
-	  coordinates parses incorrectly
+	* [r12303] NEWS, liblwgeom/lwin_geojson.c: #2546, GeoJSON with
+	  string coordinates parses incorrectly
 
-2014-03-07 13:27  pramsey
+2014-03-07 13:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* NEWS: Update for #2638
+	* [r12300] NEWS: Update for #2638
 
-2014-03-06 05:53  pramsey
+2014-03-06 05:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c: #2638,
+	* [r12296] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c: #2638,
 	  geography ST_Intersects bugginess with Polygon/multilinestring M
 
-2014-03-03 03:01  robe
+2014-03-03 03:01  Regina Obe <lr at pcorp.us>
 
-	* extensions/postgis/META.json, extensions/postgis/doc/postgis.md,
+	* [r12288] extensions/postgis/META.json,
+	  extensions/postgis/doc/postgis.md,
 	  extensions/postgis/sql_bits/remove_from_extension.sql.in,
 	  extensions/postgis_extension_helper.sql,
 	  extensions/postgis_extension_helper_uninstall.sql,
@@ -200,229 +490,234 @@
 	  extensions/postgis_topology/sql_bits/remove_from_extension.sql.in:
 	  fix website links to go to postgis.net
 
-2014-02-25 17:54  pramsey
+2014-02-25 17:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* postgis/geography_measurement_trees.c,
+	* [r12282] postgis/geography_measurement_trees.c,
 	  postgis/gserialized_estimate.c: Fix variable decls in debugs,
 	  closes #2650
 
-2014-02-24 10:25  strk
+2014-02-24 10:25  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, postgis/postgis.sql.in: Let users without topology
+	* [r12272] NEWS, postgis/postgis.sql.in: Let users without topology
 	  privileges call postgis_full_version()
 	  
 	  Closes #2655
 
-2014-02-24 07:08  strk
+2014-02-24 07:08  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, topology/sql/sqlmm.sql.in: Drop deprecated calls from
-	  topology (#2654)
+	* [r12270] NEWS, topology/sql/sqlmm.sql.in: Drop deprecated calls
+	  from topology (#2654)
 
-2014-02-24 06:41  strk
+2014-02-24 06:41  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, topology/sql/export/TopoJSON.sql.in,
+	* [r12268] NEWS, topology/sql/export/TopoJSON.sql.in,
 	  topology/sql/populate.sql.in, topology/sql/sqlmm.sql.in: Fully
 	  qualify calls to topology methods (#2653)
 
-2014-02-23 16:32  strk
+2014-02-23 16:32  Sandro Santilli <strk at keybit.net>
 
-	* utils/postgis_proc_upgrade.pl: Fix AGG signatures with multi-word
-	  typenames
+	* [r12265] utils/postgis_proc_upgrade.pl: Fix AGG signatures with
+	  multi-word typenames
 	  
 	  For example... "double precision".
 	  This fixes upgrades involving drop/recreate of aggregates
 
-2014-02-23 16:32  strk
+2014-02-23 16:32  Sandro Santilli <strk at keybit.net>
 
-	* regress/run_test.pl: Fix --extension --upgrade handling
+	* [r12264] regress/run_test.pl: Fix --extension --upgrade handling
 
-2014-02-23 16:32  strk
+2014-02-23 16:32  Sandro Santilli <strk at keybit.net>
 
-	* regress/tickets.sql: Fix ambiguous query in tickets.sql when
-	  raster support is loaded
+	* [r12263] regress/tickets.sql: Fix ambiguous query in tickets.sql
+	  when raster support is loaded
 	  
 	  See #2651
 
-2014-02-23 16:09  strk
+2014-02-23 16:09  Sandro Santilli <strk at keybit.net>
 
-	* regress/run_test.pl: Add support for --extension --upgrade in
-	  run_test.pl
+	* [r12258] regress/run_test.pl: Add support for --extension
+	  --upgrade in run_test.pl
 
-2014-02-23 15:27  strk
+2014-02-23 15:27  Sandro Santilli <strk at keybit.net>
 
-	* extensions/postgis/Makefile.in: Do not force extension-specific
-	  removal of objects on upgrade
+	* [r12256] extensions/postgis/Makefile.in: Do not force
+	  extension-specific removal of objects on upgrade
 	  
 	  It should be taken care of by the upgrade scripts themselves
 
-2014-02-22 14:57  strk
+2014-02-22 14:57  Sandro Santilli <strk at keybit.net>
 
-	* raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis.sql.in: Generate
-	  raster upgrade script using postgis_proc_upgrade
+	* [r12242] raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis.sql.in:
+	  Generate raster upgrade script using postgis_proc_upgrade
 
-2014-02-22 14:57  strk
+2014-02-22 14:57  Sandro Santilli <strk at keybit.net>
 
-	* utils/postgis_proc_upgrade.pl: Make postgis_proc_upgrade ready to
-	  deal with rtpostgis.sql
+	* [r12241] utils/postgis_proc_upgrade.pl: Make postgis_proc_upgrade
+	  ready to deal with rtpostgis.sql
 
-2014-02-22 09:13  strk
+2014-02-22 09:13  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, utils/postgis_proc_upgrade.pl: Soft upgrade: avoid
+	* [r12240] NEWS, utils/postgis_proc_upgrade.pl: Soft upgrade: avoid
 	  drop/recreate of aggregates that hadn't changed
 	  
 	  Closes #2560
 
-2014-02-22 09:13  strk
+2014-02-22 09:13  Sandro Santilli <strk at keybit.net>
 
-	* topology/sql/topoelement/topoelement_agg.sql.in: Encode
+	* [r12239] topology/sql/topoelement/topoelement_agg.sql.in: Encode
 	  availability of topology aggregates
 	  
 	  See #2560
 
-2014-02-22 09:13  strk
+2014-02-22 09:13  Sandro Santilli <strk at keybit.net>
 
-	* raster/rt_pg/rtpostgis.sql.in: Encode availability and last
-	  change in raster aggregates
+	* [r12238] raster/rt_pg/rtpostgis.sql.in: Encode availability and
+	  last change in raster aggregates
 	  
 	  See #2560
 
-2014-02-22 08:32  strk
+2014-02-22 08:32  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, topology/sql/sqlmm.sql.in: Fully qualify topology.topology
-	  (#2648)
+	* [r12236] NEWS, topology/sql/sqlmm.sql.in: Fully qualify
+	  topology.topology (#2648)
 
-2014-02-20 05:46  robe
+2014-02-20 05:46  Regina Obe <lr at pcorp.us>
 
-	* doc/reference_measure.xml: #2646 typo arithmetric -> arithmetric
-	  in ST_Centroid
+	* [r12234] doc/reference_measure.xml: #2646 typo arithmetric ->
+	  arithmetric in ST_Centroid
 
-2014-02-14 03:30  robe
+2014-02-14 03:30  Regina Obe <lr at pcorp.us>
 
-	* doc/using_raster_dataman.xml: #2576 Error in manual wrt
+	* [r12232] doc/using_raster_dataman.xml: #2576 Error in manual wrt
 	  using_raster RT_PLPython
 
-2014-02-14 03:23  robe
+2014-02-14 03:23  Regina Obe <lr at pcorp.us>
 
-	* doc/reference_constructor.xml: #2582 fix all references to -1 in
-	  constructors and change to 0 (SRID Unknown)
+	* [r12230] doc/reference_constructor.xml: #2582 fix all references
+	  to -1 in constructors and change to 0 (SRID Unknown)
 
-2014-02-05 05:25  pramsey
+2014-02-05 05:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* regress/empty.sql, regress/sql-mm-curvepoly.sql,
+	* [r12226] regress/empty.sql, regress/sql-mm-curvepoly.sql,
 	  regress/sql-mm-curvepoly_expected: #2396, wrap wkb outputting
 	  tests in explicit endianness
 
-2014-02-04 23:17  pramsey
+2014-02-04 23:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* NEWS, postgis/gserialized_estimate.c: #2615, EstimatedExtent (and
-	  hence, underlying stats) gathering wrong bbox
+	* [r12223] NEWS, postgis/gserialized_estimate.c: #2615,
+	  EstimatedExtent (and hence, underlying stats) gathering wrong
+	  bbox
 
-2014-02-04 22:43  pramsey
+2014-02-04 22:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* NEWS, postgis/gserialized_estimate.c: #2543, invalid join
-	  selectivity error from simple query
+	* [r12221] NEWS, postgis/gserialized_estimate.c: #2543, invalid
+	  join selectivity error from simple query
 
-2014-02-04 19:44  pramsey
+2014-02-04 19:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* NEWS: #2556 news entry
+	* [r12220] NEWS: #2556 news entry
 
-2014-02-04 19:31  pramsey
+2014-02-04 19:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* regress/tickets.sql, regress/tickets_expected: #2556, regression
-	  test
+	* [r12218] regress/tickets.sql, regress/tickets_expected: #2556,
+	  regression test
 
-2014-02-04 08:36  strk
+2014-02-04 08:36  Sandro Santilli <strk at keybit.net>
 
-	* doc/extras_topology.xml: Fix ST_ModEdgeSplit documentation
-	  (#2633)
+	* [r12216] doc/extras_topology.xml: Fix ST_ModEdgeSplit
+	  documentation (#2633)
 
-2014-02-04 06:30  pramsey
+2014-02-04 06:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* postgis/geography_measurement_trees.c: #2422, geography
+	* [r12214] postgis/geography_measurement_trees.c: #2422, geography
 	  regression difference ST_DWithin
 	  "Fix" actually just removes tolerance-stop from the distance
 	  calculation
 	  Question of why tolerance stop fails, remains open.
 
-2014-02-04 06:05  pramsey
+2014-02-04 06:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* postgis/geography_measurement_trees.c: Free tree on short circuit
+	* [r12213] postgis/geography_measurement_trees.c: Free tree on
+	  short circuit
 
-2014-02-04 06:01  pramsey
+2014-02-04 06:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeodetic_tree.h: Add
-	  circtree get point signature
+	* [r12212] liblwgeom/lwgeodetic_tree.c,
+	  liblwgeom/lwgeodetic_tree.h: Add circtree get point signature
 
-2014-02-04 05:56  pramsey
+2014-02-04 05:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* doc/faq.xml, doc/using_postgis_dataman.xml: Update docs on WKB
+	* [r12210] doc/faq.xml, doc/using_postgis_dataman.xml: Update docs
+	  on WKB
 
-2014-02-04 05:56  pramsey
+2014-02-04 05:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* HOWTO_RELEASE: Update SVN urls for osgeo https
+	* [r12209] HOWTO_RELEASE: Update SVN urls for osgeo https
 
-2014-02-04 05:47  pramsey
+2014-02-04 05:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* postgis/geography_measurement_trees.c: #2556, ST_Intersects
-	  results depending on insert order
+	* [r12208] postgis/geography_measurement_trees.c: #2556,
+	  ST_Intersects results depending on insert order
 
-2014-01-30 19:17  pramsey
+2014-01-30 19:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* java/jdbc/src/org/postgis/GeometryCollection.java: #2588,
-	  GeometryCollection constructor parse defect for sub geometries
-	  (POINTM,POLYGONM,...) of GEOMETRYCOLLECTIONM (From bergun)
+	* [r12202] java/jdbc/src/org/postgis/GeometryCollection.java:
+	  #2588, GeometryCollection constructor parse defect for sub
+	  geometries (POINTM,POLYGONM,...) of GEOMETRYCOLLECTIONM (From
+	  bergun)
 
-2014-01-22 16:21  strk
+2014-01-22 16:21  Sandro Santilli <strk at keybit.net>
 
-	* NEWS: Add notice about 2.0.0 having drop the SRID check in
-	  operator &&
+	* [r12190] NEWS: Add notice about 2.0.0 having drop the SRID check
+	  in operator &&
 
-2014-01-17 03:46  dustymugs
+2014-01-17 03:46  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, raster/rt_core/rt_api.c: Fix the inability to open more
-	  than ~1024 unique out-db files in one process
+	* [r12186] NEWS, raster/rt_core/rt_api.c: Fix the inability to open
+	  more than ~1024 unique out-db files in one process
 
-2014-01-13 22:49  strk
+2014-01-13 22:49  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, topology/sql/sqlmm.sql.in: Ensure face splitting algorithm
-	  uses the edge index (#2610)
+	* [r12183] NEWS, topology/sql/sqlmm.sql.in: Ensure face splitting
+	  algorithm uses the edge index (#2610)
 
-2014-01-04 17:45  dustymugs
+2014-01-04 17:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, raster/rt_core/rt_api.c: Remove use of void pointers in
-	  rt_raster_from_gdal_dataset to prevent void point arithemetics.
-	  Ticket #2589
+	* [r12176] NEWS, raster/rt_core/rt_api.c: Remove use of void
+	  pointers in rt_raster_from_gdal_dataset to prevent void point
+	  arithemetics. Ticket #2589
 
-2014-01-01 02:18  robe
+2014-01-01 02:18  Regina Obe <lr at pcorp.us>
 
-	* doc/extras_topology.xml: #2593: document topology relationship
-	  functions intersects and equals.
+	* [r12171] doc/extras_topology.xml: #2593: document topology
+	  relationship functions intersects and equals.
 
-2013-12-19 17:29  strk
+2013-12-19 17:29  Sandro Santilli <strk at keybit.net>
 
-	* extensions/postgis_tiger_geocoder/Makefile.in: Ensure output dir
-	  is created before attempting to write to it
+	* [r12167] extensions/postgis_tiger_geocoder/Makefile.in: Ensure
+	  output dir is created before attempting to write to it
 	  
 	  See https://travis-ci.org/postgis/postgis/builds/15654853#L1357
 
-2013-12-18 15:54  strk
+2013-12-18 15:54  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, postgis/postgis.sql.in: Do not allow installing postgis
-	  twice in the same database (#2580)
+	* [r12164] NEWS, postgis/postgis.sql.in: Do not allow installing
+	  postgis twice in the same database (#2580)
 	  
 	  Checks for the presence of a "postgis_version" function,
 	  and if found raises an exception with a message with
 	  the schema containing it.
 
-2013-12-07 14:41  dustymugs
+2013-12-07 14:41  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, raster/rt_pg/rt_pg.c, raster/test/regress/rt_reclass.sql,
+	* [r12153] NEWS, raster/rt_pg/rt_pg.c,
+	  raster/test/regress/rt_reclass.sql,
 	  raster/test/regress/rt_reclass_expected: fix parsing issue of
 	  range arguments of ST_Reclass. Ticket #2555
 
-2013-11-27 16:03  dustymugs
+2013-11-27 16:03  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, raster/rt_pg/rtpostgis.sql.in,
+	* [r12147] NEWS, raster/rt_pg/rtpostgis.sql.in,
 	  raster/test/regress/rt_asjpeg.sql,
 	  raster/test/regress/rt_asjpeg_expected,
 	  raster/test/regress/rt_aspng.sql,
@@ -431,148 +726,154 @@
 	  raster/test/regress/rt_astiff_expected: fix NULL raster handling
 	  in ST_AsPNG, ST_AsJPEG and ST_AsTIFF
 
-2013-11-21 17:24  strk
+2013-11-21 17:24  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, topology/sql/topogeometry/simplify.sql.in,
+	* [r12138] NEWS, topology/sql/topogeometry/simplify.sql.in,
 	  topology/test/regress/st_simplify.sql,
 	  topology/test/regress/st_simplify_expected: Fix
 	  ST_Simplify(TopoGeometry) for hierarchical topogeoms (#2547)
 
-2013-11-21 16:52  strk
+2013-11-21 16:52  Sandro Santilli <strk at keybit.net>
 
-	* doc/extras_topology.xml: Add link from TopoElement to
+	* [r12135] doc/extras_topology.xml: Add link from TopoElement to
 	  TopoElementArray
 
-2013-11-21 16:52  strk
+2013-11-21 16:52  Sandro Santilli <strk at keybit.net>
 
-	* raster/rt_pg/rtpostgis.sql.in: Fix dangling commutator for
-	  raster/geometry OPERATOR ~ (#2532)
+	* [r12134] raster/rt_pg/rtpostgis.sql.in: Fix dangling commutator
+	  for raster/geometry OPERATOR ~ (#2532)
 
-2013-11-20 00:17  pramsey
+2013-11-20 00:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* NEWS, postgis/gserialized_gist_2d.c: #2494, Avoid unnecessary
-	  memory copy in gserialized_datum_get_box2df_p
+	* [r12132] NEWS, postgis/gserialized_gist_2d.c: #2494, Avoid
+	  unnecessary memory copy in gserialized_datum_get_box2df_p
 
-2013-11-16 22:35  robe
+2013-11-16 22:35  Regina Obe <lr at pcorp.us>
 
-	* HOWTO_RELEASE: minor tweaks to how to release
+	* [r12129] HOWTO_RELEASE: minor tweaks to how to release
 
-2013-11-16 21:57  robe
+2013-11-16 21:57  Regina Obe <lr at pcorp.us>
 
-	* extensions/upgradeable_versions.mk: #2544: fix extension script
-	  (made a booboo last commit)
+	* [r12127] extensions/upgradeable_versions.mk: #2544: fix extension
+	  script (made a booboo last commit)
 
-2013-11-16 20:01  robe
+2013-11-16 20:01  Regina Obe <lr at pcorp.us>
 
-	* HOWTO_RELEASE, Version.config,
+	* [r12126] HOWTO_RELEASE, Version.config,
 	  extensions/upgradeable_versions.mk: #2544: change micro from svn
 	  to devand clarify how to release docs
 
-2013-11-12 21:40  pramsey
+2013-11-12 21:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* liblwgeom/g_box.c: #2542, build on Centos/ RHEL 5
+	* [r12124] liblwgeom/g_box.c: #2542, build on Centos/ RHEL 5
 
-2013-11-08 19:46  pramsey
+2013-11-08 19:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* NEWS, Version.config: Set for next release
+	* [r12114] NEWS, Version.config: Set for next release
 
-2013-11-08 19:37  pramsey
+2013-11-08 19:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* NEWS, README.postgis, Version.config,
+	* [r12111] NEWS, README.postgis, Version.config,
 	  extensions/postgis/sql_bits/postgis--unpackaged.sql.in,
 	  extensions/postgis_tiger_geocoder/sql_bits/tiger_geocoder--unpackaged.sql.in,
 	  extensions/postgis_topology/sql_bits/topology--unpackaged.sql.in:
 	  Update all manual bits for 2.1.1 release
 
-2013-11-07 14:57  dustymugs
+2013-11-07 14:57  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, raster/rt_pg/rtpostgis.sql.in,
+	* [r12107] NEWS, raster/rt_pg/rtpostgis.sql.in,
 	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in,
 	  raster/test/regress/tickets.sql: Add missing operators for
 	  raster. Ticket #2532
 
-2013-11-06 16:32  strk
+2013-11-06 16:32  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, postgis/postgis.sql.in: Remove duplicated signatures
+	* [r12102] NEWS, postgis/postgis.sql.in: Remove duplicated
+	  signatures
 
-2013-11-06 09:46  strk
+2013-11-06 09:46  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, liblwgeom/cunit/cu_split.c, liblwgeom/lwgeom_geos_split.c:
-	  Fix small memory leak in lwline_split_by_line (#2528)
+	* [r12096] NEWS, liblwgeom/cunit/cu_split.c,
+	  liblwgeom/lwgeom_geos_split.c: Fix small memory leak in
+	  lwline_split_by_line (#2528)
 	  
 	  Thanks Alessandro Furieri for the report and test
 
-2013-11-06 09:42  strk
+2013-11-06 09:42  Sandro Santilli <strk at keybit.net>
 
-	* NEWS: tab to space
+	* [r12095] NEWS: tab to space
 
-2013-11-06 05:12  dustymugs
+2013-11-06 05:12  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h:
-	  added -k to raster2pgsql for skipping band is NODATA check
+	* [r12093] NEWS, raster/loader/raster2pgsql.c,
+	  raster/loader/raster2pgsql.h: added -k to raster2pgsql for
+	  skipping band is NODATA check
 
-2013-11-05 19:57  pramsey
+2013-11-05 19:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* postgis/lwgeom_functions_basic.c: #2529, inconsistent behaviour
-	  in ST_FlipCoordinates
+	* [r12090] postgis/lwgeom_functions_basic.c: #2529, inconsistent
+	  behaviour in ST_FlipCoordinates
 
-2013-11-05 18:25  pramsey
+2013-11-05 18:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ChangeLog, NEWS, README.postgis, doc/release_notes.xml: Update
-	  doco for 2.1.1 release
+	* [r12087] ChangeLog, NEWS, README.postgis, doc/release_notes.xml:
+	  Update doco for 2.1.1 release
 
-2013-11-05 17:58  pramsey
+2013-11-05 17:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* extensions/postgis_tiger_geocoder/sql_bits, install-sh, postgis,
-	  raster/rt_pg, raster/test/cunit, topology, topology/test/regress:
-	  Ignore build artifacts
+	* [r12086] extensions/postgis_tiger_geocoder/sql_bits, install-sh,
+	  postgis, raster/rt_pg, raster/test/cunit, topology,
+	  topology/test/regress: Ignore build artifacts
 
-2013-11-05 00:15  pramsey
+2013-11-05 00:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* liblwgeom/lwgeom.c, regress/summary_expected: #2433, put SRIDs on
-	  sub-geometries
+	* [r12085] liblwgeom/lwgeom.c, regress/summary_expected: #2433, put
+	  SRIDs on sub-geometries
 
-2013-11-04 23:51  pramsey
+2013-11-04 23:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* liblwgeom/cunit/cu_in_geojson.c, liblwgeom/cunit/cu_surface.c,
-	  liblwgeom/cunit/cu_tree.c: Quiet clang/llvm warnings
+	* [r12084] liblwgeom/cunit/cu_in_geojson.c,
+	  liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/cu_tree.c: Quiet
+	  clang/llvm warnings
 
-2013-11-04 23:17  pramsey
+2013-11-04 23:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* configure.ac, liblwgeom/g_box.c, liblwgeom/lwcircstring.c,
-	  loader/pgsql2shp-core.c, loader/shpopen.c,
-	  postgis/gserialized_gist_2d.c, postgis/gserialized_gist_nd.c,
-	  postgis/lwgeom_sqlmm.c: Silence warnings under clang/llvm
+	* [r12083] configure.ac, liblwgeom/g_box.c,
+	  liblwgeom/lwcircstring.c, loader/pgsql2shp-core.c,
+	  loader/shpopen.c, postgis/gserialized_gist_2d.c,
+	  postgis/gserialized_gist_nd.c, postgis/lwgeom_sqlmm.c: Silence
+	  warnings under clang/llvm
 
-2013-11-04 20:48  robe
+2013-11-04 20:48  Regina Obe <lr at pcorp.us>
 
-	* doc/installation.xml: #2517 change to reflect using 2.1 scripts
-	  instead of 2.0 scripts
+	* [r12081] doc/installation.xml: #2517 change to reflect using 2.1
+	  scripts instead of 2.0 scripts
 
-2013-11-03 02:53  robe
+2013-11-03 02:53  Regina Obe <lr at pcorp.us>
 
-	* doc/installation.xml: fix xml parse error
+	* [r12079] doc/installation.xml: fix xml parse error
 
-2013-11-02 18:26  robe
+2013-11-02 18:26  Regina Obe <lr at pcorp.us>
 
-	* doc/installation.xml: #2522 document RegExp::Assemble perl
-	  dependency
+	* [r12073] doc/installation.xml: #2522 document RegExp::Assemble
+	  perl dependency
 
-2013-10-30 09:45  strk
+2013-10-30 09:45  Sandro Santilli <strk at keybit.net>
 
-	* NEWS: Reword raster license change NEWS item (#2514)
+	* [r12068] NEWS: Reword raster license change NEWS item (#2514)
 
-2013-10-30 09:38  strk
+2013-10-30 09:38  Sandro Santilli <strk at keybit.net>
 
-	* LICENSE.TXT: Clarify licensing of PostGIS core as GPL2+ (#2515)
+	* [r12065] LICENSE.TXT: Clarify licensing of PostGIS core as GPL2+
+	  (#2515)
 
-2013-10-28 19:45  dustymugs
+2013-10-28 19:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS: wrong ticket
+	* [r12061] NEWS: wrong ticket
 
-2013-10-28 19:44  dustymugs
+2013-10-28 19:44  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, raster/Makefile.in, raster/loader/Makefile.in,
+	* [r12060] NEWS, raster/Makefile.in, raster/loader/Makefile.in,
 	  raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h,
 	  raster/macros/ac_proj4_version.m4, raster/rt_core/Makefile.in,
 	  raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
@@ -625,63 +926,63 @@
 	  raster/test/regress/rt_utility.sql: Change raster license from
 	  v3+ to v2+. Ticket #2516
 
-2013-10-24 19:54  pramsey
+2013-10-24 19:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* utils/postgis_proc_upgrade.pl: #2510,postgis_major_version_check
-	  interferes w/ upgrade
+	* [r12055] utils/postgis_proc_upgrade.pl:
+	  #2510,postgis_major_version_check interferes w/ upgrade
 
-2013-10-19 17:20  dustymugs
+2013-10-19 17:20  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, raster/rt_pg/rtpostgis.sql.in: add support for materialized
-	  views and foreign tables in raster_columns and raster_overviews.
-	  Ticket #2512
+	* [r12052] NEWS, raster/rt_pg/rtpostgis.sql.in: add support for
+	  materialized views and foreign tables in raster_columns and
+	  raster_overviews. Ticket #2512
 
-2013-10-18 21:32  pramsey
+2013-10-18 21:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* postgis/postgis.sql.in: #2511, geometry_columns doesn't support
-	  materialized views or foreign tables
+	* [r12047] postgis/postgis.sql.in: #2511, geometry_columns doesn't
+	  support materialized views or foreign tables
 
-2013-10-18 20:59  pramsey
+2013-10-18 20:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* liblwgeom/lwtree.c, liblwgeom/lwtree.h: Revert accidental code
-	  committed to lwtree.*
+	* [r12044] liblwgeom/lwtree.c, liblwgeom/lwtree.h: Revert
+	  accidental code committed to lwtree.*
 
-2013-10-18 20:57  pramsey
+2013-10-18 20:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* liblwgeom/liblwgeom.h.in, liblwgeom/lwalgorithm.c,
+	* [r12043] liblwgeom/liblwgeom.h.in, liblwgeom/lwalgorithm.c,
 	  liblwgeom/lwcircstring.c, liblwgeom/lwtree.c, liblwgeom/lwtree.h,
 	  liblwgeom/ptarray.c, regress/tickets_expected: #2463, st_length
 	  on curve is on linearized geom
 
-2013-10-16 22:41  pramsey
+2013-10-16 22:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* postgis/postgis.sql.in: #2511, geometry_columns doesn't support
-	  materialized views
+	* [r12039] postgis/postgis.sql.in: #2511, geometry_columns doesn't
+	  support materialized views
 
-2013-10-11 01:48  robe
+2013-10-11 01:48  Regina Obe <lr at pcorp.us>
 
-	* regress/tickets.sql, regress/tickets_expected: #2506 regress
-	  failure on 32-bit windows PostgreSQL. More stringent round but
-	  also subtract to guarantee they are the same
+	* [r12031] regress/tickets.sql, regress/tickets_expected: #2506
+	  regress failure on 32-bit windows PostgreSQL. More stringent
+	  round but also subtract to guarantee they are the same
 
-2013-10-11 01:07  robe
+2013-10-11 01:07  Regina Obe <lr at pcorp.us>
 
-	* regress/tickets.sql, regress/tickets_expected: #2506 regress
-	  failure on 32-bit windows PostgreSQL. Round values so match on
-	  all platforms
+	* [r12029] regress/tickets.sql, regress/tickets_expected: #2506
+	  regress failure on 32-bit windows PostgreSQL. Round values so
+	  match on all platforms
 
-2013-10-09 14:41  strk
+2013-10-09 14:41  Sandro Santilli <strk at keybit.net>
 
-	* NEWS: Add 2.0.4 block in NEWS file
+	* [r12020] NEWS: Add 2.0.4 block in NEWS file
 
-2013-10-09 14:38  strk
+2013-10-09 14:38  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, loader/pgsql2shp-cli.c: Fix segfault on bogus pgsql2shp
-	  call (#2504)
+	* [r12018] NEWS, loader/pgsql2shp-cli.c: Fix segfault on bogus
+	  pgsql2shp call (#2504)
 
-2013-10-09 06:45  strk
+2013-10-09 06:45  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, postgis/postgis.sql.in, topology/topology.sql.in,
+	* [r12013] NEWS, postgis/postgis.sql.in, topology/topology.sql.in,
 	  topology/topology_drop_before.sql.in: Put
 	  postgis_topology_scripts_installed() in topology schema (#2502)
 	  
@@ -689,48 +990,48 @@
 	  schema.
 	  The postgis_full_version() function is updated to find it there.
 
-2013-10-08 14:05  strk
+2013-10-08 14:05  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, postgis/postgis_drop_after.sql,
+	* [r12010] NEWS, postgis/postgis_drop_after.sql,
 	  raster/rt_pg/rtpostgis_drop.sql.in: Fix upgrades from 2.0 leaving
 	  stale function signatures (#2489)
 
-2013-10-07 19:20  pramsey
+2013-10-07 19:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* postgis/gserialized_gist_2d.c: Apply patch from smagen to fix
-	  infinite loop in index where NaN geometry appears #2449
+	* [r12008] postgis/gserialized_gist_2d.c: Apply patch from smagen
+	  to fix infinite loop in index where NaN geometry appears #2449
 
-2013-10-07 17:55  pramsey
+2013-10-07 17:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* regress/run_test.pl: Filter LOG entries #2499
+	* [r12006] regress/run_test.pl: Filter LOG entries #2499
 
-2013-10-03 03:40  dustymugs
+2013-10-03 03:40  Bborie Park <bkpark at ucdavis.edu>
 
-	* raster/test/regress/rt_dumpvalues.sql,
+	* [r11998] raster/test/regress/rt_dumpvalues.sql,
 	  raster/test/regress/rt_dumpvalues_expected: added regression
 	  tests for ticket #2493
 
-2013-10-03 03:40  dustymugs
+2013-10-03 03:40  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, raster/rt_pg/rt_pg.c: Fixed behavior of
+	* [r11997] NEWS, raster/rt_pg/rt_pg.c: Fixed behavior of
 	  ST_DumpValues(raster, ...) when passed an empty raster
 
-2013-09-30 20:26  robe
+2013-09-30 20:26  Regina Obe <lr at pcorp.us>
 
-	* extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql,
+	* [r11993] extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql,
 	  extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql,
 	  extras/tiger_geocoder/tiger_2011/tiger_loader_2013.sql: #2490
 	  point back to state level zip files (only available in tiger 2010
 	  folder)
 
-2013-09-27 21:17  robe
+2013-09-27 21:17  Regina Obe <lr at pcorp.us>
 
-	* regress/tickets.sql, regress/tickets_expected: correct typo in
-	  ticket # (as I noted in #2396 )
+	* [r11990] regress/tickets.sql, regress/tickets_expected: correct
+	  typo in ticket # (as I noted in #2396 )
 
-2013-09-27 16:08  strk
+2013-09-27 16:08  Sandro Santilli <strk at keybit.net>
 
-	* postgis/postgis.sql.in, postgis/sqldefines.h.in: Change
+	* [r11987] postgis/postgis.sql.in, postgis/sqldefines.h.in: Change
 	  deprecation warning to raise a WARNING after 2 version
 	  deprecation time
 	  
@@ -742,43 +1043,43 @@
 	  
 	  See #2440
 
-2013-09-27 15:22  strk
+2013-09-27 15:22  Sandro Santilli <strk at keybit.net>
 
-	* postgis/postgis.sql.in: Drop misplaced comment
+	* [r11986] postgis/postgis.sql.in: Drop misplaced comment
 
-2013-09-27 03:30  robe
+2013-09-27 03:30  Regina Obe <lr at pcorp.us>
 
-	* regress/tickets.sql, regress/tickets_expected: #2396 big-endian
-	  architecture regress failure
+	* [r11983] regress/tickets.sql, regress/tickets_expected: #2396
+	  big-endian architecture regress failure
 
-2013-09-26 09:47  strk
+2013-09-26 09:47  Sandro Santilli <strk at keybit.net>
 
-	* NEWS: Format!
+	* [r11981] NEWS: Format!
 
-2013-09-24 21:57  robe
+2013-09-24 21:57  Regina Obe <lr at pcorp.us>
 
-	* regress/empty.sql, regress/regress.sql, regress/regress_expected,
-	  regress/sql-mm-compoundcurve.sql,
+	* [r11979] regress/empty.sql, regress/regress.sql,
+	  regress/regress_expected, regress/sql-mm-compoundcurve.sql,
 	  regress/sql-mm-compoundcurve_expected,
 	  regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
 	  regress/tickets.sql, regress/tickets_expected: #2396 liblwgeom
 	  tests fail on big-endian architectures (oops copied the wrong
 	  tickets file)
 
-2013-09-23 18:25  robe
+2013-09-23 18:25  Regina Obe <lr at pcorp.us>
 
-	* NEWS, doc/extras_tigergeocoder.xml,
+	* [r11972] NEWS, doc/extras_tigergeocoder.xml,
 	  doc/xsl/postgis_aggs_mm.xml.xsl: document #2478 support for tiger
 	  2013
 
-2013-09-23 04:53  robe
+2013-09-23 04:53  Regina Obe <lr at pcorp.us>
 
-	* doc/installation.xml: #2466 point json-c to github loc instead of
-	  old 0.9 loc
+	* [r11971] doc/installation.xml: #2466 point json-c to github loc
+	  instead of old 0.9 loc
 
-2013-09-23 04:36  robe
+2013-09-23 04:36  Regina Obe <lr at pcorp.us>
 
-	* extensions/postgis_tiger_geocoder/Makefile.in,
+	* [r11969] extensions/postgis_tiger_geocoder/Makefile.in,
 	  extras/tiger_geocoder/tiger_2011/create_geocode.bat,
 	  extras/tiger_geocoder/tiger_2011/create_geocode.sh,
 	  extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql,
@@ -789,63 +1090,65 @@
 	  incorporated Kahif Rasul's trunk fixes and also logic to enable
 	  tiger geocoder in 2.1 extension
 
-2013-09-22 02:13  robe
+2013-09-22 02:13  Regina Obe <lr at pcorp.us>
 
-	* postgis/postgis.sql.in: #2440 -- remove warnings from functions
-	  -- (pushing this to a debug level notice)
+	* [r11965] postgis/postgis.sql.in: #2440 -- remove warnings from
+	  functions -- (pushing this to a debug level notice)
 
-2013-09-22 02:10  robe
+2013-09-22 02:10  Regina Obe <lr at pcorp.us>
 
-	* regress/tickets.sql, regress/tickets_expected: #2440 -- remove
-	  warnings from functions -- (pushing this to a debug level notice)
+	* [r11964] regress/tickets.sql, regress/tickets_expected: #2440 --
+	  remove warnings from functions -- (pushing this to a debug level
+	  notice)
 
-2013-09-08 15:13  robe
+2013-09-08 15:13  Regina Obe <lr at pcorp.us>
 
-	* HOWTO_RELEASE: update to include updating source.html page. Minor
-	  other changes reshuffling
+	* [r11953] HOWTO_RELEASE: update to include updating source.html
+	  page. Minor other changes reshuffling
 
-2013-09-07 13:25  strk
+2013-09-07 13:25  Sandro Santilli <strk at keybit.net>
 
-	* utils/postgis_restore.pl.in: Clean up restore script (#2471)
+	* [r11944] utils/postgis_restore.pl.in: Clean up restore script
+	  (#2471)
 
-2013-09-06 22:52  pramsey
+2013-09-06 22:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* doc/using_postgis_dataman.xml: Splling (#2255)
+	* [r11939] doc/using_postgis_dataman.xml: Splling (#2255)
 
-2013-09-06 16:46  strk
+2013-09-06 16:46  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/lwgeom_geos.c: Enhance error messages in
+	* [r11930] liblwgeom/lwgeom_geos.c: Enhance error messages in
 	  lwgeom_intersection and lwgeom_normalize
 
-2013-09-05 19:59  robe
+2013-09-05 19:59  Regina Obe <lr at pcorp.us>
 
-	* regress/run_test, regress/run_test.pl: #2469 add
+	* [r11925] regress/run_test, regress/run_test.pl: #2469 add
 	  min_messages=NOTICE so travis doesn't scream
 
-2013-09-05 08:16  robe
+2013-09-05 08:16  Regina Obe <lr at pcorp.us>
 
-	* .travis.yml: yaml config - not sure why travis is trying to test
-	  without yaml config
+	* [r11921] .travis.yml: yaml config - not sure why travis is trying
+	  to test without yaml config
 
-2013-09-05 07:58  robe
+2013-09-05 07:58  Regina Obe <lr at pcorp.us>
 
-	* regress/tickets.sql, regress/tickets_expected: #2168 test to test
-	  non-commutative fix of geog ST_Distance
+	* [r11918] regress/tickets.sql, regress/tickets_expected: #2168
+	  test to test non-commutative fix of geog ST_Distance
 
-2013-09-04 04:37  robe
+2013-09-04 04:37  Regina Obe <lr at pcorp.us>
 
-	* regress/regress_index_nulls.sql, regress/regress_ogc.sql,
-	  regress/tickets.sql: #2467 add min_messages so travis doesn't
-	  scream
+	* [r11912] regress/regress_index_nulls.sql,
+	  regress/regress_ogc.sql, regress/tickets.sql: #2467 add
+	  min_messages so travis doesn't scream
 
-2013-09-02 16:18  pramsey
+2013-09-02 16:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* postgis/geography_measurement.c: Geog best srid fix, from kashif
-	  (#2434)
+	* [r11910] postgis/geography_measurement.c: Geog best srid fix,
+	  from kashif (#2434)
 
-2013-08-31 15:00  dustymugs
+2013-08-31 15:00  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
+	* [r11897] NEWS, doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
 	  raster/test/regress/Makefile.in,
 	  raster/test/regress/rt_clip_expected,
 	  raster/test/regress/rt_elevation_functions_expected,
@@ -857,82 +1160,84 @@
 	  raster/test/regress/rt_union_expected: Fix behavior of
 	  ST_PixelAsXXX functions with regard to exclude_nodata_parameter
 
-2013-08-23 19:57  pramsey
+2013-08-23 19:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* configure.ac: Allow version parser to handle 9.3rc3
+	* [r11865] configure.ac: Allow version parser to handle 9.3rc3
 
-2013-08-23 12:04  robe
+2013-08-23 12:04  Regina Obe <lr at pcorp.us>
 
-	* doc/extras_tigergeocoder.xml: fix typo in function name
+	* [r11864] doc/extras_tigergeocoder.xml: fix typo in function name
 
-2013-08-23 02:47  robe
+2013-08-23 02:47  Regina Obe <lr at pcorp.us>
 
-	* doc/extras_tigergeocoder.xml: #2446 Drop_Nation_Script doco is
-	  wrong
+	* [r11854] doc/extras_tigergeocoder.xml: #2446 Drop_Nation_Script
+	  doco is wrong
 
-2013-08-22 04:41  robe
+2013-08-22 04:41  Regina Obe <lr at pcorp.us>
 
-	* extensions/postgis_tiger_geocoder/Makefile.in,
+	* [r11851] extensions/postgis_tiger_geocoder/Makefile.in,
 	  extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql: #2441
 	  Tiger geocoder uses new features only available in Postgres 9.3.
 	  Changed to not use CREATE .. IF NOT EXISTS and use DO instead.
 	  Also revised extension to upgrade loader (it wasn't before)
 
-2013-08-18 01:16  robe
+2013-08-18 01:16  Regina Obe <lr at pcorp.us>
 
-	* Version.config, doc/postgis.xml,
+	* [r11823] Version.config, doc/postgis.xml,
 	  extensions/upgradeable_versions.mk: bump version to 2.1.1dev
 
-2013-08-18 00:50  robe
+2013-08-18 00:50  Regina Obe <lr at pcorp.us>
 
-	* doc/release_notes.xml: one more paragraph mark missing
+	* [r11821] doc/release_notes.xml: one more paragraph mark missing
 
-2013-08-18 00:34  robe
+2013-08-18 00:34  Regina Obe <lr at pcorp.us>
 
-	* doc/release_notes.xml: fix para tag
+	* [r11820] doc/release_notes.xml: fix para tag
 
-2013-08-18 00:14  robe
+2013-08-18 00:14  Regina Obe <lr at pcorp.us>
 
-	* doc/release_notes.xml: fix remaining unbalanced para tags
+	* [r11819] doc/release_notes.xml: fix remaining unbalanced para
+	  tags
 
-2013-08-18 00:09  robe
+2013-08-18 00:09  Regina Obe <lr at pcorp.us>
 
-	* Version.config, doc/postgis.xml, doc/release_notes.xml,
+	* [r11818] Version.config, doc/postgis.xml, doc/release_notes.xml,
 	  extensions/upgradeable_versions.mk: fix unbalanced para, flip
 	  version to 2.1.0
 
-2013-08-18 00:03  robe
+2013-08-18 00:03  Regina Obe <lr at pcorp.us>
 
-	* HOWTO_RELEASE: minor corrections
+	* [r11817] HOWTO_RELEASE: minor corrections
 
-2013-08-18 00:03  robe
+2013-08-18 00:03  Regina Obe <lr at pcorp.us>
 
-	* extensions/postgis/sql_bits/postgis--unpackaged.sql.in,
+	* [r11816] extensions/postgis/sql_bits/postgis--unpackaged.sql.in,
 	  extensions/postgis_tiger_geocoder/sql_bits/tiger_geocoder--unpackaged.sql.in,
 	  extensions/postgis_topology/sql_bits/topology--unpackaged.sql.in:
 	  update unpackaged scripts in prep for 2.1.0 release
 
-2013-08-17 23:51  robe
+2013-08-17 23:51  Regina Obe <lr at pcorp.us>
 
-	* README.postgis: forgot README.postgis
+	* [r11815] README.postgis: forgot README.postgis
 
-2013-08-17 23:49  robe
+2013-08-17 23:49  Regina Obe <lr at pcorp.us>
 
-	* ChangeLog, NEWS, doc/release_notes.xml: update ChangeLog, NEWS in
-	  prep for 2.1.0 release
+	* [r11814] ChangeLog, NEWS, doc/release_notes.xml: update
+	  ChangeLog, NEWS in prep for 2.1.0 release
 
-2013-08-16 18:45  nicklas
+2013-08-16 18:45  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* liblwgeom/measures.c: fix back polyhedralsurface to distance
-	  calculations #2431
+	* [r11807] liblwgeom/measures.c: fix back polyhedralsurface to
+	  distance calculations #2431
 
-2013-08-16 00:59  robe
+2013-08-16 00:59  Regina Obe <lr at pcorp.us>
 
-	* doc/reference_accessor.xml: #2435 ST_Summary document S flag
+	* [r11806] doc/reference_accessor.xml: #2435 ST_Summary document S
+	  flag
 
-2013-08-14 07:42  strk
+2013-08-14 07:42  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c:
+	* [r11802] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c:
 	  lw_segment_side may return any negative number, not just -1
 	  (#2420)
 	  
@@ -940,1106 +1245,1141 @@
 	  quadrant
 	  computation.
 
-2013-08-13 23:48  strk
+2013-08-13 23:48  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c,
+	* [r11796] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c,
 	  regress/tickets.sql, regress/tickets_expected: Fix computation of
 	  number of quadrants per arc (#2420)
 	  
 	  Note: I had to change some tests that expected 3-quadrant curves
 	  to be accepted as curvey input to rely on round-trip instead
 
-2013-08-13 23:48  strk
+2013-08-13 23:48  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c,
+	* [r11795] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c,
 	  regress/tickets_expected: Pick curve control point farther than
 	  in the middle
 	  
 	  Seems to get a good point when doing manual tests...
 
-2013-08-13 22:54  strk
+2013-08-13 22:54  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c,
+	* [r11791] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c,
 	  regress/tickets.sql, regress/tickets_expected: Make sure to
 	  retain first point of curves on linearization (#2427)
 
-2013-08-13 07:25  strk
+2013-08-13 07:25  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c: Fix short
-	  allocation of edge to curves store (#2425)
+	* [r11787] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c:
+	  Fix short allocation of edge to curves store (#2425)
 
-2013-08-13 06:53  strk
+2013-08-13 06:53  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/lwsegmentize.c, regress/tickets.sql,
+	* [r11785] liblwgeom/lwsegmentize.c, regress/tickets.sql,
 	  regress/tickets_expected: Add COMPOUNDCURVE in MULTICURVE support
 	  for ST_CurveToLine (#2424)
 
-2013-08-12 18:19  strk
+2013-08-12 18:19  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/lwsegmentize.c, regress/tickets.sql,
+	* [r11779] liblwgeom/lwsegmentize.c, regress/tickets.sql,
 	  regress/tickets_expected: Require all arc edges to form the same
 	  angle (#2423)
 	  
 	  Note: gives expected result for #183
 
-2013-08-12 09:58  strk
+2013-08-12 09:58  Sandro Santilli <strk at keybit.net>
 
-	* regress/tickets.sql, regress/tickets_expected: Fix ticket
-	  reference (it's #2420, not 30)
+	* [r11772] regress/tickets.sql, regress/tickets_expected: Fix
+	  ticket reference (it's #2420, not 30)
 
-2013-08-11 18:15  strk
+2013-08-11 18:15  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/lwsegmentize.c, regress/tickets.sql,
+	* [r11771] liblwgeom/lwsegmentize.c, regress/tickets.sql,
 	  regress/tickets_expected: Require at least 8 edges to define a
 	  full circle (#2420)
 
-2013-08-11 08:51  strk
+2013-08-11 08:51  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/lwsegmentize.c, regress/tickets.sql,
+	* [r11766] liblwgeom/lwsegmentize.c, regress/tickets.sql,
 	  regress/tickets_expected: Fix ST_LineToCurve with input having
 	  less than 4 vertices (#2412)
 
-2013-08-10 06:25  robe
+2013-08-10 06:25  Regina Obe <lr at pcorp.us>
 
-	* extras/tiger_geocoder/tiger_2011/census_loader.sql: #2414
-	  extension not installing census tables
+	* [r11760] extras/tiger_geocoder/tiger_2011/census_loader.sql:
+	  #2414 extension not installing census tables
 
-2013-08-10 06:14  robe
+2013-08-10 06:14  Regina Obe <lr at pcorp.us>
 
-	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
+	* [r11758]
+	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
 	  #2419: agc_rules loading defaulting to is_custom true instead of
 	  false
 
-2013-08-09 07:00  strk
+2013-08-09 07:00  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c,
+	* [r11755] liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c,
 	  regress/tickets.sql, regress/tickets_expected: Fix ST_Multi with
 	  COMPOUNDCURVE and CURVEPOLYGON types (#2415)
 
-2013-08-08 22:54  robe
+2013-08-08 22:54  Regina Obe <lr at pcorp.us>
 
-	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
+	* [r11751]
+	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
 	  dupe 2934 (give Northwest next id)
 
-2013-08-08 22:31  robe
+2013-08-08 22:31  Regina Obe <lr at pcorp.us>
 
-	* extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql: get rid
-	  of hard-codings of schemas in sh profile, add logic to create
-	  data schema if not present
+	* [r11750] extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql:
+	  get rid of hard-codings of schemas in sh profile, add logic to
+	  create data schema if not present
 
-2013-08-08 06:21  strk
+2013-08-08 06:21  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/lwsegmentize.c, regress/sql-mm-circularstring.sql,
+	* [r11746] liblwgeom/lwsegmentize.c,
+	  regress/sql-mm-circularstring.sql,
 	  regress/sql-mm-circularstring_expected: Fix segmentize of
 	  collinear curve
 
-2013-08-08 05:19  robe
+2013-08-08 05:19  Regina Obe <lr at pcorp.us>
 
-	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
+	* [r11742]
+	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
 	  #2403 force northwest into postdir, fix some other casing issues
 
-2013-08-06 16:01  robe
+2013-08-06 16:01  Regina Obe <lr at pcorp.us>
 
-	* liblwgeom/cunit/cu_libgeom.c: #2396: change wkb compare to a same
-	  check
+	* [r11738] liblwgeom/cunit/cu_libgeom.c: #2396: change wkb compare
+	  to a same check
 
-2013-08-04 16:07  robe
+2013-08-04 16:07  Regina Obe <lr at pcorp.us>
 
-	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
+	* [r11734]
+	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
 	  #2404: DISTRICT OF COLUMBIA is not abbreviated
 
-2013-08-03 17:11  robe
+2013-08-03 17:11  Regina Obe <lr at pcorp.us>
 
-	* Version.config, doc/postgis.xml,
+	* [r11727] Version.config, doc/postgis.xml,
 	  extensions/upgradeable_versions.mk: flip branch to rc3 (hopefully
 	  we won't need it and can go straight to release)
 
-2013-08-03 17:08  robe
+2013-08-03 17:08  Regina Obe <lr at pcorp.us>
 
-	* doc/postgis.xml: prep for release of rc2 (I know but too many new
-	  tickets closed in rc1 cycle and want to wait for geos)
+	* [r11725] doc/postgis.xml: prep for release of rc2 (I know but too
+	  many new tickets closed in rc1 cycle and want to wait for geos)
 
-2013-08-03 16:30  robe
+2013-08-03 16:30  Regina Obe <lr at pcorp.us>
 
-	* extensions/postgis_tiger_geocoder/sql_bits/mark_editable_objects.sql.in:
+	* [r11723]
+	  extensions/postgis_tiger_geocoder/sql_bits/mark_editable_objects.sql.in:
 	  #2401 logic to mark pagc_rules as editable and for backup save
 	  custom rules
 
-2013-08-03 16:10  robe
+2013-08-03 16:10  Regina Obe <lr at pcorp.us>
 
-	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
+	* [r11722]
+	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
 	  #2401 What was I thinkng. pagc_rules needs to set existing to
 	  is_custom = false so old records are not considered custom
 
-2013-08-03 16:03  robe
+2013-08-03 16:03  Regina Obe <lr at pcorp.us>
 
-	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
+	* [r11721]
+	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
 	  #2401 fix typo in add column statement
 
-2013-08-02 16:33  robe
+2013-08-02 16:33  Regina Obe <lr at pcorp.us>
 
-	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
+	* [r11718]
+	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
 	  #2401 fix typo
 
-2013-08-02 16:31  robe
+2013-08-02 16:31  Regina Obe <lr at pcorp.us>
 
-	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
+	* [r11717]
+	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
 	  #2401 Add is_custom options to pagc_rules table
 
-2013-08-02 01:30  dustymugs
+2013-08-02 01:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, doc/release_notes.xml, doc/using_raster_dataman.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: Add note regarding limitation of
-	  raster bands only being able to reference the first 256 bands of
-	  an out-db raster. Ticket #2111.
+	* [r11716] NEWS, doc/release_notes.xml,
+	  doc/using_raster_dataman.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
+	  Add note regarding limitation of raster bands only being able to
+	  reference the first 256 bands of an out-db raster. Ticket #2111.
 
-2013-07-20 03:20  robe
+2013-07-20 03:20  Regina Obe <lr at pcorp.us>
 
-	* loader/pgsql2shp-cli.c: #2230 can't dump on windows 64 if schema
-	  qualified. Fix by replacing with more modern code (follow same
-	  pattern and standardiz naming of variable as shp2pgsql)
+	* [r11709] loader/pgsql2shp-cli.c: #2230 can't dump on windows 64
+	  if schema qualified. Fix by replacing with more modern code
+	  (follow same pattern and standardiz naming of variable as
+	  shp2pgsql)
 
-2013-07-20 01:42  robe
+2013-07-20 01:42  Regina Obe <lr at pcorp.us>
 
-	* loader/shp2pgsql-gui.1: #2389 man page for shp2pgsql-gui provided
-	  by Mònica Ramírez Arceda and mwanner
+	* [r11707] loader/shp2pgsql-gui.1: #2389 man page for shp2pgsql-gui
+	  provided by Mònica Ramírez Arceda and mwanner
 
-2013-07-19 05:51  robe
+2013-07-19 05:51  Regina Obe <lr at pcorp.us>
 
-	* doc/extras_tigergeocoder.xml, doc/installation.xml,
+	* [r11703] doc/extras_tigergeocoder.xml, doc/installation.xml,
 	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
 	  #2380 backport changes related to PAGC as wwell as tiger doco
 	  updates
 
-2013-07-17 14:45  dustymugs
+2013-07-17 14:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, raster/rt_pg/rtpostgis.sql.in,
+	* [r11693] NEWS, raster/rt_pg/rtpostgis.sql.in,
 	  raster/test/regress/rt_neighborhood.sql,
 	  raster/test/regress/rt_neighborhood_expected: Fix variable
 	  datatypes in ST_Neighborhood(). Ticket #2384
 
-2013-07-17 14:04  dustymugs
+2013-07-17 14:04  Bborie Park <bkpark at ucdavis.edu>
 
-	* NEWS, raster/rt_pg/rtpostgis.sql.in: Removed unsafe use of \'
-	  from raster message. Ticket #2383
+	* [r11691] NEWS, raster/rt_pg/rtpostgis.sql.in: Removed unsafe use
+	  of \' from raster message. Ticket #2383
 
-2013-07-14 18:38  strk
+2013-07-14 18:38  Sandro Santilli <strk at keybit.net>
 
-	* topology/test/Makefile.in: GEOS 3.3.8 uses old snapping (#2379)
+	* [r11683] topology/test/Makefile.in: GEOS 3.3.8 uses old snapping
+	  (#2379)
 
-2013-07-10 11:38  robe
+2013-07-10 11:38  Regina Obe <lr at pcorp.us>
 
-	* doc/extras_tigergeocoder.xml, doc/installation.xml:
+	* [r11663] doc/extras_tigergeocoder.xml, doc/installation.xml:
 
-2013-07-10 11:17  robe
+2013-07-10 11:17  Regina Obe <lr at pcorp.us>
 
-	* doc/extras_tigergeocoder.xml: oops booboo
+	* [r11655] doc/extras_tigergeocoder.xml: oops booboo
 
-2013-07-10 11:11  robe
+2013-07-10 11:11  Regina Obe <lr at pcorp.us>
 
-	* Version.config, doc/postgis.xml,
+	* [r11654] Version.config, doc/postgis.xml,
 	  extensions/upgradeable_versions.mk: call this one rc2 with plan
 	  it will never be released and we'll go straight to gold after we
 	  clean up the news and docs.
 
-2013-07-10 11:07  robe
+2013-07-10 11:07  Regina Obe <lr at pcorp.us>
 
-	* ChangeLog, HOWTO_RELEASE, NEWS, README.postgis, Version.config,
-	  doc/postgis.xml, extensions/upgradeable_versions.mk: prepping for
-	  rc1 release
+	* [r11652] ChangeLog, HOWTO_RELEASE, NEWS, README.postgis,
+	  Version.config, doc/postgis.xml,
+	  extensions/upgradeable_versions.mk: prepping for rc1 release
 
-2013-07-10 03:44  robe
+2013-07-10 03:44  Regina Obe <lr at pcorp.us>
 
-	* extras/tiger_geocoder/README,
+	* [r11651] extras/tiger_geocoder/README,
 	  extras/tiger_geocoder/tiger_2011/README: #2245 Doc patches to
 	  tiger
 
-2013-07-10 02:44  robe
+2013-07-10 02:44  Regina Obe <lr at pcorp.us>
 
-	* doc/extras_tigergeocoder.xml, doc/installation.xml: briefly
-	  document pagc in docs and where to get. will flesh out later, but
-	  good enough for 2.1 release
+	* [r11648] doc/extras_tigergeocoder.xml, doc/installation.xml:
+	  briefly document pagc in docs and where to get. will flesh out
+	  later, but good enough for 2.1 release
 
-2013-07-09 16:37  robe
+2013-07-09 16:37  Regina Obe <lr at pcorp.us>
 
-	* doc/reference_editor.xml: #2378, document that
+	* [r11647] doc/reference_editor.xml: #2378, document that
 	  ST_CollectionExtract and ST_CollectionHomegenize are flawed when
 	  dealing with polygons with shared edges
 
-2013-07-09 03:36  pramsey
+2013-07-09 03:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* configure.ac: Allow build to work with --libintl-prefix and other
-	  configure directives
+	* [r11643] configure.ac: Allow build to work with --libintl-prefix
+	  and other configure directives
 
-2013-07-08 06:57  robe
+2013-07-08 06:57  Regina Obe <lr at pcorp.us>
 
-	* doc/reference_lrs.xml: get rid of deprecated
+	* [r11642] doc/reference_lrs.xml: get rid of deprecated
 	  ST_Line_Interpolate_Point in code examples
 
-2013-07-05 10:45  strk
+2013-07-05 10:45  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/cunit/cu_clean.c, liblwgeom/lwgeom_geos_clean.c:
-	  Backport ST_MakeValid memory leak fix (#2307)
+	* [r11637] liblwgeom/cunit/cu_clean.c,
+	  liblwgeom/lwgeom_geos_clean.c: Backport ST_MakeValid memory leak
+	  fix (#2307)
 
-2013-07-02 22:34  pramsey
+2013-07-02 22:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* liblwgeom/lwgeom_geos_clean.c, regress/tickets.sql,
+	* [r11622] liblwgeom/lwgeom_geos_clean.c, regress/tickets.sql,
 	  regress/tickets_expected: #2307, add test and comment on
 	  lwgeom_free
 
-2013-07-02 21:51  robe
+2013-07-02 21:51  Regina Obe <lr at pcorp.us>
 
-	* doc/html/image_src/st_azimuth01.wkt,
+	* [r11616] doc/html/image_src/st_azimuth01.wkt,
 	  doc/html/image_src/st_azimuth02.wkt, doc/reference_measure.xml:
 	  #876 ST_Azimuth doc patch
 
-2013-07-02 20:12  pramsey
+2013-07-02 20:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* NEWS, configure.ac, topology/test/Makefile.in: #2371 Support GEOS
-	  versions with more than 1 digit in micro
+	* [r11611] NEWS, configure.ac, topology/test/Makefile.in: #2371
+	  Support GEOS versions with more than 1 digit in micro
 
-2013-06-28 13:58  strk
+2013-06-28 13:58  Sandro Santilli <strk at keybit.net>
 
-	* postgis/lwgeom_in_kml.c, regress/in_kml.sql,
+	* [r11590] postgis/lwgeom_in_kml.c, regress/in_kml.sql,
 	  regress/in_kml_expected: Support parsing KML with space between
 	  digits and comma (#2372)
 
-2013-06-25 14:40  dustymugs
+2013-06-25 14:40  Bborie Park <bkpark at ucdavis.edu>
 
-	* configure.ac: Comment out call for gdal-config --dep-libs as it
-	  shouldn't be
+	* [r11586] configure.ac: Comment out call for gdal-config
+	  --dep-libs as it shouldn't be
 	  necessary.
 
-2013-06-25 13:50  strk
+2013-06-25 13:50  Sandro Santilli <strk at keybit.net>
 
-	* configure.ac, topology/test/Makefile.in,
+	* [r11585] configure.ac, topology/test/Makefile.in,
 	  topology/test/regress/topogeo_addlinestring_expected,
 	  topology/test/regress/topogeo_addlinestring_expected_newsnap,
 	  topology/test/regress/topogeo_addlinestring_expected_oldsnap:
 	  Base expected TopoGeo_addLinestring output on GEOS version
 	  (#2368)
 
-2013-06-22 02:39  robe
+2013-06-22 02:39  Regina Obe <lr at pcorp.us>
 
-	* Version.config, doc/postgis.xml,
+	* [r11568] Version.config, doc/postgis.xml,
 	  extensions/upgradeable_versions.mk: start rc1dev cycle and switch
 	  docs back to dev site
 
-2013-06-22 02:37  robe
+2013-06-22 02:37  Regina Obe <lr at pcorp.us>
 
-	* ChangeLog, HOWTO_RELEASE, NEWS, Version.config, doc/postgis.xml,
-	  extensions/upgradeable_versions.mk: update ChangeLog and prepare
-	  for tagging 2.1.0beta3
+	* [r11566] ChangeLog, HOWTO_RELEASE, NEWS, Version.config,
+	  doc/postgis.xml, extensions/upgradeable_versions.mk: update
+	  ChangeLog and prepare for tagging 2.1.0beta3
 
-2013-06-21 15:45  strk
+2013-06-21 15:45  Sandro Santilli <strk at keybit.net>
 
-	* configure.ac: Do not override JSON_LDFLAGS, fixing --with-jsondir
-	  usage
+	* [r11564] configure.ac: Do not override JSON_LDFLAGS, fixing
+	  --with-jsondir usage
 
-2013-06-20 22:22  strk
+2013-06-20 22:22  Sandro Santilli <strk at keybit.net>
 
-	* NEWS, configure.ac: Add support for libjson-c 0.10+ (#2213)
+	* [r11561] NEWS, configure.ac: Add support for libjson-c 0.10+
+	  (#2213)
 
-2013-06-20 06:35  robe
+2013-06-20 06:35  Regina Obe <lr at pcorp.us>
 
-	* .: branch in prep for beta3
+	* [r11549] .: branch in prep for beta3
 
-2013-06-20 06:24  robe
+2013-06-20 06:24  Regina Obe <lr at pcorp.us>
 
-	* #2336 state level regex wget is too greedy and pulling all states
-	  when KS is chosen
+	* [r11548] #2336 state level regex wget is too greedy and pulling
+	  all states when KS is chosen
 
-2013-06-13 15:26  dustymugs
+2013-06-13 15:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed handling of schema name when adding overview constraints.
-	  Ticket #2359
+	* [r11544] Fixed handling of schema name when adding overview
+	  constraints. Ticket #2359
 
-2013-06-11 22:52  dustymugs
+2013-06-11 22:52  Bborie Park <bkpark at ucdavis.edu>
 
-	* Have cleanup before calls to elog(ERROR, ...)
+	* [r11542] Have cleanup before calls to elog(ERROR, ...)
 
-2013-06-11 22:52  dustymugs
+2013-06-11 22:52  Bborie Park <bkpark at ucdavis.edu>
 
-	* Grammar fixes for error messages (active vs passive)
+	* [r11541] Grammar fixes for error messages (active vs passive)
 
-2013-06-08 20:28  robe
+2013-06-08 20:28  Regina Obe <lr at pcorp.us>
 
-	* #2356: quick fix for extensions not building anymore because of
-	  raster upgrade file change from rtpostgis_upgrade_20_minor.sql to
-	  rtpostgis_upgrade_20_21.sql
+	* [r11540] #2356: quick fix for extensions not building anymore
+	  because of raster upgrade file change from
+	  rtpostgis_upgrade_20_minor.sql to rtpostgis_upgrade_20_21.sql
 	  
 	  Also got rid of some commented out code
 
-2013-06-08 20:09  robe
+2013-06-08 20:09  Regina Obe <lr at pcorp.us>
 
-	* Get rid of postgis_drop_before for extension upgrade -- we don't
-	  need it any more after #2334
+	* [r11539] Get rid of postgis_drop_before for extension upgrade --
+	  we don't need it any more after #2334
 
-2013-06-07 17:39  pramsey
+2013-06-07 17:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2351, st_distance between geographies wrong
+	* [r11535] #2351, st_distance between geographies wrong
 
-2013-06-05 22:35  pramsey
+2013-06-05 22:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ignore generated sfcgal.sql
+	* [r11533] Ignore generated sfcgal.sql
 
-2013-06-05 22:34  pramsey
+2013-06-05 22:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ignore generated makefile
+	* [r11532] Ignore generated makefile
 
-2013-06-05 21:31  pramsey
+2013-06-05 21:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2315, geography_distance_uncached: variable ‘tolerance’ set but
-	  not used
+	* [r11531] #2315, geography_distance_uncached: variable ‘tolerance’
+	  set but not used
 
-2013-06-05 21:01  pramsey
+2013-06-05 21:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2168, ST_Distance is not always commutative
+	* [r11530] #2168, ST_Distance is not always commutative
 
-2013-06-05 20:38  pramsey
+2013-06-05 20:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2165, ST_NumPoints regression failure with CircularString
+	* [r11528] #2165, ST_NumPoints regression failure with
+	  CircularString
 
-2013-06-05 18:11  pramsey
+2013-06-05 18:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2307, ST_MakeValid outputs invalid geometries
+	* [r11525] #2307, ST_MakeValid outputs invalid geometries
 
-2013-06-04 19:18  dustymugs
+2013-06-04 19:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added raster upgrade path from 2.0 to 2.1. Ticket #2348
+	* [r11523] Added raster upgrade path from 2.0 to 2.1. Ticket #2348
 
-2013-06-04 16:26  strk
+2013-06-04 16:26  Sandro Santilli <strk at keybit.net>
 
-	* Fix spelling errors in st_makevalid documentation
+	* [r11521] Fix spelling errors in st_makevalid documentation
 	  
 	  Fixes a couple of spelling errors, and use the full word
 	  'without' instead of the contraction 'w/out'.
 
-2013-06-04 16:22  strk
+2013-06-04 16:22  Sandro Santilli <strk at keybit.net>
 
-	* Renew the COPYING gpl-2.0 with last version from gnu.org
+	* [r11519] Renew the COPYING gpl-2.0 with last version from gnu.org
 
-2013-06-04 14:13  strk
+2013-06-04 14:13  Sandro Santilli <strk at keybit.net>
 
-	* Let DO commands from SQL drop files end up in final upgrade
-	  script
+	* [r11518] Let DO commands from SQL drop files end up in final
+	  upgrade script
 	  
 	  Should fix upgrade path from 2.0 to 2.1 (#2334)
 
-2013-06-03 20:26  strk
+2013-06-03 20:26  Sandro Santilli <strk at keybit.net>
 
-	* Turn lwgeom_backend_switch into a static function
+	* [r11517] Turn lwgeom_backend_switch into a static function
 
-2013-06-03 17:45  strk
+2013-06-03 17:45  Sandro Santilli <strk at keybit.net>
 
-	* Another couple of warnings gone
+	* [r11513] Another couple of warnings gone
 
-2013-06-03 08:53  strk
+2013-06-03 08:53  Sandro Santilli <strk at keybit.net>
 
-	* More unused variables and functions warnings cleaned
+	* [r11512] More unused variables and functions warnings cleaned
 
-2013-06-03 08:26  strk
+2013-06-03 08:26  Sandro Santilli <strk at keybit.net>
 
-	* Remove warnings from liblwgeom
+	* [r11511] Remove warnings from liblwgeom
 	  
 	  These are mostly unused variables
 
-2013-06-01 11:54  mcayland
+2013-06-01 11:54  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix "array subscript is above array bounds" gcc build warnings on
-	  trunk using a suitable pointer and cast.
+	* [r11508] Fix "array subscript is above array bounds" gcc build
+	  warnings on trunk using a suitable pointer and cast.
 
-2013-05-30 22:16  strk
+2013-05-30 22:16  Sandro Santilli <strk at keybit.net>
 
-	* Update expectances after GEOSSnap fixes (#2346)
+	* [r11506] Update expectances after GEOSSnap fixes (#2346)
 
-2013-05-30 17:10  dustymugs
+2013-05-30 17:10  Bborie Park <bkpark at ucdavis.edu>
 
-	* Alphabetize built-in map algebra callback functions
+	* [r11504] Alphabetize built-in map algebra callback functions
 
-2013-05-27 16:04  strk
+2013-05-27 16:04  Sandro Santilli <strk at keybit.net>
 
-	* Actually use the --strip-trailing-cr switch, do not check it only
+	* [r11503] Actually use the --strip-trailing-cr switch, do not
+	  check it only
 
-2013-05-27 07:03  strk
+2013-05-27 07:03  Sandro Santilli <strk at keybit.net>
 
-	* Use system diff only if it knows how to strip trailing CR (#2344)
+	* [r11502] Use system diff only if it knows how to strip trailing
+	  CR (#2344)
 
-2013-05-25 18:14  strk
+2013-05-25 18:14  Sandro Santilli <strk at keybit.net>
 
-	* Not all args with a dash are options, only those starting with
-	  one
+	* [r11501] Not all args with a dash are options, only those
+	  starting with one
 
-2013-05-25 18:10  strk
+2013-05-25 18:10  Sandro Santilli <strk at keybit.net>
 
-	* Use system diff when available (my implementation is horrible)
+	* [r11500] Use system diff when available (my implementation is
+	  horrible)
 
-2013-05-25 16:58  strk
+2013-05-25 16:58  Sandro Santilli <strk at keybit.net>
 
-	* Cleanly handle unsupported switches
+	* [r11499] Cleanly handle unsupported switches
 
-2013-05-25 16:49  strk
+2013-05-25 16:49  Sandro Santilli <strk at keybit.net>
 
-	* Use consistent formatting for the NEWS file
+	* [r11498] Use consistent formatting for the NEWS file
 
-2013-05-25 16:47  strk
+2013-05-25 16:47  Sandro Santilli <strk at keybit.net>
 
-	* Fix swapped obtained/expected in regression failure report
+	* [r11497] Fix swapped obtained/expected in regression failure
+	  report
 
-2013-05-24 17:27  dustymugs
+2013-05-24 17:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored use of out-db rasters for regression tests
+	* [r11496] Refactored use of out-db rasters for regression tests
 
-2013-05-24 17:27  dustymugs
+2013-05-24 17:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed unnecessary test due to introduction of
+	* [r11495] Removed unnecessary test due to introduction of
 	  ST_FromGDALRaster()
 
-2013-05-24 06:29  robe
+2013-05-24 06:29  Regina Obe <lr at pcorp.us>
 
-	* hardcode minor for now fix later, get rid of old links
+	* [r11494] hardcode minor for now fix later, get rid of old links
 
-2013-05-24 04:42  robe
+2013-05-24 04:42  Regina Obe <lr at pcorp.us>
 
-	* add Natural Resources Canada (supporting Lidar point cloud)
+	* [r11493] add Natural Resources Canada (supporting Lidar point
+	  cloud)
 
-2013-05-24 04:24  robe
+2013-05-24 04:24  Regina Obe <lr at pcorp.us>
 
-	* this may not work
+	* [r11492] this may not work
 
-2013-05-24 04:13  robe
+2013-05-24 04:13  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r11491]
 
-2013-05-24 04:13  robe
+2013-05-24 04:13  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r11490]
 
-2013-05-24 04:11  robe
+2013-05-24 04:11  Regina Obe <lr at pcorp.us>
 
-	* minor edit
+	* [r11489] minor edit
 
-2013-05-23 22:02  dustymugs
+2013-05-23 22:02  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed issues caught by clang
+	* [r11488] Fixed issues caught by clang
 
-2013-05-23 20:21  robe
+2013-05-23 20:21  Regina Obe <lr at pcorp.us>
 
-	* replace defunct credit reference with credits_other_contributors
+	* [r11487] replace defunct credit reference with
+	  credits_other_contributors
 
-2013-05-23 19:16  robe
+2013-05-23 19:16  Regina Obe <lr at pcorp.us>
 
-	* oops forgot beginning tag
+	* [r11486] oops forgot beginning tag
 
-2013-05-23 04:34  robe
+2013-05-23 04:34  Regina Obe <lr at pcorp.us>
 
-	* credit past is taking up too much prime real estate relegate past
-	  contributors to other section, add missing corporate sponsor
-	  Palantir Technologies (funded geography and funding point cloud),
-	  minor updates to bios, alphabetize core contributors otherwise
-	  have to go by relevance and get into hissing fights
+	* [r11485] credit past is taking up too much prime real estate
+	  relegate past contributors to other section, add missing
+	  corporate sponsor Palantir Technologies (funded geography and
+	  funding point cloud), minor updates to bios, alphabetize core
+	  contributors otherwise have to go by relevance and get into
+	  hissing fights
 
-2013-05-22 20:24  strk
+2013-05-22 20:24  Sandro Santilli <strk at keybit.net>
 
-	* Avoid (srf()).* construct, known to invoke srf() for each out
-	  field
+	* [r11484] Avoid (srf()).* construct, known to invoke srf() for
+	  each out field
 	  
 	  Should slightly improve performances of TopoGeo_addLinestring
 	  (in turn used by toTopoGeom)
 
-2013-05-20 10:41  robe
+2013-05-20 10:41  Regina Obe <lr at pcorp.us>
 
-	* #2185: failure on 64-bit windows edb. In event of parse error
-	  return PG_RETURN_NULL() instead of forcing functions not to cache
-	  (revert last sugar coat change)
+	* [r11482] #2185: failure on 64-bit windows edb. In event of parse
+	  error return PG_RETURN_NULL() instead of forcing functions not to
+	  cache (revert last sugar coat change)
 
-2013-05-20 00:02  robe
+2013-05-20 00:02  Regina Obe <lr at pcorp.us>
 
-	* move Bborie Park up to PSC section and augment bio on all the
-	  work he's been doing
+	* [r11479] move Bborie Park up to PSC section and augment bio on
+	  all the work he's been doing
 
-2013-05-19 19:01  robe
+2013-05-19 19:01  Regina Obe <lr at pcorp.us>
 
-	* #2185: bah still crashes sometimes on 9.2 -- better just remove
-	  teh immutable entirely fromt hese functions. No one should be
-	  suing these anyway since they are deprecated
+	* [r11477] #2185: bah still crashes sometimes on 9.2 -- better just
+	  remove teh immutable entirely fromt hese functions. No one should
+	  be suing these anyway since they are deprecated
 
-2013-05-19 18:41  robe
+2013-05-19 18:41  Regina Obe <lr at pcorp.us>
 
-	* #2185: bandage for 9.2 EDB x64 basically set all these SQL
-	  functions to have a cost of 1 (like the others) so they rarely
-	  will ever cache. It's super sugar coating the issue -- there is
-	  something I feel wrong with our parser that it's properly
-	  cleaning on error and corrupting shared memory when things are
-	  cached. but at least regress.sql now passes under 9.2 edb 64
+	* [r11476] #2185: bandage for 9.2 EDB x64 basically set all these
+	  SQL functions to have a cost of 1 (like the others) so they
+	  rarely will ever cache. It's super sugar coating the issue --
+	  there is something I feel wrong with our parser that it's
+	  properly cleaning on error and corrupting shared memory when
+	  things are cached. but at least regress.sql now passes under 9.2
+	  edb 64
 
-2013-05-19 15:37  robe
+2013-05-19 15:37  Regina Obe <lr at pcorp.us>
 
-	* #2332 ammendment correct the note to note we are no longer just
-	  wrapping the otehr function
+	* [r11474] #2332 ammendment correct the note to note we are no
+	  longer just wrapping the otehr function
 
-2013-05-19 13:01  robe
+2013-05-19 13:01  Regina Obe <lr at pcorp.us>
 
-	* #2332 windows 64 EDB crasher on invalid wkb using ST_GeomFromWKB
-	  - fix by using similar logic to go ST_GeomFromEWKB and skipping
-	  intermediary call.
+	* [r11473] #2332 windows 64 EDB crasher on invalid wkb using
+	  ST_GeomFromWKB - fix by using similar logic to go ST_GeomFromEWKB
+	  and skipping intermediary call.
 
-2013-05-18 21:07  strk
+2013-05-18 21:07  Sandro Santilli <strk at keybit.net>
 
-	* Use finite() instead of isfinite()
+	* [r11471] Use finite() instead of isfinite()
 	  
 	  The former is also already used under postgis/ so we already rely
 	  on it. The latter is been reported to be unavailable on Solaris.
 
-2013-05-17 22:53  strk
+2013-05-17 22:53  Sandro Santilli <strk at keybit.net>
 
-	* Ensure local liblwgeom and libpgcommon includes are scanned first
+	* [r11470] Ensure local liblwgeom and libpgcommon includes are
+	  scanned first
 
-2013-05-16 12:37  robe
+2013-05-16 12:37  Regina Obe <lr at pcorp.us>
 
-	* clarify soft upgrade requirement for PostGIS 2.0
+	* [r11467] clarify soft upgrade requirement for PostGIS 2.0
 
-2013-05-15 23:55  dustymugs
+2013-05-15 23:55  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added SFCGAL version output
+	* [r11466] Added SFCGAL version output
 
-2013-05-14 22:38  dustymugs
+2013-05-14 22:38  Bborie Park <bkpark at ucdavis.edu>
 
-	* Allow correct handling of sect2 tags in chunked html
+	* [r11465] Allow correct handling of sect2 tags in chunked html
 
-2013-05-14 21:03  robe
+2013-05-14 21:03  Regina Obe <lr at pcorp.us>
 
-	* #2329: fix bug in where condition of backup
+	* [r11464] #2329: fix bug in where condition of backup
 
-2013-05-14 20:42  dustymugs
+2013-05-14 20:42  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed Raster Processing section
+	* [r11463] Fixed Raster Processing section
 
-2013-05-14 18:52  dustymugs
+2013-05-14 18:52  Bborie Park <bkpark at ucdavis.edu>
 
-	* Reorganized the entire Raster Processing section. Lets see if
-	  this makes
+	* [r11462] Reorganized the entire Raster Processing section. Lets
+	  see if this makes
 	  things easier to find... or not.
 
-2013-05-14 14:32  dustymugs
+2013-05-14 14:32  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor tweaks to ST_ColorMap() doc
+	* [r11461] Minor tweaks to ST_ColorMap() doc
 
-2013-05-14 12:57  robe
+2013-05-14 12:57  Regina Obe <lr at pcorp.us>
 
-	* alphabetize raster processing section - impossible to find stuff
-	  otherwise
+	* [r11460] alphabetize raster processing section - impossible to
+	  find stuff otherwise
 
-2013-05-14 12:10  robe
+2013-05-14 12:10  Regina Obe <lr at pcorp.us>
 
-	* #2326: describe behavior of having no non-datavalue as by design.
-	  Also change all examples to explicitly specify band (though we
-	  have only 1 band anyway) for anal clarity. (forgot edits in last
-	  commit
+	* [r11459] #2326: describe behavior of having no non-datavalue as
+	  by design. Also change all examples to explicitly specify band
+	  (though we have only 1 band anyway) for anal clarity. (forgot
+	  edits in last commit
 
-2013-05-14 12:08  robe
+2013-05-14 12:08  Regina Obe <lr at pcorp.us>
 
-	* #2326: describe behavior of having no non-datavalue as by design.
-	  Also change all examples to explicitly specify band (though we
-	  have only 1 band anyway) for anal clarity.
+	* [r11458] #2326: describe behavior of having no non-datavalue as
+	  by design. Also change all examples to explicitly specify band
+	  (though we have only 1 band anyway) for anal clarity.
 
-2013-05-13 09:42  strk
+2013-05-13 09:42  Sandro Santilli <strk at keybit.net>
 
-	* Revert changes in test for wmsservers clients
+	* [r11457] Revert changes in test for wmsservers clients
 	  
 	  Augment min client messages to ERROR so that new deprecation
 	  warnings don't need to be expected.
 
-2013-05-13 06:45  robe
+2013-05-13 06:45  Regina Obe <lr at pcorp.us>
 
-	* fix typo in ST_ColorMap query
+	* [r11456] fix typo in ST_ColorMap query
 
-2013-05-13 04:14  robe
+2013-05-13 04:14  Regina Obe <lr at pcorp.us>
 
-	* dustymugs must have made a correction to pseudo_color -- no black
-	  background anymore, also add in visualizations for new named
-	  color ramps and liink fromST_AsPNNG TOST_COLRMap
+	* [r11455] dustymugs must have made a correction to pseudo_color --
+	  no black background anymore, also add in visualizations for new
+	  named color ramps and liink fromST_AsPNNG TOST_COLRMap
 
-2013-05-12 19:40  colivier
+2013-05-12 19:40  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* #2323. Commit it and br .po for sfcgal doc
+	* [r11450] #2323. Commit it and br .po for sfcgal doc
 
-2013-05-12 08:43  colivier
+2013-05-12 08:43  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* #2323. Add reference_sfcgal.xml.pot
+	* [r11449] #2323. Add reference_sfcgal.xml.pot
 
-2013-05-12 04:19  robe
+2013-05-12 04:19  Regina Obe <lr at pcorp.us>
 
-	* bump trunk to 2.1.0beta3dev
+	* [r11443] bump trunk to 2.1.0beta3dev
 
-2013-05-12 03:08  robe
+2013-05-12 03:08  Regina Obe <lr at pcorp.us>
 
-	* switch download location to downloads.osgeo.org
+	* [r11440] switch download location to downloads.osgeo.org
 
-2013-05-12 03:05  robe
+2013-05-12 03:05  Regina Obe <lr at pcorp.us>
 
-	* prep for beta2 tagging
+	* [r11439] prep for beta2 tagging
 
-2013-05-12 02:27  robe
+2013-05-12 02:27  Regina Obe <lr at pcorp.us>
 
-	* #1898, #2322 move geos functions in lwtin.c to lwgeom_geos.c to
-	  prevent unhealthy dependency on geos (for loader tools and also
-	  image generator), roll back change to cunit for loader (the geos
-	  includes). bump up version number to beta2dev
+	* [r11438] #1898, #2322 move geos functions in lwtin.c to
+	  lwgeom_geos.c to prevent unhealthy dependency on geos (for loader
+	  tools and also image generator), roll back change to cunit for
+	  loader (the geos includes). bump up version number to beta2dev
 
-2013-05-11 16:05  robe
+2013-05-11 16:05  Regina Obe <lr at pcorp.us>
 
-	* one more try
+	* [r11424] one more try
 
-2013-05-11 15:55  robe
+2013-05-11 15:55  Regina Obe <lr at pcorp.us>
 
-	* try again. committed obsolete version last time.
+	* [r11423] try again. committed obsolete version last time.
 
-2013-05-11 15:50  robe
+2013-05-11 15:50  Regina Obe <lr at pcorp.us>
 
-	* fix booboo
+	* [r11422] fix booboo
 
-2013-05-11 15:46  robe
+2013-05-11 15:46  Regina Obe <lr at pcorp.us>
 
-	* update version number to beta1 in prep for tagging, upgrade from
-	  old dev, amendments to how to release, rebuild of unpackaged
-	  scripts
+	* [r11421] update version number to beta1 in prep for tagging,
+	  upgrade from old dev, amendments to how to release, rebuild of
+	  unpackaged scripts
 
-2013-05-11 15:32  robe
+2013-05-11 15:32  Regina Obe <lr at pcorp.us>
 
-	* change 3d icons, better distinction between required and
+	* [r11420] change 3d icons, better distinction between required and
 	  enhnaced, minor grammar correction
 
-2013-05-11 13:24  colivier
+2013-05-11 13:24  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Related to #2321. SFCGAL doc entry in installation.xml.
+	* [r11419] Related to #2321. SFCGAL doc entry in installation.xml.
 
-2013-05-11 07:47  colivier
+2013-05-11 07:47  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* #2319 fix. Update SFCGAL regress tests after #1994 functions
-	  renaming
+	* [r11418] #2319 fix. Update SFCGAL regress tests after #1994
+	  functions renaming
 
-2013-05-11 05:20  robe
+2013-05-11 05:20  Regina Obe <lr at pcorp.us>
 
-	* have sfcgal function appear in special index and also flag if a
-	  function requires sfcgal in matrix
+	* [r11417] have sfcgal function appear in special index and also
+	  flag if a function requires sfcgal in matrix
 
-2013-05-11 03:18  robe
+2013-05-11 03:18  Regina Obe <lr at pcorp.us>
 
-	* update screen outputs
+	* [r11416] update screen outputs
 
-2013-05-11 02:34  robe
+2013-05-11 02:34  Regina Obe <lr at pcorp.us>
 
-	* missed one comment
+	* [r11415] missed one comment
 
-2013-05-11 02:32  robe
+2013-05-11 02:32  Regina Obe <lr at pcorp.us>
 
-	* repeat create extension instructions in short -- heck its shorter
-	  than the crap we have listed. Also correect compile instructions
-	  (with-raster and -with-topology no longer need stating) get rid
-	  of other obsolete statements
+	* [r11414] repeat create extension instructions in short -- heck
+	  its shorter than the crap we have listed. Also correect compile
+	  instructions (with-raster and -with-topology no longer need
+	  stating) get rid of other obsolete statements
 
-2013-05-11 02:14  robe
+2013-05-11 02:14  Regina Obe <lr at pcorp.us>
 
-	* update ReadMe to include SFCGAL and preferred versions of
-	  GEOS/GDAL/CGAL. Put pretty anchors in install so doesn't create
-	  hard to bookmark numbered anchors.
+	* [r11413] update ReadMe to include SFCGAL and preferred versions
+	  of GEOS/GDAL/CGAL. Put pretty anchors in install so doesn't
+	  create hard to bookmark numbered anchors.
 
-2013-05-11 01:56  robe
+2013-05-11 01:56  Regina Obe <lr at pcorp.us>
 
-	* update change log in preparation for beta1 release
+	* [r11412] update change log in preparation for beta1 release
 
-2013-05-10 22:27  dustymugs
+2013-05-10 22:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added more predefined color ramps for ST_ColorMap(raster).
-	  Removed RGB
+	* [r11411] Added more predefined color ramps for
+	  ST_ColorMap(raster). Removed RGB
 	  <-> HSV colorspace conversion as it sometimes resulted in strange
 	  answers when interpolating.
 
-2013-05-10 22:27  dustymugs
+2013-05-10 22:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Remove noisy info message. A big source of confusion. Ticket
-	  #2309
+	* [r11410] Remove noisy info message. A big source of confusion.
+	  Ticket #2309
 
-2013-05-10 17:17  colivier
+2013-05-10 17:17  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* cf #2318, add a optional additional version parameter in
+	* [r11409] cf #2318, add a optional additional version parameter in
 	  ST_ForceSFS, handle both 1.1 and 1.2. default is 1.1
 
-2013-05-10 16:23  colivier
+2013-05-10 16:23  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Use ST_MinkowskiSum rather than ST_Minkowski userland.
+	* [r11408] Use ST_MinkowskiSum rather than ST_Minkowski userland.
 
-2013-05-10 16:17  colivier
+2013-05-10 16:17  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* add a flag for SFCGAL function cf #2317. Remove useless
+	* [r11407] add a flag for SFCGAL function cf #2317. Remove useless
 	  ST_MakeSolid doc entry
 
-2013-05-10 15:00  strk
+2013-05-10 15:00  Sandro Santilli <strk at keybit.net>
 
-	* ST_Force_XXX renamed to ST_ForceXXX
+	* [r11406] ST_Force_XXX renamed to ST_ForceXXX
 
-2013-05-10 13:24  colivier
+2013-05-10 13:24  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Update NEWS related to #2254 and #1823
+	* [r11405] Update NEWS related to #2254 and #1823
 
-2013-05-10 13:02  colivier
+2013-05-10 13:02  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Change ST_force_sfs to ST_ForceSFS, also in ST_ConcaveHull
-	  calls...
+	* [r11404] Change ST_force_sfs to ST_ForceSFS, also in
+	  ST_ConcaveHull calls...
 
-2013-05-10 11:43  colivier
+2013-05-10 11:43  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Change ST_force_sfs to ST_ForceSFS
+	* [r11403] Change ST_force_sfs to ST_ForceSFS
 
-2013-05-10 11:40  colivier
+2013-05-10 11:40  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* output COLLECTION of Polygon for TIN and PolyhedralSurface, for
-	  ST_ForceSFS (instead of MultiPolygon). Thanks to Sandro for these
-	  input
+	* [r11402] output COLLECTION of Polygon for TIN and
+	  PolyhedralSurface, for ST_ForceSFS (instead of MultiPolygon).
+	  Thanks to Sandro for these input
 
-2013-05-10 10:47  colivier
+2013-05-10 10:47  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix #2314. Add a unit test for postgis_sfcgal_version
+	* [r11401] Fix #2314. Add a unit test for postgis_sfcgal_version
 
-2013-05-10 07:51  strk
+2013-05-10 07:51  Sandro Santilli <strk at keybit.net>
 
-	* Fix more compiler warnings
+	* [r11400] Fix more compiler warnings
 	  
 	  There are still some that would be nice to fix, but it's mostly
 	  the array subscript is above array bounds one
 
-2013-05-10 07:43  robe
+2013-05-10 07:43  Regina Obe <lr at pcorp.us>
 
-	* link to ST_NumBands
+	* [r11399] link to ST_NumBands
 
-2013-05-10 07:42  robe
+2013-05-10 07:42  Regina Obe <lr at pcorp.us>
 
-	* example of a custom color map
+	* [r11398] example of a custom color map
 
-2013-05-10 07:17  strk
+2013-05-10 07:17  Sandro Santilli <strk at keybit.net>
 
-	* Fix compiler warnings in lwgeom_functions_analytic
+	* [r11397] Fix compiler warnings in lwgeom_functions_analytic
 
-2013-05-10 07:06  strk
+2013-05-10 07:06  Sandro Santilli <strk at keybit.net>
 
-	* Fix implicit declaration of function 'tolower' warning
+	* [r11396] Fix implicit declaration of function 'tolower' warning
 
-2013-05-10 07:00  colivier
+2013-05-10 07:00  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Related to #2313
+	* [r11395] Related to #2313
 
-2013-05-10 06:57  robe
+2013-05-10 06:57  Regina Obe <lr at pcorp.us>
 
-	* #2290 provide visual example of color map
+	* [r11394] #2290 provide visual example of color map
 
-2013-05-10 00:09  dustymugs
+2013-05-10 00:09  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added generated sfcgal files
+	* [r11393] Added generated sfcgal files
 
-2013-05-10 00:09  dustymugs
+2013-05-10 00:09  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_ColorMap(raster). Ticket #2290
+	* [r11392] Addition of ST_ColorMap(raster). Ticket #2290
 
-2013-05-09 23:46  dustymugs
+2013-05-09 23:46  Bborie Park <bkpark at ucdavis.edu>
 
-	* Prevent compile error for when CGAL isn't wanted.
+	* [r11391] Prevent compile error for when CGAL isn't wanted.
 
-2013-05-09 22:12  colivier
+2013-05-09 22:12  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* add st_force_sfs doc
+	* [r11390] add st_force_sfs doc
 
-2013-05-09 19:38  colivier
+2013-05-09 19:38  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add SFCGAL support cf #2254. Include SFCGAL support, postgis
-	  backend handling (GEOS/SFCGAL). Regress tests, documentation
-	  prototypes and also additional force_sfs function.
+	* [r11389] Add SFCGAL support cf #2254. Include SFCGAL support,
+	  postgis backend handling (GEOS/SFCGAL). Regress tests,
+	  documentation prototypes and also additional force_sfs function.
 
-2013-05-09 14:22  robe
+2013-05-09 14:22  Regina Obe <lr at pcorp.us>
 
-	* update extension install to include tiger geocoder and some
-	  helpful commands you can run from psql
+	* [r11388] update extension install to include tiger geocoder and
+	  some helpful commands you can run from psql
 
-2013-05-09 09:24  strk
+2013-05-09 09:24  Sandro Santilli <strk at keybit.net>
 
-	* Fix potential access to uninitialized value
+	* [r11387] Fix potential access to uninitialized value
 	  
 	  It would have happened on malformed COMPOUNDCURVE (unlikely).
 	  Hushes compiler warning.
 
-2013-05-09 06:34  robe
+2013-05-09 06:34  Regina Obe <lr at pcorp.us>
 
-	* start accounting for more raster helper types - addbandarg etc.
+	* [r11385] start accounting for more raster helper types -
+	  addbandarg etc.
 
-2013-05-08 20:37  pramsey
+2013-05-08 20:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2298, ST_AsGML geography crashable with monkey inputs
+	* [r11384] #2298, ST_AsGML geography crashable with monkey inputs
 
-2013-05-08 05:18  robe
+2013-05-08 05:18  Regina Obe <lr at pcorp.us>
 
-	* #2242: Clarify behavior of ST_Union with NULLS
+	* [r11383] #2242: Clarify behavior of ST_Union with NULLS
 
-2013-05-08 05:05  robe
+2013-05-08 05:05  Regina Obe <lr at pcorp.us>
 
-	* put full version number on st_tpi, st_tri, st_roughness
+	* [r11382] put full version number on st_tpi, st_tri, st_roughness
 
-2013-05-07 23:04  dustymugs
+2013-05-07 23:04  Bborie Park <bkpark at ucdavis.edu>
 
-	* Commented out debug call to non-existant function
+	* [r11381] Commented out debug call to non-existant function
 	  nd_stats_to_grid().
 	  Ticket #2282
 
-2013-05-07 15:39  dustymugs
-
-	* Added ST_TRI(raster). Ticket #2164. Thanks to Nathaniel Clay for
-	  writing the function and required docs and regression tests.
+2013-05-07 15:39  Bborie Park <bkpark at ucdavis.edu>
 
-2013-05-07 15:39  dustymugs
-
-	* Added ST_Roughness(raster). Ticket #2302. Thanks to Nathaniel
+	* [r11380] Added ST_TRI(raster). Ticket #2164. Thanks to Nathaniel
 	  Clay for writing the function and required docs and regression
 	  tests.
 
-2013-05-07 15:39  dustymugs
+2013-05-07 15:39  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r11379] Added ST_Roughness(raster). Ticket #2302. Thanks to
+	  Nathaniel Clay for writing the function and required docs and
+	  regression tests.
 
-	* Added ST_TPI(raster). Ticket #2163. Thanks to Nathaniel Clay for
-	  writing
+2013-05-07 15:39  Bborie Park <bkpark at ucdavis.edu>
+
+	* [r11378] Added ST_TPI(raster). Ticket #2163. Thanks to Nathaniel
+	  Clay for writing
 	  the function and required docs and regression tests.
 
-2013-05-07 15:32  robe
+2013-05-07 15:32  Regina Obe <lr at pcorp.us>
 
-	* try again
+	* [r11377] try again
 
-2013-05-07 15:00  robe
+2013-05-07 15:00  Regina Obe <lr at pcorp.us>
 
-	* put in author info ePub just shows unknown for author (annoying).
-	  Move editor into authorgroup. Also put in productname and number
+	* [r11376] put in author info ePub just shows unknown for author
+	  (annoying). Move editor into authorgroup. Also put in productname
+	  and number
 
-2013-05-07 06:05  robe
+2013-05-07 06:05  Regina Obe <lr at pcorp.us>
 
-	* fix PGCONFIG (change to @PG_CONFIG@ ) to be consistent with
-	  configure variable change.
+	* [r11375] fix PGCONFIG (change to @PG_CONFIG@ ) to be consistent
+	  with configure variable change.
 
-2013-05-06 08:30  strk
+2013-05-06 08:30  Sandro Santilli <strk at keybit.net>
 
-	* Ensure local liblwgeom dir is added first to include path in
-	  loader/
+	* [r11364] Ensure local liblwgeom dir is added first to include
+	  path in loader/
 
-2013-05-06 07:58  robe
+2013-05-06 07:58  Regina Obe <lr at pcorp.us>
 
-	* Add GEOS to compile cunit flags of shp2pgsql to prevent error in
-	  #1898
+	* [r11363] Add GEOS to compile cunit flags of shp2pgsql to prevent
+	  error in #1898
 
-2013-05-06 06:48  robe
+2013-05-06 06:48  Regina Obe <lr at pcorp.us>
 
-	* #1898: Nathan Wagner's patch that adds a flag 2 to allow
+	* [r11361] #1898: Nathan Wagner's patch that adds a flag 2 to allow
 	  ST_DelaunayTriangles to dump out a TIN. Just commit and see if
 	  winnie has same issue with shp2pgsql-gui checks
 
-2013-05-05 22:35  robe
+2013-05-05 22:35  Regina Obe <lr at pcorp.us>
 
-	* #1818 slight doc change move the FromGeoHash family to
+	* [r11360] #1818 slight doc change move the FromGeoHash family to
 	  constructor section and link back to ST_GeoHash output and amend
 	  credits to Jason Smith
 
-2013-05-05 16:34  robe
+2013-05-05 16:34  Regina Obe <lr at pcorp.us>
 
-	* #2118: add enhanced note to ST_Boundary (to note Nathan Wagner
-	  ST_Triangle support feature)
+	* [r11359] #2118: add enhanced note to ST_Boundary (to note Nathan
+	  Wagner ST_Triangle support feature)
 
-2013-05-05 16:24  robe
+2013-05-05 16:24  Regina Obe <lr at pcorp.us>
 
-	* #2118: ST_Boundary support for Triangle type
+	* [r11358] #2118: ST_Boundary support for Triangle type
 
-2013-05-05 01:37  robe
+2013-05-05 01:37  Regina Obe <lr at pcorp.us>
 
-	* change output naming of epub to be consistent with pdf and also
-	  try to add in the css include
+	* [r11356] change output naming of epub to be consistent with pdf
+	  and also try to add in the css include
 
-2013-05-04 20:15  robe
+2013-05-04 20:15  Regina Obe <lr at pcorp.us>
 
-	* bah dbtoepub doesn't understand includes
+	* [r11355] bah dbtoepub doesn't understand includes
 
-2013-05-04 20:04  robe
+2013-05-04 20:04  Regina Obe <lr at pcorp.us>
 
-	* switch back to rout but attempt a -I include
+	* [r11354] switch back to rout but attempt a -I include
 
-2013-05-04 19:42  robe
+2013-05-04 19:42  Regina Obe <lr at pcorp.us>
 
-	* change epub to be built in html so relative search for images
-	  doesn't break, fix deprecated links
+	* [r11353] change epub to be built in html so relative search for
+	  images doesn't break, fix deprecated links
 
-2013-05-04 16:59  robe
+2013-05-04 16:59  Regina Obe <lr at pcorp.us>
 
-	* #2204: regina programming in dark trying to put in epub build
-	  logic
+	* [r11352] #2204: regina programming in dark trying to put in epub
+	  build logic
 
-2013-05-04 13:54  robe
+2013-05-04 13:54  Regina Obe <lr at pcorp.us>
 
-	* change log tables generated to have 21 in name (topology garden
-	  test is far from done)
+	* [r11350] change log tables generated to have 21 in name (topology
+	  garden test is far from done)
 
-2013-05-04 13:18  robe
+2013-05-04 13:18  Regina Obe <lr at pcorp.us>
 
-	* #2295 Nathan Wagner patch to support for dumping circular strings
-	  in dump points
+	* [r11349] #2295 Nathan Wagner patch to support for dumping
+	  circular strings in dump points
 
-2013-05-04 01:16  robe
+2013-05-04 01:16  Regina Obe <lr at pcorp.us>
 
-	* #2293: patch to throw an error for curved geoms on ST_DumpPoints
-	  rather than crash.
+	* [r11346] #2293: patch to throw an error for curved geoms on
+	  ST_DumpPoints rather than crash.
 
-2013-05-03 05:54  robe
+2013-05-03 05:54  Regina Obe <lr at pcorp.us>
 
-	* #1292 commit patch ST_SnapToGrid returns a value of of range
+	* [r11345] #1292 commit patch ST_SnapToGrid returns a value of of
+	  range
 
-2013-05-03 04:45  robe
+2013-05-03 04:45  Regina Obe <lr at pcorp.us>
 
-	* #1818 credit updates J. Smith (also fix web link in CREDITS file)
+	* [r11344] #1818 credit updates J. Smith (also fix web link in
+	  CREDITS file)
 
-2013-05-03 04:12  robe
+2013-05-03 04:12  Regina Obe <lr at pcorp.us>
 
-	* #1818: geohash one more file forgot to commit.
+	* [r11343] #1818: geohash one more file forgot to commit.
 
-2013-05-03 04:05  robe
+2013-05-03 04:05  Regina Obe <lr at pcorp.us>
 
-	* #1818: oops forgot to add the tests
+	* [r11342] #1818: oops forgot to add the tests
 
-2013-05-03 04:04  robe
+2013-05-03 04:04  Regina Obe <lr at pcorp.us>
 
-	* #1818: geohash patch hashbox to geom
+	* [r11341] #1818: geohash patch hashbox to geom
 
-2013-05-02 12:03  robe
+2013-05-02 12:03  Regina Obe <lr at pcorp.us>
 
-	* #2262 change box cast from implicit to assignment
+	* [r11340] #2262 change box cast from implicit to assignment
 
-2013-05-02 12:00  robe
+2013-05-02 12:00  Regina Obe <lr at pcorp.us>
 
-	* add 2.0.3 and 2.1 sections, break out 2.1 changed from new
+	* [r11339] add 2.0.3 and 2.1 sections, break out 2.1 changed from
+	  new
 
-2013-05-01 13:48  robe
+2013-05-01 13:48  Regina Obe <lr at pcorp.us>
 
-	* ban strk's annoying warning note about using deprecated functions
+	* [r11334] ban strk's annoying warning note about using deprecated
+	  functions
 
-2013-05-01 05:51  robe
+2013-05-01 05:51  Regina Obe <lr at pcorp.us>
 
-	* revise unpackaged to include pagc stuff
+	* [r11333] revise unpackaged to include pagc stuff
 
-2013-05-01 05:05  robe
+2013-05-01 05:05  Regina Obe <lr at pcorp.us>
 
-	* fix formatting was causing miss parsing of zips
+	* [r11332] fix formatting was causing miss parsing of zips
 
-2013-04-30 03:39  robe
+2013-04-30 03:39  Regina Obe <lr at pcorp.us>
 
-	* one more clarification
+	* [r11330] one more clarification
 
-2013-04-30 03:35  robe
+2013-04-30 03:35  Regina Obe <lr at pcorp.us>
 
-	* clarify under what conditions you can compile without GDAL
+	* [r11329] clarify under what conditions you can compile without
+	  GDAL
 
-2013-04-29 05:31  robe
+2013-04-29 05:31  Regina Obe <lr at pcorp.us>
 
-	* #2279 fix typo got smallint and int4 confused
+	* [r11328] #2279 fix typo got smallint and int4 confused
 
-2013-04-28 21:27  robe
+2013-04-28 21:27  Regina Obe <lr at pcorp.us>
 
-	* #2279: fix inability to upgrade from 2.0 to 2.1 by renaming old
-	  geog/geom selectivity functions to new name (if they are
-	  currently used) aand then allowing the standard upgrade to steam
-	  roll over the definitions.
+	* [r11327] #2279: fix inability to upgrade from 2.0 to 2.1 by
+	  renaming old geog/geom selectivity functions to new name (if they
+	  are currently used) aand then allowing the standard upgrade to
+	  steam roll over the definitions.
 
-2013-04-26 14:47  dustymugs
+2013-04-26 14:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_Summary(raster). Ticket #2280
+	* [r11326] Added ST_Summary(raster). Ticket #2280
 
-2013-04-25 10:07  robe
+2013-04-25 10:07  Regina Obe <lr at pcorp.us>
 
-	* updates to instructions more coming though should probably just
-	  put n onlin documentation
+	* [r11325] updates to instructions more coming though should
+	  probably just put n onlin documentation
 
-2013-04-25 10:07  robe
+2013-04-25 10:07  Regina Obe <lr at pcorp.us>
 
-	* #2260: revise to use new API structure of pagc standardizer
+	* [r11324] #2260: revise to use new API structure of pagc
+	  standardizer
 
-2013-04-24 15:54  dustymugs
+2013-04-24 15:54  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added better handling of file paths for msys
+	* [r11323] Added better handling of file paths for msys
 
-2013-04-24 03:34  robe
+2013-04-24 03:34  Regina Obe <lr at pcorp.us>
 
-	* Add update path from 2.0.3 to 2.1.0SVN
+	* [r11321] Add update path from 2.0.3 to 2.1.0SVN
 
-2013-04-23 23:46  dustymugs
+2013-04-23 23:46  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added parameter to ST_AsBinary(raster) to permit out-db bands to
-	  be treated as in-db. Ticket #2222
+	* [r11320] Added parameter to ST_AsBinary(raster) to permit out-db
+	  bands to be treated as in-db. Ticket #2222
 
-2013-04-23 21:48  pramsey
+2013-04-23 21:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2275, revert configure argument with-pgconfig
+	* [r11319] #2275, revert configure argument with-pgconfig
 
-2013-04-23 21:03  pramsey
+2013-04-23 21:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2277, potential segfault condition removed
+	* [r11315] #2277, potential segfault condition removed
 
-2013-04-23 20:37  dustymugs
+2013-04-23 20:37  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added test for loading out-db rasters in raster2pgsql
+	* [r11314] Added test for loading out-db rasters in raster2pgsql
 
-2013-04-23 19:32  dustymugs
+2013-04-23 19:32  Bborie Park <bkpark at ucdavis.edu>
 
-	* Explicitly initialize memory as valgrind complains
+	* [r11313] Explicitly initialize memory as valgrind complains
 
-2013-04-23 19:32  dustymugs
+2013-04-23 19:32  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added bash versions of "bootstrapping" code for rt_addband test
+	* [r11312] Added bash versions of "bootstrapping" code for
+	  rt_addband test
 
-2013-04-23 19:32  dustymugs
+2013-04-23 19:32  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_AddBand(raster, ...) for out-db bands. Ticket
-	  #2276
+	* [r11311] Addition of ST_AddBand(raster, ...) for out-db bands.
+	  Ticket #2276
 
-2013-04-17 12:46  robe
+2013-04-17 12:46  Regina Obe <lr at pcorp.us>
 
-	* oops had wrong data type for tables
+	* [r11306] oops had wrong data type for tables
 
-2013-04-17 06:58  strk
+2013-04-17 06:58  Sandro Santilli <strk at keybit.net>
 
-	* Properly escape dashes in man pages
+	* [r11305] Properly escape dashes in man pages
 	  
 	  Patch by Markus Wanner <markus at bluegap.ch>
 
-2013-04-16 18:23  dustymugs
+2013-04-16 18:23  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added numerical parameters version of ST_SetGeoReference(raster).
+	* [r11304] Added numerical parameters version of
+	  ST_SetGeoReference(raster).
 	  Ticket #613
 
-2013-04-16 15:21  pramsey
+2013-04-16 15:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change PGCONFIG to PG_CONFIG
+	* [r11301] Change PGCONFIG to PG_CONFIG
 
-2013-04-16 07:40  strk
+2013-04-16 07:40  Sandro Santilli <strk at keybit.net>
 
-	* Link to wikipedia article about GeoHash from ST_GeoHash
+	* [r11300] Link to wikipedia article about GeoHash from ST_GeoHash
 
-2013-04-15 21:40  dustymugs
+2013-04-15 21:40  Bborie Park <bkpark at ucdavis.edu>
 
-	* Emit warning when changing a raster's georeference if raster has
-	  any
+	* [r11298] Emit warning when changing a raster's georeference if
+	  raster has any
 	  out-db bands. Also updated docs with note. Ticket #2244
 
-2013-04-15 21:14  robe
+2013-04-15 21:14  Regina Obe <lr at pcorp.us>
 
-	* add new use_pagc_addess_parser switch in list
+	* [r11297] add new use_pagc_addess_parser switch in list
 
-2013-04-15 08:02  strk
+2013-04-15 08:02  Sandro Santilli <strk at keybit.net>
 
-	* Add -s to usage string of postgis_restore.pl. See #2264
+	* [r11296] Add -s to usage string of postgis_restore.pl. See #2264
 
-2013-04-13 18:26  mcayland
+2013-04-13 18:26  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Associated CLI fix for #2272: shp2pgsql-gui crashes when given
-	  filenames with dots.
+	* [r11294] Associated CLI fix for #2272: shp2pgsql-gui crashes when
+	  given filenames with dots.
 	  
 	  After some experimentation, the best solution seems to be to use
 	  a separate scan to
@@ -2047,10 +2387,10 @@
 	  deriving the table
 	  name.
 
-2013-04-13 17:36  mcayland
+2013-04-13 17:36  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix for bug #2272: shp2pgsql-gui crashes when given filenames
-	  with dots.
+	* [r11292] Fix for bug #2272: shp2pgsql-gui crashes when given
+	  filenames with dots.
 	  
 	  This was a combination of two bugs: firstly, we weren't
 	  initialising the
@@ -2070,48 +2410,51 @@
 	  so
 	  that shapelib does the right thing.
 
-2013-04-13 07:15  robe
+2013-04-13 07:15  Regina Obe <lr at pcorp.us>
 
-	* #2260 - fix normalize discrepancy in pagc handling service drives
+	* [r11290] #2260 - fix normalize discrepancy in pagc handling
+	  service drives
 
-2013-04-12 18:46  pramsey
+2013-04-12 18:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #945, clean up build artefacts and upgrade script
+	* [r11289] #945, clean up build artefacts and upgrade script
 
-2013-04-12 18:33  pramsey
+2013-04-12 18:33  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #945, remove the old selectivity code, now no longer being called
+	* [r11288] #945, remove the old selectivity code, now no longer
+	  being called
 
-2013-04-12 16:20  strk
+2013-04-12 16:20  Sandro Santilli <strk at keybit.net>
 
-	* Rewrite the postgis_restore.pl improvement line
+	* [r11286] Rewrite the postgis_restore.pl improvement line
 	  
 	  The commit message was also wrong, it's not the dump having
 	  postgis
 	  in custom schema but the new install...
 
-2013-04-12 16:10  strk
+2013-04-12 16:10  Sandro Santilli <strk at keybit.net>
 
-	* postgis_restore.pl support for dump with postgis in custom schema
+	* [r11285] postgis_restore.pl support for dump with postgis in
+	  custom schema
 	  
 	  See #2264 -- thanks Thomas (frost242)
 
-2013-04-11 20:14  dustymugs
+2013-04-11 20:14  Bborie Park <bkpark at ucdavis.edu>
 
-	* Prevent parallel make of raster. Ticket 2271
+	* [r11284] Prevent parallel make of raster. Ticket 2271
 
-2013-04-10 20:06  robe
+2013-04-10 20:06  Regina Obe <lr at pcorp.us>
 
-	* give license faq a permanent pretty anchor.
+	* [r11281] give license faq a permanent pretty anchor.
 
-2013-04-09 23:45  dustymugs
+2013-04-09 23:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fix expression-based ST_MapAlgebra resulting in regression
-	  failures on some machines
+	* [r11277] Fix expression-based ST_MapAlgebra resulting in
+	  regression failures on some machines
 
-2013-04-09 22:43  strk
+2013-04-09 22:43  Sandro Santilli <strk at keybit.net>
 
-	* Fix access to random memory during ANALYZE
+	* [r11276] Fix access to random memory during ANALYZE
 	  
 	  The bug was introduced with previous commit, see #2269
 	  
@@ -2121,237 +2464,249 @@
 	  values. This may have some consequence on the planner (not
 	  known at time of commit).
 
-2013-04-09 18:35  strk
+2013-04-09 18:35  Sandro Santilli <strk at keybit.net>
 
-	* Avoid uselessly detoasting full geometries on ANALYZE (#2269)
+	* [r11274] Avoid uselessly detoasting full geometries on ANALYZE
+	  (#2269)
 
-2013-04-06 18:14  dustymugs
+2013-04-06 18:14  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed debug statements
+	* [r11257] Removed debug statements
 
-2013-04-06 18:11  dustymugs
+2013-04-06 18:11  Bborie Park <bkpark at ucdavis.edu>
 
-	* GBOX variables not initialized for empty geometries. Ticket #2257
+	* [r11256] GBOX variables not initialized for empty geometries.
+	  Ticket #2257
 
-2013-04-05 14:37  robe
+2013-04-05 14:37  Regina Obe <lr at pcorp.us>
 
-	* change to use some elements from parse_address
+	* [r11255] change to use some elements from parse_address
 
-2013-04-05 14:28  robe
+2013-04-05 14:28  Regina Obe <lr at pcorp.us>
 
-	* add pagc regression testing. Will upload the regress output once
-	  I look into the regression failures
+	* [r11254] add pagc regression testing. Will upload the regress
+	  output once I look into the regression failures
 
-2013-04-04 06:46  robe
+2013-04-04 06:46  Regina Obe <lr at pcorp.us>
 
-	* #2192: doco patch
+	* [r11252] #2192: doco patch
 
-2013-04-03 22:53  robe
+2013-04-03 22:53  Regina Obe <lr at pcorp.us>
 
-	* #2258 get rid of explicit public (so people can install postgis
-	  in any schema they want), but insure we use security invoker to
-	  call new st_esimatedExtent to prevent malicious code injection.
+	* [r11249] #2258 get rid of explicit public (so people can install
+	  postgis in any schema they want), but insure we use security
+	  invoker to call new st_esimatedExtent to prevent malicious code
+	  injection.
 
-2013-04-03 13:39  robe
+2013-04-03 13:39  Regina Obe <lr at pcorp.us>
 
-	* mark pagc lookup tables is_custom = true as editable
+	* [r11248] mark pagc lookup tables is_custom = true as editable
 
-2013-04-03 12:54  robe
+2013-04-03 12:54  Regina Obe <lr at pcorp.us>
 
-	* #2261: fix creation of next next upgrade script, add null
-	  protection for pagc_normalize_address
+	* [r11247] #2261: fix creation of next next upgrade script, add
+	  null protection for pagc_normalize_address
 
-2013-04-02 22:22  robe
+2013-04-02 22:22  Regina Obe <lr at pcorp.us>
 
-	* #2193: implement upgrade next next functionality hack, implement
-	  swap -- SELECT
+	* [r11246] #2193: implement upgrade next next functionality hack,
+	  implement swap -- SELECT
 	  set_geocode_setting('use_pagc_address_parser','true'); will cause
 	  geocoder to use pagc address parser instead of build in
 	  normalizer
 
-2013-04-02 20:51  robe
+2013-04-02 20:51  Regina Obe <lr at pcorp.us>
 
-	* #2193: get rid of redundant call.
+	* [r11245] #2193: get rid of redundant call.
 
-2013-04-02 20:46  robe
+2013-04-02 20:46  Regina Obe <lr at pcorp.us>
 
-	* #2193 integrate pagc in extension (loads helper tables) and also
-	  upgrade and create scripts, modify tables some more. Still need
-	  to put in another folder with c files for compile and in manual
-	  on how to enable.
+	* [r11244] #2193 integrate pagc in extension (loads helper tables)
+	  and also upgrade and create scripts, modify tables some more.
+	  Still need to put in another folder with c files for compile and
+	  in manual on how to enable.
 
-2013-04-02 15:07  robe
+2013-04-02 15:07  Regina Obe <lr at pcorp.us>
 
-	* #2193: pretype (not ideal because norm_addy doesn't have slot for
-	  it so just stuff in streettypeabbrev ) .norm_addy should ideally
-	  be changed.
+	* [r11243] #2193: pretype (not ideal because norm_addy doesn't have
+	  slot for it so just stuff in streettypeabbrev ) .norm_addy should
+	  ideally be changed.
 
-2013-04-02 14:57  robe
+2013-04-02 14:57  Regina Obe <lr at pcorp.us>
 
-	* forgot the pre direction
+	* [r11242] forgot the pre direction
 
-2013-04-02 14:43  robe
+2013-04-02 14:43  Regina Obe <lr at pcorp.us>
 
-	* First step of integrating the pagc normalizer, add the tables and
-	  wrapper function that return a norm_addy object and also a
-	  geocode_setting option to swap out old address parser with pagc
+	* [r11241] First step of integrating the pagc normalizer, add the
+	  tables and wrapper function that return a norm_addy object and
+	  also a geocode_setting option to swap out old address parser with
+	  pagc
 
-2013-03-31 01:55  robe
+2013-03-31 01:55  Regina Obe <lr at pcorp.us>
 
-	* #2018 mark ST_Dwithin as also supporting curves. Just taking
-	  rpamsey's word for this -- will test later.
+	* [r11230] #2018 mark ST_Dwithin as also supporting curves. Just
+	  taking rpamsey's word for this -- will test later.
 
-2013-03-30 01:19  robe
+2013-03-30 01:19  Regina Obe <lr at pcorp.us>
 
-	* #2018: highlight that curves are now supported - examples
-	  forthcoming. Also broke geography into separate example section
+	* [r11228] #2018: highlight that curves are now supported -
+	  examples forthcoming. Also broke geography into separate example
+	  section
 
-2013-03-29 20:38  pramsey
+2013-03-29 20:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2018, Remove old bruteforce function and replace with new one.
+	* [r11227] #2018, Remove old bruteforce function and replace with
+	  new one.
 
-2013-03-29 20:37  dustymugs
+2013-03-29 20:37  Bborie Park <bkpark at ucdavis.edu>
 
-	* Set CFLAGS in loader cunit tests so that mingw can run tests
+	* [r11226] Set CFLAGS in loader cunit tests so that mingw can run
+	  tests
 
-2013-03-29 16:47  dustymugs
+2013-03-29 16:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed commented out variants of ST_MapAlgebra removed in
-	  r11222.
+	* [r11225] Removed commented out variants of ST_MapAlgebra removed
+	  in r11222.
 
-2013-03-29 16:36  dustymugs
+2013-03-29 16:36  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added news about Ticket #2133
+	* [r11224] Added news about Ticket #2133
 
-2013-03-29 16:34  dustymugs
+2013-03-29 16:34  Bborie Park <bkpark at ucdavis.edu>
 
-	* Code cleanup to shut gcc up
+	* [r11223] Code cleanup to shut gcc up
 
-2013-03-29 16:33  dustymugs
+2013-03-29 16:33  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored expression variant of ST_MapAlgebra() to be faster.
+	* [r11222] Refactored expression variant of ST_MapAlgebra() to be
+	  faster.
 	  Performance is almost as good as ST_MapAlgebraExpr(). Ticket
 	  #2133
 
-2013-03-29 15:55  robe
+2013-03-29 15:55  Regina Obe <lr at pcorp.us>
 
-	* fix link
+	* [r11221] fix link
 
-2013-03-28 22:11  pramsey
+2013-03-28 22:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2018, Distance calculation support for arc features (circstring,
-	  compoundcurve, curvepolygon)
+	* [r11219] #2018, Distance calculation support for arc features
+	  (circstring, compoundcurve, curvepolygon)
 
-2013-03-28 13:32  robe
+2013-03-28 13:32  Regina Obe <lr at pcorp.us>
 
-	* change variable used to __MINGW64_VERSION_MAJOR (the mingw64_w32
-	  doesn't have __MINGW64_ (only the mingw64-w64 has that)
+	* [r11218] change variable used to __MINGW64_VERSION_MAJOR (the
+	  mingw64_w32 doesn't have __MINGW64_ (only the mingw64-w64 has
+	  that)
 
-2013-03-28 09:30  robe
+2013-03-28 09:30  Regina Obe <lr at pcorp.us>
 
-	* #1668: if mingw64 and it returns <0 switch to _vscprintf native
-	  windows implementation. Thanks to swoodbridge for pointing out
-	  the define to use.
+	* [r11217] #1668: if mingw64 and it returns <0 switch to _vscprintf
+	  native windows implementation. Thanks to swoodbridge for pointing
+	  out the define to use.
 
-2013-03-27 13:30  dustymugs
+2013-03-27 13:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fix bad dimensions when rescaling rasters with default
+	* [r11215] Fix bad dimensions when rescaling rasters with default
 	  geotransform
 	  matrix. Ticket #2251
 
-2013-03-26 15:47  pramsey
+2013-03-26 15:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* flag #945 as complete
+	* [r11213] flag #945 as complete
 
-2013-03-26 15:24  pramsey
+2013-03-26 15:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2201, ST_GeoHash wrong on boundaries
+	* [r11212] #2201, ST_GeoHash wrong on boundaries
 
-2013-03-26 13:12  pramsey
+2013-03-26 13:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2186, gui progress bar update is slowing loads
+	* [r11209] #2186, gui progress bar update is slowing loads
 
-2013-03-26 04:14  dustymugs
+2013-03-26 04:14  Bborie Park <bkpark at ucdavis.edu>
 
-	* Enhanced ST_Union(raster, uniontype) to union all bands of all
-	  rasters.
+	* [r11207] Enhanced ST_Union(raster, uniontype) to union all bands
+	  of all rasters.
 	  Ticket #2200.
 
-2013-03-25 18:45  colivier
+2013-03-25 18:45  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* revert wrong regress encoding stuff from r11205
+	* [r11206] revert wrong regress encoding stuff from r11205
 
-2013-03-25 18:41  colivier
+2013-03-25 18:41  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Related to #1553. Add missing free in cu_surface cunit to be
-	  valgrind clean. As TGEOM was not used as storage serialization, i
-	  purely remove TGEOM for now, and kept only the
+	* [r11205] Related to #1553. Add missing free in cu_surface cunit
+	  to be valgrind clean. As TGEOM was not used as storage
+	  serialization, i purely remove TGEOM for now, and kept only the
 	  TIN/POLYHEDRALSURFACE lwgeom expression (will see in future if we
 	  really need to have a 3D topological storage PostGIS side)
 
-2013-03-25 17:17  dustymugs
+2013-03-25 17:17  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed old raster core tests from configure
+	* [r11204] Removed old raster core tests from configure
 
-2013-03-25 17:11  dustymugs
+2013-03-25 17:11  Bborie Park <bkpark at ucdavis.edu>
 
-	* Delete old core raster tests. Ticket #2115
+	* [r11203] Delete old core raster tests. Ticket #2115
 
-2013-03-25 03:14  dustymugs
+2013-03-25 03:14  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_FromGDALRaster(). This is what happens on a long
-	  airplane
+	* [r11202] Addition of ST_FromGDALRaster(). This is what happens on
+	  a long airplane
 	  flight! Ticket #2123.
 
-2013-03-25 03:08  dustymugs
+2013-03-25 03:08  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added item regarding -n of raster2pgsql. Ticket #2231
+	* [r11201] Added item regarding -n of raster2pgsql. Ticket #2231
 
-2013-03-25 03:05  dustymugs
+2013-03-25 03:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ability to specify name of filename column in raster2pgsql.
-	  More
+	* [r11200] Added ability to specify name of filename column in
+	  raster2pgsql. More
 	  stuff being done stuck in a tube at 30k feet.
 
-2013-03-22 16:12  strk
+2013-03-22 16:12  Sandro Santilli <strk at keybit.net>
 
-	* Revert "Add '-x c' switch to CPP / CC when used as SQL
+	* [r11197] Revert "Add '-x c' switch to CPP / CC when used as SQL
 	  preprocessor"
 	  
 	  It seems it wasn't needed, see #2239
 
-2013-03-22 12:34  strk
+2013-03-22 12:34  Sandro Santilli <strk at keybit.net>
 
-	* Fix lineal TopoJSON output to keep multi components separated
+	* [r11196] Fix lineal TopoJSON output to keep multi components
+	  separated
 	  
 	  REF: #2228
 
-2013-03-22 11:20  strk
+2013-03-22 11:20  Sandro Santilli <strk at keybit.net>
 
-	* Add '-x c' switch to CPP / CC when used as SQL preprocessor
+	* [r11195] Add '-x c' switch to CPP / CC when used as SQL
+	  preprocessor
 	  
 	  Hopefully it'll set us free to name our input files with any
 	  extension we decide.
 
-2013-03-21 21:28  dustymugs
+2013-03-21 21:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fix ST_InvDistWeigh4MA() to handle a situation when neighborhood
-	  is
+	* [r11194] Fix ST_InvDistWeigh4MA() to handle a situation when
+	  neighborhood is
 	  empty except the center pixel.
 
-2013-03-21 16:15  strk
+2013-03-21 16:15  Sandro Santilli <strk at keybit.net>
 
-	* Fix areal TopoJSON output to group and order polygon rings
-	  (#2228)
+	* [r11193] Fix areal TopoJSON output to group and order polygon
+	  rings (#2228)
 
-2013-03-21 09:01  strk
+2013-03-21 09:01  Sandro Santilli <strk at keybit.net>
 
-	* Review comments above Makefile rule to generate .sql from .sql.in
+	* [r11192] Review comments above Makefile rule to generate .sql
+	  from .sql.in
 
-2013-03-20 17:38  strk
+2013-03-20 17:38  Sandro Santilli <strk at keybit.net>
 
-	* Have functions deprecated in 2.1.0 raise a WARNING message
-	  (#1994)
+	* [r11191] Have functions deprecated in 2.1.0 raise a WARNING
+	  message (#1994)
 	  
 	  Drop use of some deprecated functions by other functions
 	  (as exposed by testsuite).
@@ -2360,9 +2715,10 @@
 	  can change from WARNING to NOTICE or we can tweak the message,
 	  in a central place.
 
-2013-03-20 16:47  strk
+2013-03-20 16:47  Sandro Santilli <strk at keybit.net>
 
-	* Deprecate non-CamelCase linear referencing function (#1994)
+	* [r11190] Deprecate non-CamelCase linear referencing function
+	  (#1994)
 	  
 	  - ST_Line_Interpolate_Point renamed to ST_LineInterpolatePoint
 	  - ST_Line_Substring renamed to ST_LineSubstring
@@ -2371,67 +2727,71 @@
 	  Tests updated to use the new signature, docs updated to show the
 	  new signature and report deprecations
 
-2013-03-20 16:10  strk
+2013-03-20 16:10  Sandro Santilli <strk at keybit.net>
 
-	* Add perturbating edges in TopoJSON test
+	* [r11189] Add perturbating edges in TopoJSON test
 
-2013-03-20 12:18  strk
+2013-03-20 12:18  Sandro Santilli <strk at keybit.net>
 
-	* Update TopoJSON example with correct output, add note about arc
-	  indices
+	* [r11188] Update TopoJSON example with correct output, add note
+	  about arc indices
 
-2013-03-20 11:44  strk
+2013-03-20 11:44  Sandro Santilli <strk at keybit.net>
 
-	* Speedup areal TopoJSON output routine to use edge walking
+	* [r11187] Speedup areal TopoJSON output routine to use edge
+	  walking
 	  
 	  Now it takes 6% of the time to do the same thing !
 	  
 	  Tweak tests to expect new arcs numbering and order.
 	  Also fixes missing comma separating polygon ring arcs.
 
-2013-03-20 10:27  strk
+2013-03-20 10:27  Sandro Santilli <strk at keybit.net>
 
-	* Fix AsTopoJSON call in testcase
+	* [r11186] Fix AsTopoJSON call in testcase
 
-2013-03-20 10:26  strk
+2013-03-20 10:26  Sandro Santilli <strk at keybit.net>
 
-	* Properly encode TopoJSON.sql.in dependency into topology.sql
+	* [r11185] Properly encode TopoJSON.sql.in dependency into
+	  topology.sql
 
-2013-03-20 07:48  strk
+2013-03-20 07:48  Sandro Santilli <strk at keybit.net>
 
-	* Oops, forgot to add topojson test expectancy (#2240)
+	* [r11184] Oops, forgot to add topojson test expectancy (#2240)
 
-2013-03-19 18:29  strk
+2013-03-19 18:29  Sandro Santilli <strk at keybit.net>
 
-	* Add AsTopoJSON(TopoGeometry) function (#2228)
+	* [r11183] Add AsTopoJSON(TopoGeometry) function (#2228)
 
-2013-03-19 11:52  strk
+2013-03-19 11:52  Sandro Santilli <strk at keybit.net>
 
-	* Cleanup and integrate documentation of ST_GetFaceEdges
+	* [r11182] Cleanup and integrate documentation of ST_GetFaceEdges
 
-2013-03-19 09:59  strk
+2013-03-19 09:59  Sandro Santilli <strk at keybit.net>
 
-	* Move GML function under a new export/ subdir
+	* [r11181] Move GML function under a new export/ subdir
 
-2013-03-19 09:53  strk
+2013-03-19 09:53  Sandro Santilli <strk at keybit.net>
 
-	* Drop the .c suffix of sql files to preprocess under topology/ dir
+	* [r11180] Drop the .c suffix of sql files to preprocess under
+	  topology/ dir
 
-2013-03-19 09:16  strk
+2013-03-19 09:16  Sandro Santilli <strk at keybit.net>
 
-	* Drop the .c suffix of sql files to preprocess under raster/ dir
+	* [r11179] Drop the .c suffix of sql files to preprocess under
+	  raster/ dir
 
-2013-03-18 19:50  robe
+2013-03-18 19:50  Regina Obe <lr at pcorp.us>
 
-	* #2238: clarify neighborhood distance terminology
+	* [r11177] #2238: clarify neighborhood distance terminology
 
-2013-03-18 18:14  strk
+2013-03-18 18:14  Sandro Santilli <strk at keybit.net>
 
-	* Drop unused variables
+	* [r11176] Drop unused variables
 
-2013-03-18 17:20  strk
+2013-03-18 17:20  Sandro Santilli <strk at keybit.net>
 
-	* Drop the .c suffix of sql files to preprocess
+	* [r11175] Drop the .c suffix of sql files to preprocess
 	  
 	  The suffix was added to make compilers happy about preprocessing,
 	  but invoking cpp directly should be just fine (SQLPP macro)
@@ -2440,351 +2800,364 @@
 	  happy
 	  the same thing will be done for raster/ and topology/
 
-2013-03-18 00:49  dustymugs
+2013-03-18 00:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed unescaped % in RAISE message. Ticket #2237
+	* [r11174] Fixed unescaped % in RAISE message. Ticket #2237
 
-2013-03-16 15:30  robe
+2013-03-16 15:30  Regina Obe <lr at pcorp.us>
 
-	* fix typo in ST_AsGDALRaster example
+	* [r11170] fix typo in ST_AsGDALRaster example
 
-2013-03-08 13:58  strk
+2013-03-08 13:58  Sandro Santilli <strk at keybit.net>
 
-	* Make test for ST_PointOnSurface accept any contained point as
-	  valid
+	* [r11162] Make test for ST_PointOnSurface accept any contained
+	  point as valid
 	  
 	  This is to support a change in GEOS 3.3.9 / 3.4.0 that started
 	  giving different (but still valid) results.
 	  See http://trac.osgeo.org/geos/ticket/623
 
-2013-03-08 09:19  strk
+2013-03-08 09:19  Sandro Santilli <strk at keybit.net>
 
-	* Reword ST_Simplify(TopoGeometry) description (#1687)
+	* [r11160] Reword ST_Simplify(TopoGeometry) description (#1687)
 
-2013-03-07 17:08  strk
+2013-03-07 17:08  Sandro Santilli <strk at keybit.net>
 
-	* Document ST_Simplify(TopoGeometry) -- closes #1687
+	* [r11159] Document ST_Simplify(TopoGeometry) -- closes #1687
 
-2013-03-07 16:14  strk
+2013-03-07 16:14  Sandro Santilli <strk at keybit.net>
 
-	* Add ST_Simplify override for TopoGeometry objects (#1687)
+	* [r11158] Add ST_Simplify override for TopoGeometry objects
+	  (#1687)
 
-2013-03-07 07:31  strk
+2013-03-07 07:31  Sandro Santilli <strk at keybit.net>
 
-	* Split test for #1968 in two parts, to avoid false negative
+	* [r11156] Split test for #1968 in two parts, to avoid false
+	  negative
 
-2013-03-06 18:37  strk
+2013-03-06 18:37  Sandro Santilli <strk at keybit.net>
 
-	* Improve the test for #1968 to also check duplicated components
+	* [r11155] Improve the test for #1968 to also check duplicated
+	  components
 
-2013-03-06 18:11  strk
+2013-03-06 18:11  Sandro Santilli <strk at keybit.net>
 
-	* Fix missing edge from toTopoGeom return (#1968)
+	* [r11152] Fix missing edge from toTopoGeom return (#1968)
 
-2013-03-06 15:33  dustymugs
+2013-03-06 15:33  Bborie Park <bkpark at ucdavis.edu>
 
-	* Bad switch for debug output
+	* [r11151] Bad switch for debug output
 
-2013-03-06 15:20  strk
+2013-03-06 15:20  Sandro Santilli <strk at keybit.net>
 
-	* Allow adding points at precision distance with TopoGeo_addPoint
+	* [r11149] Allow adding points at precision distance with
+	  TopoGeo_addPoint
 
-2013-03-05 16:57  dustymugs
+2013-03-05 16:57  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor code cleanup in raster2pgsql and additional debug output
-	  for
+	* [r11145] Minor code cleanup in raster2pgsql and additional debug
+	  output for
 	  rt_api
 
-2013-03-05 09:10  strk
+2013-03-05 09:10  Sandro Santilli <strk at keybit.net>
 
-	* Make libjson-c optional adding --without-json configure switch
-	  (#2202)
+	* [r11144] Make libjson-c optional adding --without-json configure
+	  switch (#2202)
 
-2013-03-04 17:57  strk
+2013-03-04 17:57  Sandro Santilli <strk at keybit.net>
 
-	* Fix equality operator between EMPTY and point on origin (#2110)
+	* [r11142] Fix equality operator between EMPTY and point on origin
+	  (#2110)
 
-2013-03-04 17:02  strk
+2013-03-04 17:02  Sandro Santilli <strk at keybit.net>
 
-	* Drop PDF version of EJB3 spatial tutorial
+	* [r11140] Drop PDF version of EJB3 spatial tutorial
 	  
 	  There's an ODT version of the manual, pdf can be generated
 
-2013-02-28 17:56  strk
+2013-02-28 17:56  Sandro Santilli <strk at keybit.net>
 
-	* Add regression test for #2216
+	* [r11121] Add regression test for #2216
 
-2013-02-28 17:42  strk
+2013-02-28 17:42  Sandro Santilli <strk at keybit.net>
 
-	* Fix parsing GeoJSON of multipolygon with holes (#2216)
+	* [r11120] Fix parsing GeoJSON of multipolygon with holes (#2216)
 
-2013-02-28 17:04  strk
+2013-02-28 17:04  Sandro Santilli <strk at keybit.net>
 
-	* Add lwgeom_from_geojson to liblwgeom, add cunit test, fix memory
-	  leak
+	* [r11119] Add lwgeom_from_geojson to liblwgeom, add cunit test,
+	  fix memory leak
 
-2013-02-26 23:23  dustymugs
+2013-02-26 23:23  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_MinConvexHull(raster). Ticket #2210
+	* [r11118] Added ST_MinConvexHull(raster). Ticket #2210
 
-2013-02-26 17:42  dustymugs
+2013-02-26 17:42  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed name of exclusion constraint to by dynamic due to
-	  conflict of
+	* [r11117] Changed name of exclusion constraint to by dynamic due
+	  to conflict of
 	  implicit index names. Ticket #2215
 
-2013-02-26 17:42  dustymugs
+2013-02-26 17:42  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition debug output for rt_raster_from_gdal_dataset()
+	* [r11116] Addition debug output for rt_raster_from_gdal_dataset()
 
-2013-02-23 05:08  robe
+2013-02-23 05:08  Regina Obe <lr at pcorp.us>
 
-	* mordernize faq on creating spatial table.
+	* [r11113] mordernize faq on creating spatial table.
 
-2013-02-23 02:04  robe
+2013-02-23 02:04  Regina Obe <lr at pcorp.us>
 
-	* #2209: reword to encoding raster issue to not specify explicit
-	  byte count
+	* [r11110] #2209: reword to encoding raster issue to not specify
+	  explicit byte count
 
-2013-02-22 18:26  pramsey
+2013-02-22 18:26  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #1292, go back to nudging geodetic coordinates (realityexists)
+	* [r11109] #1292, go back to nudging geodetic coordinates
+	  (realityexists)
 
-2013-02-21 15:53  robe
+2013-02-21 15:53  Regina Obe <lr at pcorp.us>
 
-	* remove duped qandset tags
+	* [r11108] remove duped qandset tags
 
-2013-02-21 14:09  robe
+2013-02-21 14:09  Regina Obe <lr at pcorp.us>
 
-	* missing para tag
+	* [r11107] missing para tag
 
-2013-02-21 13:31  robe
+2013-02-21 13:31  Regina Obe <lr at pcorp.us>
 
-	* oops forgot pretty anchor
+	* [r11106] oops forgot pretty anchor
 
-2013-02-21 13:29  robe
+2013-02-21 13:29  Regina Obe <lr at pcorp.us>
 
-	* document issue in ticket #2209 in FAQ. Probably only affects me,
-	  but who knows.
+	* [r11105] document issue in ticket #2209 in FAQ. Probably only
+	  affects me, but who knows.
 
-2013-02-19 23:03  robe
+2013-02-19 23:03  Regina Obe <lr at pcorp.us>
 
-	* #2208 : document that ST_PointN no longer works with first
-	  linestring of multilinestring
+	* [r11103] #2208 : document that ST_PointN no longer works with
+	  first linestring of multilinestring
 
-2013-02-18 04:17  dustymugs
+2013-02-18 04:17  Bborie Park <bkpark at ucdavis.edu>
 
-	* Wrong debug output function
+	* [r11102] Wrong debug output function
 
-2013-02-17 19:27  robe
+2013-02-17 19:27  Regina Obe <lr at pcorp.us>
 
-	* had type and name swapped
+	* [r11100] had type and name swapped
 
-2013-02-17 18:37  robe
+2013-02-17 18:37  Regina Obe <lr at pcorp.us>
 
-	* ST_MapAlgebra: create variablelist and move much of commentary to
-	  that so page is more easily digestable
+	* [r11099] ST_MapAlgebra: create variablelist and move much of
+	  commentary to that so page is more easily digestable
 
-2013-02-17 16:24  dustymugs
+2013-02-17 16:24  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed handling of out-db rasters with no geotransform matrix
+	* [r11098] Fixed handling of out-db rasters with no geotransform
+	  matrix
 
-2013-02-16 21:47  dustymugs
+2013-02-16 21:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional debug output for rt_raster_gdal_warp()
+	* [r11097] Additional debug output for rt_raster_gdal_warp()
 
-2013-02-16 21:47  dustymugs
+2013-02-16 21:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Update raster TODO as it was sorely out of date
+	* [r11096] Update raster TODO as it was sorely out of date
 
-2013-02-16 01:00  dustymugs
+2013-02-16 01:00  Bborie Park <bkpark at ucdavis.edu>
 
-	* Faster ST_Union() done using memcpy when possible
+	* [r11095] Faster ST_Union() done using memcpy when possible
 
-2013-02-15 23:53  dustymugs
+2013-02-15 23:53  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed how rasters with unknown SRID and default geotransform
-	  are
+	* [r11094] Changed how rasters with unknown SRID and default
+	  geotransform are
 	  handled when calling GDAL Warp API. Ticket #2203
 
-2013-02-09 06:08  robe
+2013-02-09 06:08  Regina Obe <lr at pcorp.us>
 
-	* change check geos to be 3.4 (3.4 is the new standard of
+	* [r11092] change check geos to be 3.4 (3.4 is the new standard of
 	  excellence)
 
-2013-02-09 05:24  robe
+2013-02-09 05:24  Regina Obe <lr at pcorp.us>
 
-	* get rid of use of xml tags in arg - messing up formatting of
-	  cheat sheet gen
+	* [r11091] get rid of use of xml tags in arg - messing up
+	  formatting of cheat sheet gen
 
-2013-02-09 05:17  robe
+2013-02-09 05:17  Regina Obe <lr at pcorp.us>
 
-	* missed one
+	* [r11090] missed one
 
-2013-02-09 05:16  robe
+2013-02-09 05:16  Regina Obe <lr at pcorp.us>
 
-	* fix version number -- should change to read from config at some
-	  point, but too lazy to figure that out right now
+	* [r11089] fix version number -- should change to read from config
+	  at some point, but too lazy to figure that out right now
 
-2013-02-09 04:29  robe
+2013-02-09 04:29  Regina Obe <lr at pcorp.us>
 
-	* add styles to avoid page breaks in awkward places
+	* [r11088] add styles to avoid page breaks in awkward places
 
-2013-02-09 03:45  robe
+2013-02-09 03:45  Regina Obe <lr at pcorp.us>
 
-	* update to summary of what's new in PostGIS 2.1 - this will be a
-	  really slick release :). Fix doc links in cheatsheet generator
+	* [r11086] update to summary of what's new in PostGIS 2.1 - this
+	  will be a really slick release :). Fix doc links in cheatsheet
+	  generator
 
-2013-02-07 20:49  pramsey
+2013-02-07 20:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Expand size of generic cache to allow future
+	* [r11085] Expand size of generic cache to allow future
 	  pointcloud cache to sneak into it if necessary
 
-2013-02-07 17:16  dustymugs
+2013-02-07 17:16  Bborie Park <bkpark at ucdavis.edu>
 
-	* Corrected use of pfree instead of PG_FREE_IF_COPY
+	* [r11084] Corrected use of pfree instead of PG_FREE_IF_COPY
 
-2013-02-07 17:16  dustymugs
+2013-02-07 17:16  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional assert() calls. Will need to add usage of NDEBUG flag
-	  to turn
+	* [r11083] Additional assert() calls. Will need to add usage of
+	  NDEBUG flag to turn
 	  off assert() for non-debug builds
 
-2013-02-07 06:31  robe
+2013-02-07 06:31  Regina Obe <lr at pcorp.us>
 
-	* uhh how could we forget to mention the cool
+	* [r11082] uhh how could we forget to mention the cool
 	  ST_Union(rast,unionarg) is new in PostGIS 2.1. Got rid of some
 	  other notes as its only that annoying ST_Union(rast,uniontype)
 	  that's a sore in my back.
 
-2013-02-06 21:38  robe
+2013-02-06 21:38  Regina Obe <lr at pcorp.us>
 
-	* #2199: clarify ST_Union(rast) multiband union feature is just for
-	  first variant. A bit too verbose, but at least I won't be
-	  confused anymore.
+	* [r11081] #2199: clarify ST_Union(rast) multiband union feature is
+	  just for first variant. A bit too verbose, but at least I won't
+	  be confused anymore.
 
-2013-02-04 19:07  dustymugs
+2013-02-04 19:07  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed dimension error of bands when using ST_Tile on out-db
-	  rasters.
+	* [r11079] Fixed dimension error of bands when using ST_Tile on
+	  out-db rasters.
 	  Ticket #2198
 
-2013-02-04 19:07  dustymugs
+2013-02-04 19:07  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional calls to assert() and better checking of out-db raster
-	  bands
+	* [r11078] Additional calls to assert() and better checking of
+	  out-db raster bands
 
-2013-02-04 19:07  dustymugs
+2013-02-04 19:07  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed some unnecessary assert() calls
+	* [r11077] Removed some unnecessary assert() calls
 
-2013-02-02 23:48  robe
+2013-02-02 23:48  Regina Obe <lr at pcorp.us>
 
-	* #2190: further cleanup of topology existence checking so
+	* [r11076] #2190: further cleanup of topology existence checking so
 	  regresses for 9.3. Should pass with flying colors now.
 
-2013-02-02 22:12  robe
+2013-02-02 22:12  Regina Obe <lr at pcorp.us>
 
-	* fix for 9.3 -- pg 9.3 seems to throw errors sooner so we need to
-	  check a topology exists before trying to query it.
+	* [r11075] fix for 9.3 -- pg 9.3 seems to throw errors sooner so we
+	  need to check a topology exists before trying to query it.
 
-2013-02-01 20:13  robe
+2013-02-01 20:13  Regina Obe <lr at pcorp.us>
 
-	* fix gdal_translate examples (port now required) and have typos in
-	  syntax
+	* [r11074] fix gdal_translate examples (port now required) and have
+	  typos in syntax
 
-2013-01-29 15:25  dustymugs
+2013-01-29 15:25  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added check that raster metadata check and warn if not
+	* [r11060] Added check that raster metadata check and warn if not
 
-2013-01-29 14:48  dustymugs
+2013-01-29 14:48  Bborie Park <bkpark at ucdavis.edu>
 
-	* Remove debug output from rt_raster_gdal_warp()
+	* [r11059] Remove debug output from rt_raster_gdal_warp()
 
-2013-01-28 23:01  dustymugs
+2013-01-28 23:01  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fix function parameter value overflow that caused problems when
-	  copying
+	* [r11057] Fix function parameter value overflow that caused
+	  problems when copying
 	  data from a GDAL dataset. Problem first appeared in ST_Resize().
 	  Ticket #2188
 
-2013-01-28 23:01  dustymugs
+2013-01-28 23:01  Bborie Park <bkpark at ucdavis.edu>
 
-	* Code cleanup of rt_raster_gdal_warp()
+	* [r11056] Code cleanup of rt_raster_gdal_warp()
 
-2013-01-26 18:17  robe
+2013-01-26 18:17  Regina Obe <lr at pcorp.us>
 
-	* ST_Perimeter not being flagged in matrix as geography function
-	  because of double function synopsis
+	* [r11046] ST_Perimeter not being flagged in matrix as geography
+	  function because of double function synopsis
 
-2013-01-26 17:31  robe
+2013-01-26 17:31  Regina Obe <lr at pcorp.us>
 
-	* link happiness -- add ref to postgresql math functions so people
-	  aren't puzzled by degrees, pi, radians where they came from
+	* [r11044] link happiness -- add ref to postgresql math functions
+	  so people aren't puzzled by degrees, pi, radians where they came
+	  from
 
-2013-01-26 17:27  robe
+2013-01-26 17:27  Regina Obe <lr at pcorp.us>
 
-	* clarify distance is in meters in the short-descrip that shows in
-	  db environment
+	* [r11043] clarify distance is in meters in the short-descrip that
+	  shows in db environment
 
-2013-01-26 17:22  robe
+2013-01-26 17:22  Regina Obe <lr at pcorp.us>
 
-	* ST_Project -- somebody didn't follow protocol and didn't tag
-	  PostGIS version when they added this
+	* [r11040] ST_Project -- somebody didn't follow protocol and didn't
+	  tag PostGIS version when they added this
 
-2013-01-26 02:42  robe
+2013-01-26 02:42  Regina Obe <lr at pcorp.us>
 
-	* spell degrees correctly -- its degrees not degreees
+	* [r11029] spell degrees correctly -- its degrees not degreees
 
-2013-01-26 02:32  robe
+2013-01-26 02:32  Regina Obe <lr at pcorp.us>
 
-	* #657: correct the documentation on ST_Project to reflect it
-	  expects bearing measured in radians and how to handle for both
+	* [r11026] #657: correct the documentation on ST_Project to reflect
+	  it expects bearing measured in radians and how to handle for both
 	  degrees and radians
 
-2013-01-25 11:03  strk
+2013-01-25 11:03  Sandro Santilli <strk at keybit.net>
 
-	* Support dumps where the geometry column has a mixEdCaseD name
+	* [r11025] Support dumps where the geometry column has a mixEdCaseD
+	  name
 
-2013-01-24 21:15  strk
+2013-01-24 21:15  Sandro Santilli <strk at keybit.net>
 
-	* Properly copy topologies with Z value (#2184)
+	* [r11022] Properly copy topologies with Z value (#2184)
 
-2013-01-20 16:56  dustymugs
+2013-01-20 16:56  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fix issue with outdb rasters with no SRID and ST_Resize (GDAL
-	  warp
+	* [r11008] Fix issue with outdb rasters with no SRID and ST_Resize
+	  (GDAL warp
 	  calls). Ticket #2182
 
-2013-01-18 18:09  strk
+2013-01-18 18:09  Sandro Santilli <strk at keybit.net>
 
-	* Have ST_Summary advertise presence of known srid with an [S] flag
+	* [r11004] Have ST_Summary advertise presence of known srid with an
+	  [S] flag
 	  
 	  Closes #2178
 
-2013-01-18 14:10  robe
+2013-01-18 14:10  Regina Obe <lr at pcorp.us>
 
-	* obsolete links
+	* [r11001] obsolete links
 
-2013-01-18 08:55  robe
+2013-01-18 08:55  Regina Obe <lr at pcorp.us>
 
-	* update news with new tiger geocoder features
+	* [r10998] update news with new tiger geocoder features
 
-2013-01-17 08:05  strk
+2013-01-17 08:05  Sandro Santilli <strk at keybit.net>
 
-	* Prefer boolean predicates over overlay ops in ST_ChangeEdgeGeom
+	* [r10987] Prefer boolean predicates over overlay ops in
+	  ST_ChangeEdgeGeom
 	  
 	  Further reduces robustness issues and squeezes another bit of
 	  performance.
 
-2013-01-16 21:42  strk
+2013-01-16 21:42  Sandro Santilli <strk at keybit.net>
 
-	* Drop useless input endpoints relate check in ST_ChangeEdgeGeom
+	* [r10985] Drop useless input endpoints relate check in
+	  ST_ChangeEdgeGeom
 
-2013-01-16 15:14  strk
+2013-01-16 15:14  Sandro Santilli <strk at keybit.net>
 
-	* Make ST_ChangeEdgeGeom motion collision detection code more
-	  robust
+	* [r10984] Make ST_ChangeEdgeGeom motion collision detection code
+	  more robust
 	  
 	  The new model avoids a call to GEOSSymDifference but rather
 	  checks
@@ -2793,61 +3166,63 @@
 	  be safe. Haven't profiled but the new code should also be faster
 	  than the previous. Fixes ticket #2176, includes testcase for it.
 
-2013-01-16 14:24  robe
+2013-01-16 14:24  Regina Obe <lr at pcorp.us>
 
-	* change to about link to show new website link
+	* [r10982] change to about link to show new website link
 
-2013-01-16 09:42  robe
+2013-01-16 09:42  Regina Obe <lr at pcorp.us>
 
-	* fix formatting and word changes to tiger extension install
-	  section
+	* [r10981] fix formatting and word changes to tiger extension
+	  install section
 
-2013-01-16 09:16  robe
+2013-01-16 09:16  Regina Obe <lr at pcorp.us>
 
-	* update to reflect new protocol when we are on new site. Also to
-	  update download links
+	* [r10979] update to reflect new protocol when we are on new site.
+	  Also to update download links
 
-2013-01-16 07:48  robe
+2013-01-16 07:48  Regina Obe <lr at pcorp.us>
 
-	* move note into para
+	* [r10978] move note into para
 
-2013-01-16 07:38  robe
+2013-01-16 07:38  Regina Obe <lr at pcorp.us>
 
-	* get rid of program listing stuff try to fix regress.
+	* [r10977] get rid of program listing stuff try to fix regress.
 
-2013-01-16 07:24  robe
+2013-01-16 07:24  Regina Obe <lr at pcorp.us>
 
-	* get rid of unbalanced para tag
+	* [r10976] get rid of unbalanced para tag
 
-2013-01-16 07:13  robe
+2013-01-16 07:13  Regina Obe <lr at pcorp.us>
 
-	* add extension model instructions for tiger geocoder install. add
-	  xml entity for download link
+	* [r10975] add extension model instructions for tiger geocoder
+	  install. add xml entity for download link
 
-2013-01-15 11:54  strk
+2013-01-15 11:54  Sandro Santilli <strk at keybit.net>
 
-	* Base vertex snap tolerance in lwline_split_by_point on line
-	  length
+	* [r10973] Base vertex snap tolerance in lwline_split_by_point on
+	  line length
 	  
 	  Fixes robustness issue in splitting line with own vertex (#2173)
 	  Also fixes one case of topology building (#2172)
 
-2013-01-02 12:24  robe
+2013-01-02 12:24  Regina Obe <lr at pcorp.us>
 
-	* give anchor friendly ids for chapter and sections (so if we
-	  shuffle in future anchor doesn't change)
+	* [r10952] give anchor friendly ids for chapter and sections (so if
+	  we shuffle in future anchor doesn't change)
 
-2012-12-31 15:18  strk
+2012-12-31 15:18  Sandro Santilli <strk at keybit.net>
 
-	* Use grep found by ./configure (and have ./configure look for it)
+	* [r10942] Use grep found by ./configure (and have ./configure look
+	  for it)
 
-2012-12-27 23:38  strk
+2012-12-27 23:38  Sandro Santilli <strk at keybit.net>
 
-	* Use grep found by ./configure
+	* [r10939] Use grep found by ./configure
 
-2012-12-27 12:56  strk
+2012-12-27 12:56  Sandro Santilli <strk at keybit.net>
 
-	* Drop "lwgeom_init_allocators" need, add "lwgeom_set_handlers"
+	* [r10937] Drop "lwgeom_init_allocators" need, add
+	  "lwgeom_set_handlers"
 	  
 	  This change allows using liblwgeom from clients which cannot
 	  define
@@ -2861,254 +3236,259 @@
 	  
 	  Thanks Giuseppe Sucameli for the base work on this
 
-2012-12-26 13:44  robe
+2012-12-26 13:44  Regina Obe <lr at pcorp.us>
 
-	* Add add_search_path helper function and call it in install of
-	  postgis_tiger_geocoder to add tiger to search path. Create
-	  unpacked script for geocoder so can do CREATE EXTENSION
+	* [r10934] Add add_search_path helper function and call it in
+	  install of postgis_tiger_geocoder to add tiger to search path.
+	  Create unpacked script for geocoder so can do CREATE EXTENSION
 	  postgis_tiger_geocoder FROM unpackaged;
 
-2012-12-21 22:55  dustymugs
+2012-12-21 22:55  Bborie Park <bkpark at ucdavis.edu>
 
-	* More code and memory cleanup
+	* [r10914] More code and memory cleanup
 
-2012-12-21 22:18  dustymugs
+2012-12-21 22:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional cleanup and making sure to free memory when hitting
-	  errors
+	* [r10913] Additional cleanup and making sure to free memory when
+	  hitting errors
 
-2012-12-21 22:18  dustymugs
+2012-12-21 22:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Code cleanup of rt_raster_serialize(). Basically make sure to
-	  free
+	* [r10912] Code cleanup of rt_raster_serialize(). Basically make
+	  sure to free
 	  allocated memory if function has error
 
-2012-12-21 10:53  strk
+2012-12-21 10:53  Sandro Santilli <strk at keybit.net>
 
-	* Fix memory leak in lwcollection_homogenize
+	* [r10896] Fix memory leak in lwcollection_homogenize
 
-2012-12-21 10:01  strk
+2012-12-21 10:01  Sandro Santilli <strk at keybit.net>
 
-	* Update ignores
+	* [r10895] Update ignores
 
-2012-12-21 10:01  strk
+2012-12-21 10:01  Sandro Santilli <strk at keybit.net>
 
-	* Fix compiler warnings
+	* [r10894] Fix compiler warnings
 
-2012-12-20 20:47  dustymugs
+2012-12-20 20:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* PostgreSQL 9.3 changed where heap_form_tuple() is declared. Fixed
-	  in
+	* [r10885] PostgreSQL 9.3 changed where heap_form_tuple() is
+	  declared. Fixed in
 	  raster and postgis. Ticket #2013.
 
-2012-12-20 18:40  pramsey
+2012-12-20 18:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Quiet compile warnings.
+	* [r10882] Quiet compile warnings.
 
-2012-12-20 18:26  strk
+2012-12-20 18:26  Sandro Santilli <strk at keybit.net>
 
-	* Fix leak in cu_stringbuffer test
+	* [r10880] Fix leak in cu_stringbuffer test
 
-2012-12-20 18:07  strk
+2012-12-20 18:07  Sandro Santilli <strk at keybit.net>
 
-	* Fix memory leak in lwmline_locate_along
+	* [r10878] Fix memory leak in lwmline_locate_along
 
-2012-12-20 17:51  strk
+2012-12-20 17:51  Sandro Santilli <strk at keybit.net>
 
-	* Fix memory leak in geometry cleaner
+	* [r10877] Fix memory leak in geometry cleaner
 
-2012-12-20 17:20  strk
+2012-12-20 17:20  Sandro Santilli <strk at keybit.net>
 
-	* Drop unused "libtgeom.h" include
+	* [r10872] Drop unused "libtgeom.h" include
 	  
 	  This is to make libtgeom memory errors less scary :)
 	  See #1553
 
-2012-12-20 17:19  strk
+2012-12-20 17:19  Sandro Santilli <strk at keybit.net>
 
-	* Fix memory leaks in lwsegmentize and cu_ptarray
+	* [r10871] Fix memory leaks in lwsegmentize and cu_ptarray
 
-2012-12-20 16:02  robe
+2012-12-20 16:02  Regina Obe <lr at pcorp.us>
 
-	* add topology so extension now installs cleanly. still need to add
-	  set path and cleanup the make clean
+	* [r10870] add topology so extension now installs cleanly. still
+	  need to add set path and cleanup the make clean
 
-2012-12-19 23:26  dustymugs
+2012-12-19 23:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* Stomp out memory leaks in CUnit tests
+	* [r10868] Stomp out memory leaks in CUnit tests
 
-2012-12-19 23:26  dustymugs
+2012-12-19 23:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* Make sure to free OGR geometry when the geometry is empty
+	* [r10867] Make sure to free OGR geometry when the geometry is
+	  empty
 
-2012-12-19 23:26  dustymugs
+2012-12-19 23:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed memory handling of offline band path. Now explicitly
-	  owned
+	* [r10866] Changed memory handling of offline band path. Now
+	  explicitly owned
 	  internally
 
-2012-12-19 20:52  strk
+2012-12-19 20:52  Sandro Santilli <strk at keybit.net>
 
-	* Fix memory leak in circ_tree_new
+	* [r10865] Fix memory leak in circ_tree_new
 
-2012-12-19 20:52  strk
+2012-12-19 20:52  Sandro Santilli <strk at keybit.net>
 
-	* Fix leak in cu_geodetic test
+	* [r10864] Fix leak in cu_geodetic test
 
-2012-12-19 20:08  strk
+2012-12-19 20:08  Sandro Santilli <strk at keybit.net>
 
-	* CUnit is not only needed for liblwgeom
+	* [r10863] CUnit is not only needed for liblwgeom
 
-2012-12-19 18:18  strk
+2012-12-19 18:18  Sandro Santilli <strk at keybit.net>
 
-	* Put JSON input test where it belongs (#2156)
+	* [r10861] Put JSON input test where it belongs (#2156)
 	  
 	  This time do not include other unrelated changes...
 
-2012-12-19 18:06  strk
+2012-12-19 18:06  Sandro Santilli <strk at keybit.net>
 
-	* Revert "Move JSON input test where it belons (#2156)"
+	* [r10860] Revert "Move JSON input test where it belons (#2156)"
 	  
 	  Accidentally committed an unrelated patch..
 
-2012-12-19 18:01  strk
+2012-12-19 18:01  Sandro Santilli <strk at keybit.net>
 
-	* Move JSON input test where it belons (#2156)
+	* [r10859] Move JSON input test where it belons (#2156)
 
-2012-12-19 00:32  robe
+2012-12-19 00:32  Regina Obe <lr at pcorp.us>
 
-	* #2153: fix typo in file path
+	* [r10856] #2153: fix typo in file path
 
-2012-12-18 20:42  dustymugs
+2012-12-18 20:42  Bborie Park <bkpark at ucdavis.edu>
 
-	* Tweaked UpdateRasterSRID() to drop/add coverage tile as needed
+	* [r10853] Tweaked UpdateRasterSRID() to drop/add coverage tile as
+	  needed
 
-2012-12-18 05:06  robe
+2012-12-18 05:06  Regina Obe <lr at pcorp.us>
 
-	* #1959 remove sql_bits/mark_editable_objects.sql.in from upgrade
-	  script. It is the one causing pg_extension table to bloat and in
-	  theory not needed for upgrade since we don't change
+	* [r10852] #1959 remove sql_bits/mark_editable_objects.sql.in from
+	  upgrade script. It is the one causing pg_extension table to bloat
+	  and in theory not needed for upgrade since we don't change
 	  spatial_ref_sys during upgrade.
 
-2012-12-15 20:27  robe
+2012-12-15 20:27  Regina Obe <lr at pcorp.us>
 
-	* add 2.0.2 as upgrade from path
+	* [r10851] add 2.0.2 as upgrade from path
 
-2012-12-15 08:09  robe
+2012-12-15 08:09  Regina Obe <lr at pcorp.us>
 
-	* #2147 upgrade topology doesn't work on Mac BSD sed doesn't
-	  default to extended. Use already perl built topology upgrade
-	  script instead as template for extension upgrade
+	* [r10848] #2147 upgrade topology doesn't work on Mac BSD sed
+	  doesn't default to extended. Use already perl built topology
+	  upgrade script instead as template for extension upgrade
 
-2012-12-15 00:55  dustymugs
+2012-12-15 00:55  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed handling of identifiers with single quote (') such as in
-	  O'Reilly.
+	* [r10845] Fixed handling of identifiers with single quote (') such
+	  as in O'Reilly.
 
-2012-12-14 20:28  dustymugs
+2012-12-14 20:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed testing of extent geometry
+	* [r10843] Changed testing of extent geometry
 
-2012-12-14 20:27  dustymugs
+2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated raster2pgsql help and docs to reflect changes to
+	* [r10842] Updated raster2pgsql help and docs to reflect changes to
 	  regular_blocking.
 
-2012-12-14 20:27  dustymugs
+2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* regular_blocking constraint removed. regular_blocking column of
+	* [r10841] regular_blocking constraint removed. regular_blocking
+	  column of
 	  raster_columns now looks for spatially_unique and coverage_tile
 	  constraints. Ticket #2150
 
-2012-12-14 20:27  dustymugs
+2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added regression tests for ST_IsCoverageTile().
+	* [r10840] Added regression tests for ST_IsCoverageTile().
 
-2012-12-14 20:27  dustymugs
+2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added support for padded edge tiles to ST_IsCoverageTile()
+	* [r10839] Added support for padded edge tiles to
+	  ST_IsCoverageTile()
 
-2012-12-14 20:27  dustymugs
+2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added support for no-band rasters to ST_Tile(raster)
+	* [r10838] Added support for no-band rasters to ST_Tile(raster)
 
-2012-12-14 20:27  dustymugs
+2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added missing tickets and reorg of ticket list
+	* [r10837] Added missing tickets and reorg of ticket list
 
-2012-12-14 20:27  dustymugs
+2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added parameters to ST_Tile(raster) to control padding of
-	  generated tiles.
+	* [r10836] Added parameters to ST_Tile(raster) to control padding
+	  of generated tiles.
 	  ST_Tile(raster) no longer defaults to padding tiles. Ticket #2069
 
-2012-12-14 20:26  dustymugs
+2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of coverage_tile constraint for raster. Ticket #2148
+	* [r10835] Addition of coverage_tile constraint for raster. Ticket
+	  #2148
 
-2012-12-14 20:26  dustymugs
+2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_IsCoverageTile() to tell if tile is part of a
-	  coverage
+	* [r10834] Addition of ST_IsCoverageTile() to tell if tile is part
+	  of a coverage
 
-2012-12-14 20:26  dustymugs
+2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added raster's spatially_unique constraint. Ticket #2149. Still
-	  needs
+	* [r10833] Added raster's spatially_unique constraint. Ticket
+	  #2149. Still needs
 	  regression tests but won't happen until regular_blocking is
 	  finished.
 
-2012-12-14 20:26  dustymugs
+2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* Tweaked the extent computed for the extent constraint
+	* [r10832] Tweaked the extent computed for the extent constraint
 
-2012-12-14 20:26  dustymugs
+2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed blocksize constraint to permit multiple possible values.
-	  Ticket
+	* [r10831] Changed blocksize constraint to permit multiple possible
+	  values. Ticket
 	  is #2143. We just need a coverage constraint and a spatially
 	  unique
 	  constraint to determine regularly blocked.
 
-2012-12-14 20:26  dustymugs
+2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed incorrect return type in docs
+	* [r10830] Fixed incorrect return type in docs
 
-2012-12-14 20:26  dustymugs
+2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* raster2pgsql no longer pads tiles by default based upon tile
-	  position and tile
+	* [r10829] raster2pgsql no longer pads tiles by default based upon
+	  tile position and tile
 	  size. This is part of the refactoring to remove padded tiles.
 	  Flag -P
 	  added so that users can indicate that tiles should be padded.
 	  Ticket #826.
 
-2012-12-14 20:25  dustymugs
+2012-12-14 20:25  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed hardcoded flags for raster2pgsql from run_test
+	* [r10828] Removed hardcoded flags for raster2pgsql from run_test
 
-2012-12-14 20:25  dustymugs
+2012-12-14 20:25  Bborie Park <bkpark at ucdavis.edu>
 
-	* Quiet down ST_SameAlignment(raster, raster) as it was way too
-	  talkative
+	* [r10827] Quiet down ST_SameAlignment(raster, raster) as it was
+	  way too talkative
 
-2012-12-14 20:25  dustymugs
+2012-12-14 20:25  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated regression tests for raster2pgsql
+	* [r10826] Updated regression tests for raster2pgsql
 
-2012-12-13 09:34  strk
+2012-12-13 09:34  Sandro Santilli <strk at keybit.net>
 
-	* Revert "Return NULL when simplifying a line results in a line
-	  with < 2 vertices"
+	* [r10822] Revert "Return NULL when simplifying a line results in a
+	  line with < 2 vertices"
 	  
 	  The correct behavior is still being discussed here:
 	  http://trac.osgeo.org/postgis/ticket/1987
 	  Better reduce the noise...
 
-2012-12-12 15:52  strk
+2012-12-12 15:52  Sandro Santilli <strk at keybit.net>
 
-	* Return NULL when simplifying a line results in a line with < 2
-	  vertices
+	* [r10821] Return NULL when simplifying a line results in a line
+	  with < 2 vertices
 	  
 	  Also return NULL from ST_Simplify when the input is an empty
 	  (null is a simpler form than EMPTY...)
@@ -3117,30 +3497,31 @@
 	  to me. I'm still interested in allowing collapses avoidance but
 	  I think consistency is also important.
 
-2012-12-09 19:59  pramsey
+2012-12-09 19:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2145, ST_Segmentize(geography, dist) fails with redundant
-	  coordinates
+	* [r10820] #2145, ST_Segmentize(geography, dist) fails with
+	  redundant coordinates
 
-2012-12-07 22:07  dustymugs
+2012-12-07 22:07  Bborie Park <bkpark at ucdavis.edu>
 
-	* More verbose output when constraints fail to be added to a raster
+	* [r10819] More verbose output when constraints fail to be added to
+	  a raster
 	  column. Ticket #2141
 
-2012-12-07 09:27  strk
+2012-12-07 09:27  Sandro Santilli <strk at keybit.net>
 
-	* Add an id to the toTopoGeom proxy entry
+	* [r10816] Add an id to the toTopoGeom proxy entry
 
-2012-12-07 09:24  strk
+2012-12-07 09:24  Sandro Santilli <strk at keybit.net>
 
-	* Element xref can't have content (was declared EMPTY)
+	* [r10815] Element xref can't have content (was declared EMPTY)
 	  
 	  I'm surprised postgis_aggs_mm.xml.xsl contains all that XML,
 	  shouldn't it just transform source XML ?
 
-2012-12-07 09:24  strk
+2012-12-07 09:24  Sandro Santilli <strk at keybit.net>
 
-	* Add a "TopoGeometry Editors" section
+	* [r10814] Add a "TopoGeometry Editors" section
 	  
 	  I've added a toTopoGeom entry in this section for the sole
 	  purpose
@@ -3149,1368 +3530,1425 @@
 	  section. If there's any better way to deal with this I'm looking
 	  forward for enhancements.
 
-2012-12-07 08:36  strk
+2012-12-07 08:36  Sandro Santilli <strk at keybit.net>
 
-	* Element xref can't have content (was declared EMPTY)
+	* [r10813] Element xref can't have content (was declared EMPTY)
 
-2012-12-07 08:31  strk
+2012-12-07 08:31  Sandro Santilli <strk at keybit.net>
 
-	* Fix links to legacy faq
+	* [r10812] Fix links to legacy faq
 
-2012-12-07 08:31  strk
+2012-12-07 08:31  Sandro Santilli <strk at keybit.net>
 
-	* Document new toTopoGeom override and clearTopoGeom
+	* [r10811] Document new toTopoGeom override and clearTopoGeom
 
-2012-12-07 01:08  dustymugs
+2012-12-07 01:08  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed behavior of ST_ConvexHull() for empty rasters. Ticket #2126
+	* [r10810] Fixed behavior of ST_ConvexHull() for empty rasters.
+	  Ticket #2126
 
-2012-12-06 23:23  strk
+2012-12-06 23:23  Sandro Santilli <strk at keybit.net>
 
-	* Provide a version of toTopoGeom taking a TopoGeometry object
+	* [r10809] Provide a version of toTopoGeom taking a TopoGeometry
+	  object
 	  
 	  Such version would _add_ the space taken by the input geometry
 	  to an existing TopoGeometry.
 
-2012-12-06 23:02  strk
+2012-12-06 23:02  Sandro Santilli <strk at keybit.net>
 
-	* Add topology.clearTopoGeom(TopoGeometry) function
+	* [r10808] Add topology.clearTopoGeom(TopoGeometry) function
 
-2012-12-06 18:45  strk
+2012-12-06 18:45  Sandro Santilli <strk at keybit.net>
 
-	* Do not hardcode version to rule to build topology_upgrade_X_minor
+	* [r10807] Do not hardcode version to rule to build
+	  topology_upgrade_X_minor
 
-2012-12-06 17:56  pramsey
+2012-12-06 17:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2101, add some doco in the .sql.in.c file on the _postgis_*
-	  stats info functions.
+	* [r10806] #2101, add some doco in the .sql.in.c file on the
+	  _postgis_* stats info functions.
 
-2012-12-06 17:39  mloskot
+2012-12-06 17:39  Mateusz Loskot <mateusz at loskot.net>
 
-	* Added RasterReader.copy_to() utility based on SQL command COPY TO
-	  and PostGIS Raster functions ST_As<FORMAT> and outputs rasters to
-	  hex-encoded plain text or binary raster file.
+	* [r10805] Added RasterReader.copy_to() utility based on SQL
+	  command COPY TO and PostGIS Raster functions ST_As<FORMAT> and
+	  outputs rasters to hex-encoded plain text or binary raster file.
 
-2012-12-06 10:49  mloskot
+2012-12-06 10:49  Mateusz Loskot <mateusz at loskot.net>
 
-	* Typo
+	* [r10804] Typo
 
-2012-12-06 05:43  dustymugs
+2012-12-06 05:43  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed handling of SRS strings as they are passed to GDAL
+	* [r10803] Fixed handling of SRS strings as they are passed to GDAL
 	  functions.
 	  Ticket #2134
 
-2012-12-05 18:50  pramsey
+2012-12-05 18:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2132, _postgis_stats crashes backend on missing stats
+	* [r10800] #2132, _postgis_stats crashes backend on missing stats
 
-2012-12-05 10:28  strk
+2012-12-05 10:28  Sandro Santilli <strk at keybit.net>
 
-	* Fix broken shp2pgsql help string suggesting -r to reproject
+	* [r10798] Fix broken shp2pgsql help string suggesting -r to
+	  reproject
 
-2012-12-04 19:54  pramsey
+2012-12-04 19:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #945, expose and add selectivity to the 3d/4d index (&&&)
-	  bindings
+	* [r10796] #945, expose and add selectivity to the 3d/4d index
+	  (&&&) bindings
 
-2012-12-04 13:24  robe
+2012-12-04 13:24  Regina Obe <lr at pcorp.us>
 
-	* upport 2.0.2 release notes
+	* [r10795] upport 2.0.2 release notes
 
-2012-12-03 22:17  dustymugs
+2012-12-03 22:17  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed incorrect return type for ST_BandIsNoData(raster) in docs
+	* [r10792] Fixed incorrect return type for ST_BandIsNoData(raster)
+	  in docs
 
-2012-12-03 16:19  strk
+2012-12-03 16:19  Sandro Santilli <strk at keybit.net>
 
-	* Fix memory error in MultiPolygon GeoJson parsing (#2130)
+	* [r10786] Fix memory error in MultiPolygon GeoJson parsing (#2130)
 
-2012-12-03 14:10  strk
+2012-12-03 14:10  Sandro Santilli <strk at keybit.net>
 
-	* Fix SRID in ST_Homogenize output with collection input (#2129)
+	* [r10783] Fix SRID in ST_Homogenize output with collection input
+	  (#2129)
 
-2012-12-03 10:09  strk
+2012-12-03 10:09  Sandro Santilli <strk at keybit.net>
 
-	* Make ST_RemEdge* tests 30% faster by reducing service costs
+	* [r10781] Make ST_RemEdge* tests 30% faster by reducing service
+	  costs
 
-2012-12-02 22:36  dustymugs
+2012-12-02 22:36  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed PICFLAGS from CFLAGS when compiling CUnit suites. Ticket
-	  #2125
+	* [r10779] Removed PICFLAGS from CFLAGS when compiling CUnit
+	  suites. Ticket #2125
 
-2012-12-01 22:56  robe
+2012-12-01 22:56  Regina Obe <lr at pcorp.us>
 
-	* fix return type
+	* [r10778] fix return type
 
-2012-12-01 20:32  robe
+2012-12-01 20:32  Regina Obe <lr at pcorp.us>
 
-	* TopoGeo_AddPolygon says aline instead of apoly
+	* [r10777] TopoGeo_AddPolygon says aline instead of apoly
 
-2012-12-01 08:34  robe
+2012-12-01 08:34  Regina Obe <lr at pcorp.us>
 
-	* don't dtd validate when making comments and cheatsheets
+	* [r10775] don't dtd validate when making comments and cheatsheets
 
-2012-12-01 01:19  dustymugs
+2012-12-01 01:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_Resize(raster) to resize a raster using desired
+	* [r10774] Added ST_Resize(raster) to resize a raster using desired
 	  width/height.
 	  Ticket #1293.
 
-2012-12-01 01:19  dustymugs
+2012-12-01 01:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed requirements of SRID for calling GDAL Warp API
+	* [r10773] Removed requirements of SRID for calling GDAL Warp API
 
-2012-11-30 15:18  dustymugs
+2012-11-30 15:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed use of pi html code. Using "pi" instead.
+	* [r10772] Removed use of pi html code. Using "pi" instead.
 
-2012-11-30 01:13  dustymugs
+2012-11-30 01:13  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional cleanup and validation regarding ticket #1653
+	* [r10770] Additional cleanup and validation regarding ticket #1653
 
-2012-11-30 01:13  dustymugs
+2012-11-30 01:13  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added NEWS item and doc updates for changes related to ticket
-	  #2119
+	* [r10769] Added NEWS item and doc updates for changes related to
+	  ticket #2119
 
-2012-11-30 01:12  dustymugs
+2012-11-30 01:12  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added a special case to RASTER_GDALWarp() where if the input
-	  raster has
+	* [r10768] Added a special case to RASTER_GDALWarp() where if the
+	  input raster has
 	  no SRID (SRID_UNKNOWN) AND the operation does not involve a
 	  reprojection, then use a catchall/substitute SRID (in this case
 	  4326).
 	  Ticket #2119
 
-2012-11-29 22:33  colivier
+2012-11-29 22:33  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix #2092 for trunk branch
+	* [r10767] Fix #2092 for trunk branch
 
-2012-11-29 19:29  strk
+2012-11-29 19:29  Sandro Santilli <strk at keybit.net>
 
-	* Enhance error message on unsupported geometry type (#1899)
+	* [r10763] Enhance error message on unsupported geometry type
+	  (#1899)
 
-2012-11-29 19:11  dustymugs
+2012-11-29 19:11  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed incorrect ticket #. From #2026 to #2062
+	* [r10762] Fixed incorrect ticket #. From #2026 to #2062
 
-2012-11-29 18:59  dustymugs
+2012-11-29 18:59  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed confusion between ST_Resample(raster) and
+	* [r10760] Removed confusion between ST_Resample(raster) and
 	  ST_Transform(raster)
 	  by removing srid parameter for ST_Resample(). Ticket #1653
 
-2012-11-29 18:59  dustymugs
+2012-11-29 18:59  Bborie Park <bkpark at ucdavis.edu>
 
-	* Renamed RASTER_resample() to RASTER_GDALWarp() and adjusted SQL
+	* [r10759] Renamed RASTER_resample() to RASTER_GDALWarp() and
+	  adjusted SQL
 	  functions as needed. Next is to audit and possibly refactor those
 	  functions that make use of RASTER_resample().
 
-2012-11-29 18:30  strk
+2012-11-29 18:30  Sandro Santilli <strk at keybit.net>
 
-	* Ensure ST_Line_Interpolate_Point always returns POINT (#2108)
+	* [r10757] Ensure ST_Line_Interpolate_Point always returns POINT
+	  (#2108)
 
-2012-11-29 18:13  strk
+2012-11-29 18:13  Sandro Santilli <strk at keybit.net>
 
-	* Ensure ST_PointOnSurface always returns POINT (#2117)
+	* [r10755] Ensure ST_PointOnSurface always returns POINT (#2117)
 
-2012-11-29 18:01  strk
+2012-11-29 18:01  Sandro Santilli <strk at keybit.net>
 
-	* Early release lwgeom memory
+	* [r10754] Early release lwgeom memory
 
-2012-11-29 17:49  strk
+2012-11-29 17:49  Sandro Santilli <strk at keybit.net>
 
-	* Ensure ST_Centroid always returns POINT (#2109)
+	* [r10751] Ensure ST_Centroid always returns POINT (#2109)
 
-2012-11-29 02:12  robe
+2012-11-29 02:12  Regina Obe <lr at pcorp.us>
 
-	* #1795 make raster_views, raster_columns, geometry_columns,
-	  geometry_views, spatial_ref_sys public viewable -- none issue
-	  since they are views that only list user viewable tables and
-	  aspatial_ref_sys is harmless public info.
+	* [r10750] #1795 make raster_views, raster_columns,
+	  geometry_columns, geometry_views, spatial_ref_sys public viewable
+	  -- none issue since they are views that only list user viewable
+	  tables and aspatial_ref_sys is harmless public info.
 
-2012-11-29 01:21  dustymugs
+2012-11-29 01:21  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added CUnit test suites for raster core. Old raster core
+	* [r10749] Added CUnit test suites for raster core. Old raster core
 	  regression
 	  tests can still be found in raster/test/core but are no longer
 	  run.
 	  Probably should delete before 2.1 is released.
 	  Ticket #173
 
-2012-11-28 22:35  nicklas
+2012-11-28 22:35  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* #2112
+	* [r10747] #2112
 
-2012-11-28 20:16  dustymugs
+2012-11-28 20:16  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored return and parameters of rt_raster_iterator()
+	* [r10746] Refactored return and parameters of rt_raster_iterator()
 
-2012-11-28 19:31  dustymugs
+2012-11-28 19:31  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored return and parameters of rt_raster_from_two_rasters()
+	* [r10745] Refactored return and parameters of
+	  rt_raster_from_two_rasters()
 
-2012-11-28 15:27  dustymugs
+2012-11-28 15:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored return and parameters of rt_raster_surface()
+	* [r10744] Refactored return and parameters of rt_raster_surface()
 
-2012-11-27 00:58  dustymugs
+2012-11-27 00:58  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_NotSameAlignmentReason(raster, raster). Ticket #1709
+	* [r10742] Added ST_NotSameAlignmentReason(raster, raster). Ticket
+	  #1709
 
-2012-11-26 21:09  dustymugs
+2012-11-26 21:09  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_Transform(raster) variant that allows of aligning output
+	* [r10741] Added ST_Transform(raster) variant that allows of
+	  aligning output
 	  rasters to a reference raster. Ticket #2105
 
-2012-11-26 19:13  dustymugs
+2012-11-26 19:13  Bborie Park <bkpark at ucdavis.edu>
 
-	* Renamed variants of ST_World2RasterCoord() and
+	* [r10740] Renamed variants of ST_World2RasterCoord() and
 	  ST_Raster2WorldCoord() to
 	  ST_WorldToRasterCoord() and ST_RasterToWorldCoord() as names are
 	  inconsistent with other PostGIS function names. Ticket #2104
 
-2012-11-26 12:07  strk
+2012-11-26 12:07  Sandro Santilli <strk at keybit.net>
 
-	* Skip st_area(geography) and st_length(geography)
+	* [r10738] Skip st_area(geography) and st_length(geography)
 	  
 	  See
 	  http://lists.osgeo.org/pipermail/postgis-users/2012-November/035854.html
 
-2012-11-25 22:36  robe
+2012-11-25 22:36  Regina Obe <lr at pcorp.us>
 
-	* #1869 take care of ST_AsBinary(unknown/text),
+	* [r10737] #1869 take care of ST_AsBinary(unknown/text),
 	  ST_AsText(unknown/text) is not unique errors
 
-2012-11-25 21:55  dustymugs
+2012-11-25 21:55  Bborie Park <bkpark at ucdavis.edu>
 
-	* Where appropriate, functions in rt_core now use standardized
-	  function
+	* [r10735] Where appropriate, functions in rt_core now use
+	  standardized function
 	  return states.
 
-2012-11-23 22:15  strk
+2012-11-23 22:15  Sandro Santilli <strk at keybit.net>
 
-	* Fix ST_{Mod,New}EdgeHeal joining edges sharing both endpoints
+	* [r10734] Fix ST_{Mod,New}EdgeHeal joining edges sharing both
+	  endpoints
 	  
 	  Closes #1998. Include testcases.
 	  Also simplifies the code and avoids a GEOS call.
 	  
 	  [RT-SIGTA] C.I.G.: 0494241492
 
-2012-11-23 15:57  pramsey
+2012-11-23 15:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Try to stomp out -180 (#2066)
+	* [r10732] Try to stomp out -180 (#2066)
 
-2012-11-23 06:13  pramsey
+2012-11-23 06:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #1828, geography stats are really sensitive to narrow
+	* [r10731] #1828, geography stats are really sensitive to narrow
 	  dimensionality issues,
 	  so geodetic bounds have to be exactly calculated for things like
 	  points
 
-2012-11-22 17:39  pramsey
+2012-11-22 17:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #1828, fix mistake to geography calculation routine
+	* [r10729] #1828, fix mistake to geography calculation routine
 
-2012-11-21 23:26  pramsey
+2012-11-21 23:26  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Of course we're going to do real joinsel...
+	* [r10728] Of course we're going to do real joinsel...
 
-2012-11-21 19:52  pramsey
+2012-11-21 19:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Explain "selectivity" a little more explicitly
+	* [r10727] Explain "selectivity" a little more explicitly
 
-2012-11-20 23:47  pramsey
+2012-11-20 23:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Better/different error messages in stats interogator
+	* [r10726] Better/different error messages in stats interogator
 
-2012-11-20 23:28  pramsey
+2012-11-20 23:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2101, sql functions for selectivity inspection
+	* [r10725] #2101, sql functions for selectivity inspection
 
-2012-11-20 21:34  pramsey
+2012-11-20 21:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make default joinsel message more obvious
+	* [r10724] Make default joinsel message more obvious
 
-2012-11-20 21:31  pramsey
+2012-11-20 21:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make error message minimally more helpful
+	* [r10723] Make error message minimally more helpful
 
-2012-11-20 21:29  pramsey
+2012-11-20 21:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Be more explicit about the types we're passing around
+	* [r10722] Be more explicit about the types we're passing around
 
-2012-11-20 20:57  pramsey
+2012-11-20 20:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Convert SearchSysCache calls to SearchSysCache# calls, per the
-	  guidance in the PostgreSQL syscache.h file
+	* [r10721] Convert SearchSysCache calls to SearchSysCache# calls,
+	  per the guidance in the PostgreSQL syscache.h file
 
-2012-11-20 20:51  pramsey
+2012-11-20 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2102, SQL hooks for calling selectivity functions
+	* [r10720] #2102, SQL hooks for calling selectivity functions
 
-2012-11-20 19:07  pramsey
+2012-11-20 19:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #1828, Poor selectivity estimate on ST_DWithin
+	* [r10719] #1828, Poor selectivity estimate on ST_DWithin
 
-2012-11-20 17:50  pramsey
+2012-11-20 17:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove conditional use of USE_STANDARD_DEVIATION, it's been
-	  working for years, that's what we use.
+	* [r10717] Remove conditional use of USE_STANDARD_DEVIATION, it's
+	  been working for years, that's what we use.
 
-2012-11-20 09:51  robe
+2012-11-20 09:51  Regina Obe <lr at pcorp.us>
 
-	* minor formatting fix
+	* [r10713] minor formatting fix
 
-2012-11-20 09:49  robe
+2012-11-20 09:49  Regina Obe <lr at pcorp.us>
 
-	* #1287: legacy script to reinstall old PostGIS gist op. Added to
-	  FAQ when you need to use it and stress to try not to use it and
-	  reindex if you do.
+	* [r10712] #1287: legacy script to reinstall old PostGIS gist op.
+	  Added to FAQ when you need to use it and stress to try not to use
+	  it and reindex if you do.
 
-2012-11-19 23:18  dustymugs
+2012-11-19 23:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed issue where ST_AsRaster() may not return raster with
-	  specified
+	* [r10710] Fixed issue where ST_AsRaster() may not return raster
+	  with specified
 	  pixel types. Ticket #2100
 
-2012-11-19 23:18  dustymugs
+2012-11-19 23:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Code cleanup of rt_raster_gdal_rasterize()
+	* [r10709] Code cleanup of rt_raster_gdal_rasterize()
 
-2012-11-19 23:18  dustymugs
+2012-11-19 23:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored internal use variables and functions for
+	* [r10708] Refactored internal use variables and functions for
 	  rt_raster_iterator()
 
-2012-11-19 23:04  pramsey
+2012-11-19 23:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move box-reading code in geography stats to use serialized box.
+	* [r10707] Move box-reading code in geography stats to use
+	  serialized box.
 
-2012-11-19 15:47  strk
+2012-11-19 15:47  Sandro Santilli <strk at keybit.net>
 
-	* Fix double free on ST_OffsetCurve exception (#2099)
+	* [r10705] Fix double free on ST_OffsetCurve exception (#2099)
 
-2012-11-19 10:20  strk
+2012-11-19 10:20  Sandro Santilli <strk at keybit.net>
 
-	* Restore 1.5.x behaviour of ST_Simplify (#1987)
+	* [r10702] Restore 1.5.x behaviour of ST_Simplify (#1987)
 
-2012-11-16 22:59  dustymugs
+2012-11-16 22:59  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added RANGE uniontype option for ST_Union(raster) Ticket #2097
+	* [r10696] Added RANGE uniontype option for ST_Union(raster) Ticket
+	  #2097
 
-2012-11-16 12:35  robe
+2012-11-16 12:35  Regina Obe <lr at pcorp.us>
 
-	* geos new is 3.4
+	* [r10693] geos new is 3.4
 
-2012-11-16 06:46  robe
+2012-11-16 06:46  Regina Obe <lr at pcorp.us>
 
-	* update tto reflect 2.1
+	* [r10692] update tto reflect 2.1
 
-2012-11-16 03:39  dustymugs
+2012-11-16 03:39  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed SQL error in regression test
+	* [r10691] Fixed SQL error in regression test
 
-2012-11-16 01:32  dustymugs
+2012-11-16 01:32  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs and regression test for extent parameter variants of
+	* [r10690] Added docs and regression test for extent parameter
+	  variants of
 	  ST_Slope, ST_Aspect and ST_Hillshade
 
-2012-11-16 01:32  dustymugs
+2012-11-16 01:32  Bborie Park <bkpark at ucdavis.edu>
 
-	* If hillshade < 0, hillshade = 0 for ST_HillShade()
+	* [r10689] If hillshade < 0, hillshade = 0 for ST_HillShade()
 
-2012-11-16 01:31  dustymugs
+2012-11-16 01:31  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added variants of ST_Slope, ST_Aspect and ST_Hillshade to provide
+	* [r10688] Added variants of ST_Slope, ST_Aspect and ST_Hillshade
+	  to provide
 	  support for tiles in a coverage. Ticket is #2078
 
-2012-11-15 00:15  pramsey
+2012-11-15 00:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Comment on the dump_toupper function
+	* [r10680] Comment on the dump_toupper function
 
-2012-11-15 00:08  pramsey
+2012-11-15 00:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Use a locale-independent braindead upper implementation
+	* [r10678] Use a locale-independent braindead upper implementation
 
-2012-11-14 23:01  pramsey
+2012-11-14 23:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2035, Strange behavior when using left (<<) and right (>>)
-	  operators
+	* [r10677] #2035, Strange behavior when using left (<<) and right
+	  (>>) operators
 
-2012-11-14 22:29  pramsey
+2012-11-14 22:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2028, ST_Multi(<triangle>) does not make a TIN
+	* [r10675] #2028, ST_Multi(<triangle>) does not make a TIN
 
-2012-11-14 21:31  pramsey
+2012-11-14 21:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2042, measures.c: 'pt_in_arc_A' may be used uninitialized
+	* [r10673] #2042, measures.c: 'pt_in_arc_A' may be used
+	  uninitialized
 
-2012-11-14 21:25  pramsey
+2012-11-14 21:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2001, ST_CurveToLine has no effect if the geometry doesn't
-	  actually contain an arc
+	* [r10671] #2001, ST_CurveToLine has no effect if the geometry
+	  doesn't actually contain an arc
 
-2012-11-14 20:45  pramsey
+2012-11-14 20:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #799, make geographic coordinates in range
+	* [r10670] #799, make geographic coordinates in range
 
-2012-11-14 17:21  pramsey
+2012-11-14 17:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make Korotkov split the default
+	* [r10669] Make Korotkov split the default
 
-2012-11-13 22:48  pramsey
+2012-11-13 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2090, gserialized_read_gbox_p sets Z dimension instead of M
-	  dimension for two-point lines
+	* [r10667] #2090, gserialized_read_gbox_p sets Z dimension instead
+	  of M dimension for two-point lines
 
-2012-11-13 22:30  pramsey
+2012-11-13 22:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2044, lw_arc_length: warning: variable 'a2' set but not used
+	* [r10666] #2044, lw_arc_length: warning: variable 'a2' set but not
+	  used
 
-2012-11-13 22:10  pramsey
+2012-11-13 22:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #1895, New node splitting algorithm for GiST
+	* [r10665] #1895, New node splitting algorithm for GiST
 	  Set the KOROTKOV_SPLIT define to 1 to use the new approach,
 	  to 0 to use the old approach. After testing is complete,
 	  we can set the new split as the default.
 
-2012-11-13 18:58  pramsey
+2012-11-13 18:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove <inlineequation> element
+	* [r10664] Remove <inlineequation> element
 
-2012-11-13 18:57  pramsey
+2012-11-13 18:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove MathML from documentation. It's not really being used for
-	  any math.
+	* [r10663] Remove MathML from documentation. It's not really being
+	  used for any math.
 
-2012-11-09 21:54  pramsey
+2012-11-09 21:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove module magic from here, #1162
+	* [r10662] Remove module magic from here, #1162
 
-2012-11-09 00:09  pramsey
+2012-11-09 00:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove many warnings from -pedantic build, and clean up parser
-	  globals a little more thoroughly.
+	* [r10661] Remove many warnings from -pedantic build, and clean up
+	  parser globals a little more thoroughly.
 
-2012-11-08 08:40  strk
+2012-11-08 08:40  Sandro Santilli <strk at keybit.net>
 
-	* Rewrite topology.GetRingEdges using a recursive CTE (#2087)
+	* [r10660] Rewrite topology.GetRingEdges using a recursive CTE
+	  (#2087)
 	  
 	  Walking around a ring of ~22k edges takes 1/7 of the time
 
-2012-11-08 08:40  strk
+2012-11-08 08:40  Sandro Santilli <strk at keybit.net>
 
-	* Share some code between ST_RemEdgeModFace and ST_RemEdgeNewFaces
+	* [r10659] Share some code between ST_RemEdgeModFace and
+	  ST_RemEdgeNewFaces
 	  
 	  Also check TopoGeometry existance as first thing, to reduce the
 	  time it takes for failing calls.
 
-2012-11-08 05:48  robe
+2012-11-08 05:48  Regina Obe <lr at pcorp.us>
 
-	* update install to note that we now support loading tiger 2012
-	  data and it is the default and upgrade instructions to get the
-	  new loader behavior
+	* [r10657] update install to note that we now support loading tiger
+	  2012 data and it is the default and upgrade instructions to get
+	  the new loader behavior
 
-2012-11-08 05:46  robe
+2012-11-08 05:46  Regina Obe <lr at pcorp.us>
 
-	* change this to use 2012 loader, but remark it out so it doesn't
-	  overwrite people's custom settings.
+	* [r10656] change this to use 2012 loader, but remark it out so it
+	  doesn't overwrite people's custom settings.
 
-2012-11-06 00:27  pramsey
+2012-11-06 00:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2048, add regression test
+	* [r10648] #2048, add regression test
 
-2012-11-05 10:27  strk
+2012-11-05 10:27  Sandro Santilli <strk at keybit.net>
 
-	* Create indices on start_node and end_node of edge_data (#2082)
+	* [r10644] Create indices on start_node and end_node of edge_data
+	  (#2082)
 	  
 	  Those indices speed up nodes deletion by a factor of x1000 !
 	  I didn't profile, but I suspect those indices would also speed up
 	  ring walking (whereas you have to find a match between endnodes).
 
-2012-11-05 00:47  robe
+2012-11-05 00:47  Regina Obe <lr at pcorp.us>
 
-	* #2020: stop penalizing windows 9.2 32-bit when it gives a stupid
-	  answer to an ill-defined question. Change to be a well-defined
-	  question.
+	* [r10642] #2020: stop penalizing windows 9.2 32-bit when it gives
+	  a stupid answer to an ill-defined question. Change to be a
+	  well-defined question.
 
-2012-11-04 20:03  robe
+2012-11-04 20:03  Regina Obe <lr at pcorp.us>
 
-	* #2081: extension files being installed twice causes errors on
-	  Ubuntu (9.3)
+	* [r10641] #2081: extension files being installed twice causes
+	  errors on Ubuntu (9.3)
 
-2012-11-04 14:40  strk
+2012-11-04 14:40  Sandro Santilli <strk at keybit.net>
 
-	* Fix order of TopoGeometry property names
+	* [r10639] Fix order of TopoGeometry property names
 
-2012-11-04 10:45  robe
+2012-11-04 10:45  Regina Obe <lr at pcorp.us>
 
-	* #1980: define new configure arg --with-mathmldtd to allow
-	  overriding path to mathmldtd
+	* [r10638] #1980: define new configure arg --with-mathmldtd to
+	  allow overriding path to mathmldtd
 
-2012-11-04 00:44  strk
+2012-11-04 00:44  Sandro Santilli <strk at keybit.net>
 
-	* Oops, revert the revert...
+	* [r10637] Oops, revert the revert...
 	  
 	  Note to self: never commit between 1:00am and 8:00am
 
-2012-11-04 00:30  strk
+2012-11-04 00:30  Sandro Santilli <strk at keybit.net>
 
-	* Add note about lwgeom_make_valid being only available with
-	  GEOS-3.3+
+	* [r10636] Add note about lwgeom_make_valid being only available
+	  with GEOS-3.3+
 
-2012-11-04 00:30  strk
+2012-11-04 00:30  Sandro Santilli <strk at keybit.net>
 
-	* Revert "#1970 - 9.2rc1 regress failure change layer_id_seq from
-	  select * to explicitly select fields. log_cnt now returns 0 for
-	  9.2rc1 so fails regress otherwise"
+	* [r10635] Revert "#1970 - 9.2rc1 regress failure change
+	  layer_id_seq from select * to explicitly select fields. log_cnt
+	  now returns 0 for 9.2rc1 so fails regress otherwise"
 	  
 	  This reverts commit c272b5ed6dec2cc415c9bccd305e81394f1bde83.
 
-2012-11-03 18:12  robe
+2012-11-03 18:12  Regina Obe <lr at pcorp.us>
 
-	* change default new install to use tiger_loader_2012.sql file
-	  instead
+	* [r10634] change default new install to use tiger_loader_2012.sql
+	  file instead
 
-2012-11-03 17:54  robe
+2012-11-03 17:54  Regina Obe <lr at pcorp.us>
 
-	* #2076: support for loading tiger 2012 data. revise
+	* [r10633] #2076: support for loading tiger 2012 data. revise
 	  loader_load_staged_data to leave out pumace10, estatefp, ugace.
 	  This fixes the faces not loading issue for 2012 data (tested with
 	  MA, DC)
 
-2012-11-02 21:14  pramsey
+2012-11-02 21:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2015, ST_IsEmpty('POLYGON EMPTY') returns False
+	* [r10630] #2015, ST_IsEmpty('POLYGON EMPTY') returns False
 
-2012-11-02 20:40  dustymugs
+2012-11-02 20:40  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed code that is no longer used and updated docs with default
+	* [r10629] Removed code that is no longer used and updated docs
+	  with default
 	  parameters
 
-2012-11-02 19:15  pramsey
+2012-11-02 19:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #1996, ST_AsGeoJSON('POINT EMPTY') produces invalid JSON
+	* [r10628] #1996, ST_AsGeoJSON('POINT EMPTY') produces invalid JSON
 
-2012-11-02 19:08  pramsey
+2012-11-02 19:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Be a bit more explicit about what we're returning from
+	* [r10626] Be a bit more explicit about what we're returning from
 	  point-in-ring tests.
 
-2012-11-02 18:12  dustymugs
+2012-11-02 18:12  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated reference links to "How Hillshade works" for ST_Slope,
-	  ST_Aspect
+	* [r10625] Updated reference links to "How Hillshade works" for
+	  ST_Slope, ST_Aspect
 	  and ST_HillShade
 
-2012-11-02 18:02  pramsey
+2012-11-02 18:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove double call of flip test.
+	* [r10624] Remove double call of flip test.
 
-2012-11-02 17:52  pramsey
+2012-11-02 17:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #2019, ST_FlipCoordinates does not update bbox
+	* [r10621] #2019, ST_FlipCoordinates does not update bbox
 
-2012-11-02 17:22  dustymugs
+2012-11-02 17:22  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored ST_Slope, ST_Aspect and ST_Hillshade() (also their
+	* [r10619] Refactored ST_Slope, ST_Aspect and ST_Hillshade() (also
+	  their
 	  _st_XXX4ma() functions). Detailed docs for all three functions.
 	  Outputs
 	  now in sync with return from ArcGIS. Ticket is #2077
 
-2012-10-31 19:33  robe
+2012-10-31 19:33  Regina Obe <lr at pcorp.us>
 
-	* some wording changes, add tutorial faq
+	* [r10609] some wording changes, add tutorial faq
 
-2012-10-31 14:31  dustymugs
+2012-10-31 14:31  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added missing DROP FUNCTION statements. Ticket #2073
+	* [r10607] Added missing DROP FUNCTION statements. Ticket #2073
 
-2012-10-31 09:46  strk
+2012-10-31 09:46  Sandro Santilli <strk at keybit.net>
 
-	* Add instruction for upgrading between SVN revisions using
-	  extensions
+	* [r10606] Add instruction for upgrading between SVN revisions
+	  using extensions
 
-2012-10-31 00:42  dustymugs
+2012-10-31 00:42  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed when the isnodata check takes place for out-db raster
-	  tiles
+	* [r10603] Changed when the isnodata check takes place for out-db
+	  raster tiles
 
-2012-10-30 23:25  pramsey
+2012-10-30 23:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #1940, epsg:2065 projection is incorrect
+	* [r10601] #1940, epsg:2065 projection is incorrect
 
-2012-10-30 21:38  robe
+2012-10-30 21:38  Regina Obe <lr at pcorp.us>
 
-	* Add Nathan Wagner to credits
+	* [r10597] Add Nathan Wagner to credits
 
-2012-10-30 21:16  robe
+2012-10-30 21:16  Regina Obe <lr at pcorp.us>
 
-	* Put in Enhanced note about ST_DumpPoints -- should in theory be
-	  faster. Revise expertbot xsl script (prevent url from abutting
-	  the title)
+	* [r10596] Put in Enhanced note about ST_DumpPoints -- should in
+	  theory be faster. Revise expertbot xsl script (prevent url from
+	  abutting the title)
 
-2012-10-30 20:32  pramsey
+2012-10-30 20:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* (#310) ST_DumpPoints as C function
+	* [r10595] (#310) ST_DumpPoints as C function
 
-2012-10-29 22:24  robe
+2012-10-29 22:24  Regina Obe <lr at pcorp.us>
 
-	* Fix gdal binaries link
+	* [r10587] Fix gdal binaries link
 
-2012-10-29 22:23  dustymugs
+2012-10-29 22:23  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added SRID check to ST_Neighborhood(raster, geometry)
+	* [r10586] Added SRID check to ST_Neighborhood(raster, geometry)
 
-2012-10-29 22:23  dustymugs
+2012-10-29 22:23  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added SRID check for ST_Intersects(geometry, raster)
+	* [r10585] Added SRID check for ST_Intersects(geometry, raster)
 
-2012-10-29 22:23  dustymugs
+2012-10-29 22:23  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added SRID check of geometry for ST_World2RasterCoord variants
+	* [r10584] Added SRID check of geometry for ST_World2RasterCoord
+	  variants
 
-2012-10-29 22:22  dustymugs
+2012-10-29 22:22  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added check for SRID match in ST_Value(raster) geometry variant
+	* [r10583] Added check for SRID match in ST_Value(raster) geometry
+	  variant
 
-2012-10-29 20:14  dustymugs
+2012-10-29 20:14  Bborie Park <bkpark at ucdavis.edu>
 
-	* Set defaults for parameters of ST_Slope(raster). Ticket #1655
+	* [r10582] Set defaults for parameters of ST_Slope(raster). Ticket
+	  #1655
 
-2012-10-29 18:56  dustymugs
+2012-10-29 18:56  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added UpdateRasterSRID() as per ticket #739
+	* [r10581] Added UpdateRasterSRID() as per ticket #739
 
-2012-10-27 05:53  robe
+2012-10-27 05:53  Regina Obe <lr at pcorp.us>
 
-	* more ids and descriptive titles
+	* [r10575] more ids and descriptive titles
 
-2012-10-27 05:31  robe
+2012-10-27 05:31  Regina Obe <lr at pcorp.us>
 
-	* revise script hallie uses so strips out tags such as ulink, xref,
-	  command leaving just textual representation (these were getting
-	  cut out before)
+	* [r10574] revise script hallie uses so strips out tags such as
+	  ulink, xref, command leaving just textual representation (these
+	  were getting cut out before)
 
-2012-10-27 04:18  robe
+2012-10-27 04:18  Regina Obe <lr at pcorp.us>
 
-	* try to put in some ids
+	* [r10573] try to put in some ids
 
-2012-10-26 00:28  dustymugs
+2012-10-26 00:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added news regarding ST_Clip(raster, ...) in C and update docs
+	* [r10569] Added news regarding ST_Clip(raster, ...) in C and
+	  update docs
 
-2012-10-26 00:28  dustymugs
+2012-10-26 00:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Rewrite of ST_Clip(raster) to be C-based and updated regression
-	  test.
+	* [r10568] Rewrite of ST_Clip(raster) to be C-based and updated
+	  regression test.
 	  Ticket is #2065
 
-2012-10-25 23:06  dustymugs
+2012-10-25 23:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed default Y-scale to -1 from 1
+	* [r10567] Fixed default Y-scale to -1 from 1
 
-2012-10-25 22:17  pramsey
+2012-10-25 22:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Expose some geodetic functions a little higher
+	* [r10566] Expose some geodetic functions a little higher
 
-2012-10-25 20:36  pramsey
+2012-10-25 20:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix error in ptarray traversal.
+	* [r10565] Fix error in ptarray traversal.
 
-2012-10-25 19:29  pramsey
+2012-10-25 19:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Reorganize some pointarray loops and functions. Use direct
-	  aligned access more.
+	* [r10564] Reorganize some pointarray loops and functions. Use
+	  direct aligned access more.
 
-2012-10-25 18:57  pramsey
+2012-10-25 18:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove old signature for serialized_form function
+	* [r10563] Remove old signature for serialized_form function
 
-2012-10-25 18:54  pramsey
+2012-10-25 18:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Allow WKB generation to do direct memcpy of coordinates in
-	  specific cases.
+	* [r10562] Allow WKB generation to do direct memcpy of coordinates
+	  in specific cases.
 
-2012-10-25 18:42  pramsey
+2012-10-25 18:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Use double alignment property to remove memcpy from wkb
+	* [r10561] Use double alignment property to remove memcpy from wkb
 	  generation
 
-2012-10-25 18:29  pramsey
+2012-10-25 18:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove TODO note: the storage is now double aligned
+	* [r10560] Remove TODO note: the storage is now double aligned
 
-2012-10-25 17:47  pramsey
+2012-10-25 17:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change the gbox calculation for geodetic edges to use 3-space
-	  geometry instead of lots of transcendental functions. Much
-	  faster, much simpler, all regression tests pass.
+	* [r10559] Change the gbox calculation for geodetic edges to use
+	  3-space geometry instead of lots of transcendental functions.
+	  Much faster, much simpler, all regression tests pass.
 
-2012-10-25 06:00  robe
+2012-10-25 06:00  Regina Obe <lr at pcorp.us>
 
-	* revert release note changes see if it fixes doc build issue
+	* [r10557] revert release note changes see if it fixes doc build
+	  issue
 
-2012-10-25 05:18  robe
+2012-10-25 05:18  Regina Obe <lr at pcorp.us>
 
-	* fix id again (maybe old conflicted with another id)
+	* [r10556] fix id again (maybe old conflicted with another id)
 
-2012-10-25 04:12  robe
+2012-10-25 04:12  Regina Obe <lr at pcorp.us>
 
-	* fix chapter id doesn't follow our convention
+	* [r10554] fix chapter id doesn't follow our convention
 
-2012-10-25 04:07  robe
+2012-10-25 04:07  Regina Obe <lr at pcorp.us>
 
-	* give release sections ids for easier reference
+	* [r10553] give release sections ids for easier reference
 
-2012-10-24 22:22  dustymugs
+2012-10-24 22:22  Bborie Park <bkpark at ucdavis.edu>
 
-	* Preprocess input geometry for clipping raster by using the
-	  intersection
+	* [r10551] Preprocess input geometry for clipping raster by using
+	  the intersection
 	  of the input geometry and the convex hull of the raster. Ticket
 	  #1989
 
-2012-10-24 22:21  dustymugs
+2012-10-24 22:21  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added checks to rt_raster_gdal_rasterize() and RASTER_asRaster()
-	  where
+	* [r10550] Added checks to rt_raster_gdal_rasterize() and
+	  RASTER_asRaster() where
 	  if input geometry is empty, return empty raster.
 
-2012-10-24 21:14  dustymugs
+2012-10-24 21:14  Bborie Park <bkpark at ucdavis.edu>
 
-	* Broke string for iowa hex into three parts so that doxygen
-	  doesn't choke
+	* [r10547] Broke string for iowa hex into three parts so that
+	  doxygen doesn't choke
 
-2012-10-24 19:22  dustymugs
+2012-10-24 19:22  Bborie Park <bkpark at ucdavis.edu>
 
-	* Have ST_Tile() generate out-of-db tile bands if input raster's
-	  band is
+	* [r10546] Have ST_Tile() generate out-of-db tile bands if input
+	  raster's band is
 	  out-of-db.
 
-2012-10-24 18:54  pramsey
+2012-10-24 18:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Whoops make sure the test macros match the library ones
+	* [r10545] Whoops make sure the test macros match the library ones
 
-2012-10-24 18:44  pramsey
+2012-10-24 18:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add some debugging info to find failure in debbie
+	* [r10544] Add some debugging info to find failure in debbie
 
-2012-10-24 18:28  pramsey
+2012-10-24 18:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add explicit tests for edge_intersects()
+	* [r10543] Add explicit tests for edge_intersects()
 
-2012-10-24 17:26  pramsey
+2012-10-24 17:26  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move the distance calculation to also use the edge_intersects()
-	  function instead of edge_intersection()
+	* [r10542] Move the distance calculation to also use the
+	  edge_intersects() function instead of edge_intersection()
 
-2012-10-24 16:31  dustymugs
+2012-10-24 16:31  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added "auto" option to -t switch where raster2pgsql can compute a
-	  usable
+	* [r10541] Added "auto" option to -t switch where raster2pgsql can
+	  compute a usable
 	  tile size. Added warning message if generated tiles may cause
 	  memory
 	  issues.
 
-2012-10-24 03:41  robe
+2012-10-24 03:41  Regina Obe <lr at pcorp.us>
 
-	* minor adjustments to terminology to improve searchin
+	* [r10538] minor adjustments to terminology to improve searchin
 
-2012-10-23 23:59  dustymugs
+2012-10-23 23:59  Bborie Park <bkpark at ucdavis.edu>
 
-	* Rearranged function arguments for ST_Tile(raster)
+	* [r10536] Rearranged function arguments for ST_Tile(raster)
 
-2012-10-23 22:44  dustymugs
+2012-10-23 22:44  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added news and docs for ST_Tile(raster). Additional regression
-	  tests for
+	* [r10535] Added news and docs for ST_Tile(raster). Additional
+	  regression tests for
 	  one additional variant of ST_Tile(raster)
 
-2012-10-23 22:44  dustymugs
+2012-10-23 22:44  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_Tile() and regression tests. The circle is complete.
+	* [r10534] Added ST_Tile() and regression tests. The circle is
+	  complete.
 
-2012-10-23 22:44  dustymugs
+2012-10-23 22:44  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added rt_band_get_pixel_line() and regression tests
+	* [r10533] Added rt_band_get_pixel_line() and regression tests
 
-2012-10-23 22:43  pramsey
+2012-10-23 22:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* (#2063) fix the vertex-crossing logic in the circular tree code
-	  to use the new edge_intersects routine
+	* [r10532] (#2063) fix the vertex-crossing logic in the circular
+	  tree code to use the new edge_intersects routine
 
-2012-10-23 22:17  pramsey
+2012-10-23 22:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* (#2026) fix performance regression in geography distance
+	* [r10531] (#2026) fix performance regression in geography distance
 	  calculation
 
-2012-10-23 21:18  pramsey
+2012-10-23 21:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* (#1976) Geography point-in-ring code overhauled for more
+	* [r10527] (#1976) Geography point-in-ring code overhauled for more
 	  reliability
 
-2012-10-23 13:46  dustymugs
+2012-10-23 13:46  Bborie Park <bkpark at ucdavis.edu>
 
-	* Make changes to reflect patch from #2061
+	* [r10526] Make changes to reflect patch from #2061
 
-2012-10-23 04:56  pramsey
+2012-10-23 04:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Future test case for when we've solved p-i-p in generality
+	* [r10524] Future test case for when we've solved p-i-p in
+	  generality
 
-2012-10-22 19:05  dustymugs
+2012-10-22 19:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fix POSTGIS_RT_DEBUGF() usage
+	* [r10522] Fix POSTGIS_RT_DEBUGF() usage
 
-2012-10-22 19:05  dustymugs
+2012-10-22 19:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed doxygen comment formats
+	* [r10521] Fixed doxygen comment formats
 
-2012-10-22 17:20  dustymugs
+2012-10-22 17:20  Bborie Park <bkpark at ucdavis.edu>
 
-	* Remove unused variables.
+	* [r10520] Remove unused variables.
 
-2012-10-22 17:20  dustymugs
+2012-10-22 17:20  Bborie Park <bkpark at ucdavis.edu>
 
-	* Cache frequently used variables minimize # of function calls in
+	* [r10519] Cache frequently used variables minimize # of function
+	  calls in
 	  rt_raster_iterator()
 
-2012-10-22 17:20  dustymugs
+2012-10-22 17:20  Bborie Park <bkpark at ucdavis.edu>
 
-	* Include output from gdal-config --dep-libs when building
+	* [r10518] Include output from gdal-config --dep-libs when building
 	  raster2pgsql
 
-2012-10-22 17:19  dustymugs
+2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* Add news and doc changes to indicate proper support for raster
-	  band's
+	* [r10517] Add news and doc changes to indicate proper support for
+	  raster band's
 	  "isnodata" support
 
-2012-10-22 17:19  dustymugs
+2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* have raster2pgsql check for raster bands being NODATA
+	* [r10516] have raster2pgsql check for raster bands being NODATA
 
-2012-10-22 17:19  dustymugs
+2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* Tweaked rt_band_check_is_nodata() to make use of
+	* [r10515] Tweaked rt_band_check_is_nodata() to make use of
 	  rt_band_get_pixel()'s
 	  ability to return flag indicating if value is NODATA
 
-2012-10-22 17:19  dustymugs
+2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* Final fixes to support band's isnodata flag.
+	* [r10514] Final fixes to support band's isnodata flag.
 
-2012-10-22 17:19  dustymugs
+2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* All functions in core API now support a band's isnodata value.
+	* [r10513] All functions in core API now support a band's isnodata
+	  value.
 
-2012-10-22 17:19  dustymugs
+2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed signature of rt_band_get_nodata() as there was no way to
+	* [r10512] Changed signature of rt_band_get_nodata() as there was
+	  no way to
 	  indicate an error if the band has no NODATA.
 
-2012-10-22 17:19  dustymugs
+2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* Some work adding proper support for using a band's isnodata flag.
+	* [r10511] Some work adding proper support for using a band's
+	  isnodata flag.
 
-2012-10-22 17:19  dustymugs
+2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed function signature for core API function
+	* [r10510] Changed function signature for core API function
 	  rt_band_get_pixel() to
 	  indicate if pixel is NODATA
 
-2012-10-22 17:18  dustymugs
+2012-10-22 17:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor changes to references to raster2pgsql
+	* [r10509] Minor changes to references to raster2pgsql
 
-2012-10-21 23:53  robe
+2012-10-21 23:53  Regina Obe <lr at pcorp.us>
 
-	* update crowd funding details
+	* [r10506] update crowd funding details
 
-2012-10-21 18:02  strk
+2012-10-21 18:02  Sandro Santilli <strk at keybit.net>
 
-	* Fix GetTopoGeomElementArray(TopoGeometry) function, and add test
+	* [r10502] Fix GetTopoGeomElementArray(TopoGeometry) function, and
+	  add test
 	  
 	  See http://trac.osgeo.org/postgis/ticket/2060
 
-2012-10-20 21:07  robe
+2012-10-20 21:07  Regina Obe <lr at pcorp.us>
 
-	* fix headeer and description
+	* [r10492] fix headeer and description
 
-2012-10-19 22:20  pramsey
+2012-10-19 22:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Wrap NEWS to 80cols
+	* [r10488] Wrap NEWS to 80cols
 
-2012-10-19 18:51  dustymugs
+2012-10-19 18:51  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added to news regarding ticket #2057
+	* [r10487] Added to news regarding ticket #2057
 
-2012-10-19 18:49  dustymugs
+2012-10-19 18:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Add variables specifying PostgreSQL CPPFLAGS and LDFLAGS.
+	* [r10485] Add variables specifying PostgreSQL CPPFLAGS and
+	  LDFLAGS.
 	  Ticket is #2057
 
-2012-10-19 01:36  dustymugs
+2012-10-19 01:36  Bborie Park <bkpark at ucdavis.edu>
 
-	* Forgot to wrap tags with <para></para> in reference_raster.xml.
-	  Minor
+	* [r10479] Forgot to wrap tags with <para></para> in
+	  reference_raster.xml. Minor
 	  comment cleanup in rt_pg.c
 
-2012-10-19 00:27  dustymugs
+2012-10-19 00:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed annoyances in the raster docs
+	* [r10478] Fixed annoyances in the raster docs
 
-2012-10-18 23:52  dustymugs
+2012-10-18 23:52  Bborie Park <bkpark at ucdavis.edu>
 
-	* Combined the gist spatial relationship tests into
+	* [r10474] Combined the gist spatial relationship tests into
 	  rt_gist_relationships
 
-2012-10-18 23:52  dustymugs
+2012-10-18 23:52  Bborie Park <bkpark at ucdavis.edu>
 
-	* Combined all raster GEOS dependent spatial relationship
+	* [r10473] Combined all raster GEOS dependent spatial relationship
 	  regression tests into
 	  rt_geos_relationships.sql
 
-2012-10-18 21:45  dustymugs
+2012-10-18 21:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* Clamp SRID when comparing SRIDs of raster vs geometry for geomval
+	* [r10469] Clamp SRID when comparing SRIDs of raster vs geometry
+	  for geomval
 	  variant of ST_SetValues()
 
-2012-10-18 21:45  dustymugs
+2012-10-18 21:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs for geomval variant of ST_SetValues
+	* [r10468] Added docs for geomval variant of ST_SetValues
 
-2012-10-18 21:45  dustymugs
+2012-10-18 21:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* Add news items regarding changes to ST_SetValue and addition of
+	* [r10467] Add news items regarding changes to ST_SetValue and
+	  addition of
 	  geomval variant of ST_SetValues()
 
-2012-10-18 21:45  dustymugs
+2012-10-18 21:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* Code cleanup in rt_pg/rt_pg.c. Changed point geometry variant of
+	* [r10466] Code cleanup in rt_pg/rt_pg.c. Changed point geometry
+	  variant of
 	  ST_SetValue() to wrap around geomval variant of ST_SetValues().
 	  This
 	  will result in a behavior change for geometry variant of
 	  ST_SetValue().
 
-2012-10-18 21:45  dustymugs
+2012-10-18 21:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of geomval variants of ST_SetValues() and regression
-	  tests.
+	* [r10465] Addition of geomval variants of ST_SetValues() and
+	  regression tests.
 	  Added helper function
 	  rt_raster_get_inverse_geotransform_matrix().
 	  Additional code cleanup for rt_raster_geopoint_to_cell() and
 	  rt_raster_cell_to_geopoint().
 
-2012-10-18 14:47  robe
+2012-10-18 14:47  Regina Obe <lr at pcorp.us>
 
-	* script to concatenate all the sections of postgis doc for easier
-	  digestion of postgis expert bot
+	* [r10461] script to concatenate all the sections of postgis doc
+	  for easier digestion of postgis expert bot
 
-2012-10-17 19:30  dustymugs
+2012-10-17 19:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* Correct usage of memset()
+	* [r10460] Correct usage of memset()
 
-2012-10-17 19:30  dustymugs
+2012-10-17 19:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* Cleanup description for ST_SetValues()
+	* [r10459] Cleanup description for ST_SetValues()
 
-2012-10-17 16:08  dustymugs
+2012-10-17 16:08  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added items to NEWS and docs for ST_DumpValues
+	* [r10458] Added items to NEWS and docs for ST_DumpValues
 
-2012-10-17 16:08  dustymugs
+2012-10-17 16:08  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_DumpValues() and regression tests. Ticket #2011
+	* [r10457] Addition of ST_DumpValues() and regression tests. Ticket
+	  #2011
 
-2012-10-17 14:29  dustymugs
+2012-10-17 14:29  Bborie Park <bkpark at ucdavis.edu>
 
-	* Add fallback method of getting maximum extent for extent
+	* [r10455] Add fallback method of getting maximum extent for extent
 	  constraint.
 	  Ticket is #2050
 
-2012-10-17 14:16  strk
+2012-10-17 14:16  Sandro Santilli <strk at keybit.net>
 
-	* Move trim_trailing_zeros out of liblwgeom.h (#2054)
+	* [r10454] Move trim_trailing_zeros out of liblwgeom.h (#2054)
 
-2012-10-17 13:38  strk
+2012-10-17 13:38  Sandro Santilli <strk at keybit.net>
 
-	* Get OUT_* export macros out of liblwgeom.h (#2053)
+	* [r10453] Get OUT_* export macros out of liblwgeom.h (#2053)
 
-2012-10-17 11:43  strk
+2012-10-17 11:43  Sandro Santilli <strk at keybit.net>
 
-	* Do not print more digits than available from lwgeom_to_geojson
+	* [r10451] Do not print more digits than available from
+	  lwgeom_to_geojson
 	  
 	  See http://trac.osgeo.org/postgis/ticket/2051
 	  Adds tests for the ticket cases.
 
-2012-10-17 09:52  strk
+2012-10-17 09:52  Sandro Santilli <strk at keybit.net>
 
-	* It is OUT_MAX_DOUBLE_PRECISION, not OUT_MAX_DIGS_DOUBLE, we
-	  should use
+	* [r10449] It is OUT_MAX_DOUBLE_PRECISION, not OUT_MAX_DIGS_DOUBLE,
+	  we should use
 	  
 	  These macros should really get out of liblwgeom.h and be properly
 	  documented...
 
-2012-10-17 09:45  strk
+2012-10-17 09:45  Sandro Santilli <strk at keybit.net>
 
-	* Fix buffer overflow in lwgeom_to_geojson (#2052)
+	* [r10448] Fix buffer overflow in lwgeom_to_geojson (#2052)
 
-2012-10-16 20:59  dustymugs
+2012-10-16 20:59  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added optional interpolate_nodata flag as function parameter to
-	  ST_HillShade,
+	* [r10445] Added optional interpolate_nodata flag as function
+	  parameter to ST_HillShade,
 	  ST_Aspect and ST_Slope.
 
-2012-10-16 20:42  strk
+2012-10-16 20:42  Sandro Santilli <strk at keybit.net>
 
-	* Do not abort populate_geometry_columns when table can't be
-	  altered
+	* [r10444] Do not abort populate_geometry_columns when table can't
+	  be altered
 	  
 	  Also print the reason for the limitation. See #2049.
 
-2012-10-16 20:17  dustymugs
+2012-10-16 20:17  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed xml issues that are making debbie mad.
+	* [r10443] Fixed xml issues that are making debbie mad.
 
-2012-10-16 19:55  dustymugs
+2012-10-16 19:55  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added news blurb and docs regarding expression variants of
+	* [r10442] Added news blurb and docs regarding expression variants
+	  of
 	  ST_MapAlgebra.
 
-2012-10-16 19:55  dustymugs
+2012-10-16 19:55  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added 2-raster expression variant of ST_MapAlgebra() and
+	* [r10441] Added 2-raster expression variant of ST_MapAlgebra() and
 	  regression
 	  tests.
 
-2012-10-16 19:55  dustymugs
+2012-10-16 19:55  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional tweaking of returning empty raster from map algebra of
+	* [r10440] Additional tweaking of returning empty raster from map
+	  algebra of
 	  INTERSECTION or UNION extent
 
-2012-10-16 19:55  dustymugs
+2012-10-16 19:55  Bborie Park <bkpark at ucdavis.edu>
 
-	* Corrected handling of NULL raster resulting from NO intersection
-	  of input rasters in map algebra. Fixed spelling mistakes.
-	  Additional tests for intersections of more than 3 rasters that
-	  don't actually intersect in ST_MapAlgebra
+	* [r10439] Corrected handling of NULL raster resulting from NO
+	  intersection of input rasters in map algebra. Fixed spelling
+	  mistakes. Additional tests for intersections of more than 3
+	  rasters that don't actually intersect in ST_MapAlgebra
 
-2012-10-16 19:55  dustymugs
+2012-10-16 19:55  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added one-raster expression variant for ST_MapAlgebra and
-	  appropriate
+	* [r10438] Added one-raster expression variant for ST_MapAlgebra
+	  and appropriate
 	  regression tests.
 
-2012-10-16 16:08  strk
+2012-10-16 16:08  Sandro Santilli <strk at keybit.net>
 
-	* Enhance documentation about TopoElement domain
+	* [r10437] Enhance documentation about TopoElement domain
 
-2012-10-16 16:07  strk
+2012-10-16 16:07  Sandro Santilli <strk at keybit.net>
 
-	* tweak DEBUG line
+	* [r10436] tweak DEBUG line
 
-2012-10-16 08:29  strk
+2012-10-16 08:29  Sandro Santilli <strk at keybit.net>
 
-	* Improve TopologySummary output
+	* [r10435] Improve TopologySummary output
 	  
 	  Add unregistered layers and orphaned TopoGeom count
 
-2012-10-16 08:29  strk
+2012-10-16 08:29  Sandro Santilli <strk at keybit.net>
 
-	* Have TopologySummary use the word "Mixed" for collection layers
+	* [r10434] Have TopologySummary use the word "Mixed" for collection
+	  layers
 
-2012-10-15 19:21  dustymugs
+2012-10-15 19:21  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed incorrect use of RASTER_DEBUGF().
+	* [r10432] Fixed incorrect use of RASTER_DEBUGF().
 
-2012-10-15 14:48  dustymugs
+2012-10-15 14:48  Bborie Park <bkpark at ucdavis.edu>
 
-	* More poking at the docs for ST_MapAlgebra
+	* [r10431] More poking at the docs for ST_MapAlgebra
 
-2012-10-15 14:20  dustymugs
+2012-10-15 14:20  Bborie Park <bkpark at ucdavis.edu>
 
-	* Add another example of ST_MapAlgebra() and some formatting
-	  cleanup
+	* [r10430] Add another example of ST_MapAlgebra() and some
+	  formatting cleanup
 
-2012-10-15 03:34  dustymugs
+2012-10-15 03:34  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed how ST_MapAlgebra regression test runs on PostgreSQL 9.0
-	  as
+	* [r10429] Changed how ST_MapAlgebra regression test runs on
+	  PostgreSQL 9.0 as
 	  usage of "GROUP BY raster" does not work. Ticket is #2048.
 
-2012-10-14 05:40  robe
+2012-10-14 05:40  Regina Obe <lr at pcorp.us>
 
-	* #2046: fix 2.1 doesn't compile with postgresql 9.0
+	* [r10428] #2046: fix 2.1 doesn't compile with postgresql 9.0
 
-2012-10-14 05:13  robe
+2012-10-14 05:13  Regina Obe <lr at pcorp.us>
 
-	* updategeometrysrid was describing old behavior. Update to new and
-	  provide alternative syntax
+	* [r10427] updategeometrysrid was describing old behavior. Update
+	  to new and provide alternative syntax
 
-2012-10-12 20:06  pramsey
+2012-10-12 20:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove odd srs error line from expected
+	* [r10425] Remove odd srs error line from expected
 
-2012-10-12 19:49  pramsey
+2012-10-12 19:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Reduce precision test to 1cm2. There is no doubt that this
-	  approach is less numerically stable than the last. (#2043) Though
-	  in exchange, it covers the globe more completely.
+	* [r10424] Reduce precision test to 1cm2. There is no doubt that
+	  this approach is less numerically stable than the last. (#2043)
+	  Though in exchange, it covers the globe more completely.
 
-2012-10-12 19:32  pramsey
+2012-10-12 19:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Reduce the precision of the double test... it passes here..
-	  (#2043)
+	* [r10423] Reduce the precision of the double test... it passes
+	  here.. (#2043)
 
-2012-10-12 19:31  dustymugs
+2012-10-12 19:31  Bborie Park <bkpark at ucdavis.edu>
 
-	* Bug fix where pos array size was incorrect.
+	* [r10422] Bug fix where pos array size was incorrect.
 
-2012-10-12 19:31  dustymugs
+2012-10-12 19:31  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed warning block for ST_MapAlgebra() doc page. Rearranged
-	  warning boxes
+	* [r10421] Removed warning block for ST_MapAlgebra() doc page.
+	  Rearranged warning boxes
 
-2012-10-12 16:06  dustymugs
+2012-10-12 16:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* More documentation changes regarding deprecation status of
+	* [r10420] More documentation changes regarding deprecation status
+	  of
 	  ST_MapAlgebraFct() variants. Added news item regarding
 	  deprecation status of ST_MapAlgebraFct and ST_MapAlgebraFctNgb
 	  variants
 
-2012-10-12 16:06  dustymugs
+2012-10-12 16:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Duplicated and refactored the ST_XXX4ma() functions for
+	* [r10419] Duplicated and refactored the ST_XXX4ma() functions for
 	  ST_MapAlgebra
 	  usage. Exception for ST_InvDistWeight4ma() and ST_MinDist4ma(),
 	  both of
 	  which are new for 2.1. Added regression tests as well.
 
-2012-10-12 15:20  strk
+2012-10-12 15:20  Sandro Santilli <strk at keybit.net>
 
-	* Exit with non-zero code when commandline is malformed
+	* [r10418] Exit with non-zero code when commandline is malformed
 	  
 	  It still exists with zero code when user explictly asks for the
 	  help screen (with -? as documented and with no switch as popular
 	  habit [well, mine])
 
-2012-10-12 14:26  strk
+2012-10-12 14:26  Sandro Santilli <strk at keybit.net>
 
-	* Add pdf-localized rule for building localized pdf manual
+	* [r10417] Add pdf-localized rule for building localized pdf manual
 
-2012-10-12 14:06  strk
+2012-10-12 14:06  Sandro Santilli <strk at keybit.net>
 
-	* Ignoring generated files in tiger_geocoder extension
+	* [r10416] Ignoring generated files in tiger_geocoder extension
 
-2012-10-12 08:40  strk
+2012-10-12 08:40  Sandro Santilli <strk at keybit.net>
 
-	* Fix compiler warnings in lwgeom_geos.c
+	* [r10415] Fix compiler warnings in lwgeom_geos.c
 
-2012-10-12 08:34  strk
+2012-10-12 08:34  Sandro Santilli <strk at keybit.net>
 
-	* Fix a "set but not used" warning.
+	* [r10414] Fix a "set but not used" warning.
 	  
 	  This was about the return from getPoint2d_p, but it really only
 	  returns zero on error and after lwerror was called, and only if
 	  a PARANOIA compile time macro is set...
 
-2012-10-12 08:27  strk
+2012-10-12 08:27  Sandro Santilli <strk at keybit.net>
 
-	* Fix ptarray_area_sphere signature (#2040)
+	* [r10413] Fix ptarray_area_sphere signature (#2040)
 	  
 	  Since I was a it I also removed a "set but not used" warning.
 
-2012-10-12 07:50  strk
+2012-10-12 07:50  Sandro Santilli <strk at keybit.net>
 
-	* Update po files after changes in installation.xml
+	* [r10412] Update po files after changes in installation.xml
 
-2012-10-12 07:49  strk
+2012-10-12 07:49  Sandro Santilli <strk at keybit.net>
 
-	* Add more uses of <command> and <filename> in installation.xml
+	* [r10411] Add more uses of <command> and <filename> in
+	  installation.xml
 	  
 	  Also fixes a missing dash in "make comments-install"
 
-2012-10-12 07:49  strk
+2012-10-12 07:49  Sandro Santilli <strk at keybit.net>
 
-	* Put <comment> tags in <para>, fixing #2041
+	* [r10410] Put <comment> tags in <para>, fixing #2041
 
-2012-10-12 07:20  strk
+2012-10-12 07:20  Sandro Santilli <strk at keybit.net>
 
-	* Consistently use <command> tag for "make comments"
+	* [r10409] Consistently use <command> tag for "make comments"
 	  
 	  Fixes complains by msgmerge (internationalization)
 
-2012-10-11 22:48  pramsey
+2012-10-11 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Improve support for ST_Area(geography) over dateline and poles
-	  (#2006, #2039)
+	* [r10407] Improve support for ST_Area(geography) over dateline and
+	  poles (#2006, #2039)
 
-2012-10-11 21:44  strk
+2012-10-11 21:44  Sandro Santilli <strk at keybit.net>
 
-	* Translation of intruduction.xml to pt_BR by George Silva
+	* [r10406] Translation of intruduction.xml to pt_BR by George Silva
 
-2012-10-11 21:41  strk
+2012-10-11 21:41  Sandro Santilli <strk at keybit.net>
 
-	* Update po files
+	* [r10405] Update po files
 
-2012-10-11 17:29  pramsey
+2012-10-11 17:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move area core calculation to ptarray.
+	* [r10404] Move area core calculation to ptarray.
 
-2012-10-11 17:29  pramsey
+2012-10-11 17:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ignore build artifacts from geocoder
+	* [r10403] Ignore build artifacts from geocoder
 
-2012-10-11 17:07  strk
+2012-10-11 17:07  Sandro Santilli <strk at keybit.net>
 
-	* Simplify description of TopoElementArray
+	* [r10401] Simplify description of TopoElementArray
 	  
 	  ... and add TopoElement link to See Also section (things are
 	  better
 	  explained in there).
 
-2012-10-11 15:23  robe
+2012-10-11 15:23  Regina Obe <lr at pcorp.us>
 
-	* Get rid of hard-coded paths
+	* [r10400] Get rid of hard-coded paths
 
-2012-10-11 10:53  strk
+2012-10-11 10:53  Sandro Santilli <strk at keybit.net>
 
-	* Update json-c url
+	* [r10399] Update json-c url
 
-2012-10-10 23:06  robe
+2012-10-10 23:06  Regina Obe <lr at pcorp.us>
 
-	* create norm_addy
+	* [r10397] create norm_addy
 
-2012-10-10 22:59  robe
+2012-10-10 22:59  Regina Obe <lr at pcorp.us>
 
-	* #1627 : more cleanup of extension install, add configure of tiger
-	  extension script to configure.ac. Fix comment in tiger comments
-	  preventing install
+	* [r10396] #1627 : more cleanup of extension install, add configure
+	  of tiger extension script to configure.ac. Fix comment in tiger
+	  comments preventing install
 
-2012-10-10 22:41  dustymugs
+2012-10-10 22:41  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added missing Availability details for various raster docs.
+	* [r10395] Added missing Availability details for various raster
+	  docs.
 	  Ticket is #2037
 
-2012-10-10 22:30  robe
+2012-10-10 22:30  Regina Obe <lr at pcorp.us>
 
-	* fix error in index column name picked up when trying to install
-	  as extension
+	* [r10394] fix error in index column name picked up when trying to
+	  install as extension
 
-2012-10-10 22:06  robe
+2012-10-10 22:06  Regina Obe <lr at pcorp.us>
 
-	* #2037: flag some new raster functions as new in this release. Hmm
-	  I merged hopefully didn't screw things up
+	* [r10393] #2037: flag some new raster functions as new in this
+	  release. Hmm I merged hopefully didn't screw things up
 
-2012-10-10 22:02  dustymugs
+2012-10-10 22:02  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added n-raster ST_MapAlgebra(). Additional error checking in
+	* [r10392] Added n-raster ST_MapAlgebra(). Additional error
+	  checking in
 	  rt_raster_iterator(). Added regression checks for n-raster
 	  ST_MapAlgebra(). Ticket is #2030. Added news and docs for
 	  ST_MapAlgebra().
 
-2012-10-10 21:45  robe
+2012-10-10 21:45  Regina Obe <lr at pcorp.us>
 
-	* Just enough to make it compile but doesn't work yet
+	* [r10391] Just enough to make it compile but doesn't work yet
 
-2012-10-10 00:00  pramsey
+2012-10-10 00:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in arc ptarray vs ptarray and arc ptarray vs arc ptarray
-	  distance functions. (#2018)
+	* [r10390] Add in arc ptarray vs ptarray and arc ptarray vs arc
+	  ptarray distance functions. (#2018)
 
-2012-10-09 23:12  dustymugs
+2012-10-09 23:12  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added HASH opclass and = operator for raster. This permits GROUP
-	  BY
+	* [r10389] Added HASH opclass and = operator for raster. This
+	  permits GROUP BY
 	  raster usage.
 
-2012-10-09 23:12  dustymugs
+2012-10-09 23:12  Bborie Park <bkpark at ucdavis.edu>
 
-	* Syntax cleanup
+	* [r10388] Syntax cleanup
 
-2012-10-09 22:48  pramsey
+2012-10-09 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in arc ptarray vs point distance function (#2018)
+	* [r10387] Add in arc ptarray vs point distance function (#2018)
 
-2012-10-09 22:04  pramsey
+2012-10-09 22:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix comment per rcoup
+	* [r10386] Fix comment per rcoup
 
-2012-10-09 21:48  pramsey
+2012-10-09 21:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix up some errors in ptarray_arc iteration and the cunit test
-	  cases for arc p-i-p. (#2018)
+	* [r10385] Fix up some errors in ptarray_arc iteration and the
+	  cunit test cases for arc p-i-p. (#2018)
 
-2012-10-09 17:49  pramsey
+2012-10-09 17:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Point-in-polygon function for arc-based point-arrays. (#2018)
+	* [r10384] Point-in-polygon function for arc-based point-arrays.
+	  (#2018)
 
-2012-10-09 05:06  robe
+2012-10-09 05:06  Regina Obe <lr at pcorp.us>
 
-	* #1627: Start work on packaging as an extension -- it's not
-	  functioning yet
+	* [r10383] #1627: Start work on packaging as an extension -- it's
+	  not functioning yet
 
-2012-10-05 19:26  strk
+2012-10-05 19:26  Sandro Santilli <strk at keybit.net>
 
-	* Fix adding a splitting point into a 2.5d topology (#2033)
+	* [r10381] Fix adding a splitting point into a 2.5d topology
+	  (#2033)
 
-2012-10-05 19:22  robe
+2012-10-05 19:22  Regina Obe <lr at pcorp.us>
 
-	* link to ST_3DClosestPoint from ST_ClosestPoint. Some people
-	  didn't notice we had a 3D variant and looked in the wrong place.
+	* [r10379] link to ST_3DClosestPoint from ST_ClosestPoint. Some
+	  people didn't notice we had a 3D variant and looked in the wrong
+	  place.
 
-2012-10-05 12:25  robe
+2012-10-05 12:25  Regina Obe <lr at pcorp.us>
 
-	* #2027: change order of operation -- have cleanup happen first
-	  since the drop sometimes tries to drop functions that use types
-	  that don't exist in older versions
+	* [r10377] #2027: change order of operation -- have cleanup happen
+	  first since the drop sometimes tries to drop functions that use
+	  types that don't exist in older versions
 
-2012-10-04 04:08  robe
+2012-10-04 04:08  Regina Obe <lr at pcorp.us>
 
-	* update st_union examples (single should always specify band
-	  number to be safe) and all bands can be done now with just union
+	* [r10374] update st_union examples (single should always specify
+	  band number to be safe) and all bands can be done now with just
+	  union
 
-2012-10-03 23:07  dustymugs
+2012-10-03 23:07  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of flag nbnodata to rt_raster_iterator() thus allowing
-	  some
+	* [r10373] Addition of flag nbnodata to rt_raster_iterator() thus
+	  allowing some
 	  memory savings from ST_Union(raster)
 
-2012-10-03 21:03  dustymugs
+2012-10-03 21:03  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated NEWS and docs regarding ST_Union(raster) behavior change.
+	* [r10372] Updated NEWS and docs regarding ST_Union(raster)
+	  behavior change.
 
-2012-10-03 20:53  dustymugs
+2012-10-03 20:53  Bborie Park <bkpark at ucdavis.edu>
 
-	* Tweak what value to initialize new band to when NODATA isn't
-	  present
+	* [r10371] Tweak what value to initialize new band to when NODATA
+	  isn't present
 
-2012-10-03 20:53  dustymugs
+2012-10-03 20:53  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_Union(raster) function and regression tests
+	* [r10370] Addition of ST_Union(raster) function and regression
+	  tests
 
-2012-10-03 20:53  dustymugs
+2012-10-03 20:53  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added regression test for rt_raster_clone() and added missing
-	  SRID copy.
+	* [r10369] Added regression test for rt_raster_clone() and added
+	  missing SRID copy.
 
-2012-10-03 20:53  dustymugs
+2012-10-03 20:53  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of shortcut function rt_raster_clone()
+	* [r10368] Addition of shortcut function rt_raster_clone()
 
-2012-10-03 16:06  robe
+2012-10-03 16:06  Regina Obe <lr at pcorp.us>
 
-	* update unpackaged to include new raster (e.g. unionarg)
+	* [r10367] update unpackaged to include new raster (e.g. unionarg)
 
-2012-10-03 14:33  robe
+2012-10-03 14:33  Regina Obe <lr at pcorp.us>
 
-	* #2027: Add unionarg
+	* [r10366] #2027: Add unionarg
 
-2012-10-03 06:16  strk
+2012-10-03 06:16  Sandro Santilli <strk at keybit.net>
 
-	* ST_AddEdge*: make update of old face edges more robust (#2025)
+	* [r10365] ST_AddEdge*: make update of old face edges more robust
+	  (#2025)
 	  
 	  Include tests for adding an edge that splits an hole in a face
 	  while forming a left ring which constitutes an invalid polygon
@@ -4519,928 +4957,963 @@
 	  Also fixes one case of invalid topology creation (when the formed
 	  ring has a dangling edge but not a new area on the other side).
 
-2012-10-03 06:08  robe
+2012-10-03 06:08  Regina Obe <lr at pcorp.us>
 
-	* oops forgot to finish the changed statement
+	* [r10363] oops forgot to finish the changed statement
 
-2012-10-03 06:06  robe
+2012-10-03 06:06  Regina Obe <lr at pcorp.us>
 
-	* revise st_union example to show new and faster way of doing
-	  multi-band union
+	* [r10362] revise st_union example to show new and faster way of
+	  doing multi-band union
 
-2012-10-02 22:47  dustymugs
+2012-10-02 22:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor addition of debug messages
+	* [r10361] Minor addition of debug messages
 
-2012-10-02 21:45  dustymugs
+2012-10-02 21:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added multi-band support for ST_Union. Ticket is #2021
+	* [r10360] Added multi-band support for ST_Union. Ticket is #2021
 
-2012-10-01 23:13  robe
+2012-10-01 23:13  Regina Obe <lr at pcorp.us>
 
-	* #1938 document addition of addbandarg and swap out old example
-	  with example utilizing addbandarg
+	* [r10359] #1938 document addition of addbandarg and swap out old
+	  example with example utilizing addbandarg
 
-2012-10-01 22:23  pramsey
+2012-10-01 22:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Rename lwcircle_calculate_gbox_cartesian_2d to
+	* [r10358] Rename lwcircle_calculate_gbox_cartesian_2d to
 	  lw_arc_calculate_gbox_cartesian_2d
 
-2012-10-01 22:18  pramsey
+2012-10-01 22:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Rename lwcircle_center to lw_arc_center to match other
+	* [r10357] Rename lwcircle_center to lw_arc_center to match other
 	  lwalgorithm signatures
 
-2012-10-01 22:10  pramsey
+2012-10-01 22:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Anal retentive code re-organization. Try and move the primitive
-	  computational geometry functions into lwalgorithm.c
+	* [r10356] Anal retentive code re-organization. Try and move the
+	  primitive computational geometry functions into lwalgorithm.c
 
-2012-10-01 14:04  strk
+2012-10-01 14:04  Sandro Santilli <strk at keybit.net>
 
-	* Do not confuse CREATE OPERATOR FAMILY with a CREATE OPERATOR
+	* [r10355] Do not confuse CREATE OPERATOR FAMILY with a CREATE
+	  OPERATOR
 
-2012-10-01 09:28  strk
+2012-10-01 09:28  Sandro Santilli <strk at keybit.net>
 
-	* Accept array properties in GML input multi-geom input (#1928)
+	* [r10354] Accept array properties in GML input multi-geom input
+	  (#1928)
 	  
 	  Patch by Kashif Rasul and Shoaib Burq / SpacialDB
 
-2012-10-01 08:47  strk
+2012-10-01 08:47  Sandro Santilli <strk at keybit.net>
 
-	* Create target dir if non-existing
+	* [r10351] Create target dir if non-existing
 
-2012-09-29 17:57  robe
+2012-09-29 17:57  Regina Obe <lr at pcorp.us>
 
-	* update postgis unpackaged script. postgis_topology was already up
-	  to date.
+	* [r10346] update postgis unpackaged script. postgis_topology was
+	  already up to date.
 
-2012-09-29 16:14  strk
+2012-09-29 16:14  Sandro Santilli <strk at keybit.net>
 
-	* Provide a script to opt out of extensions
+	* [r10345] Provide a script to opt out of extensions
 
-2012-09-28 23:09  dustymugs
+2012-09-28 23:09  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of C-based ST_Union(raster) aggregate function (ticket
-	  #1364). Renamed low level function rt_raster_has_no_band() to
-	  raster_has_band(). Updated docs and NEWS for ST_Union.
+	* [r10344] Addition of C-based ST_Union(raster) aggregate function
+	  (ticket #1364). Renamed low level function
+	  rt_raster_has_no_band() to raster_has_band(). Updated docs and
+	  NEWS for ST_Union.
 
-2012-09-28 22:51  pramsey
+2012-09-28 22:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove unused point in poly function
+	* [r10343] Remove unused point in poly function
 
-2012-09-28 22:48  pramsey
+2012-09-28 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add ptarray_contains_point to ptarray file, so that all other
-	  liblwgeom functions can use the one routine.
+	* [r10342] Add ptarray_contains_point to ptarray file, so that all
+	  other liblwgeom functions can use the one routine.
 
-2012-09-28 21:52  pramsey
+2012-09-28 21:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove no longer used function, lwgeom_pt_inside_circle.
+	* [r10341] Remove no longer used function, lwgeom_pt_inside_circle.
 
-2012-09-28 21:48  pramsey
+2012-09-28 21:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add new pointer-based coordinate access method, now that aligned
-	  storage is the new normal.
+	* [r10340] Add new pointer-based coordinate access method, now that
+	  aligned storage is the new normal.
 
-2012-09-28 21:08  pramsey
+2012-09-28 21:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Anal retentive function renaming: ptarray_isclosed ->
+	* [r10339] Anal retentive function renaming: ptarray_isclosed ->
 	  ptarray_is_closed
 
-2012-09-28 20:30  pramsey
+2012-09-28 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move some ptarray functions out of postgis and back into
+	* [r10338] Move some ptarray functions out of postgis and back into
 	  liblwgeom from silly old function that shouldn't even exist
 	  anymore (LWGEOM_inside_circle_point)
 
-2012-09-28 18:23  pramsey
+2012-09-28 18:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Measurement support for arcs (#2018)
+	* [r10337] Measurement support for arcs (#2018)
 
-2012-09-28 17:03  pramsey
+2012-09-28 17:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add casts from geometry::path, geometry::point,
+	* [r10336] Add casts from geometry::path, geometry::point,
 	  geometry::polygon, polygon::geometry, path::geometry,
 	  point::geometry to allow easier migration to PostGIS for folks
 	  who start with the Pg types.
 
-2012-09-27 20:23  pramsey
+2012-09-27 20:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Distance calculation support for arc features (#2018). Commit
-	  adds lowest level primitive support for distance calculations on
-	  single arcs.
+	* [r10335] Distance calculation support for arc features (#2018).
+	  Commit adds lowest level primitive support for distance
+	  calculations on single arcs.
 
-2012-09-26 15:56  dustymugs
+2012-09-26 15:56  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional regression tests for ST_Neighborhood and tweaked to
-	  support a
+	* [r10333] Additional regression tests for ST_Neighborhood and
+	  tweaked to support a
 	  distance values of zero for one axis.
 
-2012-09-25 22:22  dustymugs
+2012-09-25 22:22  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs regarding the callback function for
+	* [r10332] Added docs regarding the callback function for
 	  rt_raster_iterator()
 
-2012-09-25 22:22  dustymugs
+2012-09-25 22:22  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added regression tests, bug fixes and code cleanup for
+	* [r10331] Added regression tests, bug fixes and code cleanup for
 	  rt_raster_iterator().
 
-2012-09-25 22:22  dustymugs
+2012-09-25 22:22  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added rt_raster_iterator(), which is feature complete. Now need
-	  to add
+	* [r10330] Added rt_raster_iterator(), which is feature complete.
+	  Now need to add
 	  lots of regression tests before moving on to the PostgreSQL side
 	  to hook
 	  into it.
 
-2012-09-25 19:23  dustymugs
+2012-09-25 19:23  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed behavior when there is no pixels in the neighborhood for
+	* [r10329] Changed behavior when there is no pixels in the
+	  neighborhood for
 	  ST_Neighborhood. It should still return an array as the pixel of
 	  interest could have a value... just surrounded by NODATA.
 
-2012-09-25 17:20  dustymugs
+2012-09-25 17:20  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional documentation regarding memory ownership
+	* [r10328] Additional documentation regarding memory ownership
 
-2012-09-25 14:07  dustymugs
+2012-09-25 14:07  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added correct handling of rt_band's ownsdata flag indicating if
-	  the
+	* [r10327] Added correct handling of rt_band's ownsdata flag
+	  indicating if the
 	  memory used for the band's data (only for inline, not offline) is
 	  managed internally.
 
-2012-09-25 02:45  robe
+2012-09-25 02:45  Regina Obe <lr at pcorp.us>
 
-	* #2012: Change client_min_messages to warning instead of relying
-	  on default notice. 9.3's idea of notice doesn't seem to include
-	  notice about create of new tables.
+	* [r10326] #2012: Change client_min_messages to warning instead of
+	  relying on default notice. 9.3's idea of notice doesn't seem to
+	  include notice about create of new tables.
 
-2012-09-24 15:07  dustymugs
+2012-09-24 15:07  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed output array of ST_Neighborhood to have dimensions of Y,X
+	* [r10323] Changed output array of ST_Neighborhood to have
+	  dimensions of Y,X
 	  instead of X,Y. This matches that found for GDAL blocks.
 
-2012-09-24 15:07  dustymugs
+2012-09-24 15:07  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional tests for ST_Neighborhood()
+	* [r10322] Additional tests for ST_Neighborhood()
 
-2012-09-22 14:44  robe
+2012-09-22 14:44  Regina Obe <lr at pcorp.us>
 
-	* #2010: Include for 9.3 move to below postgis_config.h so version
-	  number of postgresql is picked up before the conditional include
-	  is attempted
+	* [r10321] #2010: Include for 9.3 move to below postgis_config.h so
+	  version number of postgresql is picked up before the conditional
+	  include is attempted
 
-2012-09-22 09:00  robe
+2012-09-22 09:00  Regina Obe <lr at pcorp.us>
 
-	* #2010: compile support for 9.3
+	* [r10320] #2010: compile support for 9.3
 
-2012-09-22 03:55  robe
+2012-09-22 03:55  Regina Obe <lr at pcorp.us>
 
-	* Add link to OpenGeo workshop on KNN to KNN operator.
+	* [r10318] Add link to OpenGeo workshop on KNN to KNN operator.
 
-2012-09-20 23:44  pramsey
+2012-09-20 23:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove now obsolete note.
+	* [r10314] Remove now obsolete note.
 
-2012-09-20 22:24  pramsey
+2012-09-20 22:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Document ISO WKT/WKB (#1451)
+	* [r10313] Document ISO WKT/WKB (#1451)
 
-2012-09-20 13:32  robe
+2012-09-20 13:32  Regina Obe <lr at pcorp.us>
 
-	* #1991: speed issue with 9.2 on geocode and geocoder_intersection,
-	  seems to be 10-50 times faster by forcing join_collapse limit = 2
+	* [r10310] #1991: speed issue with 9.2 on geocode and
+	  geocoder_intersection, seems to be 10-50 times faster by forcing
+	  join_collapse limit = 2
 
-2012-09-20 11:54  robe
+2012-09-20 11:54  Regina Obe <lr at pcorp.us>
 
-	* remark out regress and also put in name in database
+	* [r10309] remark out regress and also put in name in database
 	  #2009 turn off loading of addrfeat
 	  #1614 add U.S. and COUNTY RD as street_type highways
 
-2012-09-19 18:48  dustymugs
+2012-09-19 18:48  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional regression tests for rt_raster_get_nearest_pixel()
+	* [r10306] Additional regression tests for
+	  rt_raster_get_nearest_pixel()
 
-2012-09-19 18:48  dustymugs
+2012-09-19 18:48  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs for ST_InvDistWeight4ma() and ST_MinDist4ma(). Changed
+	* [r10305] Added docs for ST_InvDistWeight4ma() and
+	  ST_MinDist4ma(). Changed
 	  function signature for ST_Neighborhood() to support specifying
 	  distances
 	  on both X and Y axis.
 
-2012-09-19 18:48  dustymugs
+2012-09-19 18:48  Bborie Park <bkpark at ucdavis.edu>
 
-	* Tweaked ST_Neighborhood() to use two separate distance parameters
-	  for X
+	* [r10304] Tweaked ST_Neighborhood() to use two separate distance
+	  parameters for X
 	  and Y axes.
 
-2012-09-19 18:48  dustymugs
+2012-09-19 18:48  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_MinDist4ma() for getting minimum distance from the
-	  center pixel
+	* [r10303] Added ST_MinDist4ma() for getting minimum distance from
+	  the center pixel
 	  to the nearest neighbor in neighborhood with value
 
-2012-09-19 18:48  dustymugs
+2012-09-19 18:48  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added regression tests for ST_InvDistWeight4ma()
+	* [r10302] Added regression tests for ST_InvDistWeight4ma()
 
-2012-09-19 18:47  dustymugs
+2012-09-19 18:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added Inverse Distance Weighting function for use with
+	* [r10301] Added Inverse Distance Weighting function for use with
 	  ST_MapAlgebraFctNgb
 
-2012-09-18 12:21  robe
+2012-09-18 12:21  Regina Obe <lr at pcorp.us>
 
-	* #2055: (L burned in all subsequent images after Delaunay)
-	  increase remove to remove images 0-9 before building next. The
-	  remove went from 0-5 and I guess Kevin wasn't counting on anyone
-	  crazy enough to have 6 image layers. This code definitely needs
-	  some work, but this will do for now.
+	* [r10300] #2055: (L burned in all subsequent images after
+	  Delaunay) increase remove to remove images 0-9 before building
+	  next. The remove went from 0-5 and I guess Kevin wasn't counting
+	  on anyone crazy enough to have 6 image layers. This code
+	  definitely needs some work, but this will do for now.
 
-2012-09-17 12:31  strk
+2012-09-17 12:31  Sandro Santilli <strk at keybit.net>
 
-	* Initial support for documentatin translation
+	* [r10299] Initial support for documentatin translation
 	  
 	  Adds "update-po" Makefile target under doc/
 	  Adds "local-html" Makefile target under doc/po/<lang>
 
-2012-09-17 11:43  strk
+2012-09-17 11:43  Sandro Santilli <strk at keybit.net>
 
-	* Update URL of Maven jar (thanks Sandeep Thakkar)
+	* [r10298] Update URL of Maven jar (thanks Sandeep Thakkar)
 
-2012-09-14 21:03  strk
+2012-09-14 21:03  Sandro Santilli <strk at keybit.net>
 
-	* reference_type.xml has been missing from XML sources for years !
+	* [r10290] reference_type.xml has been missing from XML sources for
+	  years !
 
-2012-09-14 20:59  strk
+2012-09-14 20:59  Sandro Santilli <strk at keybit.net>
 
-	* Other double quotes needed by poxml
+	* [r10289] Other double quotes needed by poxml
 
-2012-09-14 20:52  strk
+2012-09-14 20:52  Sandro Santilli <strk at keybit.net>
 
-	* More Double quote tag attribute values for poxml support
+	* [r10288] More Double quote tag attribute values for poxml support
 
-2012-09-14 20:33  strk
+2012-09-14 20:33  Sandro Santilli <strk at keybit.net>
 
-	* Double quote tag attribute values and use open&close for
+	* [r10287] Double quote tag attribute values and use open&close for
 	  <paramdef>
 	  
 	  This format plays nicely with xml2pot and po2xml...
 
-2012-09-14 11:29  robe
+2012-09-14 11:29  Regina Obe <lr at pcorp.us>
 
-	* PostGIS 2.1 changes section was incorrectly listing 2.0 instead
-	  of 2.1 changes. Also just folder 2.1 changes into many What is
-	  new in 2.1 section.
+	* [r10286] PostGIS 2.1 changes section was incorrectly listing 2.0
+	  instead of 2.1 changes. Also just folder 2.1 changes into many
+	  What is new in 2.1 section.
 
-2012-09-14 07:49  strk
+2012-09-14 07:49  Sandro Santilli <strk at keybit.net>
 
-	* Distinguish between generated and source XML inputs
+	* [r10285] Distinguish between generated and source XML inputs
 
-2012-09-14 07:40  strk
+2012-09-14 07:40  Sandro Santilli <strk at keybit.net>
 
-	* Rewrite header file to have full credits
+	* [r10284] Rewrite header file to have full credits
 	  
 	  Used git history to figure out authors and commit years
 
-2012-09-14 03:10  robe
+2012-09-14 03:10  Regina Obe <lr at pcorp.us>
 
-	* Add changed section for 2.1 and mark ST_Segmentize as having a
-	  breaking change
+	* [r10283] Add changed section for 2.1 and mark ST_Segmentize as
+	  having a breaking change
 
-2012-09-13 20:41  strk
+2012-09-13 20:41  Sandro Santilli <strk at keybit.net>
 
-	* Fix ST_Estimated_Extent name change documentation encoding
+	* [r10282] Fix ST_Estimated_Extent name change documentation
+	  encoding
 
-2012-09-13 20:11  pramsey
+2012-09-13 20:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove code in #ifdefs for PgSQL 8.4 and under, per #1880
+	* [r10281] Remove code in #ifdefs for PgSQL 8.4 and under, per
+	  #1880
 
-2012-09-13 19:23  pramsey
+2012-09-13 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Test for #1780
+	* [r10280] Test for #1780
 
-2012-09-13 09:53  strk
+2012-09-13 09:53  Sandro Santilli <strk at keybit.net>
 
-	* ST_Estimated_Extent renamed to ST_EstimatedExtent (#1994)
+	* [r10279] ST_Estimated_Extent renamed to ST_EstimatedExtent
+	  (#1994)
 	  
 	  ST_Estimated_Extent is kept but deprecated, testcases test both
 	  signatures. Documentation documents the new name and warns about
 	  it being renamed in 2.1.0
 
-2012-09-13 02:08  pramsey
+2012-09-13 02:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #1780 ST_GeoHash should support geography type without cast
+	* [r10278] #1780 ST_GeoHash should support geography type without
+	  cast
 
-2012-09-12 02:37  dustymugs
+2012-09-12 02:37  Bborie Park <bkpark at ucdavis.edu>
 
-	* Reverted some of the changes committed in r10238
+	* [r10277] Reverted some of the changes committed in r10238
 
-2012-09-11 14:07  robe
+2012-09-11 14:07  Regina Obe <lr at pcorp.us>
 
-	* forgot to commit ST_Delaun... reference in last
+	* [r10276] forgot to commit ST_Delaun... reference in last
 
-2012-09-11 14:01  robe
+2012-09-11 14:01  Regina Obe <lr at pcorp.us>
 
-	* ST_DelaunayTriangle examples and a 3D example
+	* [r10275] ST_DelaunayTriangle examples and a 3D example
 
-2012-09-10 18:36  pracine
+2012-09-10 18:36  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Fixed the state and final functions when count is zero or initial
-	  sum is null
+	* [r10268] Fixed the state and final functions when count is zero
+	  or initial sum is null
 
-2012-09-10 15:00  robe
+2012-09-10 15:00  Regina Obe <lr at pcorp.us>
 
-	* #1869 note that ST_Asbinary on unknown is now illegal. Have to
-	  backport to 2.0 as well. I will add to full legacy though for
-	  those who can't change code.
+	* [r10266] #1869 note that ST_Asbinary on unknown is now illegal.
+	  Have to backport to 2.0 as well. I will add to full legacy though
+	  for those who can't change code.
 
-2012-09-08 02:26  robe
+2012-09-08 02:26  Regina Obe <lr at pcorp.us>
 
-	* Update PSC list
+	* [r10262] Update PSC list
 
-2012-09-08 01:24  dustymugs
+2012-09-08 01:24  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs for new variant of ST_SetValues()
+	* [r10261] Added docs for new variant of ST_SetValues()
 
-2012-09-08 01:21  dustymugs
+2012-09-08 01:21  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added new variant on existing ST_SetValues where instead of a
-	  noset 2D
+	* [r10260] Added new variant on existing ST_SetValues where instead
+	  of a noset 2D
 	  array of booleans, the parameter nosetvalue can be used instead.
 
-2012-09-08 01:18  dustymugs
+2012-09-08 01:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor message tweaks regarding GDAL/OGR detection
+	* [r10259] Minor message tweaks regarding GDAL/OGR detection
 
-2012-09-07 22:20  pramsey
+2012-09-07 22:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* correct length for closed circles (#1978)
+	* [r10257] correct length for closed circles (#1978)
 
-2012-09-07 20:05  pramsey
+2012-09-07 20:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_GeomFromGML on CurvePolygon causes server crash (#1936)
+	* [r10255] ST_GeomFromGML on CurvePolygon causes server crash
+	  (#1936)
 
-2012-09-07 19:54  pramsey
+2012-09-07 19:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix cunit crash due to lack of proper signature for
+	* [r10252] Fix cunit crash due to lack of proper signature for
 	  lwgeom_segmentize_sphere in header.
 
-2012-09-07 18:27  pramsey
+2012-09-07 18:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_Distance to a one-point LineString returns NULL (#1957)
+	* [r10251] ST_Distance to a one-point LineString returns NULL
+	  (#1957)
 
-2012-09-06 18:08  dustymugs
+2012-09-06 18:08  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added item for fixes regarding ticket #1981
+	* [r10241] Added item for fixes regarding ticket #1981
 
-2012-09-06 17:34  dustymugs
+2012-09-06 17:34  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed unnecessary/unused variables and assignments. Ticket is
-	  #1981
+	* [r10239] Removed unnecessary/unused variables and assignments.
+	  Ticket is #1981
 
-2012-09-06 17:30  dustymugs
+2012-09-06 17:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor cleanup of raster2pgsql Makefile
+	* [r10238] Minor cleanup of raster2pgsql Makefile
 
-2012-09-06 09:30  strk
+2012-09-06 09:30  Sandro Santilli <strk at keybit.net>
 
-	* Encode dependency on GEOS >= 3.3.0
+	* [r10237] Encode dependency on GEOS >= 3.3.0
 
-2012-09-06 09:27  strk
+2012-09-06 09:27  Sandro Santilli <strk at keybit.net>
 
-	* Encode dependency on PROJ >= 4.6.0
+	* [r10236] Encode dependency on PROJ >= 4.6.0
 
-2012-09-06 09:24  strk
+2012-09-06 09:24  Sandro Santilli <strk at keybit.net>
 
-	* Encode dependency on PostgreSQL 9.0 or higher
+	* [r10235] Encode dependency on PostgreSQL 9.0 or higher
 
-2012-09-05 13:41  robe
+2012-09-05 13:41  Regina Obe <lr at pcorp.us>
 
-	* #1970 - 9.2rc1 regress failure change layer_id_seq from select *
-	  to explicitly select fields. log_cnt now returns 0 for 9.2rc1 so
-	  fails regress otherwise
+	* [r10234] #1970 - 9.2rc1 regress failure change layer_id_seq from
+	  select * to explicitly select fields. log_cnt now returns 0 for
+	  9.2rc1 so fails regress otherwise
 
-2012-09-04 12:53  robe
+2012-09-04 12:53  Regina Obe <lr at pcorp.us>
 
-	* #1974 evidentally Unix really needs the RGB, RGBA quoted and
-	  windows doesn't like single quotes. Change to double quotes to
-	  satisfy both :)
+	* [r10226] #1974 evidentally Unix really needs the RGB, RGBA quoted
+	  and windows doesn't like single quotes. Change to double quotes
+	  to satisfy both :)
 
-2012-09-04 12:48  robe
+2012-09-04 12:48  Regina Obe <lr at pcorp.us>
 
-	* #1974 revision of () escaping to work on Posix
+	* [r10225] #1974 revision of () escaping to work on Posix
 
-2012-09-04 12:43  strk
+2012-09-04 12:43  Sandro Santilli <strk at keybit.net>
 
-	* Re-quote the styles, needed here
+	* [r10224] Re-quote the styles, needed here
 	  
 	  Here is ImageMagick 6.5.7-8 2012-08-17 Q16
 	  Didn't look what exactly parses styles.conf
 
-2012-09-04 12:34  strk
+2012-09-04 12:34  Sandro Santilli <strk at keybit.net>
 
-	* Properly escape imagemagic paren arguments
+	* [r10223] Properly escape imagemagic paren arguments
 
-2012-09-04 11:44  robe
+2012-09-04 11:44  Regina Obe <lr at pcorp.us>
 
-	* #1974 revise style colors and generator.c convert calls so they
-	  work with windows ImageMagick 6.7.9 Q16
+	* [r10222] #1974 revise style colors and generator.c convert calls
+	  so they work with windows ImageMagick 6.7.9 Q16
 
-2012-09-01 08:39  strk
+2012-09-01 08:39  Sandro Santilli <strk at keybit.net>
 
-	* Add missing signatures from 1.5, closing #1391
+	* [r10217] Add missing signatures from 1.5, closing #1391
 	  
 	  These are: st_asukml and {x,y}{min,max}(box2d)
 
-2012-08-28 04:08  robe
+2012-08-28 04:08  Regina Obe <lr at pcorp.us>
 
-	* #1960 JDK7 compatibility patch
+	* [r10206] #1960 JDK7 compatibility patch
 
-2012-08-28 00:05  robe
+2012-08-28 00:05  Regina Obe <lr at pcorp.us>
 
-	* Fix for #1969 (and test buildbot) make
+	* [r10202] Fix for #1969 (and test buildbot) make
 	  postgis_upgrade_21_minor.sql same as postgis_upgrade_20_21.sql
 	  for now since we are in prerelease mode.
 
-2012-08-27 04:50  robe
+2012-08-27 04:50  Regina Obe <lr at pcorp.us>
 
-	* #1897 relabel currently mislabeled postgis_upgrade_20_minor.sql
-	  to postgis_upgrade_20_21.sql (still need to do the same for
-	  raster and topology)
+	* [r10201] #1897 relabel currently mislabeled
+	  postgis_upgrade_20_minor.sql to postgis_upgrade_20_21.sql (still
+	  need to do the same for raster and topology)
 
-2012-08-25 03:16  robe
+2012-08-25 03:16  Regina Obe <lr at pcorp.us>
 
-	* Up version number from 2.0.1.SVN to 2.1.0SVN
+	* [r10199] Up version number from 2.0.1.SVN to 2.1.0SVN
 
-2012-08-23 07:16  robe
+2012-08-23 07:16  Regina Obe <lr at pcorp.us>
 
-	* 1963: Cast text to geometry for ST_Segmentize -- introduction of
-	  geography means no more laziness allowed
+	* [r10198] 1963: Cast text to geometry for ST_Segmentize --
+	  introduction of geography means no more laziness allowed
 
-2012-08-23 06:37  robe
+2012-08-23 06:37  Regina Obe <lr at pcorp.us>
 
-	* update about enhancements in geography ST_DWithin and
+	* [r10197] update about enhancements in geography ST_DWithin and
 	  ST_Distance. Done for ST_Intersects too I think? Paul? But
 	  haven't marked ST_Intersects since wasn't sure.
 
-2012-08-23 06:31  robe
+2012-08-23 06:31  Regina Obe <lr at pcorp.us>
 
-	* document ST_Segmentize new geography function. Will provide
-	  example later.
+	* [r10196] document ST_Segmentize new geography function. Will
+	  provide example later.
 
-2012-08-22 21:04  pramsey
+2012-08-22 21:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_Segmentize(geography, maxseglength) (#1962)
+	* [r10195] ST_Segmentize(geography, maxseglength) (#1962)
 
-2012-08-21 18:22  pramsey
+2012-08-21 18:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_Intersects(geography) returns incorrect result for
+	* [r10194] ST_Intersects(geography) returns incorrect result for
 	  pure-crossing cases (line cross line, line crosses polygon)
 	  (#1958)
 
-2012-08-20 12:06  robe
+2012-08-20 12:06  Regina Obe <lr at pcorp.us>
 
-	* Cleanup of required versions and link to new page that lists
-	  pre-packaged distros for various OS
+	* [r10191] Cleanup of required versions and link to new page that
+	  lists pre-packaged distros for various OS
 
-2012-08-17 19:15  pramsey
+2012-08-17 19:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Error in ST_Intersects: lwgeom_covers_lwgeom_sphere: only POLYGON
-	  and POINT types are currently supported (#1949)
+	* [r10190] Error in ST_Intersects: lwgeom_covers_lwgeom_sphere:
+	  only POLYGON and POINT types are currently supported (#1949)
 
-2012-08-17 17:18  strk
+2012-08-17 17:18  Sandro Santilli <strk at keybit.net>
 
-	* Fix ST_ModEdgeHeal and ST_NewEdgeHeal for doubly connected edges
+	* [r10189] Fix ST_ModEdgeHeal and ST_NewEdgeHeal for doubly
+	  connected edges
 	  
 	  Includes testcases, closes #1955
 
-2012-08-15 18:55  pramsey
+2012-08-15 18:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Crash in ST_Distance (#1951)
+	* [r10183] Crash in ST_Distance (#1951)
 
-2012-08-14 12:06  robe
+2012-08-14 12:06  Regina Obe <lr at pcorp.us>
 
-	* remove tiger_2010 from 2.1. So just need to update for 2.0
-	  branch. too much hassle to backport and most people will want to
-	  use tiger_2011
+	* [r10181] remove tiger_2010 from 2.1. So just need to update for
+	  2.0 branch. too much hassle to backport and most people will want
+	  to use tiger_2011
 
-2012-08-13 21:45  robe
+2012-08-13 21:45  Regina Obe <lr at pcorp.us>
 
-	* #1838 for tabblock name and tabblock_id are not big enough for
-	  california. Will only alter the columns if they have not already
-	  been increased in size
+	* [r10179] #1838 for tabblock name and tabblock_id are not big
+	  enough for california. Will only alter the columns if they have
+	  not already been increased in size
 
-2012-08-11 19:58  robe
+2012-08-11 19:58  Regina Obe <lr at pcorp.us>
 
-	* #1838 -- tabblock not loading. oops committed wrong change.
-	  Revert previous change and make correct change.
+	* [r10178] #1838 -- tabblock not loading. oops committed wrong
+	  change. Revert previous change and make correct change.
 
-2012-08-11 19:49  robe
+2012-08-11 19:49  Regina Obe <lr at pcorp.us>
 
-	* #1838 tabblock not loading
+	* [r10177] #1838 tabblock not loading
 
-2012-08-10 16:00  pramsey
+2012-08-10 16:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Switch from gnomic to LAEA for the projection for the custom
-	  zones. Less perfect intersections, but measure metric fidelity
-	  for distances, areas, etc. (#1610)
+	* [r10176] Switch from gnomic to LAEA for the projection for the
+	  custom zones. Less perfect intersections, but measure metric
+	  fidelity for distances, areas, etc. (#1610)
 
-2012-08-09 15:54  robe
+2012-08-09 15:54  Regina Obe <lr at pcorp.us>
 
-	* #1944: Support for 2.1.0SVN/2.1.0SVN extension for topology
+	* [r10175] #1944: Support for 2.1.0SVN/2.1.0SVN extension for
+	  topology
 	  ALTER EXTENSION postgis_topology UPDATE TO "2.1.0SVNnext";
 	  ALTER EXTENSION postgis_topology UPDATE TO "2.1.0SVN";
 
-2012-08-09 02:31  robe
+2012-08-09 02:31  Regina Obe <lr at pcorp.us>
 
-	* fix typo revision to previous commit in support of #1944
+	* [r10174] fix typo revision to previous commit in support of #1944
 
-2012-08-09 00:18  dustymugs
+2012-08-09 00:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added clamped value comparisons and updated comments for
+	* [r10173] Added clamped value comparisons and updated comments for
 	  rt_band_get_pixel_of_value()
 
-2012-08-08 06:26  robe
+2012-08-08 06:26  Regina Obe <lr at pcorp.us>
 
-	* revision to previous commit -- forgot one and change Next to next
+	* [r10172] revision to previous commit -- forgot one and change
+	  Next to next
 
-2012-08-08 06:18  robe
+2012-08-08 06:18  Regina Obe <lr at pcorp.us>
 
-	* #1944 Extensions Migration path from 2.1.0 to 2.1.0 - yoyo
-	  upgrade to allow upgrade 2.1.0SVN to 2.1.0SVNNext to 2.1.0SVN
+	* [r10171] #1944 Extensions Migration path from 2.1.0 to 2.1.0 -
+	  yoyo upgrade to allow upgrade 2.1.0SVN to 2.1.0SVNNext to
+	  2.1.0SVN
 
-2012-08-07 12:34  robe
+2012-08-07 12:34  Regina Obe <lr at pcorp.us>
 
-	* #1945 for upgrade from pre 2.1.0 release to 2.1.0 -- create
-	  samealignment agg and addbandarg types if they don't exist. Get
-	  rid of pre-9.0 code -- WE CAN DO now since we don't support 8.4
-	  in 2.1 :)
+	* [r10170] #1945 for upgrade from pre 2.1.0 release to 2.1.0 --
+	  create samealignment agg and addbandarg types if they don't
+	  exist. Get rid of pre-9.0 code -- WE CAN DO now since we don't
+	  support 8.4 in 2.1 :)
 
-2012-08-06 22:29  dustymugs
+2012-08-06 22:29  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactor data type cleanup
+	* [r10169] Refactor data type cleanup
 
-2012-08-06 16:21  robe
+2012-08-06 16:21  Regina Obe <lr at pcorp.us>
 
-	* #1948 drop types from extension no longer needed by raster. Still
-	  can't upgrade because addbandarg can't be altered if it doesn't
-	  exist.
+	* [r10168] #1948 drop types from extension no longer needed by
+	  raster. Still can't upgrade because addbandarg can't be altered
+	  if it doesn't exist.
 
-2012-08-06 15:02  dustymugs
+2012-08-06 15:02  Bborie Park <bkpark at ucdavis.edu>
 
-	* Simplify code underlying ST_AddBand(raster, raster[])
+	* [r10167] Simplify code underlying ST_AddBand(raster, raster[])
 
-2012-08-05 23:04  robe
+2012-08-05 23:04  Regina Obe <lr at pcorp.us>
 
-	* Another example for ST_DumpPoints which is the most common use
-	  case
+	* [r10165] Another example for ST_DumpPoints which is the most
+	  common use case
 
-2012-08-04 14:28  dustymugs
+2012-08-04 14:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Replaced last commit with something much simpler and possibly
-	  more
+	* [r10162] Replaced last commit with something much simpler and
+	  possibly more
 	  effective
 
-2012-08-04 14:12  dustymugs
+2012-08-04 14:12  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added logic for when to DROP and/or CREATE TYPEs.
+	* [r10161] Added logic for when to DROP and/or CREATE TYPEs.
 
-2012-08-03 21:45  robe
+2012-08-03 21:45  Regina Obe <lr at pcorp.us>
 
-	* #1947 try again forget end mark
+	* [r10160] #1947 try again forget end mark
 
-2012-08-03 21:38  robe
+2012-08-03 21:38  Regina Obe <lr at pcorp.us>
 
-	* #1947 define upgrade path from 2.0.1 to 2.1.0SVN
+	* [r10159] #1947 define upgrade path from 2.0.1 to 2.1.0SVN
 
-2012-08-03 19:43  dustymugs
+2012-08-03 19:43  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added missing variant of ST_SetValues without nband parameter.
+	* [r10158] Added missing variant of ST_SetValues without nband
+	  parameter.
 
-2012-08-03 17:44  dustymugs
+2012-08-03 17:44  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added new TYPEs that need to be added when doing a minor upgrade.
+	* [r10157] Added new TYPEs that need to be added when doing a minor
+	  upgrade.
 
-2012-08-03 00:19  dustymugs
+2012-08-03 00:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* Cleanup of GDAL checks and additional check for OGR
+	* [r10156] Cleanup of GDAL checks and additional check for OGR
 
-2012-08-03 00:19  dustymugs
+2012-08-03 00:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added rt_util_gdal_register_all() to prevent multiple calls to
+	* [r10155] Added rt_util_gdal_register_all() to prevent multiple
+	  calls to
 	  GDALAllRegister()
 
-2012-08-02 19:27  dustymugs
+2012-08-02 19:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Tweaked tests to use new variants of ST_AddBand and ST_SetValues
+	* [r10154] Tweaked tests to use new variants of ST_AddBand and
+	  ST_SetValues
 
-2012-08-02 18:51  dustymugs
+2012-08-02 18:51  Bborie Park <bkpark at ucdavis.edu>
 
-	* Code and comments cleanup.
+	* [r10153] Code and comments cleanup.
 
-2012-08-02 15:21  dustymugs
+2012-08-02 15:21  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional comments regarding use of PG_DETOAST_DATUM_COPY
+	* [r10152] Additional comments regarding use of
+	  PG_DETOAST_DATUM_COPY
 
-2012-08-01 23:19  dustymugs
+2012-08-01 23:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added comments regarding use of PG_DETOAST_DATUM*
+	* [r10151] Added comments regarding use of PG_DETOAST_DATUM*
 
-2012-08-01 23:16  dustymugs
+2012-08-01 23:16  Bborie Park <bkpark at ucdavis.edu>
 
-	* Rewrote ST_AddBand(raster, ...) array version in C. Ticket is
-	  #1363
+	* [r10150] Rewrote ST_AddBand(raster, ...) array version in C.
+	  Ticket is #1363
 
-2012-08-01 03:47  robe
+2012-08-01 03:47  Regina Obe <lr at pcorp.us>
 
-	* Fix raise notice that only shows in debug mode
+	* [r10149] Fix raise notice that only shows in debug mode
 
-2012-07-31 23:44  dustymugs
+2012-07-31 23:44  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added regression tests and docs for two of the ST_SetValues
-	  variants
+	* [r10148] Added regression tests and docs for two of the
+	  ST_SetValues variants
 
-2012-07-31 23:44  dustymugs
+2012-07-31 23:44  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_SetValues for setting an area defined by x, y, width and
-	  height
+	* [r10147] Added ST_SetValues for setting an area defined by x, y,
+	  width and height
 	  to one value. Also added function parameter "keepnodata".
 
-2012-07-31 23:44  dustymugs
+2012-07-31 23:44  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_SetValues() for setting an array of new values to a
-	  band.
+	* [r10146] Added ST_SetValues() for setting an array of new values
+	  to a band.
 	  Ticket is #595
 
-2012-07-31 23:43  dustymugs
+2012-07-31 23:43  Bborie Park <bkpark at ucdavis.edu>
 
-	* First steps of add ST_SetValues() variant for array of values
+	* [r10145] First steps of add ST_SetValues() variant for array of
+	  values
 
-2012-07-31 15:40  dustymugs
+2012-07-31 15:40  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed forgotten type casting for ST_DWithin and ST_DFullyWithin()
+	* [r10144] Fixed forgotten type casting for ST_DWithin and
+	  ST_DFullyWithin()
 
-2012-07-30 22:40  dustymugs
+2012-07-30 22:40  Bborie Park <bkpark at ucdavis.edu>
 
-	* Make PostgreSQL 8.4 happy with the rt_polygon regression test.
+	* [r10143] Make PostgreSQL 8.4 happy with the rt_polygon regression
+	  test.
 
-2012-07-30 15:40  dustymugs
+2012-07-30 15:40  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added final touches of removing output-only data types
+	* [r10138] Added final touches of removing output-only data types
 
-2012-07-29 02:36  dustymugs
+2012-07-29 02:36  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added news regarding #1939
+	* [r10137] Added news regarding #1939
 
-2012-07-29 02:34  dustymugs
+2012-07-29 02:34  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed histogram data type. Ticket is #1939
+	* [r10136] Removed histogram data type. Ticket is #1939
 
-2012-07-29 02:34  dustymugs
+2012-07-29 02:34  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed valuecount data type. Ticket is #1939
+	* [r10135] Removed valuecount data type. Ticket is #1939
 
-2012-07-29 02:34  dustymugs
+2012-07-29 02:34  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed quantile data type. Ticket is #1939
+	* [r10134] Removed quantile data type. Ticket is #1939
 
-2012-07-29 02:34  dustymugs
+2012-07-29 02:34  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed summarystats data type. Ticket is #1939
+	* [r10133] Removed summarystats data type. Ticket is #1939
 
-2012-07-27 22:49  dustymugs
+2012-07-27 22:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Expanded on comments about things to keep in mind when using
-	  rt_band_set_pixel_line()
+	* [r10132] Expanded on comments about things to keep in mind when
+	  using rt_band_set_pixel_line()
 
-2012-07-27 19:46  dustymugs
+2012-07-27 19:46  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated docs for new type addbandarg and new ST_AddBand() variant
+	* [r10131] Updated docs for new type addbandarg and new
+	  ST_AddBand() variant
 
-2012-07-27 19:46  dustymugs
+2012-07-27 19:46  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored ST_AddBand to permit adding one or more new bands in
-	  one
+	* [r10130] Refactored ST_AddBand to permit adding one or more new
+	  bands in one
 	  call. Ticket is #1938.
 
-2012-07-27 19:45  dustymugs
+2012-07-27 19:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* New and refactored variants of ST_AddBand(). Purely superficial
-	  as none
+	* [r10129] New and refactored variants of ST_AddBand(). Purely
+	  superficial as none
 	  of the underlying code has been rewritten for the changes...
 
-2012-07-25 20:37  dustymugs
+2012-07-25 20:37  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added examples to a bunch of functions
+	* [r10128] Added examples to a bunch of functions
 
-2012-07-25 19:31  dustymugs
+2012-07-25 19:31  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added rt_pixtype_compare_clamped_values() for comparing two
-	  doubles in
+	* [r10127] Added rt_pixtype_compare_clamped_values() for comparing
+	  two doubles in
 	  the context of a pixeltype.
 
-2012-07-25 15:26  dustymugs
+2012-07-25 15:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added info about a few undocumented raster2pgsql flags
+	* [r10125] Added info about a few undocumented raster2pgsql flags
 
-2012-07-25 15:03  dustymugs
+2012-07-25 15:03  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added #1932 to NEWS
+	* [r10124] Added #1932 to NEWS
 
-2012-07-25 15:03  dustymugs
+2012-07-25 15:03  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed syntax for setting tablespace for index. Ticket is #1932.
-	  Thanks
+	* [r10123] Fixed syntax for setting tablespace for index. Ticket is
+	  #1932. Thanks
 	  kib.
 
-2012-07-25 13:52  strk
+2012-07-25 13:52  Sandro Santilli <strk at keybit.net>
 
-	* Do not advertise broken type "geometry(srid)" (#1934)
+	* [r10119] Do not advertise broken type "geometry(srid)" (#1934)
 
-2012-07-25 03:36  dustymugs
+2012-07-25 03:36  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed garbage comments
+	* [r10118] Removed garbage comments
 
-2012-07-25 03:36  dustymugs
+2012-07-25 03:36  Bborie Park <bkpark at ucdavis.edu>
 
-	* Consolidated create_* and drop_* scripts into respective
+	* [r10117] Consolidated create_* and drop_* scripts into respective
 	  regression
 	  tests. Should make things easier to build a valgrind test suite.
 
-2012-07-25 03:36  dustymugs
+2012-07-25 03:36  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs for ST_DFullyWithin(raster, raster)
+	* [r10116] Added docs for ST_DFullyWithin(raster, raster)
 
-2012-07-25 03:36  dustymugs
+2012-07-25 03:36  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_DFullyWithin(raster, raster) and regression tests.
+	* [r10115] Added ST_DFullyWithin(raster, raster) and regression
+	  tests.
 	  Ticket is #1920
 
-2012-07-25 03:35  dustymugs
+2012-07-25 03:35  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added rt_raster_full_within_distance() and regression tests
+	* [r10114] Added rt_raster_full_within_distance() and regression
+	  tests
 
-2012-07-25 03:35  dustymugs
+2012-07-25 03:35  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs for ST_DWithin(raster, raster)
+	* [r10113] Added docs for ST_DWithin(raster, raster)
 
-2012-07-25 03:35  dustymugs
+2012-07-25 03:35  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_DWithin(raster, raster) and regression tests. Ticket is
-	  #1922
+	* [r10112] Added ST_DWithin(raster, raster) and regression tests.
+	  Ticket is #1922
 
-2012-07-25 03:35  dustymugs
+2012-07-25 03:35  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added rt_raster_within_distance() and regression tests
+	* [r10111] Added rt_raster_within_distance() and regression tests
 
-2012-07-24 18:01  dustymugs
+2012-07-24 18:01  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_Disjoint(raster, raster), regression tests and docs.
-	  Ticket is
+	* [r10110] Added ST_Disjoint(raster, raster), regression tests and
+	  docs. Ticket is
 
-2012-07-23 22:57  dustymugs
+2012-07-23 22:57  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added to docs for ST_CoveredBy
+	* [r10109] Added to docs for ST_CoveredBy
 
-2012-07-23 22:57  dustymugs
+2012-07-23 22:57  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_CoveredBy and regression tests. Ticket is #1917.
+	* [r10108] Added ST_CoveredBy and regression tests. Ticket is
+	  #1917.
 
-2012-07-23 22:57  dustymugs
+2012-07-23 22:57  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed missing closing tag
+	* [r10107] Fixed missing closing tag
 
-2012-07-23 22:57  dustymugs
+2012-07-23 22:57  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added rt_raster_covered_by() and related tests
+	* [r10106] Added rt_raster_covered_by() and related tests
 
-2012-07-23 22:56  dustymugs
+2012-07-23 22:56  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs for ST_Covers()
+	* [r10105] Added docs for ST_Covers()
 
-2012-07-23 22:56  dustymugs
+2012-07-23 22:56  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_Covers() and regression tests. Ticket is #1916
+	* [r10104] Added ST_Covers() and regression tests. Ticket is #1916
 
-2012-07-23 22:56  dustymugs
+2012-07-23 22:56  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added rt_raster_covers() and regression tests
+	* [r10103] Added rt_raster_covers() and regression tests
 
-2012-07-23 18:58  dustymugs
+2012-07-23 18:58  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs for ST_ContainsProperly(raster, raster) and minor
-	  tweaking of
+	* [r10102] Added docs for ST_ContainsProperly(raster, raster) and
+	  minor tweaking of
 	  comments
 
-2012-07-23 18:58  dustymugs
+2012-07-23 18:58  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_ContainsProperly(raster, raster) and regression tests
+	* [r10101] Added ST_ContainsProperly(raster, raster) and regression
+	  tests
 
-2012-07-23 18:58  dustymugs
+2012-07-23 18:58  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of rt_raster_contains_properly and regression tests
+	* [r10100] Addition of rt_raster_contains_properly and regression
+	  tests
 
-2012-07-23 17:50  dustymugs
+2012-07-23 17:50  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added regression tests for ST_Within(raster, raster). Ticket is
-	  #1923.
+	* [r10099] Added regression tests for ST_Within(raster, raster).
+	  Ticket is #1923.
 
-2012-07-23 17:50  dustymugs
+2012-07-23 17:50  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor fixups to ST_Polygon in docs. Ticket is #1929.
+	* [r10098] Minor fixups to ST_Polygon in docs. Ticket is #1929.
 
-2012-07-23 17:50  dustymugs
+2012-07-23 17:50  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor changes to comments
+	* [r10097] Minor changes to comments
 
-2012-07-23 17:50  dustymugs
+2012-07-23 17:50  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of docs for ST_Within(raster, raster)
+	* [r10096] Addition of docs for ST_Within(raster, raster)
 
-2012-07-23 17:49  dustymugs
+2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Reintroduced ST_Intersects(geometry, raster) and
+	* [r10095] Reintroduced ST_Intersects(geometry, raster) and
 	  ST_Intersects(raster,
 	  geometry). Added notes regarding the use of ST_Polygon when
 	  needing to
 	  test the spatial relationship between a raster and a geometry.
 
-2012-07-23 17:49  dustymugs
+2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs for ST_Contains(raster, raster)
+	* [r10094] Added docs for ST_Contains(raster, raster)
 
-2012-07-23 17:49  dustymugs
+2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated regression tests to reflect the removal of various
-	  functions
+	* [r10093] Updated regression tests to reflect the removal of
+	  various functions
 
-2012-07-23 17:49  dustymugs
+2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed all raster/geometry variants of ST_Intersects,
+	* [r10092] Removed all raster/geometry variants of ST_Intersects,
 	  ST_Overlaps,
 	  ST_Touches and ST_Contains.
 
-2012-07-23 17:49  dustymugs
+2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed geometry-based ST_Touches for raster,geometry
+	* [r10091] Removed geometry-based ST_Touches for raster,geometry
 	  combinations.
 
-2012-07-23 17:49  dustymugs
+2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed vector-space (geometry-based) variants of ST_Overlaps.
-	  Only
+	* [r10090] Removed vector-space (geometry-based) variants of
+	  ST_Overlaps. Only
 	  raster-space versions remain.
 
-2012-07-23 17:49  dustymugs
+2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_Contains and regression tests. Ticket is #1914
+	* [r10089] Addition of ST_Contains and regression tests. Ticket is
+	  #1914
 
-2012-07-23 17:49  dustymugs
+2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added rt_raster_contains() and regression tests
+	* [r10088] Added rt_raster_contains() and regression tests
 
-2012-07-23 17:49  dustymugs
+2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed some commented out code and added more debug output
+	* [r10087] Removed some commented out code and added more debug
+	  output
 
-2012-07-23 00:46  robe
+2012-07-23 00:46  Regina Obe <lr at pcorp.us>
 
-	* #1929 document behavior change and speed improvements
+	* [r10086] #1929 document behavior change and speed improvements
 
-2012-07-20 00:31  dustymugs
+2012-07-20 00:31  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition debug messages and disabled one regression test for
-	  ST_Touches
+	* [r10081] Addition debug messages and disabled one regression test
+	  for ST_Touches
 	  due to floating point issues. Will need to see the WKB output.
 
-2012-07-19 23:53  dustymugs
+2012-07-19 23:53  Bborie Park <bkpark at ucdavis.edu>
 
-	* Code cleanup and additional debug output
+	* [r10080] Code cleanup and additional debug output
 
-2012-07-19 20:10  dustymugs
+2012-07-19 20:10  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated NEWS and docs for ST_Touches()
+	* [r10079] Updated NEWS and docs for ST_Touches()
 
-2012-07-19 20:10  dustymugs
+2012-07-19 20:10  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_Touches() for rasters and related regression
-	  tests.
+	* [r10078] Addition of ST_Touches() for rasters and related
+	  regression tests.
 	  Ticket is #1921
 
-2012-07-19 20:10  dustymugs
+2012-07-19 20:10  Bborie Park <bkpark at ucdavis.edu>
 
-	* Remove rt_spatial_relationship regression tests as similar tests
-	  are
+	* [r10077] Remove rt_spatial_relationship regression tests as
+	  similar tests are
 	  done in rt_intersects and rt_intersection
 
-2012-07-19 20:09  dustymugs
+2012-07-19 20:09  Bborie Park <bkpark at ucdavis.edu>
 
-	* Extracted most of code in rt_raster_overlaps to create generic
-	  GEOS
+	* [r10076] Extracted most of code in rt_raster_overlaps to create
+	  generic GEOS
 	  spatial relationship testing function
 	  rt_raster_geos_spatial_relationship(). Refactored
 	  rt_raster_overlaps()
@@ -5448,1242 +5921,1283 @@
 	  rt_raster_touches()
 	  and associated regression tests
 
-2012-07-19 18:18  dustymugs
+2012-07-19 18:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs for ST_Overlaps
+	* [r10075] Added docs for ST_Overlaps
 
-2012-07-19 18:18  dustymugs
+2012-07-19 18:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_Overlaps() and associated regression tests
+	* [r10074] Added ST_Overlaps() and associated regression tests
 
-2012-07-19 18:18  dustymugs
+2012-07-19 18:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of rt_raster_overlaps and related regression tests.
-	  Fixed
+	* [r10073] Addition of rt_raster_overlaps and related regression
+	  tests. Fixed
 	  memory leaks in rt_raster_surface.
 
-2012-07-19 18:18  dustymugs
+2012-07-19 18:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed code preventing use of rt_raster_intersects on offline
-	  bands as
+	* [r10072] Removed code preventing use of rt_raster_intersects on
+	  offline bands as
 	  offline bands are supported
 
-2012-07-19 18:18  dustymugs
+2012-07-19 18:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor documentation change regarding && operator and tweaked one
+	* [r10071] Minor documentation change regarding && operator and
+	  tweaked one
 	  variant of st_intersects
 
-2012-07-19 17:00  pramsey
+2012-07-19 17:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in geography note
+	* [r10070] Add in geography note
 
-2012-07-17 22:38  dustymugs
+2012-07-17 22:38  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed ST_Polygon regression tests to properly handle different
-	  GEOS
+	* [r10069] Fixed ST_Polygon regression tests to properly handle
+	  different GEOS
 	  versions
 
-2012-07-17 22:37  dustymugs
+2012-07-17 22:37  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fix function creation statement
+	* [r10068] Fix function creation statement
 
-2012-07-17 22:37  dustymugs
+2012-07-17 22:37  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added cleanup code for removing ST_BandSurface
+	* [r10067] Added cleanup code for removing ST_BandSurface
 
-2012-07-17 22:37  dustymugs
+2012-07-17 22:37  Bborie Park <bkpark at ucdavis.edu>
 
-	* Regression tests intended for ST_BandSurface are now for
+	* [r10066] Regression tests intended for ST_BandSurface are now for
 	  ST_Polygon
 
-2012-07-17 22:37  dustymugs
+2012-07-17 22:37  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed ST_BandSurface as ST_Polygon does the same thing, just in
-	  SQL.
+	* [r10065] Removed ST_BandSurface as ST_Polygon does the same
+	  thing, just in SQL.
 	  Changed ST_Polygon to point use C function instead of sql.
 	  Refactored rt_raster_surface to match performance of SQL-only
 	  ST_Polygon.
 
-2012-07-16 03:17  robe
+2012-07-16 03:17  Regina Obe <lr at pcorp.us>
 
-	* additional cleanup to insure settings are consistent
+	* [r10064] additional cleanup to insure settings are consistent
 
-2012-07-16 03:11  robe
+2012-07-16 03:11  Regina Obe <lr at pcorp.us>
 
-	* #1913 regress check
+	* [r10063] #1913 regress check
 
-2012-07-16 03:09  robe
+2012-07-16 03:09  Regina Obe <lr at pcorp.us>
 
-	* #1913 reverse geocoder sometimes gives least optimal answer
-	  because of sorting issue
+	* [r10062] #1913 reverse geocoder sometimes gives least optimal
+	  answer because of sorting issue
 
-2012-07-14 00:14  dustymugs
+2012-07-14 00:14  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated TODO since a bunch of functions just had tickets created.
+	* [r10061] Updated TODO since a bunch of functions just had tickets
+	  created.
 
-2012-07-13 23:44  dustymugs
+2012-07-13 23:44  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated TODO and refactored ST_Intersects(geometry, raster) to
-	  use
+	* [r10060] Updated TODO and refactored ST_Intersects(geometry,
+	  raster) to use
 	  ST_BandSurface()
 
-2012-07-13 23:29  dustymugs
+2012-07-13 23:29  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs and updated NEWS for ST_BandSurface
+	* [r10059] Added docs and updated NEWS for ST_BandSurface
 
-2012-07-13 23:28  dustymugs
+2012-07-13 23:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_BandSurface and regressions tests. Ticket is #1911
+	* [r10058] Addition of ST_BandSurface and regressions tests. Ticket
+	  is #1911
 
-2012-07-13 23:28  dustymugs
+2012-07-13 23:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional tests for rt_raster_surface()
+	* [r10057] Additional tests for rt_raster_surface()
 
-2012-07-13 23:28  dustymugs
+2012-07-13 23:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional comments regarding use of lwgeom_as_multi() and the
+	* [r10056] Additional comments regarding use of lwgeom_as_multi()
+	  and the
 	  lwgeom_clone_deep()
 
-2012-07-13 23:28  dustymugs
+2012-07-13 23:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of rt_raster_surface() function and related regression
-	  test.
+	* [r10055] Addition of rt_raster_surface() function and related
+	  regression test.
 	  Added regression test for rt_raster_pixel_as_polygon.
 
-2012-07-13 23:28  dustymugs
+2012-07-13 23:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Initial commit of rt_raster_surface() with base regression tests
+	* [r10054] Initial commit of rt_raster_surface() with base
+	  regression tests
 
-2012-07-12 17:24  pramsey
+2012-07-12 17:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in test for node splitting with nulls and empties (#1905)
+	* [r10051] Add in test for node splitting with nulls and empties
+	  (#1905)
 
-2012-07-12 13:49  dustymugs
+2012-07-12 13:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed word choice "Supported" instead of "Available"
+	* [r10050] Changed word choice "Supported" instead of "Available"
 
-2012-07-12 03:38  pramsey
+2012-07-12 03:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Allow circtree nodes to have more than 2 children (#1910)
+	* [r10046] Allow circtree nodes to have more than 2 children
+	  (#1910)
 
-2012-07-11 19:33  pramsey
+2012-07-11 19:33  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Comment on methodology behind tree node merging
+	* [r10045] Comment on methodology behind tree node merging
 
-2012-07-11 18:15  pramsey
+2012-07-11 18:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Complete geography performance work (#1796), move testing
-	  functions into _ST_* name space for privacy, add regression tests
-	  for issues encountered during development.
+	* [r10044] Complete geography performance work (#1796), move
+	  testing functions into _ST_* name space for privacy, add
+	  regression tests for issues encountered during development.
 
-2012-07-11 04:14  pramsey
+2012-07-11 04:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add note for future pain
+	* [r10043] Add note for future pain
 
-2012-07-11 04:05  pramsey
+2012-07-11 04:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix issue with projecting from the poles, retain the source
-	  longitude for more sensible result.
+	* [r10042] Fix issue with projecting from the poles, retain the
+	  source longitude for more sensible result.
 
-2012-07-10 20:32  pramsey
+2012-07-10 20:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix a NaN result leaking into the tree building algorithm
-	  (optimized 32 bit code only!).
+	* [r10041] Fix a NaN result leaking into the tree building
+	  algorithm (optimized 32 bit code only!).
 
-2012-07-10 20:27  strk
+2012-07-10 20:27  Sandro Santilli <strk at keybit.net>
 
-	* Create target dir if non-existing
+	* [r10039] Create target dir if non-existing
 
-2012-07-06 23:50  pramsey
+2012-07-06 23:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Handle best SRID finding for shapes the cross the poles and
-	  dateline. Also add some new larger zones in gnomic for larger
+	* [r10038] Handle best SRID finding for shapes the cross the poles
+	  and dateline. Also add some new larger zones in gnomic for larger
 	  shapes. (#1610)
 
-2012-07-05 19:15  pramsey
+2012-07-05 19:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix issue where the cached object is a point and the uncached one
-	  is a polygon. (#1796)
+	* [r10037] Fix issue where the cached object is a point and the
+	  uncached one is a polygon. (#1796)
 
-2012-07-05 16:50  pramsey
+2012-07-05 16:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Support for larger objects in ST_Intersection(geography) (#1610)
-	  This adds a set of larger regions that are handled with a gnomic
-	  projection. It could also use an orthographic. There's still a
-	  case to be handled for objects that cross the dateline or poles.
+	* [r10036] Support for larger objects in ST_Intersection(geography)
+	  (#1610) This adds a set of larger regions that are handled with a
+	  gnomic projection. It could also use an orthographic. There's
+	  still a case to be handled for objects that cross the dateline or
+	  poles.
 
-2012-07-04 18:11  pramsey
+2012-07-04 18:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix problems with circtree building on short edges near the
-	  poles. (#1796)
+	* [r10035] Fix problems with circtree building on short edges near
+	  the poles. (#1796)
 
-2012-07-04 13:12  strk
+2012-07-04 13:12  Sandro Santilli <strk at keybit.net>
 
-	* Fix pgsql2shp for big-endian systems (#1900)
+	* [r10034] Fix pgsql2shp for big-endian systems (#1900)
 	  
 	  Submitted By: Ryan Oliver <ryan.oliver at dse.vic.gov.au>
 
-2012-07-04 00:47  dustymugs
+2012-07-04 00:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed return value of rt_pixtype_get_min_value() when pixel
-	  type is
+	* [r10031] Changed return value of rt_pixtype_get_min_value() when
+	  pixel type is
 	  unknown
 
-2012-07-04 00:33  dustymugs
+2012-07-04 00:33  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed how the minimum possible value of a pixel type was being
+	* [r10029] Fixed how the minimum possible value of a pixel type was
+	  being
 	  determined. Added regression tests for band without NODATA.
 
-2012-07-03 23:40  dustymugs
+2012-07-03 23:40  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed handling of pixel value check for NODATA
+	* [r10028] Fixed handling of pixel value check for NODATA
 
-2012-07-03 22:30  dustymugs
+2012-07-03 22:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs for ST_PixelAsPoints and ST_PixelAsCentroids and
-	  update NEWS
+	* [r10027] Added docs for ST_PixelAsPoints and ST_PixelAsCentroids
+	  and update NEWS
 
-2012-07-03 22:30  dustymugs
+2012-07-03 22:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of notes differentiating ST_DumpPolygons and
+	* [r10026] Addition of notes differentiating ST_DumpPolygons and
 	  ST_PixelsAsPolygons
 
-2012-07-03 22:30  dustymugs
+2012-07-03 22:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of regression tests for ST_PixelAsCentroids and
+	* [r10025] Addition of regression tests for ST_PixelAsCentroids and
 	  ST_PixelAsPoints
 
-2012-07-03 22:30  dustymugs
+2012-07-03 22:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_PixelAsPoints and ST_PixelAsCentroids
+	* [r10024] Addition of ST_PixelAsPoints and ST_PixelAsCentroids
 
-2012-07-03 22:30  dustymugs
+2012-07-03 22:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed RASTER_getPixelPolygon as it has been replaced with
+	* [r10023] Removed RASTER_getPixelPolygon as it has been replaced
+	  with
 	  RASTER_getPixelPolygons
 
-2012-07-03 22:30  dustymugs
+2012-07-03 22:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* Change signature of ST_PixelAsPolygons() and added regression
-	  tests.
+	* [r10022] Change signature of ST_PixelAsPolygons() and added
+	  regression tests.
 
-2012-07-03 22:29  dustymugs
+2012-07-03 22:29  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added check for empty raster to RASTER_getPixelPolygons
+	* [r10021] Added check for empty raster to RASTER_getPixelPolygons
 
-2012-07-03 22:29  dustymugs
+2012-07-03 22:29  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored ST_PixelAsPolygons to call a C function and have
-	  enhanced
+	* [r10020] Refactored ST_PixelAsPolygons to call a C function and
+	  have enhanced
 	  capabilities. Additional variants and regression tests are next.
 
-2012-07-03 22:29  dustymugs
+2012-07-03 22:29  Bborie Park <bkpark at ucdavis.edu>
 
-	* Renamed "hasnodata" function parameter to "exclude_nodata_value"
+	* [r10019] Renamed "hasnodata" function parameter to
+	  "exclude_nodata_value"
 
-2012-07-03 20:08  robe
+2012-07-03 20:08  Regina Obe <lr at pcorp.us>
 
-	* fix typos
+	* [r10018] fix typos
 
-2012-07-03 19:45  robe
+2012-07-03 19:45  Regina Obe <lr at pcorp.us>
 
-	* Admit defeat and render geometries old-fashoined way
+	* [r10017] Admit defeat and render geometries old-fashoined way
 
-2012-07-03 19:18  robe
+2012-07-03 19:18  Regina Obe <lr at pcorp.us>
 
-	* let see if a geom collection works
+	* [r10016] let see if a geom collection works
 
-2012-07-03 19:11  robe
+2012-07-03 19:11  Regina Obe <lr at pcorp.us>
 
-	* lets take out completely for now.
+	* [r10015] lets take out completely for now.
 
-2012-07-03 19:04  robe
+2012-07-03 19:04  Regina Obe <lr at pcorp.us>
 
-	* break out multiline into separate linestrings hopefully wkt
-	  parser can deal with this better
+	* [r10014] break out multiline into separate linestrings hopefully
+	  wkt parser can deal with this better
 
-2012-07-03 18:44  pramsey
+2012-07-03 18:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in ST_DistanceTree for testing purposes. Do not document.
+	* [r10013] Add in ST_DistanceTree for testing purposes. Do not
+	  document.
 
-2012-07-03 16:13  robe
+2012-07-03 16:13  Regina Obe <lr at pcorp.us>
 
-	* one more try
+	* [r10012] one more try
 
-2012-07-03 15:50  robe
+2012-07-03 15:50  Regina Obe <lr at pcorp.us>
 
-	* forgot to commit wkt files
+	* [r10011] forgot to commit wkt files
 
-2012-07-03 15:45  robe
+2012-07-03 15:45  Regina Obe <lr at pcorp.us>
 
-	* some examples of delaunay triangles
+	* [r10010] some examples of delaunay triangles
 
-2012-07-03 13:58  strk
+2012-07-03 13:58  Sandro Santilli <strk at keybit.net>
 
-	* Be tolerant with regressing against GEOS-3.2.0
+	* [r10009] Be tolerant with regressing against GEOS-3.2.0
 
-2012-07-03 13:16  dustymugs
+2012-07-03 13:16  Bborie Park <bkpark at ucdavis.edu>
 
-	* cleanup of examples for ST_Raster2WorldCoord()
+	* [r10008] cleanup of examples for ST_Raster2WorldCoord()
 
-2012-07-03 07:57  robe
+2012-07-03 07:57  Regina Obe <lr at pcorp.us>
 
-	* update unpackaged. Need to make this an automated task perhaps
-	  thru jenkins first.
+	* [r10007] update unpackaged. Need to make this an automated task
+	  perhaps thru jenkins first.
 
-2012-07-01 14:24  pramsey
+2012-07-01 14:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix problem thresholded distance searching in circ-trees. (#1796)
+	* [r10006] Fix problem thresholded distance searching in
+	  circ-trees. (#1796)
 
-2012-06-30 21:18  pramsey
+2012-06-30 21:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix cache coherence error where the trees were being built on top
-	  of geometries which would get freed out from underneath them.
-	  Instead build them on the cached representations we're carrying
-	  around anyways (#1796)
+	* [r10005] Fix cache coherence error where the trees were being
+	  built on top of geometries which would get freed out from
+	  underneath them. Instead build them on the cached representations
+	  we're carrying around anyways (#1796)
 
-2012-06-29 20:48  dustymugs
+2012-06-29 20:48  Bborie Park <bkpark at ucdavis.edu>
 
-	* int32 instead of int4 as per Peter Eisentraut on postgis-devel.
+	* [r10004] int32 instead of int4 as per Peter Eisentraut on
+	  postgis-devel.
 
-2012-06-29 19:00  dustymugs
+2012-06-29 19:00  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added svn:keywords entry and removed TODO item as ticket already
-	  exists.
+	* [r10002] Added svn:keywords entry and removed TODO item as ticket
+	  already exists.
 
-2012-06-29 17:10  strk
+2012-06-29 17:10  Sandro Santilli <strk at keybit.net>
 
-	* Let testing temp dir be settable using PGIS_REG_TMPDIR
+	* [r9999] Let testing temp dir be settable using PGIS_REG_TMPDIR
 	  
 	  Prior to this change you could change it using the TMPDIR
 	  variable
 	  but that one could have been used by other software as well.
 
-2012-06-29 02:06  dustymugs
+2012-06-29 02:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed line issues. Added another TODO item.
+	* [r9997] Fixed line issues. Added another TODO item.
 
-2012-06-29 01:58  dustymugs
+2012-06-29 01:58  Bborie Park <bkpark at ucdavis.edu>
 
-	* Line formatting
+	* [r9996] Line formatting
 
-2012-06-28 17:31  dustymugs
+2012-06-28 17:31  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added raster TODO. Ticket is #1672
+	* [r9995] Added raster TODO. Ticket is #1672
 
-2012-06-27 15:53  strk
+2012-06-27 15:53  Sandro Santilli <strk at keybit.net>
 
-	* Add ST_DelaunayTriangles (#1215)
+	* [r9994] Add ST_DelaunayTriangles (#1215)
 
-2012-06-27 14:26  strk
+2012-06-27 14:26  Sandro Santilli <strk at keybit.net>
 
-	* Add lwgeom_delaunay_triangulation (#1215)
+	* [r9993] Add lwgeom_delaunay_triangulation (#1215)
 
-2012-06-27 08:26  strk
+2012-06-27 08:26  Sandro Santilli <strk at keybit.net>
 
-	* Use LDFLAGS environment when building liblwgeom (#1891)
+	* [r9992] Use LDFLAGS environment when building liblwgeom (#1891)
 	  
 	  Thanks mweisman
 
-2012-06-26 20:01  dustymugs
+2012-06-26 20:01  Bborie Park <bkpark at ucdavis.edu>
 
-	* Int32GetDatum() not Int64GetDatum()
+	* [r9989] Int32GetDatum() not Int64GetDatum()
 
-2012-06-26 18:17  dustymugs
+2012-06-26 18:17  Bborie Park <bkpark at ucdavis.edu>
 
-	* Cleanup of needless dynamic memory allocations
+	* [r9988] Cleanup of needless dynamic memory allocations
 
-2012-06-26 18:17  dustymugs
+2012-06-26 18:17  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_PixelOfValue. Ticket is #1889.
+	* [r9987] Addition of ST_PixelOfValue. Ticket is #1889.
 
-2012-06-26 18:17  dustymugs
+2012-06-26 18:17  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed improper freeing of memory.
+	* [r9986] Removed improper freeing of memory.
 
-2012-06-25 09:06  robe
+2012-06-25 09:06  Regina Obe <lr at pcorp.us>
 
-	* #1866 -- apply same geom_equal hack as we did in build area so
-	  differnt order of geometries in resulting geomcollection is
-	  ignored
+	* [r9983] #1866 -- apply same geom_equal hack as we did in build
+	  area so differnt order of geometries in resulting geomcollection
+	  is ignored
 
-2012-06-24 19:31  robe
+2012-06-24 19:31  Regina Obe <lr at pcorp.us>
 
-	* 2.0.1 ticket notes
+	* [r9982] 2.0.1 ticket notes
 
-2012-06-22 17:54  pramsey
+2012-06-22 17:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix a currently defined-out function signature mismatch.
+	* [r9974] Fix a currently defined-out function signature mismatch.
 
-2012-06-22 05:52  robe
+2012-06-22 05:52  Regina Obe <lr at pcorp.us>
 
-	* fix census tract loader for sh
+	* [r9973] fix census tract loader for sh
 
-2012-06-21 22:24  mcayland
+2012-06-21 22:24  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Remove auto-resizing columns from text fields in shp2pgsql-gui as
-	  they seem to be the cause of #1881.
+	* [r9971] Remove auto-resizing columns from text fields in
+	  shp2pgsql-gui as they seem to be the cause of #1881.
 
-2012-06-21 20:18  dustymugs
+2012-06-21 20:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed the string "MISSING GDAL DATA" to "GDAL_DATA not found".
+	* [r9969] Changed the string "MISSING GDAL DATA" to "GDAL_DATA not
+	  found".
 
-2012-06-21 20:18  dustymugs
+2012-06-21 20:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added method that includes the string "MISSING GDAL DATA" in the
-	  output
+	* [r9968] Added method that includes the string "MISSING GDAL DATA"
+	  in the output
 	  of postgis_gdal_version() if GDAL is unable to access its data
 	  files
 
-2012-06-21 11:02  robe
+2012-06-21 11:02  Regina Obe <lr at pcorp.us>
 
-	* #1759: ST_Transform fix for geography
+	* [r9965] #1759: ST_Transform fix for geography
 
-2012-06-20 19:32  pramsey
+2012-06-20 19:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Hey kid, here's quarter, go buy yourself a compiler.
+	* [r9963] Hey kid, here's quarter, go buy yourself a compiler.
 
-2012-06-20 19:29  pramsey
+2012-06-20 19:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Don't try to do tree caching tricks when the arguments are both
-	  points, that's silly.
+	* [r9962] Don't try to do tree caching tricks when the arguments
+	  are both points, that's silly.
 
-2012-06-20 03:32  robe
+2012-06-20 03:32  Regina Obe <lr at pcorp.us>
 
-	* might as well change last geos version to latest release we
-	  technically don't even support 3.3.0
+	* [r9961] might as well change last geos version to latest release
+	  we technically don't even support 3.3.0
 
-2012-06-20 03:32  robe
+2012-06-20 03:32  Regina Obe <lr at pcorp.us>
 
-	* Change minimum postgres version from 8.4 to 9.0
+	* [r9960] Change minimum postgres version from 8.4 to 9.0
 
-2012-06-20 03:01  pramsey
+2012-06-20 03:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_LocateAlong chokes on some value combinations (#1874)
+	* [r9958] ST_LocateAlong chokes on some value combinations (#1874)
 
-2012-06-19 22:09  dustymugs
+2012-06-19 22:09  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored aggregate ST_SameAlignment to return NULL if one of
-	  the
+	* [r9957] Refactored aggregate ST_SameAlignment to return NULL if
+	  one of the
 	  rasters passed in is NULL. Added regression tests for aggegrate
 	  ST_SameAlignment.
 
-2012-06-19 20:47  pramsey
+2012-06-19 20:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_InterpolatePoint returns empty M value (#1873)
+	* [r9955] ST_InterpolatePoint returns empty M value (#1873)
 
-2012-06-19 19:08  dustymugs
+2012-06-19 19:08  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of aggregate variant of ST_SameAlignment. Ticket is
-	  #1661.
+	* [r9953] Addition of aggregate variant of ST_SameAlignment. Ticket
+	  is #1661.
 
-2012-06-19 19:08  dustymugs
+2012-06-19 19:08  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor cleanup of comments
+	* [r9952] Minor cleanup of comments
 
-2012-06-19 18:11  pramsey
+2012-06-19 18:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix mistake in tree p-i-p return value.
+	* [r9951] Fix mistake in tree p-i-p return value.
 
-2012-06-19 16:46  pramsey
+2012-06-19 16:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix mistaken error trap in st_dwithincached
+	* [r9950] Fix mistaken error trap in st_dwithincached
 
-2012-06-19 03:42  pramsey
+2012-06-19 03:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in SQL binding for circ-tree cached searching. Currently in
-	  *Cached variants to allow comparisons.
+	* [r9949] Add in SQL binding for circ-tree cached searching.
+	  Currently in *Cached variants to allow comparisons.
 
-2012-06-18 23:59  pramsey
+2012-06-18 23:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix mistake in handling crossings-at-a-vertex
+	* [r9948] Fix mistake in handling crossings-at-a-vertex
 
-2012-06-18 22:58  dustymugs
+2012-06-18 22:58  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated NEWS of recent fixes to trunk
+	* [r9947] Updated NEWS of recent fixes to trunk
 
-2012-06-18 22:48  dustymugs
+2012-06-18 22:48  Bborie Park <bkpark at ucdavis.edu>
 
-	* Behavior is consistent across ST_Intersects(raster, ...)
+	* [r9946] Behavior is consistent across ST_Intersects(raster, ...)
 	  variants.
 	  Synced docs of ST_Intersects to actual behavior. Ticket is #1870.
 
-2012-06-18 22:48  dustymugs
+2012-06-18 22:48  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of comments to RASTER_mapAlgebra2()
+	* [r9945] Addition of comments to RASTER_mapAlgebra2()
 
-2012-06-18 22:47  dustymugs
+2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added check before calling PG_FREE_IF_COPY() in
+	* [r9944] Added check before calling PG_FREE_IF_COPY() in
 	  RASTER_mapAlgebra2()
 
-2012-06-18 22:47  dustymugs
+2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* When no pixels are counted for summary stats, all other elements
-	  of
+	* [r9943] When no pixels are counted for summary stats, all other
+	  elements of
 	  stats output should be NULL. Ticket is #1875
 
-2012-06-18 22:47  dustymugs
+2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Cleanup of dev comments
+	* [r9942] Cleanup of dev comments
 
-2012-06-18 22:47  dustymugs
+2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Finished work implementing use of PG_FREE_IF_COPY() and better
-	  handling of rt_pgraster variables.
+	* [r9941] Finished work implementing use of PG_FREE_IF_COPY() and
+	  better handling of rt_pgraster variables.
 
-2012-06-18 22:47  dustymugs
+2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fix division by zero in ST_ApproxSummaryStats and the situation
-	  where
+	* [r9940] Fix division by zero in ST_ApproxSummaryStats and the
+	  situation where
 	  band is empty. Added regression tests for both situations.
 	  Ticket is #1872
 
-2012-06-18 22:47  dustymugs
+2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* More work implementing use of PG_FREE_IF_COPY() and better
-	  handling of
+	* [r9939] More work implementing use of PG_FREE_IF_COPY() and
+	  better handling of
 	  rt_pgraster variables.
 
-2012-06-18 22:47  dustymugs
+2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* First chunk of code reintroducting PG_FREE_IF_COPY() and prevent
+	* [r9938] First chunk of code reintroducting PG_FREE_IF_COPY() and
+	  prevent
 	  arbitrary reuse of rt_pgraster variables.
 
-2012-06-18 22:02  pramsey
+2012-06-18 22:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Silence a warning
+	* [r9935] Silence a warning
 
-2012-06-18 22:02  pramsey
+2012-06-18 22:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move the circ tree caching code out of libpgcommon and into the
-	  geography area that actually uses it
+	* [r9934] Move the circ tree caching code out of libpgcommon and
+	  into the geography area that actually uses it
 
-2012-06-18 21:40  pramsey
+2012-06-18 21:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix missing symbols problem with lwgeom_calculate_circ_tree
-	  (#1876)
+	* [r9933] Fix missing symbols problem with
+	  lwgeom_calculate_circ_tree (#1876)
 
-2012-06-18 20:14  pramsey
+2012-06-18 20:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Quiet some warnings.
+	* [r9930] Quiet some warnings.
 
-2012-06-18 17:44  pramsey
+2012-06-18 17:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove dead code, add commentary on caching system.
+	* [r9929] Remove dead code, add commentary on caching system.
 
-2012-06-18 17:12  pramsey
+2012-06-18 17:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update caching code to be more generic, using call-backs to
-	  allocate/build/free specific cache structures.
+	* [r9928] Update caching code to be more generic, using call-backs
+	  to allocate/build/free specific cache structures.
 
-2012-06-18 13:19  robe
+2012-06-18 13:19  Regina Obe <lr at pcorp.us>
 
-	* more additions and clarifications
+	* [r9927] more additions and clarifications
 
-2012-06-18 13:06  robe
+2012-06-18 13:06  Regina Obe <lr at pcorp.us>
 
-	* take out interruptibility from 2.0.1 release notes - got pushed
-	  to 2.1.0
+	* [r9925] take out interruptibility from 2.0.1 release notes - got
+	  pushed to 2.1.0
 
-2012-06-18 02:35  robe
+2012-06-18 02:35  Regina Obe <lr at pcorp.us>
 
-	* Add in 2.0.1 news
+	* [r9924] Add in 2.0.1 news
 
-2012-06-16 17:44  robe
+2012-06-16 17:44  Regina Obe <lr at pcorp.us>
 
-	* put link to user contributed install guides (more nicely
+	* [r9920] put link to user contributed install guides (more nicely
 	  organized than the dev one)
 
-2012-06-15 23:53  pramsey
+2012-06-15 23:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Hide internal arguments for tree calculations and shut up the
-	  print output.
+	* [r9919] Hide internal arguments for tree calculations and shut up
+	  the print output.
 
-2012-06-15 23:11  pramsey
+2012-06-15 23:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update the caching infrastructure to allow for arbitrary new
-	  caching systems to be combined into one fn_extra pointer slot.
-	  Clean up the 1-d r-tree code a little bit. Make the cache
+	* [r9918] Update the caching infrastructure to allow for arbitrary
+	  new caching systems to be combined into one fn_extra pointer
+	  slot. Clean up the 1-d r-tree code a little bit. Make the cache
 	  handling code for geometry caching generic so it can be re-used
 	  across different internal indexing approaches
 
-2012-06-15 23:08  pramsey
+2012-06-15 23:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change ignore parameters on directory
+	* [r9917] Change ignore parameters on directory
 
-2012-06-15 22:51  pramsey
+2012-06-15 22:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add circular tree calculations and associated tests in support of
-	  faster geography calculations.
+	* [r9916] Add circular tree calculations and associated tests in
+	  support of faster geography calculations.
 
-2012-06-15 21:59  dustymugs
+2012-06-15 21:59  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed expected output. Ticket is #1848
+	* [r9915] Fixed expected output. Ticket is #1848
 
-2012-06-15 15:30  dustymugs
+2012-06-15 15:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional sorting of rt_clip regression test. Ticket is #1848
+	* [r9913] Additional sorting of rt_clip regression test. Ticket is
+	  #1848
 
-2012-06-15 15:16  dustymugs
+2012-06-15 15:16  Bborie Park <bkpark at ucdavis.edu>
 
-	* Make the sql in rtpg_getSR slightly more flexible when handling
+	* [r9910] Make the sql in rtpg_getSR slightly more flexible when
+	  handling
 	  auth_name and auth_srid.
 
-2012-06-14 16:56  pramsey
+2012-06-14 16:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* update ignore to ignore generated doxygen file
+	* [r9909] update ignore to ignore generated doxygen file
 
-2012-06-14 16:06  strk
+2012-06-14 16:06  Sandro Santilli <strk at keybit.net>
 
-	* Catch invalid topology name passed to topogeo_add* (#1867)
+	* [r9908] Catch invalid topology name passed to topogeo_add*
+	  (#1867)
 
-2012-06-13 18:28  strk
+2012-06-13 18:28  Sandro Santilli <strk at keybit.net>
 
-	* Don't strip comment lines in the middle of COPY commands (#1865)
+	* [r9906] Don't strip comment lines in the middle of COPY commands
+	  (#1865)
 	  
 	  Patch by J Smith <dark.panda at gmail.com>
 
-2012-06-12 17:28  strk
+2012-06-12 17:28  Sandro Santilli <strk at keybit.net>
 
-	* Move sqldefine include on top of the file (#1822)
+	* [r9904] Move sqldefine include on top of the file (#1822)
 
-2012-06-12 13:11  strk
+2012-06-12 13:11  Sandro Santilli <strk at keybit.net>
 
-	* Fix call to GEOS_interruptRegisterCallback (win32)
+	* [r9902] Fix call to GEOS_interruptRegisterCallback (win32)
 
-2012-06-12 13:06  strk
+2012-06-12 13:06  Sandro Santilli <strk at keybit.net>
 
-	* Only show readable relations in metadata tables (#1813)
+	* [r9901] Only show readable relations in metadata tables (#1813)
 	  
 	  Affects both geometry_columns and geography_columns.
 	  No easy way to put this under automated regression testing.
 
-2012-06-12 12:34  strk
+2012-06-12 12:34  Sandro Santilli <strk at keybit.net>
 
-	* Clearer error on setting an geometry to an invalid one (#1774)
+	* [r9899] Clearer error on setting an geometry to an invalid one
+	  (#1774)
 	  
 	  Include testcase
 
-2012-06-12 10:46  strk
+2012-06-12 10:46  Sandro Santilli <strk at keybit.net>
 
-	* Drop temporary table at end of ValidateTopology (#1797)
+	* [r9896] Drop temporary table at end of ValidateTopology (#1797)
 
-2012-06-12 09:30  strk
+2012-06-12 09:30  Sandro Santilli <strk at keybit.net>
 
-	* Really accept collections and multipoints from ST_MakeValid
-	  (#1719)
+	* [r9894] Really accept collections and multipoints from
+	  ST_MakeValid (#1719)
 	  
 	  Also updates documentation and SQL level tests.
 
-2012-06-12 09:30  strk
+2012-06-12 09:30  Sandro Santilli <strk at keybit.net>
 
-	* Add test for MULTIPOINT processing
+	* [r9893] Add test for MULTIPOINT processing
 
-2012-06-12 09:09  strk
+2012-06-12 09:09  Sandro Santilli <strk at keybit.net>
 
-	* Add GEOMETRYCOLLECTION input support for ST_MakeValid (#1719)
+	* [r9892] Add GEOMETRYCOLLECTION input support for ST_MakeValid
+	  (#1719)
 
-2012-06-12 08:29  robe
+2012-06-12 08:29  Regina Obe <lr at pcorp.us>
 
-	* part fix for #1860 ST_SRID not unique
+	* [r9891] part fix for #1860 ST_SRID not unique
 
-2012-06-12 07:57  strk
+2012-06-12 07:57  Sandro Santilli <strk at keybit.net>
 
-	* Install comments when available, even withouth XSLTPROC (#1779)
+	* [r9889] Install comments when available, even withouth XSLTPROC
+	  (#1779)
 
-2012-06-11 18:39  strk
+2012-06-11 18:39  Sandro Santilli <strk at keybit.net>
 
-	* Build and install comments when if possible (#1779)
+	* [r9887] Build and install comments when if possible (#1779)
 
-2012-06-11 18:01  robe
+2012-06-11 18:01  Regina Obe <lr at pcorp.us>
 
-	* Mislabeled function (raster missing new flag and ST_ASGML
+	* [r9884] Mislabeled function (raster missing new flag and ST_ASGML
 	  mislabeled as new instead of enhanced)
 
-2012-06-11 17:28  robe
+2012-06-11 17:28  Regina Obe <lr at pcorp.us>
 
-	* get rid of 2.1 enhancements section -- probably causing pdflatex
-	  issues because we have no enhancements
+	* [r9883] get rid of 2.1 enhancements section -- probably causing
+	  pdflatex issues because we have no enhancements
 
-2012-06-11 17:12  robe
+2012-06-11 17:12  Regina Obe <lr at pcorp.us>
 
-	* fix unclosed tag
+	* [r9882] fix unclosed tag
 
-2012-06-11 16:26  robe
+2012-06-11 16:26  Regina Obe <lr at pcorp.us>
 
-	* Add a what's new in 2.1 section
+	* [r9881] Add a what's new in 2.1 section
 
-2012-06-11 15:46  dustymugs
+2012-06-11 15:46  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added DROP statements for st_intersection variants that were
-	  removed
+	* [r9879] Added DROP statements for st_intersection variants that
+	  were removed
 	  before 2.0. Ticket is #1749
 
-2012-06-11 14:45  robe
+2012-06-11 14:45  Regina Obe <lr at pcorp.us>
 
-	* warnings too dark
+	* [r9878] warnings too dark
 
-2012-06-11 14:02  robe
+2012-06-11 14:02  Regina Obe <lr at pcorp.us>
 
-	* warnings should be more prominent. Move extension warning up a
-	  bit. correct misspelling
+	* [r9877] warnings should be more prominent. Move extension warning
+	  up a bit. correct misspelling
 
-2012-06-11 11:47  robe
+2012-06-11 11:47  Regina Obe <lr at pcorp.us>
 
-	* #1815 put a big warning about this unexpected behavior when
-	  trying to explicitly backup tables that are part of an extension
+	* [r9875] #1815 put a big warning about this unexpected behavior
+	  when trying to explicitly backup tables that are part of an
+	  extension
 
-2012-06-10 06:25  robe
+2012-06-10 06:25  Regina Obe <lr at pcorp.us>
 
-	* #1859 commit doc corrections from Kashif Rasul.
+	* [r9872] #1859 commit doc corrections from Kashif Rasul.
 
-2012-06-08 17:18  robe
+2012-06-08 17:18  Regina Obe <lr at pcorp.us>
 
-	* snaptogrid to get rid of false failures on mingw-64 resulting
-	  from single digit rounding differences
+	* [r9871] snaptogrid to get rid of false failures on mingw-64
+	  resulting from single digit rounding differences
 
-2012-06-08 14:04  mcayland
+2012-06-08 14:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Rename references to -r to -s in shp2pgsql-cli.c and also move
-	  argument combination validation to a separate phase.
+	* [r9868] Rename references to -r to -s in shp2pgsql-cli.c and also
+	  move argument combination validation to a separate phase.
 	  
 	  This is based upon a report from Lauri Kajan who was having
 	  issues using -D and -s TO_SRID on Windows.
 
-2012-06-08 12:45  robe
+2012-06-08 12:45  Regina Obe <lr at pcorp.us>
 
-	* #1834 itemize srid ranges we include and set filter to not back
-	  these up. It's long and ugly I know.
+	* [r9867] #1834 itemize srid ranges we include and set filter to
+	  not back these up. It's long and ugly I know.
 
-2012-06-08 11:55  strk
+2012-06-08 11:55  Sandro Santilli <strk at keybit.net>
 
-	* Fix failure to detect endpoint mismatch in ST_AddEdge*Face*
-	  (#1857)
+	* [r9865] Fix failure to detect endpoint mismatch in
+	  ST_AddEdge*Face* (#1857)
 	  
 	  Affects calls with start_node = end_node and matching start
 	  point.
 
-2012-06-08 11:13  strk
+2012-06-08 11:13  Sandro Santilli <strk at keybit.net>
 
-	* Remove unused variables
+	* [r9862] Remove unused variables
 
-2012-06-08 04:14  robe
+2012-06-08 04:14  Regina Obe <lr at pcorp.us>
 
-	* minor improvements to prefer a named road over an unnamed one if
-	  within 20 meters, also #1856 ability to control preferred name
-	  for highways, county and state roads (whether numbered or local
-	  name)
+	* [r9861] minor improvements to prefer a named road over an unnamed
+	  one if within 20 meters, also #1856 ability to control preferred
+	  name for highways, county and state roads (whether numbered or
+	  local name)
 
-2012-06-07 23:08  strk
+2012-06-07 23:08  Sandro Santilli <strk at keybit.net>
 
-	* Properly set permissions on backend temp dir
+	* [r9860] Properly set permissions on backend temp dir
 
-2012-06-07 15:56  dustymugs
+2012-06-07 15:56  Bborie Park <bkpark at ucdavis.edu>
 
-	* Tweaked rt_clip queries to have the output ordered. Changed the
-	  round()
+	* [r9858] Tweaked rt_clip queries to have the output ordered.
+	  Changed the round()
 	  call to a ceil() call due to the question of rounding 27.5 (is it
 	  28 or
 	  27?). Ticket is 1848.
 
-2012-06-07 15:18  strk
+2012-06-07 15:18  Sandro Santilli <strk at keybit.net>
 
-	* Register a GEOS interrupt callback to dispatch windows events
+	* [r9857] Register a GEOS interrupt callback to dispatch windows
+	  events
 	  
 	  NOTE: won't build on WIN32 with GEOS-3.4.0SVN < r3672
 
-2012-06-07 14:17  strk
+2012-06-07 14:17  Sandro Santilli <strk at keybit.net>
 
-	* Remove unused code
+	* [r9856] Remove unused code
 
-2012-06-07 07:17  strk
+2012-06-07 07:17  Sandro Santilli <strk at keybit.net>
 
-	* Ignore generated Makefile (a new one)
+	* [r9855] Ignore generated Makefile (a new one)
 
-2012-06-07 06:55  strk
+2012-06-07 06:55  Sandro Santilli <strk at keybit.net>
 
-	* Fix scoping of TEST variable (#1853)
+	* [r9854] Fix scoping of TEST variable (#1853)
 	  
 	  I didn't really understand why it is only TEST needing to be
 	  "our"
 	  but it seems to work.
 
-2012-06-06 15:25  pramsey
+2012-06-06 15:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Wrong parameters for EPSG:3844 in spatial_ref_sys (#1851)
+	* [r9852] Wrong parameters for EPSG:3844 in spatial_ref_sys (#1851)
 
-2012-06-06 15:24  strk
+2012-06-06 15:24  Sandro Santilli <strk at keybit.net>
 
-	* Have run_test.pl use strict mode
+	* [r9851] Have run_test.pl use strict mode
 
-2012-06-02 07:12  robe
+2012-06-02 07:12  Regina Obe <lr at pcorp.us>
 
-	* Forgot to add gisgraphy as another PostGIS geocoder. I know I am
-	  missing others.
+	* [r9848] Forgot to add gisgraphy as another PostGIS geocoder. I
+	  know I am missing others.
 
-2012-05-31 22:49  pramsey
+2012-05-31 22:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Convert to using run_test.pl instead of run_test.sh
+	* [r9847] Convert to using run_test.pl instead of run_test.sh
 
-2012-05-31 22:16  pramsey
+2012-05-31 22:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Works for MinGW now
+	* [r9846] Works for MinGW now
 
-2012-05-31 20:16  pramsey
+2012-05-31 20:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* back out run_test.pl change, that was an accident
+	* [r9845] back out run_test.pl change, that was an accident
 
-2012-05-31 20:11  strk
+2012-05-31 20:11  Sandro Santilli <strk at keybit.net>
 
-	* Use our own diff, avoid using Which. Works for me. Tests welcome.
+	* [r9844] Use our own diff, avoid using Which. Works for me. Tests
+	  welcome.
 
-2012-05-31 17:29  pramsey
+2012-05-31 17:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change from sed to perl
+	* [r9843] Change from sed to perl
 
-2012-05-31 16:57  pramsey
+2012-05-31 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Convert sed to perl
+	* [r9842] Convert sed to perl
 
-2012-05-31 16:47  pramsey
+2012-05-31 16:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Switch from sed to perl
+	* [r9841] Switch from sed to perl
 
-2012-05-31 16:45  pramsey
+2012-05-31 16:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Switch from sed to perl
+	* [r9840] Switch from sed to perl
 
-2012-05-31 05:46  dustymugs
+2012-05-31 05:46  Bborie Park <bkpark at ucdavis.edu>
 
-	* Explicit error message when dimensions requested exceeds the
-	  maximum
+	* [r9838] Explicit error message when dimensions requested exceeds
+	  the maximum
 	  permitted of a raster.
 
-2012-05-31 05:45  dustymugs
+2012-05-31 05:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added more verbiage regarding setting SRID with -s for
+	* [r9837] Added more verbiage regarding setting SRID with -s for
 	  raster2pgsql
 
-2012-05-31 05:45  dustymugs
+2012-05-31 05:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* Correct spelling mistakes
+	* [r9836] Correct spelling mistakes
 
-2012-05-31 05:45  dustymugs
+2012-05-31 05:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated docs to reflect change to minimum GDAL version
+	* [r9835] Updated docs to reflect change to minimum GDAL version
 
-2012-05-31 05:45  dustymugs
+2012-05-31 05:45  Bborie Park <bkpark at ucdavis.edu>
 
-	* Bumped up the minimum version of GDAL from 1.6 to 1.8
+	* [r9834] Bumped up the minimum version of GDAL from 1.6 to 1.8
 
-2012-05-31 01:44  robe
+2012-05-31 01:44  Regina Obe <lr at pcorp.us>
 
-	* #1812 change to use sT_Equals to account for polygon order
-	  difference under windows (mingw)
+	* [r9832] #1812 change to use sT_Equals to account for polygon
+	  order difference under windows (mingw)
 
-2012-05-31 01:34  robe
+2012-05-31 01:34  Regina Obe <lr at pcorp.us>
 
-	* fix typos
+	* [r9831] fix typos
 
-2012-05-31 00:50  robe
+2012-05-31 00:50  Regina Obe <lr at pcorp.us>
 
-	* #1843 document new geocode_setting set/get functions, make
-	  publically readable.
+	* [r9830] #1843 document new geocode_setting set/get functions,
+	  make publically readable.
 
-2012-05-30 21:49  pramsey
+2012-05-30 21:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Convert calls to 'sed' to calls to 'perl'
+	* [r9829] Convert calls to 'sed' to calls to 'perl'
 
-2012-05-30 18:59  pramsey
+2012-05-30 18:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Perl-based pre/post hooks for the raster loader tests
+	* [r9828] Perl-based pre/post hooks for the raster loader tests
 
-2012-05-30 18:58  pramsey
+2012-05-30 18:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update the run_test.pl script to handle the raster loader
+	* [r9827] Update the run_test.pl script to handle the raster loader
 	  pre/post rules
 
-2012-05-30 08:55  robe
+2012-05-30 08:55  Regina Obe <lr at pcorp.us>
 
-	* #1845 fix tracts/bg/tabblock loading
+	* [r9826] #1845 fix tracts/bg/tabblock loading
 
-2012-05-28 19:21  pracine
+2012-05-28 19:21  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Replace the x, y iteration with a call to ST_MapAlgebraExpr() now
-	  that it supports [rast.x] and [rast.y]. Much faster!
+	* [r9825] Replace the x, y iteration with a call to
+	  ST_MapAlgebraExpr() now that it supports [rast.x] and [rast.y].
+	  Much faster!
 	  This is not (yet) part of rtpostgis.sql. Should be in 2.1.
 
-2012-05-28 08:04  strk
+2012-05-28 08:04  Sandro Santilli <strk at keybit.net>
 
-	* Install a signal handler to request GEOS interruption (#1802)
+	* [r9824] Install a signal handler to request GEOS interruption
+	  (#1802)
 	  
 	  Requires GEOS-3.4.0SVN
 
-2012-05-27 18:28  robe
+2012-05-27 18:28  Regina Obe <lr at pcorp.us>
 
-	* #1843 - logic to add the new settings table, a get and set
-	  function, and changed debug variables in various functions to
+	* [r9823] #1843 - logic to add the new settings table, a get and
+	  set function, and changed debug variables in various functions to
 	  lookup value from table
 
-2012-05-25 15:20  strk
+2012-05-25 15:20  Sandro Santilli <strk at keybit.net>
 
-	* Handle exceptions from GEOSUnionCascaded() in
+	* [r9821] Handle exceptions from GEOSUnionCascaded() in
 	  LWGEOM_GEOS_buildArea
 
-2012-05-24 23:13  dustymugs
+2012-05-24 23:13  Bborie Park <bkpark at ucdavis.edu>
 
-	* Code cleanup related to rt_band_load_offline_data()
+	* [r9819] Code cleanup related to rt_band_load_offline_data()
 
-2012-05-24 10:10  strk
+2012-05-24 10:10  Sandro Santilli <strk at keybit.net>
 
-	* Do not call OGRCleanupAll() within API functions
+	* [r9818] Do not call OGRCleanupAll() within API functions
 	  
 	  Valgrind didn't show any leak.
 	  Eventually we can do cleanups in _PG_fini.
 
-2012-05-24 06:41  strk
+2012-05-24 06:41  Sandro Santilli <strk at keybit.net>
 
-	* Do not assume geos allocates using malloc. Reduce memory use too.
+	* [r9817] Do not assume geos allocates using malloc. Reduce memory
+	  use too.
 
-2012-05-23 22:51  dustymugs
+2012-05-23 22:51  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed GDALDriverH * to GDALDriverH.
+	* [r9816] Fixed GDALDriverH * to GDALDriverH.
 
-2012-05-23 22:36  dustymugs
+2012-05-23 22:36  Bborie Park <bkpark at ucdavis.edu>
 
-	* Use GDALIdentifyDriver() to detect whether or not a raster is
-	  supported
+	* [r9813] Use GDALIdentifyDriver() to detect whether or not a
+	  raster is supported
 	  by raster2pgsql. Thanks to rouault for the suggestion
 
-2012-05-23 21:41  colivier
+2012-05-23 21:41  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix ST_AsGML prototype in legacy. Related to #1823
+	* [r9812] Fix ST_AsGML prototype in legacy. Related to #1823
 
-2012-05-23 20:49  colivier
+2012-05-23 20:49  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix geography prototype for ST_AsGML. Related to #1823
+	* [r9811] Fix geography prototype for ST_AsGML. Related to #1823
 
-2012-05-23 17:54  dustymugs
+2012-05-23 17:54  Bborie Park <bkpark at ucdavis.edu>
 
-	* Correct when to compute number of tiles. Ticket is #1840
+	* [r9810] Correct when to compute number of tiles. Ticket is #1840
 
-2012-05-23 17:54  dustymugs
+2012-05-23 17:54  Bborie Park <bkpark at ucdavis.edu>
 
-	* Add support for GeoTIFF subdatasets. Ticket is #1839
+	* [r9809] Add support for GeoTIFF subdatasets. Ticket is #1839
 
-2012-05-23 06:58  robe
+2012-05-23 06:58  Regina Obe <lr at pcorp.us>
 
-	* force casting to text for band types in various examples prevent
-	  unknown warnings (alibo noted)
+	* [r9805] force casting to text for band types in various examples
+	  prevent unknown warnings (alibo noted)
 
-2012-05-23 03:24  robe
+2012-05-23 03:24  Regina Obe <lr at pcorp.us>
 
-	* backout changes about 2.0.1 already accounted for in 2.0 branch
+	* [r9803] backout changes about 2.0.1 already accounted for in 2.0
+	  branch
 
-2012-05-23 03:16  robe
+2012-05-23 03:16  Regina Obe <lr at pcorp.us>
 
-	* add section for 2.0.1 and more items in 2.1.0 -- sitll a lot of
-	  gaps to fill in.
+	* [r9802] add section for 2.0.1 and more items in 2.1.0 -- sitll a
+	  lot of gaps to fill in.
 
-2012-05-22 17:47  dustymugs
+2012-05-22 17:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added missing "See Also" sections for ST_NearestValue and
+	* [r9801] Added missing "See Also" sections for ST_NearestValue and
 	  ST_Neighborhood
 
-2012-05-22 17:07  dustymugs
+2012-05-22 17:07  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fix unbalanced tags
+	* [r9800] Fix unbalanced tags
 
-2012-05-22 17:07  dustymugs
+2012-05-22 17:07  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_World2RasterCoord, ST_Raster2WorldCoord,
+	* [r9799] Added ST_World2RasterCoord, ST_Raster2WorldCoord,
 	  ST_NearestValue,
 	  ST_Neighborhood to New Features section
 
-2012-05-22 17:06  dustymugs
+2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs for ST_NearestValue and ST_Neighborhood
+	* [r9798] Added docs for ST_NearestValue and ST_Neighborhood
 
-2012-05-22 17:06  dustymugs
+2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored function parameter names of ST_NearestValue and
+	* [r9797] Refactored function parameter names of ST_NearestValue
+	  and
 	  ST_Neighborhood
 
-2012-05-22 17:06  dustymugs
+2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added docs for ST_World2RasterCoord() and ST_Raster2WorldCoord()
+	* [r9796] Added docs for ST_World2RasterCoord() and
+	  ST_Raster2WorldCoord()
 
-2012-05-22 17:06  dustymugs
+2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Expansion of regression tests and fix error messages
+	* [r9795] Expansion of regression tests and fix error messages
 
-2012-05-22 17:06  dustymugs
+2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Lowercase language due to case-sensitivity of PostgreSQL 9.2
+	* [r9794] Lowercase language due to case-sensitivity of PostgreSQL
+	  9.2
 
-2012-05-22 17:06  dustymugs
+2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added regression tests for ST_World2RasterCoord and
+	* [r9793] Added regression tests for ST_World2RasterCoord and
 	  ST_Raster2WorldCoord. Updated existing tests use the same
 	  functions
 
-2012-05-22 17:06  dustymugs
+2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_Raster2WorldCoord and ST_World2RasterCoord functions to
-	  consume
+	* [r9792] Added ST_Raster2WorldCoord and ST_World2RasterCoord
+	  functions to consume
 	  RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord
 	  functions.
 	  Refactored existing ST_Raster2WorldCoord(X|Y) and
 	  ST_World2RasterCoord(X|Y) functions to call new functions
 
-2012-05-22 17:06  dustymugs
+2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed unnecessary/unused variable
+	* [r9791] Removed unnecessary/unused variable
 
-2012-05-22 17:05  dustymugs
+2012-05-22 17:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* Drop ST_Neighborhood variants due to output datatype changes
+	* [r9790] Drop ST_Neighborhood variants due to output datatype
+	  changes
 
-2012-05-22 17:05  dustymugs
+2012-05-22 17:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* Modified ST_Neighborhood and underlying functions to return 2D
-	  double
+	* [r9789] Modified ST_Neighborhood and underlying functions to
+	  return 2D double
 	  precision array. This allows the output to be readily passed onto
 	  the
 	  ST_xxx4ma functions.
 
-2012-05-22 17:05  dustymugs
+2012-05-22 17:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated copyright
+	* [r9788] Updated copyright
 
-2012-05-22 17:05  dustymugs
+2012-05-22 17:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added SRID check to ST_NearestValue
+	* [r9787] Added SRID check to ST_NearestValue
 
-2012-05-22 17:05  dustymugs
+2012-05-22 17:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* addition of ST_NearestValue and ST_Neighborhood
+	* [r9786] addition of ST_NearestValue and ST_Neighborhood
 
-2012-05-22 16:02  colivier
+2012-05-22 16:02  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix wrong SQL prototype, wrong PostGIS version number, and use
-	  NULL as default value rather than empty string, related to #1823
+	* [r9785] Fix wrong SQL prototype, wrong PostGIS version number,
+	  and use NULL as default value rather than empty string, related
+	  to #1823
 
-2012-05-22 15:29  robe
+2012-05-22 15:29  Regina Obe <lr at pcorp.us>
 
-	* #1837 dupe refentry
+	* [r9784] #1837 dupe refentry
 
-2012-05-22 15:26  robe
+2012-05-22 15:26  Regina Obe <lr at pcorp.us>
 
-	* detail how to upgrade from tiger_2010 to tiger_2011 data
+	* [r9783] detail how to upgrade from tiger_2010 to tiger_2011 data
 
-2012-05-22 15:13  pramsey
+2012-05-22 15:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add upgrade mode and start to get raster working. Bah, going to
-	  need to handle pre/post actions after all.
+	* [r9782] Add upgrade mode and start to get raster working. Bah,
+	  going to need to handle pre/post actions after all.
 
-2012-05-22 14:17  pramsey
+2012-05-22 14:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Upgrade from 2.0 only
+	* [r9781] Upgrade from 2.0 only
 
-2012-05-22 13:34  robe
+2012-05-22 13:34  Regina Obe <lr at pcorp.us>
 
-	* Add new functions and notes that 2.1 is tiger_2011 instead of
-	  tiger_2010. More on upgrade instructions from tiger_2010 to
-	  tiger_2011
+	* [r9780] Add new functions and notes that 2.1 is tiger_2011
+	  instead of tiger_2010. More on upgrade instructions from
+	  tiger_2010 to tiger_2011
 
-2012-05-22 13:25  robe
+2012-05-22 13:25  Regina Obe <lr at pcorp.us>
 
-	* rename function drop_national_tables_generate_script() to
+	* [r9779] rename function drop_national_tables_generate_script() to
 	  drop_nation_tables_generate_script(), revise regex to prevent
 	  psql warning in 9.2 psql
 
-2012-05-22 12:23  colivier
+2012-05-22 12:23  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Use NULL value as default for id on ST_AsGML cunit tests. Related
-	  to #1823
+	* [r9778] Use NULL value as default for id on ST_AsGML cunit tests.
+	  Related to #1823
 
-2012-05-22 09:20  strk
+2012-05-22 09:20  Sandro Santilli <strk at keybit.net>
 
-	* More entries in authors.*
+	* [r9777] More entries in authors.*
 	  
 	  With this I could complete a git-svn-clone operation
 
-2012-05-22 08:49  colivier
+2012-05-22 08:49  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix some unintialized vars. Fix becoming wrong prototype call in
-	  GML3 cunit tests. Related to #1823
+	* [r9775] Fix some unintialized vars. Fix becoming wrong prototype
+	  call in GML3 cunit tests. Related to #1823
 
-2012-05-22 08:49  pramsey
+2012-05-22 08:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Initial commit of the run_test.pl perl port of the regression
-	  harness.
+	* [r9774] Initial commit of the run_test.pl perl port of the
+	  regression harness.
 	  This version runs the postgis loader and sql tests. It does not
 	  yet run in --upgrade mode or handle the raster or topology tests.
 
-2012-05-22 07:45  strk
+2012-05-22 07:45  Sandro Santilli <strk at keybit.net>
 
-	* Update authors file for both SVN and GIT
+	* [r9773] Update authors file for both SVN and GIT
 
-2012-05-21 21:17  colivier
+2012-05-21 21:17  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* First implementation of gml:id support for ST_AsGML. Related to
-	  #1823. Not yet really tested. Cunit still missing
+	* [r9772] First implementation of gml:id support for ST_AsGML.
+	  Related to #1823. Not yet really tested. Cunit still missing
 
-2012-05-21 20:29  robe
+2012-05-21 20:29  Regina Obe <lr at pcorp.us>
 
-	* get rid of old stuff can always be pulled from prior versions
+	* [r9770] get rid of old stuff can always be pulled from prior
+	  versions
 
-2012-05-21 20:28  robe
+2012-05-21 20:28  Regina Obe <lr at pcorp.us>
 
-	* move tiger_2011 work to 2.1
+	* [r9769] move tiger_2011 work to 2.1
 
-2012-05-21 14:48  strk
+2012-05-21 14:48  Sandro Santilli <strk at keybit.net>
 
-	* UTF8 author names
+	* [r9768] UTF8 author names
 
-2012-05-21 10:57  pramsey
+2012-05-21 10:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Back out ST_CollectionExtract changes, too many regression
-	  failures
+	* [r9766] Back out ST_CollectionExtract changes, too many
+	  regression failures
 
-2012-05-21 10:13  pramsey
+2012-05-21 10:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Harmonize regression to new ST_CollectionExtract behavior
+	* [r9765] Harmonize regression to new ST_CollectionExtract behavior
 
-2012-05-21 09:41  pramsey
+2012-05-21 09:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_CollectionExtract: inconsistent EMPTY results (#1778)
+	* [r9764] ST_CollectionExtract: inconsistent EMPTY results (#1778)
 
-2012-05-21 09:39  pramsey
+2012-05-21 09:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bump numbers for 2.1 on trunk
+	* [r9763] Bump numbers for 2.1 on trunk
 
-2012-05-21 09:36  pramsey
+2012-05-21 09:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Accept PostGIS 1.5 WKB type numbers in WKB parser (#1807)
+	* [r9761] Accept PostGIS 1.5 WKB type numbers in WKB parser (#1807)
 
-2012-05-21 08:05  pramsey
+2012-05-21 08:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Revert #1830
+	* [r9760] Revert #1830
 
-2012-05-20 09:27  pramsey
+2012-05-20 09:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* loader dumper / gui About have version correct credits (#1743)
+	* [r9759] loader dumper / gui About have version correct credits
+	  (#1743)
 
-2012-05-20 09:17  pramsey
+2012-05-20 09:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* the pgsql2shp tool should qualify its query against pg_class to
-	  ensure it gets the correct table to dump (#1814) <chander>
+	* [r9758] the pgsql2shp tool should qualify its query against
+	  pg_class to ensure it gets the correct table to dump (#1814)
+	  <chander>
 
-2012-05-20 08:21  pramsey
+2012-05-20 08:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* News update
+	* [r9757] News update
 
-2012-05-20 08:20  pramsey
+2012-05-20 08:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* pgsql2shp fix for "XInvalid endian flag value encountered" on
-	  PostgreSQL 9.2 (#1830)
+	* [r9756] pgsql2shp fix for "XInvalid endian flag value
+	  encountered" on PostgreSQL 9.2 (#1830)
 
-2012-05-20 07:31  pramsey
+2012-05-20 07:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update NEWS with some bug fixes
+	* [r9754] Update NEWS with some bug fixes
 
-2012-05-18 09:59  strk
+2012-05-18 09:59  Sandro Santilli <strk at keybit.net>
 
-	* Fix uninitialized read in GeoJSON parser (#1829)
+	* [r9753] Fix uninitialized read in GeoJSON parser (#1829)
 
-2012-05-17 13:37  strk
+2012-05-17 13:37  Sandro Santilli <strk at keybit.net>
 
-	* Last bugfix item...
+	* [r9750] Last bugfix item...
 
-2012-05-17 13:36  strk
+2012-05-17 13:36  Sandro Santilli <strk at keybit.net>
 
-	* Do not compare uninitialized memory (#1825)
+	* [r9749] Do not compare uninitialized memory (#1825)
 	  
 	  May fix prepared geometry cache sub-uses (misses)
 
-2012-05-17 12:27  strk
+2012-05-17 12:27  Sandro Santilli <strk at keybit.net>
 
-	* Fix topology loader against PostgreSQL 9.2 (#1822)
+	* [r9748] Fix topology loader against PostgreSQL 9.2 (#1822)
 
-2012-05-17 12:10  pramsey
+2012-05-17 12:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* configure enabling extension reads 9.1 even on 9.2 (#1821)
+	* [r9747] configure enabling extension reads 9.1 even on 9.2
+	  (#1821)
 
-2012-05-17 11:59  pramsey
+2012-05-17 11:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Put back 900913 srid (#1805)
+	* [r9746] Put back 900913 srid (#1805)
 
-2012-05-17 11:54  pramsey
+2012-05-17 11:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Error in empty short circuit (#1828)
+	* [r9744] Error in empty short circuit (#1828)
 
-2012-05-17 11:47  strk
+2012-05-17 11:47  Sandro Santilli <strk at keybit.net>
 
-	* Link lwgeom_normalize change to its ticket #1812
+	* [r9743] Link lwgeom_normalize change to its ticket #1812
 
-2012-05-17 11:45  strk
+2012-05-17 11:45  Sandro Santilli <strk at keybit.net>
 
-	* Add lwgeom_normalize in LIBLWGEOM, use in cu_buildarea tester
+	* [r9742] Add lwgeom_normalize in LIBLWGEOM, use in cu_buildarea
+	  tester
 
-2012-05-16 19:39  strk
+2012-05-16 19:39  Sandro Santilli <strk at keybit.net>
 
-	* Use the proper function to release returns from GEOS.
+	* [r9741] Use the proper function to release returns from GEOS.
 
-2012-05-16 19:39  strk
+2012-05-16 19:39  Sandro Santilli <strk at keybit.net>
 
-	* Cleanly handle database creation error
+	* [r9740] Cleanly handle database creation error
 
-2012-05-16 18:50  dustymugs
+2012-05-16 18:50  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated to note bug #1819
+	* [r9739] Updated to note bug #1819
 
-2012-05-16 18:47  dustymugs
+2012-05-16 18:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_Raster2WorldCoord and ST_World2RasterCoord functions to
-	  consume
+	* [r9738] Added ST_Raster2WorldCoord and ST_World2RasterCoord
+	  functions to consume
 	  RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord
 	  functions.
 	  Refactored existing ST_Raster2WorldCoord(X|Y) and
 	  ST_World2RasterCoord(X|Y) functions to call new functions
 
-2012-05-16 18:47  dustymugs
+2012-05-16 18:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of RASTER_rasterToWorldCoord and
+	* [r9737] Addition of RASTER_rasterToWorldCoord and
 	  RASTER_worldToRasterCoord
 	  functions
 
-2012-05-16 15:16  dustymugs
+2012-05-16 15:16  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional lower-casing of language for PostgreSQL 9.2 as per
-	  r9735
+	* [r9736] Additional lower-casing of language for PostgreSQL 9.2 as
+	  per r9735
 
-2012-05-16 08:29  robe
+2012-05-16 08:29  Regina Obe <lr at pcorp.us>
 
-	* #1820 part fix 9.2 language is case sensitive if quoted -- change
-	  'C' and 'SQL' to 'c' and 'sql'
+	* [r9735] #1820 part fix 9.2 language is case sensitive if quoted
+	  -- change 'C' and 'SQL' to 'c' and 'sql'
 
-2012-05-14 23:28  dustymugs
+2012-05-14 23:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of some commented code. Might be useful if an option is
-	  added
+	* [r9734] Addition of some commented code. Might be useful if an
+	  option is added
 	  to output the VRTs used in the process of loading rasters
 
-2012-05-14 23:28  dustymugs
+2012-05-14 23:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Changed function parameter datatypes from uint16_t to int to
-	  better
+	* [r9733] Changed function parameter datatypes from uint16_t to int
+	  to better
 	  handle out-of-range values
 
-2012-05-10 07:24  strk
+2012-05-10 07:24  Sandro Santilli <strk at keybit.net>
 
-	* Cleanup new BuildArea code, add profiling prints (#1806)
+	* [r9732] Cleanup new BuildArea code, add profiling prints (#1806)
 
-2012-05-09 12:08  strk
+2012-05-09 12:08  Sandro Santilli <strk at keybit.net>
 
-	* Significatively speedup BuildArea with complex input (#1806)
+	* [r9731] Significatively speedup BuildArea with complex input
+	  (#1806)
 	  
 	  Affects ST_BuildArea, ST_MakeValid and ST_GetFaceGeometry.
 	  
@@ -6700,204 +7214,210 @@
 	  with the old. Both versions return the same result (according to
 	  ST_Equals).
 
-2012-05-09 12:08  strk
+2012-05-09 12:08  Sandro Santilli <strk at keybit.net>
 
-	* Add unit test for lwgeom_buildarea (useful for #1806)
+	* [r9730] Add unit test for lwgeom_buildarea (useful for #1806)
 
-2012-05-08 16:47  strk
+2012-05-08 16:47  Sandro Santilli <strk at keybit.net>
 
-	* ST_BuildArea: arrange polygonized output reducing overlay cost
-	  (#1806)
+	* [r9729] ST_BuildArea: arrange polygonized output reducing overlay
+	  cost (#1806)
 	  
 	  By running SymDifference against items with less points first we
 	  reduce the overall cost (output vertices tend to always grow).
 
-2012-05-08 16:47  strk
+2012-05-08 16:47  Sandro Santilli <strk at keybit.net>
 
-	* Make ST_MakeValid tests immune by coordinates order (using
-	  ST_Equals)
+	* [r9728] Make ST_MakeValid tests immune by coordinates order
+	  (using ST_Equals)
 
-2012-05-08 16:47  strk
+2012-05-08 16:47  Sandro Santilli <strk at keybit.net>
 
-	* Cross reference ST_BuildArea with ST_MakePolygon
+	* [r9727] Cross reference ST_BuildArea with ST_MakePolygon
 
-2012-05-07 11:50  robe
+2012-05-07 11:50  Regina Obe <lr at pcorp.us>
 
-	* who is in charge of QA here? 1.5.4 completely missing from trunk
+	* [r9725] who is in charge of QA here? 1.5.4 completely missing
+	  from trunk
 
-2012-05-07 07:08  strk
+2012-05-07 07:08  Sandro Santilli <strk at keybit.net>
 
-	* postgis_raster_lib_version is also in rtpostgis.sql, not
+	* [r9723] postgis_raster_lib_version is also in rtpostgis.sql, not
 	  topology.sql
 
-2012-05-07 06:58  strk
+2012-05-07 06:58  Sandro Santilli <strk at keybit.net>
 
-	* postgis_raster_scripts_installed is in rtpostgis.sql, not
+	* [r9722] postgis_raster_scripts_installed is in rtpostgis.sql, not
 	  topology.sql
 
-2012-05-05 13:06  pramsey
+2012-05-05 13:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* README Installation error (#1804)
+	* [r9717] README Installation error (#1804)
 
-2012-05-04 15:12  strk
+2012-05-04 15:12  Sandro Santilli <strk at keybit.net>
 
-	* Sort bugfixes by ticket number, add an item for #1802
+	* [r9716] Sort bugfixes by ticket number, add an item for #1802
 
-2012-05-04 11:21  strk
+2012-05-04 11:21  Sandro Santilli <strk at keybit.net>
 
-	* Turn custom allocators into an occasion for interruption (#1802)
+	* [r9715] Turn custom allocators into an occasion for interruption
+	  (#1802)
 	  
 	  This change allows interrupting any function at allocation time.
 	  Doesn't allow interrupting loops not invoking custom allocators
 	  (includes GEOS, so far).
 
-2012-05-04 08:06  strk
+2012-05-04 08:06  Sandro Santilli <strk at keybit.net>
 
-	* Protect ST_Segmentize from max_length=0 (#1799)
+	* [r9712] Protect ST_Segmentize from max_length=0 (#1799)
 
-2012-05-04 02:54  dustymugs
+2012-05-04 02:54  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional refactoring of rtpg_getSR().
+	* [r9710] Additional refactoring of rtpg_getSR().
 
-2012-05-04 02:54  dustymugs
+2012-05-04 02:54  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional fixups in rtpg_getSR() for better handling of
+	* [r9709] Additional fixups in rtpg_getSR() for better handling of
 	  spatial_ref_sys.
 	  Also inclusion of several regression tests to stress
 	  rtpg_getSR().
 
-2012-04-30 17:27  pramsey
+2012-04-30 17:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Restrict the coverage of the geography polar interesction
+	* [r9705] Restrict the coverage of the geography polar interesction
 	  slightly.
 
-2012-04-30 00:35  robe
+2012-04-30 00:35  Regina Obe <lr at pcorp.us>
 
-	* update stats
+	* [r9698] update stats
 
-2012-04-30 00:22  robe
+2012-04-30 00:22  Regina Obe <lr at pcorp.us>
 
-	* drop_state_tables_generate_script state arg misnamed as address
-	  instead of param_state
+	* [r9697] drop_state_tables_generate_script state arg misnamed as
+	  address instead of param_state
 
-2012-04-26 20:32  strk
+2012-04-26 20:32  Sandro Santilli <strk at keybit.net>
 
-	* Add note about clang build fix (#1694)
+	* [r9685] Add note about clang build fix (#1694)
 
-2012-04-26 20:26  strk
+2012-04-26 20:26  Sandro Santilli <strk at keybit.net>
 
-	* Fix wrong ticket reference
+	* [r9684] Fix wrong ticket reference
 
-2012-04-26 20:10  strk
+2012-04-26 20:10  Sandro Santilli <strk at keybit.net>
 
-	* Fix false edge-node crossing report in ValidateTopology (#1625)
+	* [r9683] Fix false edge-node crossing report in ValidateTopology
+	  (#1625)
 
-2012-04-26 16:30  strk
+2012-04-26 16:30  Sandro Santilli <strk at keybit.net>
 
-	* Give ST_Azimuth a chance with close but distinct points (#1791)
+	* [r9682] Give ST_Azimuth a chance with close but distinct points
+	  (#1791)
 
-2012-04-25 22:36  robe
+2012-04-25 22:36  Regina Obe <lr at pcorp.us>
 
-	* meida /print wasn't working on all cheatsheets because too
-	  specific.
+	* [r9679] meida /print wasn't working on all cheatsheets because
+	  too specific.
 
-2012-04-25 20:04  pramsey
+2012-04-25 20:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* AddGeometryColumns allow dims = 0 (#1573)
+	* [r9678] AddGeometryColumns allow dims = 0 (#1573)
 
-2012-04-25 19:41  strk
+2012-04-25 19:41  Sandro Santilli <strk at keybit.net>
 
-	* Fix toTopoGeom handling of duplicated primitives (#1790)
+	* [r9675] Fix toTopoGeom handling of duplicated primitives (#1790)
 
-2012-04-25 18:49  pramsey
+2012-04-25 18:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* st_dwithin(geog, geog, 0) doesn't work (#1264)
+	* [r9669] st_dwithin(geog, geog, 0) doesn't work (#1264)
 
-2012-04-25 17:54  pramsey
+2012-04-25 17:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Forward port test from #1170
+	* [r9666] Forward port test from #1170
 
-2012-04-24 22:05  robe
+2012-04-24 22:05  Regina Obe <lr at pcorp.us>
 
-	* don't underline and color hyperlinks in print mode
+	* [r9663] don't underline and color hyperlinks in print mode
 
-2012-04-24 20:02  pramsey
+2012-04-24 20:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* run_test hangs on MSYS (#1788)
+	* [r9662] run_test hangs on MSYS (#1788)
 
-2012-04-24 19:56  pramsey
+2012-04-24 19:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* run_test hangs on MSYS (#1788)
+	* [r9661] run_test hangs on MSYS (#1788)
 
-2012-04-24 19:12  strk
+2012-04-24 19:12  Sandro Santilli <strk at keybit.net>
 
-	* Azimuth on the 9th hour of the clock is 3PI/2, not 3PI/4 (thanks
-	  ij)
+	* [r9660] Azimuth on the 9th hour of the clock is 3PI/2, not 3PI/4
+	  (thanks ij)
 
-2012-04-24 17:58  pramsey
+2012-04-24 17:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* libjson configure test doesn't include support for DLL (#1787)
+	* [r9659] libjson configure test doesn't include support for DLL
+	  (#1787)
 
-2012-04-24 15:37  strk
+2012-04-24 15:37  Sandro Santilli <strk at keybit.net>
 
-	* Hush debugging in ST_DumpPoints
+	* [r9657] Hush debugging in ST_DumpPoints
 
-2012-04-24 09:16  strk
+2012-04-24 09:16  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom depends on postgis_config.h and postgis_svn_revision.h
-	  (#1786)
+	* [r9656] liblwgeom depends on postgis_config.h and
+	  postgis_svn_revision.h (#1786)
 
-2012-04-24 09:16  strk
+2012-04-24 09:16  Sandro Santilli <strk at keybit.net>
 
-	* Fix deps of postgis on postgis_svn_revision.h, pgcommon and
-	  lwgeom
+	* [r9655] Fix deps of postgis on postgis_svn_revision.h, pgcommon
+	  and lwgeom
 
-2012-04-23 05:48  robe
+2012-04-23 05:48  Regina Obe <lr at pcorp.us>
 
-	* make igst index link tag friendly and provide example of nd
-	  index.
+	* [r9654] make igst index link tag friendly and provide example of
+	  nd index.
 
-2012-04-20 16:13  dustymugs
+2012-04-20 16:13  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added note related to overviews not being aligned though the
-	  source
+	* [r9653] Added note related to overviews not being aligned though
+	  the source
 	  rasters are aligned for specific overview factors.
 
-2012-04-20 14:50  dustymugs
+2012-04-20 14:50  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ticket #1782 to NEWS. Updated contributors section.
+	* [r9652] Added ticket #1782 to NEWS. Updated contributors section.
 
-2012-04-20 03:28  pramsey
+2012-04-20 03:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix incorrect call to geom->type where geom->flags is needed
+	* [r9651] Fix incorrect call to geom->type where geom->flags is
+	  needed
 
-2012-04-20 03:23  pramsey
+2012-04-20 03:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* st_isclosed() doesn't return false for unclosed POLYGONS only
-	  LINESTRINGS (#1756)
+	* [r9650] st_isclosed() doesn't return false for unclosed POLYGONS
+	  only LINESTRINGS (#1756)
 
-2012-04-19 15:24  dustymugs
+2012-04-19 15:24  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed emptry string check that prevented use of proj4text or
-	  srtext in
+	* [r9649] Removed emptry string check that prevented use of
+	  proj4text or srtext in
 	  rtpg_getSR(). Ticket is #1782
 
-2012-04-19 15:23  dustymugs
+2012-04-19 15:23  Bborie Park <bkpark at ucdavis.edu>
 
-	* minor comments changed
+	* [r9648] minor comments changed
 
-2012-04-18 19:21  dustymugs
+2012-04-18 19:21  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fix handling of tuples as described in #1782
+	* [r9647] Fix handling of tuples as described in #1782
 
-2012-04-16 20:06  dustymugs
+2012-04-16 20:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Replaced testing of two rasters' geotransform matrix with
+	* [r9645] Replaced testing of two rasters' geotransform matrix with
 	  alignment test
 
-2012-04-15 15:47  mcayland
+2012-04-15 15:47  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix #1468: shp2pgsql-gui table column schema get shifted
+	* [r9644] Fix #1468: shp2pgsql-gui table column schema get shifted
 	  
 	  A couple of copy/paste errors meant that the update handler was
 	  being invoked
@@ -6905,10 +7425,10 @@
 	  just once on
 	  the schema column.
 
-2012-04-15 15:46  mcayland
+2012-04-15 15:46  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* shp2pgsql-gui: don't allow the user to edit the schema name in
-	  the listview.
+	* [r9643] shp2pgsql-gui: don't allow the user to edit the schema
+	  name in the listview.
 	  
 	  This brings the behaviour in line with that of the table name,
 	  and since
@@ -6916,334 +7436,349 @@
 	  be no
 	  need to do this.
 
-2012-04-13 21:14  strk
+2012-04-13 21:14  Sandro Santilli <strk at keybit.net>
 
-	* Regress-test ST_ChangeEdgeGeom with 2-vertext target (#1775)
+	* [r9642] Regress-test ST_ChangeEdgeGeom with 2-vertext target
+	  (#1775)
 	  
 	  This case was actually fixed by previous commit
 	  (ST_SymDifference)
 
-2012-04-13 21:04  strk
+2012-04-13 21:04  Sandro Santilli <strk at keybit.net>
 
-	* fix ST_SymDifference(empty, geom) to return geom (#1776)
+	* [r9641] fix ST_SymDifference(empty, geom) to return geom (#1776)
 
-2012-04-13 14:32  strk
+2012-04-13 14:32  Sandro Santilli <strk at keybit.net>
 
-	* Give more detail on topology editing function exception
+	* [r9640] Give more detail on topology editing function exception
 
-2012-04-12 14:09  strk
+2012-04-12 14:09  Sandro Santilli <strk at keybit.net>
 
-	* Use an SQLPP command for pre-processing SQL files (#1694)
+	* [r9639] Use an SQLPP command for pre-processing SQL files (#1694)
 	  
 	  The SQLPP command is figured at ./configure time.
 	  It will use cpp(1) or gpp(1) if any is found in that order or
 	  fallback to whatever CPP expands to (usually the compiler with
 	  -E)
 
-2012-04-12 14:09  strk
+2012-04-12 14:09  Sandro Santilli <strk at keybit.net>
 
-	* Use more compatible '#define' syntax
+	* [r9638] Use more compatible '#define' syntax
 
-2012-04-12 10:51  strk
+2012-04-12 10:51  Sandro Santilli <strk at keybit.net>
 
-	* Do not assume ndims check statements are fully qualified (#1708)
+	* [r9637] Do not assume ndims check statements are fully qualified
+	  (#1708)
 
-2012-04-12 10:28  strk
+2012-04-12 10:28  Sandro Santilli <strk at keybit.net>
 
-	* Automate test for toTopoGeom usage with custom search_path
-	  (#1763)
+	* [r9636] Automate test for toTopoGeom usage with custom
+	  search_path (#1763)
 
-2012-04-12 10:28  strk
+2012-04-12 10:28  Sandro Santilli <strk at keybit.net>
 
-	* Do not consider RESET outputs
+	* [r9635] Do not consider RESET outputs
 
-2012-04-12 10:06  strk
+2012-04-12 10:06  Sandro Santilli <strk at keybit.net>
 
-	* Rephrase item for about topology functions and full qualification
+	* [r9634] Rephrase item for about topology functions and full
+	  qualification
 
-2012-04-12 07:21  strk
+2012-04-12 07:21  Sandro Santilli <strk at keybit.net>
 
-	* Fix NaN from ptarray_locate_point with zero-length lines (#1772)
+	* [r9630] Fix NaN from ptarray_locate_point with zero-length lines
+	  (#1772)
 
-2012-04-12 07:21  strk
+2012-04-12 07:21  Sandro Santilli <strk at keybit.net>
 
-	* Fix comment doc about lwline_split_by_point_to
+	* [r9629] Fix comment doc about lwline_split_by_point_to
 
-2012-04-11 19:20  strk
+2012-04-11 19:20  Sandro Santilli <strk at keybit.net>
 
-	* Add note about ST_RemEdgeModFace and ST_RemEdgeNewFace fix
-	  (#1766)
+	* [r9628] Add note about ST_RemEdgeModFace and ST_RemEdgeNewFace
+	  fix (#1766)
 
-2012-04-11 19:17  strk
+2012-04-11 19:17  Sandro Santilli <strk at keybit.net>
 
-	* Don't let ST_RemEdge* destroy TopoGeometry objects (#1766)
+	* [r9627] Don't let ST_RemEdge* destroy TopoGeometry objects
+	  (#1766)
 
-2012-04-11 12:37  strk
+2012-04-11 12:37  Sandro Santilli <strk at keybit.net>
 
-	* Add note aboute #1714 bugfix
+	* [r9626] Add note aboute #1714 bugfix
 
-2012-04-11 12:37  strk
+2012-04-11 12:37  Sandro Santilli <strk at keybit.net>
 
-	* Cleanup lines after (bad) snapping (#1714)
+	* [r9625] Cleanup lines after (bad) snapping (#1714)
 
-2012-04-10 17:26  strk
+2012-04-10 17:26  Sandro Santilli <strk at keybit.net>
 
-	* Have ST_ModEdgeSplit and ST_NewEdgesSplit to use ST_Spit (#1715)
+	* [r9624] Have ST_ModEdgeSplit and ST_NewEdgesSplit to use ST_Spit
+	  (#1715)
 
-2012-04-10 15:51  strk
+2012-04-10 15:51  Sandro Santilli <strk at keybit.net>
 
-	* Call config.status if liblwgeom.h.in newer than liblwgeom.h
-	  (#1691)
+	* [r9623] Call config.status if liblwgeom.h.in newer than
+	  liblwgeom.h (#1691)
 
-2012-04-10 10:20  strk
+2012-04-10 10:20  Sandro Santilli <strk at keybit.net>
 
-	* Add bug fixes committed so far in the 2.0 branch
+	* [r9622] Add bug fixes committed so far in the 2.0 branch
 
-2012-04-10 00:20  robe
+2012-04-10 00:20  Regina Obe <lr at pcorp.us>
 
-	* #1759 transform functionality doesn't work if you have raster
-	  installed.
+	* [r9621] #1759 transform functionality doesn't work if you have
+	  raster installed.
 
-2012-04-09 22:44  dustymugs
+2012-04-09 22:44  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added handling of subdatasets coming from NetCDF, HDF4 and HDF5.
+	* [r9620] Added handling of subdatasets coming from NetCDF, HDF4
+	  and HDF5.
 	  Associated ticket is #1761.
 
-2012-04-08 10:00  strk
+2012-04-08 10:00  Sandro Santilli <strk at keybit.net>
 
-	* Fully qualify calls to topology functions (#1763)
+	* [r9619] Fully qualify calls to topology functions (#1763)
 
-2012-04-07 02:05  robe
+2012-04-07 02:05  Regina Obe <lr at pcorp.us>
 
-	* #1757 -- change in behavior of ST_3Dlength_spheroid not noted and
-	  changed name incorrectly stated.
+	* [r9618] #1757 -- change in behavior of ST_3Dlength_spheroid not
+	  noted and changed name incorrectly stated.
 
-2012-04-06 12:38  robe
+2012-04-06 12:38  Regina Obe <lr at pcorp.us>
 
-	* hyperlink function names to section in online manual
+	* [r9617] hyperlink function names to section in online manual
 
-2012-04-05 18:35  chodgson
+2012-04-05 18:35  Chris Hodgson <chodgson at refractions.net>
 
-	* updated version number in pom.xml
+	* [r9616] updated version number in pom.xml
 
-2012-04-05 18:25  pramsey
+2012-04-05 18:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Geometry has Z dimension but column does not (#1755)
+	* [r9615] Geometry has Z dimension but column does not (#1755)
 
-2012-04-05 18:22  pramsey
+2012-04-05 18:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Send an "unknown" typmod into gserialized constructor from
-	  ST_GeographyFromText (#1755)
+	* [r9614] Send an "unknown" typmod into gserialized constructor
+	  from ST_GeographyFromText (#1755)
 
-2012-04-05 09:11  strk
+2012-04-05 09:11  Sandro Santilli <strk at keybit.net>
 
-	* Allow for 1.#INF to be threated as Inf (#1736)
+	* [r9613] Allow for 1.#INF to be threated as Inf (#1736)
 
-2012-04-05 09:11  strk
+2012-04-05 09:11  Sandro Santilli <strk at keybit.net>
 
-	* Threat Infinite and 1.#INF the same (#1736)
+	* [r9612] Threat Infinite and 1.#INF the same (#1736)
 
-2012-04-05 08:56  strk
+2012-04-05 08:56  Sandro Santilli <strk at keybit.net>
 
-	* Drop java/pljava dir (#1411)
+	* [r9611] Drop java/pljava dir (#1411)
 
-2012-04-05 08:54  strk
+2012-04-05 08:54  Sandro Santilli <strk at keybit.net>
 
-	* Do not mention pljava, it's gone (#1411)
+	* [r9610] Do not mention pljava, it's gone (#1411)
 
-2012-04-05 00:27  dustymugs
+2012-04-05 00:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed missing SVN revision tag in raster2pgsql's help
+	* [r9609] Fixed missing SVN revision tag in raster2pgsql's help
 
-2012-04-04 21:49  strk
+2012-04-04 21:49  Sandro Santilli <strk at keybit.net>
 
-	* Add note about topology.Polygonize not doing edge linking
+	* [r9608] Add note about topology.Polygonize not doing edge linking
 
-2012-04-04 21:49  strk
+2012-04-04 21:49  Sandro Santilli <strk at keybit.net>
 
-	* Tabs to spaces
+	* [r9607] Tabs to spaces
 
-2012-04-03 19:26  pramsey
+2012-04-03 19:26  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update release date for 2.0.0 (TODO more readable release notes)
+	* [r9606] Update release date for 2.0.0 (TODO more readable release
+	  notes)
 
-2012-04-03 19:24  pramsey
+2012-04-03 19:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Set up for 2.0.1
+	* [r9604] Set up for 2.0.1
 
-2012-04-03 19:22  pramsey
+2012-04-03 19:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Prep for 2.0.0
+	* [r9602] Prep for 2.0.0
 
-2012-04-03 18:46  dustymugs
+2012-04-03 18:46  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fix error message
+	* [r9601] Fix error message
 
-2012-04-03 18:29  strk
+2012-04-03 18:29  Sandro Santilli <strk at keybit.net>
 
-	* Use full URL to trac query
+	* [r9600] Use full URL to trac query
 
-2012-04-03 18:24  pramsey
+2012-04-03 18:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add extensions
+	* [r9599] Add extensions
 
-2012-04-03 18:21  pramsey
+2012-04-03 18:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Convert text to UTF8
+	* [r9598] Convert text to UTF8
 
-2012-04-03 18:10  pramsey
+2012-04-03 18:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Final answer?
+	* [r9597] Final answer?
 
-2012-04-03 17:46  pramsey
+2012-04-03 17:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* rewrite breaking section
+	* [r9596] rewrite breaking section
 
-2012-04-03 17:34  pramsey
+2012-04-03 17:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More minor edits
+	* [r9595] More minor edits
 
-2012-04-03 17:27  strk
+2012-04-03 17:27  Sandro Santilli <strk at keybit.net>
 
-	* Add ST_Node item
+	* [r9594] Add ST_Node item
 
-2012-04-03 17:25  pramsey
+2012-04-03 17:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Minor reorg of NEWS, more to come
+	* [r9593] Minor reorg of NEWS, more to come
 
-2012-04-03 12:05  strk
+2012-04-03 12:05  Sandro Santilli <strk at keybit.net>
 
-	* Write CREATE TYPE as expected by postgis_proc_upgrade.pl (#1746)
+	* [r9592] Write CREATE TYPE as expected by postgis_proc_upgrade.pl
+	  (#1746)
 	  
 	  The script expects CREATE TYPE to spawn multimultiple lines ...
 
-2012-04-03 12:05  strk
+2012-04-03 12:05  Sandro Santilli <strk at keybit.net>
 
-	* Add note about input noding for ST_Polygonize and ST_BuildArea
+	* [r9591] Add note about input noding for ST_Polygonize and
+	  ST_BuildArea
 
-2012-04-01 20:19  pramsey
+2012-04-01 20:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update changelog on trunk
+	* [r9590] Update changelog on trunk
 
-2012-04-01 20:16  pramsey
+2012-04-01 20:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Version bumps for RC2
+	* [r9586] Version bumps for RC2
 
-2012-03-31 16:26  dustymugs
+2012-03-31 16:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor tweak to message regarding GEOS < 3.3
+	* [r9585] Minor tweak to message regarding GEOS < 3.3
 
-2012-03-30 22:40  pramsey
+2012-03-30 22:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Comment out noise in the GEOS 3.2 case. (#1740)
+	* [r9584] Comment out noise in the GEOS 3.2 case. (#1740)
 
-2012-03-30 14:17  mcayland
+2012-03-30 14:17  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Make sure that we clear any previously selected files when
-	  (re)opening the import file selector in the shapefile GUI.
+	* [r9583] Make sure that we clear any previously selected files
+	  when (re)opening the import file selector in the shapefile GUI.
 
-2012-03-30 14:17  mcayland
+2012-03-30 14:17  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix #1741: Build error --with-gui, gtk problem.
+	* [r9582] Fix #1741: Build error --with-gui, gtk problem.
 	  
 	  Older versions of GTK (< 2.14.0) don't have
 	  gtk_dialog_get_content_area(). Work
 	  around this by providing a compatibility #define for these older
 	  GTK versions.
 
-2012-03-30 08:36  strk
+2012-03-30 08:36  Sandro Santilli <strk at keybit.net>
 
-	* Have BuildArea catch exception from GEOSSymDifference (#1738)
+	* [r9581] Have BuildArea catch exception from GEOSSymDifference
+	  (#1738)
 
-2012-03-29 21:52  pramsey
+2012-03-29 21:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* wrong proj4text in spatial_ref_sys for SRID 31300 and 31370
-	  (#1389)
+	* [r9578] wrong proj4text in spatial_ref_sys for SRID 31300 and
+	  31370 (#1389)
 
-2012-03-29 12:37  strk
+2012-03-29 12:37  Sandro Santilli <strk at keybit.net>
 
-	* Fix crash on NULL item in ND index (#1734)
+	* [r9577] Fix crash on NULL item in ND index (#1734)
 	  
 	  Add regression testing for the case
 
-2012-03-28 23:12  pramsey
+2012-03-28 23:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* make install doesn't install postgis_restore.pl (#1732)
+	* [r9575] make install doesn't install postgis_restore.pl (#1732)
 
-2012-03-28 22:59  pramsey
+2012-03-28 22:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bump versions for 2.0.0rc1 release
+	* [r9572] Bump versions for 2.0.0rc1 release
 
-2012-03-28 14:02  strk
+2012-03-28 14:02  Sandro Santilli <strk at keybit.net>
 
-	* Strip schemas from search_path as part of uninstall procedures
+	* [r9570] Strip schemas from search_path as part of uninstall
+	  procedures
 
-2012-03-28 12:40  strk
+2012-03-28 12:40  Sandro Santilli <strk at keybit.net>
 
-	* Reduce extensions requirements (#1724)
+	* [r9569] Reduce extensions requirements (#1724)
 	  
 	  Build extensions even w/out topology, and even w/out xsltproc if
 	  comments are already built.
 
-2012-03-28 11:36  strk
+2012-03-28 11:36  Sandro Santilli <strk at keybit.net>
 
-	* Fix GetGopoGeomElementArray code (#1730)
+	* [r9568] Fix GetGopoGeomElementArray code (#1730)
 	  
 	  Includes regression testing for both GetGopoGeomElements
 	  and GetGopoGeomElementArray
 
-2012-03-28 09:19  strk
+2012-03-28 09:19  Sandro Santilli <strk at keybit.net>
 
-	* Add regression test for GiST index crash on empty (#1697)
+	* [r9567] Add regression test for GiST index crash on empty (#1697)
 	  
 	  Also tests you can query all empty items from an index
 
-2012-03-28 08:22  strk
+2012-03-28 08:22  Sandro Santilli <strk at keybit.net>
 
-	* Fix crash in n-dimensional GiST index on EMPTY geoms (#1697)
+	* [r9563] Fix crash in n-dimensional GiST index on EMPTY geoms
+	  (#1697)
 	  
 	  This is Paul's patch with the unrelated btree changes removed and
 	  the memset removed too.
 
-2012-03-27 23:39  robe
+2012-03-27 23:39  Regina Obe <lr at pcorp.us>
 
-	* detail how to use create extension .. from unpackaged
+	* [r9562] detail how to use create extension .. from unpackaged
 
-2012-03-27 23:17  robe
+2012-03-27 23:17  Regina Obe <lr at pcorp.us>
 
-	* #1727 this will make statements like CREATE EXTENSION postgis
-	  FROM unpackaged; CREATE EXTENSION postgis_topology FROM
+	* [r9561] #1727 this will make statements like CREATE EXTENSION
+	  postgis FROM unpackaged; CREATE EXTENSION postgis_topology FROM
 	  unpackaged; work. It's sadly static at the moment.
 
-2012-03-27 22:05  dustymugs
+2012-03-27 22:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added robustness checking that GDAL supports spatial reference
-	  text from
+	* [r9560] Added robustness checking that GDAL supports spatial
+	  reference text from
 	  spatial_ref_sys table
 
-2012-03-27 19:25  dustymugs
+2012-03-27 19:25  Bborie Park <bkpark at ucdavis.edu>
 
-	* Merge branch 'master' into HEAD
+	* [r9559] Merge branch 'master' into HEAD
 
-2012-03-27 18:14  strk
+2012-03-27 18:14  Sandro Santilli <strk at keybit.net>
 
-	* Have uninstall scripts drop created schemas, regress test it
+	* [r9558] Have uninstall scripts drop created schemas, regress test
+	  it
 
-2012-03-27 17:30  strk
+2012-03-27 17:30  Sandro Santilli <strk at keybit.net>
 
-	* Wrap most topology.sql into a transaction
+	* [r9557] Wrap most topology.sql into a transaction
 	  
 	  CREATE SCHEMA is left out because uninstall_topology isn't
 	  getting
 	  rid of it (to be fixed later)
 
-2012-03-27 17:06  strk
+2012-03-27 17:06  Sandro Santilli <strk at keybit.net>
 
-	* Do not mess with search_path when installing comments (#1723)
+	* [r9556] Do not mess with search_path when installing comments
+	  (#1723)
 
-2012-03-27 14:47  strk
+2012-03-27 14:47  Sandro Santilli <strk at keybit.net>
 
-	* Update extensions/README (#1720)
+	* [r9555] Update extensions/README (#1720)
 	  
 	  - reStructuredText Markup, 80 column text
 	  - Rewrite several paragraphs
@@ -7254,19 +7789,19 @@
 	  
 	  Patch by Mike Toews
 
-2012-03-27 14:32  strk
+2012-03-27 14:32  Sandro Santilli <strk at keybit.net>
 
-	* Accept POINT types in ST_MakeValid (#1719)
+	* [r9554] Accept POINT types in ST_MakeValid (#1719)
 
-2012-03-27 10:51  strk
+2012-03-27 10:51  Sandro Santilli <strk at keybit.net>
 
-	* 80 cols wrap for pgsql2shp help screen (#1722)
+	* [r9553] 80 cols wrap for pgsql2shp help screen (#1722)
 	  
 	  Patch by Mike Toews
 
-2012-03-27 09:56  strk
+2012-03-27 09:56  Sandro Santilli <strk at keybit.net>
 
-	* Update doc/README (#1721)
+	* [r9552] Update doc/README (#1721)
 	  
 	  - reStructuredText Markup, 80 column text limit
 	  - Structure the make targets using definition lists
@@ -7274,24 +7809,24 @@
 	  
 	  Patch by Mike Toews
 
-2012-03-27 07:01  strk
+2012-03-27 07:01  Sandro Santilli <strk at keybit.net>
 
-	* Drop pljava (#1411)
+	* [r9551] Drop pljava (#1411)
 
-2012-03-27 02:08  robe
+2012-03-27 02:08  Regina Obe <lr at pcorp.us>
 
-	* #1693, #1704 - twofer - change DROP AGGREGATE and DROP VIEW to be
-	  DROP .. IF EXISTS
+	* [r9550] #1693, #1704 - twofer - change DROP AGGREGATE and DROP
+	  VIEW to be DROP .. IF EXISTS
 
-2012-03-27 01:16  robe
+2012-03-27 01:16  Regina Obe <lr at pcorp.us>
 
-	* minor typo correction
+	* [r9549] minor typo correction
 
-2012-03-26 16:23  mcayland
+2012-03-26 16:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Rework code from r9204 (bug #900: shp2pgsql: a switch to drop M
-	  from 4d imports) to fix bug #1710: shp2pgsql -t option is not
-	  working properly.
+	* [r9548] Rework code from r9204 (bug #900: shp2pgsql: a switch to
+	  drop M from 4d imports) to fix bug #1710: shp2pgsql -t option is
+	  not working properly.
 	  
 	  The original implementation set the has_z/has_m flags directly
 	  based upon the -t parameter; however this lost the information
@@ -7301,302 +7836,310 @@
 	  simple switch() to set both the output dimension and output
 	  flags correctly.
 
-2012-03-26 16:23  mcayland
+2012-03-26 16:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Remove istypeM state variable from loader as it isn't used
-	  anymore.
+	* [r9547] Remove istypeM state variable from loader as it isn't
+	  used anymore.
 
-2012-03-26 16:23  mcayland
+2012-03-26 16:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Improve readability in the loader by fixing various whitespace
-	  issues.
+	* [r9546] Improve readability in the loader by fixing various
+	  whitespace issues.
 
-2012-03-26 13:18  robe
+2012-03-26 13:18  Regina Obe <lr at pcorp.us>
 
-	* change example for totopogeom
+	* [r9545] change example for totopogeom
 
-2012-03-26 13:17  strk
+2012-03-26 13:17  Sandro Santilli <strk at keybit.net>
 
-	* Wrap within 80 cols
+	* [r9544] Wrap within 80 cols
 
-2012-03-26 12:26  robe
+2012-03-26 12:26  Regina Obe <lr at pcorp.us>
 
-	* Add an example for toTopoGeom
+	* [r9543] Add an example for toTopoGeom
 
-2012-03-23 23:46  pramsey
+2012-03-23 23:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updates for 2.0
+	* [r9542] Updates for 2.0
 
-2012-03-23 23:00  strk
+2012-03-23 23:00  Sandro Santilli <strk at keybit.net>
 
-	* Add topology validity checking (extra paranoia)
+	* [r9541] Add topology validity checking (extra paranoia)
 
-2012-03-23 22:54  strk
+2012-03-23 22:54  Sandro Santilli <strk at keybit.net>
 
-	* Do not abuse ST_Snap for tweaking edge endpoints (#1706)
+	* [r9540] Do not abuse ST_Snap for tweaking edge endpoints (#1706)
 
-2012-03-23 22:23  strk
+2012-03-23 22:23  Sandro Santilli <strk at keybit.net>
 
-	* Enhance edge splitting robustness (#1711)
+	* [r9539] Enhance edge splitting robustness (#1711)
 
-2012-03-23 21:07  pramsey
+2012-03-23 21:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Skip over geodetic check for empty geometries.
+	* [r9538] Skip over geodetic check for empty geometries.
 
-2012-03-23 19:14  pramsey
+2012-03-23 19:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Allow build to work under DEBUG=5
+	* [r9537] Allow build to work under DEBUG=5
 
-2012-03-23 17:08  strk
+2012-03-23 17:08  Sandro Santilli <strk at keybit.net>
 
-	* Add debugging lines to sqlmm edge splitting functions
+	* [r9536] Add debugging lines to sqlmm edge splitting functions
 
-2012-03-23 15:11  strk
+2012-03-23 15:11  Sandro Santilli <strk at keybit.net>
 
-	* Add missing ticket reference to it's regression test
+	* [r9535] Add missing ticket reference to it's regression test
 
-2012-03-23 13:16  pracine
+2012-03-23 13:16  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Made the red color for parameters a bit darker...
+	* [r9534] Made the red color for parameters a bit darker...
 
-2012-03-23 13:09  robe
+2012-03-23 13:09  Regina Obe <lr at pcorp.us>
 
-	* flesh out upgrade a bit.
+	* [r9533] flesh out upgrade a bit.
 
-2012-03-23 07:54  robe
+2012-03-23 07:54  Regina Obe <lr at pcorp.us>
 
-	* make variables names red to stand out better
+	* [r9532] make variables names red to stand out better
 
-2012-03-22 17:24  pramsey
+2012-03-22 17:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update regression to handle new collection(empty) possibilities
+	* [r9531] Update regression to handle new collection(empty)
+	  possibilities
 
-2012-03-22 16:55  pramsey
+2012-03-22 16:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Parse error on WKT for multi with empty elements (#1703)
+	* [r9530] Parse error on WKT for multi with empty elements (#1703)
 
-2012-03-22 15:07  strk
+2012-03-22 15:07  Sandro Santilli <strk at keybit.net>
 
-	* Add collapsed polygon case to ST_Simplify test (#1698)
+	* [r9529] Add collapsed polygon case to ST_Simplify test (#1698)
 
-2012-03-22 15:07  strk
+2012-03-22 15:07  Sandro Santilli <strk at keybit.net>
 
-	* Add a ptarray_simplify parameter to preserve min vertices (#1698)
+	* [r9528] Add a ptarray_simplify parameter to preserve min vertices
+	  (#1698)
 	  
 	  A polygon ring collapsed to a segment is still better handled by
 	  mapnik than the same ring collapsed to a single point. This
 	  commit
 	  retains at least 3 vertices for polygons.
 
-2012-03-22 15:06  strk
+2012-03-22 15:06  Sandro Santilli <strk at keybit.net>
 
-	* Do not drop collapsed polygon shells (#1698)
+	* [r9527] Do not drop collapsed polygon shells (#1698)
 
-2012-03-22 13:33  robe
+2012-03-22 13:33  Regina Obe <lr at pcorp.us>
 
-	* missing para tag
+	* [r9526] missing para tag
 
-2012-03-22 13:29  robe
+2012-03-22 13:29  Regina Obe <lr at pcorp.us>
 
-	* explain geometry_columns is now a view and that spatial tables
-	  can be created in 1 step.
+	* [r9525] explain geometry_columns is now a view and that spatial
+	  tables can be created in 1 step.
 
-2012-03-22 13:02  robe
+2012-03-22 13:02  Regina Obe <lr at pcorp.us>
 
-	* more expounding on typmod vs. constraint based geometry columns
+	* [r9524] more expounding on typmod vs. constraint based geometry
+	  columns
 
-2012-03-21 21:36  pramsey
+2012-03-21 21:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change @rm to rm for visibility
+	* [r9523] Change @rm to rm for visibility
 
-2012-03-21 20:32  pramsey
+2012-03-21 20:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make distclean should remove all the Makefile's generated by
-	  ./configure
+	* [r9522] Make distclean should remove all the Makefile's generated
+	  by ./configure
 
-2012-03-21 20:03  pramsey
+2012-03-21 20:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bump versions for beta4
+	* [r9519] Bump versions for beta4
 
-2012-03-21 18:22  pramsey
+2012-03-21 18:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ignore some files
+	* [r9518] Ignore some files
 
-2012-03-19 20:40  pramsey
+2012-03-19 20:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* README.raster needs updating or removal (#1649)
+	* [r9517] README.raster needs updating or removal (#1649)
 
-2012-03-19 12:07  strk
+2012-03-19 12:07  Sandro Santilli <strk at keybit.net>
 
-	* ST_SnapToGrid: retain type on empty return (#1695)
+	* [r9516] ST_SnapToGrid: retain type on empty return (#1695)
 
-2012-03-16 19:13  strk
+2012-03-16 19:13  Sandro Santilli <strk at keybit.net>
 
-	* Fix typo puffered -> buffered
+	* [r9515] Fix typo puffered -> buffered
 
-2012-03-16 19:11  strk
+2012-03-16 19:11  Sandro Santilli <strk at keybit.net>
 
-	* Be quieter on polygon ring collapse (in ST_Simplify)
+	* [r9514] Be quieter on polygon ring collapse (in ST_Simplify)
 
-2012-03-16 15:03  robe
+2012-03-16 15:03  Regina Obe <lr at pcorp.us>
 
-	* fix typo in example was adding band 1 twice
+	* [r9513] fix typo in example was adding band 1 twice
 
-2012-03-16 12:58  robe
+2012-03-16 12:58  Regina Obe <lr at pcorp.us>
 
-	* surreal clipping
+	* [r9512] surreal clipping
 
-2012-03-16 12:47  robe
+2012-03-16 12:47  Regina Obe <lr at pcorp.us>
 
-	* slightly more efficient (and hmm my last timing was with 2
-	  buildings instead of 3)
+	* [r9511] slightly more efficient (and hmm my last timing was with
+	  2 buildings instead of 3)
 
-2012-03-16 12:40  robe
+2012-03-16 12:40  Regina Obe <lr at pcorp.us>
 
-	* minor adjustment to example
+	* [r9510] minor adjustment to example
 
-2012-03-16 12:25  robe
+2012-03-16 12:25  Regina Obe <lr at pcorp.us>
 
-	* Provide summarizing summary stats example using intersection of
-	  geometry. Pretty fast.
+	* [r9509] Provide summarizing summary stats example using
+	  intersection of geometry. Pretty fast.
 
-2012-03-16 12:15  strk
+2012-03-16 12:15  Sandro Santilli <strk at keybit.net>
 
-	* Rename legacy_compatibility_layer.sql to legacy_minimal.sql
+	* [r9508] Rename legacy_compatibility_layer.sql to
+	  legacy_minimal.sql
 	  
 	  As per
 	  http://postgis.refractions.net/pipermail/postgis-devel/2012-March/019663.html
 
-2012-03-16 11:58  strk
+2012-03-16 11:58  Sandro Santilli <strk at keybit.net>
 
-	* Do not take PROJ4 errno value as a sign of error (#1580, #1690)
+	* [r9507] Do not take PROJ4 errno value as a sign of error (#1580,
+	  #1690)
 	  
 	  Dejavu...
 
-2012-03-16 08:48  robe
+2012-03-16 08:48  Regina Obe <lr at pcorp.us>
 
-	* Add more descriptive notes detailing difference between files
+	* [r9506] Add more descriptive notes detailing difference between
+	  files
 
-2012-03-16 08:27  robe
+2012-03-16 08:27  Regina Obe <lr at pcorp.us>
 
-	* fix spelling typos
+	* [r9505] fix spelling typos
 
-2012-03-16 06:59  robe
+2012-03-16 06:59  Regina Obe <lr at pcorp.us>
 
-	* Put in a section for crowd sourcing campaigns
+	* [r9504] Put in a section for crowd sourcing campaigns
 
-2012-03-15 09:54  strk
+2012-03-15 09:54  Sandro Santilli <strk at keybit.net>
 
-	* Bail out if user specified json dir isn't correct (#1688)
+	* [r9503] Bail out if user specified json dir isn't correct (#1688)
 
-2012-03-14 21:45  robe
+2012-03-14 21:45  Regina Obe <lr at pcorp.us>
 
-	* put note about slowness of raster st_union and promise it will be
-	  better in later versions
+	* [r9502] put note about slowness of raster st_union and promise it
+	  will be better in later versions
 
-2012-03-14 21:35  robe
+2012-03-14 21:35  Regina Obe <lr at pcorp.us>
 
-	* change example to be more efficient (prior version was taking
-	  9-10 seconds this much improved one takes 3.5 seconds)
+	* [r9501] change example to be more efficient (prior version was
+	  taking 9-10 seconds this much improved one takes 3.5 seconds)
 
-2012-03-14 20:26  dustymugs
+2012-03-14 20:26  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated to have C API tests use libtool
+	* [r9500] Updated to have C API tests use libtool
 
-2012-03-14 19:05  dustymugs
+2012-03-14 19:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB for checking GDAL
-	  libraries
+	* [r9499] Use AC_SEARCH_LIBS instead of AC_CHECK_LIB for checking
+	  GDAL libraries
 
-2012-03-14 16:35  strk
+2012-03-14 16:35  Sandro Santilli <strk at keybit.net>
 
-	* Don't re-implement AC_PATH_PROG for gdal-config
+	* [r9498] Don't re-implement AC_PATH_PROG for gdal-config
 
-2012-03-14 16:02  pramsey
+2012-03-14 16:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Prepare for 2.0.0beta3 release
+	* [r9495] Prepare for 2.0.0beta3 release
 
-2012-03-14 15:50  strk
+2012-03-14 15:50  Sandro Santilli <strk at keybit.net>
 
-	* Encode dependency of raster _scripts_ to postgis_svn_revision.h
+	* [r9494] Encode dependency of raster _scripts_ to
+	  postgis_svn_revision.h
 
-2012-03-14 15:46  strk
+2012-03-14 15:46  Sandro Santilli <strk at keybit.net>
 
-	* Encode postgis_svn_revision.h dependency for raster lib
+	* [r9493] Encode postgis_svn_revision.h dependency for raster lib
 
-2012-03-14 15:40  strk
+2012-03-14 15:40  Sandro Santilli <strk at keybit.net>
 
-	* Make sure to rebuild topology.sql on postgis_svn_revision.h
-	  change
+	* [r9492] Make sure to rebuild topology.sql on
+	  postgis_svn_revision.h change
 
-2012-03-14 15:32  strk
+2012-03-14 15:32  Sandro Santilli <strk at keybit.net>
 
-	* Add a TOPOLOGY and a RASTER label in postgis_full_version()
-	  output
+	* [r9491] Add a TOPOLOGY and a RASTER label in
+	  postgis_full_version() output
 	  
 	  This is to know if they are available
 
-2012-03-14 13:13  strk
+2012-03-14 13:13  Sandro Santilli <strk at keybit.net>
 
-	* Simplify ST_AsLatLonText code and possily fix #1657
+	* [r9490] Simplify ST_AsLatLonText code and possily fix #1657
 	  
 	  The possible bug was a call to pg_do_encoding_conversion w/out
 	  a defined string size argument.
 
-2012-03-14 12:15  strk
+2012-03-14 12:15  Sandro Santilli <strk at keybit.net>
 
-	* Use existing text2cstring and cstring2text wheel
+	* [r9489] Use existing text2cstring and cstring2text wheel
 
-2012-03-13 18:06  dustymugs
+2012-03-13 18:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Explicitly set NULL character to snprintf outputs as Windows does
-	  not do so automatically. Ticket is #1682.
+	* [r9488] Explicitly set NULL character to snprintf outputs as
+	  Windows does not do so automatically. Ticket is #1682.
 
-2012-03-13 17:08  strk
+2012-03-13 17:08  Sandro Santilli <strk at keybit.net>
 
-	* Add simple tests to stringbuffer class (#1668)
+	* [r9487] Add simple tests to stringbuffer class (#1668)
 	  
 	  Hopefully these fail on windows so it's easier to test.
 	  It may take a memory debugger to really see the failure.
 
-2012-03-13 17:08  strk
+2012-03-13 17:08  Sandro Santilli <strk at keybit.net>
 
-	* Rename misc testsuite to "misc"
+	* [r9486] Rename misc testsuite to "misc"
 
-2012-03-13 16:23  pramsey
+2012-03-13 16:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Roll back changes for autodetecting C99 vsnprintf (#1688)
+	* [r9485] Roll back changes for autodetecting C99 vsnprintf (#1688)
 
-2012-03-13 16:13  dustymugs
+2012-03-13 16:13  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed "hasnodata" column output of ST_BandMetaData as per
-	  #1681. If a band does NOT have a NODATA value, the "nodatavalue"
-	  column will be NULL.
+	* [r9484] Removed "hasnodata" column output of ST_BandMetaData as
+	  per #1681. If a band does NOT have a NODATA value, the
+	  "nodatavalue" column will be NULL.
 
-2012-03-13 09:18  strk
+2012-03-13 09:18  Sandro Santilli <strk at keybit.net>
 
-	* Add upgrade instructions
+	* [r9483] Add upgrade instructions
 
-2012-03-13 09:17  strk
+2012-03-13 09:17  Sandro Santilli <strk at keybit.net>
 
-	* Drop SRID constraint issue (not an issue anymore with typmod)
+	* [r9482] Drop SRID constraint issue (not an issue anymore with
+	  typmod)
 
-2012-03-13 09:17  strk
+2012-03-13 09:17  Sandro Santilli <strk at keybit.net>
 
-	* Add note about toTopoGeom
+	* [r9481] Add note about toTopoGeom
 
-2012-03-13 08:33  strk
+2012-03-13 08:33  Sandro Santilli <strk at keybit.net>
 
-	* Set Version to match Version.config (HOWTO_RELEASE file mentions
-	  you need to edit it anyway)
+	* [r9480] Set Version to match Version.config (HOWTO_RELEASE file
+	  mentions you need to edit it anyway)
 
-2012-03-13 08:30  strk
+2012-03-13 08:30  Sandro Santilli <strk at keybit.net>
 
-	* Add note about topology/README
+	* [r9479] Add note about topology/README
 
-2012-03-13 08:18  strk
+2012-03-13 08:18  Sandro Santilli <strk at keybit.net>
 
-	* Update README.postgis (#1670)
+	* [r9478] Update README.postgis (#1670)
 	  
 	  - Use consistent formatting in reStructuredText; see
 	  formatted result with rst2pdf or rst2html, or if you don't
@@ -7619,458 +8162,469 @@
 	  
 	  Patch by Mike Toews
 
-2012-03-12 21:27  pramsey
+2012-03-12 21:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Complete alternate implementation of vsnprintf, vasprintf for
-	  non-C99 systems. (#1668)
+	* [r9477] Complete alternate implementation of vsnprintf, vasprintf
+	  for non-C99 systems. (#1668)
 
-2012-03-12 17:45  strk
+2012-03-12 17:45  Sandro Santilli <strk at keybit.net>
 
-	* Fix UTM zone reserved SRID interpretation (#1680)
+	* [r9476] Fix UTM zone reserved SRID interpretation (#1680)
 
-2012-03-10 14:33  strk
+2012-03-10 14:33  Sandro Santilli <strk at keybit.net>
 
-	* Check docs as part of "make check"
+	* [r9475] Check docs as part of "make check"
 	  
 	  Adds "xmllint" to the requirements for running "make check"
 
-2012-03-10 14:28  strk
+2012-03-10 14:28  Sandro Santilli <strk at keybit.net>
 
-	* Introduce use of <simplelist>. I think we should use it more..
+	* [r9474] Introduce use of <simplelist>. I think we should use it
+	  more..
 
-2012-03-10 14:28  strk
+2012-03-10 14:28  Sandro Santilli <strk at keybit.net>
 
-	* typo
+	* [r9473] typo
 
-2012-03-10 14:27  strk
+2012-03-10 14:27  Sandro Santilli <strk at keybit.net>
 
-	* Drop commented out lines
+	* [r9472] Drop commented out lines
 
-2012-03-10 14:08  strk
+2012-03-10 14:08  Sandro Santilli <strk at keybit.net>
 
-	* Add credits to Salvatore
+	* [r9471] Add credits to Salvatore
 
-2012-03-10 14:08  strk
+2012-03-10 14:08  Sandro Santilli <strk at keybit.net>
 
-	* No <para> allowed after <simplesect> in <sect1> (xmllint) -- add
-	  Vizzuality credit
+	* [r9470] No <para> allowed after <simplesect> in <sect1> (xmllint)
+	  -- add Vizzuality credit
 
-2012-03-10 14:08  strk
+2012-03-10 14:08  Sandro Santilli <strk at keybit.net>
 
-	* <sect1info> goes before <title>
+	* [r9469] <sect1info> goes before <title>
 
-2012-03-10 14:08  strk
+2012-03-10 14:08  Sandro Santilli <strk at keybit.net>
 
-	* <note> cannot be direct child of <abstract> (xmllint)
+	* [r9468] <note> cannot be direct child of <abstract> (xmllint)
 
-2012-03-10 14:07  strk
+2012-03-10 14:07  Sandro Santilli <strk at keybit.net>
 
-	* choice is a <paramdef> attribute, not <type>'s
+	* [r9467] choice is a <paramdef> attribute, not <type>'s
 
-2012-03-10 14:07  strk
+2012-03-10 14:07  Sandro Santilli <strk at keybit.net>
 
-	* <abstract> can't contain <note> (xmllint)
+	* [r9466] <abstract> can't contain <note> (xmllint)
 
-2012-03-10 13:44  strk
+2012-03-10 13:44  Sandro Santilli <strk at keybit.net>
 
-	* Use empty params as placeholders, add missing refsection title
-	  (xmllint)
+	* [r9465] Use empty params as placeholders, add missing refsection
+	  title (xmllint)
 
-2012-03-10 13:44  strk
+2012-03-10 13:44  Sandro Santilli <strk at keybit.net>
 
-	* More <para> wrapping (xmllint)
+	* [r9464] More <para> wrapping (xmllint)
 
-2012-03-10 13:44  strk
+2012-03-10 13:44  Sandro Santilli <strk at keybit.net>
 
-	* wrap more <informalfigure> content in <para> (xmllint)
+	* [r9463] wrap more <informalfigure> content in <para> (xmllint)
 
-2012-03-10 13:43  strk
+2012-03-10 13:43  Sandro Santilli <strk at keybit.net>
 
-	* choice is a <paramdef> attribute, not <type>'s
+	* [r9462] choice is a <paramdef> attribute, not <type>'s
 
-2012-03-10 13:43  strk
+2012-03-10 13:43  Sandro Santilli <strk at keybit.net>
 
-	* wrap <informalfigure> content in <para> (xmllint)
+	* [r9461] wrap <informalfigure> content in <para> (xmllint)
 
-2012-03-10 13:43  strk
+2012-03-10 13:43  Sandro Santilli <strk at keybit.net>
 
-	* wrap <listitem> content in <para> (xmllint)
+	* [r9460] wrap <listitem> content in <para> (xmllint)
 
-2012-03-10 13:43  strk
+2012-03-10 13:43  Sandro Santilli <strk at keybit.net>
 
-	* choice belongs to <paramdef>, not <parameter> (xmllint)
+	* [r9459] choice belongs to <paramdef>, not <parameter> (xmllint)
 
-2012-03-10 13:43  strk
+2012-03-10 13:43  Sandro Santilli <strk at keybit.net>
 
-	* <sect1info> goes before <title>
+	* [r9458] <sect1info> goes before <title>
 
-2012-03-10 13:43  strk
+2012-03-10 13:43  Sandro Santilli <strk at keybit.net>
 
-	* <informalfigure> goes in <para> (xmllint)
+	* [r9457] <informalfigure> goes in <para> (xmllint)
 
-2012-03-10 13:42  strk
+2012-03-10 13:42  Sandro Santilli <strk at keybit.net>
 
-	* Use <para> as appropriate (xmllint)
+	* [r9456] Use <para> as appropriate (xmllint)
 
-2012-03-10 13:42  strk
+2012-03-10 13:42  Sandro Santilli <strk at keybit.net>
 
-	* <informalfigure> must be in <para> (xmllint)
+	* [r9455] <informalfigure> must be in <para> (xmllint)
 
-2012-03-10 13:42  strk
+2012-03-10 13:42  Sandro Santilli <strk at keybit.net>
 
-	* Put semicolon where it belongs (xmllint)
+	* [r9454] Put semicolon where it belongs (xmllint)
 
-2012-03-10 13:42  strk
+2012-03-10 13:42  Sandro Santilli <strk at keybit.net>
 
-	* Use <para> elements according to the DTD (xmllint)
+	* [r9453] Use <para> elements according to the DTD (xmllint)
 
-2012-03-10 13:42  strk
+2012-03-10 13:42  Sandro Santilli <strk at keybit.net>
 
-	* <strong> to <emphasis> (xmllint)
+	* [r9452] <strong> to <emphasis> (xmllint)
 
-2012-03-10 13:00  strk
+2012-03-10 13:00  Sandro Santilli <strk at keybit.net>
 
-	* <filename> is not a valid child of <listitem>, <para> is
+	* [r9451] <filename> is not a valid child of <listitem>, <para> is
 	  (xmllint)
 
-2012-03-10 12:51  strk
+2012-03-10 12:51  Sandro Santilli <strk at keybit.net>
 
-	* More linked -> linkend typos
+	* [r9450] More linked -> linkend typos
 
-2012-03-10 12:10  strk
+2012-03-10 12:10  Sandro Santilli <strk at keybit.net>
 
-	* Fix xref (thanks make check)
+	* [r9449] Fix xref (thanks make check)
 
-2012-03-10 12:07  strk
+2012-03-10 12:07  Sandro Santilli <strk at keybit.net>
 
-	* linked -> linkend (thanks make check)
+	* [r9448] linked -> linkend (thanks make check)
 
-2012-03-10 11:38  strk
+2012-03-10 11:38  Sandro Santilli <strk at keybit.net>
 
-	* Add credit to Avencia (#1671)
+	* [r9447] Add credit to Avencia (#1671)
 
-2012-03-10 11:31  strk
+2012-03-10 11:31  Sandro Santilli <strk at keybit.net>
 
-	* More credits
+	* [r9446] More credits
 
-2012-03-10 11:26  strk
+2012-03-10 11:26  Sandro Santilli <strk at keybit.net>
 
-	* Add postgis topology signers to credits section (#1601)
+	* [r9445] Add postgis topology signers to credits section (#1601)
 	  
 	  I also formatted the names to be one-per-line. Output won't care
 	  but it's easier to sort alphabetically ...
 
-2012-03-10 10:34  strk
+2012-03-10 10:34  Sandro Santilli <strk at keybit.net>
 
-	* Substitute CREDITS content with pointers to manual (#1601)
+	* [r9444] Substitute CREDITS content with pointers to manual
+	  (#1601)
 
-2012-03-10 10:27  strk
+2012-03-10 10:27  Sandro Santilli <strk at keybit.net>
 
-	* Be quiet when postgis_svn_revision.h isn't needed (#1666)
+	* [r9443] Be quiet when postgis_svn_revision.h isn't needed (#1666)
 
-2012-03-10 00:40  dustymugs
+2012-03-10 00:40  Bborie Park <bkpark at ucdavis.edu>
 
-	* Cleanup for testing GDAL include files
+	* [r9442] Cleanup for testing GDAL include files
 
-2012-03-10 00:30  dustymugs
+2012-03-10 00:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* This should do it. Debugging Hudson is fun... like entertaining a
-	  grumpy old man.
+	* [r9441] This should do it. Debugging Hudson is fun... like
+	  entertaining a grumpy old man.
 
-2012-03-10 00:24  dustymugs
+2012-03-10 00:24  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed multiple AC_ARG_WITH calls for raster
+	* [r9440] Removed multiple AC_ARG_WITH calls for raster
 
-2012-03-10 00:19  dustymugs
+2012-03-10 00:19  Bborie Park <bkpark at ucdavis.edu>
 
-	* Another attempt to fix hudson...
+	* [r9439] Another attempt to fix hudson...
 
-2012-03-10 00:05  dustymugs
+2012-03-10 00:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* Comment cleanup as hudson isn't happy.
+	* [r9438] Comment cleanup as hudson isn't happy.
 
-2012-03-09 23:57  dustymugs
+2012-03-09 23:57  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed GDAL configuration as hudson wasn't getting
+	* [r9437] Fixed GDAL configuration as hudson wasn't getting
 	  GDALFPolygonize. This may be the cause for Windows not detecting
 	  GDALFPolygonize either.
 
-2012-03-09 19:00  dustymugs
+2012-03-09 19:00  Bborie Park <bkpark at ucdavis.edu>
 
-	* Initialize variables that may cause compile-time warnings in
-	  rt_api.c. Added additional NLS items to raster2pgsql.
+	* [r9436] Initialize variables that may cause compile-time warnings
+	  in rt_api.c. Added additional NLS items to raster2pgsql.
 
-2012-03-09 17:46  pramsey
+2012-03-09 17:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Work around difference between behavior of MS snprintf and C99
-	  snprintf. (#1668)
+	* [r9435] Work around difference between behavior of MS snprintf
+	  and C99 snprintf. (#1668)
 
-2012-03-09 14:59  robe
+2012-03-09 14:59  Regina Obe <lr at pcorp.us>
 
-	* minor correction in title of example
+	* [r9434] minor correction in title of example
 
-2012-03-09 14:20  robe
+2012-03-09 14:20  Regina Obe <lr at pcorp.us>
 
-	* Fix mapalgebra2 syntax
+	* [r9433] Fix mapalgebra2 syntax
 
-2012-03-08 10:58  strk
+2012-03-08 10:58  Sandro Santilli <strk at keybit.net>
 
-	* Ignore all html files under doc/html/ (also chunked)
+	* [r9432] Ignore all html files under doc/html/ (also chunked)
 
-2012-03-08 10:58  strk
+2012-03-08 10:58  Sandro Santilli <strk at keybit.net>
 
-	* Give introduction chapter an id.
+	* [r9431] Give introduction chapter an id.
 	  
 	  This should give it a nice URL online so we can point to credits
 	  from the CREDITS file (#1601)
 
-2012-03-08 10:36  strk
+2012-03-08 10:36  Sandro Santilli <strk at keybit.net>
 
-	* Remove .svnignore files (#1665)
+	* [r9430] Remove .svnignore files (#1665)
 
-2012-03-08 10:36  strk
+2012-03-08 10:36  Sandro Santilli <strk at keybit.net>
 
-	* Drop .cvsignore files
+	* [r9429] Drop .cvsignore files
 
-2012-03-07 20:51  pramsey
+2012-03-07 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update trunk versions for next cycle
+	* [r9427] Update trunk versions for next cycle
 
-2012-03-07 20:50  pramsey
+2012-03-07 20:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update for beta2 release
+	* [r9425] Update for beta2 release
 
-2012-03-07 20:47  pramsey
+2012-03-07 20:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix need to hack regress source path
+	* [r9424] Fix need to hack regress source path
 
-2012-03-07 20:38  pramsey
+2012-03-07 20:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove reliance on `pwd` for raster build and test.
+	* [r9423] Remove reliance on `pwd` for raster build and test.
 
-2012-03-07 19:31  pramsey
+2012-03-07 19:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Replace " with ' in mingw pwd call
+	* [r9422] Replace " with ' in mingw pwd call
 
-2012-03-07 19:27  pramsey
+2012-03-07 19:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* MinGW configure for regression dir
+	* [r9421] MinGW configure for regression dir
 
-2012-03-07 17:40  pramsey
+2012-03-07 17:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_Summary output contains a spurious "+" sign (#1663)
+	* [r9420] ST_Summary output contains a spurious "+" sign (#1663)
 
-2012-03-07 11:39  strk
+2012-03-07 11:39  Sandro Santilli <strk at keybit.net>
 
-	* Actually run GeoJSON input tests when libjson is available
+	* [r9419] Actually run GeoJSON input tests when libjson is
+	  available
 
-2012-03-07 11:18  strk
+2012-03-07 11:18  Sandro Santilli <strk at keybit.net>
 
-	* Report libjson availability from postgis_full_version (#1660)
+	* [r9418] Report libjson availability from postgis_full_version
+	  (#1660)
 	  
 	  This commit adds a postgis_libjson_version() although the library
 	  doesn't give any version information. We just return NULL if not
 	  using the library and "UNKNOWN" otherwise.
 
-2012-03-07 10:55  strk
+2012-03-07 10:55  Sandro Santilli <strk at keybit.net>
 
-	* Add note about installing json-c library on apt-based systems
+	* [r9417] Add note about installing json-c library on apt-based
+	  systems
 
-2012-03-07 09:16  strk
+2012-03-07 09:16  Sandro Santilli <strk at keybit.net>
 
-	* Update REQUIREMENTS section, add JSON-C (#1660)
+	* [r9416] Update REQUIREMENTS section, add JSON-C (#1660)
 
-2012-03-07 08:17  strk
+2012-03-07 08:17  Sandro Santilli <strk at keybit.net>
 
-	* I didn't realize we had ST_AsLatLonText already :)
+	* [r9415] I didn't realize we had ST_AsLatLonText already :)
 
-2012-03-07 05:31  pramsey
+2012-03-07 05:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Crash in ST_Project on NULL input (#1658)
+	* [r9414] Crash in ST_Project on NULL input (#1658)
 
-2012-03-07 04:28  dustymugs
+2012-03-07 04:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Slightly more verbose error message for when
+	* [r9413] Slightly more verbose error message for when
 	  rt_raster_gdal_rasterize() is unable to have an OSR object
 	  project a provided srs text.
 
-2012-03-06 21:16  strk
+2012-03-06 21:16  Sandro Santilli <strk at keybit.net>
 
-	* Update TODO list dropping done items
+	* [r9412] Update TODO list dropping done items
 
-2012-03-06 18:55  pramsey
+2012-03-06 18:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Work around default rule for lexer generation. (#1644)
+	* [r9411] Work around default rule for lexer generation. (#1644)
 
-2012-03-06 16:19  pramsey
+2012-03-06 16:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* I'm not sure this "fix" was actually a fix so I'm removing it.
+	* [r9410] I'm not sure this "fix" was actually a fix so I'm
+	  removing it.
 
-2012-03-06 16:16  strk
+2012-03-06 16:16  Sandro Santilli <strk at keybit.net>
 
-	* Snap new lines over existing nodes (#1654)
+	* [r9409] Snap new lines over existing nodes (#1654)
 	  
 	  Also add Salvatore to the list of testing heroes :)
 
-2012-03-06 13:44  strk
+2012-03-06 13:44  Sandro Santilli <strk at keybit.net>
 
-	* Don't let a single collapse hide _all_ edges (#1650)
+	* [r9408] Don't let a single collapse hide _all_ edges (#1650)
 
-2012-03-06 13:21  strk
+2012-03-06 13:21  Sandro Santilli <strk at keybit.net>
 
-	* Skip collapsed edges after snapping (#1650)
+	* [r9407] Skip collapsed edges after snapping (#1650)
 
-2012-03-06 13:20  strk
+2012-03-06 13:20  Sandro Santilli <strk at keybit.net>
 
-	* Uncomment new tests for #1641
+	* [r9406] Uncomment new tests for #1641
 
-2012-03-06 09:45  strk
+2012-03-06 09:45  Sandro Santilli <strk at keybit.net>
 
-	* Have "make install" only install what "make" built (#1652)
+	* [r9405] Have "make install" only install what "make" built
+	  (#1652)
 	  
 	  Also updates the README to be in sync with Makefile.in
 
-2012-03-06 09:05  strk
+2012-03-06 09:05  Sandro Santilli <strk at keybit.net>
 
-	* Fix toTopoGeom to actualy _use_ to given tolerance (#1647)
+	* [r9404] Fix toTopoGeom to actualy _use_ to given tolerance
+	  (#1647)
 
-2012-03-05 23:09  pramsey
+2012-03-05 23:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Rename LOADER_OBJS to the more direct SHPLIB_OBJS
+	* [r9403] Rename LOADER_OBJS to the more direct SHPLIB_OBJS
 
-2012-03-05 22:54  pramsey
+2012-03-05 22:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Defines are picked up from ../../postgis_config.h via
+	* [r9402] Defines are picked up from ../../postgis_config.h via
 	  ../liblwgeom_internal.h
 
-2012-03-05 22:51  pramsey
+2012-03-05 22:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add static link directive to libtool (#1644) allows build on
-	  Debian Wheezy
+	* [r9401] Add static link directive to libtool (#1644) allows build
+	  on Debian Wheezy
 
-2012-03-05 16:45  pramsey
+2012-03-05 16:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update kneufeld contact info
+	* [r9400] Update kneufeld contact info
 
-2012-03-05 12:24  strk
+2012-03-05 12:24  Sandro Santilli <strk at keybit.net>
 
-	* Add GetTopologySRID (#1182)
+	* [r9399] Add GetTopologySRID (#1182)
 
-2012-03-05 12:14  strk
+2012-03-05 12:14  Sandro Santilli <strk at keybit.net>
 
-	* Optimize ST_AddIsoNode (#983)
+	* [r9398] Optimize ST_AddIsoNode (#983)
 
-2012-03-05 11:33  strk
+2012-03-05 11:33  Sandro Santilli <strk at keybit.net>
 
-	* Move topology reference entries from "processing" to
+	* [r9397] Move topology reference entries from "processing" to
 	  "constructors"
 
-2012-03-05 11:05  strk
+2012-03-05 11:05  Sandro Santilli <strk at keybit.net>
 
-	* _ST_MinTolerance isn't IMMUTABLE, due to db lookup...
+	* [r9396] _ST_MinTolerance isn't IMMUTABLE, due to db lookup...
 
-2012-03-05 10:49  strk
+2012-03-05 10:49  Sandro Santilli <strk at keybit.net>
 
-	* Handle 0 tolerance by using topology.precision or min float one
+	* [r9395] Handle 0 tolerance by using topology.precision or min
+	  float one
 	  
 	  This handling fixes the #1641 case w/out passing an explicit
 	  tolerance and makes a step toward #785.
 
-2012-03-05 08:28  strk
+2012-03-05 08:28  Sandro Santilli <strk at keybit.net>
 
-	* Fix typos (FUNCION), drop duplicate entries
+	* [r9394] Fix typos (FUNCION), drop duplicate entries
 
-2012-03-04 22:35  robe
+2012-03-04 22:35  Regina Obe <lr at pcorp.us>
 
-	* put in libiconv path specification if it needs to be done. For
-	  some reason my mingw64 can't find it unless its explicitly set.
+	* [r9393] put in libiconv path specification if it needs to be
+	  done. For some reason my mingw64 can't find it unless its
+	  explicitly set.
 
-2012-03-03 22:59  robe
+2012-03-03 22:59  Regina Obe <lr at pcorp.us>
 
-	* Link postgis raster contributors to raster funding page.
+	* [r9392] Link postgis raster contributors to raster funding page.
 
-2012-03-03 22:56  robe
+2012-03-03 22:56  Regina Obe <lr at pcorp.us>
 
-	* add in missing credits and link to Paul's credit description blog
-	  pages.
+	* [r9391] add in missing credits and link to Paul's credit
+	  description blog pages.
 
-2012-03-02 23:35  pramsey
+2012-03-02 23:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add an SRID to box3d to allow lossless casts.
+	* [r9390] Add an SRID to box3d to allow lossless casts.
 
-2012-03-02 20:53  pracine
+2012-03-02 20:53  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Finish fix for ticket #1635. Added operator function to skip when
-	  restoring.
+	* [r9389] Finish fix for ticket #1635. Added operator function to
+	  skip when restoring.
 
-2012-03-02 20:17  pracine
+2012-03-02 20:17  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Fix for ticket #1589. Removed misleading example.
+	* [r9388] Fix for ticket #1589. Removed misleading example.
 
-2012-03-02 20:14  pracine
+2012-03-02 20:14  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Fix for ticket #1589. Removed misleading example.
+	* [r9387] Fix for ticket #1589. Removed misleading example.
 
-2012-03-02 19:00  dustymugs
+2012-03-02 19:00  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed problem with passing PROJ.4 text to GDAL which may result
-	  in SRS WKT that is NOT what is desired. Now preferentially use
-	  EPSG:SRID if available. Ticket is #1618.
+	* [r9386] Fixed problem with passing PROJ.4 text to GDAL which may
+	  result in SRS WKT that is NOT what is desired. Now preferentially
+	  use EPSG:SRID if available. Ticket is #1618.
 
-2012-03-02 15:02  robe
+2012-03-02 15:02  Regina Obe <lr at pcorp.us>
 
-	* #1630 and drop type raster_columns. Good grief how many hidden
-	  objects are there.
+	* [r9385] #1630 and drop type raster_columns. Good grief how many
+	  hidden objects are there.
 
-2012-03-02 14:36  robe
+2012-03-02 14:36  Regina Obe <lr at pcorp.us>
 
-	* #1630 Add missing permutations of st_clip that exist in older
-	  versions so trimraster can be renamed to crop
+	* [r9384] #1630 Add missing permutations of st_clip that exist in
+	  older versions so trimraster can be renamed to crop
 
-2012-03-02 14:11  robe
+2012-03-02 14:11  Regina Obe <lr at pcorp.us>
 
-	* oops type in last commit.
+	* [r9383] oops type in last commit.
 
-2012-03-02 14:05  robe
+2012-03-02 14:05  Regina Obe <lr at pcorp.us>
 
-	* #1630 -- this has got to be a bug in the PostgreSQL extensions
-	  model that I have to drop dependent types of views and types from
-	  extension when drop view and type. Will confirm later.
+	* [r9382] #1630 -- this has got to be a bug in the PostgreSQL
+	  extensions model that I have to drop dependent types of views and
+	  types from extension when drop view and type. Will confirm later.
 
-2012-03-02 13:15  robe
+2012-03-02 13:15  Regina Obe <lr at pcorp.us>
 
-	* Add section about soft upgrade with extensions.
+	* [r9381] Add section about soft upgrade with extensions.
 
-2012-03-02 01:15  dustymugs
+2012-03-02 01:15  Bborie Park <bkpark at ucdavis.edu>
 
-	* Add handling of when clamped pixel values is equal to the band's
-	  clamped NODATA value. Ticket is #1139.
+	* [r9380] Add handling of when clamped pixel values is equal to the
+	  band's clamped NODATA value. Ticket is #1139.
 
-2012-03-01 22:25  dzwarg
+2012-03-01 22:25  David Zwarg <dzwarg at azavea.com>
 
-	* Added regression test for error case reported in #1638.
+	* [r9379] Added regression test for error case reported in #1638.
 
-2012-03-01 22:17  dustymugs
+2012-03-01 22:17  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored how skewed rasters are computed as the extents were
-	  not correct. Rewrote parts of rt_raster_gdal_warp and
+	* [r9378] Refactored how skewed rasters are computed as the extents
+	  were not correct. Rewrote parts of rt_raster_gdal_warp and
 	  rt_raster_gdal_rasterize. Related ticket is #1615.
 
-2012-03-01 21:05  pracine
+2012-03-01 21:05  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Fix for #1589 and #1633.
+	* [r9377] Fix for #1589 and #1633.
 
-2012-03-01 20:32  strk
+2012-03-01 20:32  Sandro Santilli <strk at keybit.net>
 
-	* postgis_drop_before.sql.in.c => postgis_drop_before.sql
+	* [r9376] postgis_drop_before.sql.in.c => postgis_drop_before.sql
 
-2012-03-01 19:46  pramsey
+2012-03-01 19:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make --prefix note a warning rather than a failure. (#1628)
+	* [r9375] Make --prefix note a warning rather than a failure.
+	  (#1628)
 
-2012-03-01 19:09  strk
+2012-03-01 19:09  Sandro Santilli <strk at keybit.net>
 
-	* Add an internal topology._st_mintolerance funtion
+	* [r9374] Add an internal topology._st_mintolerance funtion
 	  
 	  This function computes the minimum tolerance for a given
 	  geometry.
@@ -8081,168 +8635,174 @@
 	  inconsistency (#1625) but could probably be used everytime 0 is
 	  passed as a tolerance, possibly fixing #1641 as well.
 
-2012-03-01 16:47  dustymugs
+2012-03-01 16:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Update regression tests for 1-raster ST_MapAlgebraExpr due to
-	  commit r9371
+	* [r9373] Update regression tests for 1-raster ST_MapAlgebraExpr
+	  due to commit r9371
 
-2012-03-01 16:47  pracine
+2012-03-01 16:47  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Fix for ticket #1635. Added explicit ~ and && operators on raster
-	  and geometry.
+	* [r9372] Fix for ticket #1635. Added explicit ~ and && operators
+	  on raster and geometry.
 
-2012-03-01 15:59  dustymugs
+2012-03-01 15:59  Bborie Park <bkpark at ucdavis.edu>
 
-	* Forced casting of output from 1-raster ST_MapAlgebraExpr. Ticket
-	  is #1639.
+	* [r9371] Forced casting of output from 1-raster ST_MapAlgebraExpr.
+	  Ticket is #1639.
 
-2012-03-01 15:51  strk
+2012-03-01 15:51  Sandro Santilli <strk at keybit.net>
 
-	* MathML DTDs are also needed for the HTML
+	* [r9370] MathML DTDs are also needed for the HTML
 
-2012-03-01 15:51  strk
+2012-03-01 15:51  Sandro Santilli <strk at keybit.net>
 
-	* added MathML 3 DTD to requirements in doc
+	* [r9369] added MathML 3 DTD to requirements in doc
 
-2012-03-01 15:14  strk
+2012-03-01 15:14  Sandro Santilli <strk at keybit.net>
 
-	* Add a test for #1641 using a tolerance (1e-16 is good enough)
+	* [r9368] Add a test for #1641 using a tolerance (1e-16 is good
+	  enough)
 
-2012-03-01 15:07  strk
+2012-03-01 15:07  Sandro Santilli <strk at keybit.net>
 
-	* Add test for #1641 (disabled as it would fail)
+	* [r9367] Add test for #1641 (disabled as it would fail)
 
-2012-03-01 15:07  strk
+2012-03-01 15:07  Sandro Santilli <strk at keybit.net>
 
-	* Cleanup the face table as well (you just can't drop the universe)
+	* [r9366] Cleanup the face table as well (you just can't drop the
+	  universe)
 
-2012-03-01 12:50  strk
+2012-03-01 12:50  Sandro Santilli <strk at keybit.net>
 
-	* Add more items in the skip list (#1640)
+	* [r9365] Add more items in the skip list (#1640)
 
-2012-03-01 12:25  strk
+2012-03-01 12:25  Sandro Santilli <strk at keybit.net>
 
-	* Add tests for ptarray_insert_point (see #1640)
+	* [r9364] Add tests for ptarray_insert_point (see #1640)
 
-2012-03-01 12:25  strk
+2012-03-01 12:25  Sandro Santilli <strk at keybit.net>
 
-	* Check args passed to ptarray_set_point4d
+	* [r9363] Check args passed to ptarray_set_point4d
 
-2012-03-01 11:58  strk
+2012-03-01 11:58  Sandro Santilli <strk at keybit.net>
 
-	* Drop reference to postgis_uses_stats (#1632)
+	* [r9362] Drop reference to postgis_uses_stats (#1632)
 
-2012-03-01 09:16  strk
+2012-03-01 09:16  Sandro Santilli <strk at keybit.net>
 
-	* Properly exit the loop parsing spatial_ref_sys population (#1640)
+	* [r9361] Properly exit the loop parsing spatial_ref_sys population
+	  (#1640)
 
-2012-03-01 08:54  strk
+2012-03-01 08:54  Sandro Santilli <strk at keybit.net>
 
-	* Drop postgis_uses_stats (#1632)
+	* [r9360] Drop postgis_uses_stats (#1632)
 
-2012-03-01 08:26  strk
+2012-03-01 08:26  Sandro Santilli <strk at keybit.net>
 
-	* Rename drop files to be hopefully clearer, add copyright headers
+	* [r9359] Rename drop files to be hopefully clearer, add copyright
+	  headers
 
-2012-03-01 08:26  strk
+2012-03-01 08:26  Sandro Santilli <strk at keybit.net>
 
-	* Stop including drop calls from main postgis.sql file
+	* [r9358] Stop including drop calls from main postgis.sql file
 	  
 	  Upgrade file is still generated with the drop file included
 
-2012-02-29 18:58  pramsey
+2012-02-29 18:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* make parse location error test a little more lenient
+	* [r9357] make parse location error test a little more lenient
 
-2012-02-29 18:19  pramsey
+2012-02-29 18:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update for post-Beta1
+	* [r9354] Update for post-Beta1
 
-2012-02-29 18:18  pramsey
+2012-02-29 18:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update for beta1
+	* [r9353] Update for beta1
 
-2012-02-29 15:59  strk
+2012-02-29 15:59  Sandro Santilli <strk at keybit.net>
 
-	* Check first point after snapping an edge to a new point (#1631)
+	* [r9352] Check first point after snapping an edge to a new point
+	  (#1631)
 
-2012-02-29 14:20  strk
+2012-02-29 14:20  Sandro Santilli <strk at keybit.net>
 
-	* Get the deprecated function right (fixes previous commit)
+	* [r9351] Get the deprecated function right (fixes previous commit)
 
-2012-02-29 14:14  strk
+2012-02-29 14:14  Sandro Santilli <strk at keybit.net>
 
-	* Drop removed st_clip function (#1630)
+	* [r9350] Drop removed st_clip function (#1630)
 
-2012-02-29 13:52  strk
+2012-02-29 13:52  Sandro Santilli <strk at keybit.net>
 
-	* Do not install intermediary files (#1621)
+	* [r9349] Do not install intermediary files (#1621)
 
-2012-02-29 13:35  strk
+2012-02-29 13:35  Sandro Santilli <strk at keybit.net>
 
-	* Don't override postgis_svn_revision.h with a fake revision
-	  (#1634)
+	* [r9348] Don't override postgis_svn_revision.h with a fake
+	  revision (#1634)
 
-2012-02-29 10:55  strk
+2012-02-29 10:55  Sandro Santilli <strk at keybit.net>
 
-	* Stop using postgis_uses_stats() from postgis_full_version()
-	  (#1632)
+	* [r9347] Stop using postgis_uses_stats() from
+	  postgis_full_version() (#1632)
 
-2012-02-29 10:48  strk
+2012-02-29 10:48  Sandro Santilli <strk at keybit.net>
 
-	* Integrate upgrade tips in postgis_full_version reference
+	* [r9346] Integrate upgrade tips in postgis_full_version reference
 
-2012-02-29 10:39  strk
+2012-02-29 10:39  Sandro Santilli <strk at keybit.net>
 
-	* Mention rtpostgis_upgrade* and topology_upgrade* in manual
-	  (#1611)
+	* [r9345] Mention rtpostgis_upgrade* and topology_upgrade* in
+	  manual (#1611)
 
-2012-02-29 10:08  strk
+2012-02-29 10:08  Sandro Santilli <strk at keybit.net>
 
-	* Have XSLTPROCFLAGS default to --nonet
+	* [r9344] Have XSLTPROCFLAGS default to --nonet
 	  
 	  This way you can drop by redefining it as in: make XSLTPROCFLAGS=
 
-2012-02-29 09:51  strk
+2012-02-29 09:51  Sandro Santilli <strk at keybit.net>
 
-	* Add support for a user-defined XSLTPROCFLAGS variable to append
+	* [r9343] Add support for a user-defined XSLTPROCFLAGS variable to
+	  append
 	  
 	  Example: make -C doc html XSLTPROCFLAGS=--nonet
 	  
 	  Still defaults to allow net access, I couldn't find an option to
 	  override --nonet with its contraty...
 
-2012-02-29 09:00  robe
+2012-02-29 09:00  Regina Obe <lr at pcorp.us>
 
-	* #1630: Swap the order of dropping - you have to drop the function
-	  first before the type
+	* [r9342] #1630: Swap the order of dropping - you have to drop the
+	  function first before the type
 
-2012-02-29 08:44  robe
+2012-02-29 08:44  Regina Obe <lr at pcorp.us>
 
-	* #1630: drop wktgeomval type from extension, but still can't drop
-	  because of function _st_dumpaswktpolygons
+	* [r9341] #1630: drop wktgeomval type from extension, but still
+	  can't drop because of function _st_dumpaswktpolygons
 
-2012-02-29 08:04  robe
+2012-02-29 08:04  Regina Obe <lr at pcorp.us>
 
-	* #1619: Logic to mark spatial_ref_sys, topology, layers tables as
-	  user editable so that the data in them gets backed up during
-	  pg_dump
+	* [r9340] #1619: Logic to mark spatial_ref_sys, topology, layers
+	  tables as user editable so that the data in them gets backed up
+	  during pg_dump
 
-2012-02-29 03:01  pracine
+2012-02-29 03:01  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* 
+	* [r9339]
 
-2012-02-29 02:56  pracine
+2012-02-29 02:56  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Other minor fix.
+	* [r9338] Other minor fix.
 
-2012-02-29 02:51  pracine
+2012-02-29 02:51  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* fix doc typo.
+	* [r9337] fix doc typo.
 
-2012-02-29 02:47  pracine
+2012-02-29 02:47  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Fix for ticket 1536. Added a nodataval[] parameter to
+	* [r9336] Fix for ticket 1536. Added a nodataval[] parameter to
 	  ST_Intersection and removed the otheruserfunc one.
 	  
 	  Changed the ST_Clip trimraster parameter name to crop and set it
@@ -8250,30 +8810,31 @@
 	  
 	  Updated the doc.
 
-2012-02-29 00:52  pramsey
+2012-02-29 00:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix for MinGW!
+	* [r9335] Fix for MinGW!
 
-2012-02-29 00:49  pramsey
+2012-02-29 00:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix for windoze!
+	* [r9334] Fix for windoze!
 
-2012-02-28 18:50  pramsey
+2012-02-28 18:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make our --prefix policy crystal clear
+	* [r9333] Make our --prefix policy crystal clear
 
-2012-02-28 18:29  pramsey
+2012-02-28 18:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix regression due to new error message in GML generation
+	* [r9332] Fix regression due to new error message in GML generation
 
-2012-02-28 18:09  pramsey
+2012-02-28 18:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make error message on GML2 calls for TIN more instructive (#1591)
+	* [r9331] Make error message on GML2 calls for TIN more instructive
+	  (#1591)
 
-2012-02-28 17:17  strk
+2012-02-28 17:17  Sandro Santilli <strk at keybit.net>
 
-	* TopoGeo_addPoint: use a more functional tolerance when snapping
-	  (#1613)
+	* [r9330] TopoGeo_addPoint: use a more functional tolerance when
+	  snapping (#1613)
 	  
 	  All of this looks like magic but it isn't.
 	  I actually wonder if ST_ModEdgeSplit and ST_ModEdgesSplit and
@@ -8288,373 +8849,387 @@
 	  topology
 	  building issue and that's A Good Thing.
 
-2012-02-28 17:17  strk
+2012-02-28 17:17  Sandro Santilli <strk at keybit.net>
 
-	* Hush debugging lines unless requested
+	* [r9329] Hush debugging lines unless requested
 
-2012-02-28 10:43  strk
+2012-02-28 10:43  Sandro Santilli <strk at keybit.net>
 
-	* Ignore extension sql target dirs
+	* [r9328] Ignore extension sql target dirs
 
-2012-02-28 10:28  strk
+2012-02-28 10:28  Sandro Santilli <strk at keybit.net>
 
-	* Have configure look for mathml2.dtd, rework doc build scripts
-	  (#1157)
+	* [r9327] Have configure look for mathml2.dtd, rework doc build
+	  scripts (#1157)
 
-2012-02-28 10:17  robe
+2012-02-28 10:17  Regina Obe <lr at pcorp.us>
 
-	* correct proto output type -- ST_Union of rasters always returns a
-	  raster
+	* [r9326] correct proto output type -- ST_Union of rasters always
+	  returns a raster
 
-2012-02-28 06:13  pramsey
+2012-02-28 06:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Set eol-style to LF
+	* [r9325] Set eol-style to LF
 
-2012-02-27 22:08  pramsey
+2012-02-27 22:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Try again with line endings, this time using eol-style instead of
-	  eol-type (#1605)
+	* [r9324] Try again with line endings, this time using eol-style
+	  instead of eol-type (#1605)
 
-2012-02-27 20:58  pramsey
+2012-02-27 20:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Set appropriate mime types and text file types on all files.
-	  (#1605)
+	* [r9323] Set appropriate mime types and text file types on all
+	  files. (#1605)
 
-2012-02-27 18:19  pramsey
+2012-02-27 18:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Load the "right" legacy.sql file (warning: hard coding
+	* [r9322] Load the "right" legacy.sql file (warning: hard coding
 	  00-regress-install into a sql file).
 
-2012-02-27 18:13  pramsey
+2012-02-27 18:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Quiet compile warning.
+	* [r9321] Quiet compile warning.
 
-2012-02-27 18:07  strk
+2012-02-27 18:07  Sandro Santilli <strk at keybit.net>
 
-	* Use rounder numbers in tests (fixes a regression on 32bit system)
+	* [r9320] Use rounder numbers in tests (fixes a regression on 32bit
+	  system)
 
-2012-02-27 17:48  pramsey
+2012-02-27 17:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ignore LF/CRLF differences when differencing sql output files in
-	  raster tests.
+	* [r9319] Ignore LF/CRLF differences when differencing sql output
+	  files in raster tests.
 
-2012-02-27 17:36  strk
+2012-02-27 17:36  Sandro Santilli <strk at keybit.net>
 
-	* Add regression test for legacy.sql and uninstall_legacy.sql
-	  (#915)
+	* [r9318] Add regression test for legacy.sql and
+	  uninstall_legacy.sql (#915)
 
-2012-02-27 17:36  strk
+2012-02-27 17:36  Sandro Santilli <strk at keybit.net>
 
-	* Properly cleanup spatial_ref_sys after loader tests
+	* [r9317] Properly cleanup spatial_ref_sys after loader tests
 
-2012-02-27 17:36  strk
+2012-02-27 17:36  Sandro Santilli <strk at keybit.net>
 
-	* Properly cleanup spatial_ref_sys
+	* [r9316] Properly cleanup spatial_ref_sys
 
-2012-02-27 16:55  strk
+2012-02-27 16:55  Sandro Santilli <strk at keybit.net>
 
-	* Define the legacy 'within' as a proxy to ST_Within as the C entry
-	  point was dropped
+	* [r9315] Define the legacy 'within' as a proxy to ST_Within as the
+	  C entry point was dropped
 
-2012-02-27 16:52  strk
+2012-02-27 16:52  Sandro Santilli <strk at keybit.net>
 
-	* Generate uninstall_legacy.sql from legacy.sql (#949)
+	* [r9314] Generate uninstall_legacy.sql from legacy.sql (#949)
 
-2012-02-27 16:42  dustymugs
+2012-02-27 16:42  Bborie Park <bkpark at ucdavis.edu>
 
-	* Correct handling of 8BSI pixel types when converting a raster to
-	  a GDAL MEM dataset. This should resolve the failures in #1617.
+	* [r9313] Correct handling of 8BSI pixel types when converting a
+	  raster to a GDAL MEM dataset. This should resolve the failures in
+	  #1617.
 
-2012-02-27 16:26  strk
+2012-02-27 16:26  Sandro Santilli <strk at keybit.net>
 
-	* Fix "make clean" to drop all generated files
+	* [r9312] Fix "make clean" to drop all generated files
 
-2012-02-27 16:06  strk
+2012-02-27 16:06  Sandro Santilli <strk at keybit.net>
 
-	* Encode dependency of topology script on sqldefines (for version)
+	* [r9311] Encode dependency of topology script on sqldefines (for
+	  version)
 
-2012-02-27 15:55  strk
+2012-02-27 15:55  Sandro Santilli <strk at keybit.net>
 
-	* Have postgis_full_version() check versions of all objects (#1608)
+	* [r9310] Have postgis_full_version() check versions of all objects
+	  (#1608)
 
-2012-02-27 15:39  strk
+2012-02-27 15:39  Sandro Santilli <strk at keybit.net>
 
-	* Have postgis_raster_lib_version() include SVN revision (#1608)
+	* [r9309] Have postgis_raster_lib_version() include SVN revision
+	  (#1608)
 
-2012-02-27 15:26  strk
+2012-02-27 15:26  Sandro Santilli <strk at keybit.net>
 
-	* st_clip signature changed (#1620)
+	* [r9308] st_clip signature changed (#1620)
 
-2012-02-27 15:03  strk
+2012-02-27 15:03  Sandro Santilli <strk at keybit.net>
 
-	* Add postgis_raster_scripts_installed() function (#1608)
+	* [r9307] Add postgis_raster_scripts_installed() function (#1608)
 
-2012-02-27 15:02  strk
+2012-02-27 15:02  Sandro Santilli <strk at keybit.net>
 
-	* Add postgis_topology_scripts_installed() function (#1608)
+	* [r9306] Add postgis_topology_scripts_installed() function (#1608)
 
-2012-02-27 14:08  robe
+2012-02-27 14:08  Regina Obe <lr at pcorp.us>
 
-	* update to March. Seems likely we'll miss the February boat. Maybe
-	  shoot for March.
+	* [r9305] update to March. Seems likely we'll miss the February
+	  boat. Maybe shoot for March.
 
-2012-02-27 11:22  strk
+2012-02-27 11:22  Sandro Santilli <strk at keybit.net>
 
-	* Set script version to master version + svn revision (#1608)
+	* [r9304] Set script version to master version + svn revision
+	  (#1608)
 	  
 	  Affects postgis_scripts_released() and
 	  posgis_scripts_installed().
 	  Needs some wider testing of upgrade scripts and then will attach
 	  the same version to raster and topology.
 
-2012-02-26 18:31  dustymugs
+2012-02-26 18:31  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional test of rt_raster_to_gdal().
+	* [r9303] Additional test of rt_raster_to_gdal().
 
-2012-02-25 20:35  pramsey
+2012-02-25 20:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Minor update to comments.
+	* [r9302] Minor update to comments.
 
-2012-02-25 20:30  pramsey
+2012-02-25 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Simplify table/schema copying, hopefully fix windows.
+	* [r9301] Simplify table/schema copying, hopefully fix windows.
 
-2012-02-25 19:46  pramsey
+2012-02-25 19:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Compress sed calls into one to make life better for MSYS
+	* [r9300] Compress sed calls into one to make life better for MSYS
 
-2012-02-25 17:10  pramsey
+2012-02-25 17:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Correct fix for win32 crasher, it was proj returning a null error
-	  string.
+	* [r9299] Correct fix for win32 crasher, it was proj returning a
+	  null error string.
 
-2012-02-25 05:53  pramsey
+2012-02-25 05:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* SPI_finish before dropping out on NULL proj4text
+	* [r9298] SPI_finish before dropping out on NULL proj4text
 
-2012-02-25 05:49  pramsey
+2012-02-25 05:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Match to new behavior on null proj4text
+	* [r9297] Match to new behavior on null proj4text
 
-2012-02-25 03:12  pramsey
+2012-02-25 03:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove Win32 crasher on NULL proj4 string
+	* [r9296] Remove Win32 crasher on NULL proj4 string
 
-2012-02-24 23:58  pramsey
+2012-02-24 23:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Quote out the svn and git commands for windoze
+	* [r9295] Quote out the svn and git commands for windoze
 
-2012-02-24 23:42  dustymugs
+2012-02-24 23:42  Bborie Park <bkpark at ucdavis.edu>
 
-	* Forgot to update regression tests for changes made in r9293
+	* [r9294] Forgot to update regression tests for changes made in
+	  r9293
 
-2012-02-24 22:54  dustymugs
+2012-02-24 22:54  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed conversion of pixel types between PostGIS raster and GDAL.
-	  Essentially PostGIS raster 8BSI is now a GDT_Int16.
+	* [r9293] Fixed conversion of pixel types between PostGIS raster
+	  and GDAL. Essentially PostGIS raster 8BSI is now a GDT_Int16.
 
-2012-02-24 22:46  pracine
+2012-02-24 22:46  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Minor corrections.
+	* [r9292] Minor corrections.
 
-2012-02-24 22:41  pramsey
+2012-02-24 22:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix up the revision info in the usage lines
+	* [r9291] Fix up the revision info in the usage lines
 
-2012-02-24 20:17  strk
+2012-02-24 20:17  Sandro Santilli <strk at keybit.net>
 
-	* Make sure the created backend temp directory is world writeable
+	* [r9290] Make sure the created backend temp directory is world
+	  writeable
 
-2012-02-24 19:24  dustymugs
+2012-02-24 19:24  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional fixups to not increase extent if an alignment is to
-	  take place in rt_raster_gdal_rasterize().
+	* [r9289] Additional fixups to not increase extent if an alignment
+	  is to take place in rt_raster_gdal_rasterize().
 
-2012-02-24 19:11  strk
+2012-02-24 19:11  Sandro Santilli <strk at keybit.net>
 
-	* Be immune from topology sequence advancements
+	* [r9288] Be immune from topology sequence advancements
 
-2012-02-24 18:49  pramsey
+2012-02-24 18:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make sure the regress tmp directory exists before trying to write
-	  to it.
+	* [r9287] Make sure the regress tmp directory exists before trying
+	  to write to it.
 
-2012-02-24 17:33  dustymugs
+2012-02-24 17:33  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added additional conditions for rt_raster_gdal_rasterize()
-	  determining when to expand the extent.
+	* [r9286] Added additional conditions for
+	  rt_raster_gdal_rasterize() determining when to expand the extent.
 
-2012-02-24 15:23  strk
+2012-02-24 15:23  Sandro Santilli <strk at keybit.net>
 
-	* Do not report "face without edges" error for universal face
-	  (#1612)
+	* [r9285] Do not report "face without edges" error for universal
+	  face (#1612)
 
-2012-02-24 15:23  strk
+2012-02-24 15:23  Sandro Santilli <strk at keybit.net>
 
-	* Rename the backend temp dir and drop with brute force
+	* [r9284] Rename the backend temp dir and drop with brute force
 	  
 	  Avoids errors when no test writes anything in there (so no dir)
 
-2012-02-24 10:21  strk
+2012-02-24 10:21  Sandro Santilli <strk at keybit.net>
 
-	* Properly drop the temporary directory setup for backend output
+	* [r9283] Properly drop the temporary directory setup for backend
+	  output
 	  
 	  This prevents errors when running "make check" against backends
 	  owned by different users.
 
-2012-02-24 05:05  dustymugs
+2012-02-24 05:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* Set all raster CASTs to be ASSIGNMENT not IMPLICIT. Related
-	  ticket is #490. Knowing my luck, I'll be reverting this due to
-	  some showstopper.
+	* [r9282] Set all raster CASTs to be ASSIGNMENT not IMPLICIT.
+	  Related ticket is #490. Knowing my luck, I'll be reverting this
+	  due to some showstopper.
 
-2012-02-23 22:25  dustymugs
+2012-02-23 22:25  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added correct handling of negative scale-x and positive scale-y
-	  in rt_raster_gdal_warp().
+	* [r9281] Added correct handling of negative scale-x and positive
+	  scale-y in rt_raster_gdal_warp().
 
-2012-02-23 21:49  dustymugs
+2012-02-23 21:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* Renamed rt_raster_dump_as_wktpolygons() to
+	* [r9280] Renamed rt_raster_dump_as_wktpolygons() to
 	  rt_raster_gdal_polygonize(). Refactored
 	  rt_raster_gdal_polygonize() to use LWPOLY objects instead of WKT
 	  strings. Also added cleanup code to make invalid dumped
 	  geometries valid. Associated tickets are #1586 and #637.
 
-2012-02-23 16:07  strk
+2012-02-23 16:07  Sandro Santilli <strk at keybit.net>
 
-	* Don't deep clone POINTARRAY in GML input routine.
+	* [r9279] Don't deep clone POINTARRAY in GML input routine.
 	  
 	  Let's see if doing so exposes more memory errors (#1591).
 	  Does run valgrind clean here.
 
-2012-02-23 15:42  pracine
+2012-02-23 15:42  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Rewrote most of ST_AsRaster. Grouped similar variants to make
-	  everything a bit more readable.
+	* [r9278] Rewrote most of ST_AsRaster. Grouped similar variants to
+	  make everything a bit more readable.
 
-2012-02-23 13:28  strk
+2012-02-23 13:28  Sandro Santilli <strk at keybit.net>
 
-	* Set the default regression temp dir to /tmp/pgis_reg (#1607)
+	* [r9277] Set the default regression temp dir to /tmp/pgis_reg
+	  (#1607)
 
-2012-02-23 12:54  strk
+2012-02-23 12:54  Sandro Santilli <strk at keybit.net>
 
-	* Have ST_GetFaceGeometry check face existance, regress-test
+	* [r9276] Have ST_GetFaceGeometry check face existance,
+	  regress-test
 
-2012-02-23 11:24  strk
+2012-02-23 11:24  Sandro Santilli <strk at keybit.net>
 
-	* Drop the UpdateGeometrySRID version with old param name (#1606)
+	* [r9275] Drop the UpdateGeometrySRID version with old param name
+	  (#1606)
 
-2012-02-22 23:13  pramsey
+2012-02-22 23:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Correctly handle the new lexer/parser output files
+	* [r9272] Correctly handle the new lexer/parser output files
 
-2012-02-22 23:06  dustymugs
+2012-02-22 23:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Rewrote chunks of rt_raster_gdal_warp() and
+	* [r9271] Rewrote chunks of rt_raster_gdal_warp() and
 	  rt_raster_gdal_rasterize() to correctly generate skewed rasters.
 	  Related ticket is #1395. This should also resolve #1586.
 
-2012-02-22 20:38  pramsey
+2012-02-22 20:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Set svn:eol-style native (#1598)
+	* [r9270] Set svn:eol-style native (#1598)
 
-2012-02-22 19:40  pramsey
+2012-02-22 19:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update numbers for alpha6
+	* [r9267] Update numbers for alpha6
 
-2012-02-22 19:31  robe
+2012-02-22 19:31  Regina Obe <lr at pcorp.us>
 
-	* put in LF instruction to prevent my windows from putting in
-	  windows offensive line breaks
+	* [r9266] put in LF instruction to prevent my windows from putting
+	  in windows offensive line breaks
 
-2012-02-22 19:29  pramsey
+2012-02-22 19:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change dos to unix lineends. (#1598)
+	* [r9265] Change dos to unix lineends. (#1598)
 
-2012-02-22 19:20  pramsey
+2012-02-22 19:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ignore makefile
+	* [r9264] Ignore makefile
 
-2012-02-22 19:18  pramsey
+2012-02-22 19:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Really remove the dos linefeeds this time (#1598)
+	* [r9263] Really remove the dos linefeeds this time (#1598)
 
-2012-02-22 19:08  pramsey
+2012-02-22 19:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Revert dos lineending commit that blew away those files...
+	* [r9262] Revert dos lineending commit that blew away those
+	  files...
 
-2012-02-22 19:01  pramsey
+2012-02-22 19:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Use consistent UNIX line endings (#1598) fix up those files that
-	  pass through the C preprocessor at least.
+	* [r9261] Use consistent UNIX line endings (#1598) fix up those
+	  files that pass through the C preprocessor at least.
 
-2012-02-22 18:59  pramsey
+2012-02-22 18:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Switch to evaluating tests using psql with verbosity=terse
+	* [r9260] Switch to evaluating tests using psql with
+	  verbosity=terse
 
-2012-02-22 17:19  strk
+2012-02-22 17:19  Sandro Santilli <strk at keybit.net>
 
-	* Fix ST_Polygonize aggregate to retain Z (#1602)
+	* [r9258] Fix ST_Polygonize aggregate to retain Z (#1602)
 
-2012-02-22 15:52  strk
+2012-02-22 15:52  Sandro Santilli <strk at keybit.net>
 
-	* Stay within 80 cols
+	* [r9257] Stay within 80 cols
 
-2012-02-22 15:33  strk
+2012-02-22 15:33  Sandro Santilli <strk at keybit.net>
 
-	* Parametrize max user SRID in the SQL file too
+	* [r9256] Parametrize max user SRID in the SQL file too
 
-2012-02-22 12:49  strk
+2012-02-22 12:49  Sandro Santilli <strk at keybit.net>
 
-	* Check SRID passed to UpdateGeometrySRID, patch by Mike Toews
-	  (#1596)
+	* [r9253] Check SRID passed to UpdateGeometrySRID, patch by Mike
+	  Toews (#1596)
 	  
 	  Adds regression testing
 
-2012-02-22 12:48  strk
+2012-02-22 12:48  Sandro Santilli <strk at keybit.net>
 
-	* Forward port fix to #1595, although there's no way to expose in
-	  2.0
+	* [r9252] Forward port fix to #1595, although there's no way to
+	  expose in 2.0
 
-2012-02-22 03:09  robe
+2012-02-22 03:09  Regina Obe <lr at pcorp.us>
 
-	* correct st_clip raster so eimage matches the code. the behavior
-	  changed butthe code was wrong (showing old behavior). Also put
-	  back the multiband case using new syntax which is probably more
-	  common usaage.
+	* [r9251] correct st_clip raster so eimage matches the code. the
+	  behavior changed butthe code was wrong (showing old behavior).
+	  Also put back the multiband case using new syntax which is
+	  probably more common usaage.
 
-2012-02-21 15:51  pracine
+2012-02-21 15:51  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Added single quote around 8BUI since the XSL now escape them. See
-	  #1588.
+	* [r9249] Added single quote around 8BUI since the XSL now escape
+	  them. See #1588.
 
-2012-02-21 15:47  pracine
+2012-02-21 15:47  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Added one missign default value for the value parameter of
-	  ST_AsRaster and added one missing variant.
+	* [r9248] Added one missign default value for the value parameter
+	  of ST_AsRaster and added one missing variant.
 
-2012-02-21 14:32  strk
+2012-02-21 14:32  Sandro Santilli <strk at keybit.net>
 
-	* Add a ptarray_transform function in liblwgeom API
+	* [r9247] Add a ptarray_transform function in liblwgeom API
 
-2012-02-21 13:54  strk
+2012-02-21 13:54  Sandro Santilli <strk at keybit.net>
 
-	* Draft an lwgeom_from_gml function (#1591)
+	* [r9246] Draft an lwgeom_from_gml function (#1591)
 	  
 	  Can't be moved all to liblwgeom due to use of spatial_ref_sys
 
-2012-02-21 11:07  strk
+2012-02-21 11:07  Sandro Santilli <strk at keybit.net>
 
-	* Print SRID in decimal form, not hex (#1593)
+	* [r9245] Print SRID in decimal form, not hex (#1593)
 
-2012-02-21 10:57  strk
+2012-02-21 10:57  Sandro Santilli <strk at keybit.net>
 
-	* Update documentation about shp2pgsql -s/-g flag (#1524)
+	* [r9244] Update documentation about shp2pgsql -s/-g flag (#1524)
 
-2012-02-21 09:43  strk
+2012-02-21 09:43  Sandro Santilli <strk at keybit.net>
 
-	* Add an --extensions switch to run_test (#964)
+	* [r9243] Add an --extensions switch to run_test (#964)
 	  
 	  When passing that switch the install and uninstall of spatial db
 	  happens using the EXTENSION model. It's currently not run as part
@@ -8662,481 +9237,494 @@
 	  calls when both core and raster modules are installed (there's no
 	  way to separate them in the EXTENSION model).
 
-2012-02-21 09:07  strk
+2012-02-21 09:07  Sandro Santilli <strk at keybit.net>
 
-	* Put prepare/upgrade/uninstall operations in their own functions
+	* [r9242] Put prepare/upgrade/uninstall operations in their own
+	  functions
 
-2012-02-20 20:09  pracine
+2012-02-20 20:09  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* More work on ST_Resample and ST_Intersection
+	* [r9241] More work on ST_Resample and ST_Intersection
 
-2012-02-20 14:32  strk
+2012-02-20 14:32  Sandro Santilli <strk at keybit.net>
 
-	* Ignore generated extensions and java files
+	* [r9240] Ignore generated extensions and java files
 
-2012-02-20 13:28  strk
+2012-02-20 13:28  Sandro Santilli <strk at keybit.net>
 
-	* Do not printf from potgis library. Possibly fixes #1570
+	* [r9239] Do not printf from potgis library. Possibly fixes #1570
 
-2012-02-20 13:18  strk
+2012-02-20 13:18  Sandro Santilli <strk at keybit.net>
 
-	* Ignore generated java/jdbc/Makefile
+	* [r9238] Ignore generated java/jdbc/Makefile
 
-2012-02-20 13:16  strk
+2012-02-20 13:16  Sandro Santilli <strk at keybit.net>
 
-	* Escape single quotes in param list when generating raster
+	* [r9237] Escape single quotes in param list when generating raster
 	  comments
 	  
 	  Closes ticket #1588
 
-2012-02-20 12:52  strk
+2012-02-20 12:52  Sandro Santilli <strk at keybit.net>
 
-	* Ant rules to excecute maven by Maria Arias de Reyna (#1437)
+	* [r9236] Ant rules to excecute maven by Maria Arias de Reyna
+	  (#1437)
 	  
 	  Also simplify java Makefile to be simple proxies of ant
 
-2012-02-20 10:52  strk
+2012-02-20 10:52  Sandro Santilli <strk at keybit.net>
 
-	* Update face MBR on edge change (#1587)
+	* [r9235] Update face MBR on edge change (#1587)
 
-2012-02-20 10:19  strk
+2012-02-20 10:19  Sandro Santilli <strk at keybit.net>
 
-	* Enhance documentation for ST_ChangeEdgeGeom
+	* [r9234] Enhance documentation for ST_ChangeEdgeGeom
 
-2012-02-17 23:41  robe
+2012-02-17 23:41  Regina Obe <lr at pcorp.us>
 
-	* Link to my office base article on how to display postgis rasters
-	  in base reports.
+	* [r9233] Link to my office base article on how to display postgis
+	  rasters in base reports.
 
-2012-02-17 22:23  pracine
+2012-02-17 22:23  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Rewrote the ST_Rescale documentation.
+	* [r9232] Rewrote the ST_Rescale documentation.
 
-2012-02-17 22:00  pramsey
+2012-02-17 22:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* This works but it makes estimated extent case sensitive both ways
-	  (no weaseling out and giving upper case versions of lower case
-	  tables) (#1585)
+	* [r9230] This works but it makes estimated extent case sensitive
+	  both ways (no weaseling out and giving upper case versions of
+	  lower case tables) (#1585)
 
-2012-02-17 20:52  pracine
+2012-02-17 20:52  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Ticket #1536. First revision of st_intersection(). Removal of the
-	  extent parameter and first documentation.
+	* [r9229] Ticket #1536. First revision of st_intersection().
+	  Removal of the extent parameter and first documentation.
 
-2012-02-17 18:29  strk
+2012-02-17 18:29  Sandro Santilli <strk at keybit.net>
 
-	* Check edge disposition around endnodes (#1571)
+	* [r9228] Check edge disposition around endnodes (#1571)
 	  
 	  Includes a couple new testcases, for closed and non-closed edges
 	  changing disposition around their end nodes.
 
-2012-02-17 18:28  pracine
+2012-02-17 18:28  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Many more small typo fixes...
+	* [r9227] Many more small typo fixes...
 
-2012-02-17 15:11  strk
+2012-02-17 15:11  Sandro Santilli <strk at keybit.net>
 
-	* Rework edge motion range construction (#1571)
+	* [r9226] Rework edge motion range construction (#1571)
 	  
 	  Includes a new testcase which was failing before this change
 
-2012-02-17 14:03  strk
+2012-02-17 14:03  Sandro Santilli <strk at keybit.net>
 
-	* Add another test for ST_ChangeEdgeGeom
+	* [r9225] Add another test for ST_ChangeEdgeGeom
 
-2012-02-17 13:46  strk
+2012-02-17 13:46  Sandro Santilli <strk at keybit.net>
 
-	* Handle some (not all) cases of non-isomorphic edge changes
-	  (#1571)
+	* [r9224] Handle some (not all) cases of non-isomorphic edge
+	  changes (#1571)
 	  
 	  The problem is much harder than it looks ...
 
-2012-02-17 08:39  strk
+2012-02-17 08:39  Sandro Santilli <strk at keybit.net>
 
-	* Add test numbers to ST_ChangeEdgeGeom regression cases
+	* [r9223] Add test numbers to ST_ChangeEdgeGeom regression cases
 
-2012-02-17 08:39  strk
+2012-02-17 08:39  Sandro Santilli <strk at keybit.net>
 
-	* Ignore utils/postgis_restore.pl (now generated)
+	* [r9222] Ignore utils/postgis_restore.pl (now generated)
 
-2012-02-16 17:45  strk
+2012-02-16 17:45  Sandro Santilli <strk at keybit.net>
 
-	* Update comment, hopefully clearer now
+	* [r9221] Update comment, hopefully clearer now
 
-2012-02-16 15:49  pracine
+2012-02-16 15:49  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Fixed a number of small problem. Capitalized x and y.
+	* [r9220] Fixed a number of small problem. Capitalized x and y.
 
-2012-02-16 10:25  strk
+2012-02-16 10:25  Sandro Santilli <strk at keybit.net>
 
-	* Add a topology.GetNodeEdges function
+	* [r9219] Add a topology.GetNodeEdges function
 	  
 	  This function is a fundamental topological primitive to do things
 	  like SQL-based poligonization.
 
-2012-02-16 08:49  strk
+2012-02-16 08:49  Sandro Santilli <strk at keybit.net>
 
-	* Ignore postgis_svn_revision.h
+	* [r9218] Ignore postgis_svn_revision.h
 
-2012-02-16 08:08  strk
+2012-02-16 08:08  Sandro Santilli <strk at keybit.net>
 
-	* Set availability of ST_ChangeEdgeGeom
+	* [r9217] Set availability of ST_ChangeEdgeGeom
 
-2012-02-16 08:08  strk
+2012-02-16 08:08  Sandro Santilli <strk at keybit.net>
 
-	* Fix cross reference
+	* [r9216] Fix cross reference
 
-2012-02-16 00:28  pramsey
+2012-02-16 00:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove now-obsolete TODO comment
+	* [r9215] Remove now-obsolete TODO comment
 
-2012-02-16 00:25  pramsey
+2012-02-16 00:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Prepare for Proj4.8 with spheroid info handling
+	* [r9214] Prepare for Proj4.8 with spheroid info handling
 
-2012-02-15 23:25  pramsey
+2012-02-15 23:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add generated files to svn:ignore
+	* [r9213] Add generated files to svn:ignore
 
-2012-02-15 22:45  pramsey
+2012-02-15 22:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* jdbc: org.postgis.Point.equals() is not reflexive (#1313)
+	* [r9211] jdbc: org.postgis.Point.equals() is not reflexive (#1313)
 
-2012-02-15 22:34  pramsey
+2012-02-15 22:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix XML typo
+	* [r9209] Fix XML typo
 
-2012-02-15 22:27  pramsey
+2012-02-15 22:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Negative distance argument to ST_Buffer not documented (#1535)
+	* [r9208] Negative distance argument to ST_Buffer not documented
+	  (#1535)
 
-2012-02-15 21:56  pramsey
+2012-02-15 21:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* shp2pgsql: a switch to drop M from 4d imports (#900)
+	* [r9205] shp2pgsql: a switch to drop M from 4d imports (#900)
 
-2012-02-15 21:37  pramsey
+2012-02-15 21:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* shp2pgsql: a switch to drop M from 4d imports (#900)
+	* [r9204] shp2pgsql: a switch to drop M from 4d imports (#900)
 
-2012-02-15 21:23  pracine
+2012-02-15 21:23  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Updated the version returned by the PostGIS_Raster_Lib_Version()
-	  example.
+	* [r9203] Updated the version returned by the
+	  PostGIS_Raster_Lib_Version() example.
 
-2012-02-15 21:18  pracine
+2012-02-15 21:18  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Removed some garbage.
+	* [r9202] Removed some garbage.
 
-2012-02-15 21:12  pramsey
+2012-02-15 21:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove fugitive EOL white space
+	* [r9201] Remove fugitive EOL white space
 
-2012-02-15 20:58  pramsey
+2012-02-15 20:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add minor version upgradeable
+	* [r9200] Add minor version upgradeable
 
-2012-02-15 20:57  pramsey
+2012-02-15 20:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Push trunk version forward
+	* [r9198] Push trunk version forward
 
-2012-02-15 20:55  pramsey
+2012-02-15 20:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update meta for alpha5
+	* [r9196] Update meta for alpha5
 
-2012-02-15 19:28  pracine
+2012-02-15 19:28  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Fix for #1576 & #1569. ST_Clip now works on multiband rasters and
-	  accept an array of nodata values.
+	* [r9195] Fix for #1576 & #1569. ST_Clip now works on multiband
+	  rasters and accept an array of nodata values.
 
-2012-02-15 15:59  strk
+2012-02-15 15:59  Sandro Santilli <strk at keybit.net>
 
-	* Do not take PROJ4 errno value as a sign of error (#1580)
+	* [r9194] Do not take PROJ4 errno value as a sign of error (#1580)
 
-2012-02-15 11:00  strk
+2012-02-15 11:00  Sandro Santilli <strk at keybit.net>
 
-	* dd support for fetching SVN revision from pure-git clones (#1579)
+	* [r9193] dd support for fetching SVN revision from pure-git clones
+	  (#1579)
 
-2012-02-14 22:21  robe
+2012-02-14 22:21  Regina Obe <lr at pcorp.us>
 
-	* Example of how to use only psql to output a raster image.
+	* [r9192] Example of how to use only psql to output a raster image.
 
-2012-02-14 17:57  strk
+2012-02-14 17:57  Sandro Santilli <strk at keybit.net>
 
-	* Fix crash with empty polygons in P-I-P tests (#1578)
+	* [r9191] Fix crash with empty polygons in P-I-P tests (#1578)
 
-2012-02-14 17:54  robe
+2012-02-14 17:54  Regina Obe <lr at pcorp.us>
 
-	* #1494: documentation of new census tract loader and get_tract
-	  functions.
+	* [r9190] #1494: documentation of new census tract loader and
+	  get_tract functions.
 
-2012-02-14 17:53  robe
+2012-02-14 17:53  Regina Obe <lr at pcorp.us>
 
-	* #1494: done with programming need to finish documenting and
-	  regress test.
+	* [r9189] #1494: done with programming need to finish documenting
+	  and regress test.
 
-2012-02-14 17:47  dustymugs
+2012-02-14 17:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Readded rt_clip regression test.
+	* [r9188] Readded rt_clip regression test.
 
-2012-02-14 17:29  dustymugs
+2012-02-14 17:29  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed handling of negative X-scale or positive Y-scale in
+	* [r9187] Fixed handling of negative X-scale or positive Y-scale in
 	  rt_raster_gdal_rasterize(). Ticket is #1574.
 
-2012-02-14 17:15  strk
+2012-02-14 17:15  Sandro Santilli <strk at keybit.net>
 
-	* We don't use a profiler anymore
+	* [r9186] We don't use a profiler anymore
 
-2012-02-14 17:00  dzwarg
+2012-02-14 17:00  David Zwarg <dzwarg at azavea.com>
 
-	* Reverting changes that optimize ST_MapAlgebraExpr. Re-advertise x
-	  and y parameters as int32. Reverts changes from r9137, closes
-	  #1557.
+	* [r9185] Reverting changes that optimize ST_MapAlgebraExpr.
+	  Re-advertise x and y parameters as int32. Reverts changes from
+	  r9137, closes #1557.
 
-2012-02-14 13:31  strk
+2012-02-14 13:31  Sandro Santilli <strk at keybit.net>
 
-	* Make one-point lines convertible to GEOS, see #1543
+	* [r9184] Make one-point lines convertible to GEOS, see #1543
 
-2012-02-13 22:46  pracine
+2012-02-13 22:46  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Temporarily remove st_clip regress...
+	* [r9183] Temporarily remove st_clip regress...
 
-2012-02-13 22:02  pramsey
+2012-02-13 22:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Configured without raster still tries to make
+	* [r9182] Configured without raster still tries to make
 	  raster/rt_pg/rtpostgis.sql (#1575) only try to build extensions
 	  if we have both raster and topology as well as pgsql 9.1
 
-2012-02-13 21:58  pracine
+2012-02-13 21:58  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Closing ticket #597. Added regression tests for ST_Clip. More
-	  tests to come when fixing #1576.
+	* [r9181] Closing ticket #597. Added regression tests for ST_Clip.
+	  More tests to come when fixing #1576.
 
-2012-02-13 21:25  strk
+2012-02-13 21:25  Sandro Santilli <strk at keybit.net>
 
-	* Encode dependency of topology comments and cheatsheet
+	* [r9180] Encode dependency of topology comments and cheatsheet
 	  
 	  Same should be done for raster and tiger...
 
-2012-02-13 20:44  strk
+2012-02-13 20:44  Sandro Santilli <strk at keybit.net>
 
-	* Fix documentation of GetRingEdges
+	* [r9179] Fix documentation of GetRingEdges
 
-2012-02-13 20:44  strk
+2012-02-13 20:44  Sandro Santilli <strk at keybit.net>
 
-	* Install topology comments too, when regressing topology
+	* [r9178] Install topology comments too, when regressing topology
 
-2012-02-13 20:44  strk
+2012-02-13 20:44  Sandro Santilli <strk at keybit.net>
 
-	* Install topology_comments.sql as well
+	* [r9177] Install topology_comments.sql as well
 
-2012-02-13 18:28  pracine
+2012-02-13 18:28  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Fix for ticket #1572. ST_PixelAsPolygons() return NULL values
-	  when the requested band or no band exist.
+	* [r9176] Fix for ticket #1572. ST_PixelAsPolygons() return NULL
+	  values when the requested band or no band exist.
 
-2012-02-13 18:06  strk
+2012-02-13 18:06  Sandro Santilli <strk at keybit.net>
 
-	* Allow retaining all custom spatial_ref_sys entries, even clashing
+	* [r9175] Allow retaining all custom spatial_ref_sys entries, even
+	  clashing
 	  
 	  Update manual accordingly (hard upgrade procedure)
 
-2012-02-13 17:47  strk
+2012-02-13 17:47  Sandro Santilli <strk at keybit.net>
 
-	* Fix regexp renaming srid enforcement check
+	* [r9174] Fix regexp renaming srid enforcement check
 
-2012-02-13 17:01  strk
+2012-02-13 17:01  Sandro Santilli <strk at keybit.net>
 
-	* Add a note about handling of out-of-range SRIDs on hard upgrade
+	* [r9173] Add a note about handling of out-of-range SRIDs on hard
+	  upgrade
 
-2012-02-13 16:29  strk
+2012-02-13 16:29  Sandro Santilli <strk at keybit.net>
 
-	* Accept more feature type names from AddTopoGeometryColumn (#1470)
+	* [r9172] Accept more feature type names from AddTopoGeometryColumn
+	  (#1470)
 	  
 	  With this commit you can pass return of ST_GeometryType or
 	  return GeometryType as input to the function.
 
-2012-02-13 16:11  strk
+2012-02-13 16:11  Sandro Santilli <strk at keybit.net>
 
-	* More VOLATILE -> STRICT (#955). Let's call it completed.
+	* [r9171] More VOLATILE -> STRICT (#955). Let's call it completed.
 
-2012-02-13 16:04  strk
+2012-02-13 16:04  Sandro Santilli <strk at keybit.net>
 
-	* Some VOLATILE functions turned to STABLE (#955)
+	* [r9170] Some VOLATILE functions turned to STABLE (#955)
 	  
 	  A noticeable exception is the Geometry(TopoGeometry) cast which
 	  triggers a regression when made STABLE.
 
-2012-02-13 15:43  pracine
+2012-02-13 15:43  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Fix regression broken by the limit imposed to SRID < 999999.
-	  Anyway the srid provided was not the right one. Changed from 4269
-	  to 26919.
+	* [r9169] Fix regression broken by the limit imposed to SRID <
+	  999999. Anyway the srid provided was not the right one. Changed
+	  from 4269 to 26919.
 
-2012-02-13 15:12  robe
+2012-02-13 15:12  Regina Obe <lr at pcorp.us>
 
-	* #1494 - ability to load census tract, block group, tabblock - boy
-	  did I screw this one. Should be all fixed now and tested (loading
-	  part), still need to write the function, but that's the easy part
+	* [r9168] #1494 - ability to load census tract, block group,
+	  tabblock - boy did I screw this one. Should be all fixed now and
+	  tested (loading part), still need to write the function, but
+	  that's the easy part
 
-2012-02-13 14:48  strk
+2012-02-13 14:48  Sandro Santilli <strk at keybit.net>
 
-	* Move SRID max and user-max definitions to configure.ac
+	* [r9167] Move SRID max and user-max definitions to configure.ac
 	  
 	  This should help keeping postgis_restore.pl and core in sync
 	  wrt SRID ranges.
 
-2012-02-13 14:17  strk
+2012-02-13 14:17  Sandro Santilli <strk at keybit.net>
 
-	* Refine user feedback about SRID conversion and reserved zones
+	* [r9166] Refine user feedback about SRID conversion and reserved
+	  zones
 
-2012-02-13 11:25  strk
+2012-02-13 11:25  Sandro Santilli <strk at keybit.net>
 
-	* Drop (SRF()).* constructs (#956)
+	* [r9165] Drop (SRF()).* constructs (#956)
 
-2012-02-13 10:58  strk
+2012-02-13 10:58  Sandro Santilli <strk at keybit.net>
 
-	* Have regress install comments adn throw an error on failure
-	  (#1532)
+	* [r9164] Have regress install comments adn throw an error on
+	  failure (#1532)
 
-2012-02-13 10:58  strk
+2012-02-13 10:58  Sandro Santilli <strk at keybit.net>
 
-	* Have staged-install install comments when possible (#1532)
+	* [r9163] Have staged-install install comments when possible
+	  (#1532)
 
-2012-02-13 10:16  strk
+2012-02-13 10:16  Sandro Santilli <strk at keybit.net>
 
-	* Report svn revision
+	* [r9162] Report svn revision
 
-2012-02-13 10:16  strk
+2012-02-13 10:16  Sandro Santilli <strk at keybit.net>
 
-	* Encode postgis_svn_revision dependency
+	* [r9161] Encode postgis_svn_revision dependency
 
-2012-02-13 10:00  strk
+2012-02-13 10:00  Sandro Santilli <strk at keybit.net>
 
-	* Cleanup postgis_svn_revision.h makefile rule (PHONY)
+	* [r9160] Cleanup postgis_svn_revision.h makefile rule (PHONY)
 
-2012-02-13 09:58  strk
+2012-02-13 09:58  Sandro Santilli <strk at keybit.net>
 
-	* Do not override postgis_svn_revision.h if revision didn't change
+	* [r9159] Do not override postgis_svn_revision.h if revision didn't
+	  change
 
-2012-02-13 09:15  strk
+2012-02-13 09:15  Sandro Santilli <strk at keybit.net>
 
-	* Add support for fetching SVN revision from local git-svn
+	* [r9158] Add support for fetching SVN revision from local git-svn
 	  repository
 
-2012-02-11 21:17  strk
+2012-02-11 21:17  Sandro Santilli <strk at keybit.net>
 
-	* It's "svn", not "svnn". And a TODO item...
+	* [r9157] It's "svn", not "svnn". And a TODO item...
 
-2012-02-11 16:08  pramsey
+2012-02-11 16:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix regression in OSX (-0 vs 0)
+	* [r9156] Fix regression in OSX (-0 vs 0)
 
-2012-02-11 05:14  pramsey
+2012-02-11 05:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Report SVN revision in PostGIS_Full_Version (#1518)
+	* [r9155] Report SVN revision in PostGIS_Full_Version (#1518)
 
-2012-02-10 23:33  dustymugs
+2012-02-10 23:33  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added checks of SRID to make sure that SRIDs are within the
-	  permitted range. Ticket is #1568.
+	* [r9154] Added checks of SRID to make sure that SRIDs are within
+	  the permitted range. Ticket is #1568.
 
-2012-02-10 22:42  pracine
+2012-02-10 22:42  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* ST_Clip returns all bands when no band is specified.
+	* [r9153] ST_Clip returns all bands when no band is specified.
 
-2012-02-10 22:36  pracine
+2012-02-10 22:36  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Fix for ticket #1569. ST_Clip variants defaulting to band 1
-	  should default to NULL so that they return all bands.
+	* [r9152] Fix for ticket #1569. ST_Clip variants defaulting to band
+	  1 should default to NULL so that they return all bands.
 
-2012-02-10 20:21  pramsey
+2012-02-10 20:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Back out SVN generation stuff.
+	* [r9151] Back out SVN generation stuff.
 
-2012-02-10 19:55  pramsey
+2012-02-10 19:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Try to fail better on SVN snatching...
+	* [r9150] Try to fail better on SVN snatching...
 
-2012-02-10 19:49  pramsey
+2012-02-10 19:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Report SVN revision in PostGIS_Full_Version (#1518)
+	* [r9149] Report SVN revision in PostGIS_Full_Version (#1518)
 
-2012-02-10 18:46  pracine
+2012-02-10 18:46  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* ST_PixelAsPolygon() does not have a band parameter anymore.
+	* [r9148] ST_PixelAsPolygon() does not have a band parameter
+	  anymore.
 
-2012-02-10 18:38  robe
+2012-02-10 18:38  Regina Obe <lr at pcorp.us>
 
-	* #1494: move parent table creation to a function so logic is in
-	  single place, add a new census_loader.sql script with census
-	  specific load logic, revise create and update scripts to load the
-	  new census logic and create tables if not present. Still need to
-	  test and write a function to return census info given a point
-	  before can mark this as done.
+	* [r9147] #1494: move parent table creation to a function so logic
+	  is in single place, add a new census_loader.sql script with
+	  census specific load logic, revise create and update scripts to
+	  load the new census logic and create tables if not present. Still
+	  need to test and write a function to return census info given a
+	  point before can mark this as done.
 
-2012-02-10 17:05  pracine
+2012-02-10 17:05  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Have perl to backup the file before editing. 'make check' is
-	  failing on Windows 7 without that.
+	* [r9146] Have perl to backup the file before editing. 'make check'
+	  is failing on Windows 7 without that.
 	  
 	  See
 	  http://postgis.refractions.net/pipermail/postgis-devel/2012-February/018482.html
 
-2012-02-10 16:53  strk
+2012-02-10 16:53  Sandro Santilli <strk at keybit.net>
 
-	* Clamp SRID valuesu > SRID_MAXIMUM to fall in the reserved range
-	  (#1505)
+	* [r9145] Clamp SRID valuesu > SRID_MAXIMUM to fall in the reserved
+	  range (#1505)
 	  
 	  The reserved range is SRID_USER_MAXIMUM+1 to SRID_MAXIMUM.
 	  Core takes care of typmod clamping, postgis_restore.pl takes care
 	  of clamping table definition and spatial_ref_sys entries.
 
-2012-02-10 16:53  strk
+2012-02-10 16:53  Sandro Santilli <strk at keybit.net>
 
-	* Add SRID_USER_MXIMUM define
+	* [r9144] Add SRID_USER_MXIMUM define
 
-2012-02-10 16:18  pramsey
+2012-02-10 16:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix syntax error in MS example
+	* [r9143] Fix syntax error in MS example
 
-2012-02-10 09:19  strk
+2012-02-10 09:19  Sandro Santilli <strk at keybit.net>
 
-	* Drop the now-generated Makefile on distclean, and ignore it
+	* [r9141] Drop the now-generated Makefile on distclean, and ignore
+	  it
 
-2012-02-10 09:16  strk
+2012-02-10 09:16  Sandro Santilli <strk at keybit.net>
 
-	* Fix builds --without-topology (#1565)
+	* [r9140] Fix builds --without-topology (#1565)
 
-2012-02-10 01:21  robe
+2012-02-10 01:21  Regina Obe <lr at pcorp.us>
 
-	* #1564 fix typo in cat call preventing other files from being
-	  concatenated
+	* [r9139] #1564 fix typo in cat call preventing other files from
+	  being concatenated
 
-2012-02-09 23:02  robe
+2012-02-09 23:02  Regina Obe <lr at pcorp.us>
 
-	* #1563: remove raster_columns view from extension so it can be
-	  dropped without complaint.
+	* [r9138] #1563: remove raster_columns view from extension so it
+	  can be dropped without complaint.
 
-2012-02-09 20:12  dzwarg
+2012-02-09 20:12  David Zwarg <dzwarg at azavea.com>
 
-	* Performance improvement by keeping x and y pixel coordinates as
-	  floats.
+	* [r9137] Performance improvement by keeping x and y pixel
+	  coordinates as floats.
 
-2012-02-09 19:19  strk
+2012-02-09 19:19  Sandro Santilli <strk at keybit.net>
 
-	* Actually save Grand Unified Geom Cache rather than just building
-	  it
+	* [r9136] Actually save Grand Unified Geom Cache rather than just
+	  building it
 	  
 	  Fixes #547
 
-2012-02-09 17:16  strk
+2012-02-09 17:16  Sandro Santilli <strk at keybit.net>
 
-	* More postgis_config.h inclusion removal from headers
+	* [r9135] More postgis_config.h inclusion removal from headers
 
-2012-02-09 17:00  strk
+2012-02-09 17:00  Sandro Santilli <strk at keybit.net>
 
-	* Drop postgis_config.h include from lwgeom_pg.h header.
+	* [r9134] Drop postgis_config.h include from lwgeom_pg.h header.
 	  
 	  Generally, package config files should _not_ be included
 	  by package headers. In this specific case the aim is overriding
@@ -9147,469 +9735,487 @@
 	  two files which were missing it (used git history to figure
 	  assignments)
 
-2012-02-09 17:00  strk
+2012-02-09 17:00  Sandro Santilli <strk at keybit.net>
 
-	* Fix header guard of pgsql_compat.h and drop the duplicate
+	* [r9133] Fix header guard of pgsql_compat.h and drop the duplicate
 
-2012-02-09 10:49  robe
+2012-02-09 10:49  Regina Obe <lr at pcorp.us>
 
-	* Hmm double added a file -- #1563 which was causing the can't drop
-	  because postgis extension depends on it error
+	* [r9132] Hmm double added a file -- #1563 which was causing the
+	  can't drop because postgis extension depends on it error
 
-2012-02-09 10:10  strk
+2012-02-09 10:10  Sandro Santilli <strk at keybit.net>
 
-	* Forward distclean to extensions subdirs
+	* [r9131] Forward distclean to extensions subdirs
 
-2012-02-09 02:34  pramsey
+2012-02-09 02:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Don't delete the comments.
+	* [r9130] Don't delete the comments.
 
-2012-02-09 01:54  robe
+2012-02-09 01:54  Regina Obe <lr at pcorp.us>
 
-	* #1562 replace string with text
+	* [r9129] #1562 replace string with text
 
-2012-02-09 00:42  pramsey
+2012-02-09 00:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More verbose message, per DFuhriman
+	* [r9128] More verbose message, per DFuhriman
 
-2012-02-09 00:37  pramsey
+2012-02-09 00:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Invalid geography polygons: BOOM! Could not generate outside
-	  point! (#1046)
+	* [r9127] Invalid geography polygons: BOOM! Could not generate
+	  outside point! (#1046)
 
-2012-02-09 00:27  dzwarg
+2012-02-09 00:27  David Zwarg <dzwarg at azavea.com>
 
-	* Fixed bug where PG_DETOAST_DATUM args were incorrect.
+	* [r9126] Fixed bug where PG_DETOAST_DATUM args were incorrect.
 
-2012-02-09 00:18  dzwarg
+2012-02-09 00:18  David Zwarg <dzwarg at azavea.com>
 
-	* Changed DATUM_SLICE to DATUM in setGeotransform.
+	* [r9125] Changed DATUM_SLICE to DATUM in setGeotransform.
 
-2012-02-08 23:59  dzwarg
+2012-02-08 23:59  David Zwarg <dzwarg at azavea.com>
 
-	* Added documentation for raster processing builtin functions:
-	  st_min4ma, st_max4ma, st_mean4ma, st_sum4ma, st_range4ma,
-	  st_distinct4ma, st_stddev4ma.
+	* [r9124] Added documentation for raster processing builtin
+	  functions: st_min4ma, st_max4ma, st_mean4ma, st_sum4ma,
+	  st_range4ma, st_distinct4ma, st_stddev4ma.
 
-2012-02-08 23:01  pramsey
+2012-02-08 23:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change from scripts-based script versions to repository based
-	  versions. Should also be more robust? ha ha ha. (#1282)
+	* [r9123] Change from scripts-based script versions to repository
+	  based versions. Should also be more robust? ha ha ha. (#1282)
 
-2012-02-08 22:44  pramsey
+2012-02-08 22:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make the scripts version get read again.
+	* [r9122] Make the scripts version get read again.
 
-2012-02-08 21:58  dustymugs
+2012-02-08 21:58  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fix to correct building of testapi in MinGW. Ticket is #1560.
+	* [r9121] Fix to correct building of testapi in MinGW. Ticket is
+	  #1560.
 
-2012-02-08 21:31  dzwarg
+2012-02-08 21:31  David Zwarg <dzwarg at azavea.com>
 
-	* Do not allocate inside of 1 raster mapalgebra loop for datum
-	  values and nulls.
+	* [r9120] Do not allocate inside of 1 raster mapalgebra loop for
+	  datum values and nulls.
 
-2012-02-08 21:29  pramsey
+2012-02-08 21:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ./configure still display the old raster version number (#1599)
+	* [r9119] ./configure still display the old raster version number
+	  (#1599)
 
-2012-02-08 21:20  dustymugs
+2012-02-08 21:20  Bborie Park <bkpark at ucdavis.edu>
 
-	* Instead of dynamically allocating space for variables "values"
-	  and "nulls" with each pixel, just initialize both to the max
-	  possible # of elements. Done for 2-raster ST_MapAlgebraExpr
+	* [r9118] Instead of dynamically allocating space for variables
+	  "values" and "nulls" with each pixel, just initialize both to the
+	  max possible # of elements. Done for 2-raster ST_MapAlgebraExpr
 
-2012-02-08 21:08  dustymugs
+2012-02-08 21:08  Bborie Park <bkpark at ucdavis.edu>
 
-	* Remove deleted function signature for ST_PixelAsPolygon. Ticket
-	  is #1529
+	* [r9117] Remove deleted function signature for ST_PixelAsPolygon.
+	  Ticket is #1529
 
-2012-02-08 21:08  pramsey
+2012-02-08 21:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* test for termios.h in case we want to do password prompting in
-	  the future
+	* [r9116] test for termios.h in case we want to do password
+	  prompting in the future
 
-2012-02-08 21:04  dustymugs
+2012-02-08 21:04  Bborie Park <bkpark at ucdavis.edu>
 
-	* Values for [rast1.x], [rast1.y], [rast2.x] and [rast2.y] should
-	  be INT4 instead of FLOAT8. Ticket is #1557
+	* [r9115] Values for [rast1.x], [rast1.y], [rast2.x] and [rast2.y]
+	  should be INT4 instead of FLOAT8. Ticket is #1557
 
-2012-02-08 21:03  dzwarg
+2012-02-08 21:03  David Zwarg <dzwarg at azavea.com>
 
-	* Removed geotransform type. Fixed rounding, so Hudson will be my
-	  friend in raster regression tests.
+	* [r9114] Removed geotransform type. Fixed rounding, so Hudson will
+	  be my friend in raster regression tests.
 
-2012-02-08 20:51  strk
+2012-02-08 20:51  Sandro Santilli <strk at keybit.net>
 
-	* do not heap-allocate SPI arg types
+	* [r9113] do not heap-allocate SPI arg types
 
-2012-02-08 20:33  strk
+2012-02-08 20:33  Sandro Santilli <strk at keybit.net>
 
-	* ST_MapAlgebraExpr: advertise X and Y params as integers (#1557)
+	* [r9112] ST_MapAlgebraExpr: advertise X and Y params as integers
+	  (#1557)
 	  
 	  Also stop doing 3 string matches per pixel for no reason
 
-2012-02-08 19:44  dzwarg
+2012-02-08 19:44  David Zwarg <dzwarg at azavea.com>
 
-	* Added documentation for 1 and 2 raster map algebra user callback
-	  function documentation for pixel position array parameter to
-	  userfunc. #1525
+	* [r9111] Added documentation for 1 and 2 raster map algebra user
+	  callback function documentation for pixel position array
+	  parameter to userfunc. #1525
 
-2012-02-08 19:09  pramsey
+2012-02-08 19:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Handle French svn?
+	* [r9110] Handle French svn?
 
-2012-02-08 19:04  dzwarg
+2012-02-08 19:04  David Zwarg <dzwarg at azavea.com>
 
-	* Added geotransform methods and correction to basis vectors during
-	  raster rotation. #1353
+	* [r9109] Added geotransform methods and correction to basis
+	  vectors during raster rotation. #1353
 
-2012-02-08 18:51  pramsey
+2012-02-08 18:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Stop relying on private projects.h PROJ header (#1541)
+	* [r9108] Stop relying on private projects.h PROJ header (#1541)
 
-2012-02-08 17:39  pramsey
+2012-02-08 17:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add missing target
+	* [r9107] Add missing target
 
-2012-02-08 17:36  pramsey
+2012-02-08 17:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Push forward version numbers
+	* [r9105] Push forward version numbers
 
-2012-02-08 17:33  pramsey
+2012-02-08 17:33  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Commit in preparation for 2.0.0alpha4
+	* [r9102] Commit in preparation for 2.0.0alpha4
 
-2012-02-08 17:23  dzwarg
+2012-02-08 17:23  David Zwarg <dzwarg at azavea.com>
 
-	* Added ST_StdDev4ma raster neighborhood processing function. #1318
+	* [r9101] Added ST_StdDev4ma raster neighborhood processing
+	  function. #1318
 
-2012-02-08 17:19  pramsey
+2012-02-08 17:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* 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
+	* [r9100] 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  dustymugs
+2012-02-08 16:44  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor debug message tweak
+	* [r9099] Minor debug message tweak
 
-2012-02-08 16:11  dustymugs
+2012-02-08 16:11  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added regression tests for raster2pgsql loader. Ticket is #1388
+	* [r9098] Added regression tests for raster2pgsql loader. Ticket is
+	  #1388
 
-2012-02-08 15:17  colivier
+2012-02-08 15:17  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Bugfixes related to #1552, and somehow to #665. Thanks to Sandro
-	  for report and valgrind stuff !
+	* [r9097] Bugfixes related to #1552, and somehow to #665. Thanks to
+	  Sandro for report and valgrind stuff !
 
-2012-02-08 10:06  strk
+2012-02-08 10:06  Sandro Santilli <strk at keybit.net>
 
-	* Document topology.GetRingEdges (#959)
+	* [r9096] Document topology.GetRingEdges (#959)
 
-2012-02-08 09:36  strk
+2012-02-08 09:36  Sandro Santilli <strk at keybit.net>
 
-	* Do not release serialized input until output is deserialized
+	* [r9095] 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  pramsey
+2012-02-08 06:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* configure_json.patch (#1539) from Evan Roualt
+	* [r9094] configure_json.patch (#1539) from Evan Roualt
 
-2012-02-08 05:29  colivier
+2012-02-08 05:29  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* restore (at least) tin_geom and psurface_geom unit tests call.
-	  Related to #665
+	* [r9093] restore (at least) tin_geom and psurface_geom unit tests
+	  call. Related to #665
 
-2012-02-08 05:23  colivier
+2012-02-08 05:23  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix BBOX handling in serialization. Still related to #665
+	* [r9092] Fix BBOX handling in serialization. Still related to #665
 
-2012-02-08 04:36  colivier
+2012-02-08 04:36  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Change BBOX double to float in serialization. Related to #665
+	* [r9091] Change BBOX double to float in serialization. Related to
+	  #665
 
-2012-02-08 00:43  dzwarg
+2012-02-08 00:43  David Zwarg <dzwarg at azavea.com>
 
-	* Added ST_Distinct4ma helper neighborhood processing function. See
-	  #1318
+	* [r9090] Added ST_Distinct4ma helper neighborhood processing
+	  function. See #1318
 
-2012-02-08 00:29  dzwarg
+2012-02-08 00:29  David Zwarg <dzwarg at azavea.com>
 
-	* Fixed typo in configure.ac
+	* [r9089] Fixed typo in configure.ac
 
-2012-02-08 00:23  pramsey
+2012-02-08 00:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* loader/Latin1 regression failure with database SQL_ASCII encoding
-	  (#1465) from Greg Troxel
+	* [r9088] loader/Latin1 regression failure with database SQL_ASCII
+	  encoding (#1465) from Greg Troxel
 
-2012-02-08 00:15  pramsey
+2012-02-08 00:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove another dying test
+	* [r9087] Remove another dying test
 
-2012-02-08 00:14  pramsey
+2012-02-08 00:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove failing test
+	* [r9086] Remove failing test
 
-2012-02-08 00:14  pramsey
+2012-02-08 00:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove dependency on svnrevision.h
+	* [r9085] Remove dependency on svnrevision.h
 
-2012-02-08 00:01  pramsey
+2012-02-08 00:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* docs-install uses bare cp (#1528) from Greg Troxel
+	* [r9084] docs-install uses bare cp (#1528) from Greg Troxel
 
-2012-02-07 23:51  pramsey
+2012-02-07 23:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ignore svnrevision.h
+	* [r9083] Ignore svnrevision.h
 
-2012-02-07 23:49  pramsey
+2012-02-07 23:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_MinimumBoundingCircle needs regression test (#1042)
+	* [r9082] ST_MinimumBoundingCircle needs regression test (#1042)
 
-2012-02-07 23:42  pramsey
+2012-02-07 23:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add a warning for lower numbers of GEOS
+	* [r9081] Add a warning for lower numbers of GEOS
 
-2012-02-07 23:37  colivier
+2012-02-07 23:37  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Still several bugfixes related to #665
+	* [r9080] Still several bugfixes related to #665
 
-2012-02-07 23:27  pramsey
+2012-02-07 23:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Force generation of an svnrevision.h file when building in a repo
-	  and the svn executable is available.
+	* [r9079] 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  pramsey
+2012-02-07 22:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add dzwarg
+	* [r9078] Add dzwarg
 
-2012-02-07 22:05  dustymugs
+2012-02-07 22:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* Clean up raster regression and move loader regression directory.
+	* [r9077] Clean up raster regression and move loader regression
+	  directory.
 
-2012-02-07 21:30  colivier
+2012-02-07 21:30  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Still bugfixes. Related to #665
+	* [r9076] Still bugfixes. Related to #665
 
-2012-02-07 21:14  pramsey
+2012-02-07 21:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Test non-empty new types in regress/wkb (#1477)
+	* [r9075] Test non-empty new types in regress/wkb (#1477)
 
-2012-02-07 21:04  colivier
+2012-02-07 21:04  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Restore surface cunit tests
+	* [r9074] Restore surface cunit tests
 
-2012-02-07 21:01  colivier
+2012-02-07 21:01  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix some bugfixes. Handle EMPTY use cases. Minor changes. Related
-	  to #665
+	* [r9073] Fix some bugfixes. Handle EMPTY use cases. Minor changes.
+	  Related to #665
 
-2012-02-07 19:42  pramsey
+2012-02-07 19:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* lwgeom_release (#699), reviewed all usage of lwgeom_release
+	* [r9072] 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  dustymugs
+2012-02-07 19:35  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor cleanup of parameter names of ST_Intersection(raster,
-	  geometry)
+	* [r9071] Minor cleanup of parameter names of
+	  ST_Intersection(raster, geometry)
 
-2012-02-07 19:25  dzwarg
+2012-02-07 19:25  David Zwarg <dzwarg at azavea.com>
 
-	* Added positional parameters to 1 raster version of
+	* [r9070] Added positional parameters to 1 raster version of
 	  ST_MapAlgebraFct. Closes #1525
 
-2012-02-07 18:40  pracine
+2012-02-07 18:40  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Added ST_TileAsGeom() returning only the extent of the planned
-	  tiles as polygons
+	* [r9069] Added ST_TileAsGeom() returning only the extent of the
+	  planned tiles as polygons
 
-2012-02-07 18:07  dzwarg
+2012-02-07 18:07  David Zwarg <dzwarg at azavea.com>
 
-	* Corrected clamped values in tests for ST_MapAlgebraExpr and
-	  ST_MapAlgebraFct.
+	* [r9068] Corrected clamped values in tests for ST_MapAlgebraExpr
+	  and ST_MapAlgebraFct.
 	  Implemented prepared statements in ST_MapAlgebraExpr.
 
-2012-02-07 17:23  pramsey
+2012-02-07 17:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Documentation URLs, visible whitespace, and minor touchups
-	  (#1548) from mwtoews
+	* [r9067] Documentation URLs, visible whitespace, and minor
+	  touchups (#1548) from mwtoews
 
-2012-02-07 17:07  pramsey
+2012-02-07 17:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Reorder the include flags, per Greg Troxel
+	* [r9066] Reorder the include flags, per Greg Troxel
 
-2012-02-07 15:47  pracine
+2012-02-07 15:47  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* First plpgsql prototype for ST_Tile(rast raster, width integer,
-	  height integer, padwithnodata boolean, nodatavalue double
-	  precision)
+	* [r9065] First plpgsql prototype for ST_Tile(rast raster, width
+	  integer, height integer, padwithnodata boolean, nodatavalue
+	  double precision)
 
-2012-02-07 13:12  mcayland
+2012-02-07 13:12  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix a couple of compiler warnings in shp2pgsql-gui caused by
-	  uninitialised variables.
+	* [r9064] Fix a couple of compiler warnings in shp2pgsql-gui caused
+	  by uninitialised variables.
 
-2012-02-07 10:14  strk
+2012-02-07 10:14  Sandro Santilli <strk at keybit.net>
 
-	* Allow changing a closed edge (but w/out fixing linking, see #892)
+	* [r9063] Allow changing a closed edge (but w/out fixing linking,
+	  see #892)
 
-2012-02-07 09:50  strk
+2012-02-07 09:50  Sandro Santilli <strk at keybit.net>
 
-	* Re-add install-sh in the repository to support libtool < 2.0
+	* [r9062] Re-add install-sh in the repository to support libtool <
+	  2.0
 
-2012-02-07 07:22  strk
+2012-02-07 07:22  Sandro Santilli <strk at keybit.net>
 
-	* Ignore install-sh
+	* [r9061] Ignore install-sh
 
-2012-02-07 07:20  strk
+2012-02-07 07:20  Sandro Santilli <strk at keybit.net>
 
-	* install-sh is generated by ./autogen.sh, needs not be in
+	* [r9060] install-sh is generated by ./autogen.sh, needs not be in
 	  repository
 
-2012-02-07 02:34  colivier
+2012-02-07 02:34  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* temp desactivation of surface unit test
+	* [r9059] temp desactivation of surface unit test
 
-2012-02-06 23:50  pramsey
+2012-02-06 23:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Whoops, slight error in the empty geometry handling fixed.
+	* [r9058] Whoops, slight error in the empty geometry handling
+	  fixed.
 
-2012-02-06 23:30  colivier
+2012-02-06 23:30  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Temp remove su_surface till everything fixed on it...
+	* [r9057] Temp remove su_surface till everything fixed on it...
 
-2012-02-06 23:25  pramsey
+2012-02-06 23:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Have ST_Union aggregate use UnaryUnion from GEOS-3.0.0 (#922)
+	* [r9056] Have ST_Union aggregate use UnaryUnion from GEOS-3.0.0
+	  (#922)
 
-2012-02-06 23:14  dustymugs
+2012-02-06 23:14  Bborie Park <bkpark at ucdavis.edu>
 
-	* Make sure new bands when added using ST_AddBand are correctly
-	  clamping NODATA values. Ticket is #1546.
+	* [r9055] Make sure new bands when added using ST_AddBand are
+	  correctly clamping NODATA values. Ticket is #1546.
 
-2012-02-06 21:32  pramsey
+2012-02-06 21:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove dead prototype
+	* [r9054] Remove dead prototype
 
-2012-02-06 21:15  colivier
+2012-02-06 21:15  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix a bug in tgeom_free, related to #665
+	* [r9053] Fix a bug in tgeom_free, related to #665
 
-2012-02-06 20:53  dustymugs
+2012-02-06 20:53  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added support to pass pixel positions of both rasters to user
-	  function in 2-raster ST_MapAlgebraFct. This provides similar
+	* [r9052] 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  pramsey
+2012-02-06 20:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change searched location of proj files when no proj variable
-	  (#1022)
+	* [r9051] Change searched location of proj files when no proj
+	  variable (#1022)
 
-2012-02-06 19:45  pramsey
+2012-02-06 19:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Quiet rm
+	* [r9050] Quiet rm
 
-2012-02-06 19:44  pramsey
+2012-02-06 19:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* quiet echo
+	* [r9049] quiet echo
 
-2012-02-06 19:33  pramsey
+2012-02-06 19:33  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Dummy up a check target
+	* [r9048] Dummy up a check target
 
-2012-02-06 19:32  pramsey
+2012-02-06 19:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move regres forward again
+	* [r9047] Move regres forward again
 
-2012-02-06 19:30  pramsey
+2012-02-06 19:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make exensions depend on comments, so also depend on xsltproc
+	* [r9046] Make exensions depend on comments, so also depend on
+	  xsltproc
 
-2012-02-06 19:13  pramsey
+2012-02-06 19:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Duplicate named case-insensitive XML refentry ids / HTML files
-	  (#1511)
+	* [r9045] Duplicate named case-insensitive XML refentry ids / HTML
+	  files (#1511)
 
-2012-02-06 19:01  pramsey
+2012-02-06 19:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* PostGIS extensions should build/install automatically if PostGIS
-	  is compiled against 9.1 (#1490)
+	* [r9044] PostGIS extensions should build/install automatically if
+	  PostGIS is compiled against 9.1 (#1490)
 
-2012-02-06 18:44  pramsey
+2012-02-06 18:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change how we calculate minor versions suitable for extension
-	  upgrade.
+	* [r9043] Change how we calculate minor versions suitable for
+	  extension upgrade.
 
-2012-02-06 18:36  dzwarg
+2012-02-06 18:36  David Zwarg <dzwarg at azavea.com>
 
-	* Checked connection to SPI manager in ST_MapAlgebraExpr
+	* [r9042] Checked connection to SPI manager in ST_MapAlgebraExpr
 
-2012-02-06 17:49  dzwarg
+2012-02-06 17:49  David Zwarg <dzwarg at azavea.com>
 
-	* Whitespace changes to _st_hillshade4ma
+	* [r9041] Whitespace changes to _st_hillshade4ma
 
-2012-02-06 17:26  dzwarg
+2012-02-06 17:26  David Zwarg <dzwarg at azavea.com>
 
-	* Reordered linking order for core regression tests. Follow up to
+	* [r9040] 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  strk
+2012-02-06 13:43  Sandro Santilli <strk at keybit.net>
 
-	* Tabs to spaces (2)
+	* [r9039] Tabs to spaces (2)
 
-2012-02-06 13:16  strk
+2012-02-06 13:16  Sandro Santilli <strk at keybit.net>
 
-	* Don't let ValidateTopology choke on invalid edges (#1544)
+	* [r9038] Don't let ValidateTopology choke on invalid edges (#1544)
 
-2012-02-06 03:20  pramsey
+2012-02-06 03:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* 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.
+	* [r9037] 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  pramsey
+2012-02-06 02:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Try out the pj_get_def() method of finding the spheroid
+	* [r9036] Try out the pj_get_def() method of finding the spheroid
 	  parameters, but: it doesn't work.
 
-2012-02-05 02:15  robe
+2012-02-05 02:15  Regina Obe <lr at pcorp.us>
 
-	* 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.
+	* [r9035] 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  mcayland
+2012-02-05 00:30  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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).
+	* [r9033] 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  mcayland
+2012-02-05 00:30  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix for #1540: Fix segfault in shp2pgsql-gui when no port is
-	  specified. Prevent dereferencing a NULL pointer if the string is
-	  empty.
+	* [r9032] 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  strk
+2012-02-04 17:53  Sandro Santilli <strk at keybit.net>
 
-	* Implemented new keywords for 1-raster ST_MapAlgebraExpr (#1525)
+	* [r9031] Implemented new keywords for 1-raster ST_MapAlgebraExpr
+	  (#1525)
 
-2012-02-04 02:36  mcayland
+2012-02-04 02:36  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix an issue in the shapefile GUI caused by saving the original
-	  shapefile name before processing.
+	* [r9030] 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
@@ -9619,603 +10225,624 @@
 	  the last iteration, and do it
 	  multiple times causing random crashes.
 
-2012-02-04 01:30  pramsey
+2012-02-04 01:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Geography should support SRIDs other than 4326 (#1538)
+	* [r9029] Geography should support SRIDs other than 4326 (#1538)
 
-2012-02-04 01:17  mcayland
+2012-02-04 01:17  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Alter the shapefile GUI so that multiple shapefiles can be
-	  selected in the import file chooser.
+	* [r9028] Alter the shapefile GUI so that multiple shapefiles can
+	  be selected in the import file chooser.
 
-2012-02-04 00:39  mcayland
+2012-02-04 00:39  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Add GUI support for the shp2pgsql -S (simple geometries) switch.
-	  This closes #660.
+	* [r9027] Add GUI support for the shp2pgsql -S (simple geometries)
+	  switch. This closes #660.
 
-2012-02-04 00:39  mcayland
+2012-02-04 00:39  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Update shapefile GUI "About" text and window title to reflect
-	  that it now handles export as well as import.
+	* [r9026] Update shapefile GUI "About" text and window title to
+	  reflect that it now handles export as well as import.
 
-2012-02-04 00:39  mcayland
+2012-02-04 00:39  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Add shapefile dumper (table export) to the shp2pgsql GUI. This
-	  closes ticket #1480.
+	* [r9025] Add shapefile dumper (table export) to the shp2pgsql GUI.
+	  This closes ticket #1480.
 
-2012-02-04 00:02  dustymugs
+2012-02-04 00:02  Bborie Park <bkpark at ucdavis.edu>
 
-	* 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.
+	* [r9024] 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  dustymugs
+2012-02-03 22:57  Bborie Park <bkpark at ucdavis.edu>
 
-	* Implemented keywords for 2-raster ST_MapAlgebraExpr as described
-	  in #1525. Will do 2-raster ST_MapAlgebraFct next.
+	* [r9023] Implemented keywords for 2-raster ST_MapAlgebraExpr as
+	  described in #1525. Will do 2-raster ST_MapAlgebraFct next.
 
-2012-02-03 21:29  pramsey
+2012-02-03 21:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Separate the cache handling code from the transform function
+	* [r9022] Separate the cache handling code from the transform
+	  function
 
-2012-02-03 21:04  mcayland
+2012-02-03 21:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix pgsql2shp crash when dumping a table without a geo column.
+	* [r9021] Fix pgsql2shp crash when dumping a table without a geo
+	  column.
 
-2012-02-03 21:04  mcayland
+2012-02-03 21:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix construction of pgsql2shp's main retrieval query in
+	* [r9020] 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  mcayland
+2012-02-03 21:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Move initialisation of pgsql2shp state endian flag to the same
-	  location all the other initialisers.
+	* [r9019] Move initialisation of pgsql2shp state endian flag to the
+	  same location all the other initialisers.
 
-2012-02-03 21:03  mcayland
+2012-02-03 21:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix missing #ifdef POSTGIS_GEOS_VERSION ... #endif preventing
-	  liblwgeom from compiling on GEOS < 3.3.0.
+	* [r9018] Fix missing #ifdef POSTGIS_GEOS_VERSION ... #endif
+	  preventing liblwgeom from compiling on GEOS < 3.3.0.
 
-2012-02-03 18:09  dustymugs
+2012-02-03 18:09  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed optimization bug in 1-raster ST_MapAlgebraExpr. Ticket is
-	  #1515.
+	* [r9017] Fixed optimization bug in 1-raster ST_MapAlgebraExpr.
+	  Ticket is #1515.
 
-2012-02-03 12:51  robe
+2012-02-03 12:51  Regina Obe <lr at pcorp.us>
 
-	* #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.
+	* [r9016] #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  dustymugs
+2012-02-03 03:58  Bborie Park <bkpark at ucdavis.edu>
 
-	* Reverted r9014. Hudson ain't happy with sed.
+	* [r9015] Reverted r9014. Hudson ain't happy with sed.
 
-2012-02-03 03:51  dustymugs
+2012-02-03 03:51  Bborie Park <bkpark at ucdavis.edu>
 
-	* Merge of patch provided in #1533. Thanks gdt.
+	* [r9014] Merge of patch provided in #1533. Thanks gdt.
 
-2012-02-02 19:25  dustymugs
+2012-02-02 19:25  Bborie Park <bkpark at ucdavis.edu>
 
-	* Message cleanup by removing unnecessary newlines.
+	* [r9013] Message cleanup by removing unnecessary newlines.
 
-2012-02-02 18:47  dustymugs
+2012-02-02 18:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored stderr messaging so that C API messages are properly
-	  emitted. Based on suggestion in comment 4 of #1531.
+	* [r9012] Refactored stderr messaging so that C API messages are
+	  properly emitted. Based on suggestion in comment 4 of #1531.
 
-2012-02-02 17:38  dustymugs
+2012-02-02 17:38  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional error checking and formatting of error messages
+	* [r9011] Additional error checking and formatting of error
+	  messages
 
-2012-02-01 23:55  pramsey
+2012-02-01 23:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add lwcollection_homogenize and ST_Homogenize (#375)
+	* [r9010] Add lwcollection_homogenize and ST_Homogenize (#375)
 
-2012-02-01 23:18  pramsey
+2012-02-01 23:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add lwcollection_homogenize and ST_Homogenize (#375)
+	* [r9009] Add lwcollection_homogenize and ST_Homogenize (#375)
 
-2012-02-01 23:00  pramsey
+2012-02-01 23:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Support curves in lwgeom_homogenize (#1526)
+	* [r9008] Support curves in lwgeom_homogenize (#1526)
 
-2012-02-01 22:06  dustymugs
+2012-02-01 22:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added check of values being passed to atan2() in
+	* [r9007] Added check of values being passed to atan2() in
 	  _st_hillshade4ma()
 
-2012-02-01 21:27  pramsey
+2012-02-01 21:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Enhance ST_Rotate by adding offset origin parameters (#1251) from
-	  mwtoews
+	* [r9006] Enhance ST_Rotate by adding offset origin parameters
+	  (#1251) from mwtoews
 
-2012-02-01 21:17  pramsey
+2012-02-01 21:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_Azimuth, ST_Project regression tests (#1398)
+	* [r9005] ST_Azimuth, ST_Project regression tests (#1398)
 
-2012-02-01 17:39  pramsey
+2012-02-01 17:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Also remove .gitignore files from tarbal distro
+	* [r9004] Also remove .gitignore files from tarbal distro
 
-2012-02-01 17:35  pramsey
+2012-02-01 17:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Push forward versions for weekly snap
+	* [r9001] Push forward versions for weekly snap
 
-2012-02-01 17:28  robe
+2012-02-01 17:28  Regina Obe <lr at pcorp.us>
 
-	* #1494: build parent structures to support census tract reporting
-	  by geocoder.
+	* [r9000] #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>
 
-	* Additional cleanup of a few functions using
+	* [r8999] 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>
 
-	* Refactored regression test for ST_PixelAsPolygon
+	* [r8998] Refactored regression test for ST_PixelAsPolygon
 
-2012-02-01 14:32  dustymugs
+2012-02-01 14:32  Bborie Park <bkpark at ucdavis.edu>
 
-	* Deleted deprecated ST_PixelAsPolygon(raster, int, int, int)
-	  variant.
+	* [r8997] Deleted deprecated ST_PixelAsPolygon(raster, int, int,
+	  int) variant.
 
-2012-02-01 11:51  strk
+2012-02-01 11:51  Sandro Santilli <strk at keybit.net>
 
-	* Make test more readable
+	* [r8996] Make test more readable
 
-2012-02-01 11:39  strk
+2012-02-01 11:39  Sandro Santilli <strk at keybit.net>
 
-	* Keep initial value when an expression eveluates to null (#1523)
+	* [r8995] Keep initial value when an expression eveluates to null
+	  (#1523)
 
-2012-02-01 10:15  strk
+2012-02-01 10:15  Sandro Santilli <strk at keybit.net>
 
-	* Implement RAST.X and RAST.Y keyword substitution in
+	* [r8994] 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 at keybit.net>
 
-	* Implement ST_PixelAsPolygon in C, provide a core API entry for it
+	* [r8993] 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 at cleverelephant.ca>
 
-	* Try again to fix #1292
+	* [r8992] Try again to fix #1292
 
-2012-02-01 02:14  pramsey
+2012-02-01 02:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* VACUUM cannot be executed from a function or multi-command string
-	  (#1517)
+	* [r8991] 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 at cleverelephant.ca>
 
-	* Fix include to be pathless
+	* [r8990] Fix include to be pathless
 
-2012-01-31 23:36  pramsey
+2012-01-31 23:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update spatial_ref_sys to latest GDAL generated version (#1493)
+	* [r8987] Update spatial_ref_sys to latest GDAL generated version
+	  (#1493)
 
-2012-01-31 22:33  pramsey
+2012-01-31 22:33  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_Line_Interpolate_Point doesn't interpolate M-values (#639)
+	* [r8986] ST_Line_Interpolate_Point doesn't interpolate M-values
+	  (#639)
 
-2012-01-31 20:46  pramsey
+2012-01-31 20:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove some compile warnings.
+	* [r8984] Remove some compile warnings.
 
-2012-01-31 18:56  pramsey
+2012-01-31 18:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Gah, someone else can do this...
+	* [r8982] Gah, someone else can do this...
 
-2012-01-31 18:24  pramsey
+2012-01-31 18:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Really, I do know how to write XML.
+	* [r8981] Really, I do know how to write XML.
 
-2012-01-31 18:19  pramsey
+2012-01-31 18:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_SnapToGrid returns a value out of range (#1292)
+	* [r8980] ST_SnapToGrid returns a value out of range (#1292)
 
-2012-01-31 18:12  pramsey
+2012-01-31 18:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Rename ST_BuildArea backend function
+	* [r8979] Rename ST_BuildArea backend function
 
-2012-01-31 18:10  pramsey
+2012-01-31 18:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix missing tag
+	* [r8978] Fix missing tag
 
-2012-01-31 18:09  pramsey
+2012-01-31 18:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Drop Equals(geom,geom) - deprecated in 1.2.3 (#1486)
+	* [r8977] Drop Equals(geom,geom) - deprecated in 1.2.3 (#1486)
 
-2012-01-31 18:03  pramsey
+2012-01-31 18:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* FAQ about licensing (#1262)
+	* [r8976] FAQ about licensing (#1262)
 
-2012-01-31 17:44  dustymugs
+2012-01-31 17:44  Bborie Park <bkpark at ucdavis.edu>
 
-	* 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] 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>
 
-	* Fixed evaluation of two floating point numbers in
+	* [r8974] 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>
 
-	* Added check of band # passed to ST_DumpAsPolygons. Fixes #1514.
+	* [r8973] Added check of band # passed to ST_DumpAsPolygons. Fixes
+	  #1514.
 
-2012-01-31 05:50  pramsey
+2012-01-31 05:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Pgsql2shp: Dumping: XWKB structure does not match expected size!
-	  (#1479)
+	* [r8972] Pgsql2shp: Dumping: XWKB structure does not match
+	  expected size! (#1479)
 
-2012-01-30 21:52  pramsey
+2012-01-30 21:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_Segmentize returns invalid LINESTRING for zero-length input
-	  (#1304)
+	* [r8971] ST_Segmentize returns invalid LINESTRING for zero-length
+	  input (#1304)
 
-2012-01-30 20:41  pramsey
+2012-01-30 20:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_LocateBetweenElevations should return NULL and not fail if
-	  intersection is void (#1250)
+	* [r8969] 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 at cleverelephant.ca>
 
-	* ST_Within not using prepared geometries (#962)
+	* [r8968] ST_Within not using prepared geometries (#962)
 
-2012-01-30 02:47  pramsey
+2012-01-30 02:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* (#393) shp2pgsql returns "fseek(-xxx) failed on DBF file." for
-	  large (>2GB) DBF files
+	* [r8967] (#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 at cleverelephant.ca>
 
-	* GML for empty geometries should be NULL (#1377)
+	* [r8966] GML for empty geometries should be NULL (#1377)
 
-2012-01-29 23:30  nicklas
+2012-01-29 23:30  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* Increase robustness in distance-calculations when point is on
-	  segment.
+	* [r8965] Increase robustness in distance-calculations when point
+	  is on segment.
 
-2012-01-29 21:19  strk
+2012-01-29 21:19  Sandro Santilli <strk at keybit.net>
 
-	* typo
+	* [r8964] typo
 
-2012-01-29 19:57  pramsey
+2012-01-29 19:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Be more liberal in accepting "empty" tags in constructing
+	* [r8963] 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 at keybit.net>
 
-	* Give me psc status
+	* [r8962] Give me psc status
 
-2012-01-28 23:11  strk
+2012-01-28 23:11  Sandro Santilli <strk at keybit.net>
 
-	* Fix _ST_AddFaceSplit code against PostgreSQL 9.1
+	* [r8961] Fix _ST_AddFaceSplit code against PostgreSQL 9.1
 
-2012-01-28 22:08  strk
+2012-01-28 22:08  Sandro Santilli <strk at keybit.net>
 
-	* Don't put constant geometries in CTE, which confuses estimator
+	* [r8960] Don't put constant geometries in CTE, which confuses
+	  estimator
 
-2012-01-28 17:05  strk
+2012-01-28 17:05  Sandro Santilli <strk at keybit.net>
 
-	* Simplify code in _ST_AddFaceSplit, reduce edges table scans.
+	* [r8959] 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 at keybit.net>
 
-	* Switch ST_AddEdgeNewFaces from ST_Polygonize to _ST_AddSplitFace
+	* [r8958] 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 at keybit.net>
 
-	* Stop using ST_Polygonize from ST_AddEdgeModFace.
+	* [r8957] 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 at keybit.net>
 
-	* Rename topogeometry column check to be more readable
+	* [r8956] Rename topogeometry column check to be more readable
 
-2012-01-28 10:42  strk
+2012-01-28 10:42  Sandro Santilli <strk at keybit.net>
 
-	* New test for closing multi-edge ring in a face (ST_AddEdge*Face*)
+	* [r8955] 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 at keybit.net>
 
-	* Allow multiple topogeometry columns in one table (again)
+	* [r8954] 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 at keybit.net>
 
-	* Allow multiple TopoGeometry column in the same table
+	* [r8953] Allow multiple TopoGeometry column in the same table
 
-2012-01-28 00:23  robe
+2012-01-28 00:23  Regina Obe <lr at pcorp.us>
 
-	* add protos for ST_Quantile raster table coverage. Still some more
-	  to add as well as examples of usage
+	* [r8952] 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 at cleverelephant.ca>
 
-	* Fix one remaining crasher for ST_AsGML('SRID=4326;POLYGON
+	* [r8951] 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 at cleverelephant.ca>
 
-	* #1504 (Segfault running ST_EstimatedExtent())
+	* [r8950] #1504 (Segfault running ST_EstimatedExtent())
 
-2012-01-27 21:05  dustymugs
+2012-01-27 21:05  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed segfault caused by an empty quantile linked list being used
-	  to get the quantile's value. Ticket is #1506.
+	* [r8949] 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 at cleverelephant.ca>
 
-	* Tighten up on-arc test a bit more.
+	* [r8948] Tighten up on-arc test a bit more.
 
-2012-01-27 20:14  strk
+2012-01-27 20:14  Sandro Santilli <strk at keybit.net>
 
-	* Add "face has no rings" validity checking
+	* [r8947] Add "face has no rings" validity checking
 
-2012-01-27 18:57  pramsey
+2012-01-27 18:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Revert accidental inclusion of shape file size patch in curve
-	  patch
+	* [r8946] 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 at cleverelephant.ca>
 
-	* #920 (ST_LineToCurve generating invalid CURVEPOLYGON)
+	* [r8945] #920 (ST_LineToCurve generating invalid CURVEPOLYGON)
 
-2012-01-27 14:22  strk
+2012-01-27 14:22  Sandro Santilli <strk at keybit.net>
 
-	* More test for face splitting and inside holes
+	* [r8944] More test for face splitting and inside holes
 
-2012-01-27 11:36  strk
+2012-01-27 11:36  Sandro Santilli <strk at keybit.net>
 
-	* More test for update of isolated nodes in split-faces.
+	* [r8943] More test for update of isolated nodes in split-faces.
 
-2012-01-27 11:05  strk
+2012-01-27 11:05  Sandro Santilli <strk at keybit.net>
 
-	* Rewrite test for ST_AddIsoNode (see #1503)
+	* [r8942] Rewrite test for ST_AddIsoNode (see #1503)
 
-2012-01-27 11:05  strk
+2012-01-27 11:05  Sandro Santilli <strk at keybit.net>
 
-	* Simplify the code looking for face containment in ST_AddIsoNode
+	* [r8941] 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 at keybit.net>
 
-	* Add test for update of isolated nodes in split-faces.
+	* [r8940] Add test for update of isolated nodes in split-faces.
 	  
 	  Affects both ST_AddEdgeModFace and ST_AddEdgeNewFaces (both work)
 
-2012-01-26 20:25  pramsey
+2012-01-26 20:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Complete #737
+	* [r8939] Complete #737
 
-2012-01-26 20:19  pramsey
+2012-01-26 20:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Detect asprintf, vasprintf, fseeko
+	* [r8938] Detect asprintf, vasprintf, fseeko
 
-2012-01-26 18:09  strk
+2012-01-26 18:09  Sandro Santilli <strk at keybit.net>
 
-	* Change expectations from tests involving ST_MakeLine
+	* [r8937] Change expectations from tests involving ST_MakeLine
 
-2012-01-26 17:23  pramsey
+2012-01-26 17:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Clean up and exit when shp file missing
+	* [r8936] Clean up and exit when shp file missing
 
-2012-01-26 16:22  pramsey
+2012-01-26 16:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix contact per a message on postgis-users from Markus Innerebner
+	* [r8932] 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 at keybit.net>
 
-	* Add support for linestrings in ST_MakeLine (#1500)
+	* [r8931] 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 at keybit.net>
 
-	* Implement lwline_from_lwgeom_array (untested)
+	* [r8930] Implement lwline_from_lwgeom_array (untested)
 
-2012-01-26 12:59  strk
+2012-01-26 12:59  Sandro Santilli <strk at keybit.net>
 
-	* Don't let ptarray_append_ptarray change read-only pointarrays
+	* [r8929] Don't let ptarray_append_ptarray change read-only
+	  pointarrays
 
-2012-01-26 12:59  strk
+2012-01-26 12:59  Sandro Santilli <strk at keybit.net>
 
-	* Test that mixed dimensionality is not allowed by
+	* [r8928] 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 at keybit.net>
 
-	* Add more test for FLAGS_GET_ and FLAGS_SET_
+	* [r8927] Add more test for FLAGS_GET_ and FLAGS_SET_
 
-2012-01-26 09:16  strk
+2012-01-26 09:16  Sandro Santilli <strk at keybit.net>
 
-	* Implement ptarray_append_ptarray, and change its signature
+	* [r8926] 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 at keybit.net>
 
-	* Tweak debug messages not to clutter output
+	* [r8925] Tweak debug messages not to clutter output
 
-2012-01-25 17:40  pramsey
+2012-01-25 17:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bump version string forward
+	* [r8924] Bump version string forward
 
-2012-01-25 17:38  pramsey
+2012-01-25 17:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Prep for alpha2
+	* [r8921] Prep for alpha2
 
-2012-01-24 22:23  pramsey
+2012-01-24 22:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* SVG empty geometries gives invalid memory alloc (#1038)
+	* [r8920] SVG empty geometries gives invalid memory alloc (#1038)
 
-2012-01-24 21:57  pramsey
+2012-01-24 21:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update shplib to the latest release (1.3.0b3) and stitch in our
-	  special date and logical handling. (#393)
+	* [r8919] 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 at cleverelephant.ca>
 
-	* Double guard against geos versions of 3.4.dev form. (#1488)
+	* [r8917] 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 at keybit.net>
 
-	* Stop WARNING from AddFace about next_left_edge/next_right_edge
+	* [r8916] 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 at keybit.net>
 
-	* Optimize ST_AddEdge*Face* detection of face split conditions
-	  (#1497)
+	* [r8915] Optimize ST_AddEdge*Face* detection of face split
+	  conditions (#1497)
 
-2012-01-24 17:29  strk
+2012-01-24 17:29  Sandro Santilli <strk at keybit.net>
 
-	* Protect DEBUG lines in compile-time conditional
+	* [r8914] Protect DEBUG lines in compile-time conditional
 
-2012-01-24 17:20  pramsey
+2012-01-24 17:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Test for #1150, null entry in spatial_ref_sys
+	* [r8913] Test for #1150, null entry in spatial_ref_sys
 
-2012-01-24 14:03  strk
+2012-01-24 14:03  Sandro Santilli <strk at keybit.net>
 
-	* Fix linking bugs with ST_NewEdgesSplit function (#1496)
+	* [r8912] 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 at keybit.net>
 
-	* Fix edge-linking in ST_ModEdgeSplit (#1496)
+	* [r8911] 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 at cleverelephant.ca>
 
-	* Prevent people from inserting entries in spatial_ref_sys with no
-	  proj4text (#1150)
+	* [r8910] 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 at cleverelephant.ca>
 
-	* Make topology enabled the default
+	* [r8908] Make topology enabled the default
 
-2012-01-23 23:20  pramsey
+2012-01-23 23:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Allow raster to actually turn on by default
+	* [r8907] Allow raster to actually turn on by default
 
-2012-01-23 22:20  pramsey
+2012-01-23 22:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move raster/topology status to the bottom of the report
+	* [r8906] Move raster/topology status to the bottom of the report
 
-2012-01-23 22:18  pramsey
+2012-01-23 22:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Report on raster status whether enabled or not
+	* [r8905] Report on raster status whether enabled or not
 
-2012-01-23 21:42  pramsey
+2012-01-23 21:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Push forward the trunk version to match release march
+	* [r8904] Push forward the trunk version to match release march
 
-2012-01-22 20:10  strk
+2012-01-22 20:10  Sandro Santilli <strk at keybit.net>
 
-	* Fix ambiguos references (with postgresql 9.x)
+	* [r8903] Fix ambiguos references (with postgresql 9.x)
 
-2012-01-22 19:25  strk
+2012-01-22 19:25  Sandro Santilli <strk at keybit.net>
 
-	* AddTopoGeometryColumn: check child layer before incrementing
-	  sequence
+	* [r8902] AddTopoGeometryColumn: check child layer before
+	  incrementing sequence
 
-2012-01-22 19:13  strk
+2012-01-22 19:13  Sandro Santilli <strk at keybit.net>
 
-	* typo
+	* [r8901] typo
 
-2012-01-22 15:43  strk
+2012-01-22 15:43  Sandro Santilli <strk at keybit.net>
 
-	* TopoGeo_addLineString: fix node crossing, reduce edges creations
+	* [r8900] TopoGeo_addLineString: fix node crossing, reduce edges
+	  creations
 
-2012-01-22 12:10  strk
+2012-01-22 12:10  Sandro Santilli <strk at keybit.net>
 
-	* Comment typo
+	* [r8899] Comment typo
 
-2012-01-21 01:31  robe
+2012-01-21 01:31  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Fix typo
+	* [r8897] Fix typo
 
-2012-01-20 23:05  pramsey
+2012-01-20 23:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make raster on by default and --without-raster the configuration
-	  parameter to disable it.
+	* [r8896] 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 at pcorp.us>
 
-	* fix typo
+	* [r8895] fix typo
 
-2012-01-20 18:14  robe
+2012-01-20 18:14  Regina Obe <lr at pcorp.us>
 
-	* Add a plpython example for outputting raster images
+	* [r8894] Add a plpython example for outputting raster images
 
-2012-01-20 14:47  strk
+2012-01-20 14:47  Sandro Santilli <strk at keybit.net>
 
-	* Have TopoGeometry::Geometry always return a MULTI* (#1462)
+	* [r8893] Have TopoGeometry::Geometry always return a MULTI*
+	  (#1462)
 
-2012-01-20 14:47  strk
+2012-01-20 14:47  Sandro Santilli <strk at keybit.net>
 
-	* Don't let ST_Multi create collections of a single EMPTY (#1489)
+	* [r8892] 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 at pcorp.us>
 
-	* #1487: add out_db argument to AddRasterConstraints and
+	* [r8891] #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 at keybit.net>
 
-	* Test new types in regress/wkt (#1476)
+	* [r8890] Test new types in regress/wkt (#1476)
 
-2012-01-20 09:11  strk
+2012-01-20 09:11  Sandro Santilli <strk at keybit.net>
 
-	* Exclude raster_columns from geometry_columns (#1122)
+	* [r8889] 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 at keybit.net>
 
-	* Fix a missing return introduced with fix to #547
+	* [r8888] Fix a missing return introduced with fix to #547
 
-2012-01-20 08:12  strk
+2012-01-20 08:12  Sandro Santilli <strk at keybit.net>
 
-	* Change ST_Equals to use the ~= operator (#1453)
+	* [r8886] Change ST_Equals to use the ~= operator (#1453)
 	  
 	  Doing so it will consistently return TRUE for EMPTY-EMPTY, while
 	  previously _ST_Equals returned TRUE but ST_Equals returned FALSE.
@@ -10224,46 +10851,47 @@
 	  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 at keybit.net>
 
-	* Revert "remove ~= from documentation -- we don't want people
-	  using this operator"
+	* [r8885] 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 at pcorp.us>
 
-	* readme was outdated.
+	* [r8884] readme was outdated.
 
-2012-01-20 05:08  pramsey
+2012-01-20 05:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update for alpha1?
+	* [r8881] Update for alpha1?
 
-2012-01-20 00:11  pramsey
+2012-01-20 00:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Transforming from SRID 4267 to 4326 returns incorrect result
-	  (#1301)
+	* [r8880] Transforming from SRID 4267 to 4326 returns incorrect
+	  result (#1301)
 
-2012-01-19 23:58  pramsey
+2012-01-19 23:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Stop configure if we don't find perl. (#1484)
+	* [r8879] Stop configure if we don't find perl. (#1484)
 
-2012-01-19 17:39  strk
+2012-01-19 17:39  Sandro Santilli <strk at keybit.net>
 
-	* In 9.1, it is datamoduledir driving module install dir, not
-	  MODULEDIR
+	* [r8878] 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 at keybit.net>
 
-	* Have both RTREE and PREPARED_GEOM caches cohexist (#547)
+	* [r8877] Have both RTREE and PREPARED_GEOM caches cohexist (#547)
 	  
 	  Fixes a memory leak and improves performances when both p-i-p
 	  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 at keybit.net>
 
-	* Update expected raster intersection results after fix to #852
+	* [r8876] 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
@@ -10271,75 +10899,78 @@
 	  but slightly outside, ST_Distance reports 1.58882185807825e-14
 	  units)
 
-2012-01-19 09:48  strk
+2012-01-19 09:48  Sandro Santilli <strk at keybit.net>
 
-	* Add test for cached version of point_in_ring (#852)
+	* [r8874] Add test for cached version of point_in_ring (#852)
 
-2012-01-19 08:59  strk
+2012-01-19 08:59  Sandro Santilli <strk at keybit.net>
 
-	* Drop use of tolerance in PIP (#852)
+	* [r8873] 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 at keybit.net>
 
-	* Do not run the upgrade test if the normal test failed
+	* [r8872] 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 at keybit.net>
 
-	* Oops, forgot to cleanup after debugging (triggered testsuite
-	  failure)
+	* [r8871] Oops, forgot to cleanup after debugging (triggered
+	  testsuite failure)
 
-2012-01-18 15:47  strk
+2012-01-18 15:47  Sandro Santilli <strk at keybit.net>
 
-	* Rework st_estimated_extent to deal with analyzed empty tables
-	  (#818)
+	* [r8870] 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 at keybit.net>
 
-	* Drop &Z_support in ST_Summary, see #649 comment:2
+	* [r8869] Drop &Z_support in ST_Summary, see #649 comment:2
 
-2012-01-18 14:17  strk
+2012-01-18 14:17  Sandro Santilli <strk at keybit.net>
 
-	* Add ST_Summary(geography), "G" flag (#1277), document (#649)
+	* [r8868] Add ST_Summary(geography), "G" flag (#1277), document
+	  (#649)
 
-2012-01-18 13:46  strk
+2012-01-18 13:46  Sandro Santilli <strk at keybit.net>
 
-	* Complete binary IO testing in presence of typmod (#850)
+	* [r8867] Complete binary IO testing in presence of typmod (#850)
 
-2012-01-18 13:46  strk
+2012-01-18 13:46  Sandro Santilli <strk at keybit.net>
 
-	* Do proper cleanups
+	* [r8866] Do proper cleanups
 
-2012-01-18 13:46  strk
+2012-01-18 13:46  Sandro Santilli <strk at keybit.net>
 
-	* Check typmod on binary geometry input (#850)
+	* [r8865] Check typmod on binary geometry input (#850)
 	  
 	  Testcase will follow
 
-2012-01-18 10:17  strk
+2012-01-18 10:17  Sandro Santilli <strk at keybit.net>
 
-	* Have geography typmod threat unkonwn srid an omitted srid (#1482)
+	* [r8864] Have geography typmod threat unkonwn srid an omitted srid
+	  (#1482)
 
-2012-01-18 10:17  strk
+2012-01-18 10:17  Sandro Santilli <strk at keybit.net>
 
-	* Add --expect switch to save obtained output as expected
+	* [r8863] 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 at keybit.net>
 
-	* Drop the support for multiple expected files (not needed anymore)
+	* [r8862] 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 at keybit.net>
 
-	* Test roundtrip with a binary cursor for both geometry and
+	* [r8861] Test roundtrip with a binary cursor for both geometry and
 	  geography
 	  
 	  With this commit the binary.sql testcase doesn't test the actual
@@ -10356,246 +10987,251 @@
 	  
 	  See ticket #850 for more info
 
-2012-01-17 20:01  strk
+2012-01-17 20:01  Sandro Santilli <strk at keybit.net>
 
-	* Implement canonical input-output for geography (#850)
+	* [r8860] 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 at keybit.net>
 
-	* Test canonical binary output for geometry (#850)
+	* [r8859] 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 at keybit.net>
 
-	* Support alternate expected files
+	* [r8858] 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 at keybit.net>
 
-	* Support for binary output (#850)
+	* [r8857] Support for binary output (#850)
 
-2012-01-17 18:04  strk
+2012-01-17 18:04  Sandro Santilli <strk at keybit.net>
 
-	* Override geometrytype for geography (#1450).
+	* [r8856] 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 at keybit.net>
 
-	* Run the testsuite again after upgrading (#1326)
+	* [r8855] Run the testsuite again after upgrading (#1326)
 
-2012-01-17 17:52  strk
+2012-01-17 17:52  Sandro Santilli <strk at keybit.net>
 
-	* Reword loading of upgrade scripts
+	* [r8854] Reword loading of upgrade scripts
 
-2012-01-17 17:13  strk
+2012-01-17 17:13  Sandro Santilli <strk at keybit.net>
 
-	* Enhance staged install to include raster, topology and all
-	  scripts
+	* [r8853] Enhance staged install to include raster, topology and
+	  all scripts
 	  
 	  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 at keybit.net>
 
-	* Do not drop legacy getSRID in postgis_drop (#1401)
+	* [r8852] 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 at cleverelephant.ca>
 
-	* Rename lwpoint_interpolate to point_interpolate
+	* [r8851] Rename lwpoint_interpolate to point_interpolate
 
-2012-01-16 21:13  strk
+2012-01-16 21:13  Sandro Santilli <strk at keybit.net>
 
-	* Snap output of test for #723 to a grid
+	* [r8850] 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 at keybit.net>
 
-	* Fix 2.5d split (#745)
+	* [r8847] Fix 2.5d split (#745)
 
-2012-01-16 17:00  strk
+2012-01-16 17:00  Sandro Santilli <strk at keybit.net>
 
-	* Keep UTM zone numbers in range, regress-test _ST_BestSRID (#1234)
+	* [r8846] 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 at keybit.net>
 
-	* Add an ST_AsEWKT(text) to prefer geometry over geography
+	* [r8845] Add an ST_AsEWKT(text) to prefer geometry over geography
 
-2012-01-16 14:46  strk
+2012-01-16 14:46  Sandro Santilli <strk at keybit.net>
 
-	* Add ST_EWKT for geography type (#675)
+	* [r8844] Add ST_EWKT for geography type (#675)
 
-2012-01-16 14:33  strk
+2012-01-16 14:33  Sandro Santilli <strk at keybit.net>
 
-	* The official unknown SRID is 0, not -1
+	* [r8843] The official unknown SRID is 0, not -1
 
-2012-01-16 14:21  strk
+2012-01-16 14:21  Sandro Santilli <strk at keybit.net>
 
-	* Have 'make doc' build the single-page HTML
+	* [r8842] Have 'make doc' build the single-page HTML
 
-2012-01-16 14:04  strk
+2012-01-16 14:04  Sandro Santilli <strk at keybit.net>
 
-	* Allow building with gettext 0.14. Patch by Greg Troxel
+	* [r8841] Allow building with gettext 0.14. Patch by Greg Troxel
 	  <gdt at ir.bbn.com>
 
-2012-01-16 13:56  strk
+2012-01-16 13:56  Sandro Santilli <strk at keybit.net>
 
-	* Detect PERL locally
+	* [r8840] Detect PERL locally
 
-2012-01-16 13:10  strk
+2012-01-16 13:10  Sandro Santilli <strk at keybit.net>
 
-	* Ignore generated extension files
+	* [r8839] Ignore generated extension files
 
-2012-01-16 12:33  strk
+2012-01-16 12:33  Sandro Santilli <strk at keybit.net>
 
-	* Move lwgeom_summary to liblwgeom (#1446)
+	* [r8838] Move lwgeom_summary to liblwgeom (#1446)
 
-2012-01-16 12:25  strk
+2012-01-16 12:25  Sandro Santilli <strk at keybit.net>
 
-	* Drop getsrid (#1401)
+	* [r8837] Drop getsrid (#1401)
 
-2012-01-16 12:10  strk
+2012-01-16 12:10  Sandro Santilli <strk at keybit.net>
 
-	* Add test for insertion into typmod-ed table (#1414)
+	* [r8836] Add test for insertion into typmod-ed table (#1414)
 
-2012-01-16 11:22  strk
+2012-01-16 11:22  Sandro Santilli <strk at keybit.net>
 
-	* Fix WKB output for POINT EMPTY with SRID or higher dims (#1478)
+	* [r8835] 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 at keybit.net>
 
-	* Add WKB round-trip test for TIN
+	* [r8834] Add WKB round-trip test for TIN
 
-2012-01-16 10:31  strk
+2012-01-16 10:31  Sandro Santilli <strk at keybit.net>
 
-	* Fix reading TRIANGLE EMPTY in WKB form (#1474)
+	* [r8833] Fix reading TRIANGLE EMPTY in WKB form (#1474)
 
-2012-01-16 10:31  strk
+2012-01-16 10:31  Sandro Santilli <strk at keybit.net>
 
-	* Add POLYHEDRALSURFACE roundtrip WKB test
+	* [r8832] Add POLYHEDRALSURFACE roundtrip WKB test
 
-2012-01-16 10:24  strk
+2012-01-16 10:24  Sandro Santilli <strk at keybit.net>
 
-	* Implement lwgeom_same for MULTICURVE and MULTISURFACE (#1475)
+	* [r8831] Implement lwgeom_same for MULTICURVE and MULTISURFACE
+	  (#1475)
 
-2012-01-16 10:21  strk
+2012-01-16 10:21  Sandro Santilli <strk at keybit.net>
 
-	* Implement lwgeom_same for CURVEPOLYGON types (#1475)
+	* [r8830] Implement lwgeom_same for CURVEPOLYGON types (#1475)
 
-2012-01-16 10:18  strk
+2012-01-16 10:18  Sandro Santilli <strk at keybit.net>
 
-	* Implement lwgeom_same for COMPOUNDCURVE (#1475)
+	* [r8829] Implement lwgeom_same for COMPOUNDCURVE (#1475)
 
-2012-01-16 10:11  strk
+2012-01-16 10:11  Sandro Santilli <strk at keybit.net>
 
-	* Implement lwgeom_same for circularstring (#1475)
+	* [r8828] Implement lwgeom_same for circularstring (#1475)
 
-2012-01-16 09:11  strk
+2012-01-16 09:11  Sandro Santilli <strk at keybit.net>
 
-	* A CURVEPOLY is also a collection. Fixes #1473.
+	* [r8827] A CURVEPOLY is also a collection. Fixes #1473.
 
-2012-01-16 09:11  strk
+2012-01-16 09:11  Sandro Santilli <strk at keybit.net>
 
-	* Prevent lwcollection_construct from creating non-collection types
+	* [r8826] Prevent lwcollection_construct from creating
+	  non-collection types
 
-2012-01-16 08:25  strk
+2012-01-16 08:25  Sandro Santilli <strk at keybit.net>
 
-	* Use a CTE for queries involving largs WKB input.
+	* [r8825] 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 at keybit.net>
 
-	* Comment out expensive DEBUG lines
+	* [r8824] Comment out expensive DEBUG lines
 
-2012-01-16 08:24  strk
+2012-01-16 08:24  Sandro Santilli <strk at keybit.net>
 
-	* Downgrade notice of face splitting to debug level
+	* [r8823] Downgrade notice of face splitting to debug level
 
-2012-01-15 20:52  strk
+2012-01-15 20:52  Sandro Santilli <strk at keybit.net>
 
-	* Wrap DEBUG output in ifdef POSTGIS_TOPOLOGY_DEBUG (#1469)
+	* [r8822] Wrap DEBUG output in ifdef POSTGIS_TOPOLOGY_DEBUG (#1469)
 
-2012-01-15 17:50  strk
+2012-01-15 17:50  Sandro Santilli <strk at keybit.net>
 
-	* Make AddTopoGeometryColumn less sequence-number-eager,
+	* [r8821] Make AddTopoGeometryColumn less sequence-number-eager,
 	  regress-test
 
-2012-01-15 09:25  robe
+2012-01-15 09:25  Regina Obe <lr at pcorp.us>
 
-	* put in spaces in ST_InterpolatePoint See Also references
+	* [r8820] put in spaces in ST_InterpolatePoint See Also references
 
-2012-01-15 09:23  robe
+2012-01-15 09:23  Regina Obe <lr at pcorp.us>
 
-	* ditto for ST_LocateBetween - name change flag and minor other
-	  corrections
+	* [r8819] 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 at pcorp.us>
 
-	* put a note ST_LocateAlong name changed (and is a new name in 2.0
-	  - old name is ST_Locate_Along_Measure)
+	* [r8818] 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 at pcorp.us>
 
-	* link to where to download pre-built cheat sheets
+	* [r8817] link to where to download pre-built cheat sheets
 
-2012-01-15 03:32  robe
+2012-01-15 03:32  Regina Obe <lr at pcorp.us>
 
-	* revise docs about make installing extensions to note that
+	* [r8816] 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 at pcorp.us>
 
-	* #1401 Goodbye getSRID()
+	* [r8815] #1401 Goodbye getSRID()
 
-2012-01-14 13:10  mcayland
+2012-01-14 13:10  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Display "Creating Index..." text within the progress dialog
-	  rather than within the shp2pgsql-gui log window.
+	* [r8814] 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 at pcorp.us>
 
-	* change eol from native to LF to try to resolve #1466
+	* [r8813] 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 at pcorp.us>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Add ST_InterpolatePoint, deprecate ST_Locate_Between_Measures and
-	  ST_Locate_Along_Measure. Document new functions. Alter
-	  regressions and docs to use AsText instead of AsEWKT.
+	* [r8811] Add ST_InterpolatePoint, deprecate
+	  ST_Locate_Between_Measures and ST_Locate_Along_Measure. Document
+	  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 at siriusit.co.uk>
 
-	* 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.
+	* [r8810] 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 at siriusit.co.uk>
 
-	* Switch liblwgeom to use the POSTGIS_* defines already generated
-	  by configure, rather than passing them in directly.
+	* [r8809] 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
@@ -10603,10 +11239,10 @@
 	  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 at siriusit.co.uk>
 
-	* Switch NLS build to use the in-built ENABLE_NLS define rather
-	  than USE_NLS.
+	* [r8808] 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
@@ -10616,9 +11252,9 @@
 	  system in future
 	  such as CMake.
 
-2012-01-14 00:49  mcayland
+2012-01-14 00:49  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Enable configure to accept the additional parameter
+	* [r8807] Enable configure to accept the additional parameter
 	  --with-gettext=no to disable NLS builds.
 	  
 	  This makes it possible to explicitly disable builds at configure
@@ -10626,13 +11262,14 @@
 	  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 at siriusit.co.uk>
 
-	* Fix incorrect camel-casing for HAVE_JSON within configure.ac.
+	* [r8806] 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 at siriusit.co.uk>
 
-	* Fix up AC_DEFINE macros in configure.ac that don't have a
+	* [r8805] 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
@@ -10643,144 +11280,151 @@
 	  minus the
 	  PACKAGE_* macros.
 
-2012-01-13 17:34  strk
+2012-01-13 17:34  Sandro Santilli <strk at keybit.net>
 
-	* Add test for creating tables with circularstring typmod (#1085)
+	* [r8804] Add test for creating tables with circularstring typmod
+	  (#1085)
 
-2012-01-13 17:33  strk
+2012-01-13 17:33  Sandro Santilli <strk at keybit.net>
 
-	* First draft of a test for typmod (#1085)
+	* [r8803] 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 at pcorp.us>
 
-	* remove dangling reference to geometry_same
+	* [r8802] remove dangling reference to geometry_same
 
-2012-01-13 16:23  strk
+2012-01-13 16:23  Sandro Santilli <strk at keybit.net>
 
-	* Virtualize ``make'' calls (#1464)
+	* [r8801] Virtualize ``make'' calls (#1464)
 
-2012-01-13 15:54  mcayland
+2012-01-13 15:54  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Rename geometry column header in shp2pgsql-gui to "geo column" to
-	  reduce its visible width based upon feedback from Regina.
+	* [r8800] 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 at pcorp.us>
 
-	* remove ~= from documentation -- we don't want people using this
-	  operator
+	* [r8799] 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 at keybit.net>
 
-	* Add all signature in the current repository
+	* [r8798] Add all signature in the current repository
 
-2012-01-13 11:34  strk
+2012-01-13 11:34  Sandro Santilli <strk at keybit.net>
 
-	* Add more signatures found in a more recent dump of mine
+	* [r8797] 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 at keybit.net>
 
-	* Make verbose output of postgis_restore.pl more useful for
+	* [r8796] 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 at keybit.net>
 
-	* Make ~= operator GIST-indexable, following existing documentation
+	* [r8795] 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 at cleverelephant.ca>
 
-	* Add in an offset option to ST_LocateBetween
+	* [r8794] Add in an offset option to ST_LocateBetween
 
-2012-01-12 19:55  pramsey
+2012-01-12 19:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add support for MULTIPOINT and POINT to ST_LocateBetween
+	* [r8793] Add support for MULTIPOINT and POINT to ST_LocateBetween
 
-2012-01-12 19:07  pramsey
+2012-01-12 19:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Flip ST_LocateBetween to use the same LRS code as
+	* [r8792] 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 at keybit.net>
 
-	* Add regress test for topology.AddFace robustness (see #1383)
+	* [r8791] Add regress test for topology.AddFace robustness (see
+	  #1383)
 
-2012-01-12 17:06  strk
+2012-01-12 17:06  Sandro Santilli <strk at keybit.net>
 
-	* Fix lw_dist2d_pt_seg(B, AB), see #1459
+	* [r8790] 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 at keybit.net>
 
-	* Complete tests for higher coordinate dimensions (#1455)
+	* [r8789] Complete tests for higher coordinate dimensions (#1455)
 
-2012-01-12 11:21  strk
+2012-01-12 11:21  Sandro Santilli <strk at keybit.net>
 
-	* Fix bug in dimension computer for collection WKT.
+	* [r8788] 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 at keybit.net>
 
-	* Add tests for higher coordinate dimensions (#1455)
+	* [r8787] Add tests for higher coordinate dimensions (#1455)
 	  
 	  GEOMETRYCOLLECTION still fails
 
-2012-01-12 08:52  strk
+2012-01-12 08:52  Sandro Santilli <strk at keybit.net>
 
-	* Test roundtrip of WKT. Higher dimensions still needed (#1455)
+	* [r8786] Test roundtrip of WKT. Higher dimensions still needed
+	  (#1455)
 
-2012-01-12 08:52  strk
+2012-01-12 08:52  Sandro Santilli <strk at keybit.net>
 
-	* Fix a bug in gserialized_read_gbox_p reading garbage in EMPTY
-	  point
+	* [r8785] 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 at keybit.net>
 
-	* gbox_float_round: do not attempt to round M when not present
+	* [r8784] 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 at keybit.net>
 
-	* Expose gbox_float_round to liblwgeom API
+	* [r8783] Expose gbox_float_round to liblwgeom API
 
-2012-01-11 19:45  pramsey
+2012-01-11 19:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change references to BOX2DFLOAT4 to just BOX2D and remove the
-	  struct. Ding dong.
+	* [r8782] 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 at cleverelephant.ca>
 
-	* Tie astext(geography) and asbinary(geography) directly to the
-	  lwgeom_ C functions, without a cast
+	* [r8781] 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 at keybit.net>
 
-	* Allow higher dimensions in GeomFromWKB (#1452)
+	* [r8780] 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 at keybit.net>
 
-	* Fix bug in gbox_same -> lwgeom_same -> ST_OrderingEquals (#1454)
+	* [r8779] 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 at keybit.net>
 
-	* Fix EMPTY ~= EMPTY to return TRUE (#1453)
+	* [r8778] Fix EMPTY ~= EMPTY to return TRUE (#1453)
 	  
 	  This also fixes ST_OrderingEquals for empty geometries and
 	  adds the concept of NULL boxes to represent EMPTY boxes.
@@ -10788,124 +11432,129 @@
 	  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 at keybit.net>
 
-	* Encode dependency of libpgcommon on postgis_config.h
+	* [r8777] Encode dependency of libpgcommon on postgis_config.h
 
-2012-01-11 17:18  strk
+2012-01-11 17:18  Sandro Santilli <strk at keybit.net>
 
-	* Xref ST_AsBinary to its reverse ST_GeomFromWKB
+	* [r8776] Xref ST_AsBinary to its reverse ST_GeomFromWKB
 
-2012-01-11 15:57  strk
+2012-01-11 15:57  Sandro Santilli <strk at keybit.net>
 
-	* Add paranoid test of another malformed WKB found in #168
+	* [r8775] Add paranoid test of another malformed WKB found in #168
 
-2012-01-11 15:51  strk
+2012-01-11 15:51  Sandro Santilli <strk at keybit.net>
 
-	* Drop ST_AsBinary(text) wrapper, removed in previous commits
+	* [r8774] Drop ST_AsBinary(text) wrapper, removed in previous
+	  commits
 
-2012-01-11 14:50  strk
+2012-01-11 14:50  Sandro Santilli <strk at keybit.net>
 
-	* Add documentation about enhancements in ST_AsBinary (#288)
+	* [r8773] Add documentation about enhancements in ST_AsBinary
+	  (#288)
 
-2012-01-11 14:46  strk
+2012-01-11 14:46  Sandro Santilli <strk at keybit.net>
 
-	* Drop geography-specific C-side of AsBinary function. Proxy to
-	  geometry.
+	* [r8772] 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 at keybit.net>
 
-	* Limit geometry_columns view definition within 80 columns.
+	* [r8771] 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 at keybit.net>
 
-	* Add regress test for WKB (#1448) and enable the existing one for
-	  WKT
+	* [r8770] 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 at keybit.net>
 
-	* Unlease higher dimensions in ST_AsBinary, using SQL/MM (#288)
+	* [r8769] Unlease higher dimensions in ST_AsBinary, using SQL/MM
+	  (#288)
 
-2012-01-11 11:16  strk
+2012-01-11 11:16  Sandro Santilli <strk at keybit.net>
 
-	* ST_AsText item is an enhancement, not a new feature
+	* [r8768] ST_AsText item is an enhancement, not a new feature
 
-2012-01-11 10:40  strk
+2012-01-11 10:40  Sandro Santilli <strk at keybit.net>
 
-	* Add note aboute AsText support for higher dimension
+	* [r8767] Add note aboute AsText support for higher dimension
 
-2012-01-11 10:34  strk
+2012-01-11 10:34  Sandro Santilli <strk at keybit.net>
 
-	* Unleash SQL/MM WKT returned by ST_AsText (#287)
+	* [r8766] Unleash SQL/MM WKT returned by ST_AsText (#287)
 
-2012-01-11 08:36  strk
+2012-01-11 08:36  Sandro Santilli <strk at keybit.net>
 
-	* Use $(MAKE) to invoke whatever make was used by builder
+	* [r8763] Use $(MAKE) to invoke whatever make was used by builder
 
-2012-01-11 08:26  strk
+2012-01-11 08:26  Sandro Santilli <strk at keybit.net>
 
-	* Update HARD UPGRADE section, mention --with-topology
+	* [r8760] Update HARD UPGRADE section, mention --with-topology
 
-2012-01-11 02:27  pramsey
+2012-01-11 02:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Try an older bash syntax for robe?
+	* [r8759] Try an older bash syntax for robe?
 
-2012-01-10 23:22  pramsey
+2012-01-10 23:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add ST_LocateAlong support for multipoints too (completeness)
+	* [r8758] Add ST_LocateAlong support for multipoints too
+	  (completeness)
 
-2012-01-10 23:14  pramsey
+2012-01-10 23:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bind ST_LocateAlong() to the new LRS function that supports
-	  offsets.
+	* [r8757] 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 at cleverelephant.ca>
 
-	* svn:ignore properties
+	* [r8756] svn:ignore properties
 
-2012-01-10 23:04  pramsey
+2012-01-10 23:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Spacing, yes
+	* [r8755] Spacing, yes
 
-2012-01-10 22:20  robe
+2012-01-10 22:20  Regina Obe <lr at pcorp.us>
 
-	* #1444 fix typo in command (should be command not comand)
+	* [r8754] #1444 fix typo in command (should be command not comand)
 
-2012-01-10 21:51  pramsey
+2012-01-10 21:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bring the extensions into the autoconf environment
+	* [r8753] Bring the extensions into the autoconf environment
 
-2012-01-10 19:36  dustymugs
+2012-01-10 19:36  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed incorrect call to rt_raster_geopoint_to_cell in
+	* [r8752] 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>
 
-	* 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] 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>
 
-	* Fixed double free of memory when using out-of-database bands
+	* [r8750] 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 at keybit.net>
 
-	* Add rules on geometry_columns view to tolerate
+	* [r8749] 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 at keybit.net>
 
-	* Reflect type of empty from ST_Dimension (#1441)
+	* [r8748] 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.
@@ -10913,204 +11562,209 @@
 	  
 	  Signed-off-by: Charlie Brown
 
-2012-01-10 13:17  strk
+2012-01-10 13:17  Sandro Santilli <strk at keybit.net>
 
-	* Use a standard lwcollection_allows_subtype function to guard
-	  against bad input.
+	* [r8747] 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 at siriusit.co.uk>
 
-	* If the database settings are incorrect when attempting an import,
-	  display the connection settings
+	* [r8746] 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 at siriusit.co.uk>
 
-	* Switch shp2pgsql-gui to COPY mode by default for increased speed;
-	  the user doesn't really care
+	* [r8745] 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 at siriusit.co.uk>
 
-	* Raise an error within shp2pgsql-gui if the user clicks "Import"
-	  without having added any files to the list.
+	* [r8744] 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 at siriusit.co.uk>
 
-	* Alter shp2pgsql-gui so that we use one connection per file; this
-	  makes tracking error state
+	* [r8743] 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 at keybit.net>
 
-	* Check type of elements added to multi geometries. Fixes #1445.
+	* [r8742] 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 at keybit.net>
 
-	* Add "M" type modifiers on elements of GEOMETRYCOLLECTION
+	* [r8741] Add "M" type modifiers on elements of GEOMETRYCOLLECTION
 	  
 	  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 at keybit.net>
 
-	* Other generated files
+	* [r8740] Other generated files
 
-2012-01-10 08:28  strk
+2012-01-10 08:28  Sandro Santilli <strk at keybit.net>
 
-	* Ignore new generated files
+	* [r8739] Ignore new generated files
 
-2012-01-10 08:26  strk
+2012-01-10 08:26  Sandro Santilli <strk at keybit.net>
 
-	* Add images-clean rule and perform the cleanup on maintainer-clean
+	* [r8738] 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 at pcorp.us>
 
-	* put in missing title tag
+	* [r8737] put in missing title tag
 
-2012-01-10 07:12  robe
+2012-01-10 07:12  Regina Obe <lr at pcorp.us>
 
-	* put in missing end paragraph end tag
+	* [r8736] put in missing end paragraph end tag
 
-2012-01-10 07:03  robe
+2012-01-10 07:03  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r8735] fix typo
 
-2012-01-10 06:53  robe
+2012-01-10 06:53  Regina Obe <lr at pcorp.us>
 
-	* #1442: Add sections on installing, upgrading and loading data
-	  into tiger geocoder. Got at least 2 people who seem confused
+	* [r8734] #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>
 
-	* Added column "out_db" to raster_columns. "out_db" is of type
-	  boolean[] with each element indicating if that band of same index
-	  is out-of-database. Updated relevant AddRasterConstraints and
-	  DropRasterConstraints functions. Related ticket is #1440.
+	* [r8733] Added column "out_db" to raster_columns. "out_db" is of
+	  type boolean[] with each element indicating if that band of same
+	  index is out-of-database. Updated relevant AddRasterConstraints
+	  and DropRasterConstraints functions. Related ticket is #1440.
 
-2012-01-09 20:17  robe
+2012-01-09 20:17  Regina Obe <lr at pcorp.us>
 
-	* put in svn Author Date Id Revision keywords
+	* [r8732] 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>
 
-	* Make the data of externally-loaded band internally owned so a
-	  call to rt_band_destroy() properly frees the memory.
+	* [r8731] 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>
 
-	* Add read-only support for band data located outside the database
-	  in raster files. All "get" and analysis functions should work for
-	  out of database bands. Related ticket is #1440. Also added a test
-	  raster file for use by an out of db band and future use for
-	  raster2pgsql loader regression tests.
+	* [r8730] Add read-only support for band data located outside the
+	  database in raster files. All "get" and analysis functions should
+	  work for out of database bands. Related ticket is #1440. Also
+	  added a test raster file for use by an out 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>
 
-	* Removed garbage whitespace.
+	* [r8729] Removed garbage whitespace.
 
-2012-01-09 19:02  dustymugs
+2012-01-09 19:02  Bborie Park <bkpark at ucdavis.edu>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Remove whitespace
+	* [r8727] Remove whitespace
 
-2012-01-09 18:27  pramsey
+2012-01-09 18:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Interim progress on LRS work.
+	* [r8726] Interim progress on LRS work.
 
-2012-01-09 18:01  strk
+2012-01-09 18:01  Sandro Santilli <strk at keybit.net>
 
-	* Change lwgeom_is_empty to return spatial emptiness (#671)
+	* [r8725] 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 at siriusit.co.uk>
 
-	* Allow manual resizing of the filename column within shp2pgsql-gui
-	  if required, as per request from Regina.
+	* [r8724] 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 at keybit.net>
 
-	* Further cleanup of ST_CollectionExtract documentation
+	* [r8723] Further cleanup of ST_CollectionExtract documentation
 
-2012-01-09 17:10  strk
+2012-01-09 17:10  Sandro Santilli <strk at keybit.net>
 
-	* Document new ST_CollectionExtract behavior
+	* [r8722] Document new ST_CollectionExtract behavior
 
-2012-01-09 17:01  strk
+2012-01-09 17:01  Sandro Santilli <strk at keybit.net>
 
-	* Switch back ST_CollectionExtract to return EMPTY rather than NULL
-	  on no matches (#835)
+	* [r8721] 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 at keybit.net>
 
-	* Add lwgeom_construct_empty API call
+	* [r8720] Add lwgeom_construct_empty API call
 
-2012-01-09 17:01  strk
+2012-01-09 17:01  Sandro Santilli <strk at keybit.net>
 
-	* Implement lwcompound_construct_empty
+	* [r8719] Implement lwcompound_construct_empty
 
-2012-01-09 16:20  strk
+2012-01-09 16:20  Sandro Santilli <strk at keybit.net>
 
-	* Alwas return NULL on type miss from ST_CollectionExtract (#835)
+	* [r8718] Alwas return NULL on type miss from ST_CollectionExtract
+	  (#835)
 
-2012-01-09 16:20  strk
+2012-01-09 16:20  Sandro Santilli <strk at keybit.net>
 
-	* Return typed empties from lwcollection_extract
+	* [r8717] Return typed empties from lwcollection_extract
 
-2012-01-09 15:27  strk
+2012-01-09 15:27  Sandro Santilli <strk at keybit.net>
 
-	* Distribute comments in tarball. Stop distributing pdf or html
-	  (#626)
+	* [r8716] Distribute comments in tarball. Stop distributing pdf or
+	  html (#626)
 
-2012-01-09 15:03  strk
+2012-01-09 15:03  Sandro Santilli <strk at keybit.net>
 
-	* Fix compiler warnings
+	* [r8715] Fix compiler warnings
 
-2012-01-09 15:01  dustymugs
+2012-01-09 15:01  Bborie Park <bkpark at ucdavis.edu>
 
-	* Make _ST_Intersects(raster, raster) STRICT as per comments in
-	  #1412.
+	* [r8714] 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 at pcorp.us>
 
-	* #1392: Can't geocode intersecting highways or areas where no zip
-	  available
+	* [r8713] #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 at keybit.net>
 
-	* Build the libtool wrapper script version of raster2pgsql
+	* [r8712] Build the libtool wrapper script version of raster2pgsql
 
-2012-01-09 12:48  robe
+2012-01-09 12:48  Regina Obe <lr at pcorp.us>
 
-	* Add Maria Arias de Reyna to credits
+	* [r8711] Add Maria Arias de Reyna to credits
 
-2012-01-09 11:01  strk
+2012-01-09 11:01  Sandro Santilli <strk at keybit.net>
 
-	* Update Java components to support SRID<=0 as unknown SRID (#1221)
+	* [r8710] Update Java components to support SRID<=0 as unknown SRID
+	  (#1221)
 	  
 	  This is first patch by Maria Arias de Reyna taking on
 	  maintainance
@@ -11118,17 +11772,18 @@
 	  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 at keybit.net>
 
-	* Fix memory leak in shapefile loader (#1436)
+	* [r8709] Fix memory leak in shapefile loader (#1436)
 
-2012-01-09 07:52  robe
+2012-01-09 07:52  Regina Obe <lr at pcorp.us>
 
-	* fix typo in extension version
+	* [r8707] fix typo in extension version
 
-2012-01-08 23:32  mcayland
+2012-01-08 23:32  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Commit reworked version of shp2pgsql-gui to the repository.
+	* [r8706] Commit reworked version of shp2pgsql-gui to the
+	  repository.
 	  
 	  As per my email to postgis-devel, this commit contains a major
 	  reworking
@@ -11154,1108 +11809,1144 @@
 	  separately
 	  and will be included in a later commit.
 
-2012-01-08 19:15  robe
+2012-01-08 19:15  Regina Obe <lr at pcorp.us>
 
-	* Fix typo in manual and more description about schema.
+	* [r8705] 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>
 
-	* Code cleanup related to registering and deregistering GDAL
-	  drivers
+	* [r8704] Code cleanup related to registering and deregistering
+	  GDAL drivers
 
-2012-01-08 07:57  robe
+2012-01-08 07:57  Regina Obe <lr at pcorp.us>
 
-	* lots of corrections, also add integer[] arg recognition
+	* [r8703] lots of corrections, also add integer[] arg recognition
 
-2012-01-08 07:29  robe
+2012-01-08 07:29  Regina Obe <lr at pcorp.us>
 
-	* more cleanup -- issue with raster / raster functions and output
-	  convexhull instead of raster when result type is raster or
+	* [r8702] 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 at pcorp.us>
 
-	* revise to recognize array of raster arguments
+	* [r8701] revise to recognize array of raster arguments
 
-2012-01-08 06:26  robe
+2012-01-08 06:26  Regina Obe <lr at pcorp.us>
 
-	* get rid of dropraster addrastercolumn and replace with create
-	  table, apply constraints. Still a lot of cleanup to go
+	* [r8700] 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 at pcorp.us>
 
-	* #1435: fix function proto typo of TopoGeo_AddPoint in docs
+	* [r8699] #1435: fix function proto typo of TopoGeo_AddPoint in
+	  docs
 
-2012-01-07 19:24  robe
+2012-01-07 19:24  Regina Obe <lr at pcorp.us>
 
-	* fix typo in version number
+	* [r8698] fix typo in version number
 
-2012-01-07 19:04  robe
+2012-01-07 19:04  Regina Obe <lr at pcorp.us>
 
-	* change alpha1 to a14. It appears we won't be releasing an alpha1
-	  this weekend bah.
+	* [r8697] 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 at pcorp.us>
 
-	* 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] 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>
 
-	* Have rt_raster_from_gdal_dataset attempt to determine the SRID of
-	  the raster using OSR.
+	* [r8695] 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>
 
-	* Additional tweaks for the NODATA values constraint. Continues
-	  changes made in r8691.
+	* [r8694] 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 at pcorp.us>
 
-	* bump version to alpha1 in preparation for alpha1 shuttle launch
+	* [r8693] bump version to alpha1 in preparation for alpha1 shuttle
+	  launch
 
-2012-01-07 00:47  pramsey
+2012-01-07 00:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move geojson test into geojson.sql file
+	* [r8692] Move geojson test into geojson.sql file
 
-2012-01-07 00:42  dustymugs
+2012-01-07 00:42  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed handling of NODATA value constraint as band with no NODATA
-	  was being constrained with the value of zero.
+	* [r8691] 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 at cleverelephant.ca>
 
-	* ST_GeomFromGeoJSON - Malformed GeoJSON causes SIGSEGV in postgres
-	  process (#1434)
+	* [r8690] ST_GeomFromGeoJSON - Malformed GeoJSON causes SIGSEGV in
+	  postgres process (#1434)
 
-2012-01-06 21:39  pramsey
+2012-01-06 21:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move offset curve generation into liblwgeom with other geos
-	  functionality
+	* [r8689] Move offset curve generation into liblwgeom with other
+	  geos functionality
 
-2012-01-06 17:35  robe
+2012-01-06 17:35  Regina Obe <lr at pcorp.us>
 
-	* fix tag typo
+	* [r8688] fix tag typo
 
-2012-01-06 16:29  robe
+2012-01-06 16:29  Regina Obe <lr at pcorp.us>
 
-	* example of AddRasterConstraint that takes listing of constraints
-	  to apply
+	* [r8687] example of AddRasterConstraint that takes listing of
+	  constraints to apply
 
-2012-01-06 15:35  robe
+2012-01-06 15:35  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Add files to svn:ignore
+	* [r8685] Add files to svn:ignore
 
-2012-01-05 21:18  dustymugs
+2012-01-05 21:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added shortcut mechanism for copying data in
+	* [r8684] 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>
 
-	* Syntax cleanup as part of memory bugs audit. Related to ticket
-	  #1432. This should be the last of it for now.
+	* [r8683] 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 at pcorp.us>
 
-	* #1433: Part 2 - merge what is left of sqlmm.sql.in.c into
+	* [r8682] #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>
 
-	* Additional regression tests for ST_AsGDALRaster, ST_GDALDrivers,
-	  ST_AsRaster, ST_Resample, ST_Metadata. Syntax cleanup in rt_pg.c
-	  and testwkb.c
+	* [r8681] Additional regression 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 at pcorp.us>
 
-	* #1433: part 1 -- get rid of SE functions
+	* [r8680] #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>
 
-	* Memory bug fixes and additional regression tests for
+	* [r8679] Memory bug fixes and 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 at keybit.net>
 
-	* Switch memory context back before returning in
+	* [r8678] 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 at keybit.net>
 
-	* It takes GEOS-3.3.2 for a sane topology (noding fixes in there)
+	* [r8677] 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 at pcorp.us>
 
-	* #1430: create topology_drop_before and topology_drop_after to
-	  allow changing names of input args and allow changing functions
-	  to use default args
+	* [r8676] #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 at pcorp.us>
 
-	* svn tags
+	* [r8675] svn tags
 
-2012-01-04 22:30  strk
+2012-01-04 22:30  Sandro Santilli <strk at keybit.net>
 
-	* Fix deallocation of terminating NULL in RASTER_asGDALRaster
-	  (#1432)
+	* [r8674] Fix deallocation of terminating NULL in
+	  RASTER_asGDALRaster (#1432)
 
-2012-01-04 21:38  strk
+2012-01-04 21:38  Sandro Santilli <strk at keybit.net>
 
-	* Work around a PostgreSQL 8.4+ bug with CREATE INTO (#1431)
+	* [r8673] 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 at keybit.net>
 
-	* Document topology.toTopoGeometry (#1017)
+	* [r8672] Document topology.toTopoGeometry (#1017)
 
-2012-01-04 18:33  strk
+2012-01-04 18:33  Sandro Santilli <strk at keybit.net>
 
-	* Complete implementation and regress test for toTopoGeom (#1017)
+	* [r8671] 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 at keybit.net>
 
-	* Implement TopoGeometry->Geometry converter for COLLECTION types
+	* [r8670] Implement TopoGeometry->Geometry converter for COLLECTION
+	  types
 
-2012-01-04 17:58  pramsey
+2012-01-04 17:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Don't allow --with-topology when GEOS version < 3.3
+	* [r8669] Don't allow --with-topology when GEOS version < 3.3
 
-2012-01-04 02:07  pramsey
+2012-01-04 02:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Try to make json-c detection slightly more automatic.
+	* [r8668] Try to make json-c detection slightly more automatic.
 
-2012-01-03 23:52  pramsey
+2012-01-03 23:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change to GNU macro NAN. Still not feeling The Confidence.
+	* [r8667] Change to GNU macro NAN. Still not feeling The
+	  Confidence.
 
-2012-01-03 23:42  pramsey
+2012-01-03 23:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make numerical stability fix actually be present
+	* [r8666] Make numerical stability fix actually be present
 
-2012-01-03 23:28  pramsey
+2012-01-03 23:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Hm, nan() function?
+	* [r8665] Hm, nan() function?
 
-2012-01-03 23:24  strk
+2012-01-03 23:24  Sandro Santilli <strk at keybit.net>
 
-	* Document TopoGeo_AddPolygon
+	* [r8664] Document TopoGeo_AddPolygon
 
-2012-01-03 23:17  strk
+2012-01-03 23:17  Sandro Santilli <strk at keybit.net>
 
-	* Implement and regress-test TopoGeo_addPolygon
+	* [r8663] Implement and regress-test TopoGeo_addPolygon
 
-2012-01-03 22:07  pramsey
+2012-01-03 22:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make ST_Azimuth(p1, p1) return NULL and make ST_Project(p1, 0,
-	  NULL) return p1.
+	* [r8662] 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 at keybit.net>
 
-	* ST_Split was implemented - a lot more to remove from TODO
+	* [r8661] 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 at keybit.net>
 
-	* Change parameter names to use the "athing" convention. See #1427
+	* [r8660] Change parameter names to use the "athing" convention.
+	  See #1427
 
-2012-01-03 20:48  strk
+2012-01-03 20:48  Sandro Santilli <strk at keybit.net>
 
-	* Fix typo in exception message, change signature of
+	* [r8659] Fix typo in exception message, change signature of
 	  TopoGeo_addPolygon
 
-2012-01-03 20:31  pramsey
+2012-01-03 20:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* 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.
+	* [r8658] 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 at keybit.net>
 
-	* Test invalid calls to topogeo_addpoint
+	* [r8657] Test invalid calls to topogeo_addpoint
 
-2012-01-03 20:04  strk
+2012-01-03 20:04  Sandro Santilli <strk at keybit.net>
 
-	* Document TopoGeo_addLineString
+	* [r8656] Document TopoGeo_addLineString
 
-2012-01-03 19:21  pramsey
+2012-01-03 19:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change units to radians and add some tests (#657 and #1305)
+	* [r8655] 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 at keybit.net>
 
-	* Implement and regress-test TopoGeo_AddLineString
+	* [r8654] Implement and regress-test TopoGeo_AddLineString
 
-2012-01-03 18:34  dustymugs
+2012-01-03 18:34  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed DROP VIEW statements as per suggestion by robe in ticket
-	  #1422.
+	* [r8653] 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 at keybit.net>
 
-	* Document TopoGeo_addPoint
+	* [r8652] Document TopoGeo_addPoint
 
-2012-01-03 10:39  strk
+2012-01-03 10:39  Sandro Santilli <strk at keybit.net>
 
-	* Add regression test for TopoGeo_AddPoint
+	* [r8651] Add regression test for TopoGeo_AddPoint
 
-2012-01-03 10:10  strk
+2012-01-03 10:10  Sandro Santilli <strk at keybit.net>
 
-	* Move TopoGeom_addXXX functions to populate.sql and refine
+	* [r8650] 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 at keybit.net>
 
-	* Don't consider the old self edge when checking integrity
+	* [r8649] 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 at keybit.net>
 
-	* Don't consider shared nodes as edge intersections. Fixes #1428.
+	* [r8648] 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>
 
-	* Renamed legacy.sql.in.c to rtpostgis_legacy.sql.in.c to not
-	  conflict with postgis' legacy.sql. Associated ticket is #1422.
+	* [r8647] 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 at pcorp.us>
 
-	* #722 more regress fixes for GeomFromText
+	* [r8646] #722 more regress fixes for GeomFromText
 
-2012-01-02 00:25  robe
+2012-01-02 00:25  Regina Obe <lr at pcorp.us>
 
-	* #722: regress replace GeomFromText with ST_GeomFromText
+	* [r8645] #722: regress replace GeomFromText with ST_GeomFromText
 
-2012-01-01 23:42  robe
+2012-01-01 23:42  Regina Obe <lr at pcorp.us>
 
-	* #722: Good bye GeomFromWKB, GeomFromText
+	* [r8644] #722: Good bye GeomFromWKB, GeomFromText
 
-2012-01-01 21:04  dustymugs
+2012-01-01 21:04  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added legacy.sql which adds renamed and removed columns to
-	  raster_columns and raster_overviews. This will allow 3rd party
+	* [r8643] 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 at pcorp.us>
 
-	* #961: Change ST_GeoHash to use default args
+	* [r8642] #961: Change ST_GeoHash to use default args
 
-2012-01-01 15:41  robe
+2012-01-01 15:41  Regina Obe <lr at pcorp.us>
 
-	* update to include ST_Azimuth for geography -- still need example.
-	  Also provide example for using degrees
+	* [r8641] 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 at pcorp.us>
 
-	* #961: ST_AsGeoJSON change to use default args
+	* [r8640] #961: ST_AsGeoJSON change to use default args
 
-2012-01-01 14:39  robe
+2012-01-01 14:39  Regina Obe <lr at pcorp.us>
 
-	* over dropped ST_AsKML protos
+	* [r8639] over dropped ST_AsKML protos
 
-2012-01-01 14:10  robe
+2012-01-01 14:10  Regina Obe <lr at pcorp.us>
 
-	* changed name of prec to maxdecimaldigits for ST_AsX3D to be
-	  consistent with other ST_As* functions, change ST_AsKML to use
+	* [r8638] 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 at pcorp.us>
 
-	* fix incorrect arg name in ST_AsGML
+	* [r8637] fix incorrect arg name in ST_AsGML
 
-2012-01-01 13:24  robe
+2012-01-01 13:24  Regina Obe <lr at pcorp.us>
 
-	* #722: Remove all functions with ST_ equivalents from core
+	* [r8636] #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 at pcorp.us>
 
-	* #1423: ST_AsGML regress fixes -- bah revert last change
+	* [r8635] #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 at pcorp.us>
 
-	* #1423 revision -- put back the strict but set default prefix to
-	  '' AND NULLIF it in the function
+	* [r8634] #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 at pcorp.us>
 
-	* #1423 -- fix for geography ST_AsGML - take off strictness if we
-	  allow null for prefix
+	* [r8633] #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 at pcorp.us>
 
-	* #1423: ST_AsGML fix - Can't have strict on funcs that take
-	  default args where a default arg defaults to NULL. Really :)
+	* [r8632] #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 at pcorp.us>
 
-	* forgot a ST_AsGML drop version,geometry version
+	* [r8631] 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>
 
-	* 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] 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 at pcorp.us>
 
-	* #961: Change ST_AsGML to use default args
+	* [r8629] #961: Change ST_AsGML to use default args
 
-2011-12-31 09:47  strk
+2011-12-31 09:47  Sandro Santilli <strk at keybit.net>
 
-	* Document new optional arguments to AddNode
+	* [r8628] Document new optional arguments to AddNode
 
-2011-12-31 09:47  strk
+2011-12-31 09:47  Sandro Santilli <strk at keybit.net>
 
-	* topology.AddNode: add 2 additional optional arguments to allow
-	  splitting edges and computing containing_face
+	* [r8627] 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 at keybit.net>
 
-	* Add parameter names
+	* [r8626] Add parameter names
 
-2011-12-31 09:47  strk
+2011-12-31 09:47  Sandro Santilli <strk at keybit.net>
 
-	* Use DEBUG level for printing SQL being executed...
+	* [r8625] Use DEBUG level for printing SQL being executed...
 
-2011-12-31 04:45  robe
+2011-12-31 04:45  Regina Obe <lr at pcorp.us>
 
-	* bump up release numbers
+	* [r8624] bump up release numbers
 
-2011-12-31 04:36  robe
+2011-12-31 04:36  Regina Obe <lr at pcorp.us>
 
-	* forgot altitude arg for hillshade
+	* [r8623] forgot altitude arg for hillshade
 
-2011-12-30 15:52  robe
+2011-12-30 15:52  Regina Obe <lr at pcorp.us>
 
-	* quickly change the options name arg to agree with ST_AsGML docs
+	* [r8622] 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 at pcorp.us>
 
-	* #1415 -- beginning support for options -- expose the currently
-	  useless opts flag
+	* [r8621] #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 at cleverelephant.ca>
 
-	* Stub in ST_LocateAlong and ST_LocateBetween for implementation
-	  before 2.0
+	* [r8620] 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 at pcorp.us>
 
-	* put in default values for ST_AsSVG geography
+	* [r8619] put in default values for ST_AsSVG geography
 
-2011-12-30 09:06  robe
+2011-12-30 09:06  Regina Obe <lr at pcorp.us>
 
-	* change ST_AsSVG(text) to explicilty list all args otherwise
-	  upgrade script fails -- since old signature exists causing
-	  ambiguous conflict during install.
+	* [r8618] 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 at pcorp.us>
 
-	* 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)
+	* [r8617] 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 at cleverelephant.ca>
 
-	* Conditionally drop loader test tables (requires PostgreSQL >= 8.2
-	  to support IF EXISTS syntax)
+	* [r8616] 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 at cleverelephant.ca>
 
-	* Fix postgis_valid_typmod to use gserialized* as an input instead
-	  of lwgeom* to get past in/out memory management issues (#1413)
+	* [r8615] 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 at keybit.net>
 
-	* Retain type of TopoGeometry objects defined by NO element (#1017)
+	* [r8614] 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 at keybit.net>
 
-	* Consider TopoElements of type 0 as empty, allow CreateTopoGeom
-	  calls w/out a TopoElementArray to construct empties (#1017)
+	* [r8613] 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 at keybit.net>
 
-	* Test more TopoGeometry creation
+	* [r8612] Test more TopoGeometry creation
 
-2011-12-29 10:52  strk
+2011-12-29 10:52  Sandro Santilli <strk at keybit.net>
 
-	* CreateTopoGeom: tweak error message on out-of-range TopoGeometry
-	  type
+	* [r8611] CreateTopoGeom: tweak error message on out-of-range
+	  TopoGeometry type
 
-2011-12-29 10:44  strk
+2011-12-29 10:44  Sandro Santilli <strk at keybit.net>
 
-	* Complete parameter names
+	* [r8610] Complete parameter names
 
-2011-12-29 07:40  strk
+2011-12-29 07:40  Sandro Santilli <strk at keybit.net>
 
-	* Typos and argument names
+	* [r8609] Typos and argument names
 
-2011-12-29 07:39  strk
+2011-12-29 07:39  Sandro Santilli <strk at keybit.net>
 
-	* Honour verbosity for database initialization errors
+	* [r8608] Honour verbosity for database initialization errors
 
-2011-12-29 07:04  strk
+2011-12-29 07:04  Sandro Santilli <strk at keybit.net>
 
-	* Tabs to spaces, a few TODO items...
+	* [r8607] Tabs to spaces, a few TODO items...
 
-2011-12-29 07:04  strk
+2011-12-29 07:04  Sandro Santilli <strk at keybit.net>
 
-	* Put overridden (for topology) spatial predicates in their own
-	  file
+	* [r8606] Put overridden (for topology) spatial predicates in their
+	  own file
 
-2011-12-29 06:48  strk
+2011-12-29 06:48  Sandro Santilli <strk at keybit.net>
 
-	* topology.toTopoGeom: add type compatibility checks (#1017)
+	* [r8605] topology.toTopoGeom: add type compatibility checks
+	  (#1017)
 
-2011-12-29 06:05  strk
+2011-12-29 06:05  Sandro Santilli <strk at keybit.net>
 
-	* Add geometry parameter names to functions
+	* [r8604] Add geometry parameter names to functions
 
-2011-12-28 16:51  dustymugs
+2011-12-28 16:51  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed STRICT from various ST_Intersects functions and changed
-	  the costs of calling ST_Intersects to 1000. Related ticket is
-	  #1410.
+	* [r8603] 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>
 
-	* Force initialization of output GDAL raster from
+	* [r8602] 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 at pcorp.us>
 
-	* I have difficulty with simple math
+	* [r8601] I have difficulty with simple math
 
-2011-12-28 13:59  robe
+2011-12-28 13:59  Regina Obe <lr at pcorp.us>
 
-	* more description of over view
+	* [r8600] more description of over view
 
-2011-12-28 11:01  strk
+2011-12-28 11:01  Sandro Santilli <strk at keybit.net>
 
-	* Drop spurious white spaces. Should fix #1409. Thanks Peter Clark.
+	* [r8599] 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>
 
-	* Correct output of INSERT statements for overviews in
+	* [r8598] 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 at pcorp.us>
 
-	* oops missing tag -- removed other copy paste mistakes
+	* [r8597] oops missing tag -- removed other copy paste mistakes
 
-2011-12-27 16:33  robe
+2011-12-27 16:33  Regina Obe <lr at pcorp.us>
 
-	* document ST_HillShade (still need to put in examples)
+	* [r8596] document ST_HillShade (still need to put in examples)
 
-2011-12-27 15:31  robe
+2011-12-27 15:31  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* link to npgsql download site.
+	* [r8594] link to npgsql download site.
 
-2011-12-27 06:27  robe
+2011-12-27 06:27  Regina Obe <lr at pcorp.us>
 
-	* fix typo and provide link to java jdbc download site
+	* [r8593] fix typo and provide link to java jdbc download site
 
-2011-12-27 06:04  robe
+2011-12-27 06:04  Regina Obe <lr at pcorp.us>
 
-	* link to raster applications section that demonstrates how to use
-	  these functions in an application
+	* [r8592] 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 at pcorp.us>
 
-	* replace java example with a simpler more useful one
+	* [r8591] replace java example with a simpler more useful one
 
-2011-12-27 05:29  robe
+2011-12-27 05:29  Regina Obe <lr at pcorp.us>
 
-	* provide a java console app example
+	* [r8590] provide a java console app example
 
-2011-12-26 22:22  robe
+2011-12-26 22:22  Regina Obe <lr at pcorp.us>
 
-	* more description
+	* [r8589] more description
 
-2011-12-26 22:10  robe
+2011-12-26 22:10  Regina Obe <lr at pcorp.us>
 
-	* c# example using ST_AsPNG
+	* [r8588] c# example using ST_AsPNG
 
-2011-12-26 20:31  robe
+2011-12-26 20:31  Regina Obe <lr at pcorp.us>
 
-	* more cleanup
+	* [r8587] more cleanup
 
-2011-12-26 20:24  robe
+2011-12-26 20:24  Regina Obe <lr at pcorp.us>
 
-	* use docbook paragraph tags
+	* [r8586] use docbook paragraph tags
 
-2011-12-26 20:21  robe
+2011-12-26 20:21  Regina Obe <lr at pcorp.us>
 
-	* some other minor cleanup
+	* [r8585] some other minor cleanup
 
-2011-12-26 20:20  robe
+2011-12-26 20:20  Regina Obe <lr at pcorp.us>
 
-	* wrap php code in cdata tags
+	* [r8584] wrap php code in cdata tags
 
-2011-12-26 20:10  robe
+2011-12-26 20:10  Regina Obe <lr at pcorp.us>
 
-	* Add php example using postgis raster
+	* [r8583] Add php example using postgis raster
 
-2011-12-26 17:43  robe
+2011-12-26 17:43  Regina Obe <lr at pcorp.us>
 
-	* correct comment
+	* [r8582] correct comment
 
-2011-12-26 17:38  robe
+2011-12-26 17:38  Regina Obe <lr at pcorp.us>
 
-	* minor formatting cleanup
+	* [r8581] minor formatting cleanup
 
-2011-12-26 17:37  robe
+2011-12-26 17:37  Regina Obe <lr at pcorp.us>
 
-	* fix typo in image names
+	* [r8580] fix typo in image names
 
-2011-12-26 11:04  robe
+2011-12-26 11:04  Regina Obe <lr at pcorp.us>
 
-	* example of resample
+	* [r8579] example of resample
 
-2011-12-26 10:31  robe
+2011-12-26 10:31  Regina Obe <lr at pcorp.us>
 
-	* fix typo in cast check expression. Should be checking for box3d
-	  existence not box2d
+	* [r8578] 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 at pcorp.us>
 
-	* bump up version numbers
+	* [r8577] bump up version numbers
 
-2011-12-25 10:56  strk
+2011-12-25 10:56  Sandro Santilli <strk at keybit.net>
 
-	* Stub toTopoGeom function and testcase (#1017)
+	* [r8576] Stub toTopoGeom function and testcase (#1017)
 
-2011-12-25 10:56  strk
+2011-12-25 10:56  Sandro Santilli <strk at keybit.net>
 
-	* Add missing dependencies of topology.sql (includes)
+	* [r8575] Add missing dependencies of topology.sql (includes)
 
-2011-12-24 22:27  robe
+2011-12-24 22:27  Regina Obe <lr at pcorp.us>
 
-	* another minor typo
+	* [r8574] another minor typo
 
-2011-12-24 22:10  robe
+2011-12-24 22:10  Regina Obe <lr at pcorp.us>
 
-	* fix typo in column numbers
+	* [r8573] fix typo in column numbers
 
-2011-12-24 21:39  robe
+2011-12-24 21:39  Regina Obe <lr at pcorp.us>
 
-	* minor formatting change
+	* [r8572] minor formatting change
 
-2011-12-24 21:07  robe
+2011-12-24 21:07  Regina Obe <lr at pcorp.us>
 
-	* fix formatting of ST_Transform example and add another sub
-	  example demonstrating using different algorithm
+	* [r8571] 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 at pcorp.us>
 
-	* example for raster transform
+	* [r8570] example for raster transform
 
-2011-12-24 18:40  robe
+2011-12-24 18:40  Regina Obe <lr at pcorp.us>
 
-	* change docs to use unix style slashes which work correctly on
-	  both Unix and windows.
+	* [r8569] 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>
 
-	* If generating overviews and -F is set, overview tables will have
-	  "filename" column.
+	* [r8568] 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>
 
-	* Testing the wrong variable when checking if two rasters is
-	  different.
+	* [r8567] 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 at keybit.net>
 
-	* Encode dependency of objects and scripts on configuration
+	* [r8566] Encode dependency of objects and scripts on configuration
 
-2011-12-24 11:22  strk
+2011-12-24 11:22  Sandro Santilli <strk at keybit.net>
 
-	* Ignore generated uninstall_rtpostgis.sql
+	* [r8565] Ignore generated uninstall_rtpostgis.sql
 
-2011-12-24 11:22  strk
+2011-12-24 11:22  Sandro Santilli <strk at keybit.net>
 
-	* Drop created tables after run
+	* [r8564] Drop created tables after run
 
-2011-12-24 11:22  strk
+2011-12-24 11:22  Sandro Santilli <strk at keybit.net>
 
-	* Cleanup created tables after run
+	* [r8563] Cleanup created tables after run
 
-2011-12-24 11:21  strk
+2011-12-24 11:21  Sandro Santilli <strk at keybit.net>
 
-	* drop created table after run
+	* [r8562] drop created table after run
 
-2011-12-24 11:21  strk
+2011-12-24 11:21  Sandro Santilli <strk at keybit.net>
 
-	* Add support for dropping DOMAINs in create_undef.pl (#1407)
+	* [r8561] Add support for dropping DOMAINs in create_undef.pl
+	  (#1407)
 
-2011-12-24 11:21  strk
+2011-12-24 11:21  Sandro Santilli <strk at keybit.net>
 
-	* Enable uninstall_topology.sql testing
+	* [r8560] Enable uninstall_topology.sql testing
 
-2011-12-24 11:21  strk
+2011-12-24 11:21  Sandro Santilli <strk at keybit.net>
 
-	* Allow fully-qualified basetype name for aggregates
+	* [r8559] Allow fully-qualified basetype name for aggregates
 
-2011-12-24 11:21  strk
+2011-12-24 11:21  Sandro Santilli <strk at keybit.net>
 
-	* Drop tables in reverse order, reducing probability of fkey
-	  troubles
+	* [r8558] Drop tables in reverse order, reducing probability of
+	  fkey troubles
 
-2011-12-24 10:42  strk
+2011-12-24 10:42  Sandro Santilli <strk at keybit.net>
 
-	* run_test doesn't need USE_VERSION anymore
+	* [r8557] run_test doesn't need USE_VERSION anymore
 
-2011-12-24 10:42  strk
+2011-12-24 10:42  Sandro Santilli <strk at keybit.net>
 
-	* Generate uninstall_topology.sql
+	* [r8556] Generate uninstall_topology.sql
 
-2011-12-24 10:34  strk
+2011-12-24 10:34  Sandro Santilli <strk at keybit.net>
 
-	* Stop using USE_VERSION, assume pgsql is always > 7.4.
+	* [r8555] 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 at keybit.net>
 
-	* Add support for objects schema definition in create_undef.pl
+	* [r8554] Add support for objects schema definition in
+	  create_undef.pl
 
-2011-12-24 09:59  strk
+2011-12-24 09:59  Sandro Santilli <strk at keybit.net>
 
-	* Drop created function after run
+	* [r8553] Drop created function after run
 
-2011-12-24 09:59  strk
+2011-12-24 09:59  Sandro Santilli <strk at keybit.net>
 
-	* Ensure mapalgebra test functions are dropped
+	* [r8552] Ensure mapalgebra test functions are dropped
 
-2011-12-24 09:59  strk
+2011-12-24 09:59  Sandro Santilli <strk at keybit.net>
 
-	* Don't load rt_utility_test data creator as test
+	* [r8551] Don't load rt_utility_test data creator as test
 
-2011-12-24 09:58  strk
+2011-12-24 09:58  Sandro Santilli <strk at keybit.net>
 
-	* Add rt_empty_raster dropper script
+	* [r8550] Add rt_empty_raster dropper script
 
-2011-12-24 09:58  strk
+2011-12-24 09:58  Sandro Santilli <strk at keybit.net>
 
-	* Add rt_properties_test dropper script
+	* [r8549] Add rt_properties_test dropper script
 
-2011-12-24 09:58  strk
+2011-12-24 09:58  Sandro Santilli <strk at keybit.net>
 
-	* Move single-test data tables within the testfiles, cleanup after
-	  run
+	* [r8548] 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 at keybit.net>
 
-	* Cleanup after run
+	* [r8547] Cleanup after run
 
-2011-12-24 09:58  strk
+2011-12-24 09:58  Sandro Santilli <strk at keybit.net>
 
-	* Add a drop_rt_band_properties_test script for cleanup purposes
+	* [r8546] 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 at keybit.net>
 
-	* cleanup data tables
+	* [r8545] cleanup data tables
 
-2011-12-24 09:58  strk
+2011-12-24 09:58  Sandro Santilli <strk at keybit.net>
 
-	* Add a drop_rt_gist_test.sql file for cleanup purposes (#301)
+	* [r8544] 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 at keybit.net>
 
-	* Cleanup created objects
+	* [r8543] Cleanup created objects
 
-2011-12-24 09:57  strk
+2011-12-24 09:57  Sandro Santilli <strk at keybit.net>
 
-	* Avoid function calls in DEFAULT specifications for unknown SRID
+	* [r8542] 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 at keybit.net>
 
-	* Enhance DEFAULT specification stripper
+	* [r8541] Enhance DEFAULT specification stripper
 
-2011-12-24 09:57  strk
+2011-12-24 09:57  Sandro Santilli <strk at keybit.net>
 
-	* Run uninstall test for raster, when enabled
+	* [r8540] Run uninstall test for raster, when enabled
 
-2011-12-24 09:56  strk
+2011-12-24 09:56  Sandro Santilli <strk at keybit.net>
 
-	* Generate uninstall_rtpostgis.sql (#301)
+	* [r8539] Generate uninstall_rtpostgis.sql (#301)
 
-2011-12-24 02:51  dustymugs
+2011-12-24 02:51  Bborie Park <bkpark at ucdavis.edu>
 
-	* Additional work to remove DROP FUNCTION statements depending upon
-	  prior DROP TYPE ... CASCADE statements that generate ERRORs
+	* [r8538] 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>
 
-	* 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.
+	* [r8537] 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>
 
-	* Fix issue with RASTER_sameAlignment where the deserializing of
-	  the raster is not being limited to just the header.
+	* [r8536] 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 at keybit.net>
 
-	* support multiline function signatures at the parsing stage too...
+	* [r8535] support multiline function signatures at the parsing
+	  stage too...
 
-2011-12-23 17:30  strk
+2011-12-23 17:30  Sandro Santilli <strk at keybit.net>
 
-	* Add support for multiline function signatures
+	* [r8534] Add support for multiline function signatures
 
-2011-12-23 17:01  dustymugs
+2011-12-23 17:01  Bborie Park <bkpark at ucdavis.edu>
 
-	* Overview constraints should always be added regardless of whether
-	  or not the user requests raster constraints.
+	* [r8533] 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 at keybit.net>
 
-	* Write header in the files generated by create_undef.pl
+	* [r8532] 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 at keybit.net>
 
-	* Simplify uninstall_postgis.sql rule, drop the manual edited
-	  version
+	* [r8531] 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>
 
-	* Fixed erroneous addition of filename to overviews when the flags
-	  -l -F -Y are combined.
+	* [r8530] 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>
 
-	* Fixed for better path handling
+	* [r8529] Fixed for better path handling
 
-2011-12-23 16:18  robe
+2011-12-23 16:18  Regina Obe <lr at pcorp.us>
 
-	* put in sections for postgis extensions. Probably will need some
-	  cleanup.
+	* [r8528] 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 at keybit.net>
 
-	* Ignore generated comment files
+	* [r8527] Ignore generated comment files
 
-2011-12-23 16:14  strk
+2011-12-23 16:14  Sandro Santilli <strk at keybit.net>
 
-	* Ignore generated raster files
+	* [r8526] Ignore generated raster files
 
-2011-12-23 16:14  strk
+2011-12-23 16:14  Sandro Santilli <strk at keybit.net>
 
-	* Let create_undef.pl generate uninstall_postgis.sql
+	* [r8525] Let create_undef.pl generate uninstall_postgis.sql
 
-2011-12-23 16:14  strk
+2011-12-23 16:14  Sandro Santilli <strk at keybit.net>
 
-	* Cleanup after loader test runs, fixing uninstall testing
+	* [r8524] Cleanup after loader test runs, fixing uninstall testing
 
-2011-12-23 16:14  strk
+2011-12-23 16:14  Sandro Santilli <strk at keybit.net>
 
-	* Drop objects created by the tests
+	* [r8523] Drop objects created by the tests
 
-2011-12-23 16:14  strk
+2011-12-23 16:14  Sandro Santilli <strk at keybit.net>
 
-	* Fix create_undef.pl script to generate correct uninstall script
+	* [r8522] 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>
 
-	* Added uninstall_script to facilitate generation of
+	* [r8521] 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 at pcorp.us>
 
-	* minor code change to make example a bit shorter
+	* [r8520] minor code change to make example a bit shorter
 
-2011-12-23 13:06  robe
+2011-12-23 13:06  Regina Obe <lr at pcorp.us>
 
-	* fix some erroneous statements about ST_Clip and provide example
-	  demonstrating trimraster argument effect
+	* [r8519] 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 at pcorp.us>
 
-	* fix unbalanced tag
+	* [r8518] fix unbalanced tag
 
-2011-12-23 08:38  robe
+2011-12-23 08:38  Regina Obe <lr at pcorp.us>
 
-	* some cosmetic cleanup
+	* [r8517] some cosmetic cleanup
 
-2011-12-23 08:35  robe
+2011-12-23 08:35  Regina Obe <lr at pcorp.us>
 
-	* example of st_clip with pictures
+	* [r8516] example of st_clip with pictures
 
-2011-12-23 07:58  robe
+2011-12-23 07:58  Regina Obe <lr at pcorp.us>
 
-	* start documenting ST_Clip
+	* [r8515] start documenting ST_Clip
 
-2011-12-22 19:09  robe
+2011-12-22 19:09  Regina Obe <lr at pcorp.us>
 
-	* fill in missing protos for droprasterconstraints /
+	* [r8514] fill in missing protos for droprasterconstraints /
 	  addrasterconstraints
 
-2011-12-22 13:24  robe
+2011-12-22 13:24  Regina Obe <lr at pcorp.us>
 
-	* make title a little shorter
+	* [r8513] make title a little shorter
 
-2011-12-22 13:23  robe
+2011-12-22 13:23  Regina Obe <lr at pcorp.us>
 
-	* 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.
+	* [r8512] 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 at pcorp.us>
 
-	* minor error in statement
+	* [r8511] minor error in statement
 
-2011-12-22 11:20  strk
+2011-12-22 11:20  Sandro Santilli <strk at keybit.net>
 
-	* Drop operator families, not classes (#543)
+	* [r8510] Drop operator families, not classes (#543)
 
-2011-12-22 11:20  strk
+2011-12-22 11:20  Sandro Santilli <strk at keybit.net>
 
-	* Encode dependency of uninstall_postgis.sql on included files
+	* [r8509] Encode dependency of uninstall_postgis.sql on included
+	  files
 
-2011-12-22 11:20  strk
+2011-12-22 11:20  Sandro Santilli <strk at keybit.net>
 
-	* Add more uninstall objects found by uninstall test (#1397)
+	* [r8508] Add more uninstall objects found by uninstall test
+	  (#1397)
 
-2011-12-22 11:19  strk
+2011-12-22 11:19  Sandro Santilli <strk at keybit.net>
 
-	* Count objects in the _regress_ database, not elsewhere (#1397)
+	* [r8507] Count objects in the _regress_ database, not elsewhere
+	  (#1397)
 
-2011-12-22 10:21  strk
+2011-12-22 10:21  Sandro Santilli <strk at keybit.net>
 
-	* Fix testing of uninstall script count [#1397]
+	* [r8506] 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 at keybit.net>
 
-	* Fix uninstall script [#1153]
+	* [r8505] Fix uninstall script [#1153]
 
-2011-12-22 10:21  strk
+2011-12-22 10:21  Sandro Santilli <strk at keybit.net>
 
-	* Deprecate Polygonize and Collect aggregates [#1400]
+	* [r8504] Deprecate Polygonize and Collect aggregates [#1400]
 
-2011-12-22 10:21  strk
+2011-12-22 10:21  Sandro Santilli <strk at keybit.net>
 
-	* Encode dependency of postgis.sql from included scripts
+	* [r8503] Encode dependency of postgis.sql from included scripts
 
-2011-12-22 10:21  strk
+2011-12-22 10:21  Sandro Santilli <strk at keybit.net>
 
-	* Encode dependency of postgis objects on postgis_config.h
+	* [r8502] 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 at keybit.net>
 
-	* Add testing for uninstall_postgis.sql [#1397]
+	* [r8501] 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 at keybit.net>
 
-	* Don't depend on bytea representation for unrelated tests.
+	* [r8500] 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 at keybit.net>
 
-	* Replace INFINITY with MAXFLOAT. Should fix Solaris build [#1396]
+	* [r8499] 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 at cleverelephant.ca>
 
-	* 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] 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 at pcorp.us>
 
-	* change ST_Reclass example to use less verbose ST_AddBand array
-	  syntax
+	* [r8497] 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 at cleverelephant.ca>
 
-	* ST_Azimuth on the spheroid (#1305)
+	* [r8496] ST_Azimuth on the spheroid (#1305)
 
-2011-12-21 18:42  pramsey
+2011-12-21 18:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add ST_Project(geography, distance, azimuth) (#657) to construct
-	  a new point given a heading and a distance.
+	* [r8495] 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 at pcorp.us>
 
-	* fix typo
+	* [r8494] fix typo
 
-2011-12-21 17:15  strk
+2011-12-21 17:15  Sandro Santilli <strk at keybit.net>
 
-	* Add missing options in the help string
+	* [r8493] Add missing options in the help string
 
-2011-12-21 17:09  strk
+2011-12-21 17:09  Sandro Santilli <strk at keybit.net>
 
-	* Put staged postgis.sql with other staged intsall objects
+	* [r8492] Put staged postgis.sql with other staged intsall objects
 
-2011-12-21 16:17  strk
+2011-12-21 16:17  Sandro Santilli <strk at keybit.net>
 
-	* Document the new -s from:to syntax of shp2pgsql [#994]
+	* [r8491] Document the new -s from:to syntax of shp2pgsql [#994]
 
-2011-12-21 14:53  strk
+2011-12-21 14:53  Sandro Santilli <strk at keybit.net>
 
-	* Add include for lwgeom_typmod_valid define
+	* [r8490] Add include for lwgeom_typmod_valid define
 
-2011-12-21 14:50  strk
+2011-12-21 14:50  Sandro Santilli <strk at keybit.net>
 
-	* Add top-level and postgis/ dirs in include path for building
-	  scripts
+	* [r8489] 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 at keybit.net>
 
-	* Use own implementation of endian detection, should fix #1172
+	* [r8488] Use own implementation of endian detection, should fix
+	  #1172
 
-2011-12-21 14:16  strk
+2011-12-21 14:16  Sandro Santilli <strk at keybit.net>
 
-	* Fix repeated modifier
+	* [r8487] Fix repeated modifier
 
-2011-12-21 14:03  strk
+2011-12-21 14:03  Sandro Santilli <strk at keybit.net>
 
-	* Put PostgreSQL module related code in a new postgis_module.c file
+	* [r8486] Put PostgreSQL module related code in a new
+	  postgis_module.c file
 	  
 	  Beside the existing MODULE_MAGIC macro we now also have
 	  _PG_init and _PG_fini which are called at module load and unload.
 	  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 at pcorp.us>
 
-	* #1257 - drop mem_size
+	* [r8485] #1257 - drop mem_size
 
-2011-12-21 13:14  robe
+2011-12-21 13:14  Regina Obe <lr at pcorp.us>
 
-	* #1345 write this off as an observed regression difference and
-	  document the behavior for those like me who will be adversely
+	* [r8484] #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 at pcorp.us>
 
-	* #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
+	* [r8482] #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 at keybit.net>
 
-	* Convert java components to SRID<=0 being unknown and 0 being the
-	  official one [#1221]
+	* [r8481] Convert java components to SRID<=0 being unknown and 0
+	  being the official one [#1221]
 	  
 	  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 at keybit.net>
 
-	* Different types _can_ be equal, see #756
+	* [r8480] Different types _can_ be equal, see #756
 
-2011-12-20 16:56  robe
+2011-12-20 16:56  Regina Obe <lr at pcorp.us>
 
-	* link to windows supplementary hard upgrade instructions
+	* [r8479] link to windows supplementary hard upgrade instructions
 
-2011-12-20 16:01  strk
+2011-12-20 16:01  Sandro Santilli <strk at keybit.net>
 
-	* Add comments in current version, including topo and raster
-	  [#1390]
+	* [r8478] Add comments in current version, including topo and
+	  raster [#1390]
 
-2011-12-20 15:43  strk
+2011-12-20 15:43  Sandro Santilli <strk at keybit.net>
 
-	* Add comments from pgis-1.4 [#1390]
+	* [r8477] 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 at keybit.net>
 
-	* Add more objects from a 1.5 install, including comments [#1390]
+	* [r8476] 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>
 
-	* Finished support for make target "uninstall".
+	* [r8475] Finished support for make target "uninstall".
 
-2011-12-20 02:58  dustymugs
+2011-12-20 02:58  Bborie Park <bkpark at ucdavis.edu>
 
-	* Correct handling of make target "distclean". Next is "uninstall".
+	* [r8474] Correct handling of make target "distclean". Next is
+	  "uninstall".
 
-2011-12-19 19:21  strk
+2011-12-19 19:21  Sandro Santilli <strk at keybit.net>
 
-	* Update loader tests to use the new reprojection switch [#994]
+	* [r8473] Update loader tests to use the new reprojection switch
+	  [#994]
 
-2011-12-19 19:06  strk
+2011-12-19 19:06  Sandro Santilli <strk at keybit.net>
 
-	* Drop -r switch, allow requesting reprojection with -s [#994]
+	* [r8472] Drop -r switch, allow requesting reprojection with -s
+	  [#994]
 
-2011-12-19 16:19  strk
+2011-12-19 16:19  Sandro Santilli <strk at keybit.net>
 
-	* Make sure input is at least 3 characters long (#1146)
+	* [r8471] Make sure input is at least 3 characters long (#1146)
 
-2011-12-19 16:19  strk
+2011-12-19 16:19  Sandro Santilli <strk at keybit.net>
 
-	* Report testing of pg-8.4.9/pgis-2.0.0SVN =>
+	* [r8470] 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 at keybit.net>
 
-	* Document postgis_restore.pl based HARD UPGRADE procedure
+	* [r8469] Document postgis_restore.pl based HARD UPGRADE procedure
 	  
 	  Reviews are welcome.
 	  The new description replaces the old one so the brute force noisy
@@ -12263,250 +12954,259 @@
 	  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 at keybit.net>
 
-	* Allow keeping rows in spatial_ref_sys at postgis_restore.pl time
+	* [r8468] 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 at keybit.net>
 
-	* Fix SRIDs in topology.topology after restore.
+	* [r8467] Fix SRIDs in topology.topology after restore.
 
-2011-12-19 06:33  robe
+2011-12-19 06:33  Regina Obe <lr at pcorp.us>
 
-	* bump up numbers. logic to drop raster casts from extension if
-	  they are present and script asks to drop.
+	* [r8466] bump up 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 at pcorp.us>
 
-	* get rid of superfluous drop if exists _drop_st_samealignment
+	* [r8465] 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>
 
-	* Fixed to suppress PL/pgSQL notices causing issues due to line #
-	  output. Added order by to check_raster_overviews to ensure
+	* [r8464] Fixed to suppress 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 at pcorp.us>
 
-	* revise upgrade script to take into consideration change in casts
+	* [r8463] revise upgrade script to take into consideration change
+	  in casts
 
-2011-12-19 04:12  robe
+2011-12-19 04:12  Regina Obe <lr at pcorp.us>
 
-	* replace box2d with box3d in examples and remaining func
+	* [r8462] replace box2d with box3d in examples and remaining func
 
-2011-12-19 03:44  robe
+2011-12-19 03:44  Regina Obe <lr at pcorp.us>
 
-	* Clarify topology topoelement example that it is an example of
-	  WHAT NOT TO DO
+	* [r8461] 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 at pcorp.us>
 
-	* replace references to box2d with box3d
+	* [r8460] replace references to box2d with box3d
 
-2011-12-19 02:18  robe
+2011-12-19 02:18  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* 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.
+	* [r8458] 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>
 
-	* Refactored and cleaned up the regressions checks of values in
-	  raster_columns and raster_overviews views.
+	* [r8457] 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 at keybit.net>
 
-	* Document darkblue test: pg-9.1b3/pgis-1.5 to
+	* [r8456] 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 at keybit.net>
 
-	* Do not expect things to happen in "userland" schema (what is it?)
+	* [r8455] 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 at pcorp.us>
 
-	* put in missing tag
+	* [r8454] put in missing tag
 
-2011-12-18 18:05  robe
+2011-12-18 18:05  Regina Obe <lr at pcorp.us>
 
-	* add in some missing raster2pgsql switches and provide an example
-	  of the -G list drivers option.
+	* [r8453] 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 at keybit.net>
 
-	* Update after typo fix for AddGeometryColumn error message
+	* [r8452] Update after typo fix for AddGeometryColumn error message
 
-2011-12-18 14:22  strk
+2011-12-18 14:22  Sandro Santilli <strk at keybit.net>
 
-	* Fix st_extent on empty relation (#1385)
+	* [r8451] Fix st_extent on empty relation (#1385)
 
-2011-12-17 21:00  strk
+2011-12-17 21:00  Sandro Santilli <strk at keybit.net>
 
-	* AddGeometryColumns => AddGeometryColumn
+	* [r8450] AddGeometryColumns => AddGeometryColumn
 
-2011-12-17 01:50  robe
+2011-12-17 01:50  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r8449] fix typo
 
-2011-12-16 22:07  dustymugs
+2011-12-16 22:07  Bborie Park <bkpark at ucdavis.edu>
 
-	* Minor comment cleanup in rtpostgis.sql.in.c. Added regression
-	  tests for AddRasterConstraints, AddOverviewConstraints,
-	  DropRasterConstraints and DropOverviewConstraints.
+	* [r8448] Minor comment cleanup in rtpostgis.sql.in.c. Added
+	  regression tests for AddRasterConstraints,
+	  AddOverviewConstraints, DropRasterConstraints and
+	  DropOverviewConstraints.
 
-2011-12-16 17:20  strk
+2011-12-16 17:20  Sandro Santilli <strk at keybit.net>
 
-	* Do restore spatial_ref_sys from dump, temporarly disabling srid
-	  check
+	* [r8447] 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 at keybit.net>
 
-	* Add more signatures to skip on restore (raster)
+	* [r8446] Add more signatures to skip on restore (raster)
 
-2011-12-16 15:16  strk
+2011-12-16 15:16  Sandro Santilli <strk at keybit.net>
 
-	* Report full exception string on ST_Intersection failure (see
-	  #1173)
+	* [r8445] Report full exception string on ST_Intersection failure
+	  (see #1173)
 
-2011-12-16 14:59  strk
+2011-12-16 14:59  Sandro Santilli <strk at keybit.net>
 
-	* Add test for #1344 (can't dump invalid geometries)
+	* [r8444] Add test for #1344 (can't dump invalid geometries)
 
-2011-12-16 04:34  robe
+2011-12-16 04:34  Regina Obe <lr at pcorp.us>
 
-	* fix more typos
+	* [r8442] fix more typos
 
-2011-12-16 04:27  robe
+2011-12-16 04:27  Regina Obe <lr at pcorp.us>
 
-	* more typo fix
+	* [r8441] more typo fix
 
-2011-12-16 04:24  robe
+2011-12-16 04:24  Regina Obe <lr at pcorp.us>
 
-	* fix more typos
+	* [r8440] fix more typos
 
-2011-12-16 04:21  robe
+2011-12-16 04:21  Regina Obe <lr at pcorp.us>
 
-	* flesh out creating rasters section a bit.
+	* [r8439] flesh out creating rasters section a bit.
 
-2011-12-16 01:41  robe
+2011-12-16 01:41  Regina Obe <lr at pcorp.us>
 
-	* start best practices stuff and break up loading and creating into
-	  two separate sections.
+	* [r8438] 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 at pcorp.us>
 
-	* cosmetic change to lists
+	* [r8437] cosmetic change to lists
 
-2011-12-16 01:11  dustymugs
+2011-12-16 01:11  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of C-based ST_MinPossibleValue to replace the existing
-	  ST_MinPossibleVal which uses hard-coded values. Updated dependent
-	  functions and scripts/plpgsql to use new function. Deleted
-	  scripts/plpgsql/st_minpossibleval.sql to stop people from using
-	  it. Associated ticket is #1298.
+	* [r8436] Addition of C-based ST_MinPossibleValue to replace the
+	  existing ST_MinPossibleVal which uses hard-coded values. Updated
+	  dependent functions and scripts/plpgsql to use new function.
+	  Deleted 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>
 
-	* Just changes to the comments of ST_Intersection(geometry, raster)
+	* [r8435] 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>
 
-	* Addition of two-raster ST_Intersection function set in
+	* [r8434] Addition of two-raster ST_Intersection function set in
 	  raster-space well as 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>
 
-	* Renamed function parameters for ST_SameAlignment and
+	* [r8433] 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 at keybit.net>
 
-	* Allow calling geography_in with less than 3 args (see #1320)
+	* [r8432] 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 at keybit.net>
 
-	* Check typmod on geometry input. Fixes before triggers (#1320)
+	* [r8431] Check typmod on geometry input. Fixes before triggers
+	  (#1320)
 
-2011-12-15 15:11  strk
+2011-12-15 15:11  Sandro Santilli <strk at keybit.net>
 
-	* Fix documentation for the new option for GML box output
+	* [r8430] Fix documentation for the new option for GML box output
 
-2011-12-15 02:19  robe
+2011-12-15 02:19  Regina Obe <lr at pcorp.us>
 
-	* more error fixes and change ordered lists to itemized lists
+	* [r8429] more error fixes and change ordered lists to itemized
+	  lists
 
-2011-12-15 02:17  robe
+2011-12-15 02:17  Regina Obe <lr at pcorp.us>
 
-	* fix invalid link end
+	* [r8428] fix invalid link end
 
-2011-12-15 02:15  robe
+2011-12-15 02:15  Regina Obe <lr at pcorp.us>
 
-	* get rid of extra tag
+	* [r8427] get rid of extra tag
 
-2011-12-15 02:14  robe
+2011-12-15 02:14  Regina Obe <lr at pcorp.us>
 
-	* correct regular_blocking definition, add descriptions for
+	* [r8426] correct regular_blocking definition, add descriptions for
 	  raster_overview columns
 
-2011-12-15 01:56  robe
+2011-12-15 01:56  Regina Obe <lr at pcorp.us>
 
-	* more reasons why we have raster overviews
+	* [r8425] more reasons why we have raster overviews
 
-2011-12-15 01:54  robe
+2011-12-15 01:54  Regina Obe <lr at pcorp.us>
 
-	* Start raster_overviews section
+	* [r8424] Start raster_overviews section
 
-2011-12-15 00:21  dustymugs
+2011-12-15 00:21  Bborie Park <bkpark at ucdavis.edu>
 
-	* 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
+	* [r8423] 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>
 
-	* Commented out the dropping of box2d casts as the upgrade scripts
-	  won't install the box3d casts.
+	* [r8422] 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>
 
-	* Renamed operator functions and made appropriate changes to
-	  associated operators to be inline with usage for geometry and
+	* [r8421] Renamed operator functions and made appropriate changes
+	  to associated operators to be inline with usage for geometry and
 	  geography. Associated ticket is #633. 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>
 
-	* Added DROP CAST and DROP FUNCTION for box2d.
+	* [r8420] 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>
 
-	* Dropped casts to box2d and replaced with casts to box3d.
+	* [r8419] 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>
 
-	* Added option -G to get listing of supported raster types instead
-	  of calling ST_GDALDrivers in SQL. Had to tweak
+	* [r8418] Added option -G to get listing of supported raster types
+	  instead of calling ST_GDALDrivers in SQL. Had to tweak
 	  rt_raster_gdal_drivers in rt_api.c to not limit drivers based
 	  upon creation capabilities. Associated ticket is #1374.
 	  Added ability to specify band indices with ranges for option -b.
@@ -12516,20 +13216,21 @@
 	  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 at pcorp.us>
 
-	* document raster_columns catalog view
+	* [r8417] document raster_columns catalog view
 
-2011-12-14 18:33  strk
+2011-12-14 18:33  Sandro Santilli <strk at keybit.net>
 
-	* Make dropping of log files fully controlled by switch (#1376)
+	* [r8416] 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 at keybit.net>
 
-	* Regress test all behaviors involving EMPTY geometries
+	* [r8415] Regress test all behaviors involving EMPTY geometries
 	  
 	  See http://trac.osgeo.org/postgis/wiki/DevWikiEmptyGeometry
 	  Changes ST_NumPoints and ST_ExteriorRing to behave requested.
@@ -12537,402 +13238,413 @@
 	  
 	  Closes #692
 
-2011-12-14 18:24  strk
+2011-12-14 18:24  Sandro Santilli <strk at keybit.net>
 
-	* Crossref ST_InteriorRingN with ST_ExteriorRing
+	* [r8414] Crossref ST_InteriorRingN with ST_ExteriorRing
 
-2011-12-14 17:13  strk
+2011-12-14 17:13  Sandro Santilli <strk at keybit.net>
 
-	* Drop temporary files if there are no failures (#1376)
+	* [r8413] Drop temporary files if there are no failures (#1376)
 
-2011-12-14 16:02  strk
+2011-12-14 16:02  Sandro Santilli <strk at keybit.net>
 
-	* Fix crash on ST_AsGML('POLYGON EMPTY') (#681)
+	* [r8412] 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 at keybit.net>
 
-	* Fix a typo from last commit, stub test for GML emptyness
+	* [r8411] 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 at keybit.net>
 
-	* Enable a test for an old bugfix (#683)
+	* [r8410] Enable a test for an old bugfix (#683)
 
-2011-12-14 14:46  strk
+2011-12-14 14:46  Sandro Santilli <strk at keybit.net>
 
-	* Move the EMPTY buffer test from tickets.sql to empty.sql
+	* [r8409] 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 at keybit.net>
 
-	* Return empty geoms snapped to a grid as immutated (#1089)
+	* [r8408] 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 at pcorp.us>
 
-	* minor corrections / enhancements
+	* [r8407] minor corrections / enhancements
 
-2011-12-14 13:31  strk
+2011-12-14 13:31  Sandro Santilli <strk at keybit.net>
 
-	* Drop topology specific versioning
+	* [r8406] Drop topology specific versioning
 
-2011-12-14 13:31  strk
+2011-12-14 13:31  Sandro Santilli <strk at keybit.net>
 
-	* Add more skip signatures, from interim builds
+	* [r8405] Add more skip signatures, from interim builds
 
-2011-12-14 11:22  robe
+2011-12-14 11:22  Regina Obe <lr at pcorp.us>
 
-	* minor change to rtpostgis_drop so can more easily drop from
-	  extension for extension install. Many changes to extensions so
-	  can use native postgis upgarde and raster upgrade scripts. bump
-	  up version numbers
+	* [r8404] minor change to rtpostgis_drop so can more easily drop
+	  from extension for extension install. Many changes to extensions
+	  so can use native postgis upgarde and raster upgrade scripts.
+	  bump up version numbers
 
-2011-12-14 10:44  robe
+2011-12-14 10:44  Regina Obe <lr at pcorp.us>
 
-	* fix errors in documentation and comment scripts preveningt
-	  comments install from installing cleanly
+	* [r8403] 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 at pcorp.us>
 
-	* Get rid of removed AddRasterTable,Column etc and replace with
-	  newer AddRasterConstraints/DropRasterConstraints
+	* [r8402] 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 at keybit.net>
 
-	* Add -v switch to postgis_restore.pl, tweak usage and debug output
+	* [r8401] 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 at pcorp.us>
 
-	* Add stub section describing the raster_columns and
+	* [r8400] 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>
 
-	* As per discussion in postgis-devel regarding Ubuntu 11.10,
-	  tweaked the order in which -lm is passed to LDFLAGS
+	* [r8399] 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>
 
-	* Refactored for less memory usage by aggresively flushing string
-	  buffers.
+	* [r8398] Refactored for less memory usage by aggresively flushing
+	  string buffers.
 
-2011-12-13 23:29  strk
+2011-12-13 23:29  Sandro Santilli <strk at keybit.net>
 
-	* Disable triggers on the topology.layer table during restore, to
-	  allow population in random order (#1371)
+	* [r8397] 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>
 
-	* 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.
+	* [r8396] 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 at pcorp.us>
 
-	* Add -Y copy switch
+	* [r8395] Add -Y copy switch
 
-2011-12-13 21:58  robe
+2011-12-13 21:58  Regina Obe <lr at pcorp.us>
 
-	* more examples -- put in a missing copy switch -- more switches to
-	  add.
+	* [r8394] 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>
 
-	* 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] 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>
 
-	* Fixed incorrect entity using_raster_dataman.
+	* [r8392] Fixed incorrect entity using_raster_dataman.
 
-2011-12-13 19:15  robe
+2011-12-13 19:15  Regina Obe <lr at pcorp.us>
 
-	* break raste loder into its own data management chapter -- this
-	  chapter will expand in time. Get rid of how to use old
+	* [r8391] 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>
 
-	* Removal of now-unsupported AddRasterColumn, DropRasterColumn and
-	  DropRasterTable.
+	* [r8390] 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>
 
-	* Added DROP AGGREGATE for new ST_Union signature. Associated
-	  ticket is #1372.
+	* [r8389] 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>
 
-	* Removed PGXS and added explicit bin path variable. Works now in
-	  8.4, 9.0 and 9.1. Related ticket is #1370.
+	* [r8388] 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 at keybit.net>
 
-	* Drop the old postgis_restore.pl and substitute it with the new
-	  one
+	* [r8387] 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 at keybit.net>
 
-	* Ignore more Makefiles
+	* [r8386] Ignore more Makefiles
 
-2011-12-13 16:33  strk
+2011-12-13 16:33  Sandro Santilli <strk at keybit.net>
 
-	* Strictness fixes, internal docs
+	* [r8385] Strictness fixes, internal docs
 
-2011-12-13 15:04  dustymugs
+2011-12-13 15:04  Bborie Park <bkpark at ucdavis.edu>
 
-	* 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] 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>
 
-	* Removed PGXS as per ticket #1370.
+	* [r8383] Removed PGXS as per ticket #1370.
 
-2011-12-13 12:00  strk
+2011-12-13 12:00  Sandro Santilli <strk at keybit.net>
 
-	* Maintain the buffer-returns-areal invariant on empty input (#322)
+	* [r8382] Maintain the buffer-returns-areal invariant on empty
+	  input (#322)
 
-2011-12-13 12:00  strk
+2011-12-13 12:00  Sandro Santilli <strk at keybit.net>
 
-	* tabs to spaces
+	* [r8381] tabs to spaces
 
-2011-12-13 10:38  strk
+2011-12-13 10:38  Sandro Santilli <strk at keybit.net>
 
-	* Always output create ore replace view in upgrade scripts (#1097)
+	* [r8380] Always output create ore replace view in upgrade scripts
+	  (#1097)
 
-2011-12-13 09:59  strk
+2011-12-13 09:59  Sandro Santilli <strk at keybit.net>
 
-	* Allow function definitions to end with '$$ LANGUAGE' (#1365)
+	* [r8379] Allow function definitions to end with '$$ LANGUAGE'
+	  (#1365)
 
-2011-12-13 09:59  strk
+2011-12-13 09:59  Sandro Santilli <strk at keybit.net>
 
-	* Use warnings
+	* [r8378] Use warnings
 
-2011-12-13 09:58  strk
+2011-12-13 09:58  Sandro Santilli <strk at keybit.net>
 
-	* Encode dependency of upgrade script from the tool generating it
+	* [r8377] Encode dependency of upgrade script from the tool
+	  generating it
 
-2011-12-13 09:16  strk
+2011-12-13 09:16  Sandro Santilli <strk at keybit.net>
 
-	* Add copyright headers, looking at SCM logs. Review welcome.
+	* [r8376] 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>
 
-	* Text format cleanup in loader/raster2pgsql.c. Fixed missing
-	  target in scripts/Makefile.in
+	* [r8375] 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>
 
-	* Added missing Makefile.in for raster/scripts
+	* [r8374] Added missing Makefile.in for raster/scripts
 
-2011-12-13 05:06  dustymugs
+2011-12-13 05:06  Bborie Park <bkpark at ucdavis.edu>
 
-	* Set svn:keywords for "$Id$"
+	* [r8373] Set svn:keywords for "$Id$"
 
-2011-12-13 05:03  dustymugs
+2011-12-13 05:03  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added version information.
+	* [r8372] Added version information.
 	  
 	  Associated ticket is #1369.
 
-2011-12-13 03:00  dustymugs
+2011-12-13 03:00  Bborie Park <bkpark at ucdavis.edu>
 
-	* 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.
+	* [r8371] 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>
 
-	* Additional check with warnings if PostgreSQL identifiers exceed
-	  the standard maximum length of 63 characters (64 counting NULL)
+	* [r8370] 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>
 
-	* Addition of C-based raster2pgsql in raster/loader. No changes
-	  have been made to remove the existing python-based
+	* [r8369] Addition of C-based raster2pgsql in raster/loader. No
+	  changes have been made to remove the existing python-based
 	  raster2pgsql.py nor remove the python dependency in configure.
 	  Users will need to run autogen.sh after this revision.
 	  
 	  Associated ticket is #1297.
 
-2011-12-12 22:42  strk
+2011-12-12 22:42  Sandro Santilli <strk at keybit.net>
 
-	* Skip constraints on raster_columns and raster_overviews
+	* [r8368] Skip constraints on raster_columns and raster_overviews
 
-2011-12-12 22:38  robe
+2011-12-12 22:38  Regina Obe <lr at pcorp.us>
 
-	* fix title
+	* [r8367] fix title
 
-2011-12-12 22:22  strk
+2011-12-12 22:22  Sandro Santilli <strk at keybit.net>
 
-	* Rewrite spatial table constraints to add st_ prefix and use 0
-	  rather than -1 for unknown
+	* [r8366] 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 at keybit.net>
 
-	* Filter OPERATOR at the ASCII dump phase to have finer control
-	  over which operators are really skipped (#1368)
+	* [r8365] 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 at pcorp.us>
 
-	* another example of ST_Union
+	* [r8364] another example of ST_Union
 
-2011-12-12 20:23  robe
+2011-12-12 20:23  Regina Obe <lr at pcorp.us>
 
-	* example of ST_Union
+	* [r8363] example of ST_Union
 
-2011-12-12 16:10  strk
+2011-12-12 16:10  Sandro Santilli <strk at keybit.net>
 
-	* Drop lwgeom_gist and dependent items, including from dumps
-	  (#1362)
+	* [r8362] Drop lwgeom_gist and dependent items, including from
+	  dumps (#1362)
 
-2011-12-12 15:45  strk
+2011-12-12 15:45  Sandro Santilli <strk at keybit.net>
 
-	* Do not restore metadata tables which now became views
+	* [r8361] Do not restore metadata tables which now became views
 
-2011-12-12 15:28  strk
+2011-12-12 15:28  Sandro Santilli <strk at keybit.net>
 
-	* Cleanup item list: drop duplicates, add some missings
+	* [r8360] Cleanup item list: drop duplicates, add some missings
 
-2011-12-12 15:28  strk
+2011-12-12 15:28  Sandro Santilli <strk at keybit.net>
 
-	* Remove duplicated entries, add some missing ones
+	* [r8359] Remove duplicated entries, add some missing ones
 
-2011-12-12 12:17  robe
+2011-12-12 12:17  Regina Obe <lr at pcorp.us>
 
-	* reduce ST_MakeEnvelope down to one function but make srid default
-	  to 0 (would be nice if we defined an @SRID_UNKNOWN in the
+	* [r8358] 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 at pcorp.us>
 
-	* oops took out a tag by accident
+	* [r8357] oops took out a tag by accident
 
-2011-12-12 12:03  robe
+2011-12-12 12:03  Regina Obe <lr at pcorp.us>
 
-	* document the new ST_MakeEnvelope variant (pretend like its used
-	  default paramters already), will fix the code later
+	* [r8356] 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 at pcorp.us>
 
-	* #1366 -- don't rely on state field being capitalized.
+	* [r8355] #1366 -- don't rely on state field being capitalized.
 
-2011-12-11 20:23  robe
+2011-12-11 20:23  Regina Obe <lr at pcorp.us>
 
-	* forgot about max /min
+	* [r8354] forgot about max /min
 
-2011-12-11 20:21  robe
+2011-12-11 20:21  Regina Obe <lr at pcorp.us>
 
-	* change generateor to display name for aggregates instead of id.
-	  For raster ids are different from name
+	* [r8353] 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 at pcorp.us>
 
-	* preliminary documentation for raster version of ST_Union
+	* [r8352] preliminary documentation for raster version of ST_Union
 	  aggregate function
 
-2011-12-11 15:45  robe
+2011-12-11 15:45  Regina Obe <lr at pcorp.us>
 
-	* Revisions to ST_Union for raster: get rid of dependency on
-	  rastexpr (and get rid of type), put in regress tests, get rid of
-	  many ST_Union permutations and limit to st_union(rast),
+	* [r8351] Revisions to ST_Union for raster: get rid of dependency
+	  on rastexpr (and get rid of type), put in regress tests, get rid
+	  of many ST_Union permutations and limit to st_union(rast),
 	  st_union(rast,p_expression), st_union(rast,band_num),
 	  st_union(rast,band_num,p_expression). Note for drop I'm not
 	  dropping those other versions in case 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 at pcorp.us>
 
-	* fix function name typo in geocode_intersection
+	* [r8350] fix function name typo in geocode_intersection
 
-2011-12-10 18:08  robe
+2011-12-10 18:08  Regina Obe <lr at pcorp.us>
 
-	* minor edit
+	* [r8349] minor edit
 
-2011-12-10 18:03  robe
+2011-12-10 18:03  Regina Obe <lr at pcorp.us>
 
-	* fix error in logic
+	* [r8348] fix error in logic
 
-2011-12-10 16:56  robe
+2011-12-10 16:56  Regina Obe <lr at pcorp.us>
 
-	* missed a spot
+	* [r8347] missed a spot
 
-2011-12-10 16:55  robe
+2011-12-10 16:55  Regina Obe <lr at pcorp.us>
 
-	* describe the example a bit better for ST_AddBand multi-band
-	  example
+	* [r8346] 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 at pcorp.us>
 
-	* #1361: fill in some more cases where hard/soft
+	* [r8345] #1361: fill in some more cases where hard/soft
 
-2011-12-10 11:04  robe
+2011-12-10 11:04  Regina Obe <lr at pcorp.us>
 
-	* #1361: make it clearer that a hard upgrade is required of
+	* [r8344] #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 at pcorp.us>
 
-	* ST_AddBand version that takes an array of rasters
+	* [r8343] 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>
 
-	* Fixed calls to the wrong memory allocation function in rtpg_XXX
-	  utility functions.
+	* [r8342] 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>
 
-	* Code refactoring in rtpg_ utility functions for better memory
-	  usage and syntax cleanup in rt_api.*
+	* [r8341] 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>
 
-	* Fixed missing $ in AddOverviewConstraint() which was setting 7 as
-	  the overview factor instead of the value at $7.
+	* [r8340] 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 at keybit.net>
 
-	* Add all signatures found in a newly created PostGIS 2.0 database
+	* [r8339] 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 at keybit.net>
 
-	* Add box3d related objects to skip in the _restore scripts (#1359)
+	* [r8338] 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 at keybit.net>
 
-	* Restrict disabled code to the one really hurting
+	* [r8337] 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 at keybit.net>
 
-	* gbox_float_round: don't roundup Z value if the box doesn't have
-	  one
+	* [r8336] 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 at keybit.net>
 
-	* Add a public lwgeom_get_bbox function (#1324)
+	* [r8335] Add a public lwgeom_get_bbox function (#1324)
 
-2011-12-09 14:37  strk
+2011-12-09 14:37  Sandro Santilli <strk at keybit.net>
 
-	* Don't let lwgeom_add_bbox syntetize a fake box for empty
+	* [r8334] Don't let lwgeom_add_bbox syntetize a fake box for empty
 	  geometries
 	  
 	  Empty geometries have no box. Period.
@@ -12940,575 +13652,595 @@
 	  special
 	  case by using empty tags. Regress test it.
 
-2011-12-09 13:50  strk
+2011-12-09 13:50  Sandro Santilli <strk at keybit.net>
 
-	* Fix segfault in GML3 extent output (#1323)
+	* [r8333] 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 at keybit.net>
 
-	* Allow calling ST_MakeEnvelope w/out a srid (#1339)
+	* [r8332] Allow calling ST_MakeEnvelope w/out a srid (#1339)
 
-2011-12-09 11:18  strk
+2011-12-09 11:18  Sandro Santilli <strk at keybit.net>
 
-	* Add a gbox_overlaps_2d function, use when appropriate (#1357)
+	* [r8331] Add a gbox_overlaps_2d function, use when appropriate
+	  (#1357)
 
-2011-12-08 22:16  pramsey
+2011-12-08 22:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Guard against NaN values in coordinates passing into GEOS (#627)
+	* [r8328] Guard against NaN values in coordinates passing into GEOS
+	  (#627)
 
-2011-12-08 21:57  pramsey
+2011-12-08 21:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Check that NaN coordinate values find their way into bboxes, they
-	  do, NaN is bigger than Inf, apparently.
+	* [r8327] 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 at cleverelephant.ca>
 
-	* Test for bbox calculations when there's an infinite coordinate.
+	* [r8326] 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>
 
-	* Return use of GDAL "natural" blocking removed in r8313 and
-	  refactor pointer handling.
+	* [r8325] 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 at cleverelephant.ca>
 
-	* Remove box3d_extent hack
+	* [r8324] Remove box3d_extent hack
 
-2011-12-08 17:54  pramsey
+2011-12-08 17:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make the ST_Equals test insensitive to minor box differences.
+	* [r8323] Make the ST_Equals test insensitive to minor box
+	  differences.
 
-2011-12-08 14:44  robe
+2011-12-08 14:44  Regina Obe <lr at pcorp.us>
 
-	* Add Jose and Even to credits
+	* [r8322] Add Jose and Even to credits
 
-2011-12-08 13:35  strk
+2011-12-08 13:35  Sandro Santilli <strk at keybit.net>
 
-	* Add a note about ST_Estimated_Extent on empty or non-analyzed
-	  tables (#877)
+	* [r8321] 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 at keybit.net>
 
-	* Have ST_Estimated_Extent return NULL when no stats are found for
-	  a table.
+	* [r8319] 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 at keybit.net>
 
-	* Hush VACUUM and ANALYZE backend feedback while running tests
+	* [r8318] Hush VACUUM and ANALYZE backend feedback while running
+	  tests
 
-2011-12-08 08:07  strk
+2011-12-08 08:07  Sandro Santilli <strk at keybit.net>
 
-	* topology.AddToSearchPath: quote database identifier.
+	* [r8315] topology.AddToSearchPath: quote database identifier.
 	  
 	  Thanks to Jose Carlos Martinez Llario <jomarlla at cgf.upv.es>
 
-2011-12-07 20:46  dustymugs
+2011-12-07 20:46  Bborie Park <bkpark at ucdavis.edu>
 
-	* 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.
+	* [r8314] 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>
 
-	* 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.
+	* [r8313] 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 at pcorp.us>
 
-	* alphabetize and update tester credits
+	* [r8312] alphabetize and update tester credits
 
-2011-12-07 03:41  robe
+2011-12-07 03:41  Regina Obe <lr at pcorp.us>
 
-	* update license to provide detail about documentation license and
-	  copyright of data etc.
+	* [r8311] 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>
 
-	* Fixed regression issue with rt_raster_from_gdal_dataset by
-	  explicitly setting the valid block sizes passed into
+	* [r8310] 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>
 
-	* Removed attempt to duplicate entire band in
+	* [r8309] 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 at pcorp.us>
 
-	* 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] 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 at keybit.net>
 
-	* Add copyright header. Date and attribution looked up by SCM
-	  history.
+	* [r8307] 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>
 
-	* 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] 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>
 
-	* As per discussions and ticket #1319, raster_columns and
+	* [r8305] As per discussions and ticket #1319, raster_columns and
 	  raster_overviews are now constraint-based views. AddRasterColumn,
 	  DropRasterColumn and DropRasterTable are now deprecated in favor
 	  of AddRasterConstraints and DropRasterConstraints. Additional
 	  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>
 
-	* Removed division by bin-width for when bin-widths are specified
-	  in ST_Histogram
+	* [r8304] 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>
 
-	* Correctly free raster memory when handling NULL rasters.
+	* [r8303] 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 at pcorp.us>
 
-	* #1343: get rid of geomvalxy and change ST_PixelAsPolygons to use
-	  default args and do without geomvalxy
+	* [r8302] #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 at pcorp.us>
 
-	* #1338 - document ST_PixelWidth/Height
+	* [r8301] #1338 - document ST_PixelWidth/Height
 
-2011-12-03 06:54  dustymugs
+2011-12-03 06:54  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed VARIADIC from ST_BandMetadata. Associated ticket is
-	  #1343.
+	* [r8300] Removed VARIADIC from ST_BandMetadata. Associated ticket
+	  is #1343.
 
-2011-12-02 17:44  robe
+2011-12-02 17:44  Regina Obe <lr at pcorp.us>
 
-	* #1346: fix misuse of quote_literal causing topology, topology,
-	  topology, topology
+	* [r8299] #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 at keybit.net>
 
-	* Encode dependency of topology.sql on ManageHelper.sql
+	* [r8298] Encode dependency of topology.sql on ManageHelper.sql
 
-2011-12-02 15:43  robe
+2011-12-02 15:43  Regina Obe <lr at pcorp.us>
 
-	* more revisions to cross streets logic -- don't rely on start
-	  point working with multilinestrings. change tfid to be unique
-	  index on faces.
+	* [r8297] 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>
 
-	* Added cleanup statements for bandmetatype type and change
+	* [r8296] 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>
 
-	* Removed the type bandmetadata as per #1343.
+	* [r8295] Removed the type bandmetadata as per #1343.
 
-2011-12-02 08:07  robe
+2011-12-02 08:07  Regina Obe <lr at pcorp.us>
 
-	* move geocode_intersection.sql to user api section since it is
-	  documented.
+	* [r8294] 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 at pcorp.us>
 
-	* try to make emphasis bold by putting in a role='bold'
+	* [r8293] 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 at pcorp.us>
 
-	* replace ~= with ST_OrderingEquals (now that we got rid of recheck
-	  the older ~= no longer is a truish geometry equality operator
+	* [r8292] 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 at pcorp.us>
 
-	* emphasize approximate in KNN operators to reduce the chance of
-	  any misunderstandings
+	* [r8291] 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 at pcorp.us>
 
-	* make compatible with postgresql 8.4, more speed improvements
+	* [r8290] make compatible with postgresql 8.4, more speed
+	  improvements
 
-2011-12-01 17:52  robe
+2011-12-01 17:52  Regina Obe <lr at pcorp.us>
 
-	* missed a spot about occasions where point distance is not same as
-	  <->
+	* [r8289] 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 at pcorp.us>
 
-	* try to clarify accuracy etc. of <#> and <->
+	* [r8288] try to clarify accuracy etc. of <#> and <->
 
-2011-12-01 16:14  pracine
+2011-12-01 16:14  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Ticket 1342. Integrate ST_PixelAsPolygons into rtpostgis.sql
+	* [r8287] Ticket 1342. Integrate ST_PixelAsPolygons into
+	  rtpostgis.sql
 
-2011-12-01 16:07  pracine
+2011-12-01 16:07  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Return null when band number does not exist.
+	* [r8286] Return null when band number does not exist.
 
-2011-12-01 16:06  pracine
+2011-12-01 16:06  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Removed ST_MinPossibleVal defined in another script
+	* [r8285] Removed ST_MinPossibleVal defined in another script
 
-2011-12-01 16:05  pracine
+2011-12-01 16:05  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Added doc, more test and return null when band number does not
-	  exist.
+	* [r8284] 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 at sbf.ulaval.ca>
 
-	* Ticket 1342. Integrate ST_Clip script into rtpostgis.sql
+	* [r8283] Ticket 1342. Integrate ST_Clip script into rtpostgis.sql
 
-2011-12-01 15:15  pracine
+2011-12-01 15:15  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Ticket #1340. Integrate ST_Union into rtpostgis.sql
+	* [r8282] Ticket #1340. Integrate ST_Union into rtpostgis.sql
 
-2011-12-01 15:11  pracine
+2011-12-01 15:11  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Replaced AsBinary with ST_AsBinary in the test section
+	* [r8281] Replaced AsBinary with ST_AsBinary in the test section
 
-2011-12-01 13:32  robe
+2011-12-01 13:32  Regina Obe <lr at pcorp.us>
 
-	* #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] #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 at pcorp.us>
 
-	* #1333 geocode_intersections: would help to actually include the
-	  function to.
+	* [r8276] #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 at pcorp.us>
 
-	* #1333 geocode intersections
+	* [r8275] #1333 geocode intersections
 
-2011-12-01 04:29  dzwarg
+2011-12-01 04:29  David Zwarg <dzwarg at azavea.com>
 
-	* Added neighborhood hillshade on top of ST_MapAlgebraFctNgb. Part
-	  of #1318
+	* [r8274] 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>
 
-	* Tweaked ST_BandMetadata so that calling the function with an
-	  empty array returns all metadata of all bands. Example:
+	* [r8273] 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 at sbf.ulaval.ca>
 
-	* Copied from ST_MapAlgebra.sql
+	* [r8272] Copied from ST_MapAlgebra.sql
 
-2011-12-01 01:10  pracine
+2011-12-01 01:10  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Copied from ST_Union
+	* [r8271] Copied from ST_Union
 
-2011-12-01 01:09  pracine
+2011-12-01 01:09  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Some cleaning before inclusion in rtpostgis.sql
+	* [r8270] 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 at sbf.ulaval.ca>
 
-	* Return the last band when the provided band number does not
-	  exist.
+	* [r8269] 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 at sbf.ulaval.ca>
 
-	* Added some variants and tests
+	* [r8268] Added some variants and tests
 
-2011-11-30 22:42  pracine
+2011-11-30 22:42  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* plpgsql implementation for st_clip.sql(raster, geom)
+	* [r8267] plpgsql implementation for st_clip.sql(raster, geom)
 
-2011-11-30 22:41  pracine
+2011-11-30 22:41  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Added the id of the polygon in the example
+	* [r8266] Added the id of the polygon in the example
 
-2011-11-30 22:34  dzwarg
+2011-11-30 22:34  David Zwarg <dzwarg at azavea.com>
 
-	* Added ST_Aspect map algebra neighborhood shortcut function. #1318
+	* [r8265] Added ST_Aspect map algebra neighborhood shortcut
+	  function. #1318
 
-2011-11-30 21:44  dzwarg
+2011-11-30 21:44  David Zwarg <dzwarg at azavea.com>
 
-	* Added ST_Slope map algebra neighborhood shortcut function.
+	* [r8264] 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>
 
-	* Fixed ST_AsRaster to duplicate exactly the attributes of a
-	  reference raster.
+	* [r8263] 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 at azavea.com>
 
-	* Added helper user functions for common MapAlgebra operations:
-	  Min, Max, Mean, Range. #1318
+	* [r8262] Added 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 at azavea.com>
 
-	* Updated tests for 'dog-ate-my-homework' test. Expanded comments
-	  and elaborated on complex conditionals in ST_MapAlgebraFctNgb
+	* [r8261] 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 at azavea.com>
 
-	* Added additional tests for ST_MapAlgebraFctNgb, changed string
-	  compare on nodatamode to !=
+	* [r8260] 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>
 
-	* In preparation of turning the table raster_columns into a view,
-	  refactored ST_BandMetadata to have the bandnum parameter be
+	* [r8259] 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 at keybit.net>
 
-	* Ignore more generated files
+	* [r8258] Ignore more generated files
 
-2011-11-29 20:22  pramsey
+2011-11-29 20:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_AddPoint returns incorrect result on Linux (#1335) from roualt
+	* [r8257] 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 at sbf.ulaval.ca>
 
-	* Replaced the summarystatsstate type with the summarystats type to
-	  avoid defining a new type.
+	* [r8256] 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 at sbf.ulaval.ca>
 
-	* Changed the note at the beginning of the file when the function
-	  is now implemented in C.
+	* [r8255] 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 at sbf.ulaval.ca>
 
-	* Some more useful functions
+	* [r8254] Some more useful functions
 
-2011-11-29 16:15  pracine
+2011-11-29 16:15  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Added some plpgsql functions
+	* [r8253] Added some plpgsql functions
 
-2011-11-29 08:49  robe
+2011-11-29 08:49  Regina Obe <lr at pcorp.us>
 
-	* Fix for #1310
+	* [r8252] Fix for #1310
 
-2011-11-28 13:36  robe
+2011-11-28 13:36  Regina Obe <lr at pcorp.us>
 
-	* 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
+	* [r8251] 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 at pcorp.us>
 
-	* put a firmer sorta date in the sand
+	* [r8250] put a firmer sorta date in the sand
 
-2011-11-26 21:16  robe
+2011-11-26 21:16  Regina Obe <lr at pcorp.us>
 
-	* more credit cleanup -- add people I missed, fix some minor typos
+	* [r8249] 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 at cleverelephant.ca>
 
-	* ST_AsSVG kills whole postgres server when fails (#1028)
+	* [r8246] ST_AsSVG kills whole postgres server when fails (#1028)
 
-2011-11-26 05:25  robe
+2011-11-26 05:25  Regina Obe <lr at pcorp.us>
 
-	* update credits to include hard-core testers
+	* [r8244] update credits to include hard-core testers
 
-2011-11-26 05:04  pramsey
+2011-11-26 05:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Revert per #1246
+	* [r8243] Revert per #1246
 
-2011-11-25 11:54  robe
+2011-11-25 11:54  Regina Obe <lr at pcorp.us>
 
-	* remove more obsolete protos in docs and up extension alpha
-	  version numbers
+	* [r8242] 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 at pcorp.us>
 
-	* remove more protos that have been removed and replaced with
-	  default args
+	* [r8241] 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 at keybit.net>
 
-	* Move the 'CREATE SCHEMA' query out of first column anchorage
-	  (#1325)
+	* [r8239] 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 at cleverelephant.ca>
 
-	* Fix operator mis-referencing nd function for 2d op.
+	* [r8238] Fix operator mis-referencing nd function for 2d op.
 
-2011-11-24 16:01  strk
+2011-11-24 16:01  Sandro Santilli <strk at keybit.net>
 
-	* Override GeometryType and ST_GeometryType for TopoGeometry
-	  (#1289)
+	* [r8237] Override GeometryType and ST_GeometryType for
+	  TopoGeometry (#1289)
 	  
 	  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 at keybit.net>
 
-	* Shake legacy testcase a bit to avoid to mix population with
-	  queries
+	* [r8236] 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 at pcorp.us>
 
-	* provide examples for ST_GeomFromGeoJSON now that I can compile it
-	  :)
+	* [r8235] 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 at pcorp.us>
 
-	* update to include links to wiki for extra compilation help and
-	  pre-built binaries.
+	* [r8234] 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 at pcorp.us>
 
-	* Amend installation instructions to include json-dir configure
-	  option
+	* [r8233] Amend installation instructions to include json-dir
+	  configure option
 
-2011-11-24 02:05  robe
+2011-11-24 02:05  Regina Obe <lr at pcorp.us>
 
-	* minor updates to bios
+	* [r8232] minor updates to bios
 
-2011-11-24 01:58  robe
+2011-11-24 01:58  Regina Obe <lr at pcorp.us>
 
-	* update news / credits for ST_GeomFromGeoJSON
+	* [r8231] update news / credits for ST_GeomFromGeoJSON
 
-2011-11-23 17:28  strk
+2011-11-23 17:28  Sandro Santilli <strk at keybit.net>
 
-	* Const-correct GML signatures
+	* [r8229] Const-correct GML signatures
 
-2011-11-23 17:26  robe
+2011-11-23 17:26  Regina Obe <lr at pcorp.us>
 
-	* change + to | to make strk happy
+	* [r8228] change + to | to make strk happy
 
-2011-11-23 17:24  robe
+2011-11-23 17:24  Regina Obe <lr at pcorp.us>
 
-	* update ST_AsGML with examples and include envelope bits option
+	* [r8227] update ST_AsGML with examples and include envelope bits
+	  option
 
-2011-11-23 15:27  robe
+2011-11-23 15:27  Regina Obe <lr at pcorp.us>
 
-	* fix typo in GML description noted by strk
+	* [r8226] fix typo in GML description noted by strk
 
-2011-11-23 02:17  robe
+2011-11-23 02:17  Regina Obe <lr at pcorp.us>
 
-	* correct signatures of some functions changed to use more default
-	  args
+	* [r8225] 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>
 
-	* Prefixed internal C utility functions with rtpg_. This keeps the
-	  coding style inline with that for postgis.
+	* [r8224] 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>
 
-	* Corrected incorrect drop function statement.
+	* [r8223] Corrected incorrect drop function statement.
 
-2011-11-22 17:58  dustymugs
+2011-11-22 17:58  Bborie Park <bkpark at ucdavis.edu>
 
-	* More SQL function cleanup with use of default parameter values.
+	* [r8222] More SQL function cleanup with use of default parameter
+	  values.
 
-2011-11-22 09:26  robe
+2011-11-22 09:26  Regina Obe <lr at pcorp.us>
 
-	* up the alpha numbers
+	* [r8221] up the alpha numbers
 
-2011-11-22 09:21  robe
+2011-11-22 09:21  Regina Obe <lr at pcorp.us>
 
-	* missed a spot
+	* [r8220] missed a spot
 
-2011-11-22 09:05  robe
+2011-11-22 09:05  Regina Obe <lr at pcorp.us>
 
-	* correct documentation to get rid of protos eradicated in r8218
-	  (so extensions installs)
+	* [r8219] 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>
 
-	* Additional function cleanup by making use of DEFAULT parameter
-	  values
+	* [r8218] 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>
 
-	* Fixed expression parsing in RASTER_mapAlgebra2. Evidently, the
-	  count parameter of replace() is an input/output parameter.
+	* [r8217] 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>
 
-	* Fixed behavior of one raster not having specified band and being
-	  sampled.
+	* [r8216] 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>
 
-	* Fixed extent bug for UNION in rt_raster_from_two_rasters
+	* [r8215] 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 at pcorp.us>
 
-	* description corrections to ST_MapAlgebraNgbFct based on input
-	  from dzwarg
+	* [r8214] 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 at sbf.ulaval.ca>
 
-	* Many fix following the C implementation of the two raster version
-	  of ST_MapAlgebra.
+	* [r8213] 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 at keybit.net>
 
-	* Add a vertex-snap-tolerance parameter to ptarray_substring
+	* [r8212] 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 at pcorp.us>
 
-	* revise explanation based on trying to read the code to figure out
-	  what nodatamode in theory should be doing
+	* [r8211] 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 at keybit.net>
 
-	* Numerate tests for line_substring
+	* [r8210] Numerate tests for line_substring
 
-2011-11-21 15:59  pracine
+2011-11-21 15:59  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -Fix cut and paste error
+	* [r8209] -Fix cut and paste error
 
-2011-11-21 15:37  robe
+2011-11-21 15:37  Regina Obe <lr at pcorp.us>
 
-	* get rid of extra para tag
+	* [r8208] get rid of extra para tag
 
-2011-11-21 15:32  robe
+2011-11-21 15:32  Regina Obe <lr at pcorp.us>
 
-	* 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
+	* [r8207] 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 at keybit.net>
 
-	* Add testcase for #1311 (lwgeom_split).
+	* [r8206] 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 at keybit.net>
 
-	* Fix memory leak in lwgeom_split
+	* [r8205] Fix memory leak in lwgeom_split
 
-2011-11-21 12:10  strk
+2011-11-21 12:10  Sandro Santilli <strk at keybit.net>
 
-	* Hush warning about missing prototype.
+	* [r8204] Hush warning about missing prototype.
 	  
 	  This is really a commit intended to amend the previous for the
 	  sake
@@ -13516,9 +14248,10 @@
 	  #1023
 	  which is more complex)
 
-2011-11-21 12:03  strk
+2011-11-21 12:03  Sandro Santilli <strk at keybit.net>
 
-	* Have gserialized_get_gbox_p always return a round-to-float box
+	* [r8203] Have gserialized_get_gbox_p always return a
+	  round-to-float box
 	  
 	  That is, even when computing the box from scratch.
 	  This makes the box always float-oriented,
@@ -13526,851 +14259,873 @@
 	  Closes (hopefully forever) bug #1023.
 	  Includes testcase otherwise failing.
 
-2011-11-21 09:33  strk
+2011-11-21 09:33  Sandro Santilli <strk at keybit.net>
 
-	* Add testcase for ticket #1302 (now passes)
+	* [r8202] Add testcase for ticket #1302 (now passes)
 
-2011-11-21 08:33  strk
+2011-11-21 08:33  Sandro Santilli <strk at keybit.net>
 
-	* Update expected error messages not to include the "topology"
-	  namespace (now that it's part of the search_path).
+	* [r8201] 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 at keybit.net>
 
-	* Rename "LibGeom Suite" to simply "libgeom", for easy of use
+	* [r8200] Rename "LibGeom Suite" to simply "libgeom", for easy of
+	  use
 
-2011-11-21 08:21  strk
+2011-11-21 08:21  Sandro Santilli <strk at keybit.net>
 
-	* Surrender to evidence of the narrow ring tested being clockwise
+	* [r8199] Surrender to evidence of the narrow ring tested being
+	  clockwise
 
-2011-11-21 08:08  strk
+2011-11-21 08:08  Sandro Santilli <strk at keybit.net>
 
-	* Improve robustness of ptarray_isccw (see #1302)
+	* [r8198] Improve robustness of ptarray_isccw (see #1302)
 
-2011-11-21 07:48  robe
+2011-11-21 07:48  Regina Obe <lr at pcorp.us>
 
-	* Logic to add topology to database search path on install or
-	  upgrade
+	* [r8197] 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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* fix some ST_MapAlgebra userfunc arg names to agree with code.
-	  Still ng ones to go and drop fix.
+	* [r8195] 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 at keybit.net>
 
-	* 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] 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 at keybit.net>
 
-	* Do not memcpy to self in ptarray_reverse (see #1302)
+	* [r8193] Do not memcpy to self in ptarray_reverse (see #1302)
 
-2011-11-20 21:19  strk
+2011-11-20 21:19  Sandro Santilli <strk at keybit.net>
 
-	* Better indent for comparing obtained/expected
+	* [r8192] Better indent for comparing obtained/expected
 
-2011-11-20 20:51  strk
+2011-11-20 20:51  Sandro Santilli <strk at keybit.net>
 
-	* Fix 'clean' rule under loader to drop stuff under .libs
+	* [r8191] Fix 'clean' rule under loader to drop stuff under .libs
 
-2011-11-20 20:51  strk
+2011-11-20 20:51  Sandro Santilli <strk at keybit.net>
 
-	* Add test for lwgeom_force_clockwise (see #1302)
+	* [r8190] Add test for lwgeom_force_clockwise (see #1302)
 
-2011-11-19 17:28  strk
+2011-11-19 17:28  Sandro Santilli <strk at keybit.net>
 
-	* Add test for ptarray_isccw (see #1302)
+	* [r8189] Add test for ptarray_isccw (see #1302)
 
-2011-11-18 23:47  dustymugs
+2011-11-18 23:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of function rt_util_gdal_datatype_to_pixtype to
+	* [r8188] 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 at azavea.com>
 
-	* Documented ST_Rotation and ST_SetRotation.
+	* [r8187] Documented ST_Rotation and ST_SetRotation.
 
-2011-11-18 21:41  dustymugs
+2011-11-18 21:41  Bborie Park <bkpark at ucdavis.edu>
 
-	* Update parameter names for regprocedure data types
+	* [r8186] Update parameter names for regprocedure data types
 
-2011-11-18 21:28  dzwarg
+2011-11-18 21:28  David Zwarg <dzwarg at azavea.com>
 
-	* Nodata mode defaults to 'ignore' if it is NULL. Added tests for
-	  out of range neighborhoods.
+	* [r8185] 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 at azavea.com>
 
-	* Non-functional change. Updated author email address for dzwarg.
+	* [r8184] Non-functional change. Updated author email address for
+	  dzwarg.
 
-2011-11-18 20:53  dzwarg
+2011-11-18 20:53  David Zwarg <dzwarg at azavea.com>
 
-	* Refactored ST_MapAlgebraFctNgb to cache userfunction lookup, and
-	  accept NULL input and output values.
+	* [r8183] 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 at azavea.com>
 
-	* Refactored ST_MapAlgebraFct to cache userfunction lookup, and
-	  accept NULL input and output values.
+	* [r8182] Refactored 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>
 
-	* Added a flag --with-raster-dblwarning so as to provide the
-	  software builder the option of enabling all the value
+	* [r8181] Added a flag --with-raster-dblwarning so as to provide
+	  the software builder the option of enabling all the value
 	  truncation/clamping/conversion warnings, which can be many. The
 	  new default is to suppress those warnings. All appropriate
 	  regression tests have been updated.
 	  
 	  Associated ticket is #1307
 
-2011-11-18 15:53  dzwarg
+2011-11-18 15:53  David Zwarg <dzwarg at azavea.com>
 
-	* Enabled all tests on ST_MapAlgebraFctNgb.
+	* [r8180] Enabled all tests on ST_MapAlgebraFctNgb.
 
-2011-11-18 14:53  dzwarg
+2011-11-18 14:53  David Zwarg <dzwarg at azavea.com>
 
-	* Fixed debug problem in #1308
+	* [r8179] Fixed debug problem in #1308
 
-2011-11-18 13:59  robe
+2011-11-18 13:59  Regina Obe <lr at pcorp.us>
 
-	* fix minor typo
+	* [r8178] fix minor typo
 
-2011-11-18 13:58  robe
+2011-11-18 13:58  Regina Obe <lr at pcorp.us>
 
-	* document new ST_GeomFromGeoJSON function. Will provide examples
-	  later once resolved my JSON-C compilation issues
+	* [r8177] 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 at pcorp.us>
 
-	* minor corrections
+	* [r8176] minor corrections
 
-2011-11-18 03:36  robe
+2011-11-18 03:36  Regina Obe <lr at pcorp.us>
 
-	* increment alpha release number to allow upgrade with extensions
+	* [r8175] increment alpha release number to allow upgrade with
+	  extensions
 
-2011-11-18 03:08  robe
+2011-11-18 03:08  Regina Obe <lr at pcorp.us>
 
-	* fix code comment
+	* [r8174] fix code comment
 
-2011-11-18 02:54  robe
+2011-11-18 02:54  Regina Obe <lr at pcorp.us>
 
-	* forgot pixeltype in ngb arg list
+	* [r8173] forgot pixeltype in ngb arg list
 
-2011-11-18 02:48  robe
+2011-11-18 02:48  Regina Obe <lr at pcorp.us>
 
-	* fix typo in linkends
+	* [r8172] fix typo in linkends
 
-2011-11-18 02:32  robe
+2011-11-18 02:32  Regina Obe <lr at pcorp.us>
 
-	* put in missing spaces
+	* [r8171] put in missing spaces
 
-2011-11-18 02:31  robe
+2011-11-18 02:31  Regina Obe <lr at pcorp.us>
 
-	* ST_MapAlgebraFctNgb (and put in immuatable for other
+	* [r8170] ST_MapAlgebraFctNgb (and put in immuatable for other
 	  st_mapalgebras)
 
-2011-11-18 01:15  robe
+2011-11-18 01:15  Regina Obe <lr at pcorp.us>
 
-	* #1306: document rescale and provide examples, fix st_resample
-	  args. (still 2 more to go in this ticket)
+	* [r8169] #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 at cleverelephant.ca>
 
-	* Move library link to appropriate place.
+	* [r8168] Move library link to appropriate place.
 
-2011-11-18 00:17  pramsey
+2011-11-18 00:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add ST_GeomFromGeoJSON (#376)
+	* [r8167] Add ST_GeomFromGeoJSON (#376)
 
-2011-11-18 00:17  robe
+2011-11-18 00:17  Regina Obe <lr at pcorp.us>
 
-	* correct ST_Resample arguments to agree with implementation. Still
-	  need to fill in descriptions of what all params mean
+	* [r8166] 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>
 
-	* Fix the 8.4 error only described in #1296.
+	* [r8165] 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>
 
-	* Additional corrections and cleanup for ST_BandNoDataValue
+	* [r8164] Additional corrections and cleanup for ST_BandNoDataValue
 
-2011-11-17 14:57  dustymugs
+2011-11-17 14:57  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed a bunch of other nodataval datatype issues.
+	* [r8163] 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>
 
-	* Fixed invalid handling of nodatavalue in ST_BandMetaData(). Issue
-	  arises due to C backend using Float8GetDatum while SQL frontend
-	  using real datatype.
+	* [r8162] 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 at pcorp.us>
 
-	* put in some spacing
+	* [r8161] put in some spacing
 
-2011-11-17 01:44  robe
+2011-11-17 01:44  Regina Obe <lr at pcorp.us>
 
-	* more event ideas
+	* [r8160] more event ideas
 
-2011-11-16 20:39  robe
+2011-11-16 20:39  Regina Obe <lr at pcorp.us>
 
-	* put in missing svn:keywords fix formatting of cards so easier to
-	  break on pages
+	* [r8159] 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 at pcorp.us>
 
-	* Post GIS day commemorative cards generator
+	* [r8158] Post GIS day commemorative cards generator
 
-2011-11-16 03:41  robe
+2011-11-16 03:41  Regina Obe <lr at pcorp.us>
 
-	* logic to create a an topology_upgrade_20_minor.sql
+	* [r8157] 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>
 
-	* Removed hardcoded SRID of 0 and replaced with ST_SRID('Point(0
-	  0)'::geometry)
+	* [r8156] 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 at pcorp.us>
 
-	* put in missing t in raster load examples
+	* [r8155] put in missing t in raster load examples
 
-2011-11-14 23:21  dzwarg
+2011-11-14 23:21  David Zwarg <dzwarg at azavea.com>
 
-	* Added single version of map algebra that operates on
+	* [r8154] 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>
 
-	* Added ability to specify raster width and height to ST_Resample.
+	* [r8153] Added ability to specify raster width and height to
+	  ST_Resample.
 	  
 	  Associated ticket is #1267
 
-2011-11-14 08:15  robe
+2011-11-14 08:15  Regina Obe <lr at pcorp.us>
 
-	* 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.
+	* [r8152] 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 at pcorp.us>
 
-	* minor corrections to extension helper, create extension
+	* [r8151] 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 at pcorp.us>
 
-	* helper functions for creating upgrade extension script. So far
-	  helper so I can sneakingly drop functions from an existing
+	* [r8150] 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 at pcorp.us>
 
-	* #1288: correct some obsolete advice about how to create indexes
-	  and register a geometry column.
+	* [r8149] #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 at keybit.net>
 
-	* Do not consider nodes with the same bounding box as being equal.
+	* [r8148] 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>
 
-	* Added checks to make sure user-function is valid. Also added
-	  check for volatility of user-function with notice if function is
-	  volatile.
+	* [r8147] 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 at pcorp.us>
 
-	* Fix typo
+	* [r8146] Fix typo
 
-2011-11-12 05:28  robe
+2011-11-12 05:28  Regina Obe <lr at pcorp.us>
 
-	* escape html entitities in program listing of ST_MApAlgebrafct 2
-	  band version
+	* [r8145] 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 at pcorp.us>
 
-	* add examples and fix arg list
+	* [r8144] add examples and fix arg list
 
-2011-11-12 00:01  dustymugs
+2011-11-12 00:01  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed third variant as it conflicts with the second variant of
-	  2-raster ST_MapAlgebraFct
+	* [r8143] 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 at pcorp.us>
 
-	* begin documentation of 2 band ST_MapAlgebraFct -- waiting for
-	  dustymugs to fix signature before providing examples
+	* [r8142] 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 at pcorp.us>
 
-	* fix arg list in ST_MapAlgebraExpr single band version
+	* [r8141] 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 at azavea.com>
 
-	* Added more test to plpgsql ST_MapAlgebraFctNgb prototype.
+	* [r8140] Added more test to plpgsql ST_MapAlgebraFctNgb prototype.
 
-2011-11-11 18:50  dzwarg
+2011-11-11 18:50  David Zwarg <dzwarg at azavea.com>
 
-	* Added pl/pgsql prototype of the neighborhood map algebra
+	* [r8139] 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>
 
-	* Removed commented-out stubs for nonexistant RASTER_mapAlgebra2Fct
+	* [r8138] 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>
 
-	* Add ST_MapAlgebraFct for 2 rasters. This is the sibling of
-	  2-raster ST_MapAlgebraExpr. Renamed RASTER_mapAlgebra2Expr to
+	* [r8137] Add ST_MapAlgebraFct for 2 rasters. This is the sibling
+	  of 2-raster ST_MapAlgebraExpr. Renamed RASTER_mapAlgebra2Expr to
 	  RASTER_mapAlgebra2 as both 2-raster ST_MapAlgebraExpr and
 	  ST_MapAlgebraFct call the same function.
 	  
 	  Associated ticket is #1281.
 
-2011-11-11 08:40  robe
+2011-11-11 08:40  Regina Obe <lr at pcorp.us>
 
-	* put comment about expression
+	* [r8136] put comment about expression
 
-2011-11-10 20:59  dzwarg
+2011-11-10 20:59  David Zwarg <dzwarg at azavea.com>
 
-	* Updated documentation for all variants of ST_MapAlgebraFct.
+	* [r8135] Updated documentation for all variants of
+	  ST_MapAlgebraFct.
 
-2011-11-10 11:10  strk
+2011-11-10 11:10  Sandro Santilli <strk at keybit.net>
 
-	* 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).
+	* [r8134] 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 at pcorp.us>
 
-	* add missing references to other functions used
+	* [r8133] add missing references to other functions used
 
-2011-11-10 00:15  robe
+2011-11-10 00:15  Regina Obe <lr at pcorp.us>
 
-	* Add example of overlaying single rasters on same canvas
+	* [r8132] 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>
 
-	* Signatures changed for ST_MapAlgebraExpr where nodatavaluerepl
-	  (text) is now nodataval (double precision)
+	* [r8131] 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>
 
-	* Removed all remaining memory leaks from testapi.c
+	* [r8130] 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>
 
-	* Rolled back attempt to clean up memory handling. We'll just live
-	  with this until testapi.c is replaced by cunit tests for raster.
+	* [r8129] 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>
 
-	* Separated the output raster's extent calculation from
+	* [r8128] 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 at pcorp.us>
 
-	* fix typos, provide description for nodatanodataval (pierre /
-	  bborie /dzwarg -- please check my definitions to make sure they
-	  are right)
+	* [r8127] 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>
 
-	* Fixed bug where an expression doesn't contain a placeholder
-	  (either rast1 or rast2).
+	* [r8126] Fixed bug where an expression doesn't contain a
+	  placeholder (either rast1 or rast2).
 	  
 	  Associated ticket is #1276.
 
-2011-11-09 05:02  robe
+2011-11-09 05:02  Regina Obe <lr at pcorp.us>
 
-	* fix minor typos
+	* [r8125] fix minor typos
 
-2011-11-09 03:52  robe
+2011-11-09 03:52  Regina Obe <lr at pcorp.us>
 
-	* increment version
+	* [r8124] increment version
 
-2011-11-09 03:45  robe
+2011-11-09 03:45  Regina Obe <lr at pcorp.us>
 
-	* break out what all the different arguments are in 2 map algebra.
+	* [r8123] 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 at pcorp.us>
 
-	* fix some typos, revise example demonstrating difference between
-	  intersection and union. include pictures.
+	* [r8122] 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 at pcorp.us>
 
-	* Add ST_BandMetaData to drop target. Upgrade can't install the new
-	  version otherwise since the output parameter data types changed.
+	* [r8121] 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>
 
-	* Fix floating point issues in rt_raster_geopoint_to_cell in
-	  addition to other minor changes.
+	* [r8120] 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>
 
-	* 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] 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 at pcorp.us>
 
-	* ST_MapAlgebraExpr - 2 band version - incorporate Pierre's
+	* [r8118] ST_MapAlgebraExpr - 2 band version - incorporate Pierre's
 	  corrections / additions
 
-2011-11-08 18:41  robe
+2011-11-08 18:41  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Do the "are boxes different?" test in ST_Equals using a tolerance
-	  instead of exact comparisons.
+	* [r8116] 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 at keybit.net>
 
-	* Re-fix robustness issue on 32bit system (seg is 0-based, npoints
-	  is 1-based but segments is npoints-1)
+	* [r8115] 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 at keybit.net>
 
-	* Give unique names to linearref tests
+	* [r8114] Give unique names to linearref tests
 
-2011-11-08 08:55  strk
+2011-11-08 08:55  Sandro Santilli <strk at keybit.net>
 
-	* Add test for bug #1270
+	* [r8113] Add test for bug #1270
 
-2011-11-08 08:51  strk
+2011-11-08 08:51  Sandro Santilli <strk at keybit.net>
 
-	* Fix st_line_locate_point check for "last point" (#1271)
+	* [r8112] 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>
 
-	* Renamed ST_MapAlgebra2Expr to ST_MapAlgebra after concensus with
-	  Pierre and Regina.
+	* [r8111] Renamed 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>
 
-	* Replaced ST_MapAlgebraExpr's "nodatavalueexpr" parameter with
-	  "nodataval" and datatype changed from text to double precision.
-	  This makes this parameter the same as "nodatanodataval" found in
-	  ST_MapAlgebra2Expr.
+	* [r8110] Replaced ST_MapAlgebraExpr's "nodatavalueexpr" parameter
+	  with "nodataval" and datatype changed from text to double
+	  precision. This makes this parameter the same as
+	  "nodatanodataval" found in ST_MapAlgebra2Expr.
 	  
 	  Associated ticket is #866
 
-2011-11-07 21:17  dustymugs
+2011-11-07 21:17  Bborie Park <bkpark at ucdavis.edu>
 
-	* Rephrased a sentence or two in ST_Resample. Might not be the
-	  best.
+	* [r8109] 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>
 
-	* Addition of 2-raster map algebra function ST_MapAlgebra2Expr.
-	  Next is ST_MapAlgebra2Fct.
+	* [r8108] Addition of 2-raster map algebra function
+	  ST_MapAlgebra2Expr. Next is ST_MapAlgebra2Fct.
 	  
 	  Ticket is #1268.
 
-2011-11-07 17:01  strk
+2011-11-07 17:01  Sandro Santilli <strk at keybit.net>
 
-	* Enhance robustness of ptarray_locate_point, fixing bug #1269.
+	* [r8107] 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>
 
-	* Following the cleanup in r8104, additional cleanup to remove
-	  POSTGIS_GDAL_VERSION
+	* [r8106] 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 at keybit.net>
 
-	* Double-check line splitting to avoid returning empty components
+	* [r8105] 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 at keybit.net>
 
-	* Don't change SQL at compile time. The code is safe enough.
+	* [r8104] 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>
 
-	* 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.
+	* [r8103] 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>
 
-	* 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.
+	* [r8102] 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>
 
-	* 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 path.
+	* [r8101] 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 path.
 	  
 	  Associated ticket is #1266
 
-2011-11-05 14:28  dustymugs
+2011-11-05 14:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* Moved postgis_gdal_version() from rtpostgis.sql.in.c to
+	* [r8100] 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 to
 	  continue using the underlyiing RASTER_gdal_version().
 	  
 	  Associated ticket is #1266.
 
-2011-11-05 03:50  robe
+2011-11-05 03:50  Regina Obe <lr at pcorp.us>
 
-	* 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
+	* [r8099] 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 at pcorp.us>
 
-	* increment to 2.0.0a4
+	* [r8098] increment to 2.0.0a4
 
-2011-11-04 22:05  robe
+2011-11-04 22:05  Regina Obe <lr at pcorp.us>
 
-	* increment to 2.0.0a4
+	* [r8097] increment to 2.0.0a4
 
-2011-11-04 21:43  robe
+2011-11-04 21:43  Regina Obe <lr at pcorp.us>
 
-	* alphabatize reference_processing section. Change postgis
+	* [r8096] 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 at pcorp.us>
 
-	* #1206: put in example for ST_Node. Can't test yet since my geos
-	  is recompiling.
+	* [r8095] #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 at keybit.net>
 
-	* Document ST_Node (#1206)
+	* [r8094] Document ST_Node (#1206)
 
-2011-11-04 18:24  strk
+2011-11-04 18:24  Sandro Santilli <strk at keybit.net>
 
-	* Add SQL-level tests for ST_Node (#1206)
+	* [r8093] Add SQL-level tests for ST_Node (#1206)
 
-2011-11-04 18:17  strk
+2011-11-04 18:17  Sandro Santilli <strk at keybit.net>
 
-	* Fix clean rule to get rid of .o files
+	* [r8092] Fix clean rule to get rid of .o files
 
-2011-11-04 14:25  strk
+2011-11-04 14:25  Sandro Santilli <strk at keybit.net>
 
-	* Expose ST_Node at SQL level (#1206)
+	* [r8091] Expose ST_Node at SQL level (#1206)
 
-2011-11-04 12:22  robe
+2011-11-04 12:22  Regina Obe <lr at pcorp.us>
 
-	* ability to turn off example generation, and change to turn off by
-	  default
+	* [r8090] 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 at keybit.net>
 
-	* Fix builds againts GEOS < 3.3
+	* [r8089] Fix builds againts GEOS < 3.3
 
-2011-11-04 06:45  strk
+2011-11-04 06:45  Sandro Santilli <strk at keybit.net>
 
-	* Add an lwgeom_node function in liblwgeom (see #1206)
+	* [r8088] 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 at pcorp.us>
 
-	* Add enhanced note for AddGeometryColumn
+	* [r8087] Add enhanced note for AddGeometryColumn
 
-2011-11-03 17:28  strk
+2011-11-03 17:28  Sandro Santilli <strk at keybit.net>
 
-	* Add lwcollection_reserve internal function
+	* [r8086] Add lwcollection_reserve internal function
 
-2011-11-03 17:09  strk
+2011-11-03 17:09  Sandro Santilli <strk at keybit.net>
 
-	* Pass GEOS version to unit tests, skip test for SPLIT when
+	* [r8085] 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 at keybit.net>
 
-	* Add an line-by-point internal split function taking an output
-	  vector.
+	* [r8084] 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 at keybit.net>
 
-	* Add test for ST_Summary
+	* [r8083] Add test for ST_Summary
 
-2011-11-02 13:48  robe
+2011-11-02 13:48  Regina Obe <lr at pcorp.us>
 
-	* change order of populate_geometry_columns drop all one depends on
-	  oid one
+	* [r8082] 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 at pcorp.us>
 
-	* drop populate_geometry_columns(). This is needed because got
-	  replaced by populate_geometry_columns(use_typmod=true). So if
+	* [r8081] 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 at pcorp.us>
 
-	* #1256 drop memgeomunion so geomunion can be dropped
+	* [r8080] #1256 drop memgeomunion so geomunion can be dropped
 
-2011-11-02 06:50  robe
+2011-11-02 06:50  Regina Obe <lr at pcorp.us>
 
-	* more formatting experiments
+	* [r8079] more formatting experiments
 
-2011-11-02 04:28  pramsey
+2011-11-02 04:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Composite geometries end up with nested BBOX caches (#1254)
+	* [r8078] 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>
 
-	* Based upon mailing list discussion, changed call to ST_AsRaster
-	  in _st_intersects(raster, geometry) to _st_asraster.
+	* [r8077] 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 at cleverelephant.ca>
 
-	* Make st_summary at least return consistent results (#1254)
+	* [r8076] Make st_summary at least return consistent results
+	  (#1254)
 
-2011-11-01 17:11  robe
+2011-11-01 17:11  Regina Obe <lr at pcorp.us>
 
-	* document ST_SameAlignment
+	* [r8075] document ST_SameAlignment
 
-2011-11-01 04:41  robe
+2011-11-01 04:41  Regina Obe <lr at pcorp.us>
 
-	* revise all to output arg list and conditionally show examples and
-	  descriptions
+	* [r8074] 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 at pcorp.us>
 
-	* xsl to generate postgis cheatsheet, add make cheatsheet to
-	  gnumake, better outptuting of functions with different protos.
+	* [r8073] 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 at keybit.net>
 
-	* ST_CreateTopoGeo: speedup merged lines splitting [RT-SIGTA]
+	* [r8069] ST_CreateTopoGeo: speedup merged lines splitting
+	  [RT-SIGTA]
 
-2011-10-31 21:18  pramsey
+2011-10-31 21:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Increase accuracy of area calculation (#810)
+	* [r8068] Increase accuracy of area calculation (#810)
 
-2011-10-31 20:59  pramsey
+2011-10-31 20:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove redundant prototype
+	* [r8067] Remove redundant prototype
 
-2011-10-31 20:55  pramsey
+2011-10-31 20:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move gserialized_get_gbox_p to liblwgeom and
+	* [r8066] 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 at cleverelephant.ca>
 
-	* Rename pglwgeom_box2d_p
+	* [r8065] Rename pglwgeom_box2d_p
 
-2011-10-31 20:02  robe
+2011-10-31 20:02  Regina Obe <lr at pcorp.us>
 
-	* add raster cheat sheet generator -- and a make cheatsheets
-	  command to generate all.
+	* [r8064] 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 at pcorp.us>
 
-	* get rid of word "Functions" in section headers
+	* [r8063] get rid of word "Functions" in section headers
 
-2011-10-31 13:03  strk
+2011-10-31 13:03  Sandro Santilli <strk at keybit.net>
 
-	* ST_CreateTopoGeo: do not drop input nodes of degree 2 (#1258)
-	  [RT-SIGTA]
+	* [r8062] 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 at keybit.net>
 
-	* Fix generation of topology in presence of edges with same
+	* [r8061] 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 at pcorp.us>
 
-	* fix another erroneous statement - its ValidateTopology not
-	  ST_ValidateTopology
+	* [r8060] fix another erroneous statement - its ValidateTopology
+	  not ST_ValidateTopology
 
-2011-10-31 11:58  robe
+2011-10-31 11:58  Regina Obe <lr at pcorp.us>
 
-	* get rid of word feature in description of AddTopGeometryColumn.
-	  Table can be any kind of table.
+	* [r8059] 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 at pcorp.us>
 
-	* more cleanup -- only print example sections if they have examples
+	* [r8058] more cleanup -- only print example sections if they have
+	  examples
 
-2011-10-31 03:14  robe
+2011-10-31 03:14  Regina Obe <lr at pcorp.us>
 
-	* build cheat sheet for tiger geocoder. This one looks better laid
-	  out than topology one so have to revisit topology
+	* [r8057] 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 at pcorp.us>
 
-	* logic to flag new functions and allow tags in listings to be
-	  displayed
+	* [r8056] 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 at pcorp.us>
 
-	* get rid of unused styles
+	* [r8055] get rid of unused styles
 
-2011-10-30 21:47  strk
+2011-10-30 21:47  Sandro Santilli <strk at keybit.net>
 
-	* AddEdgeModFace, AddEdgeNewFaces: simplify calls to AddEdge
-	  [RT-SIGTA]
+	* [r8054] AddEdgeModFace, AddEdgeNewFaces: simplify calls to
+	  AddEdge [RT-SIGTA]
 
-2011-10-30 20:57  pramsey
+2011-10-30 20:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove some duplicate headers (much of this to be done...)
+	* [r8053] Remove some duplicate headers (much of this to be
+	  done...)
 
-2011-10-30 20:45  pramsey
+2011-10-30 20:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove SERIALIZED_FORM
+	* [r8052] Remove SERIALIZED_FORM
 
-2011-10-30 20:40  pramsey
+2011-10-30 20:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove pglwgeom_serialize
+	* [r8051] Remove pglwgeom_serialize
 
-2011-10-30 19:15  strk
+2011-10-30 19:15  Sandro Santilli <strk at keybit.net>
 
-	* Add some hints about the visited table for topology.AsGML
+	* [r8050] Add some hints about the visited table for topology.AsGML
 
-2011-10-30 18:49  robe
+2011-10-30 18:49  Regina Obe <lr at pcorp.us>
 
-	* logic to build html cheatsheet -- some logic still needed to
-	  extract the examples correctly.
+	* [r8049] 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 at pcorp.us>
 
-	* get rid of extra fluff words in section titles
+	* [r8048] get rid of extra fluff words in section titles
 
-2011-10-29 20:54  pramsey
+2011-10-29 20:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix regression
+	* [r8047] Fix regression
 
-2011-10-29 20:35  pramsey
+2011-10-29 20:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove pglwgeom_ndims
+	* [r8046] Remove pglwgeom_ndims
 
-2011-10-29 20:07  pramsey
+2011-10-29 20:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove pglwgeom_size
+	* [r8045] Remove pglwgeom_size
 
-2011-10-29 20:04  pramsey
+2011-10-29 20:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove pglwgeom_get_zm
+	* [r8044] Remove pglwgeom_get_zm
 
-2011-10-29 01:05  pramsey
+2011-10-29 01:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix odd formating in optimistic_overlap
+	* [r8043] Fix odd formating in optimistic_overlap
 
-2011-10-29 01:01  pramsey
+2011-10-29 01:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove pglwgeom_is_empty
+	* [r8042] Remove pglwgeom_is_empty
 
-2011-10-29 01:00  pramsey
+2011-10-29 01:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove pglwgeom_drop_bbox
+	* [r8041] Remove pglwgeom_drop_bbox
 
-2011-10-29 00:58  pramsey
+2011-10-29 00:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
+	* [r8040] Remove pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
 
-2011-10-29 00:58  pramsey
+2011-10-29 00:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
+	* [r8039] Remove pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
 
-2011-10-29 00:50  pramsey
+2011-10-29 00:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove pglwgeom_get_type
+	* [r8038] Remove pglwgeom_get_type
 
-2011-10-28 22:06  pramsey
+2011-10-28 22:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* remove pglwgeom_get_srid, pglwgeom_set_srid
+	* [r8037] remove pglwgeom_get_srid, pglwgeom_set_srid
 
-2011-10-28 21:57  pramsey
+2011-10-28 21:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove pglwgeom_deserialize
+	* [r8036] Remove pglwgeom_deserialize
 
-2011-10-28 20:54  pramsey
+2011-10-28 20:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Commit remaining removals of BOX2DFLOAT4 and PG_LWGEOM
+	* [r8035] Commit remaining removals of BOX2DFLOAT4 and PG_LWGEOM
 
-2011-10-28 20:46  pramsey
+2011-10-28 20:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove BOX2DFLOAT4->GBOX and PG_LWGEOM->GSERIALIZED #defines
+	* [r8034] Remove BOX2DFLOAT4->GBOX and PG_LWGEOM->GSERIALIZED
+	  #defines
 
-2011-10-28 18:21  pramsey
+2011-10-28 18:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix call to geometry_type_from_string to use right type.
+	* [r8033] 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 at cleverelephant.ca>
 
-	* Move clone support functions into internal
+	* [r8032] Move clone support functions into internal
 
-2011-10-28 18:01  pramsey
+2011-10-28 18:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Replace min/max/abs macros with FP_* variants in liblwgeom/ and
-	  with pgsql variants in postgis/
+	* [r8031] 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 at cleverelephant.ca>
 
-	* Remove orphaned box3d and box2dfloat4 utility functions
+	* [r8030] Remove orphaned box3d and box2dfloat4 utility functions
 
-2011-10-28 17:44  pramsey
+2011-10-28 17:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove orphaned _compute_box3d functions
+	* [r8029] Remove orphaned _compute_box3d functions
 
-2011-10-28 17:35  pramsey
+2011-10-28 17:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove box2df_from_gbox and gbox_from_box2df
+	* [r8028] Remove box2df_from_gbox and gbox_from_box2df
 
-2011-10-28 17:01  pramsey
+2011-10-28 17:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ensure calls to lwgeom->type use type of uint8_t
+	* [r8027] Ensure calls to lwgeom->type use type of uint8_t
 
-2011-10-28 14:51  pramsey
+2011-10-28 14:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove old profiling code
+	* [r8026] Remove old profiling code
 
-2011-10-27 23:02  pramsey
+2011-10-27 23:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove old 8-bit type utility functions.
+	* [r8025] Remove old 8-bit type utility functions.
 
-2011-10-27 22:48  pramsey
+2011-10-27 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove LWGEOM_Min* and LWGEOM_Max*
+	* [r8024] Remove LWGEOM_Min* and LWGEOM_Max*
 
-2011-10-27 21:03  pramsey
+2011-10-27 21:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove serialized_form functions:
+	* [r8023] Remove serialized_form functions:
 	  lwpoint_serialize_size
 	  lwpoint_serialize
 	  lwpoint_serialize_buf
@@ -14396,25 +15151,25 @@
 	  lwgeom_serialized_construct
 	  lwgeom_getsrid
 
-2011-10-27 20:52  pramsey
+2011-10-27 20:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove printBYTES
+	* [r8022] Remove printBYTES
 
-2011-10-27 20:51  pramsey
+2011-10-27 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Reorder header file a little.
+	* [r8021] Reorder header file a little.
 
-2011-10-27 20:14  pramsey
+2011-10-27 20:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Complete removal of LWGEOM_INSPECTED
+	* [r8020] Complete removal of LWGEOM_INSPECTED
 
-2011-10-27 20:07  pramsey
+2011-10-27 20:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove LWGEOM_INSPECTED
+	* [r8019] Remove LWGEOM_INSPECTED
 
-2011-10-27 20:05  pramsey
+2011-10-27 20:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove old deserialze and inspected functions.
+	* [r8018] Remove old deserialze and inspected functions.
 	  
 	  serialized_lwgeom_size
 	  lwgeom_size_subgeom
@@ -14458,336 +15213,341 @@
 	  lwgeom_getnumgeometries
 	  lwgeom_getnumgeometries_inspected
 
-2011-10-27 19:23  pramsey
+2011-10-27 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove compute_serialized_box3d
+	* [r8017] Remove compute_serialized_box3d
 
-2011-10-27 19:10  pramsey
+2011-10-27 19:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove duplicate and unused is_worth_caching_serialized_bbox and
-	  is_worth_caching_lwgeom_bbox
+	* [r8016] 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 at cleverelephant.ca>
 
-	* Add ignores for new built files
+	* [r8015] Add ignores for new built files
 
-2011-10-27 14:35  strk
+2011-10-27 14:35  Sandro Santilli <strk at keybit.net>
 
-	* Wrap lines within 80 columns
+	* [r8013] Wrap lines within 80 columns
 
-2011-10-27 14:09  dustymugs
+2011-10-27 14:09  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added rtpostgis_drop.sql, rtpostgis_drop.sql.in,
+	* [r8012] 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>
 
-	* Refactored rt_band_get_min_value() to call new function
+	* [r8011] 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 at cleverelephant.ca>
 
-	* Remove PG_LWGEOM_construct
+	* [r8010] Remove PG_LWGEOM_construct
 
-2011-10-26 23:21  pramsey
+2011-10-26 23:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove orphaned pglwgeom function
+	* [r8009] Remove orphaned pglwgeom function
 	  pglwgeom_compute_serialized_box3d
 
-2011-10-26 23:07  pramsey
+2011-10-26 23:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove non-gserialized portions of utility functions.
+	* [r8008] Remove non-gserialized portions of utility functions.
 
-2011-10-26 22:58  pramsey
+2011-10-26 22:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove more orphaned box2d support functions
+	* [r8007] Remove more orphaned box2d support functions
 
-2011-10-26 22:36  pramsey
+2011-10-26 22:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove *_compute_box2d* functions that are now orphans.
+	* [r8006] Remove *_compute_box2d* functions that are now orphans.
 
-2011-10-25 21:19  pramsey
+2011-10-25 21:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove gserialized_on conditionals. Only type defines remain to
-	  be cleared out.
+	* [r8005] 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 at cleverelephant.ca>
 
-	* Remove old box2dfloat4 in favor of gbox.
+	* [r8004] Remove old box2dfloat4 in favor of gbox.
 
-2011-10-25 20:31  strk
+2011-10-25 20:31  Sandro Santilli <strk at keybit.net>
 
-	* Add own copyright on the file. See
+	* [r8003] 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 at cleverelephant.ca>
 
-	* Remove old serialized_form index selectivity code.
+	* [r8002] Remove old serialized_form index selectivity code.
 
-2011-10-21 21:49  strk
+2011-10-21 21:49  Sandro Santilli <strk at keybit.net>
 
-	* Explode the topology sections to keep primitive (sql/mm) topology
-	  management more separate from higher (TopoGeometry) management.
+	* [r8001] 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>
 
-	* Added rt_raster_set_geotransform_matrix() to provide quick
-	  setting of a raster's geotransform based upon the matrix
+	* [r8000] 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>
 
-	* 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.
+	* [r7999] 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>
 
-	* 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.
+	* [r7998] 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>
 
-	* Changed those functions that is 1-based for band index to 0-based
-	  in rt_core. This leaves only rt_raster_has_no_band, which may
-	  have other issues as well.
+	* [r7997] Changed those functions that is 1-based for band index to
+	  0-based in rt_core. This leaves only rt_raster_has_no_band, which
+	  may have other issues as well.
 	  
 	  Associated ticket is #754
 
-2011-10-21 12:01  robe
+2011-10-21 12:01  Regina Obe <lr at pcorp.us>
 
-	* put in logic to st_setsrid to wgs84 before doing
+	* [r7996] 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>
 
-	* Renamed RASTER_samealignment() to RASTER_sameAlignment() and
-	  corrected C++ style comments with C comments
+	* [r7995] 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>
 
-	* 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] 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 at azavea.com>
 
-	* Replaced missing signatures of ST_MapAlgebraFct.
+	* [r7993] Replaced missing signatures of ST_MapAlgebraFct.
 
-2011-10-20 00:49  robe
+2011-10-20 00:49  Regina Obe <lr at pcorp.us>
 
-	* move function args to single line so CREATe EXTENSION topology
-	  FROM unpackaged script builds corectly
+	* [r7992] 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 at pcorp.us>
 
-	* add in missing ST_MapAlgebraFct protos
+	* [r7991] add in missing ST_MapAlgebraFct protos
 
-2011-10-19 23:25  robe
+2011-10-19 23:25  Regina Obe <lr at pcorp.us>
 
-	* evidentally missed one or get the wrong ST_MapAlgebraFct proto in
-	  last commit
+	* [r7990] 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 at pcorp.us>
 
-	* Get rid of st_mapalgebrafct(raster,text,regprocedure,text[])
-	  proto since there is no matching function - messing up my ability
-	  to test my extensions
+	* [r7989] 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 at pcorp.us>
 
-	* #860 Get rid of some dup definitions in ST_MapAlgebraFct and add
-	  some missing ones.
+	* [r7988] #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 at pcorp.us>
 
-	* 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
+	* [r7987] 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 at azavea.com>
 
-	* Fixed documentation code listing typo for ST_MapAlgebraFct, and
-	  added more information about userfunctions and variadic text
-	  args.
+	* [r7986] 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 at pcorp.us>
 
-	* update bios
+	* [r7985] update bios
 
-2011-10-17 13:10  dzwarg
+2011-10-17 13:10  David Zwarg <dzwarg at azavea.com>
 
-	* Added ST_MapAlgebraFct to documentation, with same examples as
-	  ST_MapAlgebraExpr
+	* [r7984] 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 at pcorp.us>
 
-	* 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.
+	* [r7983] 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 at pcorp.us>
 
-	* Move XMin/Max etc out of miscellaneous into accessors -- Per
-	  Pierre's suggestion. Seems more logical.
+	* [r7982] 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 at pcorp.us>
 
-	* Getr di of the word function in heard. Guess it is kind of stupid
+	* [r7981] 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 at azavea.com>
 
-	* Implemented raster map algebra with user functions/callbacks.
-	  (#860)
+	* [r7980] Implemented raster map algebra with user
+	  functions/callbacks. (#860)
 
-2011-10-13 17:54  pramsey
+2011-10-13 17:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Actually we use bash code, not sh code
+	* [r7979] Actually we use bash code, not sh code
 
-2011-10-13 12:28  robe
+2011-10-13 12:28  Regina Obe <lr at pcorp.us>
 
-	* Add _ST_Resample -- evidentally arg names changed. also got rid
-	  of arg names in _ST_AsRaster
+	* [r7977] 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 at pcorp.us>
 
-	* Some functions need to be dropped before upgrade minor if they
-	  need to be recreated. This is required for functions where
+	* [r7976] 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>
 
-	* 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.
+	* [r7975] 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 at pcorp.us>
 
-	* move ST_AddBand to raster constructors section per ticket #1240
-	  and rename Raster Band Accessors and Constructors to just Raster
-	  Band Accessors
+	* [r7974] 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 at pcorp.us>
 
-	* another minor correction
+	* [r7972] another minor correction
 
-2011-10-12 11:18  robe
+2011-10-12 11:18  Regina Obe <lr at pcorp.us>
 
-	* #1241 apply doc_vacuum_analyze_and_I_None_typo.patch
+	* [r7971] #1241 apply doc_vacuum_analyze_and_I_None_typo.patch
 
-2011-10-11 14:37  strk
+2011-10-11 14:37  Sandro Santilli <strk at keybit.net>
 
-	* Typename in type specifier doesn't need to be quoted.
+	* [r7970] Typename in type specifier doesn't need to be quoted.
 
-2011-10-11 10:33  strk
+2011-10-11 10:33  Sandro Santilli <strk at keybit.net>
 
-	* Ignore more generated files
+	* [r7969] Ignore more generated files
 
-2011-10-10 20:50  strk
+2011-10-10 20:50  Sandro Santilli <strk at keybit.net>
 
-	* Restrict valid spatial_ref_sys SRID values between 1 and 998999
-	  (#1233)
+	* [r7968] 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 at keybit.net>
 
-	* Clamp SRID in typmod parser. Now we get NOTICE/clamp also on
-	  create table.
+	* [r7967] 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 at keybit.net>
 
-	* Clamp SRID in AddGeometryColumn, update expected topology test
-	  results to expect -1 being transformed to 0 (current official
-	  UNKNOWN SRID value).
+	* [r7966] Clamp SRID in AddGeometryColumn, update expected topology
+	  test results to 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 at keybit.net>
 
-	* Do not use AddGeometryColumn, to avoid having to write an
+	* [r7965] Do not use 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 at keybit.net>
 
-	* Hush NOTICES in regress test currently not emitting any
+	* [r7964] 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 at keybit.net>
 
-	* Clamp SRID on serialization and deserialization. Raise an error
-	  when clamp_srid receives a number > 999999
+	* [r7963] 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 at keybit.net>
 
-	* Do not input an explicit value to mean unknown SRID (in raster
-	  test)
+	* [r7962] 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 at keybit.net>
 
-	* Do not input an explicit value to mean unknown SRID
+	* [r7961] Do not input an explicit value to mean unknown SRID
 
-2011-10-10 06:55  strk
+2011-10-10 06:55  Sandro Santilli <strk at keybit.net>
 
-	* Use macros for hard-coded "magic" SRIDs used by _BestSRID and
-	  ST_Transform, use 999xxx range for them. See ticket #1230.
+	* [r7960] 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>
 
-	* Added additional error checking and error messages to
+	* [r7959] 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>
 
-	* minor cleanup and prettiness.
+	* [r7958] minor cleanup and prettiness.
 
-2011-10-06 15:47  dustymugs
+2011-10-06 15:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* Make use of clamp_srid function for SRID checks
+	* [r7957] Make use of clamp_srid function for SRID checks
 
-2011-10-06 14:08  strk
+2011-10-06 14:08  Sandro Santilli <strk at keybit.net>
 
-	* Raise a NOTICE when a SRID <= 0 but != SRID_UNKNOWN is converted
+	* [r7956] 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 at keybit.net>
 
-	* Clamp literal SRID values occurring in WKB and WKT.
+	* [r7955] Clamp literal SRID values occurring in WKB and WKT.
 
-2011-10-06 13:35  strk
+2011-10-06 13:35  Sandro Santilli <strk at keybit.net>
 
-	* Add clamp_srid internal function returning UNKNOWN for <= 0
-	  values.
+	* [r7954] Add clamp_srid internal function returning UNKNOWN for <=
+	  0 values.
 
-2011-10-06 07:18  strk
+2011-10-06 07:18  Sandro Santilli <strk at keybit.net>
 
-	* Do not use an explicit SRID=-1 in EKWT. It's not needed.
+	* [r7953] 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 at keybit.net>
 
-	* Do not use an explicit SRID=-1 in EKWT. It's not needed.
+	* [r7952] 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>
 
-	* Implements ST_SameAlignment.
+	* [r7951] Implements ST_SameAlignment.
 	  
 	  Associated ticket is #589.
 
-2011-10-05 18:55  dustymugs
+2011-10-05 18:55  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed --with-gdalconfig parameter as per ticket #1167.
+	* [r7950] 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>
 
-	* 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 matrix. Unlike the patch attached to the
-	  ticket, this commit does not change the structure of the
+	* [r7949] 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 matrix. Unlike the patch attached
+	  to the ticket, this commit does not change the structure of the
 	  rt_raster struct. It may be worth changing the rt_raster struct
 	  eventually, but will cost us the single memcpy when serializing
 	  rt_raster. Also, changes for testing SRID as "unknown" if value
@@ -14795,824 +15555,842 @@
 	  
 	  Associated ticket is #1174.
 
-2011-10-05 04:54  dustymugs
+2011-10-05 04:54  Bborie Park <bkpark at ucdavis.edu>
 
-	* Removed hackish use of POSTGIS_GDAL_VERSION in
+	* [r7948] 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>
 
-	* Fixed bug where a call to postgis_full_version causes error if
-	  postgis_gdal_version doesn't exist because raster support is not
-	  included
+	* [r7947] 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 at keybit.net>
 
-	* don't try to call postgis_gdal_version() if not testing raster
-	  (the signature is unavailable)
+	* [r7946] 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>
 
-	* Adds postgis_gdal_version() function as per ticket #1225.
+	* [r7945] 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>
 
-	* 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
+	* [r7944] 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 at pcorp.us>
 
-	* add KNN GIST + credits to news release (was already in docs)
+	* [r7943] 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 at pcorp.us>
 
-	* minor correction to <#> description
+	* [r7942] minor correction to <#> description
 
-2011-10-04 19:50  dustymugs
+2011-10-04 19:50  Bborie Park <bkpark at ucdavis.edu>
 
-	* For linestrings, use same logic for points where extent is
-	  increased by half a pixel to catch geometries on the edges.
+	* [r7941] 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 at keybit.net>
 
-	* Do not base availability of SQL ST_Hausdorff* signatures on GEOS
-	  version
+	* [r7940] 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 at keybit.net>
 
-	* Simple review of the topology README. Wasn't that outdated :)
+	* [r7939] Simple review of the topology README. Wasn't that
+	  outdated :)
 
-2011-10-04 16:27  strk
+2011-10-04 16:27  Sandro Santilli <strk at keybit.net>
 
-	* Do not base availability of SQL isValid* signatures on GEOS
-	  version
+	* [r7938] 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 at keybit.net>
 
-	* Tweak expected test output to expect unknown srid to be reported
-	  as 0
+	* [r7937] 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 at keybit.net>
 
-	* Make topology.CreateTopology unknown-srid-agnostic (uses ST_Srid
-	  to tell)
+	* [r7936] 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 at pcorp.us>
 
-	* Guess Nicklas was right - should have looked at my explain.
-	  Revised example to use geometry constants. Seems to be a
+	* [r7935] 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 at keybit.net>
 
-	* Drop more non-ascii dashes, update regress tests (#1226)
+	* [r7934] Drop more non-ascii dashes, update regress tests (#1226)
 	  [RT-SIGTA]
 	  
 	  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 at keybit.net>
 
-	* Use ASCII dash, not UTF8 one. Fixes #1226. [RT-SIGTA]
+	* [r7933] Use ASCII dash, not UTF8 one. Fixes #1226. [RT-SIGTA]
 
-2011-10-02 23:38  robe
+2011-10-02 23:38  Regina Obe <lr at pcorp.us>
 
-	* Add in st_valuecount evidentally changed output in 2.0 series
+	* [r7932] 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>
 
-	* 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] 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 at pcorp.us>
 
-	* 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] 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>
 
-	* Fixed installation path of rtpostgis.sql to contrib/postgis-2.0.
-	  Added build of rtpostgis_drop.sql
+	* [r7929] 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 at pcorp.us>
 
-	* itemize more removed functions for upgrade purposes
+	* [r7928] itemize more removed functions for upgrade purposes
 
-2011-10-01 03:46  robe
+2011-10-01 03:46  Regina Obe <lr at pcorp.us>
 
-	* add very paertinatnet ST_3DDistance reference to ST_3DDwithin
+	* [r7927] add very paertinatnet ST_3DDistance reference to
+	  ST_3DDwithin
 
-2011-10-01 02:58  robe
+2011-10-01 02:58  Regina Obe <lr at pcorp.us>
 
-	* get rid of obsolete proto, replace with new onesfor
+	* [r7926] 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 at azavea.com>
 
-	* Changed ST_MapAlgebra to ST_MapAlgebraExpr. Also moved around the
-	  pixeltype parameter -- it is no longer optional. Also updated
-	  docs that referred to ST_MapAlgebra. (#860)
+	* [r7925] Changed ST_MapAlgebra to ST_MapAlgebraExpr. Also moved
+	  around the pixeltype parameter -- 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 at azavea.com>
 
-	* Renamed 'nodatavalueexpr' variable. (#866)
+	* [r7924] Renamed 'nodatavalueexpr' variable. (#866)
 
-2011-09-30 00:11  dustymugs
+2011-09-30 00:11  Bborie Park <bkpark at ucdavis.edu>
 
-	* Updated regression tests to correctly support change of unknown
-	  SRID from -1 to 0.
+	* [r7923] 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 at keybit.net>
 
-	* Fix distclean rule to drop Makefile too
+	* [r7922] Fix distclean rule to drop Makefile too
 
-2011-09-29 19:43  strk
+2011-09-29 19:43  Sandro Santilli <strk at keybit.net>
 
-	* Define SHELL (used by LIBTOOL and INSTALL) hopefully helps bug
-	  #1218
+	* [r7921] 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>
 
-	* Uncommented include of lwgeom_pg.h in rt_pg.c. Fixed setting SRID
-	  to -1 to SRID_UNKNOWN.
+	* [r7920] 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>
 
-	* Changed function ST_Intersects(raster, raster, int, int) to
-	  ST_Intersects(raster, raster). Added additional comments to
+	* [r7919] Changed function ST_Intersects(raster, raster, int, int)
+	  to ST_Intersects(raster, raster). Added additional comments to
 	  rt_raster_geopoint_to_cell().
 	  
 	  Associated ticket is #1212
 
-2011-09-29 10:40  strk
+2011-09-29 10:40  Sandro Santilli <strk at keybit.net>
 
-	* Do not incentivate use of SRID=-1 in mapserver examples.
+	* [r7918] Do not incentivate use of SRID=-1 in mapserver examples.
 
-2011-09-29 10:34  strk
+2011-09-29 10:34  Sandro Santilli <strk at keybit.net>
 
-	* Do not suggest using "SRID=<unknown>" prefix in EWKT
+	* [r7917] Do not suggest using "SRID=<unknown>" prefix in EWKT
 
-2011-09-29 07:18  robe
+2011-09-29 07:18  Regina Obe <lr at pcorp.us>
 
-	* start work building unpackaged
+	* [r7916] start work building unpackaged
 
-2011-09-29 04:05  robe
+2011-09-29 04:05  Regina Obe <lr at pcorp.us>
 
-	* add KNN gist and srid =0 breaking change. Add Vizzuality to
-	  corporate sponsors
+	* [r7915] 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 at cleverelephant.ca>
 
-	* Remove gserialized.h define file (actual #define is now
+	* [r7914] 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 at cleverelephant.ca>
 
-	* Remove GSERIALIZED_ON from .sql files.
+	* [r7913] Remove GSERIALIZED_ON from .sql files.
 
-2011-09-28 23:38  pramsey
+2011-09-28 23:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change "no SRID" SRID to 0 (#286)
+	* [r7912] Change "no SRID" SRID to 0 (#286)
 
-2011-09-28 21:56  robe
+2011-09-28 21:56  Regina Obe <lr at pcorp.us>
 
-	* document box distance KNN operator
+	* [r7911] document box distance KNN operator
 
-2011-09-28 15:06  pramsey
+2011-09-28 15:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make the <-> operator return linear not square units, to match
-	  the <#> operator.
+	* [r7910] 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 at cleverelephant.ca>
 
-	* Add box-wise ORDER BY for KNN (#701)
+	* [r7909] Add box-wise ORDER BY for KNN (#701)
 
-2011-09-28 10:13  strk
+2011-09-28 10:13  Sandro Santilli <strk at keybit.net>
 
-	* Image generator also uses LWDEBUG macros... how popular !
+	* [r7908] Image generator also uses LWDEBUG macros... how popular !
 
-2011-09-28 10:05  strk
+2011-09-28 10:05  Sandro Santilli <strk at keybit.net>
 
-	* Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220)
+	* [r7907] Move LWDEBUG macros in a new lwgeom_log.h header file
+	  (see #1220)
 	  
 	  Update all implementation files accordingly.
 	  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 at pcorp.us>
 
-	* merge postgis and raster into a single extension called
+	* [r7906] merge 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 at pcorp.us>
 
-	* more drop of functions that changed signature
+	* [r7905] more drop of functions that changed signature
 
-2011-09-27 17:35  robe
+2011-09-27 17:35  Regina Obe <lr at pcorp.us>
 
-	* clarify current implementation is centroid of box not the
+	* [r7904] clarify current implementation is centroid of box not the
 	  geometry.
 
-2011-09-27 15:33  strk
+2011-09-27 15:33  Sandro Santilli <strk at keybit.net>
 
-	* Drop duplicated geometry_out definition
+	* [r7903] Drop duplicated geometry_out definition
 
-2011-09-27 05:09  robe
+2011-09-27 05:09  Regina Obe <lr at pcorp.us>
 
-	* correct the description on semantics of knn operator
+	* [r7902] 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>
 
-	* Removed ST_Intersects(raster, int, raster, int) version of two
-	  raster ST_Intersects.
+	* [r7901] 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 at pcorp.us>
 
-	* wrap examples in cdata tags so don't break parser
+	* [r7900] wrap examples in cdata tags so don't break parser
 
-2011-09-27 02:58  robe
+2011-09-27 02:58  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* preliminary work on drop deprecated functions. Not tied into
-	  anything yet.
+	* [r7898] 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 at pcorp.us>
 
-	* get rid of obslete protos for ST_Intersects and revise
+	* [r7897] 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 at pcorp.us>
 
-	* put in svn keywords and forcce to LF
+	* [r7896] put in svn keywords and forcce to LF
 
-2011-09-26 21:05  pramsey
+2011-09-26 21:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Wrap <-> distance ordering into a PgSQL 9.1+ block.
+	* [r7895] Wrap <-> distance ordering into a PgSQL 9.1+ block.
 
-2011-09-26 20:39  pramsey
+2011-09-26 20:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add support for KNN-GiST ops. First cut only, much testing
-	  required. (#701)
+	* [r7894] 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 at keybit.net>
 
-	* Don't use the same name for input parameter and returned table
-	  description.
+	* [r7893] 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 at pcorp.us>
 
-	* document ST_Intersects(rasta,rastb,nbanda,nbandb) -- left out
-	  ST_Intersects(rasta,nbanda,rastb,nbandb) - that one offends my
-	  senses.
+	* [r7892] 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 at pcorp.us>
 
-	* add missing geos flag to let it make check under mingw
+	* [r7891] 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>
 
-	* Removed unnecessary typedef for fmin and fmax on windows.
+	* [r7890] 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>
 
-	* Tweaks to makefiles due to linker symbol errors in OSX. Hopefully
-	  this can also resolve the issue with #1207.
+	* [r7889] 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 at pcorp.us>
 
-	* 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
+	* [r7888] 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 at pcorp.us>
 
-	* #1209: redundant constraint chk_statefp on loading edges.
+	* [r7887] #1209: redundant constraint chk_statefp on loading edges.
 
-2011-09-23 19:21  strk
+2011-09-23 19:21  Sandro Santilli <strk at keybit.net>
 
-	* Update topology functions status. We've completed the SQL/MM set
-	  !
+	* [r7886] 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 at keybit.net>
 
-	* Implement topology.ST_CreateTopoGeo (#1190) [RT-SIGTA]
+	* [r7885] Implement topology.ST_CreateTopoGeo (#1190) [RT-SIGTA]
 	  
 	  Includes regress testing and documentation update
 
-2011-09-22 15:07  dustymugs
+2011-09-22 15:07  Bborie Park <bkpark at ucdavis.edu>
 
-	* Further tweaks to rt_raster_gdal_rasterize to correctly handle
-	  auto-computed extents of multipoints. Addition of ST_Intersects
-	  for two rasters. Refactored the one raster and one geometry
-	  version of ST_Intersects.
+	* [r7884] Further tweaks to rt_raster_gdal_rasterize to correctly
+	  handle auto-computed extents of multipoints. Addition of
+	  ST_Intersects for two rasters. Refactored the one raster and one
+	  geometry version of ST_Intersects.
 	  
 	  Associated ticket is #1176
 
-2011-09-22 14:06  strk
+2011-09-22 14:06  Sandro Santilli <strk at keybit.net>
 
-	* Make face creation order predictable in ST_AddEdgeNewFaces
-	  (#1205)
+	* [r7883] 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 at keybit.net>
 
-	* Add notes and TODO items about the edge-adding functions
+	* [r7882] 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 at keybit.net>
 
-	* Reduce noice produced by ST_AddEdgeModFace at NOTICE level
-	  [RT-SIGTA]
+	* [r7881] 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 at keybit.net>
 
-	* Don't wrap prepared geom implementation in a conditional macro
+	* [r7880] 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 at keybit.net>
 
-	* Add header guards to geos headers, move GEOS_PREPARED define to
-	  the implementation file, add missing copyright header.
+	* [r7879] 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 at keybit.net>
 
-	* Make RemEdgeModFace symmetric to AddEdgeModFace about face
-	  retention
+	* [r7878] Make RemEdgeModFace symmetric to AddEdgeModFace about
+	  face retention
 	  
 	  Save the face on the right, so that running:
 	  ST_RemEdgeModFace(name, ST_AddEdgeModFace(name, ...))
 	  ... will not modify the topology.
 	  [RT-SIGTA]
 
-2011-09-21 03:29  robe
+2011-09-21 03:29  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* 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
+	* [r7876] 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 at pcorp.us>
 
-	* 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
+	* [r7875] 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 at pcorp.us>
 
-	* pick up table, type, trigger, and schemas in unlogged add
+	* [r7874] pick up table, type, trigger, and schemas in unlogged add
 
-2011-09-20 16:47  robe
+2011-09-20 16:47  Regina Obe <lr at pcorp.us>
 
-	* get rid of linebreaks in function arg list so unpackaged builder
-	  works, fix logical error in sed expression
+	* [r7873] 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 at pcorp.us>
 
-	* preliminary logic to build install from unpackaged file
+	* [r7872] preliminary logic to build install from unpackaged file
 
-2011-09-20 15:21  strk
+2011-09-20 15:21  Sandro Santilli <strk at keybit.net>
 
-	* Implement ST_RemEdgeModFace (#1189) [RT-SIGTA]
+	* [r7871] Implement ST_RemEdgeModFace (#1189) [RT-SIGTA]
 	  
 	  Include regress testing and documentation.
 
-2011-09-19 21:28  dustymugs
+2011-09-19 21:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* additional code cleanup of rt_raster_gdal_rasterize
+	* [r7870] additional code cleanup of rt_raster_gdal_rasterize
 
-2011-09-19 16:53  strk
+2011-09-19 16:53  Sandro Santilli <strk at keybit.net>
 
-	* Have ST_RemEdgeNewFace return NULL when no face is created
-	  [RT-SIGTA]
+	* [r7869] 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 at keybit.net>
 
-	* Fix ST_Estimated_Extent by correctly interpret histogram box
-	  (#1200)
+	* [r7868] Fix ST_Estimated_Extent by correctly interpret histogram
+	  box (#1200)
 
-2011-09-19 06:40  strk
+2011-09-19 06:40  Sandro Santilli <strk at keybit.net>
 
-	* TopologySummary: do not count the universe face in the face count
+	* [r7867] 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 at keybit.net>
 
-	* ST_InitTopoGeo: use named argument, drop trailing space from
-	  return text
+	* [r7866] 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 at pcorp.us>
 
-	* #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] #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 at pcorp.us>
 
-	* fix typo in warning
+	* [r7864] fix typo in warning
 
-2011-09-18 14:56  robe
+2011-09-18 14:56  Regina Obe <lr at pcorp.us>
 
-	* #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.
+	* [r7863] #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 at cleverelephant.ca>
 
-	* shp2pgsql gui wrong use of create spatial index (#1091)
+	* [r7862] shp2pgsql gui wrong use of create spatial index (#1091)
 
-2011-09-17 07:58  strk
+2011-09-17 07:58  Sandro Santilli <strk at keybit.net>
 
-	* Typo in testcase label
+	* [r7861] Typo in testcase label
 
-2011-09-17 07:10  strk
+2011-09-17 07:10  Sandro Santilli <strk at keybit.net>
 
-	* Typo
+	* [r7860] Typo
 
-2011-09-17 06:58  strk
+2011-09-17 06:58  Sandro Santilli <strk at keybit.net>
 
-	* Minor inline documentation updates
+	* [r7859] Minor inline documentation updates
 
-2011-09-17 06:46  strk
+2011-09-17 06:46  Sandro Santilli <strk at keybit.net>
 
-	* Implement ST_RemEdgeNewFace (#1188) [RT-SIGTA]
+	* [r7858] Implement ST_RemEdgeNewFace (#1188) [RT-SIGTA]
 	  
 	  Includes regress testing and documentation.
 
-2011-09-16 13:32  dustymugs
+2011-09-16 13:32  Bborie Park <bkpark at ucdavis.edu>
 
-	* fixups and code cleanups for the rt_raster_gdal_rasterize to
-	  better handle point and linestring geometries
+	* [r7857] 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 at pcorp.us>
 
-	* more cleanup and put in logic to also install in database help
-	  descriptors
+	* [r7856] 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 at pcorp.us>
 
-	* fix invalid st_summarystats proto
+	* [r7855] fix invalid st_summarystats proto
 
-2011-09-15 18:35  robe
+2011-09-15 18:35  Regina Obe <lr at pcorp.us>
 
-	* now topology installs can get rid of error note.
+	* [r7854] now topology installs can get rid of error note.
 
-2011-09-15 18:33  robe
+2011-09-15 18:33  Regina Obe <lr at pcorp.us>
 
-	* postgis_topology extension now installing right. Had to get rid
-	  of ALTER TABLE .. hasz and merge it into the CREATE TABLE since
-	  that was the culprit causing extension install error
+	* [r7853] postgis_topology extension now installing right. Had to
+	  get rid 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 at pcorp.us>
 
-	* more cleanup -- this time no more errors when installing
+	* [r7852] more cleanup -- this time no more errors when installing
 
-2011-09-15 08:40  robe
+2011-09-15 08:40  Regina Obe <lr at pcorp.us>
 
-	* Support for PostgreSQL 9.1 CREATE EXTENSION syntax
+	* [r7851] Support for PostgreSQL 9.1 CREATE EXTENSION syntax
 
-2011-09-14 15:37  robe
+2011-09-14 15:37  Regina Obe <lr at pcorp.us>
 
-	* change & to html equivalent entity
+	* [r7850] change & to html equivalent entity
 
-2011-09-14 15:24  robe
+2011-09-14 15:24  Regina Obe <lr at pcorp.us>
 
-	* provide real world examples of how to use CreateTopoGeom
+	* [r7849] provide real world examples of how to use CreateTopoGeom
 
-2011-09-14 14:55  robe
+2011-09-14 14:55  Regina Obe <lr at pcorp.us>
 
-	* more fixes
+	* [r7848] more fixes
 
-2011-09-14 14:51  robe
+2011-09-14 14:51  Regina Obe <lr at pcorp.us>
 
-	* put in new timings. After speed fix loading is 3 times faster
+	* [r7847] 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 at pcorp.us>
 
-	* fix typo and create another link reference
+	* [r7846] fix typo and create another link reference
 
-2011-09-14 12:14  pracine
+2011-09-14 12:14  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Commented some queries so that the file can be executed to load
-	  the functions.
+	* [r7845] 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 at pcorp.us>
 
-	* drop populate_geometry_columns version that just takes oid. Has
-	  bene replaced with versoin that takes default arg use_typmod
+	* [r7844] 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 at keybit.net>
 
-	* Re-enable accidentally disabled prepared geoms. Fixes bug #1165.
+	* [r7843] Re-enable accidentally disabled prepared geoms. Fixes bug
+	  #1165.
 
-2011-09-13 18:47  chodgson
+2011-09-13 18:47  Chris Hodgson <chodgson at refractions.net>
 
-	* Added some diagrams to the st_overlaps docmentation
+	* [r7842] Added some diagrams to the st_overlaps docmentation
 
-2011-09-13 03:51  robe
+2011-09-13 03:51  Regina Obe <lr at pcorp.us>
 
-	* fix for #1158 can't compile 8.4 under mingw windows
+	* [r7841] 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 at keybit.net>
 
-	* Handle db initialization errors earlier
+	* [r7840] Handle db initialization errors earlier
 
-2011-09-12 04:56  robe
+2011-09-12 04:56  Regina Obe <lr at pcorp.us>
 
-	* make topoelementarray examples make more sense
+	* [r7839] make topoelementarray examples make more sense
 
-2011-09-12 04:44  robe
+2011-09-12 04:44  Regina Obe <lr at pcorp.us>
 
-	* put in more description about what type id means
+	* [r7838] put in more description about what type id means
 
-2011-09-11 02:42  robe
+2011-09-11 02:42  Regina Obe <lr at pcorp.us>
 
-	* Link several functions back to new Topology_Load_Tiger since that
-	  demonstrates use of these functions
+	* [r7837] 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 at pcorp.us>
 
-	* minor wording changes and reference to configuration part of
-	  documentation
+	* [r7836] minor wording changes and reference to configuration part
+	  of documentation
 
-2011-09-10 13:52  robe
+2011-09-10 13:52  Regina Obe <lr at pcorp.us>
 
-	* fix typo link to tiger topology loader
+	* [r7835] fix typo link to tiger topology loader
 
-2011-09-10 12:43  strk
+2011-09-10 12:43  Sandro Santilli <strk at keybit.net>
 
-	* Fix "no ID for constraint linkedn: Create_Topology" error
+	* [r7834] Fix "no ID for constraint linkedn: Create_Topology" error
 
-2011-09-10 11:49  strk
+2011-09-10 11:49  Sandro Santilli <strk at keybit.net>
 
-	* Honour DESTDIR in documentation Makefile. Patch by Bryce L
-	  Nordgren.
+	* [r7833] 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 at pcorp.us>
 
-	* Document tiger to postgis topology loader and revise scripts to
-	  install the new function. also some additional minor fixes
+	* [r7832] 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 at pcorp.us>
 
-	* save as UTF-8
+	* [r7831] save as UTF-8
 
-2011-09-10 05:11  robe
+2011-09-10 05:11  Regina Obe <lr at pcorp.us>
 
-	* Alas a load with no topology validation errors. Fix remaining
-	  issues with missing loading of some edges of faces
+	* [r7830] 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 at pcorp.us>
 
-	* get rid of superfluous junk
+	* [r7829] get rid of superfluous junk
 
-2011-09-09 14:47  robe
+2011-09-09 14:47  Regina Obe <lr at pcorp.us>
 
-	* example of how to get actual edge geometries
+	* [r7828] example of how to get actual edge geometries
 
-2011-09-09 14:06  robe
+2011-09-09 14:06  Regina Obe <lr at pcorp.us>
 
-	* 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)
+	* [r7827] 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 at pcorp.us>
 
-	* revise to transform to spatial reference system of target
+	* [r7826] revise to transform to spatial reference system of target
 	  topology
 
-2011-09-08 16:47  robe
+2011-09-08 16:47  Regina Obe <lr at pcorp.us>
 
-	* more changes to add missing edges
+	* [r7825] more changes to add missing edges
 
-2011-09-08 14:36  robe
+2011-09-08 14:36  Regina Obe <lr at pcorp.us>
 
-	* more minor corrections
+	* [r7824] more minor corrections
 
-2011-09-08 14:23  robe
+2011-09-08 14:23  Regina Obe <lr at pcorp.us>
 
-	* #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] #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 at pcorp.us>
 
-	* logic to load in edges marking those with orphaned next_left,
-	  next_right to -neg of itself
+	* [r7822] 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 at pcorp.us>
 
-	* more typo corrections
+	* [r7821] more typo corrections
 
-2011-09-07 14:57  robe
+2011-09-07 14:57  Regina Obe <lr at pcorp.us>
 
-	* more typos
+	* [r7820] more typos
 
-2011-09-07 14:55  robe
+2011-09-07 14:55  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r7819] fix typo
 
-2011-09-07 14:54  robe
+2011-09-07 14:54  Regina Obe <lr at pcorp.us>
 
-	* more work on tiger topology loader -- revised to use temp table.
+	* [r7818] 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>
 
-	* Updated expected output due to change in message
+	* [r7817] Updated expected output due to change in message
 
-2011-09-06 21:01  robe
+2011-09-06 21:01  Regina Obe <lr at pcorp.us>
 
-	* correct some mistatements about export functions
+	* [r7816] correct some mistatements about export functions
 
-2011-09-06 20:10  dustymugs
+2011-09-06 20:10  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fixed ST_AsPNG to allow rasters with four bands as that becomes a
-	  RGBA PNG image.
+	* [r7815] 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 at pcorp.us>
 
-	* fix typos
+	* [r7814] fix typos
 
-2011-09-06 16:24  robe
+2011-09-06 16:24  Regina Obe <lr at pcorp.us>
 
-	* more examples
+	* [r7813] more examples
 
-2011-09-06 08:07  robe
+2011-09-06 08:07  Regina Obe <lr at pcorp.us>
 
-	* minor indentation fix
+	* [r7812] minor indentation fix
 
-2011-09-06 08:07  robe
+2011-09-06 08:07  Regina Obe <lr at pcorp.us>
 
-	* document st_resample - still need to put in examples
+	* [r7811] document st_resample - still need to put in examples
 
-2011-09-06 07:25  robe
+2011-09-06 07:25  Regina Obe <lr at pcorp.us>
 
-	* get rid of transparency -- transparency turning to black in pdf
-	  format
+	* [r7810] 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 at pcorp.us>
 
-	* Add another example with pictures
+	* [r7809] Add another example with pictures
 
-2011-09-06 02:11  robe
+2011-09-06 02:11  Regina Obe <lr at pcorp.us>
 
-	* Move ST_AsRaster and ST_Band to raster contructor section
+	* [r7808] Move ST_AsRaster and ST_Band to raster contructor section
 
-2011-09-05 15:44  robe
+2011-09-05 15:44  Regina Obe <lr at pcorp.us>
 
-	* revmoe history table out of docs for now
+	* [r7806] revmoe history table out of docs for now
 
-2011-09-04 02:50  robe
+2011-09-04 02:50  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r7804] fix typo
 
-2011-09-02 19:46  robe
+2011-09-02 19:46  Regina Obe <lr at pcorp.us>
 
-	* Put in creative commons license stamp
+	* [r7803] Put in creative commons license stamp
 
-2011-09-02 01:54  dustymugs
+2011-09-02 01:54  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added optimizations and shortcuts for
+	* [r7802] Added optimizations and shortcuts for
 	  rt_band_get_quantiles_stream
 
-2011-09-01 14:58  robe
+2011-09-01 14:58  Regina Obe <lr at pcorp.us>
 
-	* revise to return first part of street number e.g. 112-345 -> 112
+	* [r7801] 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 at pcorp.us>
 
-	* revise so works under 8.4 evidentially in 8.4 INTO USING clauses
-	  are not interchangeable but they are in later versions
+	* [r7800] 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 at pcorp.us>
 
-	* fill in missing tag
+	* [r7799] fill in missing tag
 
-2011-09-01 09:00  robe
+2011-09-01 09:00  Regina Obe <lr at pcorp.us>
 
-	* more finetuninng of street offset to consider non-straight tlids
+	* [r7798] more finetuninng of street offset to consider
+	  non-straight tlids
 
-2011-08-31 14:54  robe
+2011-08-31 14:54  Regina Obe <lr at pcorp.us>
 
-	* #1052 update doco to reflect change in behavior.
+	* [r7797] #1052 update doco to reflect change in behavior.
 
-2011-08-31 14:53  robe
+2011-08-31 14:53  Regina Obe <lr at pcorp.us>
 
-	* #1052 -- instead of placing geocoded point at center line, offset
-	  it 10 meters to the correct odd/even (L / R utilizing addr.side
-	  field). May later change this to allow the user to specify the
-	  offset amount.
+	* [r7796] #1052 -- instead of placing geocoded point at center
+	  line, offset it 10 meters to the correct odd/even (L / R
+	  utilizing addr.side field). 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 at keybit.net>
 
-	* With libtool for loader/dumper there's no need to stage-install
-	  them
+	* [r7795] 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 at pcorp.us>
 
-	* fill in missing protos for ST_AsRaster
+	* [r7794] fill in missing protos for ST_AsRaster
 
-2011-08-29 15:23  strk
+2011-08-29 15:23  Sandro Santilli <strk at keybit.net>
 
-	* Dynamically link loader and dumper to liblwgeom [RT-SIGTA]
+	* [r7793] 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 at keybit.net>
 
-	* Use libtool to link liblwgeom unit tester (helps testing the
-	  shared library)
+	* [r7792] 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>
 
-	* fixed improperly commented-out RAISE DEBUG statement for
+	* [r7791] 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>
 
-	* Added solaris define for UNIX using patch provided by rroliver.
+	* [r7790] 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>
 
-	* Tweaked memory allocation in RASTER_quantileCoverage.
+	* [r7789] Tweaked memory allocation in RASTER_quantileCoverage.
 
-2011-08-25 23:23  dustymugs
+2011-08-25 23:23  Bborie Park <bkpark at ucdavis.edu>
 
-	* 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
+	* [r7788] 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>
 
-	* Removed "WITH OIDS" from raster table creation.
+	* [r7787] Removed "WITH OIDS" from raster table creation.
 
-2011-08-25 18:18  dustymugs
+2011-08-25 18:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Fix error of unknown symbol gidx_to_string when building with the
-	  flags --with-raster --enable-debug using patch
+	* [r7786] 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>
 
-	* Fixed the problem where having configure detect that GDAL has the
-	  GDALFPolygonize function does not cause the code to use
+	* [r7785] Fixed the problem where having configure detect that GDAL
+	  has the GDALFPolygonize function does not cause the code to use
 	  GDALFPolygonize. This is due to the macro GDALFPOLYGONIZE not
 	  being set anywhere. So, it is now being set in raster_config.h.in
 	  and included in rt_core/rt_api.h. Had to update testapi.c as the
@@ -15621,94 +16399,97 @@
 	  
 	  Associated ticket is #650
 
-2011-08-25 11:33  robe
+2011-08-25 11:33  Regina Obe <lr at pcorp.us>
 
-	* provide better example and images to complement. Also note that
-	  ST_AsRaster doesn't yet work with newer geometries
+	* [r7784] 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 at cleverelephant.ca>
 
-	* Added in gettext headers to allow compilation under osx with
-	  iconv
+	* [r7783] 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 at pcorp.us>
 
-	* cleanup formatting a bit on ST_AsRaster example
+	* [r7782] 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>
 
-	* Added DESTDIR so that raster2pgsql.py is installed in the
+	* [r7781] 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 at pcorp.us>
 
-	* Provide some examples for using ST_AsRaster. This function is way
-	  cool.
+	* [r7780] 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>
 
-	* Inclusion of missing ST_PixelWidth and ST_PixelHeight functions
-	  and regression tests.
+	* [r7779] 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>
 
-	* Refactored ST_ValueCount and ST_ValuePercent to be a C function
-	  rather than a plpgsql function.
+	* [r7778] 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 at pcorp.us>
 
-	* #997 put in correct codes for non-state us territories
+	* [r7775] #997 put in correct codes for non-state us territories
 
-2011-08-21 03:34  robe
+2011-08-21 03:34  Regina Obe <lr at pcorp.us>
 
-	* #1158 add proj flags to fix mingw test issue
+	* [r7774] #1158 add proj flags to fix mingw test issue
 
-2011-08-20 21:17  strk
+2011-08-20 21:17  Sandro Santilli <strk at keybit.net>
 
-	* Put PG_MODULE_MAGIC in raster and postgis source files rather
-	  than in libpgcommon. Should fix the mingw build. See ticket
-	  #1158.
+	* [r7773] 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 at keybit.net>
 
-	* Use PROJ cflags when building raster module (see #1158)
+	* [r7772] 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>
 
-	* More fixups for the quantile coverage function. Fixes segfault
-	  that seems to only occur on OSX.
+	* [r7771] 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 at keybit.net>
 
-	* Drop duplicated typedef [RT-SIGTA]
+	* [r7770] Drop duplicated typedef [RT-SIGTA]
 
-2011-08-20 15:55  strk
+2011-08-20 15:55  Sandro Santilli <strk at keybit.net>
 
-	* Install liblwgeom.h under a sensible location... [RT-SIGTA]
+	* [r7769] Install liblwgeom.h under a sensible location...
+	  [RT-SIGTA]
 
-2011-08-20 15:43  strk
+2011-08-20 15:43  Sandro Santilli <strk at keybit.net>
 
-	* Move gserialized_gist to libpgcommon fixing a circular dependency
-	  between libpgcommon and liblwgeom, put libpgcommon _after_
-	  liblwgeom in pg modules link lines, drop duplicated
+	* [r7768] Move gserialized_gist to libpgcommon fixing a circular
+	  dependency between libpgcommon and liblwgeom, put libpgcommon
+	  _after_ liblwgeom in pg modules link lines, drop duplicated
 	  lwgeom_init_allocators and PG_MODULE_MAGIC from raster 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>
 
-	* Corrected incorrect function usage
+	* [r7767] Corrected incorrect function usage
 
-2011-08-19 22:57  dustymugs
+2011-08-19 22:57  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added forgotten explicit freeing of memory and some code cleanup
+	* [r7766] 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>
 
-	* Adds coverage table version of ST_Quantile and ST_ApproxQuantile.
-	  Function implemented using the algorithm discussed in
+	* [r7765] Adds coverage table version of ST_Quantile and
+	  ST_ApproxQuantile. Function implemented using the algorithm
+	  discussed in
 	  
 	  A One-Pass Space-Efficient Algorithm for Finding Quantiles (1995)
 	  by Rakesh Agrawal, Arun Swami
@@ -15718,487 +16499,502 @@
 	  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>
 
-	* Commit of patch provided by David Zwarg in #482 adding the
-	  functions ST_SetRotation, ST_Rotation, ST_PixelHeight and
+	* [r7763] Commit of patch provided by David Zwarg in #482 adding
+	  the functions ST_SetRotation, ST_Rotation, ST_PixelHeight and
 	  ST_PixelWidth.
 	  
 	  Associated tickets are #482, #928, #929 and #936
 
-2011-08-19 10:12  strk
+2011-08-19 10:12  Sandro Santilli <strk at keybit.net>
 
-	* Include version in liblwgeom.h [RT-SIGTA]
+	* [r7762] Include version in liblwgeom.h [RT-SIGTA]
 	  
 	  Closes ticket #1164
 
-2011-08-19 09:34  strk
+2011-08-19 09:34  Sandro Santilli <strk at keybit.net>
 
-	* Drop (u)int32 and uchar in favor of C99 standard int types
-	  [RT-SIGTA]
+	* [r7761] Drop (u)int32 and uchar in favor of C99 standard int
+	  types [RT-SIGTA]
 	  
 	  This commit drops PostgreSQL references in liblwgeom.h (C_H
 	  define)
 	  and hopefully reduces the noise generated by custom symbols.
 
-2011-08-19 09:30  strk
+2011-08-19 09:30  Sandro Santilli <strk at keybit.net>
 
-	* Don't use problematic int types for no reason...
+	* [r7760] Don't use problematic int types for no reason...
 
-2011-08-19 08:16  strk
+2011-08-19 08:16  Sandro Santilli <strk at keybit.net>
 
-	* Install liblwgeom on 'make install' [RT-SIGTA]
+	* [r7759] 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 at keybit.net>
 
-	* Move SQL-exposed functions out of libpgcommon (#1163).
+	* [r7758] Move SQL-exposed functions out of libpgcommon (#1163).
 
-2011-08-16 13:19  robe
+2011-08-16 13:19  Regina Obe <lr at pcorp.us>
 
-	* more clarification of behavior change in 2.0 of bbox storage
+	* [r7757] 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 at pcorp.us>
 
-	* #1160: documentation clarification of behavior
+	* [r7755] #1160: documentation clarification of behavior
 
-2011-08-16 09:47  strk
+2011-08-16 09:47  Sandro Santilli <strk at keybit.net>
 
-	* Move NO_*_VALUE from liblwgeom.h to liblwgeom_internal.h
+	* [r7754] 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 at keybit.net>
 
-	* Move DIST_MAX and DIST_MIN from liblwgeom.h to
+	* [r7753] 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 at keybit.net>
 
-	* Honour DISTDIR when installing liblwgeom. Drop the finish call as
-	  it may require root privileges on some systems [RT-SIGTA].
+	* [r7752] 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>
 
-	* Removed unnecessary code from rt_band_get_summary_stats. Fixed
-	  incorrect comment for rt_band_get_value_count.
+	* [r7751] 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 at keybit.net>
 
-	* Use proper PROJ4 flags when linking against liblwgeom. See ticket
-	  #1158. [RT-SIGTA]
+	* [r7749] 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 at keybit.net>
 
-	* Fix for missing include directory on Mingw (#1158). Thanks Bryce
-	  Nordgren.
+	* [r7748] 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 at pcorp.us>
 
-	* #1071: Logic to mark nodes that are contained in a face
+	* [r7747] #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 at pcorp.us>
 
-	* #1071 - start work on tiger PostGIS topology loader
+	* [r7746] #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>
 
-	* 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
+	* [r7745] 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 at keybit.net>
 
-	* Second attempt at libtool usage. Seems better to me now.
+	* [r7744] Second attempt at libtool usage. Seems better to me now.
 	  PostGIS clients still all use the static version of the library.
 	  Libraries are not installed by default.
 	  [RT-SIGTA]
 
-2011-08-13 09:02  strk
+2011-08-13 09:02  Sandro Santilli <strk at keybit.net>
 
-	* Drop unused code
+	* [r7743] Drop unused code
 
-2011-08-13 02:01  robe
+2011-08-13 02:01  Regina Obe <lr at pcorp.us>
 
-	* #1156 incorporate suggestions from forkandwait
+	* [r7742] #1156 incorporate suggestions from forkandwait
 
-2011-08-12 19:18  strk
+2011-08-12 19:18  Sandro Santilli <strk at keybit.net>
 
-	* Move lwproj_from_string from libpgcommon to liblwgeom [RT-SIGTA]
+	* [r7741] Move lwproj_from_string from libpgcommon to liblwgeom
+	  [RT-SIGTA]
 
-2011-08-12 17:57  strk
+2011-08-12 17:57  Sandro Santilli <strk at keybit.net>
 
-	* liblwgeom/cunit also needs PROJ_CPPFLAGS
+	* [r7740] liblwgeom/cunit also needs PROJ_CPPFLAGS
 
-2011-08-12 17:55  strk
+2011-08-12 17:55  Sandro Santilli <strk at keybit.net>
 
-	* Rename make_project to lwproj_from_string, ready to be moved to
-	  liblwgeom [RT-SIGTA]
+	* [r7739] 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 at keybit.net>
 
-	* Even generator.c will need proper proj cflags now..
+	* [r7738] Even generator.c will need proper proj cflags now..
 
-2011-08-12 17:37  strk
+2011-08-12 17:37  Sandro Santilli <strk at keybit.net>
 
-	* loader also includes liblwgeom.h, thus wants PROJ cpp flags
+	* [r7737] loader also includes liblwgeom.h, thus wants PROJ cpp
+	  flags
 
-2011-08-12 17:33  strk
+2011-08-12 17:33  Sandro Santilli <strk at keybit.net>
 
-	* Use PROJ4 C flags, see if this makes Hudson happy.
+	* [r7736] Use PROJ4 C flags, see if this makes Hudson happy.
 
-2011-08-12 17:26  strk
+2011-08-12 17:26  Sandro Santilli <strk at keybit.net>
 
-	* Copyright review on lwgeom_pg.{c,h} files
+	* [r7735] Copyright review on lwgeom_pg.{c,h} files
 
-2011-08-12 17:25  strk
+2011-08-12 17:25  Sandro Santilli <strk at keybit.net>
 
-	* Make transformation and projection cache API available (ticket
-	  #1053)
+	* [r7734] Make transformation and projection cache API available
+	  (ticket #1053)
 
-2011-08-12 10:12  strk
+2011-08-12 10:12  Sandro Santilli <strk at keybit.net>
 
-	* Drop unused macros CARTESIAN and GEODETIC from liblwgeom.h
+	* [r7733] Drop unused macros CARTESIAN and GEODETIC from
+	  liblwgeom.h
 
-2011-08-12 10:11  strk
+2011-08-12 10:11  Sandro Santilli <strk at keybit.net>
 
-	* Snap and SharedPaths are both direct GEOS proxies, not extra
-	  [RT-SIGTA]
+	* [r7732] 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 at keybit.net>
 
-	* Export lwgeom_sharedpaths to liblwgeom, and fix exception message
-	  [RT-SIGTA]
+	* [r7731] 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>
 
-	* Rewrote the code for the coverage table versions of
+	* [r7730] 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 at pcorp.us>
 
-	* change reverse_geocode back to using addr table and also use
-	  cousub for location
+	* [r7729] 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 at keybit.net>
 
-	* Fix leftover PARSER_CHECK reference (thanks Hudson) [RT-SIGTA]
+	* [r7728] Fix leftover PARSER_CHECK reference (thanks Hudson)
+	  [RT-SIGTA]
 
-2011-08-11 08:04  strk
+2011-08-11 08:04  Sandro Santilli <strk at keybit.net>
 
-	* Export lwgeom_split to liblwgeom, const-correct it [RT-SIGTA]
+	* [r7727] Export lwgeom_split to liblwgeom, const-correct it
+	  [RT-SIGTA]
 
-2011-08-11 07:52  strk
+2011-08-11 07:52  Sandro Santilli <strk at keybit.net>
 
-	* Export lwgeom_snap to liblwgeom [RT-SIGTA]
+	* [r7726] Export lwgeom_snap to liblwgeom [RT-SIGTA]
 
-2011-08-11 07:51  strk
+2011-08-11 07:51  Sandro Santilli <strk at keybit.net>
 
-	* Give PARSER_CHECK macros an LW_ prefix [RT-SIGTA]
+	* [r7725] Give PARSER_CHECK macros an LW_ prefix [RT-SIGTA]
 
-2011-08-11 07:50  strk
+2011-08-11 07:50  Sandro Santilli <strk at keybit.net>
 
-	* Fix parser documentation [RT-SIGTA]
+	* [r7724] Fix parser documentation [RT-SIGTA]
 
-2011-08-10 23:16  pramsey
+2011-08-10 23:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Match style of liblwgeom.h include guard
+	* [r7723] Match style of liblwgeom.h include guard
 
-2011-08-10 22:43  pramsey
+2011-08-10 22:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Little checks in clean_wkt_out_suite
+	* [r7722] Little checks in clean_wkt_out_suite
 
-2011-08-10 22:28  pramsey
+2011-08-10 22:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove old WKB/WKT parsers and generators and switch all internal
-	  references remaining (mostly in cunit) over to the new
+	* [r7721] Remove old 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 at keybit.net>
 
-	* Export lwgeom_makevalid to liblwgeom [RT-SIGTA]
+	* [r7720] Export lwgeom_makevalid to liblwgeom [RT-SIGTA]
 
-2011-08-09 16:05  strk
+2011-08-09 16:05  Sandro Santilli <strk at keybit.net>
 
-	* Add GEOS entry points in liblwgeom.h (public API) [RT-SIGTA]
+	* [r7719] 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 at keybit.net>
 
-	* Add some documentation about parsing [RT-SIGTA]
+	* [r7718] Add some documentation about parsing [RT-SIGTA]
 
-2011-08-09 15:43  strk
+2011-08-09 15:43  Sandro Santilli <strk at keybit.net>
 
-	* Mark "chip" functions for deletion
+	* [r7717] Mark "chip" functions for deletion
 
-2011-08-09 15:12  strk
+2011-08-09 15:12  Sandro Santilli <strk at keybit.net>
 
-	* Drop REPEATED_POINTS_* and SPLICE_* defines from liblwgeom.h,
-	  move MAXFLOAT to liblwgeom_internal.h [RT-SIGTA]
+	* [r7716] 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 at pcorp.us>
 
-	* make eol for all rfcs be LF so our unix brethren can edit them
-	  without fuss
+	* [r7715] 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 at keybit.net>
 
-	* Move floating points comparator macros from liblwgeom.h to
-	  liblwgeom_internal.h (not prefixed symbols) [RT-SIGTA]
+	* [r7714] 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 at keybit.net>
 
-	* Don't include liblwgeom.h from headers if not needed, document
-	  what is it needed for in implementation files [RT-SIGTA]
+	* [r7713] 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 at keybit.net>
 
-	* Clean up gui as well
+	* [r7712] Clean up gui as well
 
-2011-08-09 08:28  strk
+2011-08-09 08:28  Sandro Santilli <strk at keybit.net>
 
-	* Drop CHIP type and any reference to it [RT-SIGTA]
+	* [r7711] Drop CHIP type and any reference to it [RT-SIGTA]
 
-2011-08-09 05:52  robe
+2011-08-09 05:52  Regina Obe <lr at pcorp.us>
 
-	* strk's patch fix for #1155
+	* [r7710] strk's patch fix for #1155
 
-2011-08-08 10:11  strk
+2011-08-08 10:11  Sandro Santilli <strk at keybit.net>
 
-	* Encode more deps
+	* [r7709] Encode more deps
 
-2011-08-08 09:56  strk
+2011-08-08 09:56  Sandro Santilli <strk at keybit.net>
 
-	* 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] 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 at keybit.net>
 
-	* Move getMachineEndian() and error_if_srid_mismatch() from
+	* [r7707] Move 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 at keybit.net>
 
-	* Put PG_LWGEOM stuff where it belongs (out of liblwgeom)
+	* [r7706] 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 at keybit.net>
 
-	* Include postgis_config.h to find POSTGIS_VERSION and
+	* [r7705] 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 at keybit.net>
 
-	* Reduce number of includes from liblwgeom.h (closest header to a
-	  public API).
+	* [r7704] 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 at keybit.net>
 
-	* Fix dependency referencing dropped rule [RT-SIGTA]
+	* [r7703] Fix dependency referencing dropped rule [RT-SIGTA]
 
-2011-08-06 18:01  strk
+2011-08-06 18:01  Sandro Santilli <strk at keybit.net>
 
-	* Add static library to {,un}install-liblwgeom rules [RT-SIGTA]
+	* [r7702] Add static library to {,un}install-liblwgeom rules
+	  [RT-SIGTA]
 
-2011-08-06 17:48  strk
+2011-08-06 17:48  Sandro Santilli <strk at keybit.net>
 
-	* Re-drop use of libtool (more troubles than help).
+	* [r7701] 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 at keybit.net>
 
-	* Re-introduce numerical flags in building "NM" objs [RT-SIGTA]
+	* [r7700] Re-introduce numerical flags in building "NM" objs
+	  [RT-SIGTA]
 
-2011-08-06 15:12  strk
+2011-08-06 15:12  Sandro Santilli <strk at keybit.net>
 
-	* Use libtool to build liblwgeom. Still only static. [RT-SIGTA]
+	* [r7699] Use libtool to build liblwgeom. Still only static.
+	  [RT-SIGTA]
 
-2011-08-06 09:47  strk
+2011-08-06 09:47  Sandro Santilli <strk at keybit.net>
 
-	* Use GEOS compiler and linker flags for liblwgeom, add
+	* [r7698] 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 at keybit.net>
 
-	* Add lwgeom_buildarea to liblwgeom [RT-SIGTA]
+	* [r7697] Add lwgeom_buildarea to liblwgeom [RT-SIGTA]
 
-2011-08-06 09:46  strk
+2011-08-06 09:46  Sandro Santilli <strk at keybit.net>
 
-	* Add GEOS spatial operations to liblwgeom (ticket #1050)
+	* [r7696] Add GEOS spatial operations to liblwgeom (ticket #1050)
 	  [RT-SIGTA]
 
-2011-08-05 12:45  robe
+2011-08-05 12:45  Regina Obe <lr at pcorp.us>
 
-	* Another minor check
+	* [r7695] Another minor check
 
-2011-08-04 15:03  robe
+2011-08-04 15:03  Regina Obe <lr at pcorp.us>
 
-	* Update hard upgrade to include use of
+	* [r7694] 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 at pcorp.us>
 
-	* 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.
+	* [r7693] 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 at pcorp.us>
 
-	* some typo cleanup
+	* [r7692] some typo cleanup
 
-2011-08-03 05:00  robe
+2011-08-03 05:00  Regina Obe <lr at pcorp.us>
 
-	* Make more efficient the case when no state or city is provided
-	  but zip is provided.
+	* [r7691] 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 at pcorp.us>
 
-	* document new drop_indexes_generate_script function
+	* [r7690] document new drop_indexes_generate_script function
 
-2011-08-03 02:06  robe
+2011-08-03 02:06  Regina Obe <lr at pcorp.us>
 
-	* Major rework to improve speed, selectivity, and additional
-	  regress. Also added some indexes and removed some -- should solve
-	  #1145, #1148, and #1131 (should be about 60% faster for most
-	  cases and in some as much as 20 times faster). Better performance
-	  if you set max results = 1. Some other minor cleanup.
+	* [r7689] Major rework to improve speed, selectivity, and
+	  additional regress. Also added some indexes and removed some --
+	  should solve #1145, #1148, and #1131 (should be about 60% faster
+	  for most cases and in some as much as 20 times faster). Better
+	  performance if you 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 at pcorp.us>
 
-	* Add link to Sandro's topology Paris 2011 slides in summary of
-	  topology reference section
+	* [r7688] 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 at keybit.net>
 
-	* Use strcpy rather than strncpy, simpler and less error-prone
+	* [r7687] Use strcpy rather than strncpy, simpler and less
+	  error-prone
 
-2011-07-28 18:43  strk
+2011-07-28 18:43  Sandro Santilli <strk at keybit.net>
 
-	* Give strncpy enough space to write a terminating null. Thanks
-	  gengor for the patch.
+	* [r7686] 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 at pcorp.us>
 
-	* minor updates to ST_MakeLine to clarify pre-9.0 and 9.0+
+	* [r7684] 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 at pcorp.us>
 
-	* 1 more change
+	* [r7683] 1 more change
 
-2011-07-27 11:54  robe
+2011-07-27 11:54  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r7682] fix typo
 
-2011-07-27 11:52  robe
+2011-07-27 11:52  Regina Obe <lr at pcorp.us>
 
-	* example of using new PostgreSQL 9.0+ ORDER BY aggregate feature
-	  for ST_MakeLine
+	* [r7681] 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 at pcorp.us>
 
-	* more examples for ST_Offsetcurve
+	* [r7680] more examples for ST_Offsetcurve
 
-2011-07-26 14:30  robe
+2011-07-26 14:30  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r7679] fix typo
 
-2011-07-26 14:29  robe
+2011-07-26 14:29  Regina Obe <lr at pcorp.us>
 
-	* remove left and right notes until I have arrows. not embarrass
-	  myself with my directional dyslexia.
+	* [r7678] 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 at pcorp.us>
 
-	* Start work documenting ST_AsRaster
+	* [r7677] Start work documenting ST_AsRaster
 
-2011-07-25 15:53  robe
+2011-07-25 15:53  Regina Obe <lr at pcorp.us>
 
-	* reduce spacing more
+	* [r7676] reduce spacing more
 
-2011-07-25 15:52  dustymugs
+2011-07-25 15:52  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_AsRaster function to provide the ability to
-	  convert geometries into rasters.
+	* [r7675] Addition of ST_AsRaster function to provide the ability
+	  to convert geometries into rasters.
 	  
 	  Associated ticket is #1141.
 
-2011-07-25 14:20  robe
+2011-07-25 14:20  Regina Obe <lr at pcorp.us>
 
-	* another typo
+	* [r7674] another typo
 
-2011-07-25 14:10  robe
+2011-07-25 14:10  Regina Obe <lr at pcorp.us>
 
-	* fix coloring to agree with color of other examples
+	* [r7673] fix coloring to agree with color of other examples
 
-2011-07-25 14:08  robe
+2011-07-25 14:08  Regina Obe <lr at pcorp.us>
 
-	* reduce width of table cells -- ST_OffsetCurve
+	* [r7672] reduce width of table cells -- ST_OffsetCurve
 
-2011-07-25 14:04  robe
+2011-07-25 14:04  Regina Obe <lr at pcorp.us>
 
-	* redo all examples so they fit in the 0 0 200 200 grid
+	* [r7671] 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 at pcorp.us>
 
-	* fix some typos and grid more to fix
+	* [r7670] fix some typos and grid more to fix
 
-2011-07-25 12:18  robe
+2011-07-25 12:18  Regina Obe <lr at pcorp.us>
 
-	* get rid of semicolons
+	* [r7669] get rid of semicolons
 
-2011-07-25 12:13  robe
+2011-07-25 12:13  Regina Obe <lr at pcorp.us>
 
-	* need more pictures :), visual examples for st_offsetcurve
+	* [r7668] need more pictures :), visual examples for st_offsetcurve
 
-2011-07-24 08:15  robe
+2011-07-24 08:15  Regina Obe <lr at pcorp.us>
 
-	* update ST_MapAlgebra to agree with implementation (got rid of
-	  bosolete proto and example and replaced with new example
+	* [r7667] 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 at keybit.net>
 
-	* Be terse, we don't care about context. Closes ticket #1142.
+	* [r7666] 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 at keybit.net>
 
-	* Set 'C' collation when creating regress database. See #1140.
+	* [r7665] Set 'C' collation when creating regress database. See
+	  #1140.
 
-2011-07-22 20:20  pracine
+2011-07-22 20:20  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Added a note saying that those function now have a C
+	* [r7664] 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 at sbf.ulaval.ca>
 
-	* -Fix for #645.
+	* [r7663] -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 at sbf.ulaval.ca>
 
-	* Fix for ticket #969. Removed conflicting function variant.
+	* [r7662] Fix for ticket #969. Removed conflicting function
+	  variant.
 
-2011-07-22 19:31  pracine
+2011-07-22 19:31  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -Addaptation to new two rasters ST_MapAlgebra in which
+	* [r7661] -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 at sbf.ulaval.ca>
 
-	* Modified comment on further enhancements.
+	* [r7660] Modified comment on further enhancements.
 
-2011-07-22 19:28  pracine
+2011-07-22 19:28  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -Fix for ticket #644. Removed all variants.
+	* [r7659] -Fix for ticket #644. Removed all variants.
 	  -Fixed the two rasters version.
 	  -Added some tests.
 	  -Added ST_MinPossibleVal().
@@ -16208,98 +17004,100 @@
 	  -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>
 
-	* Cleaned the grid alignment code to remove unnecessary cruft in
-	  rt_raster_gdal_warp
+	* [r7658] 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>
 
-	* Fixed floating point issue with the remainder returned from the
-	  function modf in rt_api.c. Updated messages in rt_pg.c. Corrected
-	  expected regression results in rt_resample_expected.
+	* [r7657] Fixed floating point issue with the remainder returned
+	  from the function modf in rt_api.c. Updated messages in rt_pg.c.
+	  Corrected expected regression results in rt_resample_expected.
 	  
 	  Associated ticket is #1114
 
-2011-07-20 19:53  strk
+2011-07-20 19:53  Sandro Santilli <strk at keybit.net>
 
-	* Improve testsuite predictability (#1135)
+	* [r7656] Improve testsuite predictability (#1135)
 
-2011-07-19 22:20  dustymugs
+2011-07-19 22:20  Bborie Park <bkpark at ucdavis.edu>
 
-	* Bug fix of deallocating array using wrong index variable
+	* [r7654] 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>
 
-	* Fixed width and height values expected.
+	* [r7653] Fixed width and height values expected.
 
-2011-07-18 23:29  dustymugs
+2011-07-18 23:29  Bborie Park <bkpark at ucdavis.edu>
 
-	* - tweaked the rt_resample regression test to use SRIDs under
-	  1000000
+	* [r7652] - 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 at pcorp.us>
 
-	* 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
+	* [r7651] 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 at pcorp.us>
 
-	* Limit edge and featnames search to just road / street types
+	* [r7650] Limit edge and featnames search to just road / street
+	  types
 
-2011-07-17 17:02  robe
+2011-07-17 17:02  Regina Obe <lr at pcorp.us>
 
-	* more regress tests for reverse_geocode
+	* [r7649] more regress tests for reverse_geocode
 
-2011-07-17 16:46  robe
+2011-07-17 16:46  Regina Obe <lr at pcorp.us>
 
-	* simplify logic by getting rid of addr join. Speed improved
-	  slightly
+	* [r7648] 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 at pcorp.us>
 
-	* enhancements to support reverse geocoding of highway locations.
-	  Also add reverse geocode regress tests
+	* [r7647] 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 at pcorp.us>
 
-	* #1125 have highway designations print in front of streetname
-	  instead of after
+	* [r7646] #1125 have 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>
 
-	* Minor comment updates to correct details
+	* [r7644] Minor comment updates to correct details
 
-2011-07-15 06:40  robe
+2011-07-15 06:40  Regina Obe <lr at pcorp.us>
 
-	* revise ratings to minimize numberes steetss from matching highly
-	  with interstate routes. Also glue on pretype abrv (which are
-	  technically street types) to front of street name in normalize
-	  output so that highways print correctly as e.g. State Hwy 10 etc.
+	* [r7641] revise ratings to minimize numberes steetss from matching
+	  highly with interstate routes. Also glue on pretype abrv (which
+	  are 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 at pcorp.us>
 
-	* Add in common abbreviation RT to map to Rte and test case to
-	  regress to test
+	* [r7640] 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>
 
-	* Code refactored for RASTER_dumpWKTPolygons to use same mechanisms
-	  for resultset generation (Datums instead of CStrings) as
-	  RASTER_metadata and other functions.
+	* [r7639] 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>
 
-	* Refactored functions returning sets to use Datums instead of C
-	  strings, which were causing rounding issues particularly for
+	* [r7638] Refactored functions returning sets to use Datums instead
+	  of C strings, which were causing rounding issues particularly for
 	  ST_Metadata. This refactoring affected RASTER_metadata,
 	  RASTER_bandmetadata, RASTER_summarystats, RASTER_histogram,
 	  RASTER_quantile, RASTER_valuecount and RASTER_gdaldrivers.
@@ -16309,333 +17107,344 @@
 	  ST_Metadata rather than individual calls for the georeference
 	  components
 
-2011-07-14 11:47  robe
+2011-07-14 11:47  Regina Obe <lr at pcorp.us>
 
-	* add make tiger_geocoder_comments.sql to build script
+	* [r7637] add make tiger_geocoder_comments.sql to build script
 
-2011-07-14 11:32  robe
+2011-07-14 11:32  Regina Obe <lr at pcorp.us>
 
-	* Start work on PostgreSQL in db help for geocoder
+	* [r7636] Start work on PostgreSQL in db help for geocoder
 
-2011-07-14 11:13  robe
+2011-07-14 11:13  Regina Obe <lr at pcorp.us>
 
-	* document the install_missing_indexes function that is used as
-	  part of the upgrade process
+	* [r7635] 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 at pcorp.us>
 
-	* #1113 take into consideration street prequals like Old in rating
-	  and filtering, also added btree varops on fullname (trigrams and
-	  fulltext proved too slow will need to reinvestigate those), also
-	  added helper function install_missing_indezes() which gets run as
-	  part of upgrade script. will need to add to documentation. Also
-	  added regress tests from snippets in #1113
+	* [r7634] #1113 take into consideration street prequals like Old in
+	  rating and filtering, also added btree varops on fullname
+	  (trigrams and fulltext proved too slow will need to reinvestigate
+	  those), also added helper function install_missing_indezes()
+	  which gets run as 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>
 
-	* Complete refactoring of code from ST_Transform to ST_Resample.
-	  There are four new functions as of this revision: ST_Resample,
-	  ST_Rescale, ST_Reskew and ST_SnapToGrid. ST_Transform is still
-	  present but points to ST_Resample.
+	* [r7633] Complete refactoring of code from ST_Transform to
+	  ST_Resample. There are four new functions as of this revision:
+	  ST_Resample, ST_Rescale, ST_Reskew and ST_SnapToGrid.
+	  ST_Transform is still present but points to ST_Resample.
 	  
 	  Associated ticket #1114
 
-2011-07-12 19:45  robe
+2011-07-12 19:45  Regina Obe <lr at pcorp.us>
 
-	* Fix for #1112 service roads
+	* [r7632] Fix for #1112 service roads
 
-2011-07-12 13:03  robe
+2011-07-12 13:03  Regina Obe <lr at pcorp.us>
 
-	* Partial fix for #1108
+	* [r7631] Partial fix for #1108
 
-2011-07-12 04:14  robe
+2011-07-12 04:14  Regina Obe <lr at pcorp.us>
 
-	* Fix regress failure with #1074 (wasn't correctly handling all
-	  cases where street name is composed of a street type
+	* [r7630] 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 at keybit.net>
 
-	* Change ST_OffsetCurve parameters type from cstrin to text. See
-	  ticket #1117.
+	* [r7629] 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 at keybit.net>
 
-	* Stricter ISO output from ST_GetEdgeFaces: start enumerating ring
-	  edges from the edge with smaller id [RT-SIGTA]
+	* [r7628] 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 at pcorp.us>
 
-	* oops typo
+	* [r7627] oops typo
 
-2011-07-09 20:25  robe
+2011-07-09 20:25  Regina Obe <lr at pcorp.us>
 
-	* revert change
+	* [r7626] revert change
 
-2011-07-09 20:12  robe
+2011-07-09 20:12  Regina Obe <lr at pcorp.us>
 
-	* fix type in county load
+	* [r7625] fix type in county load
 
-2011-07-09 15:55  strk
+2011-07-09 15:55  Sandro Santilli <strk at keybit.net>
 
-	* Clarify return code from topology.ST_ModEdgeHeal. Clean up
-	  description of ST_NewEdgeHeal too.
+	* [r7624] 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 at pcorp.us>
 
-	* example of using geocode geometry filter
+	* [r7623] example of using geocode geometry filter
 
-2011-07-09 01:06  robe
+2011-07-09 01:06  Regina Obe <lr at pcorp.us>
 
-	* Fix ST_Transform signature to match revised function declarations
+	* [r7622] Fix ST_Transform signature to match revised function
+	  declarations
 
-2011-07-08 08:23  robe
+2011-07-08 08:23  Regina Obe <lr at pcorp.us>
 
-	* upper case and replace (ZM and Z) in geometry_columns so its more
-	  backwards compatible with old geometry_columns table
+	* [r7621] 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 at pcorp.us>
 
-	* #1070 optional geometry filter arg, documentation (well start
-	  need example), and regress tests
+	* [r7620] #1070 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>
 
-	* Final refactor of ST_Transform and underlying RASTER_resample
-	  before overhaul for ST_Resample
+	* [r7619] 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>
 
-	* Refactored ST_Transform in preparation for additional refactoring
-	  to accomodate ST_Resample
+	* [r7618] 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>
 
-	* Cleaned up the large number of floating point equality tests with
-	  a function-like macro
+	* [r7617] 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 at pcorp.us>
 
-	* #1074, #1109 - Fix for compound named streets that have a portion
-	  that is a street type
+	* [r7616] #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 at pcorp.us>
 
-	* more regress tests for #1109
+	* [r7615] more regress tests for #1109
 
-2011-07-06 23:15  dustymugs
+2011-07-06 23:15  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored how user-specified upperleft corner coordinates are
-	  handled
+	* [r7614] Refactored how user-specified upperleft corner
+	  coordinates are handled
 
-2011-07-06 23:00  robe
+2011-07-06 23:00  Regina Obe <lr at pcorp.us>
 
-	* fix for #1109 when a street name is same as a defined street type
+	* [r7613] 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 at keybit.net>
 
-	* Properly destroy lwgeom in lwgeom_to_x3d3 now that it's safe (see
-	  #1102)
+	* [r7612] 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 at keybit.net>
 
-	* Properly release memory in lwmline_clip_to_ordinate_range (see
-	  #1102)
+	* [r7611] 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 at keybit.net>
 
-	* Have lwcollection_extract clone (shallow) the extracted
+	* [r7610] 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 at keybit.net>
 
-	* Properly lwgeom_free cloned objects in lwgeom_homogenize now that
-	  it is safe
+	* [r7609] 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 at keybit.net>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Fix compile warning in geography_measurement.c caused by missing
-	  function prototype.
+	* [r7607] 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 at siriusit.co.uk>
 
-	* Fix compile warning for lwgeom_init_allocators() in loader/dumper
-	  by adding missing liblwgeom.h #include.
+	* [r7606] 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 at keybit.net>
 
-	* Rename ptarray_clone to ptarray_clone_deep, to be conformant with
-	  lwgeom_clone_deep in that it copies the serialized pointlist too
+	* [r7605] 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 at keybit.net>
 
-	* Compiler warning fix
+	* [r7604] Compiler warning fix
 
-2011-07-06 07:42  strk
+2011-07-06 07:42  Sandro Santilli <strk at keybit.net>
 
-	* Fix compiler warnings (#999)
+	* [r7603] Fix compiler warnings (#999)
 
-2011-07-06 07:42  strk
+2011-07-06 07:42  Sandro Santilli <strk at keybit.net>
 
-	* Don't let temporary collection leak in lwgeom_to_x3d3 (actually
-	  do, but sligthly less, till we fix lwgeom_clone). See #1102.
+	* [r7602] 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 at keybit.net>
 
-	* const-correct lw*_is_closed
+	* [r7601] const-correct lw*_is_closed
 
-2011-07-06 06:46  strk
+2011-07-06 06:46  Sandro Santilli <strk at keybit.net>
 
-	* properly release reported error message string
+	* [r7600] properly release reported error message string
 
-2011-07-06 06:46  strk
+2011-07-06 06:46  Sandro Santilli <strk at keybit.net>
 
-	* properly release lwgeom objec in test_lwprint_assert_error
+	* [r7599] properly release lwgeom objec in
+	  test_lwprint_assert_error
 
-2011-07-06 06:46  strk
+2011-07-06 06:46  Sandro Santilli <strk at keybit.net>
 
-	* properly release lwgeom objec in test_misc_area
+	* [r7598] 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>
 
-	* 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
-	  the original absolute values. This should resolve the problem
-	  defined in ticket #1061. It may also help with the crashing in
-	  ticket #1066.
+	* [r7597] 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 the original absolute values. This should resolve the
+	  problem defined in ticket #1061. It may also help with the
+	  crashing in ticket #1066.
 	  
 	  Associated tickets are #1061 and possibly #1066.
 
-2011-07-06 02:17  robe
+2011-07-06 02:17  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r7596] fix typo
 
-2011-07-06 01:02  robe
+2011-07-06 01:02  Regina Obe <lr at pcorp.us>
 
-	* drop_state_tables_generate_script function and document it. Also
-	  add blank paramdef to missing indexes so doesn't look goofy in
-	  docs
+	* [r7595] 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 at pcorp.us>
 
-	* 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.
+	* [r7594] 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 at cleverelephant.ca>
 
-	* Remove leak in mixed time ptarray case (#1102)
+	* [r7593] Remove leak in mixed time ptarray case (#1102)
 
-2011-07-05 21:01  strk
+2011-07-05 21:01  Sandro Santilli <strk at keybit.net>
 
-	* Plug some more easy leaks in testers
+	* [r7592] Plug some more easy leaks in testers
 
-2011-07-05 20:21  pramsey
+2011-07-05 20:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Stop up small but universal leak. (#1102)
+	* [r7591] Stop up small but universal leak. (#1102)
 
-2011-07-05 18:55  strk
+2011-07-05 18:55  Sandro Santilli <strk at keybit.net>
 
-	* Fix memory leak while computing box3d for nested
+	* [r7590] 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 at keybit.net>
 
-	* Properly release memory allocated by tester
+	* [r7589] Properly release memory allocated by tester
 
-2011-07-05 17:49  robe
+2011-07-05 17:49  Regina Obe <lr at pcorp.us>
 
-	* #1076 hanlde of post direction with highways -- 1940 County Road
-	  C W, Roseville, MN 55113 , also trim excess space left in street
-	  names
+	* [r7588] #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 at cleverelephant.ca>
 
-	* Remove memory leaks when a parse error kicks out in WKT (#1102)
+	* [r7587] 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 at pcorp.us>
 
-	* #1076 more work toward Highway geocoding -- significant rework of
-	  original patch. Still need to parse out the direction information
+	* [r7586] #1076 more 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 at keybit.net>
 
-	* Drop dangling reference to Probe_Geometry_Columns (see #1083)
+	* [r7585] Drop dangling reference to Probe_Geometry_Columns (see
+	  #1083)
 
-2011-07-04 15:40  strk
+2011-07-04 15:40  Sandro Santilli <strk at keybit.net>
 
-	* A couple more tests for btree against points: different points,
-	  differently cached boxes
+	* [r7584] 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 at keybit.net>
 
-	* Have pglwgeom_getbox2d_p compute a bounding box when not cached.
-	  Fixes #1023.
+	* [r7583] 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 at keybit.net>
 
-	* Document pglwgeom_getbox2d_p. See
+	* [r7582] 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 at keybit.net>
 
-	* More unit test memory leaks and compiler warnings fixed
+	* [r7581] More unit test memory leaks and compiler warnings fixed
 
-2011-07-04 14:14  strk
+2011-07-04 14:14  Sandro Santilli <strk at keybit.net>
 
-	* Add test for btree equality of points (#1023)
+	* [r7580] Add test for btree equality of points (#1023)
 
-2011-07-04 13:56  strk
+2011-07-04 13:56  Sandro Santilli <strk at keybit.net>
 
-	* Do not deep-free return from lwcollection_homogenize as it
-	  doesn't copy POINTARRAY memory. See #1104.
+	* [r7579] 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 at keybit.net>
 
-	* Plug some memory leaks in the unit tests, to help finding
+	* [r7578] 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 at keybit.net>
 
-	* Document memory management of lwdoubles_to_latlon and
+	* [r7577] 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 at keybit.net>
 
-	* 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.
+	* [r7576] 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 at keybit.net>
 
-	* Add missing circular types to geomtype_struct_array, fixing bug
-	  #1094
+	* [r7575] 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 at keybit.net>
 
-	* Do not hard-code lenght of geomtype struct array (See #1094)
+	* [r7574] 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 at keybit.net>
 
-	* AddGeometryColumn: when complaining about unknown geometry type
-	  also report the used name and dimensions (see related bug #1096)
+	* [r7573] 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 at keybit.net>
 
-	* Fix unused variable warning when building against GEOS >= 3.3
+	* [r7572] 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 at siriusit.co.uk>
 
-	* Make all PostGIS object files depend upon liblwgeom, so that if
-	  liblwgeom is
+	* [r7571] 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
@@ -16646,201 +17455,207 @@
 	  doesn't
 	  force a rebuild of PostGIS.
 
-2011-07-04 09:09  strk
+2011-07-04 09:09  Sandro Santilli <strk at keybit.net>
 
-	* typo
+	* [r7570] typo
 
-2011-07-04 09:07  strk
+2011-07-04 09:07  Sandro Santilli <strk at keybit.net>
 
-	* Update expected error messages since typmod introduction. Closes
-	  ticket #1101.
+	* [r7569] Update expected error messages since typmod introduction.
+	  Closes ticket #1101.
 
-2011-07-04 09:00  strk
+2011-07-04 09:00  Sandro Santilli <strk at keybit.net>
 
-	* Do not manually delete rows from geometry_columns (which is now a
-	  view). Closes ticket #1099.
+	* [r7568] 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 at pcorp.us>
 
-	* Partial fix for #1076, county roads and highways, but think I
-	  might have broken the SELECT (addy).*,* from geocode('16725
-	  Rockford Road, Plymouth, MN 55447') or my data is bad
+	* [r7567] Partial fix for #1076, county roads and highways, but
+	  think I might have 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 at siriusit.co.uk>
 
-	* Fix for #1088: Too many columns in select crashes pgsql2shp.
+	* [r7566] 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 at pcorp.us>
 
-	* #1087 improve rating algorithm. also start to use prepared
-	  statements where appropriate (don't put state in prepared part
-	  since that would prevent constraint exclusion from kicking in)
+	* [r7565] #1087 improve rating algorithm. also start to use
+	  prepared statements 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 at pcorp.us>
 
-	* Add more tests, minor cleanup
+	* [r7564] Add more tests, minor cleanup
 
-2011-07-03 05:03  robe
+2011-07-03 05:03  Regina Obe <lr at pcorp.us>
 
-	* Update credits and release notes to include change in
+	* [r7563] 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 at pcorp.us>
 
-	* more column width cleanup
+	* [r7562] more column width cleanup
 
-2011-07-03 01:52  robe
+2011-07-03 01:52  Regina Obe <lr at pcorp.us>
 
-	* #1095 clarification of what is mean by geometry_columns not
-	  supporting views built the old constraint way
+	* [r7561] #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 at pcorp.us>
 
-	* #1095 cleanup MIGRATION document
+	* [r7560] #1095 cleanup MIGRATION document
 
-2011-07-03 01:29  robe
+2011-07-03 01:29  Regina Obe <lr at pcorp.us>
 
-	* #1096 same fix as for linestringZ, apply to geometryM, zm and
-	  multilinestringZ
+	* [r7559] #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 at pcorp.us>
 
-	* #1098 fix UpdateGeometrySRID
+	* [r7558] #1098 fix UpdateGeometrySRID
 
-2011-07-02 18:19  robe
+2011-07-02 18:19  Regina Obe <lr at pcorp.us>
 
-	* #1083, #1093: fix typo, delete probe_geometry_columns which is
-	  now completely obsolte with gnew geometry-columns view change
+	* [r7557] #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 at pcorp.us>
 
-	* missed a spot
+	* [r7556] missed a spot
 
-2011-07-02 17:52  robe
+2011-07-02 17:52  Regina Obe <lr at pcorp.us>
 
-	* add missing para end tag
+	* [r7555] add missing para end tag
 
-2011-07-02 17:25  robe
+2011-07-02 17:25  Regina Obe <lr at pcorp.us>
 
-	* start describing management functions how typmod changes things
-	  --- Populate_geometry_columns, dropgeometrytable,
+	* [r7554] 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 at pcorp.us>
 
-	* #1096 can't create 2.5d linestrings
+	* [r7553] #1096 can't create 2.5d linestrings
 
-2011-07-02 16:29  robe
+2011-07-02 16:29  Regina Obe <lr at pcorp.us>
 
-	* revise template to give example of optional argument
+	* [r7552] 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 at siriusit.co.uk>
 
-	* Update loader regression test suite to add a simple test for
-	  shp2pgsql (much as we now do for pgsql2shp).
+	* [r7551] Update loader regression test suite to add a simple test
+	  for shp2pgsql (much as we now do for pgsql2shp).
 	  
 	  Note that these tests aren't completely comprehensive and should
 	  be expanded, with the long term aim
 	  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 at siriusit.co.uk>
 
-	* 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.
+	* [r7550] 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 at pcorp.us>
 
-	* revise wmsservers_new to use new typmod and not directly delete
-	  and add to geometry_columns so passes regress
+	* [r7549] 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 at pcorp.us>
 
-	* #944, #1081, #1083, #1088, #1084: Convert geometry_columns to a
-	  view, revise management functions to not update/delete from
-	  geometry_columns and to support typmod. Will use typmod behavior
-	  as default
+	* [r7548] #944, #1081, #1083, #1088, #1084: Convert
+	  geometry_columns to a view, revise management functions to not
+	  update/delete from geometry_columns and to support typmod. Will
+	  use typmod behavior as default
 	  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 at siriusit.co.uk>
 
-	* Another attempt to fix #1080 on Windows - it seems that simply
-	  opening and
+	* [r7547] 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 at siriusit.co.uk>
 
-	* Revised fix for #1080 based upon backtrace provided by Regina.
+	* [r7546] Revised fix for #1080 based upon backtrace provided by
+	  Regina.
 
-2011-07-01 21:32  robe
+2011-07-01 21:32  Regina Obe <lr at pcorp.us>
 
-	* #1082 get rid of delete from geometry_columns call. Also cleanup
-	  argument list to make more modern
+	* [r7545] #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 at pcorp.us>
 
-	* Benchmark notes
+	* [r7544] Benchmark notes
 
-2011-07-01 13:45  robe
+2011-07-01 13:45  Regina Obe <lr at pcorp.us>
 
-	* itemize more upgrade GOTCHAS
+	* [r7543] itemize more upgrade GOTCHAS
 
-2011-07-01 13:10  robe
+2011-07-01 13:10  Regina Obe <lr at pcorp.us>
 
-	* convert to CREATE OR REPLACE postgis_constraint_srid
+	* [r7542] convert to CREATE OR REPLACE postgis_constraint_srid
 
-2011-07-01 12:59  robe
+2011-07-01 12:59  Regina Obe <lr at pcorp.us>
 
-	* put in associated ticket numbers change to unaligned format for
-	  easier diffing, add in script to run test suite. Force LF and put
-	  svn keywords
+	* [r7541] put in associated ticket numbers change to unaligned
+	  format for easier 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 at keybit.net>
 
-	* Add 2 more testcases for ST_OffsetCurve, one of which returning a
-	  MULTILINESTRING
+	* [r7540] 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 at keybit.net>
 
-	* Use choice="opt" to encode default parameter for ST_OffsetCurve
+	* [r7539] Use choice="opt" to encode default parameter for
+	  ST_OffsetCurve
 
-2011-07-01 10:36  strk
+2011-07-01 10:36  Sandro Santilli <strk at keybit.net>
 
-	* 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] 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 at keybit.net>
 
-	* Test LINESTRING EMPTY return from ST_OffsetCurve
+	* [r7537] Test LINESTRING EMPTY return from ST_OffsetCurve
 
-2011-07-01 10:10  strk
+2011-07-01 10:10  Sandro Santilli <strk at keybit.net>
 
-	* Properly convert typed empties coming from GEOS.
+	* [r7536] Properly convert typed empties coming from GEOS.
 
-2011-07-01 10:10  strk
+2011-07-01 10:10  Sandro Santilli <strk at keybit.net>
 
-	* Add ST_OffsetCurve news item
+	* [r7535] Add ST_OffsetCurve news item
 
-2011-07-01 09:56  strk
+2011-07-01 09:56  Sandro Santilli <strk at keybit.net>
 
-	* Add ST_OffsetCurve function supporting both GEOS-3.2 and
+	* [r7534] 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 at siriusit.co.uk>
 
-	* Fix #1080: cunit is crashing on test_ShpDumerDestroy().
+	* [r7533] Fix #1080: cunit is crashing on test_ShpDumerDestroy().
 	  
 	  Looks like the original code omitted to set the default config
 	  values causing
@@ -16848,43 +17663,44 @@
 	  platforms due
 	  to uninitialised pointers.
 
-2011-07-01 06:17  robe
+2011-07-01 06:17  Regina Obe <lr at pcorp.us>
 
-	* Force unix LF. Also get rid of unnecessary call to CREATE INDEX
-	  .. we have a missing script for that.
+	* [r7532] 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 at pcorp.us>
 
-	* Fix for #1086 Issue with parsing out location. also added to
-	  regression tests
+	* [r7531] 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 at pcorp.us>
 
-	* fix build -- had functions installed out of order of dependency
+	* [r7530] fix build -- had functions installed out of order of
+	  dependency
 
-2011-06-30 19:18  robe
+2011-06-30 19:18  Regina Obe <lr at pcorp.us>
 
-	* add pretty function to return pretty name and use in
+	* [r7529] 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>
 
-	* removed accidental commit of some debug testing
+	* [r7528] removed accidental commit of some debug testing
 
-2011-06-30 13:28  dustymugs
+2011-06-30 13:28  Bborie Park <bkpark at ucdavis.edu>
 
-	* fixed logic issues in ST_AsJPEG
+	* [r7527] fixed logic issues in ST_AsJPEG
 
-2011-06-29 23:14  pramsey
+2011-06-29 23:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change parameter order in 900913 (magic!)
+	* [r7526] Change parameter order in 900913 (magic!)
 
-2011-06-29 22:40  mcayland
+2011-06-29 22:40  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Commit rework of #885 (pgsql2shp fields conversion from
+	* [r7524] Commit rework of #885 (pgsql2shp fields conversion from
 	  predefined list).
 	  
 	  This patch required extra work to ensure that it was a better fit
@@ -16894,92 +17710,94 @@
 	  coding style and altering various names/code locations as
 	  appropriate.
 
-2011-06-29 22:40  pramsey
+2011-06-29 22:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* GEOS no like POINT EMPTY (#1060)
+	* [r7523] GEOS no like POINT EMPTY (#1060)
 
-2011-06-29 21:10  robe
+2011-06-29 21:10  Regina Obe <lr at pcorp.us>
 
-	* Itemize some issues with restoring data from old that cause
-	  failures
+	* [r7522] 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 at pcorp.us>
 
-	* Add Hunter Systems Group to credits for funding Geocoder
+	* [r7521] Add Hunter Systems Group to credits for funding Geocoder
 	  enhancements
 
-2011-06-29 16:26  robe
+2011-06-29 16:26  Regina Obe <lr at pcorp.us>
 
-	* #949 more legacy cleanup -- add G-M to uninstall, remove accum
+	* [r7520] #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 at pcorp.us>
 
-	* fix typo in uninstall script
+	* [r7519] fix typo in uninstall script
 
-2011-06-29 10:35  robe
+2011-06-29 10:35  Regina Obe <lr at pcorp.us>
 
-	* #1069: Support for specifying max_results to return. Regress
-	  already committed
+	* [r7518] #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 at pcorp.us>
 
-	* fix for #1073 handling mangled zipcodes and update regress to
-	  include these
+	* [r7517] 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 at pcorp.us>
 
-	* #1077 preliminary regress tests and current outputs (formatting
-	  needs cleanup and to be run by script but will deal with that
-	  later). Already have a regress failure when compared with docs.
+	* [r7516] #1077 preliminary regress tests and current outputs
+	  (formatting 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 at keybit.net>
 
-	* Simplify layertrigger tests dropping unneeded operations. The
-	  reduction was verified to still trigger bug #950 prior to the fix
-	  for it.
+	* [r7515] 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 at keybit.net>
 
-	* Apply patch by Andrea Peri to fix topology layer trigger.
+	* [r7514] 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 at pcorp.us>
 
-	* #1063 - add update website with released doc version to
+	* [r7512] #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 at pcorp.us>
 
-	* fix windows script -- had sh style commented alter schema line
-	  instead of windows batch style commented alter schema
+	* [r7511] 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 at pcorp.us>
 
-	* put in missing homage to GDAL. Also updated the GDAL use list
-	  http://trac.osgeo.org/gdal/wiki/SoftwareUsingGdal to include
+	* [r7510] 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 at pcorp.us>
 
-	* 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
+	* [r7509] 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 at pcorp.us>
 
-	* get rid of drop / recreate norm_addy. It's not necessary yet
-	  since we haven't changed it.
+	* [r7508] 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 at pcorp.us>
 
-	* #1068 partial fix -- trimmed leading/trailing spaces in
+	* [r7507] #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>
 
-	* - wrote function getSRTextSPI to create one code for getting the
-	  srtext of a SRID from the spatial_ref_sys table.
+	* [r7506] - wrote function getSRTextSPI to create one code for
+	  getting the srtext of a SRID from the spatial_ref_sys table.
 	  - removed plpgsql function _ST_srtext with addition of
 	  getSRTextSPI.
 	  
@@ -16987,190 +17805,195 @@
 	  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 at cleverelephant.ca>
 
-	* Ignore GNUMakefile
+	* [r7505] Ignore GNUMakefile
 
-2011-06-27 19:24  pramsey
+2011-06-27 19:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change CompoundString to CompoundCurve
+	* [r7504] Change CompoundString to CompoundCurve
 
-2011-06-27 19:02  dustymugs
+2011-06-27 19:02  Bborie Park <bkpark at ucdavis.edu>
 
-	* modified expected results for rt_pixelvalue.
+	* [r7503] modified expected results for rt_pixelvalue.
 	  
 	  Associated ticket is #1055
 
-2011-06-27 18:53  pramsey
+2011-06-27 18:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add migration guide for upgraders
+	* [r7502] Add migration guide for upgraders
 
-2011-06-27 18:02  pramsey
+2011-06-27 18:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix type name for CompoundCurve
+	* [r7497] Fix type name for CompoundCurve
 
-2011-06-27 16:47  mcayland
+2011-06-27 16:47  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Edit rt_band_get_pixel() so that the warning message contains the
-	  out-of-bound coordinates being accessed.
+	* [r7496] 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>
 
-	* Cleanup of error messages.
+	* [r7495] Cleanup of error messages.
 
-2011-06-27 01:53  robe
+2011-06-27 01:53  Regina Obe <lr at pcorp.us>
 
-	* version garden test files so now named raster_gardentest_20.sql,
-	  postgis_gardentest_20.sql. Add reclassarg type example to raster
-	  garden objects
+	* [r7494] 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 at pcorp.us>
 
-	* revise to ignore OUT parameters. Also add 20 to postgis garden
-	  output table name
+	* [r7493] 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 at pcorp.us>
 
-	* change ST_AsX3d from using methodsynopsis back to funcsynopsis.
-	  This was an attempt before to stylize default args which didn't
-	  work out.
+	* [r7492] 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 at cleverelephant.ca>
 
-	* ST_IsValidDetail and ST_IsValidReason POLYGON CRASH (#712)
+	* [r7491] ST_IsValidDetail and ST_IsValidReason POLYGON CRASH
+	  (#712)
 
-2011-06-26 03:15  pramsey
+2011-06-26 03:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make test for co-linearity a little more double-barrelled.
+	* [r7490] Make test for co-linearity a little more
+	  double-barrelled.
 
-2011-06-26 02:29  pramsey
+2011-06-26 02:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Simplify circle stroking code (#1057)
+	* [r7489] Simplify circle stroking code (#1057)
 
-2011-06-25 23:35  pramsey
+2011-06-25 23:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove reference to algorithm.h from generator.c
+	* [r7488] Remove reference to algorithm.h from generator.c
 
-2011-06-25 22:36  pramsey
+2011-06-25 22:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Prototype segmentation code and move lwalgorith.h prototypes into
-	  liblwgeom.h and liblwgeom_internal.h
+	* [r7487] 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 at cleverelephant.ca>
 
-	* Convert some BOX3D functions to GBOX
+	* [r7486] Convert some BOX3D functions to GBOX
 
-2011-06-25 21:11  robe
+2011-06-25 21:11  Regina Obe <lr at pcorp.us>
 
-	* correct column names of norm_addy object - they were wrong
+	* [r7485] correct column names of norm_addy object - they were
+	  wrong
 
-2011-06-25 20:32  robe
+2011-06-25 20:32  Regina Obe <lr at pcorp.us>
 
-	* update release notes
+	* [r7484] update release notes
 
-2011-06-25 20:24  robe
+2011-06-25 20:24  Regina Obe <lr at pcorp.us>
 
-	* #1062 apply typo patch from Kasif Rasul
+	* [r7483] #1062 apply typo patch from Kasif Rasul
 
-2011-06-25 19:20  dustymugs
+2011-06-25 19:20  Bborie Park <bkpark at ucdavis.edu>
 
-	* Modified ST_Transform to permit specification of projected
-	  raster's scale. This is due to the scale change that occurs when
-	  a raster is being reprojected.
+	* [r7482] Modified ST_Transform to permit specification of
+	  projected raster's scale. This is due 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 at pcorp.us>
 
-	* bounding box clarification && (that it's 2D)
+	* [r7481] bounding box clarification && (that it's 2D)
 
-2011-06-25 18:14  robe
+2011-06-25 18:14  Regina Obe <lr at pcorp.us>
 
-	* minor clarifications
+	* [r7480] minor clarifications
 
-2011-06-25 08:13  robe
+2011-06-25 08:13  Regina Obe <lr at pcorp.us>
 
-	* #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
+	* [r7474] #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 at pcorp.us>
 
-	* bah pdflatex doesn't like sect3. Just make it a sect2
+	* [r7473] 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 at pcorp.us>
 
-	* Id on para didn't take -- lets try a sect3
+	* [r7472] 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>
 
-	* Added sanitization of the algorithm parameter of ST_Transform.
-	  Refactored the regression test for ST_Transform.
+	* [r7471] 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 at pcorp.us>
 
-	* put in ancho for changed section and link back from top of What's
-	  new to breaking changes section
+	* [r7470] 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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* thought had changed to use default params -- guess not. Also
-	  stamp in time author info as comment inside function
+	* [r7468] 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 at pcorp.us>
 
-	* Get rid of note about ST_Transform not working on all platforms.
-	  No longer true
+	* [r7467] 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 at pcorp.us>
 
-	* revert unnecessary edit
+	* [r7463] revert unnecessary edit
 
-2011-06-24 01:20  robe
+2011-06-24 01:20  Regina Obe <lr at pcorp.us>
 
-	* fix for #1051 -- postDirAbbrev doesn't parse
+	* [r7462] fix for #1051 -- postDirAbbrev doesn't parse
 
-2011-06-23 23:50  chodgson
+2011-06-23 23:50  Chris Hodgson <chodgson at refractions.net>
 
-	* further bug fix for #884
+	* [r7461] further bug fix for #884
 
-2011-06-23 22:29  robe
+2011-06-23 22:29  Regina Obe <lr at pcorp.us>
 
-	* note about ST_length geography breaking change -- in 1.5 used to
-	  return perimeter of a polygon now returns 0 just like geometry
+	* [r7459] 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 at pcorp.us>
 
-	* time autho stamp signatures
+	* [r7458] time autho stamp signatures
 
-2011-06-23 21:11  robe
+2011-06-23 21:11  Regina Obe <lr at pcorp.us>
 
-	* fix typos
+	* [r7457] fix typos
 
-2011-06-23 21:08  robe
+2011-06-23 21:08  Regina Obe <lr at pcorp.us>
 
-	* put in author revision id placeholder and have as part of code
-	  logic as well
+	* [r7456] 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>
 
-	* Removed rt_raster_transform from rt_api.c and any calls to it
-	  since rt_raster_gdal_warp has same results for reprojections.
+	* [r7455] 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>
 
-	* Addition of rt_raster_gdal_warp function in rt_api.c. This was
-	  written based upon GDAL's gdalwarp utility to provide a flexible
-	  means to reproject, change the scale of, adjust the skew (deskew)
-	  of and shift the origin of a raster. RASTER_transform in rt_pg.c
-	  has been adjusted to make use of rt_raster_gdal_warp instead of
-	  rt_raster_transform. Regression te
+	* [r7454] Addition of rt_raster_gdal_warp function in rt_api.c.
+	  This was written based upon GDAL's gdalwarp utility to provide a
+	  flexible means to reproject, change the scale of, adjust the skew
+	  (deskew) of and shift the origin of a raster. RASTER_transform in
+	  rt_pg.c has been adjusted to make use of rt_raster_gdal_warp
+	  instead of rt_raster_transform. Regression te
 	  sts confirm that resulting rasters from rt_raster_gdal_warp are
 	  identical to that of rt_raster_transform.
 	  
@@ -17181,248 +18004,254 @@
 	  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 at cleverelephant.ca>
 
-	* Re-base circular bbox regressions
+	* [r7453] Re-base circular bbox regressions
 
-2011-06-23 13:57  pramsey
+2011-06-23 13:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* PostGIS Box2D (and && operator) gives wrong result for
+	* [r7452] 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 at pcorp.us>
 
-	* clean up credits a bit
+	* [r7451] clean up credits a bit
 
-2011-06-23 11:07  robe
+2011-06-23 11:07  Regina Obe <lr at pcorp.us>
 
-	* #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] #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 at keybit.net>
 
-	* Don't interpret types as flags in ST_Summary. Fixes bug #1054
-	  (needs automated testing)
+	* [r7449] 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 at pcorp.us>
 
-	* minor addition to GEOMETRYCOLLECTION(EMPTY) warning
+	* [r7448] minor addition to GEOMETRYCOLLECTION(EMPTY) warning
 
-2011-06-22 23:10  robe
+2011-06-22 23:10  Regina Obe <lr at pcorp.us>
 
-	* #924 - document breaking change
+	* [r7447] #924 - document breaking change
 
-2011-06-22 22:09  pramsey
+2011-06-22 22:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_ForceRHR POLYGON EMPTY crash (#710)
+	* [r7446] ST_ForceRHR POLYGON EMPTY crash (#710)
 
-2011-06-22 21:33  pramsey
+2011-06-22 21:33  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_GeoHash POLYGON Empty crash (#711)
+	* [r7445] ST_GeoHash POLYGON Empty crash (#711)
 
-2011-06-22 06:55  robe
+2011-06-22 06:55  Regina Obe <lr at pcorp.us>
 
-	* Fill in raster coverage protos for ST_Histogram (still need
-	  examples for these), fix typo in another function, change
+	* [r7444] 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 at pcorp.us>
 
-	* get rid of extraneous proto
+	* [r7443] get rid of extraneous proto
 
-2011-06-21 05:45  robe
+2011-06-21 05:45  Regina Obe <lr at pcorp.us>
 
-	* more fine tuning of output of driver options
+	* [r7442] more fine tuning of output of driver options
 
-2011-06-21 05:25  robe
+2011-06-21 05:25  Regina Obe <lr at pcorp.us>
 
-	* Fix ST_GDalDrivers output to correctly output options as table. I
-	  had thought it was evenly balanced (all options have
+	* [r7441] 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>
 
-	* Refactored code and removed the use of SET_VARSIZE for
+	* [r7440] 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 at pcorp.us>
 
-	* change bigint to integer for ST_ValueCount record outputs
+	* [r7439] change bigint to integer for ST_ValueCount record outputs
 
-2011-06-21 03:26  robe
+2011-06-21 03:26  Regina Obe <lr at pcorp.us>
 
-	* document ST_AsJPEG and fill in missing protos for ST_ValueCount
+	* [r7438] 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 at pcorp.us>
 
-	* Get rid of removed ST_SummaryStats proto and add new
+	* [r7437] 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 at cleverelephant.ca>
 
-	* ST_Dump with GSerialized POINT EMPTY and EWKT/AsText mismatch
-	  (#746)
+	* [r7436] 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 at cleverelephant.ca>
 
-	* Increase size of generator.c static buffer. (#583)
+	* [r7435] Increase size of generator.c static buffer. (#583)
 
-2011-06-20 16:58  pramsey
+2011-06-20 16:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* geography: ST_Intersects, ST_DWithin gbox_overlaps: geometries
-	  have mismatched dimensionality (#1037)
+	* [r7433] 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>
 
-	* Changed the regression tests for ST_Transform in preparation for
-	  testing replacement ST_Transform function with different
-	  underlying code.
+	* [r7432] 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 at keybit.net>
 
-	* Add missing SQL/MM functions in the status section (TODO)
+	* [r7431] Add missing SQL/MM functions in the status section (TODO)
 
-2011-06-20 09:29  robe
+2011-06-20 09:29  Regina Obe <lr at pcorp.us>
 
-	* #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.
+	* [r7430] #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 at pcorp.us>
 
-	* more cleanup of hard upgrade instructions
+	* [r7429] more cleanup of hard upgrade instructions
 
-2011-06-19 05:52  robe
+2011-06-19 05:52  Regina Obe <lr at pcorp.us>
 
-	* 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
+	* [r7428] 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 at pcorp.us>
 
-	* add index check / generation for soundex, lower, geometry gist,
-	  and least_hn
+	* [r7427] 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 at pcorp.us>
 
-	* Fix for #1025 -- Geocoder Failing with NORTH EAST is street name
+	* [r7426] 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 at cleverelephant.ca>
 
-	* Error message change
+	* [r7425] Error message change
 
-2011-06-18 07:35  robe
+2011-06-18 07:35  Regina Obe <lr at pcorp.us>
 
-	* hmm lets try that again
+	* [r7424] hmm lets try that again
 
-2011-06-18 07:34  robe
+2011-06-18 07:34  Regina Obe <lr at pcorp.us>
 
-	* backout some code didn't mean to commit
+	* [r7423] backout some code didn't mean to commit
 
-2011-06-18 07:29  robe
+2011-06-18 07:29  Regina Obe <lr at pcorp.us>
 
-	* Found some indexes I missed -- added to tiger_loader, also #1036
-	  create missing_indexes generation script to back install. Still
-	  need to put in logic for some more indexes, but htis is a good
-	  start. Also documented new function
+	* [r7422] Found some indexes I missed -- added to tiger_loader,
+	  also #1036 create missing_indexes generation script to back
+	  install. Still need to 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 at pcorp.us>
 
-	* fix error in last commit
+	* [r7421] fix error in last commit
 
-2011-06-18 05:33  robe
+2011-06-18 05:33  Regina Obe <lr at pcorp.us>
 
-	* get rid of unnecessary auto casting
+	* [r7420] get rid of unnecessary auto casting
 
-2011-06-18 05:15  robe
+2011-06-18 05:15  Regina Obe <lr at pcorp.us>
 
-	* #1035 gluing on .0 is making least check always return 0.
+	* [r7419] #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 at pcorp.us>
 
-	* Change ST_Length, ST_Perimeter for geography to use default
-	  parameters, document ST_Perimeter(geography,use_spheroid)
+	* [r7418] 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 at cleverelephant.ca>
 
-	* Quiet regression failure for minor rounding difference.
+	* [r7417] Quiet regression failure for minor rounding difference.
 
-2011-06-17 22:18  pramsey
+2011-06-17 22:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bounding box calculation for straight CircString fails (#668)
+	* [r7416] Bounding box calculation for straight CircString fails
+	  (#668)
 
-2011-06-17 21:26  pramsey
+2011-06-17 21:26  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Retrieving and storing Geography column data through JDBC does
-	  not work (#350)
+	* [r7415] 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 at cleverelephant.ca>
 
-	* Define alias ST_Perimeter (for geography ST_Length) (#526)
+	* [r7414] Define alias ST_Perimeter (for geography ST_Length)
+	  (#526)
 
-2011-06-17 20:33  robe
+2011-06-17 20:33  Regina Obe <lr at pcorp.us>
 
-	* #1032 fix typos
+	* [r7413] #1032 fix typos
 
-2011-06-17 20:14  robe
+2011-06-17 20:14  Regina Obe <lr at pcorp.us>
 
-	* change geography to geometry and limit view to only output tables
-	  and views
+	* [r7412] 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>
 
-	* fixed parameter passing in ST_AsTiff
+	* [r7411] fixed parameter passing in ST_AsTiff
 
-2011-06-17 15:16  dustymugs
+2011-06-17 15:16  Bborie Park <bkpark at ucdavis.edu>
 
-	* Refactored ST_SummaryStats so that there is a non-user
+	* [r7410] 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 at cleverelephant.ca>
 
-	* Partial typmod support for PostGIS geometry (#944)
+	* [r7409] Partial typmod support for PostGIS geometry (#944)
 
-2011-06-16 20:29  robe
+2011-06-16 20:29  Regina Obe <lr at pcorp.us>
 
-	* Some cleanup. change ST_AsGDALRaster example using spatial ref to
-	  agree with new syntax of just passing in the srid.
+	* [r7408] 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 at pcorp.us>
 
-	* put in missing tag
+	* [r7404] put in missing tag
 
-2011-06-16 02:08  robe
+2011-06-16 02:08  Regina Obe <lr at pcorp.us>
 
-	* document &&& nd interacts bounding box operator
+	* [r7403] document &&& nd interacts bounding box operator
 
-2011-06-15 23:59  pramsey
+2011-06-15 23:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix up selectivity and operators a little
+	* [r7402] Fix up selectivity and operators a little
 
-2011-06-15 20:22  pramsey
+2011-06-15 20:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add a couple more GBOX functions to map to B2DF4 requirements
+	* [r7401] 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>
 
-	* Changed band pixel types to 64BF instead of 32BF so that the
-	  warning messages for data getting converted are mitigated.
+	* [r7400] 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>
 
-	* Added value for nBandCount attribute of GDALWarpOptions in
-	  rt_raster_transform function.
+	* [r7399] Added value for nBandCount attribute of GDALWarpOptions
+	  in rt_raster_transform function.
 	  
 	  This is based upon the discussion found at:
 	  
@@ -17430,111 +18259,112 @@
 	  
 	  Related ticket is #1015
 
-2011-06-15 12:44  robe
+2011-06-15 12:44  Regina Obe <lr at pcorp.us>
 
-	* #722 - get rid of transform and remainder of SnapToGrid
+	* [r7398] #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 at pcorp.us>
 
-	* Change ST_MapAlgebra to use default args and amend the
+	* [r7397] 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>
 
-	* Changed SRID to something within the range permitted by
+	* [r7396] 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 at cleverelephant.ca>
 
-	* bug in BOX2DFLOAT4_in function due to GSERIALIZED_ON change
-	  (#1020)
+	* [r7395] 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>
 
-	* 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
+	* [r7394] 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 at keybit.net>
 
-	* Do not explicitly name GIST opclass (was renamed). Fixes topology
-	  after the GSERIALIZED switch.
+	* [r7393] 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 at keybit.net>
 
-	* Fix libiconv linker flags
+	* [r7392] Fix libiconv linker flags
 
-2011-06-14 04:26  pramsey
+2011-06-14 04:26  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Apply bug in BOX2DFLOAT4_in function due to GSERIALIZED_ON change
-	  (#1020) from dustymugs
+	* [r7391] 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>
 
-	* Fixed memory leak in RASTER_asGDALRaster of rt_pg.c and left note
-	  in comments of rt_raster_to_gdal
+	* [r7390] 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 at cleverelephant.ca>
 
-	* Move from GSERIALIZED off by default to on by default. Adjust
-	  minor regression changes as necessary.
+	* [r7389] 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 at cleverelephant.ca>
 
-	* Allow cunit tests to build and run in OS/X
+	* [r7388] Allow cunit tests to build and run in OS/X
 
-2011-06-13 19:51  pramsey
+2011-06-13 19:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add svn:ignores for some new derived files.
+	* [r7387] Add svn:ignores for some new derived files.
 
-2011-06-13 12:30  robe
+2011-06-13 12:30  Regina Obe <lr at pcorp.us>
 
-	* update 1.5.3 release notes
+	* [r7386] update 1.5.3 release notes
 
-2011-06-13 11:25  robe
+2011-06-13 11:25  Regina Obe <lr at pcorp.us>
 
-	* #609 revise JDBC to use non-deprecated calling syntax
+	* [r7384] #609 revise JDBC to use non-deprecated calling syntax
 
-2011-06-13 01:32  robe
+2011-06-13 01:32  Regina Obe <lr at pcorp.us>
 
-	* surpress outputting sql if not in debug mode
+	* [r7382] surpress outputting sql if not in debug mode
 
-2011-06-13 01:31  robe
+2011-06-13 01:31  Regina Obe <lr at pcorp.us>
 
-	* change to return as much address as possible even if no fullname
-	  at least try to return city, state, zip
+	* [r7381] 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 at pcorp.us>
 
-	* fix typo in reverse_geocode name and get rid of other prot since
-	  changed to use default args
+	* [r7380] 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 at pcorp.us>
 
-	* fix division by zero issue
+	* [r7379] fix division by zero issue
 
-2011-06-12 04:55  robe
+2011-06-12 04:55  Regina Obe <lr at pcorp.us>
 
-	* make debug statement conditional
+	* [r7378] make debug statement conditional
 
-2011-06-12 04:52  robe
+2011-06-12 04:52  Regina Obe <lr at pcorp.us>
 
-	* significantly improve speed of reverse geocode (when all states
-	  loaded), but using CTEs and unparameterizing query (parameterized
-	  often does not use inheritance), reverse_geocode to use default
-	  parameters, put in table column comments to describe some of what
-	  loader columns mean.
+	* [r7377] significantly improve speed of reverse geocode (when all
+	  states loaded), but using CTEs and unparameterizing query
+	  (parameterized often does not use inheritance), reverse_geocode
+	  to use default 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>
 
-	* Added function parameter "header_only" to rt_raster_deserialize.
-	  This instructs the function to only extract the raster header.
+	* [r7376] Added function parameter "header_only" to
+	  rt_raster_deserialize. This instructs the function to only
+	  extract the raster header.
 	  
 	  All functions calls to rt_raster_deserialize in rt_pg.c and
 	  testwkb.c have been modified to account for the "header_only"
@@ -17545,11 +18375,11 @@
 	  
 	  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>
 
-	* Removed the ST_SummaryStats wrappers: ST_Sum, ST_Mean, ST_Stddev,
-	  ST_MinMax. Only ST_Count is preserved as it has a shortcut for
-	  when "exclude_nodata_value" is FALSE.
+	* [r7375] Removed the ST_SummaryStats wrappers: ST_Sum, ST_Mean,
+	  ST_Stddev, ST_MinMax. Only ST_Count is preserved as it has a
+	  shortcut for when "exclude_nodata_value" is FALSE.
 	  
 	  Refactored regression test for rt_transform due to removal of
 	  some ST_SummaryStats wrappers and make the tests no longer about
@@ -17558,165 +18388,171 @@
 	  
 	  Associated ticket is #1005 and to some degree, #985.
 
-2011-06-11 13:41  robe
+2011-06-11 13:41  Regina Obe <lr at pcorp.us>
 
-	* 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
+	* [r7374] 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 at pcorp.us>
 
-	* Fix ST_BandMetaData, ST_AsGDalRaster (they take defaults now so
-	  prots have ben removed)
+	* [r7373] 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>
 
-	* Refactored rt_raster_replace_band in rt_api.c to return the
-	  replaced band.
+	* [r7372] 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 at pcorp.us>
 
-	* Note about issues with raster ST_Transform
+	* [r7371] Note about issues with raster ST_Transform
 
-2011-06-11 00:43  robe
+2011-06-11 00:43  Regina Obe <lr at pcorp.us>
 
-	* document raster ST_Transform function. Will provide examples
-	  later.
+	* [r7370] 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>
 
-	* 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] 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 at pcorp.us>
 
-	* 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] 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>
 
-	* Refactored how GDAL warp options are freed. I believe I was
-	  prematurely freeing the options.
+	* [r7367] 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 at sbf.ulaval.ca>
 
-	* Getting pixel value at out of range coordinate should only return
-	  a warning. Was broken at r7106. Added a check.
+	* [r7366] 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>
 
-	* Fixed error messages.
+	* [r7365] Fixed error messages.
 
-2011-06-10 18:14  dustymugs
+2011-06-10 18:14  Bborie Park <bkpark at ucdavis.edu>
 
-	* 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.
+	* [r7364] 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 at pcorp.us>
 
-	* #609 jdbc error in documentation
+	* [r7363] #609 jdbc error in documentation
 
-2011-06-10 17:00  robe
+2011-06-10 17:00  Regina Obe <lr at pcorp.us>
 
-	* #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] #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 at cleverelephant.ca>
 
-	* Update NZ projections for grid transformation support (#631)
+	* [r7359] 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>
 
-	* Rewrote ST_BandMetaData to use a C function instead of sequential
-	  calls for the metadata of a raster's band in plpgsql. Also added
-	  regression tests for ST_MetaData and ST_BandMetaData due to C
-	  functions.
+	* [r7357] Rewrote ST_BandMetaData to use a C function instead of
+	  sequential calls for the metadata of a raster's band in plpgsql.
+	  Also added regression tests for ST_MetaData and ST_BandMetaData
+	  due to C functions.
 	  
 	  Associated ticket #1012
 
-2011-06-10 05:13  robe
+2011-06-10 05:13  Regina Obe <lr at pcorp.us>
 
-	* more description on reclass expressions
+	* [r7356] more description on reclass expressions
 
-2011-06-10 01:52  robe
+2011-06-10 01:52  Regina Obe <lr at pcorp.us>
 
-	* more examples for ST_Point and example converting to geography
+	* [r7354] more examples for ST_Point and example converting to
+	  geography
 
-2011-06-09 21:27  pramsey
+2011-06-09 21:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Minor change to work with gserialzed
+	* [r7353] Minor change to work with gserialzed
 
-2011-06-09 21:15  dustymugs
+2011-06-09 21:15  Bborie Park <bkpark at ucdavis.edu>
 
-	* Rewrote ST_Metadata to make use of a C function instead of
-	  sequential calls for the metadata of a raster in plpgsql.
+	* [r7352] 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 at cleverelephant.ca>
 
-	* Remove some compile warnings
+	* [r7351] Remove some compile warnings
 
-2011-06-09 21:12  pramsey
+2011-06-09 21:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add some ignores
+	* [r7350] Add some ignores
 
-2011-06-09 20:51  pramsey
+2011-06-09 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bad handling of Inf values in GEOS (#1013)
+	* [r7349] Bad handling of Inf values in GEOS (#1013)
 
-2011-06-09 20:32  robe
+2011-06-09 20:32  Regina Obe <lr at pcorp.us>
 
-	* #448 add CUnit requirement for testing
+	* [r7348] #448 add CUnit requirement for testing
 
-2011-06-09 18:55  dustymugs
+2011-06-09 18:55  Bborie Park <bkpark at ucdavis.edu>
 
-	* Replaced the parameter "srs" in ST_AsGDALRaster with "srid" so as
-	  to match that of ST_Transform and other functions that deals with
-	  spatial reference systems. In doing so, this eliminates the user
-	  function ST_srtext and just has a hidden _ST_srtext function for
-	  use by the underlying C functions. Another nice benefit is that I
-	  was able to reduce the number of user-facing functions.
+	* [r7346] Replaced the parameter "srs" in ST_AsGDALRaster with
+	  "srid" so as to match that of ST_Transform and other functions
+	  that deals with spatial reference systems. In doing so, this
+	  eliminates the user function ST_srtext and just has a hidden
+	  _ST_srtext function for use by the underlying C functions.
+	  Another nice benefit is that I was able to reduce the number of
+	  user-facing functions.
 	  
 	  Associated ticket #1011
 
-2011-06-09 16:01  robe
+2011-06-09 16:01  Regina Obe <lr at pcorp.us>
 
-	* #1009 typo in index creation
+	* [r7345] #1009 typo in index creation
 
-2011-06-08 22:47  dustymugs
+2011-06-08 22:47  Bborie Park <bkpark at ucdavis.edu>
 
-	* - added additional tests that shouldn't require datum shift files
-	  for proj.4.
+	* [r7343] - 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>
 
-	* Rewrote how the standard/sample deviation is computed in
+	* [r7342] Rewrote how the standard/sample deviation is computed in
 	  ST_SummaryStats for coverage tables. It now extends the existing
 	  use of a single-pass standard deviation calculation to be able to
 	  do the calculation for a coverage table.
 	  
 	  Associated ticket #985.
 
-2011-06-08 00:10  dustymugs
+2011-06-08 00:10  Bborie Park <bkpark at ucdavis.edu>
 
-	* forgot to comment out debug code for ST_Histogram thus causing
-	  rt_histogram regression to fail
+	* [r7341] 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>
 
-	* fixed ST_SummaryStats for coverage tables where the sum of all
-	  tiles was not being computed.
+	* [r7340] fixed ST_SummaryStats for coverage tables where the sum
+	  of all tiles was not being computed.
 	  Associated ticket #1005
 	  
 	  Also added shortcuts to ST_Count for when parameter
@@ -17725,26 +18561,26 @@
 	  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>
 
-	* Added support for coverage tables to ST_Histogram. This entailed
-	  adding the ability to explicitly specify the min and max values
-	  in the underlying C function rt_band_get_histogram. The min and
-	  max parameters should ONLY be used by the established coverage
-	  table handling ST_Histogram functions as the returned percent
-	  element of the histogram type is changed from returning the
-	  percentage to returning the sum of counts for that histogram.
+	* [r7339] Added support for coverage tables to ST_Histogram. This
+	  entailed adding the ability to explicitly specify the min and max
+	  values in the underlying C function rt_band_get_histogram. The
+	  min and max parameters should ONLY be used by the established
+	  coverage table handling ST_Histogram functions as the returned
+	  percent element of the histogram type is changed from returning
+	  the percentage to returning the sum of counts for that histogram.
 	  
 	  Associated ticket is #934.
 
-2011-06-07 18:21  dustymugs
+2011-06-07 18:21  Bborie Park <bkpark at ucdavis.edu>
 
-	* Add ST_Transform function that achieves the primary purpose of
-	  reprojecting a raster to a new projection system. This makes use
-	  of the GDAL Warp API function GDALAutoCreateWarpedVRT(). In the
-	  future, the underlying C function is expected to be refactored to
-	  support skewing and pixel scaling at the same time the raster is
-	  reprojected.
+	* [r7338] Add ST_Transform function that achieves the primary
+	  purpose of reprojecting a raster to a new projection system. This
+	  makes use of the GDAL Warp API function
+	  GDALAutoCreateWarpedVRT(). In the future, the underlying C
+	  function is expected to be refactored to support skewing and
+	  pixel scaling at the same time the raster is reprojected.
 	  
 	  Really minor changes to rt_pg/rt_pg.c adding initilization values
 	  to variables for eliminating compile warnings in Windows (thanks
@@ -17755,439 +18591,449 @@
 	  
 	  Associated ticket is #925
 
-2011-06-07 13:04  robe
+2011-06-07 13:04  Regina Obe <lr at pcorp.us>
 
-	* Put legacy.sql in varname tag so prints out as courier and stands
-	  out more. Some clarification on the geography/geometry choice
-	  question
+	* [r7336] 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 at pcorp.us>
 
-	* more corrections of erroneous statements
+	* [r7335] more corrections of erroneous statements
 
-2011-06-07 12:16  robe
+2011-06-07 12:16  Regina Obe <lr at pcorp.us>
 
-	* Fix minor formatting issues
+	* [r7334] Fix minor formatting issues
 
-2011-06-07 07:45  robe
+2011-06-07 07:45  Regina Obe <lr at pcorp.us>
 
-	* forgot output column in histogram type
+	* [r7333] forgot output column in histogram type
 
-2011-06-07 07:41  robe
+2011-06-07 07:41  Regina Obe <lr at pcorp.us>
 
-	* more correction in ST_Histogram explanation
+	* [r7332] more correction in ST_Histogram explanation
 
-2011-06-07 07:26  robe
+2011-06-07 07:26  Regina Obe <lr at pcorp.us>
 
-	* make description of programming match what is going on in
+	* [r7331] 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 at pcorp.us>
 
-	* missing one proto for ST_Histogram
+	* [r7330] missing one proto for ST_Histogram
 
-2011-06-07 07:20  robe
+2011-06-07 07:20  Regina Obe <lr at pcorp.us>
 
-	* add description ST_Histogram inputs
+	* [r7329] add description ST_Histogram inputs
 
-2011-06-07 07:10  robe
+2011-06-07 07:10  Regina Obe <lr at pcorp.us>
 
-	* document histogram type
+	* [r7328] document histogram type
 
-2011-06-07 07:02  robe
+2011-06-07 07:02  Regina Obe <lr at pcorp.us>
 
-	* document ST_Histogram
+	* [r7327] document ST_Histogram
 
-2011-06-05 21:49  dustymugs
+2011-06-05 21:49  Bborie Park <bkpark at ucdavis.edu>
 
-	* bug fix of r7325 where the wrong variable is used in the "for"
-	  loop at line 5442
+	* [r7326] 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>
 
-	* - added additional function parameters "bandNums" and "count" to
-	  rt_raster_to_gdal_mem so that the GDAL dataset created only
-	  contains those bands specified
+	* [r7325] - added additional function parameters "bandNums" and
+	  "count" to rt_raster_to_gdal_mem so that the GDAL dataset created
+	  only contains those bands specified
 	  - any calls to rt_raster_to_gdal_mem function was refactored for
 	  the new function parameters
 	  - refactored rt_raster_dump_as_wktpolygons to make use of
 	  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 at pcorp.us>
 
-	* fix ambiguous column issue now that new zcta5 also has statefp
+	* [r7324] 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 at pcorp.us>
 
-	* more speed optimizations
+	* [r7323] more speed optimizations
 
-2011-06-05 07:07  robe
+2011-06-05 07:07  Regina Obe <lr at pcorp.us>
 
-	* revise function s so lookup zip utilizes constraint exclusion
+	* [r7322] revise function s so lookup zip utilizes constraint
+	  exclusion
 
-2011-06-05 06:13  robe
+2011-06-05 06:13  Regina Obe <lr at pcorp.us>
 
-	* #1004: census has finally released zcta5 for 2010. Get rid of
-	  zcta500 table. replace with a more generic named zcta5. Revise
-	  loader state script to load in zcta510 data and revise functions
-	  to use new zcta5 table.
+	* [r7321] #1004: census has finally released zcta5 for 2010. Get
+	  rid of zcta500 table. replace with a more generic named zcta5.
+	  Revise loader 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 at pcorp.us>
 
-	* Fix more erroneous statements about ST_Reclass
+	* [r7320] Fix more erroneous statements about ST_Reclass
 
-2011-06-04 00:59  robe
+2011-06-04 00:59  Regina Obe <lr at pcorp.us>
 
-	* get rid of TODO note on ST_REclass exmaple -- I already did it.
+	* [r7319] 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 at pcorp.us>
 
-	* huh more mistakes in ST_Reclass
+	* [r7318] huh more mistakes in ST_Reclass
 
-2011-06-03 17:02  dustymugs
+2011-06-03 17:02  Bborie Park <bkpark at ucdavis.edu>
 
-	* 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 Raster object.
+	* [r7317] 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 Raster object.
 
-2011-06-03 15:19  jorgearevalo
+2011-06-03 15:19  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Check for new GDALFPolygonize function. If it isn't present, the
-	  old GDALPolygonize is called. Related ticket #650.
+	* [r7316] 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 at pcorp.us>
 
-	* add missing ST_ValueCount protos, get rid of ' around , causing
-	  comment installation to fail.
+	* [r7315] 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 at pcorp.us>
 
-	* fix wording of reclassarg and summarystats
+	* [r7314] fix wording of reclassarg and summarystats
 
-2011-06-02 22:25  robe
+2011-06-02 22:25  Regina Obe <lr at pcorp.us>
 
-	* Fix typo
+	* [r7313] Fix typo
 
-2011-06-02 21:54  robe
+2011-06-02 21:54  Regina Obe <lr at pcorp.us>
 
-	* document ST_Band
+	* [r7312] document ST_Band
 
-2011-06-02 21:27  robe
+2011-06-02 21:27  Regina Obe <lr at pcorp.us>
 
-	* get rid of extra paragraph marks
+	* [r7311] get rid of extra paragraph marks
 
-2011-06-02 21:13  robe
+2011-06-02 21:13  Regina Obe <lr at pcorp.us>
 
-	* example how to use variadic version of ST_Reclass raster
+	* [r7310] 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 at pcorp.us>
 
-	* Clarify GDAL version requirements for Mapserver to load PostGIS
-	  raster
+	* [r7309] Clarify GDAL version requirements for Mapserver to load
+	  PostGIS raster
 
-2011-06-01 23:50  jorgearevalo
+2011-06-01 23:50  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Fixed ticket #650. You need to update your GDAL copy to a release
-	  up to 22476 to make it work.
+	* [r7308] 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 at keybit.net>
 
-	* The box2d of an empty geometry is NULL, not a point. Closes
-	  ticket #938 and regress-tests it.
+	* [r7307] 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 at pcorp.us>
 
-	* put a space after parameter name to try to prevent getting shoved
-	  in with type in reclassarg type def
+	* [r7306] 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 at pcorp.us>
 
-	* st_recalss -- hmm screwed up on example. Had overlapping ranges
-	  before.
+	* [r7305] 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 at pcorp.us>
 
-	* 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 postgis_comments). Revise raster_comments to look
-	  for types in reference_raster. Add docu for ST_Reclass and
-	  reclassarg type. Need at least one more example to show how to
-	  use recalssargs.
+	* [r7304] 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 postgis_comments). Revise
+	  raster_comments to look for types in 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>
 
-	* additional code refactoring in rt_raster_from_band
+	* [r7303] 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>
 
-	* code refactored and added copying of raster attributes to new
-	  raster in rt_raster_from_band
+	* [r7302] 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 at pcorp.us>
 
-	* #960 get rid of obsolete ST_AsPNG protos to make consistent with
-	  implementation
+	* [r7301] #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 at pcorp.us>
 
-	* #960 get rid of ST_AsGDALRaster proto and update remaining to be
-	  consistent with new default args.
+	* [r7300] #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 at pcorp.us>
 
-	* #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
+	* [r7299] #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 at pcorp.us>
 
-	* document missing proto for createtopology
+	* [r7298] document missing proto for createtopology
 
-2011-05-31 00:54  robe
+2011-05-31 00:54  Regina Obe <lr at pcorp.us>
 
-	* Document ST_SummaryStats raster function
+	* [r7297] Document ST_SummaryStats raster function
 
-2011-05-30 20:18  dustymugs
+2011-05-30 20:18  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added default values for function parameters of ST_AsTIFF,
-	  ST_AsJPEG and ST_AsPNG.
+	* [r7296] 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>
 
-	* Added default parameter for ST_AsGDALRaster
+	* [r7295] 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>
 
-	* renamed all instances of "hasnodata" function argument to
+	* [r7294] renamed all instances of "hasnodata" function argument to
 	  "exclude_nodata_value" in SQL functions (and underlying code
 	  where appropriate) ST_SummaryStats, ST_Count, ST_Sum, ST_Mean,
 	  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 at pcorp.us>
 
-	* get rid of bash line -- seems unnecessary and breaks if multiple
-	  states. Forgot cd which was making secondary states fail loading.
+	* [r7293] 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 at pcorp.us>
 
-	* 
+	* [r7292]
 
-2011-05-30 08:27  robe
+2011-05-30 08:27  Regina Obe <lr at pcorp.us>
 
-	* more corrections and one more example for ST_ValueCount
+	* [r7291] more corrections and one more example for ST_ValueCount
 
-2011-05-30 07:39  robe
+2011-05-30 07:39  Regina Obe <lr at pcorp.us>
 
-	* fix errors in notes
+	* [r7290] fix errors in notes
 
-2011-05-30 03:57  robe
+2011-05-30 03:57  Regina Obe <lr at pcorp.us>
 
-	* fill in more missing protos for st_valuecount -- still more to go
+	* [r7289] 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 at pcorp.us>
 
-	* put in missing protos for st_quantile. Revise comment generator
-	  scripts to properly handle OUT parameters
+	* [r7288] 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 at pcorp.us>
 
-	* document ST_quantile -- still missing some protos (also get rid
-	  of obsolete warnings)
+	* [r7287] 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 at pcorp.us>
 
-	* reference to st_valuecount in st_dumpaspixels
+	* [r7286] reference to st_valuecount in st_dumpaspixels
 
-2011-05-30 01:51  robe
+2011-05-30 01:51  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* add remarked out line to set search path -- suggested by Brian
-	  Hamlin. Also some other minor changes
+	* [r7284] 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 at pcorp.us>
 
-	* Get rid of deprecated call to centroid
+	* [r7283] Get rid of deprecated call to centroid
 
-2011-05-28 15:07  robe
+2011-05-28 15:07  Regina Obe <lr at pcorp.us>
 
-	* fix for #996 also had to revise least and greatest helper
+	* [r7282] fix for #996 also had to revise least and greatest helper
 	  functions to deal with to and froms that can't be converted to
 	  integers. Also 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 at pcorp.us>
 
-	* fill in some missing licensing headers and svn tags
+	* [r7281] fill in some missing licensing headers and svn tags
 
-2011-05-28 11:46  strk
+2011-05-28 11:46  Sandro Santilli <strk at keybit.net>
 
-	* It's "spatialreference.org", not "spatialreferencing.org"
+	* [r7280] It's "spatialreference.org", not "spatialreferencing.org"
 	  (srid=900913)
 
-2011-05-28 11:24  robe
+2011-05-28 11:24  Regina Obe <lr at pcorp.us>
 
-	* revise readme wording so those unix users who aren't on linux
-	  won't be quite as offended
+	* [r7279] 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 at pcorp.us>
 
-	* fix for #995 handling lower level fips. Also many fixes for #908
-	  sh tiger loader profile. Testing now and will close out if
-	  confirmed its fixed. Also put in a note in the .sh and .bat that
-	  for PostgreSQL 9.1+ have to install fuzzystrmatch with the CREATE
-	  EXTENSION syntax
+	* [r7278] fix for #995 handling lower level fips. Also many fixes
+	  for #908 sh tiger loader profile. Testing now and will close out
+	  if confirmed its fixed. Also put in a note in the .sh and .bat
+	  that for PostgreSQL 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>
 
-	* - remove OUT parameters on those functions that only return a
-	  single value.
+	* [r7277] - remove OUT parameters on those functions that only
+	  return a single value.
 	  - 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>
 
-	* Added default values for function arguments of ST_Reclass
+	* [r7276] Added default values for function arguments of ST_Reclass
 
-2011-05-27 14:01  strk
+2011-05-27 14:01  Sandro Santilli <strk at keybit.net>
 
-	* ST_AddEdgeModFace is complete...
+	* [r7275] ST_AddEdgeModFace is complete...
 
-2011-05-27 14:01  strk
+2011-05-27 14:01  Sandro Santilli <strk at keybit.net>
 
-	* Document ST_AddEdgeModFace, tweak documentation of
+	* [r7274] Document ST_AddEdgeModFace, tweak documentation of
 	  ST_AddEdgeNewFaces [RT-SIGTA]
 
-2011-05-27 14:01  strk
+2011-05-27 14:01  Sandro Santilli <strk at keybit.net>
 
-	* Implement topology.ST_AddEdgeModFace. Includes regress test.
-	  [RT-SIGTA]
+	* [r7273] Implement topology.ST_AddEdgeModFace. Includes regress
+	  test. [RT-SIGTA]
 
-2011-05-27 12:15  robe
+2011-05-27 12:15  Regina Obe <lr at pcorp.us>
 
-	* fix indentation
+	* [r7272] fix indentation
 
-2011-05-27 10:18  strk
+2011-05-27 10:18  Sandro Santilli <strk at keybit.net>
 
-	* Simplify face registration by the end of ST_AddEdgeNewFaces
-	  [RT-SIGTA]
+	* [r7271] 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 at keybit.net>
 
-	* ST_AddEdgeNewFaces: another test splitting a face with holes on
-	  both sides [RT-SIGTA].
+	* [r7270] 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 at keybit.net>
 
-	* 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].
+	* [r7269] 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 at keybit.net>
 
-	* 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]
+	* [r7268] 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 at keybit.net>
 
-	* fix cpp extra token warning
+	* [r7267] fix cpp extra token warning
 
-2011-05-27 07:13  robe
+2011-05-27 07:13  Regina Obe <lr at pcorp.us>
 
-	* change ST_ConcaveHull to use default parameters
+	* [r7266] change ST_ConcaveHull to use default parameters
 
-2011-05-27 06:46  robe
+2011-05-27 06:46  Regina Obe <lr at pcorp.us>
 
-	* preliminary documentation for ST_Count
+	* [r7265] preliminary documentation for ST_Count
 
-2011-05-27 00:02  dustymugs
+2011-05-27 00:02  Bborie Park <bkpark at ucdavis.edu>
 
-	* - Added default values for function parameters of ST_ValueCount
-	  and ST_ValuePercent. Removed duplicative functions of the same.
+	* [r7264] - Added default values for function parameters of
+	  ST_ValueCount and ST_ValuePercent. Removed duplicative functions
+	  of the same.
 	  - Tweaked the regression tests for ST_ValueCount and
 	  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>
 
-	* Added default parameter values for ST_Quantile functions
+	* [r7263] 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>
 
-	* Added default values for function parameters of ST_Histogram and
-	  removed duplicative functions.
+	* [r7262] 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>
 
-	* Forgot to delete the commented out functions of ST_SummaryStats
-	  and dependants from r7260
+	* [r7261] 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>
 
-	* Added default values for function parameters of ST_SummaryStats,
-	  ST_Count, ST_Sum, ST_Mean, ST_StdDev and ST_MinMax.
+	* [r7260] 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>
 
-	* Added default parameter for ST_Band and reduced function count by
-	  1.
+	* [r7259] 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>
 
-	* Changed to STABLE from IMMUTABLE for all functions that operate
-	  on a coverage using the function parameters "rastertable" and
-	  "rastercolumn"
+	* [r7258] 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>
 
-	* changed name "proportion" to "percent" for ST_Histogram to stay
-	  consistent with ST_ValuePercent
+	* [r7257] 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>
 
-	* Addition of ST_ValuePercent, sibling of ST_ValueCount. This
-	  function provides the ability to determine the percentage of a
-	  raster's band that is of a user-specified value.
+	* [r7256] Addition of ST_ValuePercent, sibling of ST_ValueCount.
+	  This function provides the ability to determine the percentage of
+	  a raster's band that is of a user-specified value.
 	  
 	  Assocated ticket is #990
 	  
 	  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>
 
-	* 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] 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 at pcorp.us>
 
-	* #949 Add all E and F deprecated functions to
+	* [r7254] #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 at keybit.net>
 
-	* Error handling refinements in topology.ST_AddEdgeNewFaces (#988)
+	* [r7253] Error handling refinements in topology.ST_AddEdgeNewFaces
+	  (#988)
 	  
 	  Check for given edge having two distinct vertices before getting
 	  a new
@@ -18197,485 +19043,493 @@
 	  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>
 
-	* Adds ST_ValueCount to count the number of times a user-provided
-	  value or all values occurs in a raster's band.
+	* [r7252] Adds ST_ValueCount to count the number of times a
+	  user-provided value or all values occurs in a raster's band.
 	  
 	  Associated ticket is #953
 
-2011-05-25 23:38  robe
+2011-05-25 23:38  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r7251]
 
-2011-05-25 23:37  robe
+2011-05-25 23:37  Regina Obe <lr at pcorp.us>
 
-	* put header on table
+	* [r7250] put header on table
 
-2011-05-25 21:09  robe
+2011-05-25 21:09  Regina Obe <lr at pcorp.us>
 
-	* try group
+	* [r7249] try group
 
-2011-05-25 18:42  pramsey
+2011-05-25 18:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* #661 Type info of geography columns incomplete - pg_dump output
-	  wrong
+	* [r7248] #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>
 
-	* Add ST_Count and ST_Sum functions that are fronts for the count
-	  and sum values of ST_SummaryStats
+	* [r7246] Add ST_Count and ST_Sum functions that are fronts for the
+	  count and sum values of ST_SummaryStats
 	  
 	  Associated tickets are #985 (ST_Count) and #986 (ST_Sum)
 
-2011-05-25 13:13  robe
+2011-05-25 13:13  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r7245]
 
-2011-05-25 12:49  robe
+2011-05-25 12:49  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r7244]
 
-2011-05-25 12:48  robe
+2011-05-25 12:48  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r7243]
 
-2011-05-25 12:35  robe
+2011-05-25 12:35  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r7242]
 
-2011-05-25 12:29  robe
+2011-05-25 12:29  Regina Obe <lr at pcorp.us>
 
-	* revert
+	* [r7241] revert
 
-2011-05-25 12:13  robe
+2011-05-25 12:13  Regina Obe <lr at pcorp.us>
 
-	* define style for methodsynopsis
+	* [r7240] define style for methodsynopsis
 
-2011-05-24 18:53  robe
+2011-05-24 18:53  Regina Obe <lr at pcorp.us>
 
-	* missed a spot
+	* [r7239] missed a spot
 
-2011-05-24 18:50  robe
+2011-05-24 18:50  Regina Obe <lr at pcorp.us>
 
-	* 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
+	* [r7238] 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 at keybit.net>
 
-	* Stop using astext legacy function in raster tests -- make check
-	  finally succeeds with both raster and topology enabled
+	* [r7237] 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 at keybit.net>
 
-	* Allow dumping universal face edges with ST_GetFaceEdges. Do it in
-	  the correct order. Fixes bug #984. [RT-SIGTA]
+	* [r7236] 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>
 
-	* - Added test testgdalraster.in which properly tests the output of
-	  ST_AsGDALRaster. This test makes use of rtgdalraster.py found in
-	  raster/scripts/python, which itself requires psycopg2.
+	* [r7235] - Added test testgdalraster.in which properly tests the
+	  output of ST_AsGDALRaster. This test makes use of rtgdalraster.py
+	  found in raster/scripts/python, which itself requires psycopg2.
 	  - Refactored rt_asgdalraster.sql, rt_astiff.sql, rt_asjpeg.sql
 	  and rt_aspng.sql to no longer attempt to validate the output of
 	  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 at keybit.net>
 
-	* ST_GetFaceGeometry: throw SQL/MM exception when asked for the
-	  Universal Face geometry. Fixes bug #973 [RT-SIGTA]
+	* [r7234] 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 at keybit.net>
 
-	* topology.ValidateTopology: do not construct the geometry of
-	  universal face, it's not used anyway. Closes bug #977. [RT-SIGTA]
+	* [r7233] 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 at keybit.net>
 
-	* ST_AddEdgeNewFaces: don't get fooled by empty segments when
-	  computing azimuts [RT-SIGTA]
+	* [r7232] 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 at keybit.net>
 
-	* Fix a bogus test for ST_AddEdgeNewFaces (was missing to check
-	  informations about the newly added edge) -- [RT-SIGTA]
+	* [r7231] 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 at keybit.net>
 
-	* Add another (successful) test for ST_AddEdgeNewFaces when
+	* [r7230] 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 at keybit.net>
 
-	* Add TODO item and SQL/MM compatibility note in ST_ChangeEdgeGeom
+	* [r7229] 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 at keybit.net>
 
-	* Test ST_ChangeEdgeGeom with edge crossing
+	* [r7228] Test ST_ChangeEdgeGeom with edge crossing
 
-2011-05-24 08:45  strk
+2011-05-24 08:45  Sandro Santilli <strk at keybit.net>
 
-	* 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.
+	* [r7227] 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 at keybit.net>
 
-	* No functional change: tabs to 2 spaces.
+	* [r7226] No functional change: tabs to 2 spaces.
 
-2011-05-24 08:13  strk
+2011-05-24 08:13  Sandro Santilli <strk at keybit.net>
 
-	* Move tests for ST_ChangeEdgeGeom into a dedicated file. Prepared
-	  for ticket #979. [RT-SIGTA].
+	* [r7225] 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 at keybit.net>
 
-	* Test ST_GetFaceGeometry behavior when given face_id 0 (Universal
-	  Face). See ticket #973.
+	* [r7224] 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 at keybit.net>
 
-	* ST_AddIsoEdge: tell that a node is isolated by only looking at
-	  containing_face rather than recomputing it. Closes ticket #978.
-	  [RT-SIGTA]
+	* [r7223] 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 at keybit.net>
 
-	* Do not let ST_AddIsoNode add non-isolated nodes. Allow specifying
-	  0 as the isolated node face and check it is correct. If
-	  containing_face is given as null then compute it. Patch by Andrea
-	  Peri. [RT-SIGTA]
+	* [r7222] Do not let ST_AddIsoNode add non-isolated nodes. Allow
+	  specifying 0 as the 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 at pcorp.us>
 
-	* Fix for #981 - using astext legacy function in tests
+	* [r7221] Fix for #981 - using astext legacy function in tests
 
-2011-05-24 06:43  robe
+2011-05-24 06:43  Regina Obe <lr at pcorp.us>
 
-	* fix typos
+	* [r7220] fix typos
 
-2011-05-24 05:48  robe
+2011-05-24 05:48  Regina Obe <lr at pcorp.us>
 
-	* #722 remove Centroid and Dump, #949 more additons to uninstall
-	  (Centroid, Dump, addbbox,dropbbox)
+	* [r7219] #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 at pcorp.us>
 
-	* fix link error
+	* [r7218] fix link error
 
-2011-05-24 05:05  robe
+2011-05-24 05:05  Regina Obe <lr at pcorp.us>
 
-	* #722 remove AsBinary and AsText, #949 more additons to uninstall
-	  (AsText,Asbinary, other output functions)
+	* [r7217] #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 at pcorp.us>
 
-	* 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
+	* [r7216] 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 at keybit.net>
 
-	* update the list of what's implemented and what not
+	* [r7215] update the list of what's implemented and what not
 
-2011-05-23 13:30  strk
+2011-05-23 13:30  Sandro Santilli <strk at keybit.net>
 
-	* Style-only change: tab to spaces in ST_AddIsoEdge, shorten name
-	  of test topology
+	* [r7214] 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 at keybit.net>
 
-	* 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.
+	* [r7213] 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 at keybit.net>
 
-	* 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.
+	* [r7212] 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 at keybit.net>
 
-	* Put tests for ST_AddIsoEdge in their own file. Fix use of !
-	  rather than "not" for negating booleans in pl/pgsql.
+	* [r7211] Put tests for 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 at keybit.net>
 
-	* Update load_topology.sql to properly set MBR field of faces.
+	* [r7210] 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 at keybit.net>
 
-	* And fix expected test output from st_addedgenewfaces (dunno how I
-	  could commit such a partial change...)
+	* [r7209] 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 at keybit.net>
 
-	* Oops, forgot to uncomment temporarely disabled lines
+	* [r7208] Oops, forgot to uncomment temporarely disabled lines
 
-2011-05-23 08:44  strk
+2011-05-23 08:44  Sandro Santilli <strk at keybit.net>
 
-	* Test that topology.ST_AddEdgeNewFaces properly updates isolated
-	  edges contained in a newly created face [RT-SIGTA]
+	* [r7207] 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>
 
-	* - fixed band count check in st_asjpeg and st_aspng
+	* [r7206] - 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 at pcorp.us>
 
-	* Start work on #949 uninstall_legacy.sql and also some minor
-	  cleanup additions/sorting fo existing
+	* [r7205] 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 at pcorp.us>
 
-	* treating as executable didn't help - going to reinit my db as
-	  utf-8 instead
+	* [r7204] treating as executable didn't help - going to reinit my
+	  db as utf-8 instead
 
-2011-05-20 13:48  jorgearevalo
+2011-05-20 13:48  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Commented line that caused memory crash because an invalid free.
-	  Related ticket #958.
+	* [r7202] 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 at keybit.net>
 
-	* topology.AddEdge: make edge linking self-consistent (each added
-	  edge will form a proper loop)
+	* [r7201] 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 at pcorp.us>
 
-	* fix typo
+	* [r7200] fix typo
 
-2011-05-19 04:53  robe
+2011-05-19 04:53  Regina Obe <lr at pcorp.us>
 
-	* 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.
+	* [r7199] 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 at pcorp.us>
 
-	* clean up some compiler warnings
+	* [r7198] clean up some compiler warnings
 
-2011-05-18 23:33  dustymugs
+2011-05-18 23:33  Bborie Park <bkpark at ucdavis.edu>
 
-	* - taking a suggestion from strk in #958, all regression tests for
-	  functions related to ST_SummaryStats has been rounded to 3
-	  decimal places
+	* [r7196] - taking a suggestion from strk in #958, all regression
+	  tests for functions related to ST_SummaryStats has been rounded
+	  to 3 decimal places
 	  - 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 at keybit.net>
 
-	* ST_AddEdgeNewFaces is now implemented..
+	* [r7195] ST_AddEdgeNewFaces is now implemented..
 
-2011-05-18 16:08  strk
+2011-05-18 16:08  Sandro Santilli <strk at keybit.net>
 
-	* topology.ST_AddEdgeNewFaces implementation and regression test
-	  [RT-SIGTA]
+	* [r7194] 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>
 
-	* ST_SummaryStats returns the sum as part of the summary stats.
+	* [r7193] ST_SummaryStats returns the sum as part of the summary
+	  stats.
 	  _ST_SummaryStats(rastertable, rastercolumn) function changed to
 	  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 at keybit.net>
 
-	* topology.AddFace(): properly update left/right face for edges
-	  _contained_ in the newly registered face and containing_face for
-	  isolated nodes in it, refine documentation about it [RT-SIGTA]
+	* [r7192] topology.AddFace(): properly update left/right face for
+	  edges _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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* define ST_SRText and backref
+	* [r7190] define ST_SRText and backref
 
-2011-05-18 12:41  robe
+2011-05-18 12:41  Regina Obe <lr at pcorp.us>
 
-	* fix ST_ASTIFF incorrect types start putting in defaults
+	* [r7189] fix ST_ASTIFF incorrect types start putting in defaults
 
-2011-05-18 12:05  robe
+2011-05-18 12:05  Regina Obe <lr at pcorp.us>
 
-	* let me try to put the opt somewhere else.
+	* [r7188] let me try to put the opt somewhere else.
 
-2011-05-18 11:12  robe
+2011-05-18 11:12  Regina Obe <lr at pcorp.us>
 
-	* more mistakes
+	* [r7187] more mistakes
 
-2011-05-18 11:08  robe
+2011-05-18 11:08  Regina Obe <lr at pcorp.us>
 
-	* fix some incorrect statements
+	* [r7186] fix some incorrect statements
 
-2011-05-18 08:58  strk
+2011-05-18 08:58  Sandro Santilli <strk at keybit.net>
 
-	* 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]
+	* [r7185] 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 at keybit.net>
 
-	* Add a short paragraph about the semantic of edge's next_left_edge
-	  and next_right_edge fields.
+	* [r7184] 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 at pcorp.us>
 
-	* Fix ST_AsTiff function proto typos
+	* [r7183] Fix ST_AsTiff function proto typos
 
-2011-05-18 05:43  robe
+2011-05-18 05:43  Regina Obe <lr at pcorp.us>
 
-	* Document ST_AsTIFF and fix some missttatements about ST_ASPNG.
-	  Also pretend like we are using default args already
+	* [r7182] 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 at pcorp.us>
 
-	* get rid of opt
+	* [r7181] get rid of opt
 
-2011-05-18 04:43  robe
+2011-05-18 04:43  Regina Obe <lr at pcorp.us>
 
-	* bah just use brackets for optional args -- docbook seems to be
-	  ignoring the choice='opt' tag
+	* [r7180] 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 at pcorp.us>
 
-	* try to get optional argument to have brackets using optional tag
+	* [r7179] 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 at pcorp.us>
 
-	* revise to put optional arguments in [] in the description. Damn
-	  dtd keeps downloading
+	* [r7178] 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 at pcorp.us>
 
-	* Nothing like experimenting with myself. Change ST_AsX3D to use
-	  default parameters and reduce down to one proto
+	* [r7177] 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 at keybit.net>
 
-	* Appropriately tag GML functions as STABLE, IMMUTABLE or VOLATILE
-	  - see bug #955
+	* [r7176] 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 at pcorp.us>
 
-	* more back ref
+	* [r7175] more back ref
 
-2011-05-17 17:45  robe
+2011-05-17 17:45  Regina Obe <lr at pcorp.us>
 
-	* fix typos add backrefere to ST_GDALDrivers
+	* [r7174] fix typos add backrefere to ST_GDALDrivers
 
-2011-05-17 15:58  strk
+2011-05-17 15:58  Sandro Santilli <strk at keybit.net>
 
-	* Strip 'SELECT' feedback from regression test outputs
+	* [r7173] Strip 'SELECT' feedback from regression test outputs
 
-2011-05-17 15:27  dustymugs
+2011-05-17 15:27  Bborie Park <bkpark at ucdavis.edu>
 
-	* changed the dimensions of the raster generated for the summary
-	  stats test from 10000 x 10000 to 100 x 100
+	* [r7172] 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>
 
-	* Code cleanup of uncorrected statement from r7170
+	* [r7171] 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>
 
-	* refactored code that attempted to modify a function parameter as
-	  PostgreSQL 8.4 sets all function parameters as CONSTANT, unlike
-	  PostgreSQL 9.0
+	* [r7170] 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 at keybit.net>
 
-	* Tag some functions as STABLE or even IMMUTABLE (from volatile) -
-	  see bug #955
+	* [r7169] 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>
 
-	* 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
+	* [r7168] 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 at keybit.net>
 
-	* Fixed bug in sample topology load (face id sequence value)
-	  [RT-SIGTA]
+	* [r7167] 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 at pcorp.us>
 
-	* revise to correctly comment functions with OUT parameters
+	* [r7166] revise to correctly comment functions with OUT parameters
 
-2011-05-17 05:37  robe
+2011-05-17 05:37  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r7165] fix typo
 
-2011-05-17 03:02  robe
+2011-05-17 03:02  Regina Obe <lr at pcorp.us>
 
-	* document ST_GDALDrivers and back reference to ST_AsGDALRaster
+	* [r7164] document ST_GDALDrivers and back reference to
+	  ST_AsGDALRaster
 
-2011-05-17 02:06  robe
+2011-05-17 02:06  Regina Obe <lr at pcorp.us>
 
-	* Document ST_AsGDALRaster
+	* [r7163] Document ST_AsGDALRaster
 
-2011-05-17 00:55  robe
+2011-05-17 00:55  Regina Obe <lr at pcorp.us>
 
-	* forgot availability and GDAL dependency note on ST_AsPNG
+	* [r7162] forgot availability and GDAL dependency note on ST_AsPNG
 
-2011-05-17 00:40  robe
+2011-05-17 00:40  Regina Obe <lr at pcorp.us>
 
-	* First draft of ST_ASPNG doco. Need some more examples and perhaps
-	  even pictures.
+	* [r7161] 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>
 
-	* - fixed usage of function parameter "hasnodata" to follow
+	* [r7160] - fixed usage of function parameter "hasnodata" to follow
 	  standardized interpretation
 	  - 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>
 
-	* removed duplicative ST_Histogram function
+	* [r7159] removed duplicative ST_Histogram function
 
-2011-05-16 19:54  dustymugs
+2011-05-16 19:54  Bborie Park <bkpark at ucdavis.edu>
 
-	* Add ST_AsPNG
+	* [r7158] Add ST_AsPNG
 	  
 	  - added SQL functions for ST_AsPNG
 	  - added regression tests
 	  
 	  Associated ticket is #342
 
-2011-05-16 19:52  dustymugs
+2011-05-16 19:52  Bborie Park <bkpark at ucdavis.edu>
 
-	* Add ST_AsJPEG function
+	* [r7157] Add ST_AsJPEG function
 	  
 	  - added SQL functions for ST_AsJPEG
 	  - added regression tests
 	  
 	  Associated ticket is #340
 
-2011-05-16 19:50  dustymugs
+2011-05-16 19:50  Bborie Park <bkpark at ucdavis.edu>
 
-	* Add ST_AsTIFF function
+	* [r7156] Add ST_AsTIFF function
 	  
 	  - add SQL functions for ST_AsTIFF
 	  - add regression tests
 	  
 	  Associated ticket is #341
 
-2011-05-16 19:48  dustymugs
+2011-05-16 19:48  Bborie Park <bkpark at ucdavis.edu>
 
-	* Add ST_AsGDALRaster function and helper functions ST_GDALDrivers
-	  and ST_srtext
+	* [r7155] Add ST_AsGDALRaster function and helper functions
+	  ST_GDALDrivers and ST_srtext
 	  - added rt_raster_to_gdal, rt_raster_gdal_drivers and
 	  rt_raster_to_gdal_mem functions to rt_core/rt_api.c and rt_api.h
 	  - added test cases to test/core/testapi.c
@@ -18686,9 +19540,9 @@
 	  
 	  Associated ticket is #901
 
-2011-05-16 19:43  dustymugs
+2011-05-16 19:43  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_Reclass function
+	* [r7154] Added ST_Reclass function
 	  
 	  - added rt_band_reclass and rt_raster_replace_band to
 	  rt_core/rt_api.c and rt_api.h
@@ -18699,9 +19553,9 @@
 	  
 	  Associated ticket is #903
 
-2011-05-16 19:39  dustymugs
+2011-05-16 19:39  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_Quantile functions
+	* [r7153] Added ST_Quantile functions
 	  - added function rt_raster_get_quantiles to rt_core/rt_api.c and
 	  rt_api.h
 	  - added test case to test/core/testapi.c
@@ -18711,9 +19565,9 @@
 	  
 	  Associated ticket is #935
 
-2011-05-16 19:36  dustymugs
+2011-05-16 19:36  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_Histogram functions.
+	* [r7152] Added ST_Histogram functions.
 	  - added function rt_band_get_histogram to rt_core/rt_api.c and
 	  rt_api.h
 	  - added test case to test/core/testapi.c
@@ -18723,34 +19577,34 @@
 	  
 	  Associated ticket is #934
 
-2011-05-16 19:34  dustymugs
+2011-05-16 19:34  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_MinMax function
+	* [r7151] Added ST_MinMax function
 	  - added SQL functions for ST_MinMax
 	  - added regression tests
 	  
 	  Associated ticket is #902
 
-2011-05-16 19:32  dustymugs
+2011-05-16 19:32  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_StdDev function
+	* [r7150] Added ST_StdDev function
 	  - added SQL functions for ST_StdDev
 	  - added regression tests
 	  
 	  Associated ticket is #932
 
-2011-05-16 19:30  dustymugs
+2011-05-16 19:30  Bborie Park <bkpark at ucdavis.edu>
 
-	* Added ST_Mean function.
+	* [r7149] Added ST_Mean function.
 	  
 	  - added SQL functions for ST_Mean to rt_pg/rtpostgis.sql.in.c
 	  - added regression tests
 	  
 	  Associated ticket is #931
 
-2011-05-16 19:17  dustymugs
+2011-05-16 19:17  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_SummaryStats function.
+	* [r7148] Addition of ST_SummaryStats function.
 	  
 	  - added function rt_band_get_summary_stats to rt_core/rt_api.c
 	  and rt_api.h
@@ -18762,9 +19616,9 @@
 	  
 	  Associated ticket is #930.
 
-2011-05-16 19:11  dustymugs
+2011-05-16 19:11  Bborie Park <bkpark at ucdavis.edu>
 
-	* Addition of ST_Band functionality.
+	* [r7147] Addition of ST_Band functionality.
 	  - added function rt_raster_from_band to rt_core/rt_api.c and
 	  rt_api.h
 	  - added test case to test/core/testapi.c
@@ -18774,181 +19628,185 @@
 	  
 	  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 at keybit.net>
 
-	* Fix a bug in the example topology data (related to
+	* [r7146] 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 at pcorp.us>
 
-	* forgot to add Bborie's organization
+	* [r7145] forgot to add Bborie's organization
 
-2011-05-13 19:27  robe
+2011-05-13 19:27  Regina Obe <lr at pcorp.us>
 
-	* Add Bborie Park to development team lists. Assume Paul, you've
-	  given him SVN edit rights already.
+	* [r7144] 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 at pcorp.us>
 
-	* apply astyle
+	* [r7143] apply astyle
 
-2011-05-13 08:46  robe
+2011-05-13 08:46  Regina Obe <lr at pcorp.us>
 
-	* apply astyle
+	* [r7142] apply astyle
 
-2011-05-13 01:04  chodgson
+2011-05-13 01:04  Chris Hodgson <chodgson at refractions.net>
 
-	* additional bug fix for #844
+	* [r7141] additional bug fix for #844
 
-2011-05-12 22:05  chodgson
+2011-05-12 22:05  Chris Hodgson <chodgson at refractions.net>
 
-	* added regess test for #884
+	* [r7139] added regess test for #884
 
-2011-05-12 18:51  chodgson
+2011-05-12 18:51  Chris Hodgson <chodgson at refractions.net>
 
-	* merged fix from r7136 in 1.5 branch, fixes broken
+	* [r7137] 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 at pcorp.us>
 
-	* fix for #940 -- can't compile PostGIS 2.0 against PostgreSQL 9.1
-	  beta 1
+	* [r7135] 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 at keybit.net>
 
-	* topology.ST_AddEdgeNewFaces : tabs to spaces, named arguments,
-	  code cleanups and improved checks, tests for invalid calls
-	  [RT-SIGTA]
+	* [r7134] 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 at keybit.net>
 
-	* Don't miss to clean load_topology-4326.sql
+	* [r7133] Don't miss to clean load_topology-4326.sql
 
-2011-05-12 07:28  robe
+2011-05-12 07:28  Regina Obe <lr at pcorp.us>
 
-	* add about the tiger upgrade script
+	* [r7132] add about the tiger upgrade script
 
-2011-05-11 14:59  robe
+2011-05-11 14:59  Regina Obe <lr at pcorp.us>
 
-	* more optimizations
+	* [r7131] more optimizations
 
-2011-05-11 13:50  robe
+2011-05-11 13:50  Regina Obe <lr at pcorp.us>
 
-	* put in some missing indexes
+	* [r7130] put in some missing indexes
 
-2011-05-11 13:32  robe
+2011-05-11 13:32  Regina Obe <lr at pcorp.us>
 
-	* more performance enhancements
+	* [r7129] more performance enhancements
 
-2011-05-11 12:56  robe
+2011-05-11 12:56  Regina Obe <lr at pcorp.us>
 
-	* turn off debug mode
+	* [r7128] turn off debug mode
 
-2011-05-11 12:55  robe
+2011-05-11 12:55  Regina Obe <lr at pcorp.us>
 
-	* more usability and performance enhancements. Change
+	* [r7127] more usability and performance enhancements. Change
 	  geocoder/reverse_geocode to use tiger.state_lookup instead of
 	  each schema state table (to achieve this had to add statefp to
 	  lookup table). Also put in upgrade scripts and notes on upgrading
 	  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 at pcorp.us>
 
-	* bah Hudson still not happy. Make some preemptive changes
+	* [r7126] bah Hudson still not happy. Make some preemptive changes
 
-2011-05-11 11:08  robe
+2011-05-11 11:08  Regina Obe <lr at pcorp.us>
 
-	* Frivolous edit to try to cure Hudson's hiccup
+	* [r7125] Frivolous edit to try to cure Hudson's hiccup
 
-2011-05-11 02:34  robe
+2011-05-11 02:34  Regina Obe <lr at pcorp.us>
 
-	* minor change to Kevin's bio
+	* [r7124] minor change to Kevin's bio
 
-2011-05-11 02:11  robe
+2011-05-11 02:11  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* fix some comments
+	* [r7122] fix some comments
 
-2011-05-10 03:57  robe
+2011-05-10 03:57  Regina Obe <lr at pcorp.us>
 
-	* put in a todo why I'm punting properly handling holes for now
+	* [r7121] 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 at pcorp.us>
 
-	* more cleanup of normalize_address function
+	* [r7120] more cleanup of normalize_address function
 
-2011-05-09 16:10  robe
+2011-05-09 16:10  Regina Obe <lr at pcorp.us>
 
-	* put in missing constraints
+	* [r7119] put in missing constraints
 
-2011-05-09 15:16  strk
+2011-05-09 15:16  Sandro Santilli <strk at keybit.net>
 
-	* Implement, document, and regress-test SQL/MM ST_NewEdgeHeal
-	  [RT-SIGTA]
+	* [r7118] 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 at pcorp.us>
 
-	* major speed improvements to normalize_address
+	* [r7117] major speed improvements to normalize_address
 
-2011-05-09 14:17  strk
+2011-05-09 14:17  Sandro Santilli <strk at keybit.net>
 
-	* Check for "other connected edges" before TopoGeometry definitions
+	* [r7116] Check for "other connected edges" before TopoGeometry
+	  definitions
 
-2011-05-09 14:07  strk
+2011-05-09 14:07  Sandro Santilli <strk at keybit.net>
 
-	* Fix path to raster (regress) enabler script. Fixes ticket #947.
+	* [r7115] Fix path to raster (regress) enabler script. Fixes ticket
+	  #947.
 
-2011-05-08 19:34  robe
+2011-05-08 19:34  Regina Obe <lr at pcorp.us>
 
-	* some explanation of theoretical vs. actual
+	* [r7114] some explanation of theoretical vs. actual
 
-2011-05-08 17:20  robe
+2011-05-08 17:20  Regina Obe <lr at pcorp.us>
 
-	* mark as immutable
+	* [r7113] mark as immutable
 
-2011-05-08 17:18  robe
+2011-05-08 17:18  Regina Obe <lr at pcorp.us>
 
-	* more cleanup. Get rid of more deprecated functions, put in more
-	  stable,imuutable markers. Change some functions from plpgsql to
-	  sql
+	* [r7112] more cleanup. Get rid of more deprecated functions, put
+	  in more stable,imuutable markers. Change some functions from
+	  plpgsql to sql
 
-2011-05-08 16:36  robe
+2011-05-08 16:36  Regina Obe <lr at pcorp.us>
 
-	* Put in costing and make most of the functions either STABLE or
-	  IMMUTABLE. We were loosing a lot of cacheability of that. Also
-	  put in instructions in README how to upgrade the scripts. Will
-	  need to put this in the official docs too once cleaned that up a
-	  bit.
+	* [r7111] Put in costing and make most of the functions either
+	  STABLE or IMMUTABLE. We were loosing a lot of cacheability of
+	  that. Also put in instructions in README how to upgrade the
+	  scripts. Will 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 at pcorp.us>
 
-	* put in clock timestamps in debugging logic. We seem to be loosing
-	  more time on this normalize than we should be.
+	* [r7110] 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 at keybit.net>
 
-	* ST_ModEdgeHeal: move check for TopoGeometry after check for
-	  connected edges. Fixes bug #942 and regress-tests it [RT-SIGTA]
+	* [r7109] 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 at keybit.net>
 
-	* topology.ST_ModEdgeHeal: Check for edge existance before
+	* [r7108] topology.ST_ModEdgeHeal: Check for edge existance before
 	  TopoGeometry definitions. Fixes bug #941 and regress-tests it.
 
-2011-05-06 14:29  jorgearevalo
+2011-05-06 14:29  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Trailing spaces removed from raster files.
+	* [r7107] Trailing spaces removed from raster files.
 
-2011-05-06 12:06  jorgearevalo
+2011-05-06 12:06  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Changes in raster memory management:
+	* [r7106] Changes in raster memory management:
 	  - Only calling function memory context is used, except in SRF
 	  functions, where
 	  multi_call_memory_ctx is used.
@@ -18966,565 +19824,579 @@
 	  memory
 	  context).
 
-2011-05-06 06:46  strk
+2011-05-06 06:46  Sandro Santilli <strk at keybit.net>
 
-	* Closer-to-iso exceptions from ST_GetFaceEdges/ST_ModEdgeHeal
-	  [RT-SIGTA]
+	* [r7105] 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 at keybit.net>
 
-	* Drop commented out code
+	* [r7104] Drop commented out code
 
-2011-05-05 21:12  strk
+2011-05-05 21:12  Sandro Santilli <strk at keybit.net>
 
-	* Do not attempt to read points from empty pointarrays (thanks
-	  valgrind for finding this)
+	* [r7103] 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 at keybit.net>
 
-	* Allow dumping polygons with empty rings, fixing bug #937, add
-	  unit testing for that case.
+	* [r7102] 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 at pcorp.us>
 
-	* amend
+	* [r7101] amend
 
-2011-05-05 08:32  strk
+2011-05-05 08:32  Sandro Santilli <strk at keybit.net>
 
-	* another generated file git-ignored
+	* [r7100] another generated file git-ignored
 
-2011-05-05 07:34  strk
+2011-05-05 07:34  Sandro Santilli <strk at keybit.net>
 
-	* Ignore new generated files
+	* [r7099] Ignore new generated files
 
-2011-05-05 07:30  robe
+2011-05-05 07:30  Regina Obe <lr at pcorp.us>
 
-	* replace osgeo log with project one and one that is not
+	* [r7098] 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 at pcorp.us>
 
-	* get rid of literal wrapper
+	* [r7097] get rid of literal wrapper
 
-2011-05-05 02:44  robe
+2011-05-05 02:44  Regina Obe <lr at pcorp.us>
 
-	* amend faq and fix some typos
+	* [r7096] amend faq and fix some typos
 
-2011-05-05 02:30  robe
+2011-05-05 02:30  Regina Obe <lr at pcorp.us>
 
-	* Update Chris' bio now that he is taking on more of an active role
+	* [r7095] 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 at pcorp.us>
 
-	* attempt at OSGeo branding our documentation
+	* [r7094] attempt at OSGeo branding our documentation
 
-2011-05-04 23:56  chodgson
+2011-05-04 23:56  Chris Hodgson <chodgson at refractions.net>
 
-	* merged changes r7092 to fix null handling in st_collect for #912,
-	  #630 in 1.5 branch into trunk
+	* [r7093] 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 at keybit.net>
 
-	* Add note about updating joined edges and relationships, touch
-	  ST_ModEdgeSplit, ST_NewEdgeSplit, ST_ModEdgeHeal [RT-SIGTA]
+	* [r7091] 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 at keybit.net>
 
-	* Document ST_ModEdgeHeal [RT-SIGTA]
+	* [r7090] Document ST_ModEdgeHeal [RT-SIGTA]
 
-2011-05-04 18:20  strk
+2011-05-04 18:20  Sandro Santilli <strk at keybit.net>
 
-	* ST_ModEdgeHeal: update TopoGeom definitions, and test it
+	* [r7089] ST_ModEdgeHeal: update TopoGeom definitions, and test it
 	  [RT-SIGTA]
 
-2011-05-04 18:20  strk
+2011-05-04 18:20  Sandro Santilli <strk at keybit.net>
 
-	* Test that healing of two edges is forbidden if any topogeom is
-	  defined by only one of them [RT-SIGTA]
+	* [r7088] 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 at keybit.net>
 
-	* Forbid healing edges if any feature is defined by only one of the
-	  two [RT-SIGTA]
+	* [r7087] 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 at keybit.net>
 
-	* Complete primitive (SQL/MM) portion of ST_ModEdgeHeal, regress
-	  test [RT-SIGTA]
+	* [r7086] 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 at keybit.net>
 
-	* Stub topology.ST_ModEdgeHeal [RT-SIGTA]
+	* [r7085] Stub topology.ST_ModEdgeHeal [RT-SIGTA]
 
-2011-05-03 16:56  strk
+2011-05-03 16:56  Sandro Santilli <strk at keybit.net>
 
-	* Add examples of ST_GetFaceEdges
+	* [r7084] Add examples of ST_GetFaceEdges
 
-2011-05-03 13:35  robe
+2011-05-03 13:35  Regina Obe <lr at pcorp.us>
 
-	* more work on handling 3d polygons with holes
+	* [r7083] more work on handling 3d polygons with holes
 
-2011-05-03 13:32  strk
+2011-05-03 13:32  Sandro Santilli <strk at keybit.net>
 
-	* extent() -> st_extent()
+	* [r7082] extent() -> st_extent()
 
-2011-05-03 13:32  strk
+2011-05-03 13:32  Sandro Santilli <strk at keybit.net>
 
-	* Implement ST_GetFaceEdges (sql/mm topology function) [RT-SIGTA]
+	* [r7081] Implement ST_GetFaceEdges (sql/mm topology function)
+	  [RT-SIGTA]
 
-2011-05-03 12:45  robe
+2011-05-03 12:45  Regina Obe <lr at pcorp.us>
 
-	* Use strk's suggestion of quieting hudson reqress by adding a \set
-	  VERBOSITY terse
+	* [r7080] 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 at keybit.net>
 
-	* Move type definition close to the function using it
+	* [r7079] 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 at pcorp.us>
 
-	* 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
+	* [r7078] 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 at camptocamp.com>
 
-	* First implementation of #459. Still need unit tests and docs
+	* [r7077] First implementation of #459. Still need unit tests and
+	  docs
 
-2011-04-30 08:38  robe
+2011-04-30 08:38  Regina Obe <lr at pcorp.us>
 
-	* put topology_comments generation back in the overall comments
-	  make
+	* [r7075] 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 at camptocamp.com>
 
-	* Fix #933. Update related unit test. Add a convenient way to trace
-	  error in ST_GeomFromGML function
+	* [r7074] 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 at pcorp.us>
 
-	* fix some typos in tiger geocoder documentation and hmm if Hudson
-	  is hiccuping (causing Olivier headaches), this might be the water
-	  he needs.
+	* [r7073] 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 at camptocamp.com>
 
-	* Add LinearRing unit test for ST_GeomFromGML. Related to #905
+	* [r7072] 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 at camptocamp.com>
 
-	* Add an srid default value as second optional parameter for
-	  ST_GeomFromGML. Related to #906. Remove a wrong srsName
+	* [r7071] 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 at pcorp.us>
 
-	* Fix for #927
+	* [r7070] Fix for #927
 
-2011-04-28 17:57  robe
+2011-04-28 17:57  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r7069] fix typo
 
-2011-04-26 12:35  robe
+2011-04-26 12:35  Regina Obe <lr at pcorp.us>
 
-	* #722 More deprecated functions: Get rid Extent deprecated
+	* [r7065] #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 at pcorp.us>
 
-	* missed a spot
+	* [r7064] missed a spot
 
-2011-04-25 21:18  robe
+2011-04-25 21:18  Regina Obe <lr at pcorp.us>
 
-	* #923: document fix
+	* [r7063] #923: document fix
 
-2011-04-25 20:43  robe
+2011-04-25 20:43  Regina Obe <lr at pcorp.us>
 
-	* more link back to legacy_faq in release notes and what's changed
+	* [r7062] 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 at pcorp.us>
 
-	* more update of credits
+	* [r7061] more update of credits
 
-2011-04-25 18:49  pramsey
+2011-04-25 18:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix spelling of chodgson
+	* [r7060] Fix spelling of chodgson
 
-2011-04-23 08:19  robe
+2011-04-23 08:19  Regina Obe <lr at pcorp.us>
 
-	* Add faq about how to get back removed legacy functions
+	* [r7059] Add faq about how to get back removed legacy functions
 
-2011-04-23 08:03  robe
+2011-04-23 08:03  Regina Obe <lr at pcorp.us>
 
-	* Add missing ST_MapAlgebra proto
+	* [r7058] Add missing ST_MapAlgebra proto
 
-2011-04-22 11:36  jorgearevalo
+2011-04-22 11:36  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* MapAlgebra expected test messages updated.
+	* [r7057] MapAlgebra expected test messages updated.
 
-2011-04-21 18:51  pracine
+2011-04-21 18:51  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Function necessary for ST_Histogram with a geometry parameter
+	* [r7056] Function necessary for ST_Histogram with a geometry
+	  parameter
 
-2011-04-21 15:03  pracine
+2011-04-21 15:03  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -First version of ST_Histogram
+	* [r7055] -First version of ST_Histogram
 
-2011-04-20 09:23  nicklas
+2011-04-20 09:23  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* Fix bug #918
+	* [r7054] Fix bug #918
 
-2011-04-20 08:36  robe
+2011-04-20 08:36  Regina Obe <lr at pcorp.us>
 
-	* 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.
+	* [r7053] 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 at pcorp.us>
 
-	* attempt at itemizing our licensing terms and licenses in use by
-	  various files and dependencies
+	* [r7052] 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 at pcorp.us>
 
-	* minor indent change
+	* [r7051] minor indent change
 
-2011-04-20 07:04  robe
+2011-04-20 07:04  Regina Obe <lr at pcorp.us>
 
-	* Hudson is a demanding man. Try to make him happy again so he
-	  builds the docs again.
+	* [r7050] 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 at keybit.net>
 
-	* Document topology.polygonize(<toponame>)
+	* [r7049] Document topology.polygonize(<toponame>)
 
-2011-04-19 16:58  strk
+2011-04-19 16:58  Sandro Santilli <strk at keybit.net>
 
-	* Regress test for topology.polygonize(<toponame>)
+	* [r7048] Regress test for topology.polygonize(<toponame>)
 
-2011-04-19 16:58  strk
+2011-04-19 16:58  Sandro Santilli <strk at keybit.net>
 
-	* Add topology.polygonize(<toponame>) function, see ticket #916
+	* [r7047] Add topology.polygonize(<toponame>) function, see ticket
+	  #916
 
-2011-04-19 16:51  robe
+2011-04-19 16:51  Regina Obe <lr at pcorp.us>
 
-	* #914 separate chip legacy functions from rest of legacy functions
-	  (regular legacy will be converted to legacy.sql, but chip won't
-	  for now)
+	* [r7046] #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 at pcorp.us>
 
-	* fix for #913 replace geometry2box2d with LWGEOM_to_BOX2DFLOAT4 in
-	  st_box2d function definition.
+	* [r7045] 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 at pcorp.us>
 
-	* variable for buffer styles
+	* [r7044] variable for buffer styles
 
-2011-04-15 20:34  pracine
+2011-04-15 20:34  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* Warn that this function was implemented in C
+	* [r7042] Warn that this function was implemented in C
 
-2011-04-15 20:30  pracine
+2011-04-15 20:30  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -The minimum for float and double are -FLT_MAX & -DBL_MAX
+	* [r7041] -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 at sbf.ulaval.ca>
 
-	* -Fix for #651. Replace "scale" parameter for "pixelsize".
+	* [r7040] -Fix for #651. Replace "scale" parameter for "pixelsize".
 
-2011-04-15 18:05  pracine
+2011-04-15 18:05  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -Fix for #651. Replace "scale" parameter for "pixelsize".
+	* [r7039] -Fix for #651. Replace "scale" parameter for "pixelsize".
 
-2011-04-15 17:56  jorgearevalo
+2011-04-15 17:56  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Bug fixed: Loader tried to insert in <schema>.raster_overviews
-	  instead of public.raster_overviews
+	* [r7038] 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 at pcorp.us>
 
-	* 
+	* [r7037]
 
-2011-04-15 11:19  robe
+2011-04-15 11:19  Regina Obe <lr at pcorp.us>
 
-	* change to all line feed
+	* [r7036] change to all line feed
 
-2011-04-15 11:15  robe
+2011-04-15 11:15  Regina Obe <lr at pcorp.us>
 
-	* more patch corrections to support sh
+	* [r7035] more patch corrections to support sh
 
-2011-04-15 11:03  robe
+2011-04-15 11:03  Regina Obe <lr at pcorp.us>
 
-	* cleanup of breaks minor other changes
+	* [r7034] cleanup of breaks minor other changes
 
-2011-04-15 11:00  robe
+2011-04-15 11:00  Regina Obe <lr at pcorp.us>
 
-	* replace with linux breaks, minor changes to paths
+	* [r7033] replace with linux breaks, minor changes to paths
 
-2011-04-14 16:29  jorgearevalo
+2011-04-14 16:29  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* palloc return value doesn't need to be checked, because if out of
-	  memory, function ends with elog(ERROR). It never returns NULL.
+	* [r7032] 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 at keybit.net>
 
-	* Drop the unused BUILD_RASTER configure variable, fix use of the
-	  RASTER variable. Fixes bug #910.
+	* [r7031] 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 at keybit.net>
 
-	* Properly credit Stadt Uster, co-sponsor of buffer styles in 1.5
+	* [r7030] 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 at keybit.net>
 
-	* Implement SnapToGrid for CIRCULARSTRING and COMPOUNDCURVE. Just
-	  enough to fix #183.
+	* [r7029] 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 at keybit.net>
 
-	* Do not error out if things are clean already
+	* [r7028] Do not error out if things are clean already
 
-2011-04-14 10:36  strk
+2011-04-14 10:36  Sandro Santilli <strk at keybit.net>
 
-	* Properly clean in loader's cunit test dir
+	* [r7027] Properly clean in loader's cunit test dir
 
-2011-04-13 19:53  jorgearevalo
+2011-04-13 19:53  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Context freed. It's not necessary.
+	* [r7026] Context freed. It's not necessary.
 
-2011-04-13 19:44  jorgearevalo
+2011-04-13 19:44  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Fixed bug from ticket #837. Some other improvements in
+	* [r7025] 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 at keybit.net>
 
-	* Add test for ticket #834
+	* [r7024] Add test for ticket #834
 
-2011-04-13 10:25  mleslie
+2011-04-13 10:25  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Adding a dbf filter for file selection.
+	* [r7023] Adding a dbf filter for file selection.
 
-2011-04-13 08:08  strk
+2011-04-13 08:08  Sandro Santilli <strk at keybit.net>
 
-	* 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] 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 at keybit.net>
 
-	* Add svnrebase rule, to facilitate use from git
+	* [r7021] Add svnrebase rule, to facilitate use from git
 
-2011-04-13 07:41  strk
+2011-04-13 07:41  Sandro Santilli <strk at keybit.net>
 
-	* Add script to be used with git-svn --authors-prog
+	* [r7020] Add script to be used with git-svn --authors-prog
 
-2011-04-12 12:34  robe
+2011-04-12 12:34  Regina Obe <lr at pcorp.us>
 
-	* Quiet quiet Hudson
+	* [r7019] Quiet quiet Hudson
 
-2011-04-11 17:13  robe
+2011-04-11 17:13  Regina Obe <lr at pcorp.us>
 
-	* credit change
+	* [r7018] credit change
 
-2011-04-11 16:17  robe
+2011-04-11 16:17  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r7017]
 
-2011-04-11 16:14  robe
+2011-04-11 16:14  Regina Obe <lr at pcorp.us>
 
-	* preliminary cunit tests for x3d output functions
+	* [r7016] preliminary cunit tests for x3d output functions
 
-2011-04-11 09:54  strk
+2011-04-11 09:54  Sandro Santilli <strk at keybit.net>
 
-	* 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.
+	* [r7015] 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 at keybit.net>
 
-	* Do not raise an exception from DropGeometryTable if a
+	* [r7014] 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 at pcorp.us>
 
-	* minor cleanup replace tabs with spaces in ST_LineToCurve example
+	* [r7013] minor cleanup replace tabs with spaces in ST_LineToCurve
+	  example
 
-2011-04-09 06:32  robe
+2011-04-09 06:32  Regina Obe <lr at pcorp.us>
 
-	* fix url in ST_Azimuth.
+	* [r7012] fix url in ST_Azimuth.
 
-2011-04-08 17:02  robe
+2011-04-08 17:02  Regina Obe <lr at pcorp.us>
 
-	* Azimuth example with angles of azimuth and my drawing cheatsheet
-	  (st_azimuthmath.sql) in case have to do this again.
+	* [r7011] 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 at pcorp.us>
 
-	* Document TopologySummary
+	* [r7010] Document TopologySummary
 
-2011-04-08 10:58  strk
+2011-04-08 10:58  Sandro Santilli <strk at keybit.net>
 
-	* tabs to spaces
+	* [r7009] tabs to spaces
 
-2011-04-07 18:02  jorgearevalo
+2011-04-07 18:02  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Some memory freed. Related ticket #851.
+	* [r7008] Some memory freed. Related ticket #851.
 
-2011-04-06 14:30  strk
+2011-04-06 14:30  Sandro Santilli <strk at keybit.net>
 
-	* Fix typo in gserialized_overlaps (contains->overlaps). Fixes
-	  ticket #869.
+	* [r7007] Fix typo in gserialized_overlaps (contains->overlaps).
+	  Fixes ticket #869.
 
-2011-04-05 22:26  robe
+2011-04-05 22:26  Regina Obe <lr at pcorp.us>
 
-	* 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
-	  bit of greif as a testing tool. don't recall so many topo node
-	  this and that in GEOS 3.2 ST_Covers. Also add in some regress
-	  tests for ST_ConcaveHull -- more to come.
+	* [r7006] 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 bit of greif as a testing tool. don't recall so many topo
+	  node 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 at pcorp.us>
 
-	* 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
+	* [r7005] 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 at pcorp.us>
 
-	* add pgsql2shp -m switch to dumper help
+	* [r7004] add pgsql2shp -m switch to dumper help
 
-2011-04-04 13:10  robe
+2011-04-04 13:10  Regina Obe <lr at pcorp.us>
 
-	* minor issue preventing legacy load: locate_along_measure should
-	  use ST_ wrapper
+	* [r7003] 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 at keybit.net>
 
-	* 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]
+	* [r7002] 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 at keybit.net>
 
-	* Add -m reference in pgsql2shp manpage, by Loic Dachary. See
-	  ticket #885.
+	* [r7001] 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 at pcorp.us>
 
-	* Add pgsql2shp allow predefined list to news and release. Add Loic
-	  Dachary to credits.
+	* [r7000] 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 at pcorp.us>
 
-	* forgot one ST_AddBand proto
+	* [r6999] forgot one ST_AddBand proto
 
-2011-04-04 02:20  robe
+2011-04-04 02:20  Regina Obe <lr at pcorp.us>
 
-	* Add missing ST_Band protos and remove non-existent one
+	* [r6998] Add missing ST_Band protos and remove non-existent one
 
-2011-04-04 01:25  robe
+2011-04-04 01:25  Regina Obe <lr at pcorp.us>
 
-	* #898, #551: generate postgis_upgrade_20_minor.sql, legacy.sql and
-	  stop generating obsolete 15_minor, 14, 13_14
+	* [r6997] #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 at keybit.net>
 
-	* Ticket #855 by Loic Dachary: pgsql2shp fields conversion from
-	  predefined list
+	* [r6996] 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 at keybit.net>
 
-	* Use a 2d geometry for face mbr, even for 2.5d topologies. After
-	  all mbr is a rectangle (not cube) by definition (Minimum Bounding
-	  Rectangle) so we don't want to mess with poliedron or whatnot
-	  [see #103 for more infos about the can of worms..]
+	* [r6995] Use a 2d geometry for face mbr, even for 2.5d topologies.
+	  After all mbr is a rectangle (not cube) by definition (Minimum
+	  Bounding Rectangle) so we don't want to mess with poliedron or
+	  whatnot [see #103 for more infos about the can of worms..]
 
-2011-04-01 05:18  jorgearevalo
+2011-04-01 05:18  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Raster testing added to core testing. Related ticket #762.
+	* [r6994] Raster testing added to core testing. Related ticket
+	  #762.
 
-2011-03-31 10:26  strk
+2011-03-31 10:26  Sandro Santilli <strk at keybit.net>
 
-	* topology.TopologSummary: survive presence of stale records in
-	  topology.topology and missing tables from topology schemas.
+	* [r6993] 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 at keybit.net>
 
-	* topology.TopologySummary: report 'has Z' flag on topologies
+	* [r6992] topology.TopologySummary: report 'has Z' flag on
+	  topologies
 
-2011-03-31 09:35  strk
+2011-03-31 09:35  Sandro Santilli <strk at keybit.net>
 
-	* Add support for creating topologies allowing 3d vertices on edges
-	  and nodes. Includes regress testing [RT-SIGTA]
+	* [r6991] Add support for creating topologies 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 at pcorp.us>
 
-	* try to save as utf-8
+	* [r6990] try to save as utf-8
 
-2011-03-29 14:10  robe
+2011-03-29 14:10  Regina Obe <lr at pcorp.us>
 
-	* that didn't work. Try resaving as latin1 and then repull down.
+	* [r6989] 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 at pcorp.us>
 
-	* mark this as an executable then maybe just mamber it won't try to
-	  inherit the encoding of my OS
+	* [r6988] 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 at keybit.net>
 
-	* Add another test for topology.AddFace in presence of an open edge
-	  whose endpoints both intersect a polygon ring which does not
-	  cover it.
+	* [r6987] 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
+2011-03-29 13:20  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Modified expected result for create_rt_gist_test regress test. It
-	  works
+	* [r6986] 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 at pcorp.us>
 
-	* Add #817 Renaming old 3D functions to the convention ST_3D to
-	  release notes
+	* [r6985] Add #817 Renaming old 3D functions to the convention
+	  ST_3D to release notes
 
-2011-03-28 23:24  jorgearevalo
+2011-03-28 23:24  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Modified expected values for some raster tests
+	* [r6984] Modified expected values for some raster tests
 
-2011-03-28 23:10  pracine
+2011-03-28 23:10  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -Minimal value for float is -FLT_MAX, not FLT_MIN
+	* [r6983] -Minimal value for float is -FLT_MAX, not FLT_MIN
 
-2011-03-28 22:56  jorgearevalo
+2011-03-28 22:56  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* liblwgeom/lex.yy.c version 6180 reverted
+	* [r6982] liblwgeom/lex.yy.c version 6180 reverted
 
-2011-03-28 22:52  jorgearevalo
+2011-03-28 22:52  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Missed check added again.
+	* [r6981] Missed check added again.
 
-2011-03-28 22:49  jorgearevalo
+2011-03-28 22:49  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Some bugs related with ticket #870 solved. Added more test for
-	  polygonize function.
+	* [r6980] 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 at sbf.ulaval.ca>
 
-	* -Changed message not proper when just setting pixel value
+	* [r6979] -Changed message not proper when just setting pixel value
 
-2011-03-28 20:31  pracine
+2011-03-28 20:31  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -Transformed many error into warning (or notice)
+	* [r6978] -Transformed many error into warning (or notice)
 	  -Removed function name in message for warnings
 	  -Added doc about rules when to return notice or error
 	  -Removed commented out notices
@@ -19532,94 +20404,95 @@
 	  -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 at pcorp.us>
 
-	* attempt to quiet floating point erros in reprojection by roudning
-	  the coordinates (worked on mingw and still works after change). I
-	  assume -ws are when using -w switch?
+	* [r6977] attempt to quiet floating point erros in reprojection by
+	  roudning the coordinates (worked on mingw and still works after
+	  change). I assume -ws are when using -w switch?
 
-2011-03-28 18:46  nicklas
+2011-03-28 18:46  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* Putting renamed 3D-functions in legacy.sql.c and some clarifying
-	  notes about the renaming
+	* [r6976] Putting renamed 3D-functions in legacy.sql.c and some
+	  clarifying notes about the renaming
 
-2011-03-28 18:01  jorgearevalo
+2011-03-28 18:01  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Raster polygonization optimized using a layer filter to avoid
-	  NODATA values. Related ticket #870.
+	* [r6975] Raster polygonization optimized using a layer filter to
+	  avoid NODATA values. Related ticket #870.
 
-2011-03-27 17:50  nicklas
+2011-03-27 17:50  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* Renaming of 3D functions, #817
+	* [r6974] Renaming of 3D functions, #817
 
-2011-03-27 02:43  robe
+2011-03-27 02:43  Regina Obe <lr at pcorp.us>
 
-	* more additions / corrections to release notes
+	* [r6973] more additions / corrections to release notes
 
-2011-03-26 23:44  robe
+2011-03-26 23:44  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6972]
 
-2011-03-26 23:42  robe
+2011-03-26 23:42  Regina Obe <lr at pcorp.us>
 
-	* more typo corrections
+	* [r6971] more typo corrections
 
-2011-03-26 18:04  robe
+2011-03-26 18:04  Regina Obe <lr at pcorp.us>
 
-	* update docs to reflect changes in tiger loader
+	* [r6970] update docs to reflect changes in tiger loader
 
-2011-03-26 17:43  robe
+2011-03-26 17:43  Regina Obe <lr at pcorp.us>
 
-	* cleanup change linux to sh. Get rid of some typos in the sh
-	  script generator, move some more variables to the top for easier
-	  setting. Fix some errors in loader_tables preventing some soundex
-	  index from being created. Change reverse_geocoder.sql (from
-	  utfy-8 (not sure how that happened)
+	* [r6969] cleanup change linux to sh. Get rid of some typos in the
+	  sh script generator, move some more variables to the top for
+	  easier setting. Fix some errors in loader_tables preventing some
+	  soundex index from being 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 at pcorp.us>
 
-	* amend to include work on tiger geocoder
+	* [r6968] amend to include work on tiger geocoder
 
-2011-03-24 22:56  pracine
+2011-03-24 22:56  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -Fixxed a bug getting toindex band index
+	* [r6967] -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 at sbf.ulaval.ca>
 
-	* -ST_AddBand should add the new band as the last band if no band
-	  index is apecified
+	* [r6966] -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 at pcorp.us>
 
-	* 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] 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 at sbf.ulaval.ca>
 
-	* -Return NULL if raster is NULL in RASTER_addband
+	* [r6964] -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 at sbf.ulaval.ca>
 
-	* -Reordered/classified function declaration
+	* [r6963] -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 at sbf.ulaval.ca>
 
-	* Removed extra spaces
+	* [r6962] Removed extra spaces
 
-2011-03-23 20:51  pracine
+2011-03-23 20:51  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -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] -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 at sbf.ulaval.ca>
 
-	* -General review of ST_AddBand following ticket 871
+	* [r6960] -General review of ST_AddBand following ticket 871
 	  -Moved some warning in the core
 	  -Renamed the parameters to make more explicit which one is "to"
 	  and which one is "from"
@@ -19630,189 +20503,191 @@
 	  -Removed (or moved) some documentation from rt_api.c already
 	  present in rt_api.h
 
-2011-03-23 18:15  jorgearevalo
+2011-03-23 18:15  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Semicolon missed.
+	* [r6959] Semicolon missed.
 
-2011-03-23 02:57  jorgearevalo
+2011-03-23 02:57  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* 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.
+	* [r6958] 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 at sbf.ulaval.ca>
 
-	* -ST_PixelAsPolygons also return the x & y coordinates of the
-	  pixel
+	* [r6957] -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 at pcorp.us>
 
-	* some clarification of specs
+	* [r6956] some clarification of specs
 
-2011-03-22 13:54  robe
+2011-03-22 13:54  Regina Obe <lr at pcorp.us>
 
-	* more cleanup
+	* [r6955] more cleanup
 
-2011-03-22 05:57  robe
+2011-03-22 05:57  Regina Obe <lr at pcorp.us>
 
-	* minor rearrangement wording changes to Paul's bio
+	* [r6954] minor rearrangement wording changes to Paul's bio
 
-2011-03-22 05:53  robe
+2011-03-22 05:53  Regina Obe <lr at pcorp.us>
 
-	* Amend my bio so people know who to point fingers at when Tiger
-	  Geocoder and X3D don't work right.
+	* [r6953] 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 at pcorp.us>
 
-	* Fix #879 (get rid of use of both deprecated line_locate_point and
-	  line_substring... document function
+	* [r6952] 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 at keybit.net>
 
-	* Add test for ST_Polygonize with nested collection input (see
-	  ticket #878)
+	* [r6951] 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 at keybit.net>
 
-	* Convert to $$ quoting (ticket #714)
+	* [r6950] Convert to $$ quoting (ticket #714)
 
-2011-03-21 10:28  strk
+2011-03-21 10:28  Sandro Santilli <strk at keybit.net>
 
-	* Add an ST_RemIsoNode alias to ST_RemoveIsoNode (ticket #798)
+	* [r6949] Add an ST_RemIsoNode alias to ST_RemoveIsoNode (ticket
+	  #798)
 
-2011-03-21 10:18  strk
+2011-03-21 10:18  Sandro Santilli <strk at keybit.net>
 
-	* ST_ModEdgesSplit -> ST_ModEdgeSplit (ticket #794)
+	* [r6948] ST_ModEdgesSplit -> ST_ModEdgeSplit (ticket #794)
 
-2011-03-20 16:04  robe
+2011-03-20 16:04  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6947]
 
-2011-03-20 15:58  robe
+2011-03-20 15:58  Regina Obe <lr at pcorp.us>
 
-	* more credit cleanup and rounding up of credits
+	* [r6946] more credit cleanup and rounding up of credits
 
-2011-03-20 15:44  robe
+2011-03-20 15:44  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r6945] fix typo
 
-2011-03-20 14:01  jorgearevalo
+2011-03-20 14:01  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Two ST_AddBands missing variants added. Related tickets #858,
-	  #792.
+	* [r6944] Two ST_AddBands missing variants added. Related tickets
+	  #858, #792.
 
-2011-03-20 08:55  strk
+2011-03-20 08:55  Sandro Santilli <strk at keybit.net>
 
-	* 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]
+	* [r6943] 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 at keybit.net>
 
-	* 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] 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 at pcorp.us>
 
-	* more company contribution amendments
+	* [r6941] more company contribution amendments
 
-2011-03-19 02:31  robe
+2011-03-19 02:31  Regina Obe <lr at pcorp.us>
 
-	* more updating to better reflect corporate sponsor contributions
+	* [r6940] more updating to better reflect corporate sponsor
+	  contributions
 
-2011-03-19 02:05  robe
+2011-03-19 02:05  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* Fill in coordIndex for multipolygons
+	* [r6938] Fill in coordIndex for multipolygons
 
-2011-03-18 20:06  robe
+2011-03-18 20:06  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6937]
 
-2011-03-18 19:56  robe
+2011-03-18 19:56  Regina Obe <lr at pcorp.us>
 
-	* force to LF eol type so doesn't barf in MingW
+	* [r6936] 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 at cleverelephant.ca>
 
-	* 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] 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 at pcorp.us>
 
-	* Update credits and release notes to include Jeff Adams much
-	  appreciated contributions and other minor things
+	* [r6934] 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 at cleverelephant.ca>
 
-	* Jeff Adams: Removed not-really-necessary -m1 parameter from grep
-	  call because it does not work on MingW.
+	* [r6933] 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 at cleverelephant.ca>
 
-	* Jeff Adams: Added regression test for LATIN1 encoding, fixed
-	  failure to convert to UTF8. (#808)
+	* [r6932] 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 at pcorp.us>
 
-	* need to always output with LF breaks otherwise fails on windows
-	  mingw as windows switches the breaks to CRLF
+	* [r6931] 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 at cleverelephant.ca>
 
-	* Jeff Adams: Added dumping tests for -G versions of loader regress
-	  tests.
+	* [r6930] Jeff 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 at cleverelephant.ca>
 
-	* Jeff Adams: Now runs all the normal regression tests with the -G
-	  option as well. (#358)
+	* [r6929] Jeff Adams: 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 at cleverelephant.ca>
 
-	* Jeff Adams: Adding a regression test for the loader that uses a
-	  schema-qualified table name.
+	* [r6928] Jeff Adams: Adding a 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 at cleverelephant.ca>
 
-	* Jeff Adams: Per suggestion on #857, corrected output to indicate
-	  table name is optional.
+	* [r6927] 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 at cleverelephant.ca>
 
-	* Whoops, back out the gserialized flag
+	* [r6926] Whoops, back out the gserialized flag
 
-2011-03-18 16:24  pramsey
+2011-03-18 16:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Jeff Adams: Increasing precision due to tests failing in
+	* [r6925] 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 at cleverelephant.ca>
 
-	* Add the &&& operator and index binding for
+	* [r6924] 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 at cleverelephant.ca>
 
-	* Fix build fail when DEBUG = 1.
+	* [r6923] Fix build fail when DEBUG = 1.
 
-2011-03-18 15:40  pramsey
+2011-03-18 15:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixes the following shp2pgsql issues:
+	* [r6922] Fixes the following shp2pgsql issues:
 	  #229: A new "-r" command line parameter to specify a "from" SRID
 	  for reprojecting (the existing -s is the "to").
 	  #779: -S now works for points, and -w is documented.
@@ -19820,17 +20695,18 @@
 	  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 at sbf.ulaval.ca>
 
-	* -Standardized the way we write "nodata" from "NODATA" to "nodata"
+	* [r6921] -Standardized the way we write "nodata" from "NODATA" to
+	  "nodata"
 	  -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 at sbf.ulaval.ca>
 
-	* -Fix for ticket 792: Clamp double to known values when pixeltype
-	  is other than double in rt_band_set_nodata, rt_band_set_pixel &
-	  rt_raster_generate_new_band
+	* [r6920] -Fix for ticket 792: Clamp double to known values when
+	  pixeltype is other than double in rt_band_set_nodata,
+	  rt_band_set_pixel & rt_raster_generate_new_band
 	  -Added function name to many error messages
 	  -Standardized the way we write "nodata" from "NODATA" to "nodata"
 	  -Moved some documentation to the header file
@@ -19838,403 +20714,413 @@
 	  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 at cleverelephant.ca>
 
-	* Quiet some debug-level warnings.
+	* [r6919] Quiet some debug-level warnings.
 
-2011-03-17 19:27  pramsey
+2011-03-17 19:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix mis-named debugging global
+	* [r6918] Fix mis-named debugging global
 
-2011-03-17 13:44  pramsey
+2011-03-17 13:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Replace variable-length-key 2D index with fixed-length-key for
-	  GSERIALIZED case.
+	* [r6917] 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 at keybit.net>
 
-	* Avoid using ST_SharedPath in topology.AddFace as well.
+	* [r6916] Avoid using ST_SharedPath in topology.AddFace as well.
 
-2011-03-16 22:15  robe
+2011-03-16 22:15  Regina Obe <lr at pcorp.us>
 
-	* Multilinestring working even for closed multilinestrings. Still
-	  need to fix polygon and multipolygons. also added example of
-	  closed multilinestring.
+	* [r6915] 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 at pcorp.us>
 
-	* sort of take care of multilinestrings -- doesn't work for
+	* [r6914] 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 at cleverelephant.ca>
 
-	* Jeff Adams: Updated man page for -X, -T, and -e parameters (#110
-	  and #67).
+	* [r6913] 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 at cleverelephant.ca>
 
-	* Jeff Adams: Only automatically run -D tests if no custom
+	* [r6912] Jeff Adams: Only automatically run -D tests if no custom
 	  parameters have been set.
 
-2011-03-16 18:48  jorgearevalo
+2011-03-16 18:48  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Deleted empty rt_raster_map_algebra function from rt_core.
-	  MapAlgebra
+	* [r6911] 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 at pcorp.us>
 
-	* replace & with & to fix build
+	* [r6910] replace & with & to fix build
 
-2011-03-16 17:16  pramsey
+2011-03-16 17:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Jeff Adams patch to add command line flag to not use a
+	* [r6909] 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 at pcorp.us>
 
-	* #651 revise ST_MakeEmptyRaster so arg names and types are
+	* [r6908] #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 at cleverelephant.ca>
 
-	* Jeff Adams new testing of loader with cmd line options.
+	* [r6907] Jeff Adams new testing of loader with cmd line options.
 
-2011-03-16 13:03  pramsey
+2011-03-16 13:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Jeff Adams patch to allow pre/post actions in regression tests
+	* [r6906] 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 at cleverelephant.ca>
 
-	* Jeff Adams patch to support tablespaces (#67)
+	* [r6905] Jeff Adams patch to support tablespaces (#67)
 
-2011-03-16 05:15  robe
+2011-03-16 05:15  Regina Obe <lr at pcorp.us>
 
-	* Document ST_ASX3D function -- still a work in progress -- will
-	  add more as I flesh out the rest.
+	* [r6904] 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 at pcorp.us>
 
-	* Alas a functioning polyhedralsurface export viewable in freeWRL.
-	  Also add proto that just takes geometry as argument and defaults
-	  to precision 15
+	* [r6903] 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
+2011-03-15 15:11  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Added ST_IsEmpty documentation. Related ticket #591.
+	* [r6902] Added ST_IsEmpty documentation. Related ticket #591.
 
-2011-03-15 14:04  robe
+2011-03-15 14:04  Regina Obe <lr at pcorp.us>
 
-	* Add regress tests for populate_geometry_columns,DropGeometryTable
+	* [r6901] Add regress tests for
+	  populate_geometry_columns,DropGeometryTable
 
-2011-03-15 06:01  robe
+2011-03-15 06:01  Regina Obe <lr at pcorp.us>
 
-	* Fix copy comment error
+	* [r6900] Fix copy comment error
 
-2011-03-14 17:00  robe
+2011-03-14 17:00  Regina Obe <lr at pcorp.us>
 
-	* Lots of fixes. TIN is about perfect, Point, multipoint about
-	  perfect too, LINESTRING close.
+	* [r6899] 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 at pcorp.us>
 
-	* minor corrections
+	* [r6898] minor corrections
 
-2011-03-11 21:12  robe
+2011-03-11 21:12  Regina Obe <lr at pcorp.us>
 
-	* preliminary work on x3d export. Still a lot to go. point,
+	* [r6897] 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 at pcorp.us>
 
-	* minor change
+	* [r6896] minor change
 
-2011-03-11 12:37  robe
+2011-03-11 12:37  Regina Obe <lr at pcorp.us>
 
-	* Add Availability: 2.0.0 for functions I know are new after the
-	  raster postgis 2.0.0 merge
+	* [r6895] 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 at pcorp.us>
 
-	* document GetFaceByPoint and revise release_notes
+	* [r6894] document GetFaceByPoint and revise release_notes
 
-2011-03-10 21:18  robe
+2011-03-10 21:18  Regina Obe <lr at pcorp.us>
 
-	* Add in Jorge's great windows instructions
+	* [r6893] Add in Jorge's great windows instructions
 
-2011-03-10 18:53  strk
+2011-03-10 18:53  Sandro Santilli <strk at keybit.net>
 
-	* Add a --raster flag to run_test
+	* [r6892] Add a --raster flag to run_test
 
-2011-03-10 11:33  strk
+2011-03-10 11:33  Sandro Santilli <strk at keybit.net>
 
-	* TopologySummary: Take an empty feature_column as a sign of a
-	  "detached" topological layer (one having no deploy on
+	* [r6891] 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 at keybit.net>
 
-	* Ticket #849 by Andrea Peri: topology.GetFaceByPoint
+	* [r6889] Ticket #849 by Andrea Peri: topology.GetFaceByPoint
 	  implementation and test
 
-2011-03-09 19:18  strk
+2011-03-09 19:18  Sandro Santilli <strk at keybit.net>
 
-	* Ticket #856: topology.CopyTopology(text,text) implementation,
-	  test and documentation
+	* [r6888] Ticket #856: topology.CopyTopology(text,text)
+	  implementation, test and documentation
 
-2011-03-09 16:30  strk
+2011-03-09 16:30  Sandro Santilli <strk at keybit.net>
 
-	* Make createtopogeom test independent from the number of
+	* [r6887] 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 at keybit.net>
 
-	* Ticket #855: topology.TopologySummary(<name>)
+	* [r6886] Ticket #855: topology.TopologySummary(<name>)
 
-2011-03-09 10:14  strk
+2011-03-09 10:14  Sandro Santilli <strk at keybit.net>
 
-	* Add note for ST_Relate with boundary node rule
+	* [r6885] Add note for ST_Relate with boundary node rule
 
-2011-03-08 15:26  strk
+2011-03-08 15:26  Sandro Santilli <strk at keybit.net>
 
-	* 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.
+	* [r6884] 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 at keybit.net>
 
-	* Some (poor) documentation for ST_Relate(g1,g2,boundaryNodeRule)
+	* [r6883] Some (poor) documentation for
+	  ST_Relate(g1,g2,boundaryNodeRule)
 
-2011-03-08 10:23  strk
+2011-03-08 10:23  Sandro Santilli <strk at keybit.net>
 
-	* Ticket #844: add support for boundary node rule specification in
-	  ST_Relate [RT-SIGTA]
+	* [r6882] 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 at keybit.net>
 
-	* Enable a very old relate test which for some reason was never
-	  automatically run
+	* [r6881] 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 at keybit.net>
 
-	* Avoid using ST_SharedPath (expensive)
+	* [r6880] Avoid using ST_SharedPath (expensive)
 
-2011-03-05 11:00  jorgearevalo
+2011-03-05 11:00  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* is_nan function defined for Python versions under 2.6
+	* [r6879] is_nan function defined for Python versions under 2.6
 
-2011-03-05 09:12  robe
+2011-03-05 09:12  Regina Obe <lr at pcorp.us>
 
-	* more marks of TIN
+	* [r6878] more marks of TIN
 
-2011-03-05 06:17  robe
+2011-03-05 06:17  Regina Obe <lr at pcorp.us>
 
-	* Flag more functions as supporting TINS, provide some examples
+	* [r6877] Flag more functions as supporting TINS, provide some
+	  examples
 
-2011-03-05 06:07  robe
+2011-03-05 06:07  Regina Obe <lr at pcorp.us>
 
-	* more examples of TIN and polyhedral surfaces
+	* [r6876] more examples of TIN and polyhedral surfaces
 
-2011-03-05 05:51  robe
+2011-03-05 05:51  Regina Obe <lr at pcorp.us>
 
-	* Fix ST_DumpPoints 3D examples so they don't flatten to 2D
+	* [r6875] 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 at keybit.net>
 
-	* More ignores
+	* [r6874] More ignores
 
-2011-02-28 18:14  strk
+2011-02-28 18:14  Sandro Santilli <strk at keybit.net>
 
-	* 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] 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 at keybit.net>
 
-	* Add test for invalid AddFace call (polygon not fully defined by
-	  known edges)
+	* [r6872] 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 at keybit.net>
 
-	* Founded -> Found (in expected results..)
+	* [r6871] Founded -> Found (in expected results..)
 
-2011-02-26 21:29  robe
+2011-02-26 21:29  Regina Obe <lr at pcorp.us>
 
-	* #848 Fix eror message for GetNodeByPoint, GetNodeByEdge
+	* [r6870] #848 Fix eror message for GetNodeByPoint, GetNodeByEdge
 
-2011-02-26 04:22  robe
+2011-02-26 04:22  Regina Obe <lr at pcorp.us>
 
-	* cealn up examples and data type mistake
+	* [r6869] cealn up examples and data type mistake
 
-2011-02-26 03:32  robe
+2011-02-26 03:32  Regina Obe <lr at pcorp.us>
 
-	* minor changes and attempt to fix matrix table (cutting off now)
+	* [r6868] 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 at pcorp.us>
 
-	* 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.
+	* [r6867] 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 at keybit.net>
 
-	* Update copyright notice
+	* [r6866] Update copyright notice
 
-2011-02-25 08:56  strk
+2011-02-25 08:56  Sandro Santilli <strk at keybit.net>
 
-	* topology.GetEdgeByPoint: implementation and regress test, by
-	  Andrea Peri. Ticket #791. Note that previous commit (for #793)
+	* [r6865] 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 at keybit.net>
 
-	* topology.GetEdgeByPoint: implementation and regress test, by
-	  Andrea Peri. Ticket #793
+	* [r6864] topology.GetEdgeByPoint: implementation and regress test,
+	  by Andrea Peri. Ticket #793
 
-2011-02-24 21:44  nicklas
+2011-02-24 21:44  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* Copyright notes
+	* [r6863] Copyright notes
 
-2011-02-24 17:39  robe
+2011-02-24 17:39  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r6862] fix typo
 
-2011-02-24 17:23  robe
+2011-02-24 17:23  Regina Obe <lr at pcorp.us>
 
-	* Put in a note about nominatim OSM geocoder that works with
-	  international addresses and open street map data
+	* [r6861] Put in a note about nominatim OSM geocoder that works
+	  with international addresses and open street map data
 
-2011-02-24 17:16  jorgearevalo
+2011-02-24 17:16  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Now is not possible to load rasters with different scale in the
-	  same table. Related ticket #153
+	* [r6860] 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 at keybit.net>
 
-	* Improve precision of point_in_ring_rtree too (bug #845).
+	* [r6859] Improve precision of point_in_ring_rtree too (bug #845).
 
-2011-02-24 15:17  strk
+2011-02-24 15:17  Sandro Santilli <strk at keybit.net>
 
-	* Improve precision of point_in_ring. Fixes and regress-tests bug
-	  #845.
+	* [r6857] 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 at pcorp.us>
 
-	* note psc members
+	* [r6856] note psc members
 
-2011-02-24 07:52  robe
+2011-02-24 07:52  Regina Obe <lr at pcorp.us>
 
-	* amend list of core contributors, add in their svn usernames and
-	  core areas of responsibility
+	* [r6855] 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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* amend enhancements line for ST_AsGML to note strk's addition of
-	  option 4 -- use LineString instead of curve tag
+	* [r6853] 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 at keybit.net>
 
-	* Ticket #816: flag to select <LineString> over <Curve> for GML3
-	  line output [RT-SIGTA]
+	* [r6852] 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 at keybit.net>
 
-	* Test new LW_GML_SHORTLINE GML2 option [RT-SIGTA]
+	* [r6851] Test new LW_GML_SHORTLINE GML2 option [RT-SIGTA]
 
-2011-02-22 14:25  strk
+2011-02-22 14:25  Sandro Santilli <strk at keybit.net>
 
-	* Add LW_GML_SHORTLINE flag to prefer <LineString> over <Curve> tag
-	  for lines GML3 output [RT-SIGTA]
+	* [r6850] 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 at keybit.net>
 
-	* Use a single bitfield for GML output options [RT-SIGTA]
+	* [r6849] Use a single bitfield for GML output options [RT-SIGTA]
 
-2011-02-19 01:05  mloskot
+2011-02-19 01:05  Mateusz Loskot <mateusz at loskot.net>
 
-	* Improved GDAL detection and reporting
+	* [r6848] Improved GDAL detection and reporting
 
-2011-02-19 00:42  mloskot
+2011-02-19 00:42  Mateusz Loskot <mateusz at loskot.net>
 
-	* ./configure checks for GDAL Python bindings with built-in NumPy
-	  array support (Ticket #838)
+	* [r6847] ./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 at keybit.net>
 
-	* 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]
+	* [r6846] 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 at keybit.net>
 
-	* Test passing polygons with holes to topology.AddFace [RT-SIGTA]
+	* [r6845] Test passing polygons with holes to topology.AddFace
+	  [RT-SIGTA]
 
-2011-02-17 19:19  robe
+2011-02-17 19:19  Regina Obe <lr at pcorp.us>
 
-	* Amend ST_AsGML and ST_GeomFromGML to include the fact they
-	  support TINS
+	* [r6844] 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 at pcorp.us>
 
-	* 
+	* [r6843]
 
-2011-02-17 13:08  robe
+2011-02-17 13:08  Regina Obe <lr at pcorp.us>
 
-	* wrong statement
+	* [r6842] wrong statement
 
-2011-02-17 13:02  robe
+2011-02-17 13:02  Regina Obe <lr at pcorp.us>
 
-	* indent a bit better
+	* [r6841] indent a bit better
 
-2011-02-17 13:01  robe
+2011-02-17 13:01  Regina Obe <lr at pcorp.us>
 
-	* Provide a more useful example of map algebra.
+	* [r6840] Provide a more useful example of map algebra.
 
-2011-02-17 12:15  robe
+2011-02-17 12:15  Regina Obe <lr at pcorp.us>
 
-	* fix typo and add reference to ST_Value
+	* [r6839] fix typo and add reference to ST_Value
 
-2011-02-17 12:10  robe
+2011-02-17 12:10  Regina Obe <lr at pcorp.us>
 
-	* fix typo in xsl hopefully will make raster list right -- though
-	  must have syntax wrong anyway since topology and tiger get
+	* [r6838] 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 at pcorp.us>
 
-	* provide an example of map algebra
+	* [r6837] provide an example of map algebra
 
-2011-02-17 04:31  robe
+2011-02-17 04:31  Regina Obe <lr at pcorp.us>
 
-	* #836 PostGIS raster in 2.0 is not being output in Trunk Doxygen
+	* [r6836] #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 at pcorp.us>
 
-	* Document ST_MapAlgebra -- need better description and examples
-	  forthcoming
+	* [r6835] Document ST_MapAlgebra -- need better description and
+	  examples forthcoming
 
-2011-02-16 19:15  jorgearevalo
+2011-02-16 19:15  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Added documentation for the new version of ST_AddBand function
+	* [r6834] Added documentation for the new version of ST_AddBand
+	  function
 
-2011-02-16 19:12  jorgearevalo
+2011-02-16 19:12  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Added a new variant for ST_AddBand, taking 2 rasters as input.
-	  Needs doc.
+	* [r6833] Added a new variant for ST_AddBand, taking 2 rasters as
+	  input. Needs doc.
 
-2011-02-16 18:19  jorgearevalo
+2011-02-16 18:19  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* - One raster core implementation of MapAlgebra (related ticket
-	  #588, needs
+	* [r6832] - One raster core implementation of MapAlgebra (related
+	  ticket #588, needs
 	  documentation).
 	  - RASTER_addBand code moved to core level. The new RASTER_addBand
 	  function calls
@@ -20245,2938 +21131,2997 @@
 	  a raster, not
 	  an integer.
 
-2011-02-16 17:41  strk
+2011-02-16 17:41  Sandro Santilli <strk at keybit.net>
 
-	* Add UnaryUnion item
+	* [r6831] Add UnaryUnion item
 
-2011-02-16 11:15  strk
+2011-02-16 11:15  Sandro Santilli <strk at keybit.net>
 
-	* Document ST_UnaryUnion
+	* [r6830] Document ST_UnaryUnion
 
-2011-02-16 10:19  strk
+2011-02-16 10:19  Sandro Santilli <strk at keybit.net>
 
-	* Stop on first error when creating the regress db
+	* [r6829] Stop on first error when creating the regress db
 
-2011-02-16 10:19  strk
+2011-02-16 10:19  Sandro Santilli <strk at keybit.net>
 
-	* 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]
+	* [r6828] 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 at keybit.net>
 
-	* Only run ST_isValidDetail if GEOS is >= 3.3 -- Reduce tests for
-	  GEOS version grouping togheter tests depending on the same
-	  version [RT-SIGTA]
+	* [r6827] 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 at keybit.net>
 
-	* Regression test for ST_isValidDetail (including "ESRI" flag)
-	  [RT-SIGTA]
+	* [r6826] Regression test for ST_isValidDetail (including "ESRI"
+	  flag) [RT-SIGTA]
 
-2011-02-16 08:34  strk
+2011-02-16 08:34  Sandro Santilli <strk at keybit.net>
 
-	* Document ST_isValidDetail(geom, flags) variant [RT-SIGTA]
+	* [r6825] Document ST_isValidDetail(geom, flags) variant [RT-SIGTA]
 
-2011-02-15 17:36  strk
+2011-02-15 17:36  Sandro Santilli <strk at keybit.net>
 
-	* Allow specifying validity checking flags in ST_isValidDetail
-	  [RT-SIGTA]
+	* [r6824] Allow specifying validity checking flags in
+	  ST_isValidDetail [RT-SIGTA]
 
-2011-02-15 13:49  robe
+2011-02-15 13:49  Regina Obe <lr at pcorp.us>
 
-	* 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.
-	  And of course that demonstrated there is a bug somewhere (most
-	  likely in the geocoder), but got to pull up some maps to see
-	  which is right. One of these has the address orientations flipped
-	  (odd /even not right). Of course I have to be right :). Boy do I
-	  hate when you program the reverse of something and it exposes a
-	  bug. Also fix some minor documentation.
+	* [r6823] 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. And of course that demonstrated there is a bug somewhere
+	  (most likely in the geocoder), but got to pull up some maps to
+	  see which is right. One of these has the address orientations
+	  flipped (odd /even not right). Of course I have to be right :).
+	  Boy do I 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 at keybit.net>
 
-	* 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)
+	* [r6822] 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 at pcorp.us>
 
-	* document reverse_geocode
+	* [r6821] document reverse_geocode
 
-2011-02-15 06:36  robe
+2011-02-15 06:36  Regina Obe <lr at pcorp.us>
 
-	* Change to transform the point if not in nad83 long lat already
+	* [r6820] 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 at pcorp.us>
 
-	* reverse_geocode complete (with street range), now to document and
-	  improve speed and test
+	* [r6819] 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 at pcorp.us>
 
-	* 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
+	* [r6818] 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 at pcorp.us>
 
-	* First draft of reverse geocde currently just gets the street need
-	  to interpolate to get approximate number
+	* [r6817] 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 at keybit.net>
 
-	* ST_UnaryUnion and test
+	* [r6816] ST_UnaryUnion and test
 
-2011-02-14 12:10  jorgearevalo
+2011-02-14 12:10  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* The array for NODATA values is not generated if NaN is returned
-	  as nodata value
+	* [r6815] 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 at pcorp.us>
 
-	* fix another mismatched tag
+	* [r6814] fix another mismatched tag
 
-2011-02-14 03:33  robe
+2011-02-14 03:33  Regina Obe <lr at pcorp.us>
 
-	* put in missing / and not about implementation
+	* [r6813] put in missing / and not about implementation
 
-2011-02-14 03:10  robe
+2011-02-14 03:10  Regina Obe <lr at pcorp.us>
 
-	* recommit
+	* [r6812] recommit
 
-2011-02-14 02:33  robe
+2011-02-14 02:33  Regina Obe <lr at pcorp.us>
 
-	* amend mapserver instructions mode='2' is now required for most
-	  rasters to display
+	* [r6811] 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 at pcorp.us>
 
-	* ST_AddEdgeNewFaces - On closer inspection -- a lot of work is
-	  done in it, but not enough to make it functional.
+	* [r6810] 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 at pcorp.us>
 
-	* ST_AddEdgeNewFaces - still need to put in an example
+	* [r6809] ST_AddEdgeNewFaces - still need to put in an example
 
-2011-02-12 18:22  robe
+2011-02-12 18:22  Regina Obe <lr at pcorp.us>
 
-	* fix typo and add minor amendments
+	* [r6808] fix typo and add minor amendments
 
-2011-02-11 22:58  robe
+2011-02-11 22:58  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6807]
 
-2011-02-11 22:45  robe
+2011-02-11 22:45  Regina Obe <lr at pcorp.us>
 
-	* add back in example
+	* [r6806] add back in example
 
-2011-02-11 22:40  robe
+2011-02-11 22:40  Regina Obe <lr at pcorp.us>
 
-	* more pieces
+	* [r6805] more pieces
 
-2011-02-11 22:31  robe
+2011-02-11 22:31  Regina Obe <lr at pcorp.us>
 
-	* add another piece
+	* [r6804] add another piece
 
-2011-02-11 22:18  robe
+2011-02-11 22:18  Regina Obe <lr at pcorp.us>
 
-	* Slowly put back new section -- last build worked.
+	* [r6803] Slowly put back new section -- last build worked.
 
-2011-02-11 22:06  robe
+2011-02-11 22:06  Regina Obe <lr at pcorp.us>
 
-	* remove new section to see if that fixes build
+	* [r6802] remove new section to see if that fixes build
 
-2011-02-11 21:15  robe
+2011-02-11 21:15  Regina Obe <lr at pcorp.us>
 
-	* Get rid of <p> and replace with <para>
+	* [r6801] Get rid of <p> and replace with <para>
 
-2011-02-11 21:04  robe
+2011-02-11 21:04  Regina Obe <lr at pcorp.us>
 
-	* Hudson is alive again but not happy. Hopefully this will make him
-	  happier.
+	* [r6800] 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 at pcorp.us>
 
-	* Add new section on loading rasters. will eventually copy some
-	  content from gdal site and wiki site and various examples of
+	* [r6799] 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 at pcorp.us>
 
-	* #824 more corrections from Kashif Rasul
+	* [r6798] #824 more corrections from Kashif Rasul
 
-2011-02-10 06:56  robe
+2011-02-10 06:56  Regina Obe <lr at pcorp.us>
 
-	* wow geocoder flies on decent hardware.
+	* [r6797] wow geocoder flies on decent hardware.
 
-2011-02-10 06:10  robe
+2011-02-10 06:10  Regina Obe <lr at pcorp.us>
 
-	* documentaiton is in DocBook XML not SGML (well not anymore
-	  anyway).
+	* [r6796] 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 at pcorp.us>
 
-	* Add tiger_geocoder to enhancements, add Kashif Rasul to credits
-	  in appreciation of his many corrections to the documentation,
-	  other minor credits corrections
+	* [r6795] 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 at pcorp.us>
 
-	* Add some calrification notes to normalize_address function. Get
-	  rid of superfluous line break in linux script.
+	* [r6794] 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 at pcorp.us>
 
-	* Revise README to be clearer. Update the tiger_loader linux
-	  script.
+	* [r6793] 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 at keybit.net>
 
-	* topology.AddFace: report an "uncovered point" on missing edges
-	  [RT-SIGTA]
+	* [r6792] 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 at pcorp.us>
 
-	* change references of the_geom and the_geog to geom and geog.
-	  "the" is so much wasteful typing
+	* [r6791] 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 at pcorp.us>
 
-	* #821: doc typos errata from Kashif Rasul
+	* [r6790] #821: doc typos errata from Kashif Rasul
 
-2011-02-08 17:42  strk
+2011-02-08 17:42  Sandro Santilli <strk at keybit.net>
 
-	* Do not call lwmessage_truncate if not needed (an prior to
+	* [r6789] 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 at pcorp.us>
 
-	* fix typo
+	* [r6788] fix typo
 
-2011-02-07 17:51  robe
+2011-02-07 17:51  Regina Obe <lr at pcorp.us>
 
-	* document history_table feature
+	* [r6787] document history_table feature
 
-2011-02-07 17:03  strk
+2011-02-07 17:03  Sandro Santilli <strk at keybit.net>
 
-	* Also set LANG (see ticket #819) [RT-SIGTA]
+	* [r6786] Also set LANG (see ticket #819) [RT-SIGTA]
 
-2011-02-07 16:53  strk
+2011-02-07 16:53  Sandro Santilli <strk at keybit.net>
 
-	* Tag VOLATILE functions explicitly [RT-SIGTA]
+	* [r6785] Tag VOLATILE functions explicitly [RT-SIGTA]
 
-2011-02-06 00:39  robe
+2011-02-06 00:39  Regina Obe <lr at pcorp.us>
 
-	* oops
+	* [r6784] oops
 
-2011-02-06 00:34  robe
+2011-02-06 00:34  Regina Obe <lr at pcorp.us>
 
-	* Fix typo in ST_SetSRID and add examples
+	* [r6782] Fix typo in ST_SetSRID and add examples
 
-2011-02-05 00:53  robe
+2011-02-05 00:53  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* 
+	* [r6780]
 
-2011-02-04 18:33  robe
+2011-02-04 18:33  Regina Obe <lr at pcorp.us>
 
-	* fix some spelling and revise some wording
+	* [r6779] fix some spelling and revise some wording
 
-2011-02-04 17:33  robe
+2011-02-04 17:33  Regina Obe <lr at pcorp.us>
 
-	* add description of loader function.
+	* [r6778] add description of loader function.
 
-2011-02-04 17:26  strk
+2011-02-04 17:26  Sandro Santilli <strk at keybit.net>
 
-	* Use quote_ident more...
+	* [r6777] Use quote_ident more...
 
-2011-02-04 17:19  strk
+2011-02-04 17:19  Sandro Santilli <strk at keybit.net>
 
-	* Fix a bug in topology.CreateTopoGeom in presence of MixCased
-	  topologies [RT-SIGTA]
+	* [r6776] 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 at keybit.net>
 
-	* Fix a bug in topology.add{Node,Edge,Face} breaking on MixedCased
-	  topology names [RT-SIGTA]
+	* [r6775] Fix a bug in 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 at pcorp.us>
 
-	* Best guess at what the Linux equivalent should look like will
-	  have to test later once get my Linux box setup again
+	* [r6774] 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 at keybit.net>
 
-	* ST_Estimated_Extent: make exception message about lack of stats
-	  clearer
+	* [r6773] 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 at keybit.net>
 
-	* AsGML(TopoGeometry): test xref to visited face [RT-SIGTA].
+	* [r6772] AsGML(TopoGeometry): test xref to visited face
+	  [RT-SIGTA].
 
-2011-02-01 09:55  strk
+2011-02-01 09:55  Sandro Santilli <strk at keybit.net>
 
-	* AsGML(TopoGeometry): add test for faces marking visit of edges
-	  [RT-SIGTA]
+	* [r6771] 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 at keybit.net>
 
-	* AsGML(TopoGeometry) Add test for ouput of multi puntual features
-	  [RT-SIGTA]
+	* [r6770] 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 at keybit.net>
 
-	* Document the new version of topology.AsGML() signature (polluting
-	  for commandline friendliness!)
+	* [r6769] 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 at keybit.net>
 
-	* Use a <gml:Face> tag for each topological face, allowing proper
-	  xrefs. Needs xref testing (requires overlapping topological
-	  features) [RT-SIGTA]
+	* [r6768] 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 at pcorp.us>
 
-	* minor formatting change in doc. #722 remove more deprecated
-	  functions: ConvexHull.
+	* [r6767] 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 at pcorp.us>
 
-	* fix typo
+	* [r6766] fix typo
 
-2011-01-31 14:37  robe
+2011-01-31 14:37  Regina Obe <lr at pcorp.us>
 
-	* document ST_HasNoBand, fix note on ST_Value so appears in right
-	  place in what's new index
+	* [r6765] 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 at pcorp.us>
 
-	* out in missing protos for ST_Value and not that hasnodata is a
-	  new option for ST_Value in 2.0
+	* [r6764] 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 at pcorp.us>
 
-	* rename to agree with documentation and other tiger folder
+	* [r6763] rename to agree with documentation and other tiger folder
 
-2011-01-28 21:31  robe
+2011-01-28 21:31  Regina Obe <lr at pcorp.us>
 
-	* remark out Paul's cunit test that fails on windows so my regress
-	  checks don't always halt and can complete.
+	* [r6762] 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 at keybit.net>
 
-	* syntetize purpose of AsGML(TopoGeometry)
+	* [r6761] syntetize purpose of AsGML(TopoGeometry)
 
-2011-01-28 17:15  strk
+2011-01-28 17:15  Sandro Santilli <strk at keybit.net>
 
-	* Use named parameters
+	* [r6760] Use named parameters
 
-2011-01-28 17:05  strk
+2011-01-28 17:05  Sandro Santilli <strk at keybit.net>
 
-	* Add a "gmlversion" parameter to topology.AsGML(TopoGeometry).
-	  Test and document. [RT-SIGTA].
+	* [r6759] 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 at pcorp.us>
 
-	* 
+	* [r6758]
 
-2011-01-28 16:00  robe
+2011-01-28 16:00  Regina Obe <lr at pcorp.us>
 
-	* corrections to data types in functions -- had them backwards
+	* [r6757] corrections to data types in functions -- had them
+	  backwards
 
-2011-01-28 15:19  robe
+2011-01-28 15:19  Regina Obe <lr at pcorp.us>
 
-	* missed some spots
+	* [r6756] missed some spots
 
-2011-01-28 15:01  robe
+2011-01-28 15:01  Regina Obe <lr at pcorp.us>
 
-	* some other minor doc corrections. Stamp files with svn author,
-	  revision etc keywords
+	* [r6755] 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 at pcorp.us>
 
-	* fix some typos
+	* [r6754] fix some typos
 
-2011-01-28 13:09  robe
+2011-01-28 13:09  Regina Obe <lr at pcorp.us>
 
-	* put back missing tag
+	* [r6753] put back missing tag
 
-2011-01-28 13:03  robe
+2011-01-28 13:03  Regina Obe <lr at pcorp.us>
 
-	* simplify example
+	* [r6752] simplify example
 
-2011-01-28 12:27  robe
+2011-01-28 12:27  Regina Obe <lr at pcorp.us>
 
-	* get rid of some redundancy
+	* [r6751] get rid of some redundancy
 
-2011-01-28 12:25  robe
+2011-01-28 12:25  Regina Obe <lr at pcorp.us>
 
-	* minor clarifications
+	* [r6750] minor clarifications
 
-2011-01-28 12:11  robe
+2011-01-28 12:11  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at keybit.net>
 
-	* Change face.mbr field from BOX2D to GEOMETRY, and gist-index it,
-	  closes ticket #800 [RT-SIGTA].
+	* [r6747] 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 at pcorp.us>
 
-	* document normalize_address and pprint_addy functions of tiger
-	  geocoder
+	* [r6746] document normalize_address and pprint_addy functions of
+	  tiger geocoder
 
-2011-01-27 20:40  strk
+2011-01-27 20:40  Sandro Santilli <strk at keybit.net>
 
-	* Document new parameter of AsGML(TopoGeometry) [RT-SIGTA].
+	* [r6745] Document new parameter of AsGML(TopoGeometry) [RT-SIGTA].
 
-2011-01-27 20:35  strk
+2011-01-27 20:35  Sandro Santilli <strk at keybit.net>
 
-	* AsGML(TopoGeometry): allow specifying a prefix for topology
-	  element identifiers, and test it. [RT-SIGTA]
+	* [r6744] 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 at pcorp.us>
 
-	* correction
+	* [r6743] correction
 
-2011-01-27 18:17  robe
+2011-01-27 18:17  Regina Obe <lr at pcorp.us>
 
-	* put in a batch geocoding example, more performance enhancements
-	  and loading changes.
+	* [r6742] put 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 at pcorp.us>
 
-	* start documenting tiger geocoder
+	* [r6741] start documenting tiger geocoder
 
-2011-01-27 09:43  strk
+2011-01-27 09:43  Sandro Santilli <strk at keybit.net>
 
-	* AsGML(TopoGeometry): fix xref syntax error (#811) [RT-SIGTA]
+	* [r6740] AsGML(TopoGeometry): fix xref syntax error (#811)
+	  [RT-SIGTA]
 
-2011-01-27 08:48  strk
+2011-01-27 08:48  Sandro Santilli <strk at keybit.net>
 
-	* topology.AddEdge: when an intersection occurs, also report
-	  intersection point [RT-SIGTA]
+	* [r6739] topology.AddEdge: when an intersection occurs, also
+	  report intersection point [RT-SIGTA]
 
-2011-01-26 16:57  jorgearevalo
+2011-01-26 16:57  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Added header for RASTER_setBandIsNoData.Related ticket #593.
+	* [r6738] Added header for RASTER_setBandIsNoData.Related ticket
+	  #593.
 
-2011-01-26 16:28  jorgearevalo
+2011-01-26 16:28  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* The documentation for ST_BandIsNoData was changed by error. This
-	  commit fixes
+	* [r6737] The documentation for ST_BandIsNoData was changed by
+	  error. This commit fixes
 	  it. Related ticket #593.
 
-2011-01-26 16:08  jorgearevalo
+2011-01-26 16:08  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Added function ST_SetBandIsNoData with tests and doc. Deleted
-	  isnodata checking
+	* [r6736] Added function 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 at pcorp.us>
 
-	* put in logic to fill zipcode_lookup_base, fix some other errors
+	* [r6735] 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 at keybit.net>
 
-	* 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] 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 at keybit.net>
 
-	* Document the new 'visitedTable' parameter to topology.AsGML
-	  [RT-SIGTA].
+	* [r6733] Document the new 'visitedTable' parameter to
+	  topology.AsGML [RT-SIGTA].
 
-2011-01-25 21:52  strk
+2011-01-25 21:52  Sandro Santilli <strk at keybit.net>
 
-	* Complete visited bookkeeping for AsGML(TopoGeometry) and automate
-	  test for it [RT-SIGTA]
+	* [r6732] 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 at keybit.net>
 
-	* I realized we're in 2011...
+	* [r6731] I realized we're in 2011...
 
-2011-01-25 17:16  robe
+2011-01-25 17:16  Regina Obe <lr at pcorp.us>
 
-	* update installation instructions to include raster_comments.sql,
-	  topology_comments.sql
+	* [r6730] 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 at keybit.net>
 
-	* AsGML(TopoGeometry): Add support for visited table and xlink:xref
-	  for Edges [RT-SIGTA]
+	* [r6729] 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 at pcorp.us>
 
-	* Put in missing make topology_comments.sql and also add to the
-	  make comments routine
+	* [r6728] 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 at keybit.net>
 
-	* Test use of the options argument to topology.AsGML [RT-SIGTA]
+	* [r6726] 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 at keybit.net>
 
-	* Allow specifying GML output precision and options to the
+	* [r6725] 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 at keybit.net>
 
-	* Make topology.AddEdge consistent with AddNode and AddFace in that
-	  it will return an existing identical Edge, if found.
+	* [r6724] 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 at pcorp.us>
 
-	* cleanup -- other legacy stuff is already in tiger2006
+	* [r6723] cleanup -- other legacy stuff is already in tiger2006
 
-2011-01-25 06:36  robe
+2011-01-25 06:36  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6722]
 
-2011-01-25 06:31  robe
+2011-01-25 06:31  Regina Obe <lr at pcorp.us>
 
-	* reshuffle in preparation for merging in tiger 2010 support
-	  version
+	* [r6721] reshuffle in preparation for merging in tiger 2010
+	  support version
 
-2011-01-25 06:20  robe
+2011-01-25 06:20  Regina Obe <lr at pcorp.us>
 
-	* Add ST_ConcaveHull to news item
+	* [r6720] Add ST_ConcaveHull to news item
 
-2011-01-24 20:56  strk
+2011-01-24 20:56  Sandro Santilli <strk at keybit.net>
 
-	* Test multi-component lineal topogeometries [RT-SIGTA]
+	* [r6719] Test multi-component lineal topogeometries [RT-SIGTA]
 
-2011-01-24 20:52  strk
+2011-01-24 20:52  Sandro Santilli <strk at keybit.net>
 
-	* Output multi-edge lineal TopoGeometry GML with a meaningful edge
-	  ordering [RT-SIGTA]
+	* [r6718] Output multi-edge lineal TopoGeometry GML with a
+	  meaningful edge ordering [RT-SIGTA]
 
-2011-01-24 15:06  jorgearevalo
+2011-01-24 15:06  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Documentation updated for ST_BandIsNodata function. Added band
-	  nodata checking
+	* [r6716] 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 at keybit.net>
 
-	* Add test for TopoSurface GML output with multi-face TopoGeometry
-	  objects [RT-SIGTA]
+	* [r6715] 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 at keybit.net>
 
-	* load_topology* are generated now
+	* [r6714] load_topology* are generated now
 
-2011-01-24 14:14  strk
+2011-01-24 14:14  Sandro Santilli <strk at keybit.net>
 
-	* Test the noprefix and customprefix GML outputs against all geoms
-	  taken in consideration for the default GML ..
+	* [r6713] 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 at keybit.net>
 
-	* Add test for single-component areal TopoGeometry GML output
-	  [RT-SIGTA]
+	* [r6712] 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 at keybit.net>
 
-	* 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]
+	* [r6711] 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 at keybit.net>
 
-	* AsGML(TopoGeometry): for TopoSurface, make the directedEdge
-	  sequence be ordered to go around each ring (ie: make the order
-	  meaningful) [RT-SIGTA].
+	* [r6710] 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 at keybit.net>
 
-	* AsGML(TopoGeometry) add test for TopoCurve output (only
+	* [r6709] 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 at keybit.net>
 
-	* 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].
+	* [r6708] 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 at keybit.net>
 
-	* topology.AsGML(TopoGeometry): Write end node of edges. Fixes bug
-	  #807 [RT-SIGTA]
+	* [r6702] 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 at pcorp.us>
 
-	* Document AsGML and fill in some missing examples in other
+	* [r6701] 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 at keybit.net>
 
-	* Port topology.Geometry to $$ syntax [RT-SIGTA]
+	* [r6700] Port topology.Geometry to $$ syntax [RT-SIGTA]
 
-2011-01-22 22:38  strk
+2011-01-22 22:38  Sandro Santilli <strk at keybit.net>
 
-	* update email address
+	* [r6699] update email address
 
-2011-01-22 19:26  strk
+2011-01-22 19:26  Sandro Santilli <strk at keybit.net>
 
-	* topology.AsGML: Add the missing gml:directedEdge part within the
-	  gml:Face tag, appropriately (?) computing orientation of each
-	  "ring" edge [RT-SIGTA] (#803)
+	* [r6698] 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 at keybit.net>
 
-	* Add test for ST_AsGML with long srsName. Expects what at first
-	  sight looked like a bug (#804).
+	* [r6697] 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 at keybit.net>
 
-	* There's no need to add geometry columns when creating Topological
-	  layers, that's something only useful for caching geometries, so
-	  move to cache_geometries.sql
+	* [r6696] There's no need to add geometry columns when creating
+	  Topological layers, that's 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 at keybit.net>
 
-	* Cleanup the topology regress dir Makefile. Have load_topology.sql
-	  generated to allow for specifying different SRIDs.
+	* [r6695] 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 at keybit.net>
 
-	* 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] 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 at keybit.net>
 
-	* topology.AsGML(TopoGeometry): Add support for specifying a
-	  namespace prefix. See ticket #801. [RT-SIGTA]
+	* [r6693] 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 at keybit.net>
 
-	* topology.AsGML: Use Long CRS for pointProperty and curveProperty
-	  [RT-SIGTA]
+	* [r6692] 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 at keybit.net>
 
-	* Use GML3 for Edge curveProperty and Node pointProperty (see #802)
-	  [RT-SIGTA].
+	* [r6691] 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 at keybit.net>
 
-	* topology.AsGML(TopoGeometry): add a <gml:Face> tag (See ticket
-	  #803) [RT-SIGTA]
+	* [r6690] 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 at keybit.net>
 
-	* Don't miss to include the gml routines in the main topology.sql
+	* [r6689] 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 at keybit.net>
 
-	* fix spurious ending bracket in topo-GML output [RT-SIGTA]
+	* [r6688] fix spurious ending bracket in topo-GML output [RT-SIGTA]
 
-2011-01-21 22:10  strk
+2011-01-21 22:10  Sandro Santilli <strk at keybit.net>
 
-	* First version of topological gml output routines (still miss the
-	  visited map) [RT-SIGTA]
+	* [r6687] 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 at keybit.net>
 
-	* I've just realized TopoElement is also used for
+	* [r6684] I've just realized TopoElement is also used for
 	  TopoGeomId/LayerID, thus can't restrict the second element to a
 	  max of 4 or using layers beyond the forth would be 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 at keybit.net>
 
-	* 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.
+	* [r6683] 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 at pcorp.us>
 
-	* document ST_RemoveIsoNode minor changes to match function
+	* [r6682] 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 at pcorp.us>
 
-	* Move ST_GetFaceGeomety, document the non-existence of
+	* [r6681] 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 at sbf.ulaval.ca>
 
-	* -Fix for ticket 606: ST_Value now return NULL for nodata value
-	  and ST_SetValue accept NULL values (if there is a nodata value in
-	  the band).
+	* [r6680] -Fix for ticket 606: ST_Value now return NULL for nodata
+	  value and ST_SetValue accept NULL values (if there is a nodata
+	  value in the band).
 	  
 	  ST_Value accept a boolean parameter which, when set to false,
 	  have the function to return nodata values as their true value
 	  instead of null.
 
-2011-01-20 17:07  jorgearevalo
+2011-01-20 17:07  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Added isnodata flag at core level and st_bandisnodata at
+	* [r6678] Added isnodata flag at core level and st_bandisnodata at
 	  postgresql level.
 	  Related ticket #593. Fixed bug with debug functions at raster
 	  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 at pcorp.us>
 
-	* #795: ST_Intersects raster documentation is confusing
+	* [r6675] #795: ST_Intersects raster documentation is confusing
 
-2011-01-19 21:11  pracine
+2011-01-19 21:11  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -Clarify help messages.
+	* [r6674] -Clarify help messages.
 
-2011-01-19 20:52  pracine
+2011-01-19 20:52  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -Added a -a option to append tiles to an existing table.
+	* [r6673] -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 at keybit.net>
 
-	* Make the TopoElement domain stricter to forbid arrays with more
-	  than 2 elements and also checking the element type being in valid
-	  range [RT-SIGTA]
+	* [r6672] Make the TopoElement domain stricter 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 at pcorp.us>
 
-	* Put in section abstact for each
+	* [r6671] Put in section abstact for each
 
-2011-01-18 17:19  strk
+2011-01-18 17:19  Sandro Santilli <strk at keybit.net>
 
-	* Raise an exception if AddEdge is called on a topology which
-	  already defines faces other than the universe face (see #781)
+	* [r6670] 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 at pcorp.us>
 
-	* #722: remove more deprecated functions - ST_MakeLineGArray,
-	  Polygonize_GArray,PointFromWKB (proto), max_distance
+	* [r6669] #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 at keybit.net>
 
-	* ValidateTopology: have temporary table dropped on commit (#783).
-	  Thanks Andrea Peri [RT-SIGTA]
+	* [r6668] 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 at pcorp.us>
 
-	* Link to Vincent Picavet's great Foss4G 2010 presentation on
-	  Topology and Network Analysis.
+	* [r6667] 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 at pcorp.us>
 
-	* minor corrections
+	* [r6666] minor corrections
 
-2011-01-18 06:38  robe
+2011-01-18 06:38  Regina Obe <lr at pcorp.us>
 
-	* Fix #786 ST_MoveIsoNode gives ST_Intersects is not unique. Also
-	  change to use newer $$ quoting syntax.
+	* [r6665] 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 at pcorp.us>
 
-	* Fix typo
+	* [r6664] Fix typo
 
-2011-01-18 06:06  robe
+2011-01-18 06:06  Regina Obe <lr at pcorp.us>
 
-	* ST_MoveIsoNode
+	* [r6663] ST_MoveIsoNode
 
-2011-01-18 05:17  robe
+2011-01-18 05:17  Regina Obe <lr at pcorp.us>
 
-	* fix redundancy in description
+	* [r6662] fix redundancy in description
 
-2011-01-18 04:45  robe
+2011-01-18 04:45  Regina Obe <lr at pcorp.us>
 
-	* ST_NewEdgesSplit, add new processing section, fix some links
+	* [r6661] ST_NewEdgesSplit, add new processing section, fix some
+	  links
 
-2011-01-17 23:07  robe
+2011-01-17 23:07  Regina Obe <lr at pcorp.us>
 
-	* Add ST_AddIsoEdge (still need to put in examples), put in more
-	  back links. Revise special index section to also consider
+	* [r6660] 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 at keybit.net>
 
-	* topology.AddNode: fix detection of edge crossing (#780)
+	* [r6659] topology.AddNode: fix detection of edge crossing (#780)
 	  [RT-SIGTA]
 
-2011-01-17 21:32  strk
+2011-01-17 21:32  Sandro Santilli <strk at keybit.net>
 
-	* ValidateTopology: Use a temporary table to create face geometries
-	  only once. Huge speed boost for #772.
+	* [r6658] 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 at keybit.net>
 
-	* 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.
+	* [r6657] 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 at keybit.net>
 
-	* ST_DWithin already includes a bounding box check
+	* [r6656] ST_DWithin already includes a bounding box check
 
-2011-01-17 18:15  robe
+2011-01-17 18:15  Regina Obe <lr at pcorp.us>
 
-	* Put in accent in Jorge's name
+	* [r6655] Put in accent in Jorge's name
 
-2011-01-17 13:18  robe
+2011-01-17 13:18  Regina Obe <lr at pcorp.us>
 
-	* forgot this in last commit
+	* [r6654] forgot this in last commit
 
-2011-01-17 13:18  robe
+2011-01-17 13:18  Regina Obe <lr at pcorp.us>
 
-	* fix typos in Mat's name
+	* [r6653] fix typos in Mat's name
 
-2011-01-17 12:16  robe
+2011-01-17 12:16  Regina Obe <lr at pcorp.us>
 
-	* document ST_InitTopoGeo, cleanup some of the sql-mm labelings
+	* [r6652] document ST_InitTopoGeo, cleanup some of the sql-mm
+	  labelings
 
-2011-01-17 10:39  robe
+2011-01-17 10:39  Regina Obe <lr at pcorp.us>
 
-	* Document ST_AddIsoNode - still need to add examples. Update
-	  ValidateTopology to reflect enhancements and bug fixes in 2.0.
+	* [r6651] 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 at keybit.net>
 
-	* 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].
+	* [r6650] 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 at keybit.net>
 
-	* topology.AddEdge: correctly handle the case in which a newly
-	  added closed edge touches an existing closed edge with an
+	* [r6649] 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 at keybit.net>
 
-	* topology.AddFace: raise another WARNING about
+	* [r6648] 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 at pcorp.us>
 
-	* note magnitude of deprecation
+	* [r6647] note magnitude of deprecation
 
-2011-01-16 21:42  strk
+2011-01-16 21:42  Sandro Santilli <strk at keybit.net>
 
-	* ValidateTopology: don't compute full intersection matrix to
-	  detect edge-node intersection. Use ST_DWithin instead. Use
+	* [r6646] 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 at keybit.net>
 
-	* ValidateTopology: && operator is not enough to tell if two points
-	  are cohincident (it was at time of HWGEOM...) [RT-SIGTA]
+	* [r6645] 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 at pcorp.us>
 
-	* release notes minor updates while still fresh in my mind.
+	* [r6644] release notes minor updates while still fresh in my mind.
 
-2011-01-16 17:19  strk
+2011-01-16 17:19  Sandro Santilli <strk at keybit.net>
 
-	* ignore more generated files
+	* [r6643] ignore more generated files
 
-2011-01-16 12:08  robe
+2011-01-16 12:08  Regina Obe <lr at pcorp.us>
 
-	* document ST_3DLongestLine and add missing polyhedralsurface and
-	  3D support flags for ST_3D family of functions
+	* [r6642] 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 at pcorp.us>
 
-	* #776: replace dump with ST_Dump in ST_CreateTopogeo
+	* [r6641] #776: replace dump with ST_Dump in ST_CreateTopogeo
 
-2011-01-16 10:36  strk
+2011-01-16 10:36  Sandro Santilli <strk at keybit.net>
 
-	* Drop unused domain TopoGeomElementArray. See #775
+	* [r6640] Drop unused domain TopoGeomElementArray. See #775
 
-2011-01-16 10:22  robe
+2011-01-16 10:22  Regina Obe <lr at pcorp.us>
 
-	* minor corrections and start documenting ST_CreateTopoGeo
+	* [r6639] minor corrections and start documenting ST_CreateTopoGeo
 
-2011-01-16 09:10  robe
+2011-01-16 09:10  Regina Obe <lr at pcorp.us>
 
-	* #774: regress fails - Oops forgot to commit this file on last
-	  commit
+	* [r6638] #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 at pcorp.us>
 
-	* #722: remove drecated functions BuildArea, MakePolygon
+	* [r6637] #722: remove drecated functions BuildArea, MakePolygon
 
-2011-01-15 23:55  strk
+2011-01-15 23:55  Sandro Santilli <strk at keybit.net>
 
-	* html/postgis.html doesn't really depend on images, and encoding
-	  such dep has the only effect to _always_ rebuild the
+	* [r6636] 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 at keybit.net>
 
-	* There's no 'html' rule, so there's no point in making it PHONY...
+	* [r6635] 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 at keybit.net>
 
-	* Don't need to clean image_src in maintainer-clean as that's
-	  already done by clean, which is a dependency of maintainer-clean
+	* [r6634] 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 at keybit.net>
 
-	* 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.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 at pcorp.us>
 
-	* ST_GetFaceGeometry and minor formatting
+	* [r6632] ST_GetFaceGeometry and minor formatting
 
-2011-01-15 18:49  robe
+2011-01-15 18:49  Regina Obe <lr at pcorp.us>
 
-	* fix some typos
+	* [r6631] fix some typos
 
-2011-01-15 14:59  robe
+2011-01-15 14:59  Regina Obe <lr at pcorp.us>
 
-	* Put back AddNode -- accidentally replaced with an extra AddEdge.
+	* [r6630] Put back AddNode -- accidentally replaced with an extra
+	  AddEdge.
 
-2011-01-15 14:33  robe
+2011-01-15 14:33  Regina Obe <lr at pcorp.us>
 
-	* AddFace, minor additions to other functions and note about
-	  dependencies on GEOS 3.3
+	* [r6629] 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 at pcorp.us>
 
-	* document addnode, fix typo
+	* [r6628] document addnode, fix typo
 
-2011-01-15 06:50  robe
+2011-01-15 06:50  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at keybit.net>
 
-	* topology.AddEdge: handle case of endpoint intersection between
-	  closed edges. Fixes #770. [RT-SIGTA]
+	* [r6626] 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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* Document AddEdge function will provide example later
+	* [r6624] Document AddEdge function will provide example later
 
-2011-01-13 23:44  robe
+2011-01-13 23:44  Regina Obe <lr at pcorp.us>
 
-	* forgot to update the description too
+	* [r6623] forgot to update the description too
 
-2011-01-13 23:40  robe
+2011-01-13 23:40  Regina Obe <lr at pcorp.us>
 
-	* Amend ST_GeometryN to note singular geometry behavior change
+	* [r6622] Amend ST_GeometryN to note singular geometry behavior
+	  change
 
-2011-01-13 21:36  jorgearevalo
+2011-01-13 21:36  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Functions ST_BandHasNodataValue and ST_SetBandHasNodataValue
-	  deleted. Related ticket #602.
+	* [r6621] Functions ST_BandHasNodataValue and
+	  ST_SetBandHasNodataValue deleted. Related ticket #602.
 
-2011-01-13 20:09  jorgearevalo
+2011-01-13 20:09  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Minor bug solved in debug functions.
+	* [r6620] Minor bug solved in debug functions.
 
-2011-01-13 15:05  robe
+2011-01-13 15:05  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r6619] fix typo
 
-2011-01-13 14:55  robe
+2011-01-13 14:55  Regina Obe <lr at pcorp.us>
 
-	* Amend release notes to include new changes in 2.0
+	* [r6618] Amend release notes to include new changes in 2.0
 
-2011-01-13 13:36  robe
+2011-01-13 13:36  Regina Obe <lr at pcorp.us>
 
-	* mark TopoElementArray_agg as new in 2.0.0, back reference
+	* [r6617] 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 at keybit.net>
 
-	* add ST_RelateMatch item
+	* [r6616] add ST_RelateMatch item
 
-2011-01-13 09:37  robe
+2011-01-13 09:37  Regina Obe <lr at pcorp.us>
 
-	* fix another id typo
+	* [r6615] fix another id typo
 
-2011-01-13 09:34  robe
+2011-01-13 09:34  Regina Obe <lr at pcorp.us>
 
-	* fix link id
+	* [r6614] fix link id
 
-2011-01-13 08:48  robe
+2011-01-13 08:48  Regina Obe <lr at pcorp.us>
 
-	* topolelementarray_agg and revise xsl to comment agg (hack fo r
-	  now will do better later)
+	* [r6613] 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 at pcorp.us>
 
-	* Another minor change to ST_3DShortestLine. Document
+	* [r6612] 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 at pcorp.us>
 
-	* 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.
+	* [r6611] 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
+2011-01-12 22:37  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Fixed bug #655.
+	* [r6610] Fixed bug #655.
 
-2011-01-12 22:03  robe
+2011-01-12 22:03  Regina Obe <lr at pcorp.us>
 
-	* #768: get rid of replace ndims with st_ndims in
+	* [r6609] #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 at loskot.net>
 
-	* [raster] Cleaned and updated copyright notice.
+	* [r6608] [raster] Cleaned and updated copyright notice.
 
-2011-01-12 21:58  nicklas
+2011-01-12 21:58  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* Added ST_3DShortestLine in doc and some small editing.
+	* [r6607] 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
+2011-01-12 21:17  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Regression test expected result is now empty. Related tickets:
-	  #759, #769.
+	* [r6606] 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 at sbf.ulaval.ca>
 
-	* -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] -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 at pcorp.us>
 
-	* update see also links
+	* [r6604] update see also links
 
-2011-01-12 17:22  robe
+2011-01-12 17:22  Regina Obe <lr at pcorp.us>
 
-	* Get rid of note in ST_3DDistance that states only works for
-	  linestrings and points. Now works for all. Add an example of
+	* [r6603] 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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* update to reflect note about breaking change in naming of
+	* [r6601] 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 at pcorp.us>
 
-	* GetTopologyName, GetTopologyID accessors
+	* [r6600] GetTopologyName, GetTopologyID accessors
 
-2011-01-12 07:52  robe
+2011-01-12 07:52  Regina Obe <lr at pcorp.us>
 
-	* 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
+	* [r6599] 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 at pcorp.us>
 
-	* ValidateTopology and validatetopology_returntype
+	* [r6598] ValidateTopology and validatetopology_returntype
 
-2011-01-12 05:01  robe
+2011-01-12 05:01  Regina Obe <lr at pcorp.us>
 
-	* get rid of deprecated calls and checks to srid() and setsrid()
-	  and ndims() in populate_geometry_columns, UpdateGeometrySRID,
-	  probe_geometry_columns, find_srid
+	* [r6597] 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 at pcorp.us>
 
-	* make relatematch a conditional GEOS 3.3 test
+	* [r6596] make relatematch a conditional GEOS 3.3 test
 
-2011-01-11 15:53  robe
+2011-01-11 15:53  Regina Obe <lr at pcorp.us>
 
-	* Add another type, add missing element, update make check example
-	  in installation. Fix error introduced in regress that prevented
-	  all tests from running.
+	* [r6595] 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 at pcorp.us>
 
-	* 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.
+	* [r6594] 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 at pcorp.us>
 
-	* #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] #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 at pcorp.us>
 
-	* fix duplicate refentry id
+	* [r6592] fix duplicate refentry id
 
-2011-01-11 03:22  robe
+2011-01-11 03:22  Regina Obe <lr at pcorp.us>
 
-	* #763: documentation had wrong datatype for tg_type which made the
-	  associated comment break
+	* [r6591] #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 at pcorp.us>
 
-	* #760: missed some
+	* [r6590] #760: missed some
 
-2011-01-10 17:27  robe
+2011-01-10 17:27  Regina Obe <lr at pcorp.us>
 
-	* #760: replace deprecated function names with new names so all
-	  regress tests pass again. This should completely work now.
+	* [r6589] #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 at pcorp.us>
 
-	* Start replacing deprecated names with new names - still more to
-	  do
+	* [r6588] 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 at pcorp.us>
 
-	* #722: Get rid of more deprecated functions - mem_size, xmax,
-	  xmin,ymax, ymin,zmflag,zmax,zmin
+	* [r6587] #722: Get rid of more deprecated functions - mem_size,
+	  xmax, xmin,ymax, ymin,zmflag,zmax,zmin
 
-2011-01-10 14:21  jorgearevalo
+2011-01-10 14:21  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Deleted gserialized check. It's safe to use geometry_gist_sel.
-	  Related ticket #758.
+	* [r6586] 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 at pcorp.us>
 
-	* Get rid of now unuseful note in ST_Value. Update
+	* [r6585] 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
+2011-01-09 16:01  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Replaced annoying warning message for a debug-only message.
-	  Related ticket #759.
+	* [r6584] Replaced annoying warning message for a debug-only
+	  message. Related ticket #759.
 
-2011-01-08 10:51  nicklas
+2011-01-08 10:51  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* fix typo from r6580, and some enhanced notes
+	* [r6583] fix typo from r6580, and some enhanced notes
 
-2011-01-07 15:12  jorgearevalo
+2011-01-07 15:12  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Bug solved: RASTER_DEBUGf replaced by RASTER_DEBUGF. Related
-	  ticket #757.
+	* [r6582] 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 at pcorp.us>
 
-	* remove wmsservers_old so its failure doesn't halt further make
-	  check
+	* [r6581] remove wmsservers_old so its failure doesn't halt further
+	  make check
 
-2011-01-07 13:08  nicklas
+2011-01-07 13:08  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* Fix for ticket #755
+	* [r6580] Fix for ticket #755
 
-2011-01-07 10:48  strk
+2011-01-07 10:48  Sandro Santilli <strk at keybit.net>
 
-	* Enlarge the diagram image, by Andrea Peri (#750)
+	* [r6579] Enlarge the diagram image, by Andrea Peri (#750)
 
-2011-01-07 09:55  strk
+2011-01-07 09:55  Sandro Santilli <strk at keybit.net>
 
-	* Fix bug in topology.DropTopology getting confused in presence of
-	  multiple topologies [RT-SIGTA]
+	* [r6578] 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 at keybit.net>
 
-	* Add TopoElementArray_agg function, to help with TopoGeometry
-	  construction [RT-SIGTA]
+	* [r6577] 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 at pcorp.us>
 
-	* #722 : remove deprecated functions (part): contains,
+	* [r6576] #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 at pcorp.us>
 
-	* #722 remove deprecated functions (part): boundary, GeomUnion,
-	  intersects, IsRing, IsSimple,
+	* [r6575] #722 remove deprecated functions (part): boundary,
+	  GeomUnion, intersects, IsRing, IsSimple,
 	  length2d_spheroid, locate_along_measure, relate,PointOnSurface,
 	  SnapToGrid, symmetricdifference, touches
 
-2011-01-05 17:41  jorgearevalo
+2011-01-05 17:41  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Replaced references to "pixsize" by "scale". Complete the
+	* [r6574] Replaced references to "pixsize" by "scale". Complete the
 	  previous commit.
 	  Related ticket #654
 
-2011-01-05 17:38  jorgearevalo
+2011-01-05 17:38  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Updated plpgsql scripts, replacing "PixelSize" with "Scale".
-	  Related ticket #654
+	* [r6573] Updated plpgsql scripts, replacing "PixelSize" with
+	  "Scale". Related ticket #654
 
-2011-01-05 17:01  jorgearevalo
+2011-01-05 17:01  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Call to ctx->warn replaced by RASTER_DEBUGF, to avoid annoying
-	  and unexpected messages in calls to st_bandmetadata.
+	* [r6572] 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 at pcorp.us>
 
-	* #722 (part): Down with really really dumb constructors :)
+	* [r6571] #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 at pcorp.us>
 
-	* more cleanup of operator functions that are now removed
+	* [r6570] more cleanup of operator functions that are now removed
 
-2011-01-05 13:36  robe
+2011-01-05 13:36  Regina Obe <lr at pcorp.us>
 
-	* remove related operator, chip no longer installed. I still think
-	  we need to get rid of the DROP CASCADES in this file
+	* [r6569] 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 at pcorp.us>
 
-	* #302: okay I forgot some - remove old functions that are ST_
-	  redundant copies of operator ones
+	* [r6568] #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 at pcorp.us>
 
-	* #302 completed I think: Drop ST_ duplicate variants of functions
-	  underneath TYPE and OPERATOR definitions.
+	* [r6567] #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 at pcorp.us>
 
-	* #302 (part done): Drop ST_ duplicate variants of functions
-	  underneath TYPE and OPERATOR definitions.
+	* [r6566] #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 at pcorp.us>
 
-	* #722 - remove more deprecated functions - crosses,
+	* [r6565] #722 - remove more deprecated functions - crosses,
 	  within,multipointfromtext,mpolyfromtext,
 	  multipolygonfromtext
 
-2011-01-04 13:59  robe
+2011-01-04 13:59  Regina Obe <lr at pcorp.us>
 
-	* remove deprecated functions:
+	* [r6564] 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 at pcorp.us>
 
-	* remove more deprecated: dimension,exteriorring,
+	* [r6563] 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 at pcorp.us>
 
-	* remove deprecated functions:
+	* [r6562] remove deprecated functions:
 	  addpoint,ndims,numgeometries,numpoints,removepoint,setpoint
 
-2011-01-04 12:51  robe
+2011-01-04 12:51  Regina Obe <lr at pcorp.us>
 
-	* remove more deprecated functions
+	* [r6561] remove more deprecated functions
 
-2011-01-03 19:26  robe
+2011-01-03 19:26  Regina Obe <lr at pcorp.us>
 
-	* get rid of more deprecated functions
+	* [r6560] get rid of more deprecated functions
 
-2011-01-03 18:52  robe
+2011-01-03 18:52  Regina Obe <lr at pcorp.us>
 
-	* remove more deprecated functions
+	* [r6559] remove more deprecated functions
 
-2011-01-03 18:24  robe
+2011-01-03 18:24  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6558]
 
-2011-01-03 16:35  jorgearevalo
+2011-01-03 16:35  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Deleted old flex/bison analyzer for MapAlgebra. Newer version on
-	  raster/rt_core.
+	* [r6557] Deleted old flex/bison analyzer for MapAlgebra. Newer
+	  version on raster/rt_core.
 
-2011-01-03 16:17  jorgearevalo
+2011-01-03 16:17  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Added regress test files for ST_IsEmpty and ST_HasNoBand (they
-	  were missed in previous commit)
+	* [r6556] Added regress test files for ST_IsEmpty and ST_HasNoBand
+	  (they were missed in previous commit)
 
-2011-01-03 16:07  jorgearevalo
+2011-01-03 16:07  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Added code for ST_IsEmpty and ST_HasNoBand functions. And test
-	  code for the
+	* [r6555] Added code for ST_IsEmpty and ST_HasNoBand functions. And
+	  test code for the
 	  first one. Related tickets #592, #593.
 
-2011-01-03 11:53  jorgearevalo
+2011-01-03 11:53  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Changed information return by postgis_raster_build_date and
+	* [r6554] Changed information return by postgis_raster_build_date
+	  and
 	  postgis_raster_lib_version, to match the PostGIS build date and
 	  version. Related
 	  ticket #653
 
-2011-01-03 10:55  jorgearevalo
+2011-01-03 10:55  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Raster doc updated with the new names of several functions
-	  (Box2D, Scale, etc).
+	* [r6553] Raster doc updated with the new names of several
+	  functions (Box2D, Scale, etc).
 	  Related ticket #654
 
-2011-01-03 10:46  jorgearevalo
+2011-01-03 10:46  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Renamed accessors and editors of 'PixelSize' to 'Scale',
+	* [r6552] Renamed accessors and editors of 'PixelSize' to 'Scale',
 	  including tests.
 	  Related ticket #654.
 
-2011-01-02 22:21  jorgearevalo
+2011-01-02 22:21  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Some modifications made on basic MapAlgebra lexer/parser. Very
-	  basic version just now.
+	* [r6551] Some modifications made on basic MapAlgebra lexer/parser.
+	  Very basic version just now.
 
-2011-01-01 15:35  jorgearevalo
+2011-01-01 15:35  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Temporarily include postgis/gserialized.h file in
+	* [r6550] 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 at pcorp.us>
 
-	* add gist index overlap tests
+	* [r6549] add gist index overlap tests
 
-2010-12-31 01:53  robe
+2010-12-31 01:53  Regina Obe <lr at pcorp.us>
 
-	* update bios
+	* [r6548] update bios
 
-2010-12-30 23:28  jorgearevalo
+2010-12-30 23:28  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Changed some functions names for operators. Related tickets #742,
-	  #730
+	* [r6547] Changed some functions names for operators. Related
+	  tickets #742, #730
 
-2010-12-30 23:17  pramsey
+2010-12-30 23:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* gserialized enabled ST_Reverse LINESTRING EMPTY crash (#743)
+	* [r6546] gserialized enabled ST_Reverse LINESTRING EMPTY crash
+	  (#743)
 
-2010-12-30 21:00  pramsey
+2010-12-30 21:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Convex hull serialization problem (#741)
+	* [r6545] Convex hull serialization problem (#741)
 
-2010-12-30 18:31  nicklas
+2010-12-30 18:31  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* rounding precision difference in measures regress test #703,
-	  #735, #607
+	* [r6543] rounding precision difference in measures regress test
+	  #703, #735, #607
 
-2010-12-30 16:54  pramsey
+2010-12-30 16:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Guard against empty in isclosed (#740)
+	* [r6542] Guard against empty in isclosed (#740)
 
-2010-12-30 00:14  pramsey
+2010-12-30 00:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in gserialized-ready selectivity functions for 2d default
-	  index.
+	* [r6540] Add in gserialized-ready selectivity functions for 2d
+	  default index.
 
-2010-12-29 18:51  pramsey
+2010-12-29 18:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_ExteriorRing POLYGON EMPTY crash (#708)
+	* [r6538] ST_ExteriorRing POLYGON EMPTY crash (#708)
 
-2010-12-29 15:49  nicklas
+2010-12-29 15:49  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* typo in comment
+	* [r6537] typo in comment
 
-2010-12-29 15:38  robe
+2010-12-29 15:38  Regina Obe <lr at pcorp.us>
 
-	* Get rid of a lot of deprecated functions. People will hate me
-	  c'est la vie.
+	* [r6536] 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 at pcorp.us>
 
-	* get rid of more deprecated calls, but keep old deprecated
+	* [r6535] get rid of more deprecated calls, but keep old deprecated
 	  wmsservers and rename to wmsservers_old. Create a new version
 	  wmsservers_new that doesn't 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 at pcorp.us>
 
-	* remove deprecated tests
+	* [r6534] remove deprecated tests
 
-2010-12-29 14:50  robe
+2010-12-29 14:50  Regina Obe <lr at pcorp.us>
 
-	* forgot these
+	* [r6533] forgot these
 
-2010-12-29 14:48  robe
+2010-12-29 14:48  Regina Obe <lr at pcorp.us>
 
-	* get rid of more deprecated
+	* [r6532] get rid of more deprecated
 
-2010-12-29 14:14  robe
+2010-12-29 14:14  Regina Obe <lr at pcorp.us>
 
-	* Get rid of more deprecated calls
+	* [r6531] Get rid of more deprecated calls
 
-2010-12-29 14:07  pramsey
+2010-12-29 14:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update test to reflect that polygons are now supported.
+	* [r6530] Update test to reflect that polygons are now supported.
 
-2010-12-29 09:58  robe
+2010-12-29 09:58  Regina Obe <lr at pcorp.us>
 
-	* start new section
+	* [r6529] start new section
 
-2010-12-28 22:12  nicklas
+2010-12-28 22:12  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* 3D distance functions against polygons
+	* [r6528] 3D distance functions against polygons
 
-2010-12-28 21:58  robe
+2010-12-28 21:58  Regina Obe <lr at pcorp.us>
 
-	* fix dangling RT_ST_Box2D references
+	* [r6527] fix dangling RT_ST_Box2D references
 
-2010-12-28 18:24  robe
+2010-12-28 18:24  Regina Obe <lr at pcorp.us>
 
-	* Get rid of deprecated calls
+	* [r6526] Get rid of deprecated calls
 
-2010-12-28 18:24  robe
+2010-12-28 18:24  Regina Obe <lr at pcorp.us>
 
-	* get rid of deprecated calls
+	* [r6525] get rid of deprecated calls
 
-2010-12-28 18:22  robe
+2010-12-28 18:22  Regina Obe <lr at pcorp.us>
 
-	* start getting rid of deprecated calls
+	* [r6524] start getting rid of deprecated calls
 
-2010-12-28 18:00  pramsey
+2010-12-28 18:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix regression failure in standard serialization mode. (#735)
+	* [r6523] Fix regression failure in standard serialization mode.
+	  (#735)
 
-2010-12-28 17:16  strk
+2010-12-28 17:16  Sandro Santilli <strk at keybit.net>
 
-	* Default topology tolerance is 0, not -1
+	* [r6522] Default topology tolerance is 0, not -1
 
-2010-12-28 15:47  robe
+2010-12-28 15:47  Regina Obe <lr at pcorp.us>
 
-	* reenable ST_AddPoint
+	* [r6521] reenable ST_AddPoint
 
-2010-12-28 01:10  pramsey
+2010-12-28 01:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Over-determined dimensionality in building line from lwptarray
+	* [r6520] Over-determined dimensionality in building line from
+	  lwptarray
 
-2010-12-28 00:54  pramsey
+2010-12-28 00:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Whoops, senses of many 2d operators were reversed.
+	* [r6519] Whoops, senses of many 2d operators were reversed.
 
-2010-12-28 00:42  robe
+2010-12-28 00:42  Regina Obe <lr at pcorp.us>
 
-	* miscellaneous fixes and indentation
+	* [r6518] miscellaneous fixes and indentation
 
-2010-12-28 00:27  pramsey
+2010-12-28 00:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* T_Distance_Spheroid is kinda broken (#677)
+	* [r6517] T_Distance_Spheroid is kinda broken (#677)
 
-2010-12-28 00:24  pramsey
+2010-12-28 00:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_Distance_Spheroid is kinda broken (#677)
+	* [r6516] ST_Distance_Spheroid is kinda broken (#677)
 
-2010-12-27 22:41  pramsey
+2010-12-27 22:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_MakeLine aggregate function crashes with empty geometries
-	  (#729)
+	* [r6515] ST_MakeLine aggregate function crashes with empty
+	  geometries (#729)
 
-2010-12-27 11:56  strk
+2010-12-27 11:56  Sandro Santilli <strk at keybit.net>
 
-	* PG_CONFIG seems to be needed for PGXS
+	* [r6514] PG_CONFIG seems to be needed for PGXS
 
-2010-12-27 11:10  strk
+2010-12-27 11:10  Sandro Santilli <strk at keybit.net>
 
-	* Add ST_SharedPaths and ST_Snap items
+	* [r6513] Add ST_SharedPaths and ST_Snap items
 
-2010-12-27 11:05  strk
+2010-12-27 11:05  Sandro Santilli <strk at keybit.net>
 
-	* Do not consider DEBUG and NOTICE mesages when running sqlmm
-	  regression tests. Should fix #734.
+	* [r6512] 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 at pcorp.us>
 
-	* ST_Box2D -> Box2D
+	* [r6511] ST_Box2D -> Box2D
 
-2010-12-27 01:40  robe
+2010-12-27 01:40  Regina Obe <lr at pcorp.us>
 
-	* get rid of more functions
+	* [r6510] get rid of more functions
 
-2010-12-26 19:27  robe
+2010-12-26 19:27  Regina Obe <lr at pcorp.us>
 
-	* revise to include mention of topology support
+	* [r6509] revise to include mention of topology support
 
-2010-12-26 19:11  robe
+2010-12-26 19:11  Regina Obe <lr at pcorp.us>
 
-	* fix tag typo pointed out by strk
+	* [r6507] fix tag typo pointed out by strk
 
-2010-12-26 18:47  robe
+2010-12-26 18:47  Regina Obe <lr at pcorp.us>
 
-	* put AddTopo.. example in programlisting tag, minior indenting
-	  changes
+	* [r6506] put AddTopo.. example in programlisting tag, minior
+	  indenting changes
 
-2010-12-26 13:24  jorgearevalo
+2010-12-26 13:24  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* ST_Box2D replaced by Box2D. Related ticket #730.
+	* [r6505] ST_Box2D replaced by Box2D. Related ticket #730.
 
-2010-12-25 19:38  robe
+2010-12-25 19:38  Regina Obe <lr at pcorp.us>
 
-	* DropTopogeometryColumn
+	* [r6504] DropTopogeometryColumn
 
-2010-12-25 19:02  robe
+2010-12-25 19:02  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6503]
 
-2010-12-25 18:58  robe
+2010-12-25 18:58  Regina Obe <lr at pcorp.us>
 
-	* Example for addtopogeometrycolumn
+	* [r6502] Example for addtopogeometrycolumn
 
-2010-12-24 22:08  pramsey
+2010-12-24 22:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change default gserialized gist index to 2d and put all the old
-	  operators back in place.
+	* [r6501] 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 at pcorp.us>
 
-	* fix data type mismatches that got flagged when generating
+	* [r6500] 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 at pcorp.us>
 
-	* Start work on topology database help and garden tester.
+	* [r6499] Start work on topology database help and garden tester.
 
-2010-12-24 17:53  robe
+2010-12-24 17:53  Regina Obe <lr at pcorp.us>
 
-	* AddTopoGeometryColumn
+	* [r6498] AddTopoGeometryColumn
 
-2010-12-24 10:22  strk
+2010-12-24 10:22  Sandro Santilli <strk at keybit.net>
 
-	* Update with some integrations provided by Andrea Peri [RT-SIGTA]
+	* [r6497] Update with some integrations provided by Andrea Peri
+	  [RT-SIGTA]
 
-2010-12-24 01:38  robe
+2010-12-24 01:38  Regina Obe <lr at pcorp.us>
 
-	* Fix for #732 - chip does not exist
+	* [r6496] Fix for #732 - chip does not exist
 
-2010-12-23 22:49  pramsey
+2010-12-23 22:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add more tickets tests up to #700
+	* [r6495] Add more tickets tests up to #700
 
-2010-12-23 22:06  pramsey
+2010-12-23 22:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix conversion to geometry (#730)
+	* [r6494] Fix conversion to geometry (#730)
 
-2010-12-23 19:06  pramsey
+2010-12-23 19:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add some tickets from the trac into regression
+	* [r6493] Add some tickets from the trac into regression
 
-2010-12-23 18:05  pramsey
+2010-12-23 18:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move clone prototypes back into public...
+	* [r6492] Move clone prototypes back into public...
 
-2010-12-23 18:03  pramsey
+2010-12-23 18:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_AddPoint is broken (#662)
+	* [r6491] ST_AddPoint is broken (#662)
 
-2010-12-23 17:41  robe
+2010-12-23 17:41  Regina Obe <lr at pcorp.us>
 
-	* ability to exclude operators from testing
+	* [r6490] ability to exclude operators from testing
 
-2010-12-23 17:30  strk
+2010-12-23 17:30  Sandro Santilli <strk at keybit.net>
 
-	* Other CREATEFUNCTION and _VOLATILE* gone (see #714)
+	* [r6489] Other CREATEFUNCTION and _VOLATILE* gone (see #714)
 
-2010-12-23 17:21  robe
+2010-12-23 17:21  Regina Obe <lr at pcorp.us>
 
-	* log more sql
+	* [r6488] log more sql
 
-2010-12-23 17:04  pramsey
+2010-12-23 17:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_MakeBox2D crashes with LINESTRING (#728)
+	* [r6487] ST_MakeBox2D crashes with LINESTRING (#728)
 
-2010-12-23 14:19  strk
+2010-12-23 14:19  Sandro Santilli <strk at keybit.net>
 
-	* Stop relying on preprocessor for CREATEFUNCTION and _VOLATILE
-	  (see #714)
+	* [r6486] Stop relying on preprocessor for CREATEFUNCTION and
+	  _VOLATILE (see #714)
 
-2010-12-23 13:31  robe
+2010-12-23 13:31  Regina Obe <lr at pcorp.us>
 
-	* miss end para
+	* [r6485] miss end para
 
-2010-12-23 12:49  strk
+2010-12-23 12:49  Sandro Santilli <strk at keybit.net>
 
-	* 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.
+	* [r6484] 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 at keybit.net>
 
-	* Add test showing bug in st_getfacegeometry
+	* [r6483] Add test showing bug in st_getfacegeometry
 
-2010-12-23 07:57  strk
+2010-12-23 07:57  Sandro Santilli <strk at keybit.net>
 
-	* more git ignores
+	* [r6482] more git ignores
 
-2010-12-22 22:40  pramsey
+2010-12-22 22:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Last regression fixes for postgis-on-gserialized
+	* [r6481] Last regression fixes for postgis-on-gserialized
 
-2010-12-22 21:16  pramsey
+2010-12-22 21:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change srid from uint32 to int32 and update gserialized and
-	  TYPMOD handlers to deal with signed SRIDs
+	* [r6480] 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 at pcorp.us>
 
-	* miscellaneous
+	* [r6479] miscellaneous
 
-2010-12-22 19:41  robe
+2010-12-22 19:41  Regina Obe <lr at pcorp.us>
 
-	* Goodbye length
+	* [r6478] Goodbye length
 
-2010-12-22 19:15  robe
+2010-12-22 19:15  Regina Obe <lr at pcorp.us>
 
-	* Good bye simplify
+	* [r6477] Good bye simplify
 
-2010-12-22 19:04  robe
+2010-12-22 19:04  Regina Obe <lr at pcorp.us>
 
-	* 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] 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
+2010-12-22 18:59  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Basic flex/bison grammar to start working with raster MapAlgebra
+	* [r6475] Basic flex/bison grammar to start working with raster
+	  MapAlgebra
 
-2010-12-22 18:45  strk
+2010-12-22 18:45  Sandro Santilli <strk at keybit.net>
 
-	* Support faces with all edges on the same side, and test
+	* [r6474] 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 at pcorp.us>
 
-	* get rid of addbbox,dropbbox,hasbbox (and replace occurrences in
-	  regress with newer postgis_addbbox etc)
+	* [r6473] 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 at keybit.net>
 
-	* Add rules to avoid the infinite loop took before ./configure is
-	  run
+	* [r6472] 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 at keybit.net>
 
-	* Implement topology.AddFace and add test
+	* [r6471] Implement topology.AddFace and add test
 
-2010-12-22 17:08  robe
+2010-12-22 17:08  Regina Obe <lr at pcorp.us>
 
-	* move all deprecated Affine functoins to legach.sql.in.c, remove
-	  use in non-deprecated functions and in regress tests
+	* [r6470] 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 at cleverelephant.ca>
 
-	* Add legacy file for removed-but-not-forgotten old function
-	  aliases
+	* [r6469] 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 at cleverelephant.ca>
 
-	* Continue working GSERIALIZED_ON into the code base. Working on
-	  switching BOX2DFLOAT4 to a GBOX
+	* [r6468] 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 at cleverelephant.ca>
 
-	* Remove some ST_ variants of cast-support functions (#302), and
-	  start legacy.sql.in.c (#722)
+	* [r6467] 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 at pcorp.us>
 
-	* fix typo
+	* [r6466] fix typo
 
-2010-12-21 22:14  robe
+2010-12-21 22:14  Regina Obe <lr at pcorp.us>
 
-	* point relation functions to DE-9IM section of docs for more info
+	* [r6464] 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 at cleverelephant.ca>
 
-	* More clean-up and work on using gserialized.
+	* [r6463] More clean-up and work on using gserialized.
 
-2010-12-21 18:01  pramsey
+2010-12-21 18:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Push the UNKNOWN forcing down into gserialized get/set
+	* [r6462] Push the UNKNOWN forcing down into gserialized get/set
 
-2010-12-21 17:38  robe
+2010-12-21 17:38  Regina Obe <lr at pcorp.us>
 
-	* Document ST_RelateMatch -- polish up later
+	* [r6461] Document ST_RelateMatch -- polish up later
 
-2010-12-21 17:36  strk
+2010-12-21 17:36  Sandro Santilli <strk at keybit.net>
 
-	* Don't release memory associated with arguments. Fixes #725.
+	* [r6460] Don't release memory associated with arguments. Fixes
+	  #725.
 
-2010-12-21 10:32  strk
+2010-12-21 10:32  Sandro Santilli <strk at keybit.net>
 
-	* Implement ST_RelateMatch, see ticket #717. [RT-SIGTA]
+	* [r6459] Implement ST_RelateMatch, see ticket #717. [RT-SIGTA]
 
-2010-12-21 01:55  pramsey
+2010-12-21 01:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Some preliminary fixes to support SRID_UNKNOWN == 0
+	* [r6458] Some preliminary fixes to support SRID_UNKNOWN == 0
 
-2010-12-20 23:34  pramsey
+2010-12-20 23:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add regression test for #723
+	* [r6457] Add regression test for #723
 
-2010-12-20 22:01  strk
+2010-12-20 22:01  Sandro Santilli <strk at keybit.net>
 
-	* Fix addEdge when both endpoints are shared with an existing edge
-	  (and test) [RT-SIGTA]
+	* [r6456] 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 at cleverelephant.ca>
 
-	* Fix last regression break in casting
+	* [r6455] Fix last regression break in casting
 
-2010-12-20 19:31  pramsey
+2010-12-20 19:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Arg, there's regression breaks in the last commit!
+	* [r6454] Arg, there's regression breaks in the last commit!
 
-2010-12-20 19:16  pramsey
+2010-12-20 19:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_Intersection for geography is really messed up (#723)
+	* [r6453] ST_Intersection for geography is really messed up (#723)
 
-2010-12-20 12:03  robe
+2010-12-20 12:03  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r6452] fix typo
 
-2010-12-20 04:39  pramsey
+2010-12-20 04:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove a few more old constructions in favour of
+	* [r6450] 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 at pcorp.us>
 
-	* fix spatial_class update
+	* [r6448] fix spatial_class update
 
-2010-12-18 16:44  pramsey
+2010-12-18 16:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add the operators to the index opclass too
+	* [r6447] Add the operators to the index opclass too
 
-2010-12-18 16:42  pramsey
+2010-12-18 16:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add some operators to indexes on gserialized
+	* [r6446] Add some operators to indexes on gserialized
 
-2010-12-18 15:31  pramsey
+2010-12-18 15:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in test for #720
+	* [r6445] Add in test for #720
 
-2010-12-18 15:27  pramsey
+2010-12-18 15:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_Transform is broken for all MULTI geometries (#720), wonder
-	  how that got through...
+	* [r6444] 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 at cleverelephant.ca>
 
-	* 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
+	* [r6443] 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 at cleverelephant.ca>
 
-	* Remove oddity around gbox duplication
+	* [r6442] Remove oddity around gbox duplication
 
-2010-12-18 00:38  pramsey
+2010-12-18 00:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More syncro between geometry and geography. Stubbed index
+	* [r6441] More syncro between geometry and geography. Stubbed index
 	  binding.
 
-2010-12-17 22:16  pramsey
+2010-12-17 22:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Re-name GiST index functions generically for re-use in geometry.
+	* [r6440] 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 at cleverelephant.ca>
 
-	* Review to prepare generic index bindings for geography, then
-	  geometry
+	* [r6439] Review to prepare generic index bindings for geography,
+	  then geometry
 
-2010-12-17 21:32  pramsey
+2010-12-17 21:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Harmonize some index support functions to be more generic
+	* [r6438] 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 at cleverelephant.ca>
 
-	* Re-orgs to push the geodetic/cartesian divide a little further
-	  under the covers as part of the geometry/geography group hug at
-	  the index bindings level.
+	* [r6437] Re-orgs to push the geodetic/cartesian 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 at pcorp.us>
 
-	* fix typo add DropTopology
+	* [r6436] fix typo add DropTopology
 
-2010-12-17 17:56  strk
+2010-12-17 17:56  Sandro Santilli <strk at keybit.net>
 
-	* Add regress testing for topology.AddEdge
+	* [r6435] Add regress testing for topology.AddEdge
 
-2010-12-17 17:44  robe
+2010-12-17 17:44  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6434]
 
-2010-12-17 17:24  robe
+2010-12-17 17:24  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6433]
 
-2010-12-17 17:19  strk
+2010-12-17 17:19  Sandro Santilli <strk at keybit.net>
 
-	* Add a note about possible semantic change
+	* [r6432] Add a note about possible semantic change
 
-2010-12-17 17:16  strk
+2010-12-17 17:16  Sandro Santilli <strk at keybit.net>
 
-	* New topology.AddEdge function [RT-SIGTA]
+	* [r6431] New topology.AddEdge function [RT-SIGTA]
 
-2010-12-17 16:45  robe
+2010-12-17 16:45  Regina Obe <lr at pcorp.us>
 
-	* fix typos
+	* [r6430] fix typos
 
-2010-12-17 16:34  robe
+2010-12-17 16:34  Regina Obe <lr at pcorp.us>
 
-	* Put in section in manual for topology and extras in general.
-	  Change postgis.refractions.net to www.postgis.org
+	* [r6429] 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 at keybit.net>
 
-	* Use newer quoting paradigm ($$); use ST_Crosses when willing to
-	  check crossing, not just intersection...; add proper credits
+	* [r6428] 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 at keybit.net>
 
-	* Add an inspection in the final node table
+	* [r6427] Add an inspection in the final node table
 
-2010-12-17 15:27  strk
+2010-12-17 15:27  Sandro Santilli <strk at keybit.net>
 
-	* Add test for topology.addNode
+	* [r6426] Add test for topology.addNode
 
-2010-12-17 15:17  strk
+2010-12-17 15:17  Sandro Santilli <strk at keybit.net>
 
-	* Avoid NOTICE messages while running topology tests, make results
-	  immune of the number of topologies ever created in the database
-	  (helps getting stable results when running the tests manually
-	  using run_test directly)
+	* [r6425] Avoid NOTICE messages while running topology tests, make
+	  results immune of the number of topologies ever created in the
+	  database (helps getting stable results when running the tests
+	  manually using run_test directly)
 
-2010-12-17 14:00  jorgearevalo
+2010-12-17 14:00  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Added very basic flex files for raster MapAlgebra implementation.
-	  The file
+	* [r6424] 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 at keybit.net>
 
-	* split load_topology in 3 steps: load of topology, creation of
-	  feature tables, query of feature tables. Adapt tests accordingly.
+	* [r6423] split load_topology in 3 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 at keybit.net>
 
-	* Return number of failures as exit status
+	* [r6422] Return number of failures as exit status
 
-2010-12-16 18:00  strk
+2010-12-16 18:00  Sandro Santilli <strk at keybit.net>
 
-	* Have run_test exit code reflect presence of failures.
+	* [r6421] Have run_test exit code reflect presence of failures.
 
-2010-12-16 17:52  strk
+2010-12-16 17:52  Sandro Santilli <strk at keybit.net>
 
-	* Remove duplicated check rule
+	* [r6420] Remove duplicated check rule
 
-2010-12-16 17:46  strk
+2010-12-16 17:46  Sandro Santilli <strk at keybit.net>
 
-	* This one shouldn't be in the repository.. anyway, since it is...
+	* [r6419] 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 at keybit.net>
 
-	* Turn 'regress' dir into a first class subdir, fixes ticket #715
+	* [r6418] 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 at keybit.net>
 
-	* Comment-out obsoleted rules (didn't drop in case someone will
-	  miss them)
+	* [r6417] 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 at keybit.net>
 
-	* Add 'distclean' to the SUBDIRS target
+	* [r6416] Add 'distclean' to the SUBDIRS target
 
-2010-12-16 14:46  strk
+2010-12-16 14:46  Sandro Santilli <strk at keybit.net>
 
-	* Add 'check' rule under the SUBDIR loop. You now get topology
-	  checked if you configured --with-topology
+	* [r6415] 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 at keybit.net>
 
-	* Only run unit tests when building GUI (See
+	* [r6414] 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 at pcorp.us>
 
-	* yeh can put ST_AsKML test back in now that trunk isn't crashing
-	  on it.
+	* [r6413] 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 at pcorp.us>
 
-	* most have missed these
+	* [r6412] most have missed these
 
-2010-12-16 09:48  strk
+2010-12-16 09:48  Sandro Santilli <strk at keybit.net>
 
-	* Add 'clean' to the set of targets handled with the SUBDIRS loop
+	* [r6411] 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 at cleverelephant.ca>
 
-	* Add in GSERIALIZED options for many of the pglgweom_ support
-	  functions.
+	* [r6410] 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 at cleverelephant.ca>
 
-	* Add in #defines to allow conditional switch-over to GSERIALIZED
+	* [r6409] Add in #defines to allow conditional switch-over to
+	  GSERIALIZED
 
-2010-12-15 20:06  strk
+2010-12-15 20:06  Sandro Santilli <strk at keybit.net>
 
-	* Fail on fix subdir build failure. Add missing uninstall rule in
-	  liblwgeom
+	* [r6408] 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 at cleverelephant.ca>
 
-	* Remove silly pointer tests from LWGEOM_collect
+	* [r6407] Remove silly pointer tests from LWGEOM_collect
 
-2010-12-15 18:29  strk
+2010-12-15 18:29  Sandro Santilli <strk at keybit.net>
 
-	* Install topology.sql in the same directory as other things
-	  postgis
+	* [r6406] 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 at cleverelephant.ca>
 
-	* LWGEOM_accum is orphaned code, bye bye!
+	* [r6405] LWGEOM_accum is orphaned code, bye bye!
 
-2010-12-15 18:03  strk
+2010-12-15 18:03  Sandro Santilli <strk at keybit.net>
 
-	* Generate GNUMakefile, add a --with-topology switch to configure,
-	  enabling descending under topology/ dir
+	* [r6404] 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 at cleverelephant.ca>
 
-	* Move geometrycollection back out of the supported types for KML
+	* [r6403] Move geometrycollection back out of the supported types
+	  for KML
 
-2010-12-15 17:46  pramsey
+2010-12-15 17:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* KML crashes on EMPTY (#681)
+	* [r6402] KML crashes on EMPTY (#681)
 
-2010-12-15 17:14  strk
+2010-12-15 17:14  Sandro Santilli <strk at keybit.net>
 
-	* Thanks for the great partecipation around GNUmakefile
+	* [r6401] 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 at keybit.net>
 
-	* Add a check rule under topology/ [RT-SIGTA]
+	* [r6400] Add a check rule under topology/ [RT-SIGTA]
 
-2010-12-15 17:06  strk
+2010-12-15 17:06  Sandro Santilli <strk at keybit.net>
 
-	* Make sure predicate sql file is generated before use
+	* [r6399] Make sure predicate sql file is generated before use
 
-2010-12-15 16:41  strk
+2010-12-15 16:41  Sandro Santilli <strk at keybit.net>
 
-	* Add sqlmm automated test. Drop old rules [RT-SIGTA]
+	* [r6398] Add sqlmm automated test. Drop old rules [RT-SIGTA]
 
-2010-12-15 16:24  strk
+2010-12-15 16:24  Sandro Santilli <strk at keybit.net>
 
-	* automatize topology validity checking [RT-SIGTA]
+	* [r6397] automatize topology validity checking [RT-SIGTA]
 
-2010-12-15 16:04  strk
+2010-12-15 16:04  Sandro Santilli <strk at keybit.net>
 
-	* Start a proper 'make check' rule, using the testrunner in top
-	  dir's regress dir
+	* [r6396] 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 at pcorp.us>
 
-	* okay just exclude POLYGON EMPTY and ST_AsKML -- too many victims
-	  for POLYGON EMPTY including ST_LineMerge now. change namespace to
-	  www.postgis.org
+	* [r6395] 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 at keybit.net>
 
-	* Allow run_test calls from foreign directories
+	* [r6394] Allow run_test calls from foreign directories
 
-2010-12-15 14:09  strk
+2010-12-15 14:09  Sandro Santilli <strk at keybit.net>
 
-	* Do not read ~/.psqlrc when creating database
+	* [r6393] Do not read ~/.psqlrc when creating database
 
-2010-12-15 14:04  strk
+2010-12-15 14:04  Sandro Santilli <strk at keybit.net>
 
-	* Add a --topology switch to equip regression db with topology
-	  support when requested
+	* [r6392] 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 at keybit.net>
 
-	* Add new populate.sql file to host topology population routines.
-	  Properly encode dependencies.
+	* [r6391] 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 at pcorp.us>
 
-	* exclude more functions from tests that are sorta broken
+	* [r6390] exclude more functions from tests that are sorta broken
 
-2010-12-15 11:01  strk
+2010-12-15 11:01  Sandro Santilli <strk at keybit.net>
 
-	* Split sqlmm specific things into its own file
+	* [r6389] Split sqlmm specific things into its own file
 
-2010-12-15 10:48  strk
+2010-12-15 10:48  Sandro Santilli <strk at keybit.net>
 
-	* Work outside of transaction, to help upgrade/test cycles. Fix
-	  leftover from previous commit. [RT-SIGTA]
+	* [r6388] 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 at keybit.net>
 
-	* Fix typo in TopoGeo_addLinestring description, add DEBUG lines
-	  [RT-SIGTA]
+	* [r6387] 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 at keybit.net>
 
-	* Fix detection of non-existent schema in ST_CreateTopoGeo
+	* [r6386] Fix detection of non-existent schema in ST_CreateTopoGeo
 
-2010-12-15 00:57  pramsey
+2010-12-15 00:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Flip more memcpy calls away.
+	* [r6385] Flip more memcpy calls away.
 
-2010-12-15 00:24  pramsey
+2010-12-15 00:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove some calls to memcpy in favor of API functions.
+	* [r6384] Remove some calls to memcpy in favor of API functions.
 
-2010-12-15 00:12  pramsey
+2010-12-15 00:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Strip out more instances of SERIALIZED_FORM
+	* [r6383] Strip out more instances of SERIALIZED_FORM
 
-2010-12-14 20:30  pramsey
+2010-12-14 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Return non-zero when tests fail
+	* [r6382] Return non-zero when tests fail
 
-2010-12-14 20:21  pramsey
+2010-12-14 20:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix regressions in the new KML emitter
+	* [r6381] Fix regressions in the new KML emitter
 
-2010-12-14 16:00  robe
+2010-12-14 16:00  Regina Obe <lr at pcorp.us>
 
-	* exclude from testing functions known to crash with POLYGON EMPTY
+	* [r6380] exclude from testing functions known to crash with
+	  POLYGON EMPTY
 
-2010-12-14 05:53  pramsey
+2010-12-14 05:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Memory leak in geography_from_text (#624)
+	* [r6376] Memory leak in geography_from_text (#624)
 
-2010-12-14 05:01  pramsey
+2010-12-14 05:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Minor usage changes. (#604)
+	* [r6374] Minor usage changes. (#604)
 
-2010-12-14 00:56  pramsey
+2010-12-14 00:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update (c) header
+	* [r6371] Update (c) header
 
-2010-12-14 00:54  pramsey
+2010-12-14 00:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Convert KML output to use stringbuffer for a 50% code
+	* [r6370] 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 at cleverelephant.ca>
 
-	* Remove multicurve warning
+	* [r6369] Remove multicurve warning
 
-2010-12-14 00:37  robe
+2010-12-14 00:37  Regina Obe <lr at pcorp.us>
 
-	* fix some typos and add back curvepolygon example that was
+	* [r6368] 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 at cleverelephant.ca>
 
-	* Second thoughts on stringbuffer changes
+	* [r6367] Second thoughts on stringbuffer changes
 
-2010-12-13 23:40  pramsey
+2010-12-13 23:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Potential minor speed-up functions for stringbuffering
+	* [r6366] Potential minor speed-up functions for stringbuffering
 
-2010-12-13 23:34  pramsey
+2010-12-13 23:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add extra multicurve test for WKT
+	* [r6365] Add extra multicurve test for WKT
 
-2010-12-13 21:42  pramsey
+2010-12-13 21:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update parser to handling compound curves within multicurves
-	  (#525)
+	* [r6364] Update parser to handling compound curves within
+	  multicurves (#525)
 
-2010-12-13 21:31  pramsey
+2010-12-13 21:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_CollectionExtract returns non-requested type (#457)
+	* [r6363] ST_CollectionExtract returns non-requested type (#457)
 
-2010-12-13 20:40  pramsey
+2010-12-13 20:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Return value of snprintf not correctly checked (#556)
+	* [r6360] Return value of snprintf not correctly checked (#556)
 
-2010-12-13 20:25  pramsey
+2010-12-13 20:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Improve stringbuffer_t performance (#439). This is largely done
-	  already in past passes. Added one small memory fix.
+	* [r6359] 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 at cleverelephant.ca>
 
-	* Change default shp2pgsql column to "geom" (#352)
+	* [r6358] Change default shp2pgsql column to "geom" (#352)
 
-2010-12-13 19:50  robe
+2010-12-13 19:50  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6357]
 
-2010-12-13 19:44  robe
+2010-12-13 19:44  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6356]
 
-2010-12-13 19:44  robe
+2010-12-13 19:44  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6355]
 
-2010-12-13 19:43  pramsey
+2010-12-13 19:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* 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.
+	* [r6354] 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 at pcorp.us>
 
-	* 
+	* [r6353]
 
-2010-12-13 19:34  robe
+2010-12-13 19:34  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6352]
 
-2010-12-13 19:32  robe
+2010-12-13 19:32  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6351]
 
-2010-12-13 19:25  robe
+2010-12-13 19:25  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6350]
 
-2010-12-13 19:25  pramsey
+2010-12-13 19:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix up failure in distance calculation (#705) and replace some
-	  SRID -1 with SRID_UNKNOWN
+	* [r6349] Fix up failure in 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 at pcorp.us>
 
-	* 
+	* [r6348]
 
-2010-12-13 16:38  robe
+2010-12-13 16:38  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* remove collection of geometries into crasher group to prevent
-	  testing until we revisit #700
+	* [r6346] 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 at keybit.net>
 
-	* Add comments on the 'edge' topology primitives view
+	* [r6345] Add comments on the 'edge' topology primitives view
 
-2010-12-13 09:51  strk
+2010-12-13 09:51  Sandro Santilli <strk at keybit.net>
 
-	* typo
+	* [r6344] typo
 
-2010-12-12 22:42  nicklas
+2010-12-12 22:42  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* 3d distance functions for line-line cases
+	* [r6343] 3d distance functions for line-line cases
 
-2010-12-12 18:59  nicklas
+2010-12-12 18:59  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* Some cleaning up in measure functions in lwgeom_functions_basic.c
+	* [r6342] 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 at cleverelephant.ca>
 
-	* Remove more SERIALIZED_FORM
+	* [r6341] Remove more SERIALIZED_FORM
 
-2010-12-11 00:28  pramsey
+2010-12-11 00:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ptarray_free now frees the serialized_ptlist, unless
+	* [r6340] 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 at keybit.net>
 
-	* Do not force drop of pre-existing topology schema. Sounds
+	* [r6339] 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 at cleverelephant.ca>
 
-	* Switch to cstring2text for text returns.
+	* [r6338] Switch to cstring2text for text returns.
 
-2010-12-10 23:15  pramsey
+2010-12-10 23:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Clean out more SERIALIZED_FORM calls
+	* [r6337] Clean out more SERIALIZED_FORM calls
 
-2010-12-10 22:45  pramsey
+2010-12-10 22:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Clean out some more calls to SERIALIZED_FORM
+	* [r6336] Clean out some more calls to SERIALIZED_FORM
 
-2010-12-10 20:22  pramsey
+2010-12-10 20:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Issues with TRIANGLE AND TIN EMPTY collections - hmm do they
-	  exist? (#686)
+	* [r6335] 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 at cleverelephant.ca>
 
-	* Fix for TIN EMPTY per #686
+	* [r6334] Fix for TIN EMPTY per #686
 
-2010-12-10 19:10  pramsey
+2010-12-10 19:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix cunit failures on Polyhedral surface (#697)
+	* [r6333] Fix cunit failures on Polyhedral surface (#697)
 
-2010-12-10 18:10  pramsey
+2010-12-10 18:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* WKB and WKT closure checks are now in X/Y only (#693)
+	* [r6332] 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 at keybit.net>
 
-	* Revert GNUMakefile changes as per Mark request. I had enough
-	  complains about build scripts this week...
+	* [r6331] 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 at cleverelephant.ca>
 
-	* Fix ST_Segmentize and Polyhedral Surface -- CRASH (#696)
+	* [r6330] Fix ST_Segmentize and Polyhedral Surface -- CRASH (#696)
 
-2010-12-10 17:57  strk
+2010-12-10 17:57  Sandro Santilli <strk at keybit.net>
 
-	* Add 'uninstall' rule in the loop. Work around the docs dep by
-	  using uninstall deps. Add an 'uninstall' rule to raster subsystem
+	* [r6329] 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 at keybit.net>
 
-	* Be verbose during recursion. List liblwgeom in SUBDIRS, stub
-	  install rules for liblwgeom and utils
+	* [r6328] 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 at keybit.net>
 
-	* more ignores
+	* [r6327] more ignores
 
-2010-12-10 17:19  strk
+2010-12-10 17:19  Sandro Santilli <strk at keybit.net>
 
-	* Start listing some subdirs to recurse into. Hopefully one day
-	  this will become cleaner
+	* [r6326] 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 at keybit.net>
 
-	* add .svn to .gitignore (why is this in repo ? oh well.. it is
-	  useful anyway)
+	* [r6325] 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 at cleverelephant.ca>
 
-	* Fix for crash in ST_RemovePoint (#695)
+	* [r6324] Fix for crash in ST_RemovePoint (#695)
 
-2010-12-10 14:53  mloskot
+2010-12-10 14:53  Mateusz Loskot <mateusz at loskot.net>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Wrap up GEOS predicates in EMPTY tests (#685)
+	* [r6322] Wrap up GEOS predicates in EMPTY tests (#685)
 
-2010-12-09 18:52  pramsey
+2010-12-09 18:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove old function calls
+	* [r6321] Remove old function calls
 
-2010-12-09 18:51  pramsey
+2010-12-09 18:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix for centroid crash on emtpy (#684)
+	* [r6320] Fix for centroid crash on emtpy (#684)
 
-2010-12-09 18:00  pramsey
+2010-12-09 18:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix crash in ST_MakeLine (#690)
+	* [r6319] Fix crash in ST_MakeLine (#690)
 
-2010-12-09 16:10  pramsey
+2010-12-09 16:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add config rpath
+	* [r6318] Add config rpath
 
-2010-12-09 15:00  robe
+2010-12-09 15:00  Regina Obe <lr at pcorp.us>
 
-	* formatting
+	* [r6317] formatting
 
-2010-12-08 23:58  pramsey
+2010-12-08 23:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove more appeals to pglwgeom->type
+	* [r6316] Remove more appeals to pglwgeom->type
 
-2010-12-08 23:52  pramsey
+2010-12-08 23:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove more appeals to pglwgeom->type
+	* [r6315] Remove more appeals to pglwgeom->type
 
-2010-12-08 23:40  pramsey
+2010-12-08 23:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove more appeals to pglwgeom->type
+	* [r6314] Remove more appeals to pglwgeom->type
 
-2010-12-08 23:29  pramsey
+2010-12-08 23:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove another call to TYPE_HASBBOX
+	* [r6313] Remove another call to TYPE_HASBBOX
 
-2010-12-08 23:28  pramsey
+2010-12-08 23:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove call to TYPE_HASBBOX
+	* [r6312] Remove call to TYPE_HASBBOX
 
-2010-12-08 23:27  pramsey
+2010-12-08 23:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove many cases of calls to SERIALIZED_FORM in favour of direct
-	  pglwgeom deserialization
+	* [r6311] 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 at pcorp.us>
 
-	* 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.
+	* [r6310] 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 at cleverelephant.ca>
 
-	* Remove many instances of lwgeom_getType used on PG_LWGEOM
+	* [r6309] Remove many instances of lwgeom_getType used on PG_LWGEOM
 
-2010-12-08 22:02  robe
+2010-12-08 22:02  Regina Obe <lr at pcorp.us>
 
-	* Add more emptiness. We need to explore emptiness more deeply :)
+	* [r6308] Add more emptiness. We need to explore emptiness more
+	  deeply :)
 
-2010-12-08 21:21  pramsey
+2010-12-08 21:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* When asking for a serialized forms type, use pglwgeom_get_type
+	* [r6307] 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 at cleverelephant.ca>
 
-	* Cut down reliance on TYPE_GETTYPE macro in favor of a function we
-	  can repoint later in the serialization change process
+	* [r6306] Cut down reliance on TYPE_GETTYPE macro 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 at cleverelephant.ca>
 
-	* Expunge some TYPE_GETTYPE
+	* [r6305] Expunge some TYPE_GETTYPE
 
-2010-12-08 20:35  pramsey
+2010-12-08 20:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Start to work on PG_LWGEOM sanity before changeover
+	* [r6304] Start to work on PG_LWGEOM sanity before changeover
 
-2010-12-08 19:24  pramsey
+2010-12-08 19:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Rename has_arc to lwgeom_has_arc
+	* [r6303] Rename has_arc to lwgeom_has_arc
 
-2010-12-08 19:23  pramsey
+2010-12-08 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix crash on BuildArea(empty) (#683)
+	* [r6302] Fix crash on BuildArea(empty) (#683)
 
-2010-12-08 18:20  pramsey
+2010-12-08 18:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Handle empty geometries in ST_Buffer(). If argument empty, return
-	  empty. (#682)
+	* [r6301] 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 at cleverelephant.ca>
 
-	* Fix crash in GML output of POLYGON EMPTY (#681)
+	* [r6300] Fix crash in GML output of POLYGON EMPTY (#681)
 
-2010-12-08 16:20  pramsey
+2010-12-08 16:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix AsBinary handling of > 2d features in geography (#680)
+	* [r6299] Fix AsBinary handling of > 2d features in geography
+	  (#680)
 
-2010-12-08 16:04  pramsey
+2010-12-08 16:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Output higher dimensions in astext in geography (#680)
+	* [r6298] Output higher dimensions in astext in geography (#680)
 
-2010-12-08 00:23  pramsey
+2010-12-08 00:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Minor rearrangement of memory handling.
+	* [r6295] Minor rearrangement of memory handling.
 
-2010-12-08 00:02  pramsey
+2010-12-08 00:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Rename lwgeom_from_wkt to lwgeom_parse_wkt to note the use of the
-	  parser object.
+	* [r6294] 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 at cleverelephant.ca>
 
-	* Start flipping over references to srid = -1 to srid =
+	* [r6293] 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 at keybit.net>
 
-	* Use unified diffs for expected/obtained (easier to read)
+	* [r6292] Use unified diffs for expected/obtained (easier to read)
 
-2010-12-07 21:08  pramsey
+2010-12-07 21:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Replace the old WKB/WKT parser and emitters with the new ones.
+	* [r6291] 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 at pcorp.us>
 
-	* change to 1 column (st_sharedpaths)
+	* [r6290] change to 1 column (st_sharedpaths)
 
-2010-12-07 13:45  robe
+2010-12-07 13:45  Regina Obe <lr at pcorp.us>
 
-	* reduce width some more
+	* [r6289] reduce width some more
 
-2010-12-07 13:42  robe
+2010-12-07 13:42  Regina Obe <lr at pcorp.us>
 
-	* change color to be clearer reduce width of text
+	* [r6288] change color to be clearer reduce width of text
 
-2010-12-07 12:51  robe
+2010-12-07 12:51  Regina Obe <lr at pcorp.us>
 
-	* end tbody
+	* [r6287] end tbody
 
-2010-12-07 12:45  robe
+2010-12-07 12:45  Regina Obe <lr at pcorp.us>
 
-	* fix formatting
+	* [r6286] fix formatting
 
-2010-12-07 12:42  robe
+2010-12-07 12:42  Regina Obe <lr at pcorp.us>
 
-	* diagram of shared paths
+	* [r6285] diagram of shared paths
 
-2010-12-07 12:25  robe
+2010-12-07 12:25  Regina Obe <lr at pcorp.us>
 
-	* formatting fixes
+	* [r6284] formatting fixes
 
-2010-12-07 12:02  robe
+2010-12-07 12:02  Regina Obe <lr at pcorp.us>
 
-	* more examples to demonstrate its not just limited to 1 point
-	  snapping
+	* [r6283] 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 at pcorp.us>
 
-	* looks funny in one row, better put each in separate row
+	* [r6282] 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 at pcorp.us>
 
-	* example with diagram for ST_Snap
+	* [r6281] example with diagram for ST_Snap
 
-2010-12-06 15:15  robe
+2010-12-06 15:15  Regina Obe <lr at pcorp.us>
 
-	* minor comment corrections
+	* [r6280] minor comment corrections
 
-2010-12-06 15:15  robe
+2010-12-06 15:15  Regina Obe <lr at pcorp.us>
 
-	* start logging sql queries to log table
+	* [r6279] start logging sql queries to log table
 
-2010-12-06 15:07  strk
+2010-12-06 15:07  Sandro Santilli <strk at keybit.net>
 
-	* Add a couple more cases provided by RT-SITA
+	* [r6278] Add a couple more cases provided by RT-SITA
 
-2010-12-06 14:52  strk
+2010-12-06 14:52  Sandro Santilli <strk at keybit.net>
 
-	* Document ST_Snap, xref with SnapToGrid
+	* [r6277] Document ST_Snap, xref with SnapToGrid
 
-2010-12-06 14:21  strk
+2010-12-06 14:21  Sandro Santilli <strk at keybit.net>
 
-	* Fix typo in ST_SharedPaths documentation, add some xrefs
+	* [r6276] Fix typo in ST_SharedPaths documentation, add some xrefs
 
-2010-12-03 21:38  pramsey
+2010-12-03 21:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updates to the WKT parser to report errlocation in more places.
+	* [r6275] 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 at cleverelephant.ca>
 
-	* Make use of ptarray api for manipulating serialized_pointlist
+	* [r6274] Make use of ptarray api for manipulating
+	  serialized_pointlist
 
-2010-12-03 15:53  pramsey
+2010-12-03 15:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove a couple warnings.
+	* [r6273] Remove a couple warnings.
 
-2010-12-03 10:13  strk
+2010-12-03 10:13  Sandro Santilli <strk at keybit.net>
 
-	* Add SNAP test reported on JTS mailing list
+	* [r6272] Add SNAP test reported on JTS mailing list
 
-2010-12-03 09:53  strk
+2010-12-03 09:53  Sandro Santilli <strk at keybit.net>
 
-	* Fix release of wrong memory (same bug as #670, found here for
-	  copy&paste)
+	* [r6271] 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 at keybit.net>
 
-	* FREE the right argument (fixes bug #670)
+	* [r6270] FREE the right argument (fixes bug #670)
 
-2010-12-03 09:00  strk
+2010-12-03 09:00  Sandro Santilli <strk at keybit.net>
 
-	* Add test for bug 670
+	* [r6269] Add test for bug 670
 
-2010-12-03 05:40  robe
+2010-12-03 05:40  Regina Obe <lr at pcorp.us>
 
-	* document st_sharedpaths and alphabetize listings
+	* [r6268] document st_sharedpaths and alphabetize listings
 
-2010-12-02 20:38  pramsey
+2010-12-02 20:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change i18n instructions to use shp2pgsql_LANG.po as format for
-	  po file names.
+	* [r6267] 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 at cleverelephant.ca>
 
-	* Remove serialized_pointlist direct access from ./postgis
+	* [r6266] Remove serialized_pointlist direct access from ./postgis
 
-2010-12-02 19:09  pramsey
+2010-12-02 19:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move is_closed fully to liblwgeom and remove LWGEOM_INSPECTED
-	  from IsClosed
+	* [r6265] 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 at cleverelephant.ca>
 
-	* Remove LWGEOM_INSPECTED from pointn, startpoint, endpoint, and
-	  migrate functionality to liblwgeom.
+	* [r6264] 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 at keybit.net>
 
-	* ST_Snap and regress testing
+	* [r6263] ST_Snap and regress testing
 
-2010-12-02 18:01  pramsey
+2010-12-02 18:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove LWGEOM_INSPECTED from PointN
+	* [r6262] Remove LWGEOM_INSPECTED from PointN
 
-2010-12-02 17:46  pramsey
+2010-12-02 17:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove LWGEOM_INSPECTED from NumInteriorRings
+	* [r6261] Remove LWGEOM_INSPECTED from NumInteriorRings
 
-2010-12-02 17:39  pramsey
+2010-12-02 17:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove unused function
+	* [r6260] Remove unused function
 
-2010-12-02 17:38  pramsey
+2010-12-02 17:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove LWGEOM_INSPECTED from ndims
+	* [r6259] Remove LWGEOM_INSPECTED from ndims
 
-2010-12-02 17:18  pramsey
+2010-12-02 17:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove INSPECTED from numpoints
+	* [r6258] Remove INSPECTED from numpoints
 
-2010-12-02 16:25  mloskot
+2010-12-02 16:25  Mateusz Loskot <mateusz at loskot.net>
 
-	* Updated SQL scripts location in the database building makefile
+	* [r6257] Updated SQL scripts location in the database building
+	  makefile
 
-2010-12-02 16:13  pramsey
+2010-12-02 16:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove GET_GETTYPE from some functions.
+	* [r6256] Remove GET_GETTYPE from some functions.
 
-2010-12-02 16:06  robe
+2010-12-02 16:06  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r6255] fix typo
 
-2010-12-02 15:55  pramsey
+2010-12-02 15:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove LWGEOM_INSPECTED from ST_Union
+	* [r6253] Remove LWGEOM_INSPECTED from ST_Union
 
-2010-12-02 15:54  robe
+2010-12-02 15:54  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* all test sql statements should be logged to postgis_garden_log
-	  and successful results output to postgis_garden_log_output
+	* [r6251] 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 at cleverelephant.ca>
 
-	* Pass iconv header flags to cpp in all cases.
+	* [r6250] Pass iconv header flags to cpp in all cases.
 
-2010-12-02 15:29  mloskot
+2010-12-02 15:29  Mateusz Loskot <mateusz at loskot.net>
 
-	* Fixed invalid on-error return value from rt_raster_add_band
+	* [r6249] 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 at loskot.net>
 
-	* Updated the raster messages output by the configure script.
+	* [r6248] Updated the raster messages output by the configure
+	  script.
 
-2010-12-02 14:40  jorgearevalo
+2010-12-02 14:40  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Changed SRID by srid in LWPOLY structure call. Due to change in
-	  r6204
+	* [r6247] 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 at pcorp.us>
 
-	* 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.
+	* [r6246] 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 at cleverelephant.ca>
 
-	* Add i18n string wrapper for pgsql2shp utility too.
+	* [r6245] Add i18n string wrapper for pgsql2shp utility too.
 
-2010-12-02 00:51  pramsey
+2010-12-02 00:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Now for sure.
+	* [r6244] Now for sure.
 
-2010-12-02 00:50  pramsey
+2010-12-02 00:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Final one?
+	* [r6243] Final one?
 
-2010-12-02 00:48  pramsey
+2010-12-02 00:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More NLS macros
+	* [r6242] More NLS macros
 
-2010-12-02 00:47  pramsey
+2010-12-02 00:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add another NLS macro
+	* [r6241] Add another NLS macro
 
-2010-12-02 00:46  pramsey
+2010-12-02 00:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add needed macro
+	* [r6240] Add needed macro
 
-2010-12-02 00:44  pramsey
+2010-12-02 00:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* First attempt at i18n for the loader/dumper.
+	* [r6239] First attempt at i18n for the loader/dumper.
 
-2010-12-01 20:28  pramsey
+2010-12-01 20:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove LWGEOM_INSPECTED from perimeter calculation
+	* [r6238] Remove LWGEOM_INSPECTED from perimeter calculation
 
-2010-12-01 19:59  pramsey
+2010-12-01 19:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove LWGEOM_INSPECTED from transform functions
+	* [r6237] Remove LWGEOM_INSPECTED from transform functions
 
-2010-12-01 18:13  strk
+2010-12-01 18:13  Sandro Santilli <strk at keybit.net>
 
-	* Add regression testing for ST_SharedPaths
+	* [r6236] Add regression testing for ST_SharedPaths
 
-2010-12-01 18:11  strk
+2010-12-01 18:11  Sandro Santilli <strk at keybit.net>
 
-	* Support typed multi* empties, just enough fro ST_SharedEdge (see
-	  issue #673 for more)
+	* [r6235] 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 at keybit.net>
 
-	* Fix builds against libgeos < 3.3.0
+	* [r6234] Fix builds against libgeos < 3.3.0
 
-2010-12-01 16:23  strk
+2010-12-01 16:23  Sandro Santilli <strk at keybit.net>
 
-	* Retain SRID in output
+	* [r6233] Retain SRID in output
 
-2010-12-01 16:15  strk
+2010-12-01 16:15  Sandro Santilli <strk at keybit.net>
 
-	* Newer script (2009 rather than 2006). Hoping others' won't have
-	  it updated (my ./autogen.sh runs always update it)
+	* [r6232] 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 at keybit.net>
 
-	* Build and register ST_SharedPaths
+	* [r6231] Build and register ST_SharedPaths
 
-2010-12-01 15:42  strk
+2010-12-01 15:42  Sandro Santilli <strk at keybit.net>
 
-	* postgis/Makefile is generated from postgis/Makefile.in by
+	* [r6230] postgis/Makefile is generated from postgis/Makefile.in by
 	  ./configure
 
-2010-12-01 15:12  robe
+2010-12-01 15:12  Regina Obe <lr at pcorp.us>
 
-	* no fair -- I want a collection of empties too
+	* [r6229] no fair -- I want a collection of empties too
 
-2010-12-01 15:07  strk
+2010-12-01 15:07  Sandro Santilli <strk at keybit.net>
 
-	* typo
+	* [r6228] typo
 
-2010-12-01 14:56  strk
+2010-12-01 14:56  Sandro Santilli <strk at keybit.net>
 
-	* Test dumping an insanely _empty_ geometry
+	* [r6227] Test dumping an insanely _empty_ geometry
 
-2010-12-01 14:44  strk
+2010-12-01 14:44  Sandro Santilli <strk at keybit.net>
 
-	* Test ST_Dump(EMPTY)
+	* [r6226] Test ST_Dump(EMPTY)
 
-2010-12-01 14:41  strk
+2010-12-01 14:41  Sandro Santilli <strk at keybit.net>
 
-	* Add test for ST_Dump
+	* [r6225] Add test for ST_Dump
 
-2010-12-01 13:57  strk
+2010-12-01 13:57  Sandro Santilli <strk at keybit.net>
 
-	* some ignores
+	* [r6224] some ignores
 
-2010-12-01 13:57  strk
+2010-12-01 13:57  Sandro Santilli <strk at keybit.net>
 
-	* Execute bit
+	* [r6223] Execute bit
 
-2010-12-01 13:57  strk
+2010-12-01 13:57  Sandro Santilli <strk at keybit.net>
 
-	* Build ST_SharedPaths function (currently returning a
+	* [r6222] Build ST_SharedPaths function (currently returning a
 	  geometrycollection)
 
-2010-12-01 01:02  pramsey
+2010-12-01 01:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add stringbuffer_create_size() to allow different starting sizes
-	  for the buffer
+	* [r6221] 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 at cleverelephant.ca>
 
-	* Move affine transforms into liblwgeom and expunge
+	* [r6220] Move affine transforms into liblwgeom and expunge
 	  LWGEOM_INSPECTED
 
-2010-12-01 00:00  pramsey
+2010-12-01 00:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make spheroid distance respect z if it's there.
+	* [r6219] Make spheroid distance respect z if it's there.
 
-2010-11-30 23:46  pramsey
+2010-11-30 23:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove old length_ellipse functions
+	* [r6218] Remove old length_ellipse functions
 
-2010-11-30 23:44  pramsey
+2010-11-30 23:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move spheroid length calculation to using same function as
-	  geography
+	* [r6217] Move spheroid length calculation to using same function
+	  as geography
 
-2010-11-30 23:23  pramsey
+2010-11-30 23:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Include some extra memory freeing in the force_ndims variants.
+	* [r6216] Include some extra memory freeing in the force_ndims
+	  variants.
 
-2010-11-30 22:55  pramsey
+2010-11-30 22:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move length calculations fully to liblwgeom and remove
+	* [r6215] Move length calculations fully to liblwgeom and remove
 	  LWGEOM_INSPECTED
 
-2010-11-30 21:54  pramsey
+2010-11-30 21:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move area calculations fully to liblwgeom and remove
+	* [r6214] Move area calculations fully to liblwgeom and remove
 	  LWGEOM_INSPECTED
 
-2010-11-30 21:35  pramsey
+2010-11-30 21:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove LWGEOM_INSPECTED from AsGML and AsKML
+	* [r6213] Remove LWGEOM_INSPECTED from AsGML and AsKML
 
-2010-11-30 20:11  pramsey
+2010-11-30 20:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove LWGEOM_INSPECTED from AsGeoJSON
+	* [r6212] Remove LWGEOM_INSPECTED from AsGeoJSON
 
-2010-11-30 19:02  pramsey
+2010-11-30 19:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove LWGEOM_INSPECTED from AsSVG
+	* [r6211] Remove LWGEOM_INSPECTED from AsSVG
 
-2010-11-30 07:02  robe
+2010-11-30 07:02  Regina Obe <lr at pcorp.us>
 
-	* more logging cleanup and add create index test for
+	* [r6210] 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 at pcorp.us>
 
-	* more mistakes
+	* [r6209] more mistakes
 
-2010-11-29 12:55  robe
+2010-11-29 12:55  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r6208] fix typo
 
-2010-11-26 16:55  robe
+2010-11-26 16:55  Regina Obe <lr at pcorp.us>
 
-	* fix more mistakes in table logging. replace toxic curved
+	* [r6207] 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 at pcorp.us>
 
-	* 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] 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 at camptocamp.com>
 
-	* Change POINTARRAY.dims to POINTARRAY.flags. Related to #658
+	* [r6205] Change POINTARRAY.dims to POINTARRAY.flags. Related to
+	  #658
 
-2010-11-25 17:34  colivier
+2010-11-25 17:34  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Change SRID to srid in LWGEOM struct (and also in CHIP too).
-	  Rename some functions related to SRID from Camel notation to
-	  lower case: errorIfSRIDMismatch, pglwgeom_getSRID,
+	* [r6204] Change SRID to srid in LWGEOM struct (and also in CHIP
+	  too). Rename some functions related to SRID from Camel notation
+	  to lower case: 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 at pcorp.us>
 
-	* fix casing in dropRastertable
+	* [r6203] fix casing in dropRastertable
 
-2010-11-24 22:29  robe
+2010-11-24 22:29  Regina Obe <lr at pcorp.us>
 
-	* fix table casing in Addrastercolumn
+	* [r6202] fix table casing in Addrastercolumn
 
-2010-11-24 17:49  pramsey
+2010-11-24 17:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fully free temporary ptarray
+	* [r6201] Fully free temporary ptarray
 
-2010-11-24 17:46  robe
+2010-11-24 17:46  Regina Obe <lr at pcorp.us>
 
-	* reenable st_curvetoline and st_linetocurve functions. Seem to
-	  work now.
+	* [r6200] 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 at pcorp.us>
 
-	* Exclude ST_MinimumBoundingCircle from testing. That uses
+	* [r6199] Exclude ST_MinimumBoundingCircle from testing. That uses
 	  ST_AddPoint too.
 
-2010-11-24 13:34  robe
+2010-11-24 13:34  Regina Obe <lr at pcorp.us>
 
-	* change polygon z and m building to not use ST_AddPoint and remove
-	  ST_AddPoint from testing until it works again. Put ST_Transform
-	  back.
+	* [r6198] change polygon z and m 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 at cleverelephant.ca>
 
-	* Inherit gbox flags from lwgeom when calculating. This makes
-	  sense.
+	* [r6197] Inherit gbox flags from lwgeom when calculating. This
+	  makes sense.
 
-2010-11-24 01:06  pramsey
+2010-11-24 01:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Initialize static GBOX flags to zero to avoid nastiness.
+	* [r6196] Initialize static GBOX flags to zero to avoid nastiness.
 
-2010-11-24 00:39  pramsey
+2010-11-24 00:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Tighten up lwgeodetic a little
+	* [r6195] Tighten up lwgeodetic a little
 
-2010-11-24 00:28  pramsey
+2010-11-24 00:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ensure that flags are initialized cleanly in constructors
+	* [r6194] Ensure that flags are initialized cleanly in constructors
 
-2010-11-23 23:47  pramsey
+2010-11-23 23:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update geography functions to use the in-build .flags attribute
-	  on LWGEOM
+	* [r6193] 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 at cleverelephant.ca>
 
-	* Remove libgeom.h
+	* [r6192] Remove libgeom.h
 
-2010-11-23 15:49  robe
+2010-11-23 15:49  Regina Obe <lr at pcorp.us>
 
-	* fix casing of pixel types
+	* [r6191] fix casing of pixel types
 
-2010-11-23 00:44  pramsey
+2010-11-23 00:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make the ptarray_add_point behavior more explicit.
+	* [r6190] Make the ptarray_add_point behavior more explicit.
 
-2010-11-23 00:23  pramsey
+2010-11-23 00:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove dlfcn.h. Doesn't seem to make any difference under OS/X.
+	* [r6189] 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 at cleverelephant.ca>
 
-	* Update force2d to preserve repeated points.
+	* [r6188] Update force2d to preserve repeated points.
 
-2010-11-22 22:33  pramsey
+2010-11-22 22:33  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in actual cu_ptarray.c test file
+	* [r6187] Add in actual cu_ptarray.c test file
 
-2010-11-22 22:23  pramsey
+2010-11-22 22:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make ptarray_append_point handle higher dimensions more
+	* [r6186] Make ptarray_append_point handle higher dimensions more
 	  consistently.
 
-2010-11-22 19:24  pramsey
+2010-11-22 19:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make LWGEOM_expand use the ptarray API
+	* [r6185] Make LWGEOM_expand use the ptarray API
 
-2010-11-22 15:43  robe
+2010-11-22 15:43  Regina Obe <lr at pcorp.us>
 
-	* change to not use skewed rasters and insure when point is used in
-	  falls in the raster to prevent unnecessary alarms
+	* [r6184] 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 at pcorp.us>
 
-	* fix more bugs in test
+	* [r6183] fix more bugs in test
 
-2010-11-22 13:34  robe
+2010-11-22 13:34  Regina Obe <lr at pcorp.us>
 
-	* fix some bugs in tests. More fixes to come
+	* [r6182] fix some bugs in tests. More fixes to come
 
-2010-11-21 19:13  colivier
+2010-11-21 19:13  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add triangle support for ST_Transform. Fix #600. Thanks to Regina
-	  for report !
+	* [r6181] 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 at camptocamp.com>
 
-	* #658 part 1. Enhance LWGEOM struct (type, flags and GBOX) and
-	  related functions call.
+	* [r6180] #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 at cleverelephant.ca>
 
-	* Revert GML change. Hm.
+	* [r6179] Revert GML change. Hm.
 
-2010-11-19 21:51  pramsey
+2010-11-19 21:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change in gml regression to match what seems to be the right
-	  answers.
+	* [r6178] 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 at cleverelephant.ca>
 
-	* Flip nrings function from serialized to lwgeom based.
+	* [r6177] Flip nrings function from serialized to lwgeom based.
 
-2010-11-18 18:13  pramsey
+2010-11-18 18:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change over npoints to use an lwgeom based function intead of
-	  serialized.
+	* [r6176] 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 at cleverelephant.ca>
 
-	* An argument for git. This massive commit includes the renaming of
-	  function in the ptarray API, the removal of some pointArray_*
-	  variants in favor of ptarray_* variants, and, importantly, the
-	  adition of _append_point and _insert_point options for
-	  pointarrays. Functions have been switched over to using the API
-	  instead of managing the serialized_pointlist themselves. This has
-	  necessitated the re-writing of some functions. Simplify2d and
-	  Force2d have been re-written as lwgeom functions instead of
-	  serialized form functions, and moved into liblwgeom. There are
-	  still some major functions to move into liblwgeom, including the
-	  point_in_polygon functions that support the intersects shortcuts
-	  and the linear referencing fuctions in lwgeom_functions_analytic.
+	* [r6175] An argument for git. This massive commit includes the
+	  renaming of function in the ptarray API, the removal of some
+	  pointArray_* variants in favor of ptarray_* variants, and,
+	  importantly, the adition of _append_point and _insert_point
+	  options for pointarrays. Functions have been switched over to
+	  using the API instead of managing the serialized_pointlist
+	  themselves. This has necessitated the re-writing of some
+	  functions. Simplify2d and Force2d have been re-written as lwgeom
+	  functions instead of serialized form functions, and moved into
+	  liblwgeom. There are still some major functions to move into
+	  liblwgeom, including the point_in_polygon functions that support
+	  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 at pcorp.us>
 
-	* minor logging corrections
+	* [r6174] minor logging corrections
 
-2010-11-14 18:10  jorgearevalo
+2010-11-14 18:10  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Added MapAlgebra prerequisites to raster core.
+	* [r6173] Added MapAlgebra prerequisites to raster core.
 
-2010-11-12 15:48  robe
+2010-11-12 15:48  Regina Obe <lr at pcorp.us>
 
-	* Update 9.0 FAQ to include npgsql fixed driver for bytea support
+	* [r6172] 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 at cleverelephant.ca>
 
-	* Change pointArray_construct() to
+	* [r6170] Change pointArray_construct() to
 	  ptarray_construct_reference_data()
 
-2010-11-02 14:20  robe
+2010-11-02 14:20  Regina Obe <lr at pcorp.us>
 
-	* add relevant references
+	* [r6168] add relevant references
 
-2010-11-02 06:20  pramsey
+2010-11-02 06:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change over to lwgeom_is_collection where appropriate.
+	* [r6167] Change over to lwgeom_is_collection where appropriate.
 
-2010-11-02 05:52  pramsey
+2010-11-02 05:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove unused function. Rename lwgeom_is_collection to
+	* [r6166] Remove unused function. Rename lwgeom_is_collection to
 	  lwtype_is_collection.
 
-2010-11-01 21:03  kneufeld
+2010-11-01 21:03  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* try an experiment to fix Docbook and MathML compatibility issues.
+	* [r6165] try an experiment to fix Docbook and MathML compatibility
+	  issues.
 	  upgrade Docbook to 4.5
 	  upgrade MathML to 2.0
 	  
@@ -23185,613 +24130,630 @@
 	  
 	  "make check" should now pass without incident.
 
-2010-11-01 14:48  robe
+2010-11-01 14:48  Regina Obe <lr at pcorp.us>
 
-	* logging for multi arg functions
+	* [r6164] logging for multi arg functions
 
-2010-11-01 14:07  robe
+2010-11-01 14:07  Regina Obe <lr at pcorp.us>
 
-	* Get rid of WKT in credits and some minor spring cleaning
+	* [r6163] 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 at cleverelephant.ca>
 
-	* Fix liblwgeom.h reference in generator
+	* [r6162] Fix liblwgeom.h reference in generator
 
-2010-11-01 08:11  pramsey
+2010-11-01 08:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove DYNPTARRAY and all users of it
+	* [r6161] Remove DYNPTARRAY and all users of it
 
-2010-11-01 01:28  pramsey
+2010-11-01 01:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Flip all the internal liblwgeom files over to use
+	* [r6160] 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 at cleverelephant.ca>
 
-	* Remove one use of DYNPTARRAY
+	* [r6159] Remove one use of DYNPTARRAY
 
-2010-10-31 03:19  pramsey
+2010-10-31 03:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove a pair of unused functions.
+	* [r6158] Remove a pair of unused functions.
 
-2010-10-31 02:31  pramsey
+2010-10-31 02:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Clean out scruft from my G_ phase and start attempting to
+	* [r6157] Clean out scruft from my G_ phase and start attempting to
 	  separate _internal from external liblwgeom functions.
 
-2010-10-30 17:35  strk
+2010-10-30 17:35  Sandro Santilli <strk at keybit.net>
 
-	* ISO C90 forbids mixed declarations and code
+	* [r6156] ISO C90 forbids mixed declarations and code
 
-2010-10-29 22:57  robe
+2010-10-29 22:57  Regina Obe <lr at pcorp.us>
 
-	* put in references to geomval data type
+	* [r6155] put in references to geomval data type
 
-2010-10-29 22:20  robe
+2010-10-29 22:20  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r6154]
 
-2010-10-29 21:57  robe
+2010-10-29 21:57  Regina Obe <lr at pcorp.us>
 
-	* switch order back
+	* [r6153] switch order back
 
-2010-10-29 21:33  robe
+2010-10-29 21:33  Regina Obe <lr at pcorp.us>
 
-	* Include rasters in special function index and switch ordering of
-	  chapters so special function index is at the end again after
-	  raster
+	* [r6152] 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 at pcorp.us>
 
-	* test all functions -- first draft -- lots of false negatives
+	* [r6151] test all functions -- first draft -- lots of false
+	  negatives
 
-2010-10-29 12:21  robe
+2010-10-29 12:21  Regina Obe <lr at pcorp.us>
 
-	* fix typo in logging
+	* [r6150] fix typo in logging
 
-2010-10-29 12:04  robe
+2010-10-29 12:04  Regina Obe <lr at pcorp.us>
 
-	* update to test the raster operators
+	* [r6149] update to test the raster operators
 
-2010-10-29 11:28  robe
+2010-10-29 11:28  Regina Obe <lr at pcorp.us>
 
-	* ST_3DDFullyWithin
+	* [r6148] ST_3DDFullyWithin
 
-2010-10-28 23:08  pracine
+2010-10-28 23:08  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* --General enhancement to the script functions. Still a lot of
-	  work to do...
+	* [r6147] --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 at pcorp.us>
 
-	* some cleanup and one more link
+	* [r6146] some cleanup and one more link
 
-2010-10-28 13:10  robe
+2010-10-28 13:10  Regina Obe <lr at pcorp.us>
 
-	* get rid of tabs
+	* [r6145] get rid of tabs
 
-2010-10-28 12:45  robe
+2010-10-28 12:45  Regina Obe <lr at pcorp.us>
 
-	* Try to clarify use of ST_MakeEmptyRaster to address #651
+	* [r6144] Try to clarify use of ST_MakeEmptyRaster to address #651
 
-2010-10-27 18:01  kneufeld
+2010-10-27 18:01  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* updated reference to appropriate image in the discussion on
-	  geometry validity
+	* [r6143] 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.ca at gmail.com>
 
-	* added an example for ST_IsValid that shows a valid multipolygon
-	  that touches at a point.
+	* [r6142] 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.ca at gmail.com>
 
-	* remove <remark> TODO tag in doc.
+	* [r6141] remove <remark> TODO tag in doc.
 
-2010-10-27 16:47  robe
+2010-10-27 16:47  Regina Obe <lr at pcorp.us>
 
-	* Logic to test inserting rasters of all different types
+	* [r6140] Logic to test inserting rasters of all different types
 
-2010-10-27 14:38  robe
+2010-10-27 14:38  Regina Obe <lr at pcorp.us>
 
-	* First working version of raster garden test -- currently just
-	  does an addrastercolumn for all pixel types supported, drop
+	* [r6139] 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
+2010-10-27 12:51  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* gdal2raster.py renamed to raster2pgsql.py. Related ticket #612
+	* [r6138] gdal2raster.py renamed to raster2pgsql.py. Related ticket
+	  #612
 
-2010-10-27 11:06  jorgearevalo
+2010-10-27 11:06  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Added CC=@CC@ in raster/rt_core/Makefile.in. Related ticket #550.
+	* [r6137] Added CC=@CC@ in raster/rt_core/Makefile.in. Related
+	  ticket #550.
 
-2010-10-26 17:40  jorgearevalo
+2010-10-26 17:40  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Fixes on PostGIS Raster debug system. The raster core uses
+	* [r6136] Fixes on PostGIS Raster debug system. The raster core
+	  uses
 	  default_info_handler() call. Other minor bugs fixed. Created
 	  DEBUG file in
 	  raster directory, similar to postgis/DEBUG file. Erased
 	  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 at pcorp.us>
 
-	* start work on raster garden test generator
+	* [r6135] start work on raster garden test generator
 
-2010-10-26 16:40  jorgearevalo
+2010-10-26 16:40  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* New debug system, similar to the PostGIS debug system, with two
-	  sets of macros
+	* [r6134] 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 at pcorp.us>
 
-	* fix id ref
+	* [r6133] fix id ref
 
-2010-10-26 15:42  robe
+2010-10-26 15:42  Regina Obe <lr at pcorp.us>
 
-	* fix build issue -- need more fixing later
+	* [r6132] fix build issue -- need more fixing later
 
-2010-10-26 15:01  robe
+2010-10-26 15:01  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r6131] fix typo
 
-2010-10-26 14:47  robe
+2010-10-26 14:47  Regina Obe <lr at pcorp.us>
 
-	* 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.
+	* [r6130] 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 at pcorp.us>
 
-	* try to get rid of utf stuff again
+	* [r6129] try to get rid of utf stuff again
 
-2010-10-25 17:28  pramsey
+2010-10-25 17:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Use ptarray_isclosed to check closure
+	* [r6128] Use ptarray_isclosed to check closure
 
-2010-10-25 16:06  jorgearevalo
+2010-10-25 16:06  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Added svn tag keywords to raster plpgsql scripts. Related ticket
-	  #642.
+	* [r6127] 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 at pcorp.us>
 
-	* revert
+	* [r6126] revert
 
-2010-10-25 14:33  robe
+2010-10-25 14:33  Regina Obe <lr at pcorp.us>
 
-	* get rid of utf header entirely -- my xsltproc when run with
-	  make-comments chokes on it.
+	* [r6125] 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 at cleverelephant.ca>
 
-	* Add some WKT tests on EMPTY
+	* [r6124] Add some WKT tests on EMPTY
 
-2010-10-25 04:57  pramsey
+2010-10-25 04:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add/improve comments, fix SRID handling for EWKT inputs.
+	* [r6123] Add/improve comments, fix SRID handling for EWKT inputs.
 
-2010-10-25 04:34  pramsey
+2010-10-25 04:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More care handling mixed dimensional inputs and being tolerant of
-	  wierd stuff
+	* [r6122] 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 at cleverelephant.ca>
 
-	* Add destructors for the _list elements of the grammar.
+	* [r6121] Add destructors for the _list elements of the grammar.
 
-2010-10-24 19:51  pramsey
+2010-10-24 19:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove parse/lex outputs from 'clean' target, add to
+	* [r6120] 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 at cleverelephant.ca>
 
-	* Update lexer
+	* [r6119] Update lexer
 
-2010-10-24 19:30  pramsey
+2010-10-24 19:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add generated parser/lexer files
+	* [r6118] Add generated parser/lexer files
 
-2010-10-24 19:29  pramsey
+2010-10-24 19:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove svn:ignores for lex/parser results
+	* [r6117] Remove svn:ignores for lex/parser results
 
-2010-10-24 19:28  pramsey
+2010-10-24 19:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove header-file option
+	* [r6116] Remove header-file option
 
-2010-10-24 19:25  pramsey
+2010-10-24 19:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More tweaks to lexer to generate header
+	* [r6115] More tweaks to lexer to generate header
 
-2010-10-24 19:13  pramsey
+2010-10-24 19:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change order of options
+	* [r6114] Change order of options
 
-2010-10-24 19:00  pramsey
+2010-10-24 19:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Turn off verbose grammar
+	* [r6113] Turn off verbose grammar
 
-2010-10-24 19:00  pramsey
+2010-10-24 19:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in tests for more WKT types and fix bugs as they show up.
+	* [r6112] 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 at cleverelephant.ca>
 
-	* Add quotes to bison/flex calls.
+	* [r6111] Add quotes to bison/flex calls.
 
-2010-10-24 16:04  pramsey
+2010-10-24 16:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Match the error strings with the legacy ones in the old WKT
-	  parser.
+	* [r6110] 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 at cleverelephant.ca>
 
-	* Rename WKT out suite.
+	* [r6109] Rename WKT out suite.
 
-2010-10-23 23:53  pramsey
+2010-10-23 23:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change sytax on calls to LEX to maybe make windoze and others
-	  happier
+	* [r6108] 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 at cleverelephant.ca>
 
-	* Ignore generated Makefile
+	* [r6107] Ignore generated Makefile
 
-2010-10-23 23:49  pramsey
+2010-10-23 23:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change empty collection constructor to take a type number, like
-	  the non-empty constructor (because we now believe in typed
-	  empties).
+	* [r6106] 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 at cleverelephant.ca>
 
-	* Finish untested support for all types in WKT input.
+	* [r6105] Finish untested support for all types in WKT input.
 
-2010-10-23 14:41  pramsey
+2010-10-23 14:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove long form lex parameters
+	* [r6104] Remove long form lex parameters
 
-2010-10-22 23:32  pramsey
+2010-10-22 23:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add dimensional empties to the grammar
+	* [r6103] Add dimensional empties to the grammar
 
-2010-10-22 23:29  pramsey
+2010-10-22 23:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* comment the fact we support ISO extended types in WKB emitter
+	* [r6102] 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 at cleverelephant.ca>
 
-	* Add in the ISO extended types to the WKT parser and emitter.
+	* [r6101] 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 at cleverelephant.ca>
 
-	* Apply mcayland patch to build parse/lex. Remember: make clean
-	  before make.
+	* [r6100] Apply mcayland patch to build parse/lex. Remember: make
+	  clean before make.
 
-2010-10-22 16:29  jorgearevalo
+2010-10-22 16:29  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Changed '--with-gdal' for '--with-gdalconfig'. Related tickets
-	  #610 #616
+	* [r6099] Changed '--with-gdal' for '--with-gdalconfig'. Related
+	  tickets #610 #616
 
-2010-10-22 14:54  robe
+2010-10-22 14:54  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r6098] fix typo
 
-2010-10-22 14:52  robe
+2010-10-22 14:52  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* amend install instructions to reflect new simplied installation
-	  of raster support
+	* [r6096] amend install instructions to reflect new simplied
+	  installation of raster support
 
-2010-10-22 14:00  jorgearevalo
+2010-10-22 14:00  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Raster build simplified. Only "./configure --with-raster & make &
-	  make install" needed. Raster objetive names changed in
+	* [r6095] 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 at cleverelephant.ca>
 
-	* Add in more parser cases and test an EMPTY case.
+	* [r6094] Add in more parser cases and test an EMPTY case.
 
-2010-10-21 22:22  pramsey
+2010-10-21 22:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add support for point and multipoints to the WKT parser.
+	* [r6093] Add support for point and multipoints to the WKT parser.
 
-2010-10-21 21:32  pramsey
+2010-10-21 21:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ensure the parser prereqs are built (#636)
+	* [r6092] Ensure the parser prereqs are built (#636)
 
-2010-10-20 22:51  pramsey
+2010-10-20 22:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Current work on bison-based WKT-to-LWGEOM parser. Implemented for
-	  LINESTRING, almost ready to extend to all types.
+	* [r6091] Current 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 at pcorp.us>
 
-	* correction in output type
+	* [r6090] correction in output type
 
-2010-10-20 13:41  pracine
+2010-10-20 13:41  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -Fix for ticket ticket 634. Typo in error message.
+	* [r6089] -Fix for ticket ticket 634. Typo in error message.
 
-2010-10-20 13:38  pracine
+2010-10-20 13:38  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -Fix for ticket 632. st_world2rastercoordx and
+	* [r6088] -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 at pcorp.us>
 
-	* finish off documenting current public raster functions. Think
-	  that's all of them we have so far
+	* [r6087] 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 at pcorp.us>
 
-	* fill in missing portos and provide more description of what
-	  additional protos do when args are left out or included
+	* [r6086] 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 at pcorp.us>
 
-	* missing protos for st_askml, st_asgml
+	* [r6085] missing protos for st_askml, st_asgml
 
-2010-10-18 15:59  strk
+2010-10-18 15:59  Sandro Santilli <strk at keybit.net>
 
-	* Location argument to GEOSIsValidDetail is non-const
+	* [r6084] Location argument to GEOSIsValidDetail is non-const
 
-2010-10-18 13:15  strk
+2010-10-18 13:15  Sandro Santilli <strk at keybit.net>
 
-	* Snap ShortestLine to 1e-14 grid (fixes failure on opensuse)
+	* [r6083] 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 at sbf.ulaval.ca>
 
-	* -Fix for ticket 628.
+	* [r6082] -Fix for ticket 628.
 
-2010-10-15 14:32  robe
+2010-10-15 14:32  Regina Obe <lr at pcorp.us>
 
-	* typo
+	* [r6081] typo
 
-2010-10-15 14:29  robe
+2010-10-15 14:29  Regina Obe <lr at pcorp.us>
 
-	* more logic errors
+	* [r6080] more logic errors
 
-2010-10-15 13:28  robe
+2010-10-15 13:28  Regina Obe <lr at pcorp.us>
 
-	* fix error in logic in test, change xml header to match other xml
-	  files
+	* [r6079] 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 at pcorp.us>
 
-	* fix non valid RT_Reference link
+	* [r6078] fix non valid RT_Reference link
 
-2010-10-14 06:04  colivier
+2010-10-14 06:04  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix few errors inside DocBook documentation. Refer to #471
+	* [r6077] Fix few errors inside DocBook documentation. Refer to
+	  #471
 
-2010-10-13 22:22  robe
+2010-10-13 22:22  Regina Obe <lr at pcorp.us>
 
-	* address some dtd errors
+	* [r6076] address some dtd errors
 
-2010-10-13 17:12  jorgearevalo
+2010-10-13 17:12  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Modified raster Makefiles to solve bugs of ticket #610 (build
-	  error and
+	* [r6075] Modified raster Makefiles to solve bugs of ticket #610
+	  (build error and
 	  incorrect placement of rtpostgis.sql file)
 
-2010-10-13 15:41  jorgearevalo
+2010-10-13 15:41  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* Deleted references to 'WKT' in rtpostgis.sql and faq_raster.xml
+	* [r6074] 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 at pcorp.us>
 
-	* Correct the spelling of Peucker
+	* [r6072] Correct the spelling of Peucker
 
-2010-10-13 13:44  robe
+2010-10-13 13:44  Regina Obe <lr at pcorp.us>
 
-	* correction to example
+	* [r6071] correction to example
 
-2010-10-13 13:03  robe
+2010-10-13 13:03  Regina Obe <lr at pcorp.us>
 
-	* amend the what is new in PostGIS 2.0 section
+	* [r6070] amend the what is new in PostGIS 2.0 section
 
-2010-10-13 08:52  robe
+2010-10-13 08:52  Regina Obe <lr at pcorp.us>
 
-	* Put reference to addband and setvalue in empty raster. If a
-	  raster has no bands and values, do you see it :)
+	* [r6069] 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 at pcorp.us>
 
-	* fill in missing protos for ST_AddBand and an example of creating
-	  a raster from scratch
+	* [r6068] 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 at pcorp.us>
 
-	* add raster_comments.sql to be copied to contrib directory as well
+	* [r6067] 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 at pcorp.us>
 
-	* this is now auto built when make comments is run
+	* [r6066] this is now auto built when make comments is run
 
-2010-10-12 18:37  robe
+2010-10-12 18:37  Regina Obe <lr at pcorp.us>
 
-	* revise to also build raster_comments.sql when make comments is
-	  run
+	* [r6065] 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 at pcorp.us>
 
-	* typo
+	* [r6064] typo
 
-2010-10-11 00:45  robe
+2010-10-11 00:45  Regina Obe <lr at pcorp.us>
 
-	* fix typo in faxq_raster. Document ST_AddBand
+	* [r6063] fix typo in faxq_raster. Document ST_AddBand
 
-2010-10-10 22:00  pramsey
+2010-10-10 22:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove warnings
+	* [r6062] Remove warnings
 
-2010-10-10 11:16  jorgearevalo
+2010-10-10 11:16  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* 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.
+	* [r6061] 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 at cleverelephant.ca>
 
-	* Put the WKT new parser files into repo so others can see them and
-	  I can work in synch with trunk.
+	* [r6060] 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 at pcorp.us>
 
-	* Put link to Jorge's PostGIS Raster and Oracle GeoRaster series
+	* [r6059] 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 at cleverelephant.ca>
 
-	* Add param.h to headers, pick up ENDIAN macros?
+	* [r6058] Add param.h to headers, pick up ENDIAN macros?
 
-2010-10-08 16:45  robe
+2010-10-08 16:45  Regina Obe <lr at pcorp.us>
 
-	* another fix
+	* [r6057] another fix
 
-2010-10-08 14:55  pracine
+2010-10-08 14:55  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
 
-	* -Modify ST_Intersects so that index is taken into account by the
-	  planner
+	* [r6056] -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 at pcorp.us>
 
-	* 
+	* [r6055]
 
-2010-10-08 13:14  robe
+2010-10-08 13:14  Regina Obe <lr at pcorp.us>
 
-	* more corrections
+	* [r6054] more corrections
 
-2010-10-08 13:00  robe
+2010-10-08 13:00  Regina Obe <lr at pcorp.us>
 
-	* take out automatic build of raster_comments (until figure out
-	  what's wrong), fix some logic in gardent test, take out
+	* [r6053] 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 at pcorp.us>
 
-	* logic to build raster_comments postgresql help instructions --
-	  also replace postgis.refractions.net with www.postgis.org
+	* [r6052] 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 at pcorp.us>
 
-	* rename to raster to be consistent with other files
+	* [r6051] rename to raster to be consistent with other files
 
-2010-10-07 15:55  robe
+2010-10-07 15:55  Regina Obe <lr at pcorp.us>
 
-	* Put in vacuum analyze crash test
+	* [r6050] Put in vacuum analyze crash test
 
-2010-10-06 20:23  pramsey
+2010-10-06 20:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add nested geometry collection test.
+	* [r6049] Add nested geometry collection test.
 
-2010-10-06 20:11  pramsey
+2010-10-06 20:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add extra comments.
+	* [r6048] Add extra comments.
 
-2010-10-06 19:32  pramsey
+2010-10-06 19:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add extra tests, remove printf noise from run.
+	* [r6047] Add extra tests, remove printf noise from run.
 
-2010-10-06 19:17  pramsey
+2010-10-06 19:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in WKB reader and associated test framework to build.
+	* [r6046] Add in WKB reader and associated test framework to build.
 
-2010-10-06 17:51  pramsey
+2010-10-06 17:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix a write-out-of-bounds error.
+	* [r6045] Fix a write-out-of-bounds error.
 
-2010-10-06 15:20  pramsey
+2010-10-06 15:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Finish first draft of WKB reader.
+	* [r6044] Finish first draft of WKB reader.
 
-2010-10-06 00:35  pramsey
+2010-10-06 00:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Clean out compile warnings.
+	* [r6043] Clean out compile warnings.
 
-2010-10-05 23:33  pramsey
+2010-10-05 23:33  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add WKB writing support for TIN, Triangle and PolyhedralSurface
+	* [r6042] Add WKB writing support for TIN, Triangle and
+	  PolyhedralSurface
 
-2010-10-05 23:32  pramsey
+2010-10-05 23:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add WKB writing support for TIN, Triangle and PolyhedralSurface
+	* [r6041] Add WKB writing support for TIN, Triangle and
+	  PolyhedralSurface
 
-2010-10-05 22:49  pramsey
+2010-10-05 22:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Macroify the WKB type numbers and add the extended types for 3D
-	  objects.
+	* [r6040] 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 at cleverelephant.ca>
 
-	* Fix syntax error in ptarray_segmentize2d introduced in last
-	  commit
+	* [r6039] Fix syntax error in ptarray_segmentize2d introduced in
+	  last commit
 
-2010-10-03 19:43  pramsey
+2010-10-03 19:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ensure maxpoints is filled in appropriately
+	* [r6038] Ensure maxpoints is filled in appropriately
 
-2010-10-03 18:15  pramsey
+2010-10-03 18:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove lwin_wkb from build until it's complete
+	* [r6037] Remove lwin_wkb from build until it's complete
 
-2010-10-03 18:14  pramsey
+2010-10-03 18:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Continue with new WKB parser. Change signature of RHR "right hand
-	  rule" functions to "clockwise" to avoid misinterpretations of
-	  orientation rules.
+	* [r6036] Continue with new WKB parser. Change signature of RHR
+	  "right hand rule" functions to "clockwise" to avoid
+	  misinterpretations of orientation rules.
 
-2010-10-03 01:39  robe
+2010-10-03 01:39  Regina Obe <lr at pcorp.us>
 
-	* typo
+	* [r6034] typo
 
-2010-10-02 15:46  robe
+2010-10-02 15:46  Regina Obe <lr at pcorp.us>
 
-	* update PostgreSQL 9.0 that upgrading the driver works as well.
+	* [r6032] update PostgreSQL 9.0 that upgrading the driver works as
+	  well.
 
-2010-09-29 20:28  nicklas
+2010-09-29 20:28  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* removing run-time sized array
+	* [r6030] removing run-time sized array
 
-2010-09-27 15:20  robe
+2010-09-27 15:20  Regina Obe <lr at pcorp.us>
 
-	* copy Paul's changes to trunk
+	* [r6028] copy Paul's changes to trunk
 
-2010-09-27 13:25  robe
+2010-09-27 13:25  Regina Obe <lr at pcorp.us>
 
-	* missing gtk dependency note
+	* [r6024] missing gtk dependency note
 
-2010-09-27 13:11  robe
+2010-09-27 13:11  Regina Obe <lr at pcorp.us>
 
-	* update install instructions to include install of raster and
-	  dependency on GDAL
+	* [r6022] update install instructions to include install of raster
+	  and dependency on GDAL
 
-2010-09-27 12:59  jorgearevalo
+2010-09-27 12:59  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* liblwgeom/lex.yy.c replaced with previous version
+	* [r6021] liblwgeom/lex.yy.c replaced with previous version
 
-2010-09-26 21:41  jorgearevalo
+2010-09-26 21:41  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* README files updated with the new raster extension information.
+	* [r6020] README files updated with the new raster extension
+	  information.
 
-2010-09-26 21:21  jorgearevalo
+2010-09-26 21:21  Jorge Arévalo <jorge.arevalo at deimos-space.com>
 
-	* - Added raster extension to new 'raster' directory.
+	* [r6019] - Added raster extension to new 'raster' directory.
 	  - Modified PostGIS 'configure.ac' script to add support for new
 	  raster type (driven by '--with-raster' configure option.
 	  - Added raster build options to 'GNUMakefile' script.
@@ -23799,667 +24761,683 @@
 	  'raster/scripts' directory.
 	  - References to "WKT" deleted from source code.
 
-2010-09-24 18:41  pramsey
+2010-09-24 18:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Forward port regression fixes for pgSQL 9.0 support
+	* [r6017] Forward port regression fixes for pgSQL 9.0 support
 
-2010-09-24 12:53  robe
+2010-09-24 12:53  Regina Obe <lr at pcorp.us>
 
-	* move to enhanced from available
+	* [r6015] move to enhanced from available
 
-2010-09-24 11:39  robe
+2010-09-24 11:39  Regina Obe <lr at pcorp.us>
 
-	* change all these polyhedral surface/tin to enhanced from
+	* [r6014] change all these polyhedral surface/tin to enhanced from
 	  available
 
-2010-09-24 11:00  robe
+2010-09-24 11:00  Regina Obe <lr at pcorp.us>
 
-	* Note change in behavior of ST_NumGeometries and add back changed
-	  section.
+	* [r6013] 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 at pcorp.us>
 
-	* get rid of changed for now
+	* [r6012] get rid of changed for now
 
-2010-09-24 10:38  robe
+2010-09-24 10:38  Regina Obe <lr at pcorp.us>
 
-	* mark all polyhedral preexisting functions as enhanced. minor
-	  correction to comments
+	* [r6011] 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 at pcorp.us>
 
-	* 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
+	* [r6010] 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 at lisasoft.com>
 
-	* Reverting erroneous changes to pgui_read_connection.
+	* [r6009] Reverting erroneous changes to pgui_read_connection.
 
-2010-09-22 23:45  mleslie
+2010-09-22 23:45  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Reverting the default geometry column name change. Got too
-	  excited... breathe deep...
+	* [r6008] 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 at cleverelephant.ca>
 
-	* Use 'the_geom' as geometry column when running regression tests
-	  to match the old regression fragments.
+	* [r6007] 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 at cleverelephant.ca>
 
-	* Remove compiler warnings in OS/X
+	* [r6006] Remove compiler warnings in OS/X
 
-2010-09-22 17:30  robe
+2010-09-22 17:30  Regina Obe <lr at pcorp.us>
 
-	* ST_3DIntersects
+	* [r6005] ST_3DIntersects
 
-2010-09-22 17:22  robe
+2010-09-22 17:22  Regina Obe <lr at pcorp.us>
 
-	* fix some typos
+	* [r6004] fix some typos
 
-2010-09-22 17:15  robe
+2010-09-22 17:15  Regina Obe <lr at pcorp.us>
 
-	* ST_3DClosestPoint -- if only our wkt diagrammer could draw 3d
-	  geometries
+	* [r6003] 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 at lisasoft.com>
 
-	* Forcing table names to lower case when initially added.
+	* [r6001] Forcing table names to lower case when initially added.
 
-2010-09-21 23:22  mleslie
+2010-09-21 23:22  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Removing lingering references to the broken icon support.
+	* [r6000] Removing lingering references to the broken icon support.
 
-2010-09-21 23:12  mleslie
+2010-09-21 23:12  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Changing the default geometry name from 'the_geom' to 'geom'
+	* [r5999] 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 at lisasoft.com>
 
-	* Changing the default geometry name from 'the_geom' to 'geom'
+	* [r5998] 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 at lisasoft.com>
 
-	* Clearing some compile warnings and fixing the issue where the
-	  test connection button always reported success.
+	* [r5995] 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 at pcorp.us>
 
-	* ditto
+	* [r5992] ditto
 
-2010-09-19 16:56  mcayland
+2010-09-19 16:56  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix #603: shp2pgsql: "-w" produces invalid WKT for MULTI*
+	* [r5990] Fix #603: shp2pgsql: "-w" produces invalid WKT for MULTI*
 	  objects.
 
-2010-09-19 12:48  robe
+2010-09-19 12:48  Regina Obe <lr at pcorp.us>
 
-	* 1.5.2 release notes updated
+	* [r5988] 1.5.2 release notes updated
 
-2010-09-19 12:22  mcayland
+2010-09-19 12:22  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix the comments-uninstall target so it now works correctly with
-	  the new PGXS code.
+	* [r5986] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* ditto
+	* [r5982] ditto
 
-2010-09-18 15:22  mcayland
+2010-09-18 15:22  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix #527: Log window in shp2pgsql-gui should always append text
-	  to bottom of window.
+	* [r5975] 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 at camptocamp.com>
 
-	* Add Triangle support for ST_NPoints. Thanks again to Regina for
-	  this report. Related to #596
+	* [r5973] 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 at pcorp.us>
 
-	* start documenting 3d measurement functions
+	* [r5972] start documenting 3d measurement functions
 
-2010-09-15 16:01  robe
+2010-09-15 16:01  Regina Obe <lr at pcorp.us>
 
-	* another spot missing
+	* [r5971] another spot missing
 
-2010-09-15 15:15  robe
+2010-09-15 15:15  Regina Obe <lr at pcorp.us>
 
-	* forgot a spot
+	* [r5970] forgot a spot
 
-2010-09-15 15:12  robe
+2010-09-15 15:12  Regina Obe <lr at pcorp.us>
 
-	* rename wktraster to raster
+	* [r5969] rename wktraster to raster
 
-2010-09-13 19:18  strk
+2010-09-13 19:18  Sandro Santilli <strk at keybit.net>
 
-	* Drop references to topology geometry tables in DropTopology (see
-	  #586)
+	* [r5966] Drop references to topology geometry tables in
+	  DropTopology (see #586)
 
-2010-09-13 17:01  strk
+2010-09-13 17:01  Sandro Santilli <strk at keybit.net>
 
-	* Add note about topology.sql expecting a postgis-enabled db
+	* [r5965] Add note about topology.sql expecting a postgis-enabled
+	  db
 
-2010-09-13 16:59  strk
+2010-09-13 16:59  Sandro Santilli <strk at keybit.net>
 
-	* PostgreSQL 9 support : don't use reserved 'table' keyword (see
-	  #585)
+	* [r5964] 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 at pcorp.us>
 
-	* more cleanup
+	* [r5963] more cleanup
 
-2010-09-13 13:01  robe
+2010-09-13 13:01  Regina Obe <lr at pcorp.us>
 
-	* minor changes
+	* [r5962] minor changes
 
-2010-09-13 12:46  robe
+2010-09-13 12:46  Regina Obe <lr at pcorp.us>
 
-	* give up on complex S example and change to simpler L example
+	* [r5961] 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 at cleverelephant.ca>
 
-	* Add support file for shapefil update
+	* [r5959] Add support file for shapefil update
 
-2010-09-10 20:47  pramsey
+2010-09-10 20:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix for #554, align internal shapelib with official shapelib
+	* [r5958] Fix for #554, align internal shapelib with official
+	  shapelib
 
-2010-09-10 19:07  robe
+2010-09-10 19:07  Regina Obe <lr at pcorp.us>
 
-	* get rid of points in the lower concave hull as well, minor text
-	  cleanup
+	* [r5956] 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 at pcorp.us>
 
-	* revert changes. Getting crud from other pictures in all pictures
-	  that follow
+	* [r5955] 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 at pcorp.us>
 
-	* 
+	* [r5954]
 
-2010-09-10 15:34  robe
+2010-09-10 15:34  Regina Obe <lr at pcorp.us>
 
-	* get rid of points too cluttered
+	* [r5953] get rid of points too cluttered
 
-2010-09-10 15:25  robe
+2010-09-10 15:25  Regina Obe <lr at pcorp.us>
 
-	* put back example -- some minor clean up
+	* [r5952] put back example -- some minor clean up
 
-2010-09-10 15:25  pramsey
+2010-09-10 15:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bring forward fix from #513
+	* [r5951] Bring forward fix from #513
 
-2010-09-10 15:20  colivier
+2010-09-10 15:20  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Apply patch from mwtoews. On postgresql_min_version entity in
-	  doc. Related to #539
+	* [r5949] 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 at cleverelephant.ca>
 
-	* Fix for #532, Temporary table geography columns appear in other's
-	  sessions
+	* [r5948] 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 at pcorp.us>
 
-	* 
+	* [r5946]
 
-2010-09-10 14:47  robe
+2010-09-10 14:47  Regina Obe <lr at pcorp.us>
 
-	* give up for now
+	* [r5945] give up for now
 
-2010-09-10 14:44  robe
+2010-09-10 14:44  Regina Obe <lr at pcorp.us>
 
-	* move holes to geometrycollection
+	* [r5944] move holes to geometrycollection
 
-2010-09-10 14:35  robe
+2010-09-10 14:35  Regina Obe <lr at pcorp.us>
 
-	* get rid of some holes
+	* [r5943] get rid of some holes
 
-2010-09-10 14:25  colivier
+2010-09-10 14:25  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix wrong name in function definition
+	* [r5942] Fix wrong name in function definition
 
-2010-09-10 14:18  robe
+2010-09-10 14:18  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5941]
 
-2010-09-10 14:17  robe
+2010-09-10 14:17  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5940]
 
-2010-09-10 14:13  robe
+2010-09-10 14:13  Regina Obe <lr at pcorp.us>
 
-	* alright just going to increase allocated line size
+	* [r5939] alright just going to increase allocated line size
 
-2010-09-10 14:08  robe
+2010-09-10 14:08  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5938]
 
-2010-09-10 14:06  colivier
+2010-09-10 14:06  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix TGEOM wrong size allocation. Tks to Paul for report
+	* [r5937] Fix TGEOM wrong size allocation. Tks to Paul for report
 
-2010-09-10 14:03  robe
+2010-09-10 14:03  Regina Obe <lr at pcorp.us>
 
-	* break into several more multipoints -- parser has limit (need to
-	  fix parser later)
+	* [r5936] 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 at pcorp.us>
 
-	* break multipoint
+	* [r5935] break multipoint
 
-2010-09-10 13:51  robe
+2010-09-10 13:51  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5934]
 
-2010-09-10 13:49  robe
+2010-09-10 13:49  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5933]
 
-2010-09-10 13:37  robe
+2010-09-10 13:37  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5932]
 
-2010-09-10 13:35  robe
+2010-09-10 13:35  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5931]
 
-2010-09-10 13:29  robe
+2010-09-10 13:29  Regina Obe <lr at pcorp.us>
 
-	* concavehull can't reset input params in 8.3, fix document example
+	* [r5930] 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 at pcorp.us>
 
-	* cleanup
+	* [r5929] cleanup
 
-2010-09-10 13:00  robe
+2010-09-10 13:00  Regina Obe <lr at pcorp.us>
 
-	* Faster and more robust and accurate concave hull with Simon's S
-	  shape example test
+	* [r5927] Faster 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 at siriusit.co.uk>
 
-	* 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).
+	* [r5926] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r5923] 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 at keybit.net>
 
-	* concave hull is currently supported
+	* [r5922] concave hull is currently supported
 
-2010-09-07 21:34  robe
+2010-09-07 21:34  Regina Obe <lr at pcorp.us>
 
-	* availability note for st_concavehull
+	* [r5921] availability note for st_concavehull
 
-2010-09-07 09:45  mcayland
+2010-09-07 09:45  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix incorrect status return code from projFileCreate.
+	* [r5920] Fix incorrect status return code from projFileCreate.
 
-2010-09-07 09:30  colivier
+2010-09-07 09:30  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* minor changes on comment
+	* [r5919] minor changes on comment
 
-2010-09-06 21:52  mcayland
+2010-09-06 21:52  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix ShpDumperCloseTable so that it now passes back any errors
-	  that may occur during projFileCreate.
+	* [r5918] 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 at siriusit.co.uk>
 
-	* Fix the mixed-type geometry column detection routines so that
-	  they allow just MULTI/non-MULTI versions of the same basic
+	* [r5917] 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 at pcorp.us>
 
-	* minor corrections
+	* [r5916] minor corrections
 
-2010-09-06 21:00  robe
+2010-09-06 21:00  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r5915] fix typo
 
-2010-09-06 20:55  robe
+2010-09-06 20:55  Regina Obe <lr at pcorp.us>
 
-	* slightly more robust concave hull and update with links to our
-	  test real world cases.
+	* [r5914] 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 at camptocamp.com>
 
-	* Add TRIANGLE, TIN and PolyhedralSurface support to Perimeter, and
-	  relevant cunit tests (cf #568). Add TRIANGLE Area support (and so
-	  to TIN).
+	* [r5913] 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 at camptocamp.com>
 
-	* Add TRIANGLE support for GeometryN. Fix #574. Thanks to Regina
-	  for report
+	* [r5912] 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 at pcorp.us>
 
-	* 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] 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 at camptocamp.com>
 
-	* Revert changes on PointN and Numpoints to remove TRIANGLE
+	* [r5910] 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 at camptocamp.com>
 
-	* make astyle
+	* [r5909] make astyle
 
-2010-09-05 15:25  colivier
+2010-09-05 15:25  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Use TGEOM struct to compute POLYHEDRALSURFACE and TIN dimension.
-	  Add relevant cunit tests. Few astyle improve
+	* [r5908] 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 at pcorp.us>
 
-	* add additional proto for creating holed polygons -- example later
+	* [r5906] add additional proto for creating holed polygons --
+	  example later
 
-2010-09-03 15:37  robe
+2010-09-03 15:37  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5905]
 
-2010-09-03 15:35  robe
+2010-09-03 15:35  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5904]
 
-2010-09-03 15:13  robe
+2010-09-03 15:13  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5903]
 
-2010-09-03 15:08  robe
+2010-09-03 15:08  Regina Obe <lr at pcorp.us>
 
-	* typo
+	* [r5902] typo
 
-2010-09-03 15:06  robe
+2010-09-03 15:06  Regina Obe <lr at pcorp.us>
 
-	* ST_ConcaveHull mark as new, reduce precision of point examples so
-	  passes thru wkt image generator
+	* [r5901] 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 at pcorp.us>
 
-	* Example of ST_ConcaveHull against point set
+	* [r5900] Example of ST_ConcaveHull against point set
 
-2010-09-03 13:58  robe
+2010-09-03 13:58  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5899]
 
-2010-09-03 13:52  robe
+2010-09-03 13:52  Regina Obe <lr at pcorp.us>
 
-	* try again
+	* [r5898] try again
 
-2010-09-03 13:47  robe
+2010-09-03 13:47  Regina Obe <lr at pcorp.us>
 
-	* snap points to grid
+	* [r5897] snap points to grid
 
-2010-09-03 13:42  robe
+2010-09-03 13:42  Regina Obe <lr at pcorp.us>
 
-	* take out last example for now
+	* [r5896] take out last example for now
 
-2010-09-03 13:39  robe
+2010-09-03 13:39  Regina Obe <lr at pcorp.us>
 
-	* Will assume my concave hull with the over 1100 points polygon
-	  slaughtered the wkt processor
+	* [r5895] 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 at pcorp.us>
 
-	* First draft of ST_ConcaveHull -- more to come
+	* [r5894] First draft of ST_ConcaveHull -- more to come
 
-2010-09-03 12:31  strk
+2010-09-03 12:31  Sandro Santilli <strk at keybit.net>
 
-	* Make edge-edge relations clearer. Thanks to Peter Hopfgartner and
-	  to
+	* [r5893] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Revert r5888 - the real bug is that the error message handling in
-	  place should already catch this condition but doesn't.
+	* [r5891] 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
+2010-09-01 20:14  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* Fixed some build warnings I had missed
+	* [r5890] Fixed some build warnings I had missed
 
-2010-09-01 19:55  nicklas
+2010-09-01 19:55  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* 3D Distance functions, only point-point and point line. #576
+	* [r5889] 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 at siriusit.co.uk>
 
-	* 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 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.
+	* [r5888] 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 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 at pcorp.us>
 
-	* missed a spot
+	* [r5887] missed a spot
 
-2010-09-01 12:48  robe
+2010-09-01 12:48  Regina Obe <lr at pcorp.us>
 
-	* update with 1.5.2, 1.5.1 changes and also TIN/Polyhedral for
-	  2.0.0
+	* [r5886] 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 at pcorp.us>
 
-	* update credits
+	* [r5883] update credits
 
-2010-09-01 05:51  robe
+2010-09-01 05:51  Regina Obe <lr at pcorp.us>
 
-	* update release notes to include 1.5.2 (uppcoming) and 1.5.1 and
-	  corrections to 1.5.0
+	* [r5881] 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 at camptocamp.com>
 
-	* 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] 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
+2010-08-31 18:01  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* remove strict on st_equals as discussed in #536
+	* [r5877] remove strict on st_equals as discussed in #536
 
-2010-08-30 09:06  colivier
+2010-08-30 09:06  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Astyle on new files
+	* [r5875] Astyle on new files
 
-2010-08-30 06:49  colivier
+2010-08-30 06:49  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add Topology structure for connected surfaces (PolyhedralSurface,
-	  Tin) and LWGEOM to TGEOM transformations routines. Add related
-	  cunit tests. Merge cu_tin and cu_polyhedralsurface into a single
-	  cu_surface unit test.
+	* [r5874] Add Topology structure for connected surfaces
+	  (PolyhedralSurface, Tin) and LWGEOM to TGEOM 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 at camptocamp.com>
 
-	* Improve comments
+	* [r5873] Improve comments
 
-2010-08-30 06:45  colivier
+2010-08-30 06:45  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* add Triangle support in lwgeom_getnumgeometries
+	* [r5872] add Triangle support in lwgeom_getnumgeometries
 
-2010-08-28 09:21  mcayland
+2010-08-28 09:21  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix uninitialised gidfound variable which would sometimes cause
-	  pgsql2shp to fail if a gid column was not present on a database
-	  table.
+	* [r5871] 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 at siriusit.co.uk>
 
-	* Set svn:keywords property so that the version number is updated
-	  correctly on checkout.
+	* [r5870] 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 at pcorp.us>
 
-	* more visually appealing example
+	* [r5867] more visually appealing example
 
-2010-08-24 11:37  robe
+2010-08-24 11:37  Regina Obe <lr at pcorp.us>
 
-	* another st_split example
+	* [r5866] another st_split example
 
-2010-08-23 14:12  strk
+2010-08-23 14:12  Sandro Santilli <strk at keybit.net>
 
-	* Add 3 more postgis objects to skip from dumps
+	* [r5863] Add 3 more postgis objects to skip from dumps
 
-2010-08-23 13:08  robe
+2010-08-23 13:08  Regina Obe <lr at pcorp.us>
 
-	* fix pixel types list to agree with Mat's changes to raster rfc
+	* [r5862] 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 at pcorp.us>
 
-	* Fix dead link -- Jorge changed his link for Oracle raster / wkt
-	  raster compare
+	* [r5860] 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 at cleverelephant.ca>
 
-	* Add unfinished WKB input parser for later.
+	* [r5856] Add unfinished WKB input parser for later.
 
-2010-08-20 16:40  pramsey
+2010-08-20 16:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Synch up to 1.5 version
+	* [r5855] Synch up to 1.5 version
 
-2010-08-20 13:14  robe
+2010-08-20 13:14  Regina Obe <lr at pcorp.us>
 
-	* some fluff from the example I copied from didn't mean to put in.
+	* [r5854] some fluff from the example I copied from didn't mean to
+	  put in.
 
-2010-08-20 12:50  robe
+2010-08-20 12:50  Regina Obe <lr at pcorp.us>
 
-	* Example for ST_Split
+	* [r5853] Example for ST_Split
 
-2010-08-19 19:50  pramsey
+2010-08-19 19:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Slight improvement for #573
+	* [r5852] Slight improvement for #573
 
-2010-08-19 12:28  robe
+2010-08-19 12:28  Regina Obe <lr at pcorp.us>
 
-	* more tin and ps. Note about change in st_asbinary in 9.0
+	* [r5850] 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 at pcorp.us>
 
-	* mark more TIN compatible functions. revise template slightly
+	* [r5849] mark more TIN compatible functions. revise template
+	  slightly
 
-2010-08-18 14:22  robe
+2010-08-18 14:22  Regina Obe <lr at pcorp.us>
 
-	* Flag more TIN support
+	* [r5848] Flag more TIN support
 
-2010-08-18 11:19  colivier
+2010-08-18 11:19  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add lwtype_name to report more user friendly error message. Cf
-	  #570
+	* [r5847] 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 at camptocamp.com>
 
-	* Put TYPE_GETTYPE before his possible debug use...
+	* [r5846] Put TYPE_GETTYPE before his possible debug use...
 
-2010-08-18 08:01  colivier
+2010-08-18 08:01  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix for #573, where has_arc check with unsupported
+	* [r5845] 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 at cleverelephant.ca>
 
-	* Return the, er, return value.
+	* [r5843] Return the, er, return value.
 
-2010-08-17 18:24  colivier
+2010-08-17 18:24  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add TRIANGLE support to ST_Affine function. Thanks to Regina for
-	  detailled bug report. Cf #571
+	* [r5842] 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 at pcorp.us>
 
-	* revise slightly for true collection for polysurface.
+	* [r5839] revise slightly for true collection for polysurface.
 
-2010-08-17 07:48  robe
+2010-08-17 07:48  Regina Obe <lr at pcorp.us>
 
-	* Add examples of EWKB/EWKT for TIN, TRIANGLE, and MULTICURVE
+	* [r5838] Add examples of EWKB/EWKT for TIN, TRIANGLE, and
+	  MULTICURVE
 
-2010-08-17 07:24  robe
+2010-08-17 07:24  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* Add matrix column for TIN/Triangles. Add TINA dn triangles to
-	  garden tests
+	* [r5836] 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 at pcorp.us>
 
-	* 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] 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 at lisasoft.com>
 
-	* Changing the ID keyword to Id, so it will actually get picked up.
+	* [r5834] 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 at lisasoft.com>
 
-	* Setting svn:keywords so the headers make sense.
+	* [r5833] Setting svn:keywords so the headers make sense.
 
-2010-08-16 07:49  mleslie
+2010-08-16 07:49  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Adding copywrite header to the structure files.
+	* [r5832] Adding copywrite header to the structure files.
 
-2010-08-16 07:49  mleslie
+2010-08-16 07:49  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Removing a Makefile that shouldn't have been committed.
+	* [r5831] Removing a Makefile that shouldn't have been committed.
 
-2010-08-15 18:54  colivier
+2010-08-15 18:54  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add St_NumPoints and ST_PointN support for Triangle. Add
+	* [r5830] 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 at camptocamp.com>
 
-	* Add forgotten Triangle support in lwgeom_inspect
+	* [r5829] Add forgotten Triangle support in lwgeom_inspect
 
-2010-08-15 14:20  mcayland
+2010-08-15 14:20  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Commit initial version of reworked pgsql2shp architecture that
-	  defines a common API within pgsql2shp-core that can be called
-	  from both the existing CLI and in the future a GUI interface.
+	* [r5828] Commit initial version of reworked pgsql2shp architecture
+	  that defines a common API within pgsql2shp-core that can be
+	  called from both the existing CLI and in the future a GUI
+	  interface.
 	  
 	  This commit also includes a very comprehensive reworking of the
 	  old pgsql2shp code designed to make things better commented and
@@ -24469,5185 +25447,5297 @@
 	  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 at camptocamp.com>
 
-	* Add Tin and Triangle support for ST_GeomFromGML. Add related unit
-	  tests
+	* [r5827] 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 at camptocamp.com>
 
-	* Fix error in lwgeom_recursive2d for Triangle type
+	* [r5826] Fix error in lwgeom_recursive2d for Triangle type
 
-2010-08-15 08:30  colivier
+2010-08-15 08:30  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Astyle session on whole trunk
+	* [r5825] Astyle session on whole trunk
 
-2010-08-14 10:57  mcayland
+2010-08-14 10:57  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix a memory leak in all of the MULTI* deserialize routines -
-	  once the relevant information had been copied from the
+	* [r5824] 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 at camptocamp.com>
 
-	* Few lwtype_name add
+	* [r5822] Few lwtype_name add
 
-2010-08-13 17:29  colivier
+2010-08-13 17:29  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add Triangle and TIN new geometry type. Add Cunit tests on parse
-	  stage, related to #561. Add ST_AsGML support TIN and Triangle for
-	  GML 3. Slightly cast change in PolyhedralSurface LWGEOM struct
-	  Remove PolyhedralSurface support from forceRHR function as
-	  orientation is meaningfull in PS. Move is_closed functions from
-	  PostGIS to LWGEOM dir and related cunit test case on line and
-	  curves.
+	* [r5821] Add Triangle and TIN new geometry type. Add Cunit tests
+	  on parse stage, related to #561. Add ST_AsGML support TIN and
+	  Triangle for GML 3. Slightly cast change in PolyhedralSurface
+	  LWGEOM struct Remove PolyhedralSurface support from forceRHR
+	  function as orientation is meaningfull in PS. Move 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 at pcorp.us>
 
-	* ST_AsGML polyhedral support
+	* [r5820] ST_AsGML polyhedral support
 
-2010-08-13 15:15  robe
+2010-08-13 15:15  Regina Obe <lr at pcorp.us>
 
-	* st_isclosed polyhedral surface
+	* [r5819] st_isclosed polyhedral surface
 
-2010-08-12 15:40  robe
+2010-08-12 15:40  Regina Obe <lr at pcorp.us>
 
-	* more. Change polyhedralsurface example to valid srid so don't get
-	  false errors
+	* [r5818] 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 at pcorp.us>
 
-	* Affine family polyhedral
+	* [r5817] Affine family polyhedral
 
-2010-08-12 14:52  robe
+2010-08-12 14:52  Regina Obe <lr at pcorp.us>
 
-	* Polyhedral findings based on monkey testing -- more to come
+	* [r5816] Polyhedral findings based on monkey testing -- more to
+	  come
 
-2010-08-12 12:39  robe
+2010-08-12 12:39  Regina Obe <lr at pcorp.us>
 
-	* missing SELECT
+	* [r5815] missing SELECT
 
-2010-08-11 19:20  robe
+2010-08-11 19:20  Regina Obe <lr at pcorp.us>
 
-	* more logging
+	* [r5814] more logging
 
-2010-08-11 18:41  robe
+2010-08-11 18:41  Regina Obe <lr at pcorp.us>
 
-	* start logging start and stop times to logging table
+	* [r5813] 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 at pcorp.us>
 
-	* ST_GeomFromGML example for Polyhedral surface
+	* [r5812] ST_GeomFromGML example for Polyhedral surface
 
-2010-08-11 12:15  robe
+2010-08-11 12:15  Regina Obe <lr at pcorp.us>
 
-	* I think Mark committed this file by accident
+	* [r5810] I think Mark committed this file by accident
 
-2010-08-11 09:50  mleslie
+2010-08-11 09:50  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Pushing the shp2pgsql-gui changes (multi-file, validation,
-	  drag-n-drop) pulled from stable branch into trunk.
+	* [r5809] Pushing the shp2pgsql-gui changes (multi-file,
+	  validation, drag-n-drop) pulled from stable branch into trunk.
 
-2010-08-11 09:24  nicklas
+2010-08-11 09:24  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* pushing *uchar use out of measures.c as part of #308
+	* [r5807] 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 at cleverelephant.ca>
 
-	* Add in fix for #562, forward ported from 1.5 branch
+	* [r5805] 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 at camptocamp.com>
 
-	* Add POLYHEDRALSURFACE support to ST_AsGML for GML 3 output
+	* [r5803] Add POLYHEDRALSURFACE support to ST_AsGML for GML 3
+	  output
 
-2010-08-09 18:56  robe
+2010-08-09 18:56  Regina Obe <lr at pcorp.us>
 
-	* Flag st_dimension supports polyhedral and no longer throws
-	  exception for empty geoms
+	* [r5799] 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 at pcorp.us>
 
-	* ST_GeometryN polyhedral support
+	* [r5798] ST_GeometryN polyhedral support
 
-2010-08-09 14:22  robe
+2010-08-09 14:22  Regina Obe <lr at pcorp.us>
 
-	* mark some more functions support polyhedral surface
+	* [r5797] mark some more functions support polyhedral surface
 
-2010-08-09 13:53  robe
+2010-08-09 13:53  Regina Obe <lr at pcorp.us>
 
-	* appendments about Polyhedral surface support
+	* [r5796] appendments about Polyhedral surface support
 
-2010-08-08 22:20  strk
+2010-08-08 22:20  Sandro Santilli <strk at keybit.net>
 
-	* Drop spurious empty line
+	* [r5795] Drop spurious empty line
 
-2010-08-08 22:20  strk
+2010-08-08 22:20  Sandro Santilli <strk at keybit.net>
 
-	* '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] '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 at camptocamp.com>
 
-	* 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.
+	* [r5793] 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 at camptocamp.com>
 
-	* Improve printLWPSURFACE to also print each rings if any
+	* [r5792] Improve printLWPSURFACE to also print each rings if any
 
-2010-08-06 21:31  colivier
+2010-08-06 21:31  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* lwtype_name session. cf #453
+	* [r5791] lwtype_name session. cf #453
 
-2010-08-06 20:30  colivier
+2010-08-06 20:30  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Typo in error message
+	* [r5790] Typo in error message
 
-2010-08-06 20:08  colivier
+2010-08-06 20:08  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add PolyhedralSurface support to ST_GeomFromGML. Add related unit
-	  tests. related to #430
+	* [r5789] 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 at camptocamp.com>
 
-	* Add PolyhedralSurface support to force_* functions
+	* [r5788] Add PolyhedralSurface support to force_* functions
 
-2010-08-06 16:17  robe
+2010-08-06 16:17  Regina Obe <lr at pcorp.us>
 
-	* flag more ps functions
+	* [r5784] flag more ps functions
 
-2010-08-06 15:50  robe
+2010-08-06 15:50  Regina Obe <lr at pcorp.us>
 
-	* typo in entity
+	* [r5783] typo in entity
 
-2010-08-06 15:42  robe
+2010-08-06 15:42  Regina Obe <lr at pcorp.us>
 
-	* typos
+	* [r5782] typos
 
-2010-08-06 13:43  robe
+2010-08-06 13:43  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5781]
 
-2010-08-06 13:42  robe
+2010-08-06 13:42  Regina Obe <lr at pcorp.us>
 
-	* st_area polyhedral support
+	* [r5780] st_area polyhedral support
 
-2010-08-06 13:24  robe
+2010-08-06 13:24  Regina Obe <lr at pcorp.us>
 
-	* flagged wrong function - swap
+	* [r5779] flagged wrong function - swap
 
-2010-08-06 13:22  robe
+2010-08-06 13:22  Regina Obe <lr at pcorp.us>
 
-	* flagged 1 too many functions as polyhedral supporting
+	* [r5778] flagged 1 too many functions as polyhedral supporting
 
-2010-08-06 13:03  robe
+2010-08-06 13:03  Regina Obe <lr at pcorp.us>
 
-	* forgot to increment column count
+	* [r5777] forgot to increment column count
 
-2010-08-06 13:00  robe
+2010-08-06 13:00  Regina Obe <lr at pcorp.us>
 
-	* itemize some constructors supporting polyhedral surfaces
+	* [r5776] itemize some constructors supporting polyhedral surfaces
 
-2010-08-06 12:50  robe
+2010-08-06 12:50  Regina Obe <lr at pcorp.us>
 
-	* update template to include polyhedral, add a special section
-	  listing just polyhedral support functions
+	* [r5775] 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 at pcorp.us>
 
-	* Add polyhedral column and abbreviate the others so can easily fit
-	  new column. We should eventually have raster in there too.
+	* [r5774] 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 at pcorp.us>
 
-	* Add polyhedral surface to code names and add ST_Dump as
+	* [r5773] 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 at camptocamp.com>
 
-	* Add POLYHEDRALSURFACE support to AddGeometryColumn, GetType,
-	  ST_Dimension, ST_NumGeometries. Related to #555
+	* [r5772] 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 at camptocamp.com>
 
-	* Change label 'face' to 'patch' in POLYHEDRALSURFACE. Related to
-	  #427
+	* [r5771] 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 at camptocamp.com>
 
-	* Add geography support for POLYHEDRALSURFACE. Related to #427
+	* [r5770] Add geography support for POLYHEDRALSURFACE. Related to
+	  #427
 
-2010-08-04 19:04  colivier
+2010-08-04 19:04  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Update some comments to add year to each ISO specs reference.
-	  Some beautify on code. Not a single change on code itself.
+	* [r5769] 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 at pcorp.us>
 
-	* fix typo
+	* [r5768] fix typo
 
-2010-08-03 14:19  robe
+2010-08-03 14:19  Regina Obe <lr at pcorp.us>
 
-	* minor corrections and addition about bytea output behavior in 9.0
+	* [r5766] 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 at pcorp.us>
 
-	* Add polyhedralsurface to ewkt example forms
+	* [r5765] Add polyhedralsurface to ewkt example forms
 
-2010-08-02 15:59  robe
+2010-08-02 15:59  Regina Obe <lr at pcorp.us>
 
-	* Add polyhedral surface to garden geometry set
+	* [r5764] Add polyhedral surface to garden geometry set
 
-2010-08-01 21:11  colivier
+2010-08-01 21:11  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add 2D and 3DM support to POLYHEDRALSURFACE. Allow interior rings
-	  for patches. Don't check anymore minimum patch number. Related to
-	  #427
+	* [r5760] Add 2D and 3DM support to POLYHEDRALSURFACE. Allow
+	  interior rings for patches. Don't check anymore minimum patch
+	  number. Related to #427
 
-2010-07-29 13:44  nicklas
+2010-07-29 13:44  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* ugly style fix
+	* [r5758] ugly style fix
 
-2010-07-29 13:36  nicklas
+2010-07-29 13:36  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* param.h is needed for ENDIAN definitions in mingw
+	* [r5757] param.h is needed for ENDIAN definitions in mingw
 
-2010-07-28 04:30  robe
+2010-07-28 04:30  Regina Obe <lr at pcorp.us>
 
-	* amend docs to talk about standard_conforming_strings and change
-	  in 9.0
+	* [r5755] 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 at pcorp.us>
 
-	* ST_SetValue
+	* [r5754] ST_SetValue
 
-2010-07-25 21:20  colivier
+2010-07-25 21:20  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add really basic POLYHEDRALSURFACE support. Parse, Unparse,
-	  Serialization and cunit unit tests. related to #427
+	* [r5753] Add really basic POLYHEDRALSURFACE support. 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 at camptocamp.com>
 
-	* Remove Integer deprecaded types (POINTTYPEI, LINETYPEI,
+	* [r5752] 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 at pcorp.us>
 
-	* Polish up Raster FAQ a bit more
+	* [r5749] Polish up Raster FAQ a bit more
 
-2010-07-23 14:16  robe
+2010-07-23 14:16  Regina Obe <lr at pcorp.us>
 
-	* document raster2coord family of functions
+	* [r5747] document raster2coord family of functions
 
-2010-07-22 12:26  robe
+2010-07-22 12:26  Regina Obe <lr at pcorp.us>
 
-	* Add Jorge's discussion on Oracle GeoRaster to FAQ
+	* [r5746] Add Jorge's discussion on Oracle GeoRaster to FAQ
 
-2010-07-22 10:50  robe
+2010-07-22 10:50  Regina Obe <lr at pcorp.us>
 
-	* Update to include link to MacOSX binaries. Also put in the reason
-	  for rtpostgis not loading (our fault but...)
+	* [r5745] 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 at pcorp.us>
 
-	* ST_PixelAsPolygon
+	* [r5736] ST_PixelAsPolygon
 
-2010-07-09 14:55  robe
+2010-07-09 14:55  Regina Obe <lr at pcorp.us>
 
-	* additional note link to ST_BandPixelType in case people don't
-	  know what the codes mean
+	* [r5735] 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 at pcorp.us>
 
-	* ST_RasterBandMetaData
+	* [r5734] ST_RasterBandMetaData
 
-2010-07-07 21:52  strk
+2010-07-07 21:52  Sandro Santilli <strk at keybit.net>
 
-	* Add 7.3+ CAST (wasn't needed up to 7.2, against which this
-	  topology implementation was coded)
+	* [r5732] 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 at pcorp.us>
 
-	* get rid of obsolete note. Have to simplify example too since its
-	  not needed anymore -- oh well - will do later
+	* [r5731] 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 at pcorp.us>
 
-	* typo missing end tag
+	* [r5729] typo missing end tag
 
-2010-07-07 14:18  robe
+2010-07-07 14:18  Regina Obe <lr at pcorp.us>
 
-	* new protos for st_value (the point geometry versions -- yeh) plus
-	  examples
+	* [r5728] 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 at pcorp.us>
 
-	* st_metadata
+	* [r5727] st_metadata
 
-2010-07-07 13:50  robe
+2010-07-07 13:50  Regina Obe <lr at pcorp.us>
 
-	* other missing protos of existing defined
+	* [r5726] other missing protos of existing defined
 
-2010-07-07 13:44  robe
+2010-07-07 13:44  Regina Obe <lr at pcorp.us>
 
-	* missed spot
+	* [r5725] missed spot
 
-2010-07-07 13:43  robe
+2010-07-07 13:43  Regina Obe <lr at pcorp.us>
 
-	* ad missing proto for bandnodatavalue
+	* [r5724] ad missing proto for bandnodatavalue
 
-2010-07-06 08:28  strk
+2010-07-06 08:28  Sandro Santilli <strk at keybit.net>
 
-	* Document ST_isCollection (see #549)
+	* [r5723] Document ST_isCollection (see #549)
 
-2010-07-06 08:28  strk
+2010-07-06 08:28  Sandro Santilli <strk at keybit.net>
 
-	* Remove spurious element (was hiding behind a fill)
+	* [r5722] Remove spurious element (was hiding behind a fill)
 
-2010-07-04 16:34  pramsey
+2010-07-04 16:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in micro commit to see if email hook is running
+	* [r5721] 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 at keybit.net>
 
-	* Add ST_isCollection (see ticket #549)
+	* [r5718] Add ST_isCollection (see ticket #549)
 
-2010-06-30 16:14  strk
+2010-06-30 16:14  Sandro Santilli <strk at keybit.net>
 
-	* Do not source psqlrc when doing tests
+	* [r5717] Do not source psqlrc when doing tests
 
-2010-06-30 16:10  strk
+2010-06-30 16:10  Sandro Santilli <strk at keybit.net>
 
-	* 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] 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 at keybit.net>
 
-	* Define the cross-pgsql macros that used to be in sqldefines.h
-	  (now lost) + use st_union rather than geomunion (now lost)
+	* [r5715] 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 at keybit.net>
 
-	* Fix loading of postgis.sql
+	* [r5714] Fix loading of postgis.sql
 
-2010-06-25 10:05  strk
+2010-06-25 10:05  Sandro Santilli <strk at keybit.net>
 
-	* More exception handling to avoid leaks and give more info when it
-	  happens
+	* [r5708] 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 at keybit.net>
 
-	* Properly handle GEOS exceptions on cascaded union code (failing
-	  since introduction of postponed exception for cleaning geoms)
+	* [r5707] 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 at pcorp.us>
 
-	* #536 get rid of strict on ST_Intersects, ST_CoveredBy and
+	* [r5705] #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 at keybit.net>
 
-	* Test splitting 3d line by 2d blade
+	* [r5703] Test splitting 3d line by 2d blade
 
-2010-06-24 13:26  robe
+2010-06-24 13:26  Regina Obe <lr at pcorp.us>
 
-	* minor corrections
+	* [r5702] minor corrections
 
-2010-06-24 13:22  robe
+2010-06-24 13:22  Regina Obe <lr at pcorp.us>
 
-	* Add another FAQ
+	* [r5701] Add another FAQ
 
-2010-06-24 12:02  robe
+2010-06-24 12:02  Regina Obe <lr at pcorp.us>
 
-	* fix some data type typos
+	* [r5700] fix some data type typos
 
-2010-06-23 17:56  robe
+2010-06-23 17:56  Regina Obe <lr at pcorp.us>
 
-	* typo in data type
+	* [r5699] typo in data type
 
-2010-06-23 16:53  robe
+2010-06-23 16:53  Regina Obe <lr at pcorp.us>
 
-	* ST_Intersection and minor changes for setof to distinquish from
-	  array types
+	* [r5698] 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 at pcorp.us>
 
-	* fix typo
+	* [r5697] fix typo
 
-2010-06-23 14:36  robe
+2010-06-23 14:36  Regina Obe <lr at pcorp.us>
 
-	* Document ST_Intersects
+	* [r5696] Document ST_Intersects
 
-2010-06-23 14:18  robe
+2010-06-23 14:18  Regina Obe <lr at pcorp.us>
 
-	* document ST_Polygon
+	* [r5695] document ST_Polygon
 
-2010-06-23 13:51  robe
+2010-06-23 13:51  Regina Obe <lr at pcorp.us>
 
-	* Add some faqs from the wkt raster wiki. A lot I left out for now
-	  because they are too wordy.
+	* [r5694] 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 at cleverelephant.ca>
 
-	* Remove crash when dbf file is missing / unloadable
+	* [r5678] Remove crash when dbf file is missing / unloadable
 
-2010-06-01 19:59  pramsey
+2010-06-01 19:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix sense of the dbf/date test.
+	* [r5666] Fix sense of the dbf/date test.
 
-2010-06-01 19:58  pramsey
+2010-06-01 19:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Accept "0" as a null value for Date types.
+	* [r5665] Accept "0" as a null value for Date types.
 
-2010-05-27 14:03  pramsey
+2010-05-27 14:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remember to close the iconv handle
+	* [r5649] Remember to close the iconv handle
 
-2010-05-27 14:02  pramsey
+2010-05-27 14:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make use of iconvctl conditional on it existing
+	* [r5648] Make use of iconvctl conditional on it existing
 
-2010-05-27 13:40  pramsey
+2010-05-27 13:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove unused variable
+	* [r5647] Remove unused variable
 
-2010-05-27 13:19  pramsey
+2010-05-27 13:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix utf8 to return *something* when it can, so that something can
-	  be reported in
+	* [r5646] 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 at cleverelephant.ca>
 
-	* Change default back to UTF8 and improve error message on failure.
+	* [r5643] 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 at cleverelephant.ca>
 
-	* Read configuration info from environment, if it's there.
+	* [r5642] Read configuration info from environment, if it's there.
 
-2010-05-26 16:02  pramsey
+2010-05-26 16:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Only update the progress bar once every N records, where N is
-	  determined by the number of records in the file.
+	* [r5639] 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 at cleverelephant.ca>
 
-	* Back off from Win32 encoding to more generic ISO8859-1
+	* [r5638] Back off from Win32 encoding to more generic ISO8859-1
 
-2010-05-22 15:41  strk
+2010-05-22 15:41  Sandro Santilli <strk at keybit.net>
 
-	* Add note about the truncated multibyte enhancement (as the issue
-	  came out on IRC for another dataset)
+	* [r5634] 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 at pcorp.us>
 
-	* minor formatting on ST_Covers
+	* [r5632] minor formatting on ST_Covers
 
-2010-05-19 15:22  robe
+2010-05-19 15:22  Regina Obe <lr at pcorp.us>
 
-	* link to ST_MakePointM from ST_MakePoint
+	* [r5629] link to ST_MakePointM from ST_MakePoint
 
-2010-05-19 15:17  robe
+2010-05-19 15:17  Regina Obe <lr at pcorp.us>
 
-	* geography example for st_covers
+	* [r5628] geography example for st_covers
 
-2010-05-18 17:43  pramsey
+2010-05-18 17:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Rename vasbappend to stringbuffer_aprintf
+	* [r5623] Rename vasbappend to stringbuffer_aprintf
 
-2010-05-17 23:33  pramsey
+2010-05-17 23:33  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Allow GUI to create partial connection strings.
+	* [r5622] Allow GUI to create partial connection strings.
 
-2010-05-13 08:39  strk
+2010-05-13 08:39  Sandro Santilli <strk at keybit.net>
 
-	* Fix memory error in ST_Split (short allocation)
+	* [r5618] Fix memory error in ST_Split (short allocation)
 
-2010-05-04 21:21  strk
+2010-05-04 21:21  Sandro Santilli <strk at keybit.net>
 
-	* Add ST_MakeValid item
+	* [r5615] Add ST_MakeValid item
 
-2010-05-04 21:19  strk
+2010-05-04 21:19  Sandro Santilli <strk at keybit.net>
 
-	* Oops, was using GEOS types instead of LWGEOM ones..
+	* [r5614] Oops, was using GEOS types instead of LWGEOM ones..
 
-2010-05-04 17:18  robe
+2010-05-04 17:18  Regina Obe <lr at pcorp.us>
 
-	* fix formatting
+	* [r5612] fix formatting
 
-2010-05-04 17:17  robe
+2010-05-04 17:17  Regina Obe <lr at pcorp.us>
 
-	* Provide at least one example of ST_GeogFromText
+	* [r5611] Provide at least one example of ST_GeogFromText
 
-2010-05-04 15:36  robe
+2010-05-04 15:36  Regina Obe <lr at pcorp.us>
 
-	* fix some faqs I got wrong, break out some long faqs. Add Tamas
-	  nightly build to list for latest and greatest windows GDAL
+	* [r5610] 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 at pcorp.us>
 
-	* Break out raster band editor functions into separate section
+	* [r5609] Break out raster band editor functions into separate
+	  section
 
-2010-05-03 20:01  robe
+2010-05-03 20:01  Regina Obe <lr at pcorp.us>
 
-	* link ref
+	* [r5607] link ref
 
-2010-05-03 19:59  robe
+2010-05-03 19:59  Regina Obe <lr at pcorp.us>
 
-	* requested changes from #514
+	* [r5606] requested changes from #514
 
-2010-05-03 16:35  strk
+2010-05-03 16:35  Sandro Santilli <strk at keybit.net>
 
-	* ST_MakeValid: Early fail if an unsupported type is given
+	* [r5604] ST_MakeValid: Early fail if an unsupported type is given
 
-2010-05-03 16:24  strk
+2010-05-03 16:24  Sandro Santilli <strk at keybit.net>
 
-	* Document ST_MakeValid
+	* [r5603] Document ST_MakeValid
 
-2010-05-03 16:02  strk
+2010-05-03 16:02  Sandro Santilli <strk at keybit.net>
 
-	* Add a 'staged-install' rule, helpful when you want to run a
-	  single test after changing the core lib ...
+	* [r5602] 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 at keybit.net>
 
-	* ST_MakeValid: don't choke on MULTILINESTRING containing invalid
-	  LINESTRING elements
+	* [r5601] 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 at keybit.net>
 
-	* Merge SRID-retainment tests with some of the other tests
+	* [r5600] Merge SRID-retainment tests with some of the other tests
 
-2010-05-03 11:31  strk
+2010-05-03 11:31  Sandro Santilli <strk at keybit.net>
 
-	* Do not drop polygon boundaries collapsed to points
+	* [r5599] Do not drop polygon boundaries collapsed to points
 
-2010-05-03 03:26  robe
+2010-05-03 03:26  Regina Obe <lr at pcorp.us>
 
-	* Link to helper function built using ST_Value
+	* [r5598] Link to helper function built using ST_Value
 
-2010-05-03 03:11  robe
+2010-05-03 03:11  Regina Obe <lr at pcorp.us>
 
-	* Get rid of still under development for ST_DumpAsPolygons. Seems
-	  to be working fairly well now.
+	* [r5597] 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 at pcorp.us>
 
-	* move bandnodatavalue to raster band section
+	* [r5595] move bandnodatavalue to raster band section
 
-2010-04-30 18:34  robe
+2010-04-30 18:34  Regina Obe <lr at pcorp.us>
 
-	* slight correction
+	* [r5594] slight correction
 
-2010-04-30 18:34  robe
+2010-04-30 18:34  Regina Obe <lr at pcorp.us>
 
-	* document build date and lib version maintenance functions
+	* [r5593] document build date and lib version maintenance functions
 
-2010-04-30 18:25  robe
+2010-04-30 18:25  Regina Obe <lr at pcorp.us>
 
-	* document more functions -- start breaking out raster band
+	* [r5592] 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 at pcorp.us>
 
-	* example for ST_DumpAsPolygons
+	* [r5591] example for ST_DumpAsPolygons
 
-2010-04-27 15:26  colivier
+2010-04-27 15:26  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add new option to ST_AsGML: ability to remove srsDimension
-	  attribute in GML 3. cf #508
+	* [r5575] Add new 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 at camptocamp.com>
 
-	* Fix wrong OGC URN in GeoJson and GML output. Cf #507
+	* [r5572] 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 at pcorp.us>
 
-	* Add another example to st_value demonstrating sampling and fix
-	  other example
+	* [r5568] 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 at pcorp.us>
 
-	* document ST_SetBandHasNoDataValue
+	* [r5567] document ST_SetBandHasNoDataValue
 
-2010-04-18 12:13  strk
+2010-04-18 12:13  Sandro Santilli <strk at keybit.net>
 
-	* Escape fields named xmin (xmax was already escaped). See issue
-	  #504.
+	* [r5566] 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 at keybit.net>
 
-	* Fix documentation for ST_Split (so postgis_comments.sql is
-	  correct)
+	* [r5565] 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 at keybit.net>
 
-	* Plug a couple of memory leaks
+	* [r5564] Plug a couple of memory leaks
 
-2010-04-17 08:26  strk
+2010-04-17 08:26  Sandro Santilli <strk at keybit.net>
 
-	* Fix crash on invalid polygon rings conversion to geos
+	* [r5563] Fix crash on invalid polygon rings conversion to geos
 
-2010-04-17 01:53  robe
+2010-04-17 01:53  Regina Obe <lr at pcorp.us>
 
-	* fix typos and add more links
+	* [r5562] fix typos and add more links
 
-2010-04-17 00:57  robe
+2010-04-17 00:57  Regina Obe <lr at pcorp.us>
 
-	* ST_SkewX, ST_SkewY, ST_SetSkew
+	* [r5561] ST_SkewX, ST_SkewY, ST_SetSkew
 
-2010-04-17 00:13  robe
+2010-04-17 00:13  Regina Obe <lr at pcorp.us>
 
-	* typo in return description of ST_MakeEmptyRaster
+	* [r5560] typo in return description of ST_MakeEmptyRaster
 
-2010-04-14 17:42  robe
+2010-04-14 17:42  Regina Obe <lr at pcorp.us>
 
-	* fix typos
+	* [r5551] fix typos
 
-2010-04-14 14:56  robe
+2010-04-14 14:56  Regina Obe <lr at pcorp.us>
 
-	* more gdal_translate examples
+	* [r5550] more gdal_translate examples
 
-2010-04-14 14:48  robe
+2010-04-14 14:48  Regina Obe <lr at pcorp.us>
 
-	* another example of gdal_translate
+	* [r5549] another example of gdal_translate
 
-2010-04-14 14:09  robe
+2010-04-14 14:09  Regina Obe <lr at pcorp.us>
 
-	* Example of AddRasterColumn
+	* [r5547] Example of AddRasterColumn
 
-2010-04-14 13:16  robe
+2010-04-14 13:16  Regina Obe <lr at pcorp.us>
 
-	* Fix typo
+	* [r5546] Fix typo
 
-2010-04-14 12:52  robe
+2010-04-14 12:52  Regina Obe <lr at pcorp.us>
 
-	* Provide yet more common use case examples of ST_Value
+	* [r5545] Provide yet more common use case examples of ST_Value
 
-2010-04-14 11:48  robe
+2010-04-14 11:48  Regina Obe <lr at pcorp.us>
 
-	* try to get rid of really long lines
+	* [r5544] try to get rid of really long lines
 
-2010-04-14 11:40  robe
+2010-04-14 11:40  Regina Obe <lr at pcorp.us>
 
-	* Document how to define a raster layer in Mapserver
+	* [r5543] Document how to define a raster layer in Mapserver
 
-2010-04-13 06:08  robe
+2010-04-13 06:08  Regina Obe <lr at pcorp.us>
 
-	* Give faq an id for easier pretty bookmarking
+	* [r5540] Give faq an id for easier pretty bookmarking
 
-2010-04-13 04:38  robe
+2010-04-13 04:38  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5539]
 
-2010-04-13 04:37  robe
+2010-04-13 04:37  Regina Obe <lr at pcorp.us>
 
-	* forgot paragraph mark
+	* [r5538] forgot paragraph mark
 
-2010-04-13 04:35  robe
+2010-04-13 04:35  Regina Obe <lr at pcorp.us>
 
-	* more elaboration of the important Can I export my raster data FAQ
+	* [r5537] 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 at pcorp.us>
 
-	* typo fix
+	* [r5536] typo fix
 
-2010-04-12 20:58  robe
+2010-04-12 20:58  Regina Obe <lr at pcorp.us>
 
-	* Add quickie faq about exporting raster data from PostGIS
+	* [r5535] Add quickie faq about exporting raster data from PostGIS
 
-2010-04-12 08:48  colivier
+2010-04-12 08:48  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add optional namespace to ST_AsKML function. related in a way to
-	  #460
+	* [r5532] 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 at pcorp.us>
 
-	* minor additions
+	* [r5531] minor additions
 
-2010-04-11 23:21  robe
+2010-04-11 23:21  Regina Obe <lr at pcorp.us>
 
-	* start documenting ST_DumpAsPolygons. Will provide examples once
-	  get it to stop crashing on me.
+	* [r5530] 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 at pcorp.us>
 
-	* fix tag typo
+	* [r5529] fix tag typo
 
-2010-04-11 22:52  robe
+2010-04-11 22:52  Regina Obe <lr at pcorp.us>
 
-	* mistated something. Correct constraint description of
+	* [r5528] mistated something. Correct constraint description of
 	  addrastercolumn
 
-2010-04-11 22:45  robe
+2010-04-11 22:45  Regina Obe <lr at pcorp.us>
 
-	* Add management functions section
+	* [r5527] Add management functions section
 
-2010-04-10 15:32  robe
+2010-04-10 15:32  Regina Obe <lr at pcorp.us>
 
-	* minor change
+	* [r5526] minor change
 
-2010-04-10 03:39  robe
+2010-04-10 03:39  Regina Obe <lr at pcorp.us>
 
-	* title change
+	* [r5525] title change
 
-2010-04-10 02:48  robe
+2010-04-10 02:48  Regina Obe <lr at pcorp.us>
 
-	* start itemizing operators
+	* [r5524] start itemizing operators
 
-2010-04-10 01:42  robe
+2010-04-10 01:42  Regina Obe <lr at pcorp.us>
 
-	* document st_setgeoreference
+	* [r5523] document st_setgeoreference
 
-2010-04-09 16:24  robe
+2010-04-09 16:24  Regina Obe <lr at pcorp.us>
 
-	* Add ST_SetUpperLeft
+	* [r5517] Add ST_SetUpperLeft
 
-2010-04-07 21:45  robe
+2010-04-07 21:45  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r5514]
 
-2010-04-07 19:22  robe
+2010-04-07 19:22  Regina Obe <lr at pcorp.us>
 
-	* fix reference typo
+	* [r5513] fix reference typo
 
-2010-04-07 17:25  robe
+2010-04-07 17:25  Regina Obe <lr at pcorp.us>
 
-	* forgot to add faq_wktraster item
+	* [r5512] forgot to add faq_wktraster item
 
-2010-04-07 16:54  robe
+2010-04-07 16:54  Regina Obe <lr at pcorp.us>
 
-	* First draft of wktraster faq
+	* [r5511] First draft of wktraster faq
 
-2010-04-07 14:35  robe
+2010-04-07 14:35  Regina Obe <lr at pcorp.us>
 
-	* conver to 1 column 2 row table
+	* [r5510] conver to 1 column 2 row table
 
-2010-04-07 14:15  robe
+2010-04-07 14:15  Regina Obe <lr at pcorp.us>
 
-	* typo
+	* [r5509] typo
 
-2010-04-07 14:06  robe
+2010-04-07 14:06  Regina Obe <lr at pcorp.us>
 
-	* correct typo
+	* [r5508] correct typo
 
-2010-04-07 14:05  robe
+2010-04-07 14:05  Regina Obe <lr at pcorp.us>
 
-	* Put link to spec for a diagrammatic view.
+	* [r5507] Put link to spec for a diagrammatic view.
 
-2010-04-07 13:59  robe
+2010-04-07 13:59  Regina Obe <lr at pcorp.us>
 
-	* first draft of ST_ConvexHull -- still need to put in pictures
+	* [r5506] 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 at cleverelephant.ca>
 
-	* Add support for command-q shutdown in Mac GTK build
+	* [r5505] Add support for command-q shutdown in Mac GTK build
 
-2010-04-06 18:33  strk
+2010-04-06 18:33  Sandro Santilli <strk at keybit.net>
 
-	* WARN and continue on incomplete multibyte sequence
+	* [r5503] WARN and continue on incomplete multibyte sequence
 
-2010-04-05 21:38  robe
+2010-04-05 21:38  Regina Obe <lr at pcorp.us>
 
-	* slight correction
+	* [r5497] slight correction
 
-2010-04-05 21:32  robe
+2010-04-05 21:32  Regina Obe <lr at pcorp.us>
 
-	* itemize band pixel types and fix some formatting issues
+	* [r5496] itemize band pixel types and fix some formatting issues
 
-2010-04-05 15:17  robe
+2010-04-05 15:17  Regina Obe <lr at pcorp.us>
 
-	* more blurb in description
+	* [r5495] more blurb in description
 
-2010-04-05 15:16  robe
+2010-04-05 15:16  Regina Obe <lr at pcorp.us>
 
-	* xsl to build postgresql help for wktraster
+	* [r5494] xsl to build postgresql help for wktraster
 
-2010-04-05 14:12  robe
+2010-04-05 14:12  Regina Obe <lr at pcorp.us>
 
-	* Start adding editors, give an additional better example of
-	  ST_Value
+	* [r5493] 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 at pcorp.us>
 
-	* upper left x and y
+	* [r5492] upper left x and y
 
-2010-04-05 05:59  robe
+2010-04-05 05:59  Regina Obe <lr at pcorp.us>
 
-	* example for st_value
+	* [r5491] example for st_value
 
-2010-04-05 05:55  robe
+2010-04-05 05:55  Regina Obe <lr at pcorp.us>
 
-	* typo in constructor section
+	* [r5490] typo in constructor section
 
-2010-04-05 05:52  robe
+2010-04-05 05:52  Regina Obe <lr at pcorp.us>
 
-	* st_box2d, st_envelope (note regular Postgis changed st_box2d to
-	  just box2d old st_box2d is deprecated)
+	* [r5489] 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 at pcorp.us>
 
-	* more typos fixed, add constructor section
+	* [r5488] more typos fixed, add constructor section
 
-2010-04-05 04:59  robe
+2010-04-05 04:59  Regina Obe <lr at pcorp.us>
 
-	* Fix typo
+	* [r5487] Fix typo
 
-2010-04-05 04:30  robe
+2010-04-05 04:30  Regina Obe <lr at pcorp.us>
 
-	* more functions documented
+	* [r5486] more functions documented
 
-2010-04-05 02:28  robe
+2010-04-05 02:28  Regina Obe <lr at pcorp.us>
 
-	* more accessors
+	* [r5485] more accessors
 
-2010-04-05 01:32  robe
+2010-04-05 01:32  Regina Obe <lr at pcorp.us>
 
-	* more changes
+	* [r5484] more changes
 
-2010-04-05 01:05  robe
+2010-04-05 01:05  Regina Obe <lr at pcorp.us>
 
-	* First start at integrating wktraster documentation -- hopefully
-	  didn't break anything doing this.
+	* [r5483] 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 at keybit.net>
 
-	* Do not hard-code default encoding (since it's a macro)
+	* [r5473] 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 at keybit.net>
 
-	* Dump more informations about failing decoding
+	* [r5472] Dump more informations about failing decoding
 
-2010-03-30 12:32  colivier
+2010-03-30 12:32  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add geography support to ST_AsGML with prefix namespace option.
-	  Update doc and unit tests. cf #460
+	* [r5471] 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 at camptocamp.com>
 
-	* Remove old reference file
+	* [r5470] Remove old reference file
 
-2010-03-29 20:03  pramsey
+2010-03-29 20:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix syntax error.
+	* [r5469] Fix syntax error.
 
-2010-03-29 20:02  pramsey
+2010-03-29 20:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Reorganize avprintf a litle.
+	* [r5468] Reorganize avprintf a litle.
 
-2010-03-29 19:57  pramsey
+2010-03-29 19:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Propogate vsnprintf errors up verbatim
+	* [r5467] Propogate vsnprintf errors up verbatim
 
-2010-03-28 08:33  colivier
+2010-03-28 08:33  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix a lot of DocBook errors. Use DocBook + MathML DTD. Fix
-	  xsl/postgis_aggs_mm.xml.xsl to produce valid Docbook. Now make
-	  check output in docs is clean. cf #471
+	* [r5466] Fix a lot of DocBook errors. Use 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 at camptocamp.com>
 
-	* add make check rule in doc/Makefile. Use xmllint to check
+	* [r5465] 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 at cleverelephant.ca>
 
-	* Make the default size more reasonable again.
+	* [r5463] Make the default size more reasonable again.
 
-2010-03-25 05:09  pramsey
+2010-03-25 05:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add comments on error return values.
+	* [r5462] Add comments on error return values.
 
-2010-03-25 05:06  pramsey
+2010-03-25 05:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Improved stringbuffer again. Always write directly into the
-	  buffer, no more memcpy'ing. Change return values for printing
+	* [r5461] 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 at cleverelephant.ca>
 
-	* Restore original license terms.
+	* [r5460] Restore original license terms.
 
-2010-03-23 19:35  strk
+2010-03-23 19:35  Sandro Santilli <strk at keybit.net>
 
-	* Expose custom prefix arg for ST_asGML to SQL, add tests and dox
+	* [r5459] 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 at cleverelephant.ca>
 
-	* Fix for array aggregation error (#469)
+	* [r5454] Fix for array aggregation error (#469)
 
-2010-03-22 21:13  strk
+2010-03-22 21:13  Sandro Santilli <strk at keybit.net>
 
-	* Add support in liblwgeom for specifying a custom (or no)
+	* [r5452] 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 at cleverelephant.ca>
 
-	* Convert all extern opt* variables to pgis_opt* variables to avoid
-	  clashes with system variables. (ug!)
+	* [r5450] 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 at keybit.net>
 
-	* Add test for GEOMETRYCOLLECTION and ST_Split
+	* [r5448] Add test for GEOMETRYCOLLECTION and ST_Split
 
-2010-03-17 07:42  strk
+2010-03-17 07:42  Sandro Santilli <strk at keybit.net>
 
-	* Add ST_Split
+	* [r5447] Add ST_Split
 
-2010-03-17 07:40  strk
+2010-03-17 07:40  Sandro Santilli <strk at keybit.net>
 
-	* Don't choke on clean when there's nothing to clean
+	* [r5446] 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 at keybit.net>
 
-	* Fix 'clean' rule to descend in cunit
+	* [r5445] Fix 'clean' rule to descend in cunit
 
-2010-03-16 22:18  strk
+2010-03-16 22:18  Sandro Santilli <strk at keybit.net>
 
-	* Add support for MULTI* in ST_Split
+	* [r5444] Add support for MULTI* in ST_Split
 
-2010-03-16 13:14  strk
+2010-03-16 13:14  Sandro Santilli <strk at keybit.net>
 
-	* Document ST_Split
+	* [r5440] Document ST_Split
 
-2010-03-16 03:13  pramsey
+2010-03-16 03:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Some function renaming: lwgeom_typename => lwtype_name. The
-	  internal float/up/down functions get slightly better names. Make
-	  collection types re-sizable: added maxgeoms to all collections,
-	  and created lwcollection_add_lwgeom() function. Remove all *_add
-	  functions. Revized homogenize function to use the new _add_lwgeom
-	  and variants.
+	* [r5439] Some function renaming: lwgeom_typename => lwtype_name.
+	  The internal float/up/down functions get slightly better names.
+	  Make collection types re-sizable: added maxgeoms to all
+	  collections, and created lwcollection_add_lwgeom() function.
+	  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 at keybit.net>
 
-	* Rename ST_SplitGeometry to ST_Split (better now than never)
+	* [r5438] Rename ST_SplitGeometry to ST_Split (better now than
+	  never)
 
-2010-03-15 18:00  strk
+2010-03-15 18:00  Sandro Santilli <strk at keybit.net>
 
-	* Implement split-poly-by-line
+	* [r5437] Implement split-poly-by-line
 
-2010-03-13 12:55  strk
+2010-03-13 12:55  Sandro Santilli <strk at keybit.net>
 
-	* Reword exception message, make algorithm more robust not relying
-	  on constructive functions to detect relation between inputs
+	* [r5436] 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 at keybit.net>
 
-	* Fix printf call
+	* [r5435] Fix printf call
 
-2010-03-13 11:16  strk
+2010-03-13 11:16  Sandro Santilli <strk at keybit.net>
 
-	* Split-line-by-line: handle overlap cases by raising an exception
+	* [r5434] 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 at keybit.net>
 
-	* Implement split-line-by-line
+	* [r5433] Implement split-line-by-line
 
-2010-03-13 09:22  strk
+2010-03-13 09:22  Sandro Santilli <strk at keybit.net>
 
-	* Be polite
+	* [r5432] Be polite
 
-2010-03-12 18:39  strk
+2010-03-12 18:39  Sandro Santilli <strk at keybit.net>
 
-	* Fix memory errors in presence of NULL (0-verticed) geometries and
-	  insert (default) policy.
+	* [r5430] 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 at keybit.net>
 
-	* ptarray_substring *does* already implement interpolation
+	* [r5429] ptarray_substring *does* already implement interpolation
 
-2010-03-12 15:25  strk
+2010-03-12 15:25  Sandro Santilli <strk at keybit.net>
 
-	* Drop extraneous task (if it referred to loader we do have a
-	  switch for index creation now)
+	* [r5428] 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 at keybit.net>
 
-	* Fix ST_DumpPoints not to relay on NULL return from
+	* [r5427] 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 at keybit.net>
 
-	* Trigger reconstruction of regress' postgis.sql when original one
-	  changes
+	* [r5426] Trigger reconstruction of regress' postgis.sql when
+	  original one changes
 
-2010-03-12 14:03  strk
+2010-03-12 14:03  Sandro Santilli <strk at keybit.net>
 
-	* Add item about GeometryN/NumGeometries
+	* [r5424] Add item about GeometryN/NumGeometries
 
-2010-03-12 13:50  strk
+2010-03-12 13:50  Sandro Santilli <strk at keybit.net>
 
-	* Add support for simple geometries in ST_GeometryN and
+	* [r5423] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* put in note about improvement to ST_Line_SubString #410
+	* [r5419] put in note about improvement to ST_Line_SubString #410
 
-2010-03-11 20:50  strk
+2010-03-11 20:50  Sandro Santilli <strk at keybit.net>
 
-	* More comments cleanup
+	* [r5416] More comments cleanup
 
-2010-03-11 20:48  strk
+2010-03-11 20:48  Sandro Santilli <strk at keybit.net>
 
-	* remove wrong comment
+	* [r5415] remove wrong comment
 
-2010-03-11 20:34  strk
+2010-03-11 20:34  Sandro Santilli <strk at keybit.net>
 
-	* 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
+	* [r5414] 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 at keybit.net>
 
-	* *always* return a collection from ST_SplitGeometry
+	* [r5413] *always* return a collection from ST_SplitGeometry
 
-2010-03-11 20:19  strk
+2010-03-11 20:19  Sandro Santilli <strk at keybit.net>
 
-	* Have ST_SplitGeometry return a collection of at most 2 elements
-	  (original part, cut-away part) so it's easier to handle by
-	  callers
+	* [r5412] 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 at keybit.net>
 
-	* Add SRID retainment testcase for removerepeatedpoint (paranoia)
+	* [r5411] Add SRID retainment testcase for removerepeatedpoint
+	  (paranoia)
 
-2010-03-11 17:51  strk
+2010-03-11 17:51  Sandro Santilli <strk at keybit.net>
 
-	* Add SRID retainment testcases
+	* [r5410] Add SRID retainment testcases
 
-2010-03-11 17:21  strk
+2010-03-11 17:21  Sandro Santilli <strk at keybit.net>
 
-	* Don't 'clean' the SRID...
+	* [r5409] Don't 'clean' the SRID...
 
-2010-03-11 14:34  pramsey
+2010-03-11 14:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Grammar fix.
+	* [r5401] Grammar fix.
 
-2010-03-10 15:38  pramsey
+2010-03-10 15:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix to allow compile on 9.0alpha
+	* [r5398] Fix to allow compile on 9.0alpha
 
-2010-03-10 15:33  strk
+2010-03-10 15:33  Sandro Santilli <strk at keybit.net>
 
-	* Initial work on ST_SplitGeometry. Split line by point
+	* [r5396] Initial work on ST_SplitGeometry. Split line by point
 	  implemented.
 
-2010-03-10 15:29  strk
+2010-03-10 15:29  Sandro Santilli <strk at keybit.net>
 
-	* Since we do a full scan of pointarray from ptarray_locate_point,
-	  take the chance to also return min distance
+	* [r5395] 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 at keybit.net>
 
-	* Document closest_point_on_segment in header file
+	* [r5394] Document closest_point_on_segment in header file
 
-2010-03-10 14:20  strk
+2010-03-10 14:20  Sandro Santilli <strk at keybit.net>
 
-	* Document ptarray_locate_point in header file
+	* [r5393] Document ptarray_locate_point in header file
 
-2010-03-10 10:07  strk
+2010-03-10 10:07  Sandro Santilli <strk at keybit.net>
 
-	* Export geos error logger
+	* [r5392] Export geos error logger
 
-2010-03-09 00:37  pramsey
+2010-03-09 00:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix syntax error in spatial_ref_sys hard upgrade directions
-	  (#373)
+	* [r5389] 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 at cleverelephant.ca>
 
-	* Include 'geography_columns' defn when upgrading from <= 1.4
-	  (#414)
+	* [r5387] Include 'geography_columns' defn when upgrading from <=
+	  1.4 (#414)
 
-2010-03-09 00:22  pramsey
+2010-03-09 00:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Quiet notices in the .sql install files (#415)
+	* [r5386] Quiet notices in the .sql install files (#415)
 
-2010-03-08 23:28  pramsey
+2010-03-08 23:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update the bbox when you alter the underlying geometry (#410)
-	  ST_SetPoint, ST_Ad
+	* [r5384] 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.ca at gmail.com>
 
-	* updated broken link to utmzone PostGIS plpgsql helper function.
+	* [r5380] 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 at cleverelephant.ca>
 
-	* Note minimum required versions.
+	* [r5377] Note minimum required versions.
 
-2010-03-05 21:49  strk
+2010-03-05 21:49  Sandro Santilli <strk at keybit.net>
 
-	* Fix typo
+	* [r5376] Fix typo
 
-2010-03-05 02:35  pramsey
+2010-03-05 02:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* A few more WKB unit tests.
+	* [r5375] A few more WKB unit tests.
 
-2010-03-04 09:40  colivier
+2010-03-04 09:40  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add ST_PointN xref in ST_SetPoint entry, from Bruno Friedmann
-	  report
+	* [r5374] 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 at cleverelephant.ca>
 
-	* Set keywords.
+	* [r5372] Set keywords.
 
-2010-03-03 06:10  pramsey
+2010-03-03 06:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Set keywords and some copyright headers.
+	* [r5371] Set keywords and some copyright headers.
 
-2010-03-03 06:06  pramsey
+2010-03-03 06:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add some tests of the old versus new WKB output.
+	* [r5370] Add some tests of the old versus new WKB output.
 
-2010-03-03 06:06  pramsey
+2010-03-03 06:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move spheroid test to the correct place.
+	* [r5369] Move spheroid test to the correct place.
 
-2010-03-03 05:40  pramsey
+2010-03-03 05:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove doxygen flags from static functions.
+	* [r5368] Remove doxygen flags from static functions.
 
-2010-03-03 05:38  pramsey
+2010-03-03 05:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add some documentation to the public functions.
+	* [r5367] Add some documentation to the public functions.
 
-2010-03-03 01:15  pramsey
+2010-03-03 01:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in tests and fixes for WKB emitter.
+	* [r5366] Add in tests and fixes for WKB emitter.
 
-2010-03-02 23:18  pramsey
+2010-03-02 23:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add first cut to lwgeom_to_wkb function.
+	* [r5365] Add first cut to lwgeom_to_wkb function.
 
-2010-03-02 23:16  pramsey
+2010-03-02 23:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add a couple functions (length, copy) to stringbuffer, and add
-	  comments.
+	* [r5364] 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 at keybit.net>
 
-	* ST_MakeValid : turn collapsed lines into points [RT-SIGTA]
+	* [r5363] ST_MakeValid : turn collapsed lines into points
+	  [RT-SIGTA]
 
-2010-02-28 23:11  strk
+2010-02-28 23:11  Sandro Santilli <strk at keybit.net>
 
-	* Node lineal geometries resulting invalid. Re-enable automated
-	  testcase for st_MakeValid [RT-SIGTA]
+	* [r5360] 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 at keybit.net>
 
-	* Don't use a collection when there's no area
+	* [r5359] Don't use a collection when there's no area
 
-2010-02-28 22:24  strk
+2010-02-28 22:24  Sandro Santilli <strk at keybit.net>
 
-	* Fix build with debugging on, fix bug when run against invalid
-	  linestrings
+	* [r5358] 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 at keybit.net>
 
-	* Add paranoid check to make super-sure no input vertices are
-	  dropped by ST_MakeValid [RT-SIGTA]
+	* [r5357] 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 at keybit.net>
 
-	* Put GEOS-only functionality of ST_MakeValid in its own function
+	* [r5356] 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 at keybit.net>
 
-	* Fix documentation to match current behaviour
+	* [r5355] Fix documentation to match current behaviour
 
-2010-02-28 19:09  strk
+2010-02-28 19:09  Sandro Santilli <strk at keybit.net>
 
-	* Simplify code
+	* [r5354] Simplify code
 
-2010-02-28 19:04  strk
+2010-02-28 19:04  Sandro Santilli <strk at keybit.net>
 
-	* Avoid a call to the GEOS CAPI when unnecessary (works around a
-	  bug in GEOS aborting in some cases of EMPTY polygons
+	* [r5353] 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 at keybit.net>
 
-	* Move ST_CleanGeometry core code into specialized 'lwgeom'
+	* [r5352] Move ST_CleanGeometry core code into specialized 'lwgeom'
 	  function
 
-2010-02-28 17:11  strk
+2010-02-28 17:11  Sandro Santilli <strk at keybit.net>
 
-	* cleanups
+	* [r5351] cleanups
 
-2010-02-28 14:05  strk
+2010-02-28 14:05  Sandro Santilli <strk at keybit.net>
 
-	* Put areal part first in collection, and collapsed edges second
+	* [r5350] 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 at camptocamp.com>
 
-	* Add new 'make garden' rule to launch full Garden test regression
-	  tests
+	* [r5349] 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 at cleverelephant.ca>
 
-	* Instructions on adding new tests to cunit, from Jeff Adams.
+	* [r5348] 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 at camptocamp.com>
 
-	* 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).
+	* [r5347] 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 at camptocamp.com>
 
-	* Fix add forgotten return in flip_coordinates (cf #452). Add
-	  lwgeom_typename in several functions to avoid cryptic error
+	* [r5346] 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 at cleverelephant.ca>
 
-	* Fix potential corner case in sphere area calculation (#451)
+	* [r5345] Fix potential corner case in sphere area calculation
+	  (#451)
 
-2010-02-25 14:30  robe
+2010-02-25 14:30  Regina Obe <lr at pcorp.us>
 
-	* Put new functions in alphabetical order.
+	* [r5343] Put new functions in alphabetical order.
 
-2010-02-25 14:23  robe
+2010-02-25 14:23  Regina Obe <lr at pcorp.us>
 
-	* Put in What is new in 2.0 section to trap new 2.0 enhancements
+	* [r5342] 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 at camptocamp.com>
 
-	* Add libxml2 requirement para. Fix #344. Thanks to Mateus for
-	  report.
+	* [r5341] 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 at cleverelephant.ca>
 
-	* Fix for st_area(geography) over the dateline (#450)
+	* [r5339] Fix for st_area(geography) over the dateline (#450)
 
-2010-02-25 13:38  colivier
+2010-02-25 13:38  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* rename ptarray_reverse_axis to ptarray_flip_coordinates. Add
-	  lwgeom_flip_coordinates and ST_FlipCoordinates (#354). Add
+	* [r5338] 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 at keybit.net>
 
-	* Drop unused code, avoid putting empty geometry in a collection..
-	  [RT-SIGTA]
+	* [r5337] 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 at keybit.net>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Change dimensionality indicators to have spaces between type
-	  indicators for WKT_ISO output form.
+	* [r5335] 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 at cleverelephant.ca>
 
-	* Add support from SRID= block on EWKT
+	* [r5334] Add support from SRID= block on EWKT
 
-2010-02-23 22:18  pramsey
+2010-02-23 22:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove last compile warnings.
+	* [r5333] Remove last compile warnings.
 
-2010-02-23 22:16  pramsey
+2010-02-23 22:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Making test methods static to avoid compiler warnings. For Jeff
-	  Adams.
+	* [r5332] 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 at cleverelephant.ca>
 
-	* Making test methods static to avoid compiler warnings.
+	* [r5331] Making test methods static to avoid compiler warnings.
 
-2010-02-23 22:11  pramsey
+2010-02-23 22:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make test functions static.
+	* [r5330] Make test functions static.
 
-2010-02-23 22:07  pramsey
+2010-02-23 22:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Made unit tests easier to add. New suites now just need to be
-	  added to two lines in cu_tester.c, no changes to header files
-	  necessary, new tests need one line in the appropriate .c file.
-	  From Jeff Adams.
+	* [r5329] Made unit tests easier to add. New suites now just need
+	  to be added to two lines in cu_tester.c, no 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 at cleverelephant.ca>
 
-	* Remove unused va_copy.
+	* [r5327] Remove unused va_copy.
 
-2010-02-23 21:41  pramsey
+2010-02-23 21:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Woops again, got work and start size values reversed.
+	* [r5326] Woops again, got work and start size values reversed.
 
-2010-02-23 21:30  pramsey
+2010-02-23 21:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Oops, commit stringbuffer.h with sensible values for internal
-	  sizes.
+	* [r5325] Oops, commit stringbuffer.h with sensible values for
+	  internal sizes.
 
-2010-02-23 21:29  pramsey
+2010-02-23 21:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Improve performance and cut back stringbuffer_t to the minimum.
+	* [r5324] Improve performance and cut back stringbuffer_t to the
+	  minimum.
 
-2010-02-23 19:51  pramsey
+2010-02-23 19:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Allow cu_tester to accept parameters to run individual tests or
-	  suites, from Jeff Adams.
+	* [r5323] 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 at keybit.net>
 
-	* Don't let ST_RemoveRepeatedPoint collapse LINESTRINGs (not sure
-	  why, but someone doesn't want them in the db)
+	* [r5322] 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 at camptocamp.com>
 
-	* Move ptarray reverse axis function from postgis/lwgeom_in_gml to
-	  liblwgeom/ptarray
+	* [r5319] 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 at cleverelephant.ca>
 
-	* More WKT tests.
+	* [r5318] More WKT tests.
 
-2010-02-23 17:55  pramsey
+2010-02-23 17:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More WKT unit tests
+	* [r5317] More WKT unit tests
 
-2010-02-23 15:55  colivier
+2010-02-23 15:55  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* In fact Nested GeometryCollection are never been supported in SVG
-	  and GeoJSON. Update the cunit tests cases
+	* [r5316] 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 at camptocamp.com>
 
-	* Check astyle version prior to do anything. 'blessed' version is
-	  1.23. Related to #433 and postgis-devel discussions
+	* [r5315] 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 at camptocamp.com>
 
-	* Fix 443. Move all regress export functions test files in a single
-	  one. add geography output regression tests (SVG/KML/GML/GeoJSON)
+	* [r5314] Fix 443. Move all regress 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 at cleverelephant.ca>
 
-	* Add more unit tests for WKT
+	* [r5312] Add more unit tests for WKT
 
-2010-02-22 22:04  colivier
+2010-02-22 22:04  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix #441. And introduce a change in behaviour: if
+	* [r5311] 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 at keybit.net>
 
-	* Let ST_CleanGeometry down to C [RT-SIGTA]
+	* [r5307] Let ST_CleanGeometry down to C [RT-SIGTA]
 
-2010-02-22 20:45  strk
+2010-02-22 20:45  Sandro Santilli <strk at keybit.net>
 
-	* Derive an lwgeom_make_valid from ST_MakeValid [RT-SIGTA]
+	* [r5306] Derive an lwgeom_make_valid from ST_MakeValid [RT-SIGTA]
 
-2010-02-22 20:42  pramsey
+2010-02-22 20:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ST_AsLatLonText(geometry, format) from Jeff Adams
+	* [r5305] ST_AsLatLonText(geometry, format) from Jeff Adams
 
-2010-02-22 20:29  strk
+2010-02-22 20:29  Sandro Santilli <strk at keybit.net>
 
-	* Follow style guidelines for function naming
+	* [r5304] Follow style guidelines for function naming
 
-2010-02-22 19:53  pramsey
+2010-02-22 19:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* First cut of new WKT output functions, need more unit tests.
+	* [r5302] 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 at camptocamp.com>
 
-	* Fix missing math.h include in lwout_svg (#438). Put back
+	* [r5301] 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 at keybit.net>
 
-	* Oops (#434)
+	* [r5299] Oops (#434)
 
-2010-02-22 19:35  strk
+2010-02-22 19:35  Sandro Santilli <strk at keybit.net>
 
-	* Fix warnings when building with GEOS < 3.3.0 (ticket #434
+	* [r5298] 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 at keybit.net>
 
-	* Fix missing prototypes warnings
+	* [r5297] Fix missing prototypes warnings
 
-2010-02-22 19:31  colivier
+2010-02-22 19:31  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Id tag
+	* [r5296] Id tag
 
-2010-02-22 19:16  colivier
+2010-02-22 19:16  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* merge all export functions in a same file. remove useless old
-	  ones. rename SVG one to LWGEOM_asSVG for consistancy.
+	* [r5294] merge all export functions in a same 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 at camptocamp.com>
 
-	* Fix comment stuff in cunit
+	* [r5291] Fix comment stuff in cunit
 
-2010-02-22 18:43  colivier
+2010-02-22 18:43  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* move ST_AsSVG from postgis to lwgeom dir. write cun it tests.
-	  related to #377
+	* [r5289] move 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 at camptocamp.com>
 
-	* bbox only bother about external ring. add the related cunit test
+	* [r5285] 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 at cleverelephant.ca>
 
-	* Move stringbuffer from ./loader to ./liblwgeom for use in string
-	  emitter functions.
+	* [r5284] 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 at camptocamp.com>
 
-	* Move ST_AsGeoJson from postgis to liblwgeom dir. Use as most as
-	  cunit test as possible. Related to #377.
+	* [r5283] Move ST_AsGeoJson from postgis to 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 at keybit.net>
 
-	* Cleanup the GeometryClean function now that vertex checking is
-	  done better in ST_MakeValid
+	* [r5282] 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 at keybit.net>
 
-	* Force multi-type in output if input was multi [RT-SIGTA]
+	* [r5281] 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 at camptocamp.com>
 
-	* Add missing MultiPoint test. Fix wrong LWGEOM type on cu_gml
-	  tests.
+	* [r5280] 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 at camptocamp.com>
 
-	* add explicit void return type
+	* [r5279] add explicit void return type
 
-2010-02-21 21:11  strk
+2010-02-21 21:11  Sandro Santilli <strk at keybit.net>
 
-	* 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].
+	* [r5278] 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 at camptocamp.com>
 
-	* Move ST_AsKML from postgis to liblwgeom dir. Use as most cunit
-	  test as possible. Few related corrections on GML similar
+	* [r5277] Move ST_AsKML from postgis to liblwgeom dir. Use as most
+	  cunit test as 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 at camptocamp.com>
 
-	* Add forgotten lwout_gml.c file (#377)
+	* [r5276] Add forgotten lwout_gml.c file (#377)
 
-2010-02-21 18:18  colivier
+2010-02-21 18:18  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Move ST_AsGML from postgis dir to liblwgeom. Rewrite most units
-	  test with cunit. cf #377
+	* [r5275] Move ST_AsGML 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 at camptocamp.com>
 
-	* make astyle session
+	* [r5274] make astyle session
 
-2010-02-21 12:22  strk
+2010-02-21 12:22  Sandro Santilli <strk at keybit.net>
 
-	* ST_RemoveRepeatedPoints [RT-SIGTA]
+	* [r5273] ST_RemoveRepeatedPoints [RT-SIGTA]
 
-2010-02-21 12:21  strk
+2010-02-21 12:21  Sandro Santilli <strk at keybit.net>
 
-	* style...
+	* [r5272] style...
 
-2010-02-21 12:21  strk
+2010-02-21 12:21  Sandro Santilli <strk at keybit.net>
 
-	* Make stylish
+	* [r5271] Make stylish
 
-2010-02-20 19:47  colivier
+2010-02-20 19:47  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* use the rights homogenize cunit suite handlers
+	* [r5270] use the rights homogenize cunit suite handlers
 
-2010-02-20 19:09  colivier
+2010-02-20 19:09  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix computed string length in Polygon with several rings for
-	  ST_AsGML with GML3. Related to #421
+	* [r5269] 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 at camptocamp.com>
 
-	* Use lwgeom_homogenize in in_kml stuff. Related to #375
+	* [r5266] 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 at camptocamp.com>
 
-	* Add lwgeom_homogenize function. Related to #375. Add cunit
-	  related tests
+	* [r5265] Add 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 at camptocamp.com>
 
-	* Add Cunit - lwerror use case handle - #420
+	* [r5264] Add Cunit - lwerror use case handle - #420
 
-2010-02-18 21:02  pramsey
+2010-02-18 21:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add multilinestring support to st_line_substring (#419)
+	* [r5261] Add multilinestring support to st_line_substring (#419)
 
-2010-02-17 21:02  strk
+2010-02-17 21:02  Sandro Santilli <strk at keybit.net>
 
-	* Allow retaining badly collapsed rings (single-point) as points in
-	  ST_MakeValid. Add testcase for it [RT-SIGTA]
+	* [r5258] 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.ca at gmail.com>
 
-	* removed sfs_compliant note for ST_Transform
+	* [r5257] removed sfs_compliant note for ST_Transform
 
-2010-02-16 09:38  strk
+2010-02-16 09:38  Sandro Santilli <strk at keybit.net>
 
-	* Return NULL rather than throwing when a COLLECTION is given to
-	  ST_Boundary [RT-SIGTA]
+	* [r5256] 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 at keybit.net>
 
-	* Fix build with --enable-debug=3 [RT-SIGTA]
+	* [r5255] Fix build with --enable-debug=3 [RT-SIGTA]
 
-2010-02-16 09:08  strk
+2010-02-16 09:08  Sandro Santilli <strk at keybit.net>
 
-	* Add origin field for the clean dataset table, so we can add
-	  PG-specific ones w/out caring about visualizing them:)
+	* [r5254] 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 at keybit.net>
 
-	* Add a test for input being invalid (a test of the test)
+	* [r5253] 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 at keybit.net>
 
-	* Separate areal-specific cleanups in LWGEOM_GEOS_makeValidPolygon
-	  [RT-SIGTA]
+	* [r5252] Separate areal-specific cleanups in
+	  LWGEOM_GEOS_makeValidPolygon [RT-SIGTA]
 
-2010-02-16 08:28  strk
+2010-02-16 08:28  Sandro Santilli <strk at keybit.net>
 
-	* Empty geometries are cleanest [RT-SIGTA]
+	* [r5251] Empty geometries are cleanest [RT-SIGTA]
 
-2010-02-16 08:22  strk
+2010-02-16 08:22  Sandro Santilli <strk at keybit.net>
 
-	* Drop the optional arg to ST_MakeClean, document what it does,
-	  improve the ST_CleanGeometry stub. [RT-SIGTA]
+	* [r5250] 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 at keybit.net>
 
-	* Drop the optional parameter to ST_MakeValid, we always want to
-	  collect collapses (users can always filter later) [RT-SIGTA].
+	* [r5249] 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 at keybit.net>
 
-	* Document ST_Dimension handling of empty geometries
+	* [r5248] Document ST_Dimension handling of empty geometries
 
-2010-02-16 07:54  strk
+2010-02-16 07:54  Sandro Santilli <strk at keybit.net>
 
-	* Do not throw exception on empty ST_Dimension(empty) [RT-SIGTA]
+	* [r5247] 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 at keybit.net>
 
-	* Further cleanups in ST_MakeClean [RT-SIGTA]
+	* [r5246] Further cleanups in ST_MakeClean [RT-SIGTA]
 
-2010-02-15 22:31  strk
+2010-02-15 22:31  Sandro Santilli <strk at keybit.net>
 
-	* Fix unsupported message
+	* [r5245] Fix unsupported message
 
-2010-02-15 21:17  strk
+2010-02-15 21:17  Sandro Santilli <strk at keybit.net>
 
-	* Plug more leaks
+	* [r5244] Plug more leaks
 
-2010-02-15 20:40  strk
+2010-02-15 20:40  Sandro Santilli <strk at keybit.net>
 
-	* Plug memory leak on GEOS geom construction failure [RT-SIGTA]
+	* [r5243] Plug memory leak on GEOS geom construction failure
+	  [RT-SIGTA]
 
-2010-02-15 20:21  strk
+2010-02-15 20:21  Sandro Santilli <strk at keybit.net>
 
-	* 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] 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 at keybit.net>
 
-	* Clarify the case of linestring invalidity dropping confugins
-	  reference to linearrings
+	* [r5241] 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 at keybit.net>
 
-	* Implement ST_MakeValid(geom_in, collect_collapses) and stub
-	  ST_CleanGeometry. Add regression test for ST_MakeValid and
+	* [r5240] 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 at keybit.net>
 
-	* Cleanups. Hope to reuse some structs for a C-version of
+	* [r5239] 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 at keybit.net>
 
-	* Try to make st_DumpPoints reference somewhat clearer [RT-SIGTA]
+	* [r5238] Try to make st_DumpPoints reference somewhat clearer
+	  [RT-SIGTA]
 
-2010-02-14 13:46  strk
+2010-02-14 13:46  Sandro Santilli <strk at keybit.net>
 
-	* ptarray_remove_repeated_points [RT-SIGTA]
+	* [r5237] ptarray_remove_repeated_points [RT-SIGTA]
 
-2010-02-13 15:29  strk
+2010-02-13 15:29  Sandro Santilli <strk at keybit.net>
 
-	* Add another validity test [RT-SIGTA]
+	* [r5236] Add another validity test [RT-SIGTA]
 
-2010-02-13 14:35  strk
+2010-02-13 14:35  Sandro Santilli <strk at keybit.net>
 
-	* Handle NULL returns from POSTGIS2GEOS and LWGEOM2GEOS now that we
-	  allow that [RT-SIGTA].
+	* [r5235] 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 at keybit.net>
 
-	* Revert GEOS error handlers to be lwnotice to avoid aborting full
-	  transactions (like it was in 1.5)
+	* [r5234] 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 at keybit.net>
 
-	* Fix typo
+	* [r5231] Fix typo
 
-2010-02-11 21:01  strk
+2010-02-11 21:01  Sandro Santilli <strk at keybit.net>
 
-	* Get style
+	* [r5230] Get style
 
-2010-02-11 18:56  strk
+2010-02-11 18:56  Sandro Santilli <strk at keybit.net>
 
-	* Separate GEOS part of 'buildarea' function from POSTGIS part of
-	  it (might eventually be moved down to GEOS) [RT-SIGTA]
+	* [r5229] 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 at keybit.net>
 
-	* xref
+	* [r5228] xref
 
-2010-02-10 20:54  strk
+2010-02-10 20:54  Sandro Santilli <strk at keybit.net>
 
-	* Enhance documentation of ptarray_addPoint [RT-SIGTA]
+	* [r5227] Enhance documentation of ptarray_addPoint [RT-SIGTA]
 
-2010-02-09 22:36  strk
+2010-02-09 22:36  Sandro Santilli <strk at keybit.net>
 
-	* Don't refuse to output invalid geometries trough a cursor, being
-	  consistent with other output routines (dumper ends up using
-	  these) -- [RT-SIGTA]
+	* [r5226] 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 at keybit.net>
 
-	* Oops, it seems I broke the build (sorry)
+	* [r5225] Oops, it seems I broke the build (sorry)
 
-2010-02-09 06:52  strk
+2010-02-09 06:52  Sandro Santilli <strk at keybit.net>
 
-	* Fix documention
+	* [r5224] Fix documention
 
-2010-02-08 22:36  strk
+2010-02-08 22:36  Sandro Santilli <strk at keybit.net>
 
-	* tweak the sponsor name
+	* [r5221] tweak the sponsor name
 
-2010-02-08 21:39  strk
+2010-02-08 21:39  Sandro Santilli <strk at keybit.net>
 
-	* Initialie GEOS using lwerror for errors so that exceptions are
-	  really handled (or testcases in #411 crash on many GEOS
-	  functions)
+	* [r5220] 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 at keybit.net>
 
-	* Add credits to new feature item
+	* [r5219] Add credits to new feature item
 
-2010-02-08 18:54  strk
+2010-02-08 18:54  Sandro Santilli <strk at keybit.net>
 
-	* Don't refuse to unparse malformed geometries. Fixes #411. Didn't
-	  seem to expose the crash in #168, the testcase for it was
+	* [r5214] 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 at keybit.net>
 
-	* Simplify hooks on GEOS error reporter function from isvalid*
-	  functions
+	* [r5213] Simplify hooks on GEOS error reporter function from
+	  isvalid* functions
 
-2010-02-06 13:48  strk
+2010-02-06 13:48  Sandro Santilli <strk at keybit.net>
 
-	* Add another test for #407
+	* [r5212] Add another test for #407
 
-2010-02-06 10:49  colivier
+2010-02-06 10:49  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Fix non NULL terminated string in ST_AsSVG with
+	* [r5211] 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 at keybit.net>
 
-	* Add ST_isValidDetail item
+	* [r5208] Add ST_isValidDetail item
 
-2010-02-05 20:55  strk
+2010-02-05 20:55  Sandro Santilli <strk at keybit.net>
 
-	* 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.
+	* [r5207] 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 at keybit.net>
 
-	* A space after return type looks better (and seems to be the
-	  policy) for funcdef tags
+	* [r5206] 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 at keybit.net>
 
-	* Document ST_IsValidDetail
+	* [r5205] Document ST_IsValidDetail
 
-2010-02-05 17:26  strk
+2010-02-05 17:26  Sandro Santilli <strk at keybit.net>
 
-	* Add ST_isValidDetail(geom) returns valid_detail (new type!)
+	* [r5204] Add ST_isValidDetail(geom) returns valid_detail (new
+	  type!)
 
-2010-02-04 20:30  strk
+2010-02-04 20:30  Sandro Santilli <strk at keybit.net>
 
-	* Astyle run (a-ha, got you!)
+	* [r5203] Astyle run (a-ha, got you!)
 
-2010-02-04 17:43  pramsey
+2010-02-04 17:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Push version numbers on trunk forward to next release.
+	* [r5202] Push version numbers on trunk forward to next release.
 
-2010-02-04 17:21  pramsey
+2010-02-04 17:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update release dates and changelog for 1.5.0
+	* [r5197] Update release dates and changelog for 1.5.0
 
-2010-02-03 22:42  pramsey
+2010-02-03 22:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Initialize config->createindex value to 0
+	* [r5195] Initialize config->createindex value to 0
 
-2010-02-03 21:42  pramsey
+2010-02-03 21:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix handling of "missing table argument" case to use file name
-	  properly.
+	* [r5194] 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 at cleverelephant.ca>
 
-	* Add --no-psqlrc to run_test (#405)
+	* [r5193] Add --no-psqlrc to run_test (#405)
 
-2010-02-02 22:44  pramsey
+2010-02-02 22:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Tiny re-format
+	* [r5190] Tiny re-format
 
-2010-02-02 17:44  pramsey
+2010-02-02 17:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Extra information per Greg Troxel
+	* [r5189] Extra information per Greg Troxel
 
-2010-02-02 16:13  pramsey
+2010-02-02 16:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update usage string to show correct default encoding.
+	* [r5188] Update usage string to show correct default encoding.
 
-2010-02-02 04:14  pramsey
+2010-02-02 04:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* astyle recent change
+	* [r5187] astyle recent change
 
-2010-02-02 02:41  pramsey
+2010-02-02 02:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix segfault on cases where not enough arguments are provided.
-	  (#402)
+	* [r5186] 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 at cleverelephant.ca>
 
-	* Fix mis-handling of the commandline operations modes (#401)
+	* [r5185] Fix mis-handling of the commandline operations modes
+	  (#401)
 
-2010-02-01 18:24  pramsey
+2010-02-01 18:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Silence 'no-eol' compiler warning.
+	* [r5184] Silence 'no-eol' compiler warning.
 
-2010-02-01 17:35  pramsey
+2010-02-01 17:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* 1.5 astyle pass
+	* [r5181] 1.5 astyle pass
 
-2010-01-29 21:24  pramsey
+2010-01-29 21:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* 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] 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 at pcorp.us>
 
-	* fix example
+	* [r5179] fix example
 
-2010-01-29 18:00  pramsey
+2010-01-29 18:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Extra debugging information in spheroid area calculation.
+	* [r5178] Extra debugging information in spheroid area calculation.
 
-2010-01-28 17:42  pramsey
+2010-01-28 17:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make area unit tests actually test against known good values
+	* [r5177] 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 at camptocamp.com>
 
-	* revert r5175 commit about points results on #304. Related to #395
+	* [r5176] 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 at camptocamp.com>
 
-	* In regress/tickets* Add missing srid 32702 and 32602. Add results
-	  from #304 tests. Related to #395
+	* [r5175] 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 at keybit.net>
 
-	* Fix 'maintainer-clean' rule
+	* [r5174] Fix 'maintainer-clean' rule
 
-2010-01-28 14:23  mcayland
+2010-01-28 14:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix astyle.sh script so that if astyle cannot be found then it
-	  immediately aborts with an error. Per report from Nicklas.
+	* [r5173] 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 at siriusit.co.uk>
 
-	* Add "make astyle" target to clean up source tree formatting as
-	  per the style guidelines.
+	* [r5172] 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 at cleverelephant.ca>
 
-	* Make GEOS test insist on >= 3.1.1
+	* [r5171] Make GEOS test insist on >= 3.1.1
 
-2010-01-26 20:20  pramsey
+2010-01-26 20:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove warning from lwline
+	* [r5170] Remove warning from lwline
 
-2010-01-26 19:08  pramsey
+2010-01-26 19:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add example for ST_AddMeasure on multilinestring
+	* [r5169] Add example for ST_AddMeasure on multilinestring
 
-2010-01-26 18:56  pramsey
+2010-01-26 18:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make ST_AddMeasure handle multilinestrings as well as
+	* [r5168] Make ST_AddMeasure handle multilinestrings as well as
 	  linestrings.
 
-2010-01-26 17:24  pramsey
+2010-01-26 17:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove unneeded See Also section.
+	* [r5167] Remove unneeded See Also section.
 
-2010-01-26 17:09  pramsey
+2010-01-26 17:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove ST_StartMeasure ST_EndMeasure
+	* [r5166] Remove ST_StartMeasure ST_EndMeasure
 
-2010-01-26 01:13  pramsey
+2010-01-26 01:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ignore postgis_comments.sql
+	* [r5165] Ignore postgis_comments.sql
 
-2010-01-25 21:08  pramsey
+2010-01-25 21:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Replace soft tabs with hard.
+	* [r5164] Replace soft tabs with hard.
 
-2010-01-25 21:06  pramsey
+2010-01-25 21:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add uninstall recipe for AddMeasure (#390)
+	* [r5163] Add uninstall recipe for AddMeasure (#390)
 
-2010-01-25 21:03  pramsey
+2010-01-25 21:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add ST_AddMeasure and associated documentations (#390)
+	* [r5162] Add ST_AddMeasure and associated documentations (#390)
 
-2010-01-24 09:10  nicklas
+2010-01-24 09:10  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* 
+	* [r5161]
 
-2010-01-23 23:31  nicklas
+2010-01-23 23:31  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* Tiny Typo
+	* [r5160] Tiny Typo
 
-2010-01-23 23:29  nicklas
+2010-01-23 23:29  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* remove ST_Maxdistance from TODO and note that C-version is still
-	  TODO for ST_DumpPoints
+	* [r5159] 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 at cleverelephant.ca>
 
-	* Add note on removing milestone from trac
+	* [r5156] Add note on removing milestone from trac
 
-2010-01-21 16:44  pramsey
+2010-01-21 16:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updates for 1.5.0rc1
+	* [r5150] Updates for 1.5.0rc1
 
-2010-01-21 13:08  nicklas
+2010-01-21 13:08  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* add missing comment
+	* [r5149] add missing comment
 
-2010-01-21 07:19  nicklas
+2010-01-21 07:19  Nicklas Avén <nicklas.aven at jordogskog.no>
 
-	* Fix for make check on MingW #389
+	* [r5148] Fix for make check on MingW #389
 
-2010-01-21 00:06  pramsey
+2010-01-21 00:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updated XML release notes (#374)
+	* [r5147] Updated XML release notes (#374)
 
-2010-01-20 20:17  pramsey
+2010-01-20 20:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make proper #! calls to perl in perl scripts
+	* [r5145] Make proper #! calls to perl in perl scripts
 
-2010-01-20 18:55  robe
+2010-01-20 18:55  Regina Obe <lr at pcorp.us>
 
-	* Add Jorge Arevalo to list since he's contributing a lot of work
-	  to WKT Raster
+	* [r5143] 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 at pcorp.us>
 
-	* Add George, Guillaume, and Vincent to contributors list
+	* [r5140] Add George, Guillaume, and Vincent to contributors list
 
-2010-01-19 12:37  robe
+2010-01-19 12:37  Regina Obe <lr at pcorp.us>
 
-	* Bump Nicklas up since he's added a lot to this release and now
-	  has commit access
+	* [r5139] 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 at cleverelephant.ca>
 
-	* Add towgs84 line into proj4text for srid = 28992 (#387)
+	* [r5137] Add towgs84 line into proj4text for srid = 28992 (#387)
 
-2010-01-16 04:26  robe
+2010-01-16 04:26  Regina Obe <lr at pcorp.us>
 
-	* Add Guillaume's PostgreSQL 8.5 contribution
+	* [r5136] Add Guillaume's PostgreSQL 8.5 contribution
 
-2010-01-15 19:48  pramsey
+2010-01-15 19:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* 80col wrap NEWS
+	* [r5135] 80col wrap NEWS
 
-2010-01-15 18:49  robe
+2010-01-15 18:49  Regina Obe <lr at pcorp.us>
 
-	* add note about GEOS 3.2
+	* [r5134] add note about GEOS 3.2
 
-2010-01-15 18:41  pramsey
+2010-01-15 18:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Short circuit on distance tests: only do full spheroidal
+	* [r5133] 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 at cleverelephant.ca>
 
-	* Prepare for 1.5.0b2
+	* [r5130] Prepare for 1.5.0b2
 
-2010-01-15 17:54  pramsey
+2010-01-15 17:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make GEOS 3.1 the mandatory minimum (#385)
+	* [r5129] Make GEOS 3.1 the mandatory minimum (#385)
 
-2010-01-15 17:47  pramsey
+2010-01-15 17:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ignore all PNG files.
+	* [r5128] Ignore all PNG files.
 
-2010-01-15 08:13  colivier
+2010-01-15 08:13  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Round decimal part in #58 ticket unit test. As the previous
-	  result was not cross platform compliant
+	* [r5127] 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 at camptocamp.com>
 
-	* Fix undefined vars in LWDEBUGF (#383)
+	* [r5124] Fix undefined vars in LWDEBUGF (#383)
 
-2010-01-14 08:34  colivier
+2010-01-14 08:34  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Update TODO. remove ST_GeomFromKML entry
+	* [r5123] Update TODO. remove ST_GeomFromKML entry
 
-2010-01-12 10:33  mcayland
+2010-01-12 10:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Add missing MODULE_big section for #311 which was preventing the
-	  main PostGIS library from being installed on older versions of
-	  PostgreSQL.
+	* [r5121] 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 at pcorp.us>
 
-	* slight typo correction
+	* [r5120] slight typo correction
 
-2010-01-12 08:18  robe
+2010-01-12 08:18  Regina Obe <lr at pcorp.us>
 
-	* Add ST_DFullyWithin and add analysis as descriptor to functions
+	* [r5119] Add ST_DFullyWithin and add analysis as descriptor to
+	  functions
 
-2010-01-12 04:28  pramsey
+2010-01-12 04:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change ST_Equals to use && instead of ~= (#378)
+	* [r5118] Change ST_Equals to use && instead of ~= (#378)
 
-2010-01-12 04:24  pramsey
+2010-01-12 04:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Shorten trac URL.
+	* [r5117] Shorten trac URL.
 
-2010-01-12 01:01  pramsey
+2010-01-12 01:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add comment about postgis_comments.sql handling in 'clean' target
-	  of docs
+	* [r5116] 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 at cleverelephant.ca>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* 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] 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.ca at gmail.com>
 
-	* added missing liblwgeom target needed to build the documentation
-	  images
+	* [r5113] added missing liblwgeom target needed to build the
+	  documentation images
 
-2010-01-09 03:05  robe
+2010-01-09 03:05  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r5112] fix typo
 
-2010-01-09 03:05  robe
+2010-01-09 03:05  Regina Obe <lr at pcorp.us>
 
-	* Fill in missing spots in News
+	* [r5111] Fill in missing spots in News
 
-2010-01-09 00:10  pramsey
+2010-01-09 00:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Use macro define to determine default geometry column name in gui
+	* [r5110] 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 at cleverelephant.ca>
 
-	* Update the NEW file
+	* [r5107] Update the NEW file
 
-2010-01-08 23:16  pramsey
+2010-01-08 23:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added in one removed function (st_max_distance, replaced by
-	  st_maxdistance) to the drop script (#330)
+	* [r5106] 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 at cleverelephant.ca>
 
-	* Override pgxs defaults for install, from mcayland (#311)
+	* [r5105] 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 at siriusit.co.uk>
 
-	* Apply a modified version of Guillaume Lelarge's patch to allow
-	  compilation under current PostgreSQL 8.5 CVS.
+	* [r5104] 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 at cleverelephant.ca>
 
-	* Initailize config value from simple_geometries
+	* [r5101] Initailize config value from simple_geometries
 
-2010-01-04 19:52  pramsey
+2010-01-04 19:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bracked and reformat comparison to be more explicit
+	* [r5100] Bracked and reformat comparison to be more explicit
 
-2010-01-04 17:55  pramsey
+2010-01-04 17:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixed up de-serialization routines to avoid *geoms = malloc(0)
-	  cases which were causing free to fail later on down the line
-	  (#370)
+	* [r5099] 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 at cleverelephant.ca>
 
-	* Remove the ifdef/endif blocks for HAVE_ICONV (#367)
+	* [r5098] Remove the ifdef/endif blocks for HAVE_ICONV (#367)
 
-2010-01-04 05:42  pramsey
+2010-01-04 05:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make configure error out when iconv is unavailable. (#367)
+	* [r5097] Make configure error out when iconv is unavailable.
+	  (#367)
 
-2010-01-04 05:21  pramsey
+2010-01-04 05:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Minor change to about dialog build.
+	* [r5096] Minor change to about dialog build.
 
-2010-01-04 04:52  pramsey
+2010-01-04 04:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Re-fix connection password hiding (#356)
+	* [r5095] Re-fix connection password hiding (#356)
 
-2010-01-04 00:34  pramsey
+2010-01-04 00:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix the RCSID to actually substitute
+	* [r5094] Fix the RCSID to actually substitute
 
-2010-01-04 00:32  pramsey
+2010-01-04 00:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add an About dialogue that contains the revision string
+	* [r5093] Add an About dialogue that contains the revision string
 	  (hopefully)
 
-2010-01-04 00:31  pramsey
+2010-01-04 00:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make lwcollection_extract slightly more empty-intelligent
+	* [r5092] Make lwcollection_extract slightly more empty-intelligent
 
-2010-01-03 23:05  pramsey
+2010-01-03 23:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Separate the options config persistence from the main persistence
-	  routine to allow the "geocolumn" magic to work more reliably
-	  (#369)
+	* [r5091] 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 at cleverelephant.ca>
 
-	* Add initialization to fix one Win32 segfault.
+	* [r5090] Add initialization to fix one Win32 segfault.
 
-2010-01-02 07:01  pramsey
+2010-01-02 07:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add getopt.o into the modules used by shp2pgsql-gui.exe
+	* [r5089] 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 at cleverelephant.ca>
 
-	* Flip back to pgis_getopt
+	* [r5088] Flip back to pgis_getopt
 
-2010-01-01 20:28  pramsey
+2010-01-01 20:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change log entry to reflect actual iconv target encoding (UTF-8,
-	  not UTF8)
+	* [r5087] 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 at pcorp.us>
 
-	* amend upgrade instructions to include description
+	* [r5086] amend upgrade instructions to include description
 	  postgis_upgrade*.sql
 
-2010-01-01 19:30  robe
+2010-01-01 19:30  Regina Obe <lr at pcorp.us>
 
-	* put in ?, -n and -N missing from loader list
+	* [r5085] put in ?, -n and -N missing from loader list
 
-2009-12-31 12:41  robe
+2009-12-31 12:41  Regina Obe <lr at pcorp.us>
 
-	* minor change
+	* [r5084] minor change
 
-2009-12-31 11:56  robe
+2009-12-31 11:56  Regina Obe <lr at pcorp.us>
 
-	* amend shp2pgsql section to mention gui loader and also -G
+	* [r5083] 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 at pcorp.us>
 
-	* change wording in what is new titles to reflect they show both
-	  new and changed/enhanced functions
+	* [r5082] 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 at pcorp.us>
 
-	* 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.
+	* [r5081] 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 at siriusit.co.uk>
 
-	* Fix ST_Envelope() and ST_Expand() so that they use double
+	* [r5080] Fix ST_Envelope() and ST_Expand() so that they use double
 	  precision arithmetic rather than single precision arithmetic for
 	  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 at pcorp.us>
 
-	* ST_Box back to Box link ref
+	* [r5079] ST_Box back to Box link ref
 
-2009-12-30 12:53  robe
+2009-12-30 12:53  Regina Obe <lr at pcorp.us>
 
-	* oops revert change I guess ST_Box .. is the one that's
+	* [r5077] 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 at pcorp.us>
 
-	* amend faqs and change Box2D,Box3D to ST_Box...
+	* [r5076] amend faqs and change Box2D,Box3D to ST_Box...
 
-2009-12-30 09:15  robe
+2009-12-30 09:15  Regina Obe <lr at pcorp.us>
 
-	* correct example
+	* [r5074] correct example
 
-2009-12-30 07:20  robe
+2009-12-30 07:20  Regina Obe <lr at pcorp.us>
 
-	* more clarity on the float4/float8 for ST_Envelope
+	* [r5073] more clarity on the float4/float8 for ST_Envelope
 
-2009-12-30 06:53  robe
+2009-12-30 06:53  Regina Obe <lr at pcorp.us>
 
-	* #531 ST_Envelope has wrong return type changed from boolean to
-	  geometry
+	* [r5071] #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 at pcorp.us>
 
-	* slight wording change
+	* [r5069] slight wording change
 
-2009-12-30 06:44  robe
+2009-12-30 06:44  Regina Obe <lr at pcorp.us>
 
-	* fill in mising geography = operator
+	* [r5068] fill in mising geography = operator
 
-2009-12-30 06:38  robe
+2009-12-30 06:38  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r5067] fix typo
 
-2009-12-30 06:12  robe
+2009-12-30 06:12  Regina Obe <lr at pcorp.us>
 
-	* #365 document ST_GeogFromWKB and ST_GeogFromText
+	* [r5066] #365 document ST_GeogFromWKB and ST_GeogFromText
 
-2009-12-30 01:25  pramsey
+2009-12-30 01:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Rename ST_GeographyFromBinary to ST_GeogFromWKB. Add
+	* [r5065] 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 at cleverelephant.ca>
 
-	* Remove the NULL policy line from the GUI options (#363)
+	* [r5064] Remove the NULL policy line from the GUI options (#363)
 
-2009-12-30 01:12  pramsey
+2009-12-30 01:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make a few things more explicit in the handling of encoding.
+	* [r5063] 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 at cleverelephant.ca>
 
-	* Remove a couple compiler warnings following last change.
+	* [r5062] Remove a couple compiler warnings following last change.
 
-2009-12-29 20:16  pramsey
+2009-12-29 20:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change options dialogue into actual GTK dialog and move to
-	  creating/destroying it on each appearance. (#363)
+	* [r5061] 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 at cleverelephant.ca>
 
-	* Try and get around the expanding window problem
+	* [r5060] 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 at siriusit.co.uk>
 
-	* Add a filter name to the shapefile file selector; this is just a
-	  cosmetic fix.
+	* [r5059] 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 at siriusit.co.uk>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Include GUI as conditional install target
+	* [r5057] Include GUI as conditional install target
 
-2009-12-28 13:32  mcayland
+2009-12-28 13:32  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Add some more missing defaults to the shapefile loader
+	* [r5056] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r5055] 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 at cleverelephant.ca>
 
-	* Fix up another password leaking into the log (#356)
+	* [r5054] Fix up another password leaking into the log (#356)
 
-2009-12-24 00:57  pramsey
+2009-12-24 00:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Handle case where there is no password to sanitize
+	* [r5053] Handle case where there is no password to sanitize
 
-2009-12-23 19:49  pramsey
+2009-12-23 19:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Sanitize the connection string displayed in the GUI log (#356)
+	* [r5052] Sanitize the connection string displayed in the GUI log
+	  (#356)
 
-2009-12-23 19:34  pramsey
+2009-12-23 19:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add support for dumping geography tables. (#251)
+	* [r5051] Add support for dumping geography tables. (#251)
 
-2009-12-23 15:48  colivier
+2009-12-23 15:48  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* 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
+	* [r5050] 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 at cleverelephant.ca>
 
-	* Remove hack PGAdmin GUI target (#355)
+	* [r5049] Remove hack PGAdmin GUI target (#355)
 
-2009-12-22 20:50  pramsey
+2009-12-22 20:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add message to GUI when creating spatial index.
+	* [r5047] Add message to GUI when creating spatial index.
 
-2009-12-22 19:38  pramsey
+2009-12-22 19:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add shp2pgsql-pgadmin build target for exe without special win32
-	  options.
+	* [r5046] 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 at siriusit.co.uk>
 
-	* Fix bug in geography support when creating indexes.
+	* [r5045] 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 at siriusit.co.uk>
 
-	* More improvements to the shapefile loader:
+	* [r5044] 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 at cleverelephant.ca>
 
-	* Handle index building when loading geography
+	* [r5043] Handle index building when loading geography
 
-2009-12-22 00:27  pramsey
+2009-12-22 00:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add support for GEOGRAPHY type to loader GUI. (#251)
+	* [r5042] Add support for GEOGRAPHY type to loader GUI. (#251)
 
-2009-12-21 23:22  pramsey
+2009-12-21 23:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add support for geography type to command-line loader (#251)
+	* [r5040] Add support for geography type to command-line loader
+	  (#251)
 
-2009-12-20 17:42  pramsey
+2009-12-20 17:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* CFLAGS=-pedantic pass over the codebase and warnings reduced
+	* [r5039] CFLAGS=-pedantic pass over the codebase and warnings
+	  reduced
 
-2009-12-20 17:23  pramsey
+2009-12-20 17:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Disable unused static function.
+	* [r5038] Disable unused static function.
 
-2009-12-20 04:42  pramsey
+2009-12-20 04:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Minor changes to header inclusions.
+	* [r5037] Minor changes to header inclusions.
 
-2009-12-20 04:31  pramsey
+2009-12-20 04:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix bracket issue in commandline opt handline
+	* [r5036] Fix bracket issue in commandline opt handline
 
-2009-12-19 03:56  pramsey
+2009-12-19 03:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Radically simpler getopt implementation from AT&T UNIX.
+	* [r5035] Radically simpler getopt implementation from AT&T UNIX.
 
-2009-12-18 20:51  pramsey
+2009-12-18 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add some logging during the load so we can see what's going on.
+	* [r5034] 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 at camptocamp.com>
 
-	* remove the #273 test, as it already the same than point_1
+	* [r5033] 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 at camptocamp.com>
 
-	* Libxml become mandatory. Cf #344. Modify configure step, remove
-	  all HAVE_LIBXML2 from code, sql and unit tests. Update
+	* [r5032] Libxml become 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 at cleverelephant.ca>
 
-	* Moved size of int8 down to 19 chars (#326)
+	* [r5031] Moved size of int8 down to 19 chars (#326)
 
-2009-12-18 18:26  robe
+2009-12-18 18:26  Regina Obe <lr at pcorp.us>
 
-	* fix some typos, cosmetic changes, throw some more geography
-	  around
+	* [r5030] fix some typos, cosmetic changes, throw some more
+	  geography around
 
-2009-12-18 17:43  robe
+2009-12-18 17:43  Regina Obe <lr at pcorp.us>
 
-	* Find a home for Paul's examples and Advanced FAQ and back
+	* [r5029] 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 at pcorp.us>
 
-	* 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
+	* [r5028] 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 at lisasoft.com>
 
-	* Reverting the change of r5007, removal of the getopt hack, to get
-	  windows builds working again.
+	* [r5025] 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 at cleverelephant.ca>
 
-	* Add in icon and resource information for Win32 GUI
+	* [r5024] Add in icon and resource information for Win32 GUI
 
-2009-12-18 05:55  pramsey
+2009-12-18 05:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make GUI open w/o console under Win32
+	* [r5023] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r5019] 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 at siriusit.co.uk>
 
-	* Fix memory scope error (resulting in segfault) accidentally
-	  introduced by the command line changes.
+	* [r5018] 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 at cleverelephant.ca>
 
-	* Temporarily de-regress the loader while talking to -devel
+	* [r5013] Temporarily de-regress the loader while talking to -devel
 
-2009-12-16 17:00  pramsey
+2009-12-16 17:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Quiet solaris warnings
+	* [r5012] Quiet solaris warnings
 
-2009-12-16 16:49  pramsey
+2009-12-16 16:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove warning on Solaris
+	* [r5011] Remove warning on Solaris
 
-2009-12-16 00:43  pramsey
+2009-12-16 00:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add initial values.
+	* [r5010] Add initial values.
 
-2009-12-15 23:55  pramsey
+2009-12-15 23:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change MAX_DBF_FIELD_SIZE to 254 (#326)
+	* [r5009] Change MAX_DBF_FIELD_SIZE to 254 (#326)
 
-2009-12-15 23:44  pramsey
+2009-12-15 23:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in support for command-line options for connection info to
-	  GUI (#338)
+	* [r5008] 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 at cleverelephant.ca>
 
-	* 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.
+	* [r5007] 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 at cleverelephant.ca>
 
-	* Make null date field blank rather than 00000000 (#321)
+	* [r5006] Make null date field blank rather than 00000000 (#321)
 
-2009-12-15 20:08  pramsey
+2009-12-15 20:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make 4326 the default SRID for "unknown" cases, both in column
-	  creation and in geography object creation. (#347)
+	* [r5005] 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 at cleverelephant.ca>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Fix buffer overrun case.
+	* [r5003] Fix buffer overrun case.
 
-2009-12-15 15:10  pramsey
+2009-12-15 15:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove syntax error (fumbling fingers?) in the usage line (#345)
+	* [r5002] Remove syntax error (fumbling fingers?) in the usage line
+	  (#345)
 
-2009-12-15 15:08  pramsey
+2009-12-15 15:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove test that enforces only OGC-standard WKT for
+	* [r5001] 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 at cleverelephant.ca>
 
-	* Flip argument order for -cli exe build and add CFLAGS back into
-	  linking line
+	* [r5000] 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 at siriusit.co.uk>
 
-	* Remove the original shp2pgsql.c file which is no longer required
-	  with the new architecture.
+	* [r4999] 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 at siriusit.co.uk>
 
-	* Fix incorrect logic when outputting escaped strings; COPY does
-	  not require the attribute to be surrounded by apostrophes.
+	* [r4998] 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 at siriusit.co.uk>
 
-	* Fix missing COPY terminator from shp2pgsql command line
+	* [r4997] 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 at siriusit.co.uk>
 
-	* Commit initial version of reworked shp2pgsql architecture that
-	  defines a common API within shp2pgsql-core that can be called
-	  from both the CLI and GUI interfaces.
+	* [r4996] Commit initial version of reworked shp2pgsql architecture
+	  that defines a common API within shp2pgsql-core that can be
+	  called from both the CLI and GUI interfaces.
 	  
 	  There are still some minor TODOs left, however the basic concept
 	  appears to work well and I've also spent time running tests under
 	  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.ca at gmail.com>
 
-	* added identifier to shp2pgsql usage section
+	* [r4995] added identifier to shp2pgsql usage section
 
-2009-12-09 17:12  kneufeld
+2009-12-09 17:12  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* updated "Using the Loader" to demonstrate the use of the
+	* [r4994] 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 at pcorp.us>
 
-	* Correct the output type of ST_Extent and flag this as a change in
-	  behavior in PostGIS 1.4
+	* [r4992] 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 at cleverelephant.ca>
 
-	* Fix mistakes in geography faq item.
+	* [r4991] Fix mistakes in geography faq item.
 
-2009-12-04 15:39  robe
+2009-12-04 15:39  Regina Obe <lr at pcorp.us>
 
-	* get rid of begin; commit in geography.sql.in.c. Now that it is
-	  part of postgis.sql.inc.c, no need for it.
+	* [r4989] 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 at pcorp.us>
 
-	* 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] 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.ca at gmail.com>
 
-	* removed VACUUM
+	* [r4987] removed VACUUM
 	  made into a single transaction block
 
-2009-12-03 18:51  kneufeld
+2009-12-03 18:51  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* removed url that is probably the cause in breaking docbook
+	* [r4986] removed url that is probably the cause in breaking
+	  docbook
 
-2009-12-03 18:43  kneufeld
+2009-12-03 18:43  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* a couple typos in the DE-9IM explanation
+	* [r4985] 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.ca at gmail.com>
 
-	* fixed a typo and added a few cross links
+	* [r4984] fixed a typo and added a few cross links
 
-2009-12-03 14:23  robe
+2009-12-03 14:23  Regina Obe <lr at pcorp.us>
 
-	* Replace unicode codes with images. IE 6 and 7 not happy. PDF not
-	  happy with unicode happy face symbol -- Regina not happy :(
+	* [r4983] 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 at pcorp.us>
 
-	* fill in missing curve support flags for outputs
+	* [r4982] fill in missing curve support flags for outputs
 
-2009-12-03 06:14  kneufeld
+2009-12-03 06:14  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added a few reference cross links
+	* [r4981] added a few reference cross links
 
-2009-12-02 23:41  kneufeld
+2009-12-02 23:41  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* removed borders around the tables in the geometry compliancy
-	  section
+	* [r4980] removed borders around the tables in the geometry
+	  compliancy section
 
-2009-12-02 23:25  kneufeld
+2009-12-02 23:25  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added some thoughts on DE-9IM
+	* [r4979] added some thoughts on DE-9IM
 
-2009-12-02 23:23  kneufeld
+2009-12-02 23:23  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added target to resize certain images
+	* [r4978] added target to resize certain images
 
-2009-12-02 22:05  robe
+2009-12-02 22:05  Regina Obe <lr at pcorp.us>
 
-	* Flag more as working with curves. I think all do except same
-	  operator but need to verify.
+	* [r4977] 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 at pcorp.us>
 
-	* 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.
+	* [r4976] 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.ca at gmail.com>
 
-	* added de9im images
+	* [r4975] added de9im images
 
-2009-12-02 15:20  robe
+2009-12-02 15:20  Regina Obe <lr at pcorp.us>
 
-	* Now that pdf table layout is fixed with informal table -- put
-	  back operators in matrix
+	* [r4974] 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 at pcorp.us>
 
-	* Do I dear try an informal table again :)
+	* [r4973] Do I dear try an informal table again :)
 
-2009-12-02 14:03  robe
+2009-12-02 14:03  Regina Obe <lr at pcorp.us>
 
-	* Try Mateusz idea of a unicode checkmark
+	* [r4972] Try Mateusz idea of a unicode checkmark
 
-2009-12-01 22:54  robe
+2009-12-01 22:54  Regina Obe <lr at pcorp.us>
 
-	* hmm spelled geometry wrong
+	* [r4971] hmm spelled geometry wrong
 
-2009-12-01 22:40  robe
+2009-12-01 22:40  Regina Obe <lr at pcorp.us>
 
-	* get rid of padding on tables
+	* [r4970] get rid of padding on tables
 
-2009-12-01 22:30  robe
+2009-12-01 22:30  Regina Obe <lr at pcorp.us>
 
-	* try again
+	* [r4969] try again
 
-2009-12-01 21:47  robe
+2009-12-01 21:47  Regina Obe <lr at pcorp.us>
 
-	* back to formal table
+	* [r4968] back to formal table
 
-2009-12-01 20:08  robe
+2009-12-01 20:08  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r4967]
 
-2009-12-01 20:00  robe
+2009-12-01 20:00  Regina Obe <lr at pcorp.us>
 
-	* try again
+	* [r4966] try again
 
-2009-12-01 19:53  robe
+2009-12-01 19:53  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r4965]
 
-2009-12-01 19:34  robe
+2009-12-01 19:34  Regina Obe <lr at pcorp.us>
 
-	* fix build
+	* [r4964] fix build
 
-2009-12-01 19:19  robe
+2009-12-01 19:19  Regina Obe <lr at pcorp.us>
 
-	* seeif pdf looks better with an informaltable
+	* [r4963] seeif pdf looks better with an informaltable
 
-2009-12-01 18:30  robe
+2009-12-01 18:30  Regina Obe <lr at pcorp.us>
 
-	* title change
+	* [r4962] title change
 
-2009-12-01 18:29  robe
+2009-12-01 18:29  Regina Obe <lr at pcorp.us>
 
-	* typo
+	* [r4961] typo
 
-2009-12-01 18:07  robe
+2009-12-01 18:07  Regina Obe <lr at pcorp.us>
 
-	* Add sql mm compliance column get rid of cell-padding
+	* [r4960] Add sql mm compliance column get rid of cell-padding
 
-2009-12-01 17:17  robe
+2009-12-01 17:17  Regina Obe <lr at pcorp.us>
 
-	* shorten matrix list to exclude operators and exception so pdf is
-	  not quite so ugly. Try to fit on one page.
+	* [r4959] 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 at pcorp.us>
 
-	* fix filter for 2.5D/curved support. More tweaking of style
+	* [r4958] 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 at pcorp.us>
 
-	* get rid of border=0 altogether exclude management,types, and
-	  transaction from matrix
+	* [r4957] 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 at pcorp.us>
 
-	* border not taking
+	* [r4956] border not taking
 
-2009-12-01 15:09  robe
+2009-12-01 15:09  Regina Obe <lr at pcorp.us>
 
-	* I want table borders
+	* [r4955] I want table borders
 
-2009-12-01 14:42  robe
+2009-12-01 14:42  Regina Obe <lr at pcorp.us>
 
-	* oops had left over junk -- get rid of junk
+	* [r4954] oops had left over junk -- get rid of junk
 
-2009-12-01 14:28  robe
+2009-12-01 14:28  Regina Obe <lr at pcorp.us>
 
-	* try to get rid of section abstract -- see if pdflatex accepts
-	  super duper matrix
+	* [r4953] 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 at pcorp.us>
 
-	* First attempt at super-duper type functionality compare matrix
+	* [r4952] First attempt at super-duper type functionality compare
+	  matrix
 
-2009-11-30 22:08  pramsey
+2009-11-30 22:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix up boundary condition in node interaction test.
+	* [r4949] Fix up boundary condition in node interaction test.
 
-2009-11-30 20:52  pramsey
+2009-11-30 20:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add an internal geometry tree for use in a native prepared
-	  geometry scheme for fast intersection tests.
+	* [r4948] 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 at cleverelephant.ca>
 
-	* Add svn:keywords to everyone
+	* [r4947] Add svn:keywords to everyone
 
-2009-11-30 20:49  pramsey
+2009-11-30 20:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add NL to end of expected file.
+	* [r4946] Add NL to end of expected file.
 
-2009-11-30 20:44  pramsey
+2009-11-30 20:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move the fromGML test into the in_gml.sql file, so that it will
-	  be properly excluded when libxml2 is not available.
+	* [r4945] 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 at cleverelephant.ca>
 
-	* Move have_libxml2 define to the other library have_ defines.
+	* [r4944] Move have_libxml2 define to the other library have_
+	  defines.
 
-2009-11-30 20:37  pramsey
+2009-11-30 20:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix warnings from cpp during sql file build as reported by
-	  kneufeld
+	* [r4943] 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 at cleverelephant.ca>
 
-	* Updated SQL files for uninstallation to match current state.
+	* [r4942] Updated SQL files for uninstallation to match current
+	  state.
 
-2009-11-30 19:12  pramsey
+2009-11-30 19:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update the upgrade process description to match new scripts.
+	* [r4941] Update the upgrade process description to match new
+	  scripts.
 
-2009-11-30 17:27  pramsey
+2009-11-30 17:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Rename ST_PointOutside to _ST_PointOutside (#325)
+	* [r4938] Rename ST_PointOutside to _ST_PointOutside (#325)
 
-2009-11-30 16:40  kneufeld
+2009-11-30 16:40  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* renamed ST_DumpPoints to _ST_DumpPoints
+	* [r4937] renamed ST_DumpPoints to _ST_DumpPoints
 
-2009-11-30 14:30  robe
+2009-11-30 14:30  Regina Obe <lr at pcorp.us>
 
-	* revise template to use new entities
+	* [r4936] revise template to use new entities
 
-2009-11-30 14:24  robe
+2009-11-30 14:24  Regina Obe <lr at pcorp.us>
 
-	* availability note not specified right for ST_DumpPoints
+	* [r4935] availability note not specified right for ST_DumpPoints
 
-2009-11-30 09:16  robe
+2009-11-30 09:16  Regina Obe <lr at pcorp.us>
 
-	* fill in missing proto for st_polygonize
+	* [r4934] fill in missing proto for st_polygonize
 
-2009-11-29 09:07  robe
+2009-11-29 09:07  Regina Obe <lr at pcorp.us>
 
-	* Yeh ST_GeomFromKML/GML not crashing anymore on Windows (when
-	  libxml statically compiled in) -- can put back the tests
+	* [r4932] 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 at pcorp.us>
 
-	* Add missing ST_CoveredBy proto for geography
+	* [r4927] Add missing ST_CoveredBy proto for geography
 
-2009-11-28 07:13  robe
+2009-11-28 07:13  Regina Obe <lr at pcorp.us>
 
-	* try to force paragraph at top using sectinfo abstract. Make note
-	  about deprecation more threatening.
+	* [r4926] 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 at pcorp.us>
 
-	* slight amendment to description of casts
+	* [r4925] slight amendment to description of casts
 
-2009-11-28 06:40  robe
+2009-11-28 06:40  Regina Obe <lr at pcorp.us>
 
-	* fill out casting behavior, also list box type functions and links
-	  to it and from it
+	* [r4924] 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 at cleverelephant.ca>
 
-	* Add install directory as an ignore.
+	* [r4923] Add install directory as an ignore.
 
-2009-11-27 20:58  robe
+2009-11-27 20:58  Regina Obe <lr at pcorp.us>
 
-	* link to new geometry_dump sections, also alphabetize dump
+	* [r4922] link to new geometry_dump sections, also alphabetize dump
 	  functions
 
-2009-11-27 20:39  robe
+2009-11-27 20:39  Regina Obe <lr at pcorp.us>
 
-	* thanks Kevin -- this should work now
+	* [r4921] thanks Kevin -- this should work now
 
-2009-11-27 20:31  robe
+2009-11-27 20:31  Regina Obe <lr at pcorp.us>
 
-	* take out link and see if hudson is happy
+	* [r4920] take out link and see if hudson is happy
 
-2009-11-27 20:01  robe
+2009-11-27 20:01  Regina Obe <lr at pcorp.us>
 
-	* try again - maybe typo
+	* [r4919] try again - maybe typo
 
-2009-11-27 19:46  robe
+2009-11-27 19:46  Regina Obe <lr at pcorp.us>
 
-	* Add geometry_dump and special index to list all functions that
-	  take as input or output geometry_dump objects
+	* [r4918] 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 at cleverelephant.ca>
 
-	* A few more Mapserver usage updates.
+	* [r4917] A few more Mapserver usage updates.
 
-2009-11-27 19:17  pramsey
+2009-11-27 19:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update the using mapserver section a little
+	* [r4916] Update the using mapserver section a little
 
-2009-11-27 17:50  pramsey
+2009-11-27 17:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add newlines at file ends to silence warnings
+	* [r4913] Add newlines at file ends to silence warnings
 
-2009-11-27 17:06  kneufeld
+2009-11-27 17:06  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* Fixed a few typos and missing references
+	* [r4912] Fixed a few typos and missing references
 
-2009-11-27 16:28  robe
+2009-11-27 16:28  Regina Obe <lr at pcorp.us>
 
-	* okay another try. bad scaling
+	* [r4911] okay another try. bad scaling
 
-2009-11-27 16:01  robe
+2009-11-27 16:01  Regina Obe <lr at pcorp.us>
 
-	* make all colors different for clarity
+	* [r4910] make all colors different for clarity
 
-2009-11-27 15:37  robe
+2009-11-27 15:37  Regina Obe <lr at pcorp.us>
 
-	* forgot images
+	* [r4909] forgot images
 
-2009-11-27 15:36  robe
+2009-11-27 15:36  Regina Obe <lr at pcorp.us>
 
-	* remove dupe ST_DFullyWithin, put in availability note for
+	* [r4908] 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 at pcorp.us>
 
-	* another st_longestline example
+	* [r4907] another st_longestline example
 
-2009-11-26 17:56  mcayland
+2009-11-26 17:56  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Commit slightly altered regression tests for the above.
+	* [r4906] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* change shortestline/longestline point/line example
+	* [r4903] change shortestline/longestline point/line example
 
-2009-11-25 23:37  robe
+2009-11-25 23:37  Regina Obe <lr at pcorp.us>
 
-	* another typo
+	* [r4901] another typo
 
-2009-11-25 23:36  robe
+2009-11-25 23:36  Regina Obe <lr at pcorp.us>
 
-	* fix typo in coordinates
+	* [r4900] fix typo in coordinates
 
-2009-11-25 23:07  robe
+2009-11-25 23:07  Regina Obe <lr at pcorp.us>
 
-	* make diagrams more interesting
+	* [r4899] make diagrams more interesting
 
-2009-11-25 22:48  robe
+2009-11-25 22:48  Regina Obe <lr at pcorp.us>
 
-	* Put in figures for ST_LongestLine. revise figure for shortest
-	  line make geometries the same for easy compare
+	* [r4898] Put in figures for ST_LongestLine. 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 at pcorp.us>
 
-	* cosmetic changes
+	* [r4897] cosmetic changes
 
-2009-11-25 22:12  robe
+2009-11-25 22:12  Regina Obe <lr at pcorp.us>
 
-	* Put in images for ST_ShortestLine
+	* [r4896] Put in images for ST_ShortestLine
 
-2009-11-25 21:49  robe
+2009-11-25 21:49  Regina Obe <lr at pcorp.us>
 
-	* put in missing availability notes
+	* [r4895] put in missing availability notes
 
-2009-11-25 19:15  pramsey
+2009-11-25 19:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Merge Nicklas Aven's distance spike into trunk. (#63, #231)
+	* [r4894] Merge Nicklas Aven's distance spike into trunk. (#63,
+	  #231)
 
-2009-11-24 22:10  kneufeld
+2009-11-24 22:10  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added refentry section for ST_DumpPoints()
+	* [r4892] added refentry section for ST_DumpPoints()
 
-2009-11-24 21:46  kneufeld
+2009-11-24 21:46  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added an ST_DumpPoints image to the collection.
+	* [r4891] added an ST_DumpPoints image to the collection.
 
-2009-11-24 17:28  colivier
+2009-11-24 17:28  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* explicit NULL test on xa->name. Related to #273
+	* [r4890] explicit NULL test on xa->name. Related to #273
 
-2009-11-24 10:28  colivier
+2009-11-24 10:28  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* add also availability note to GmlToSQL()
+	* [r4889] add also availability note to GmlToSQL()
 
-2009-11-24 10:20  colivier
+2009-11-24 10:20  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* add availability information for postgis_libxml_version()
+	* [r4888] add availability information for postgis_libxml_version()
 
-2009-11-23 18:07  robe
+2009-11-23 18:07  Regina Obe <lr at pcorp.us>
 
-	* #300 - minor casing changes to reference. Incorporate logic to
-	  comment types. Types need more description and casting behavior
-	  detail.
+	* [r4887] #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 at pcorp.us>
 
-	* New postgresql type section per #300. Still need to modify
-	  postgis_comments.sql.xsl accordingly
+	* [r4886] 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 at camptocamp.com>
 
-	* Add libxml2 version information in postgis_full_version. Add
-	  libxml2 support information in postgis_version. Add new
+	* [r4885] 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 at cleverelephant.ca>
 
-	* Move utility functions only used in cunit tests to the cunit
-	  code.
+	* [r4880] 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 at cleverelephant.ca>
 
-	* Replace pow(,2.0) with POW2 macro.
+	* [r4879] Replace pow(,2.0) with POW2 macro.
 
-2009-11-21 06:08  pramsey
+2009-11-21 06:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move from pass-by-value to pass-by-const-pointer. What can I say,
-	  I have no control over myself.
+	* [r4877] Move 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 at pcorp.us>
 
-	* update st_buffer, st_intersection details for geography to
-	  reflect what we are actually doing in bestsrid calc
+	* [r4876] 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 at pcorp.us>
 
-	* grammar correction
+	* [r4875] grammar correction
 
-2009-11-20 20:12  pramsey
+2009-11-20 20:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix an error hidden in a debug line.
+	* [r4873] Fix an error hidden in a debug line.
 
-2009-11-20 18:36  pramsey
+2009-11-20 18:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix graxing case and improve co-linear handling with help from
-	  Nicklas Aven (#314)
+	* [r4872] 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.ca at gmail.com>
 
-	* added missing dependency of postgis_aggs_mm for the comments
+	* [r4871] 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 at siriusit.co.uk>
 
-	* Apply Kris Jurka's pgsql2shp patches, as detail in the
+	* [r4870] 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 at siriusit.co.uk>
 
-	* Finish working on Dave Fuhry's memory-leak patch, and also fix
-	  several other leaks found by running shp2pgsql through valgrind.
+	* [r4868] 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 at camptocamp.com>
 
-	* Switch to reference splitted files. Add references entities. Use
-	  postgis.xml rather than reference.xml in doc/xsl/* files. Add
-	  template rule in doc/xsl/* to only use
+	* [r4866] Switch to reference splitted files. Add references
+	  entities. Use postgis.xml rather 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 at cleverelephant.ca>
 
-	* Handle the case where the stabline and a polygon edge are
+	* [r4865] 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 at siriusit.co.uk>
 
-	* Alter regression test harness so that shp2pgsql/pgsql2shp can be
-	  tested without being installed.
+	* [r4862] 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 at cleverelephant.ca>
 
-	* Attempt to clarify MULTIPOLYGON behavior in
+	* [r4857] Attempt to clarify MULTIPOLYGON behavior in
 	  ST_SimplifyPreserveTopology (#240)
 
-2009-11-18 19:54  pramsey
+2009-11-18 19:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add another example (#218)
+	* [r4855] Add another example (#218)
 
-2009-11-18 19:53  pramsey
+2009-11-18 19:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Put constants reference in the example, so people see it (nobody
-	  reads documentation) (#218)
+	* [r4854] 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.ca at gmail.com>
 
-	* Ok, well that didn't work. Reverting changes.
+	* [r4853] Ok, well that didn't work. Reverting changes.
 
-2009-11-18 17:19  kneufeld
+2009-11-18 17:19  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* 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
+	* [r4852] 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 at cleverelephant.ca>
 
-	* Add in the history table convenience functions, a README and some
-	  manual examples for pedagogy.
+	* [r4851] 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 at cleverelephant.ca>
 
-	* Fix a double-free in the unit test for collection extract.
+	* [r4850] 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 at cleverelephant.ca>
 
-	* Add availability line.
+	* [r4849] Add availability line.
 
-2009-11-17 20:05  pramsey
+2009-11-17 20:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add more explanation of type numbers.
+	* [r4848] Add more explanation of type numbers.
 
-2009-11-17 20:03  pramsey
+2009-11-17 20:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Implement ST_CollectionExtract() to pull specific homogeneous
-	  collections out of heterogeneous collections. Regressions and
-	  documentation included. (#218)
+	* [r4847] Implement ST_CollectionExtract() to pull specific
+	  homogeneous collections out of heterogeneous collections.
+	  Regressions and documentation included. (#218)
 
-2009-11-17 17:23  pramsey
+2009-11-17 17:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Trim the binary versions of geometries to try and remove
+	* [r4846] 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 at siriusit.co.uk>
 
-	* 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
+	* [r4845] 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 at cleverelephant.ca>
 
-	* Add tests from #210 to the tickets.sql
+	* [r4844] Add tests from #210 to the tickets.sql
 
-2009-11-17 04:25  pramsey
+2009-11-17 04:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add tickets.sql and expected tests derived from old trac entries
-	  (#214)
+	* [r4843] 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 at cleverelephant.ca>
 
-	* Add identifying lines to SQL so that error lines are easier to
-	  find.
+	* [r4842] 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 at cleverelephant.ca>
 
-	* Remove trailing space from libname
+	* [r4841] Remove trailing space from libname
 
-2009-11-16 22:01  pramsey
+2009-11-16 22:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in hack to match the library .so substition name to the one
-	  produced by a particular PgSQL version. (#219)
+	* [r4840] 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 at cleverelephant.ca>
 
-	* Add in tests for MapServer/Geoserver-style SQL calls. (#224)
+	* [r4839] Add in tests for MapServer/Geoserver-style SQL calls.
+	  (#224)
 
-2009-11-16 20:25  pramsey
+2009-11-16 20:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make scripts version independent of library micro-version.
+	* [r4838] Make scripts version independent of library
+	  micro-version.
 
-2009-11-16 19:52  pramsey
+2009-11-16 19:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make POSTGIS_SCRIPTS_VERSION reflect the maximum SVN version of
-	  the SQL input files. (#242)
+	* [r4837] 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.ca at gmail.com>
 
-	* Ticket #76.
+	* [r4836] 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 at cleverelephant.ca>
 
-	* Make an unknown geography SRID translate to a 4326 geometry SRID
-	  during a cast (#298)
+	* [r4835] 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 at pcorp.us>
 
-	* forgot availability note
+	* [r4834] forgot availability note
 
-2009-11-16 19:04  robe
+2009-11-16 19:04  Regina Obe <lr at pcorp.us>
 
-	* fix typos in ST_MakeEnvelope (at least he tries :) )
+	* [r4833] fix typos in ST_MakeEnvelope (at least he tries :) )
 
-2009-11-16 18:46  pramsey
+2009-11-16 18:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add doco and regression tests for ST_MakeEnvelope() (#199)
+	* [r4832] Add doco and regression tests for ST_MakeEnvelope()
+	  (#199)
 
-2009-11-16 18:28  pramsey
+2009-11-16 18:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add ST_MakeEnvelope() constructor, terse function for making bbox
-	  polygons. (#199)
+	* [r4831] 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 at pcorp.us>
 
-	* revise to deal with boolean arguments
+	* [r4830] revise to deal with boolean arguments
 
-2009-11-16 12:57  robe
+2009-11-16 12:57  Regina Obe <lr at pcorp.us>
 
-	* Update geography transform description to reflect new cowboy
-	  transform hack strategy :). Need to update functions as well once
-	  Olivier has stopped kicking dust.
+	* [r4829] 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 at pcorp.us>
 
-	* More encouragement to use GEOS 3.2 :)
+	* [r4827] More encouragement to use GEOS 3.2 :)
 
-2009-11-16 05:53  robe
+2009-11-16 05:53  Regina Obe <lr at pcorp.us>
 
-	* get rid of reference to loading geography.sql (now integrated in
-	  postgis.sql)
+	* [r4826] 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 at camptocamp.com>
 
-	* revert Makefile.in reference.xml and postgis.xml to r4816. Need
-	  to fix NewFunction reference to go further :(
+	* [r4824] 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 at cleverelephant.ca>
 
-	* Cowboy triumphs. (#304)
+	* [r4823] Cowboy triumphs. (#304)
 
-2009-11-15 23:13  pramsey
+2009-11-15 23:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Actually use Antarctic stereographic for antarctic points. (#304)
+	* [r4822] Actually use Antarctic stereographic for antarctic
+	  points. (#304)
 
-2009-11-15 22:17  colivier
+2009-11-15 22:17  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add final semicolon. Remove useless copy related to reference.xml
+	* [r4821] 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 at camptocamp.com>
 
-	* Add forgotten .xml (in pdf rule)
+	* [r4820] Add forgotten .xml (in pdf rule)
 
-2009-11-15 21:55  colivier
+2009-11-15 21:55  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add forgotten .xml in postgis-out rule
+	* [r4819] Add forgotten .xml in postgis-out rule
 
-2009-11-15 21:23  colivier
+2009-11-15 21:23  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Update Makefile rules, related to reference.xml split (r4817)
+	* [r4818] Update Makefile rules, related to reference.xml split
+	  (r4817)
 
-2009-11-15 20:39  colivier
+2009-11-15 20:39  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Handle odd ArcMap scinotation for large ints. (#38)
+	* [r4816] Handle odd ArcMap scinotation for large ints. (#38)
 
-2009-11-15 19:32  pramsey
+2009-11-15 19:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add locale handling by setting to 'C' (#303)
+	* [r4815] Add locale handling by setting to 'C' (#303)
 
-2009-11-15 19:23  pramsey
+2009-11-15 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make the _cmp and _eq methods use the same equality conditions so
-	  that
+	* [r4814] 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 at cleverelephant.ca>
 
-	* Move the polar stereographic line a little further north in
-	  bestsrid. (#304)
+	* [r4812] 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 at pcorp.us>
 
-	* missing ST_DWithin geography spheroid proto
+	* [r4810] missing ST_DWithin geography spheroid proto
 
-2009-11-14 00:40  pramsey
+2009-11-14 00:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add testing and drop deprecated functions (#202)
+	* [r4806] Add testing and drop deprecated functions (#202)
 
-2009-11-13 22:13  pramsey
+2009-11-13 22:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Build out version specific upgrade scripts.
+	* [r4804] Build out version specific upgrade scripts.
 
-2009-11-13 20:04  pramsey
+2009-11-13 20:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* First baby steps towards version-specific loader
+	* [r4803] First baby steps towards version-specific loader
 
-2009-11-13 15:28  robe
+2009-11-13 15:28  Regina Obe <lr at pcorp.us>
 
-	* libxml preferable
+	* [r4802] libxml preferable
 
-2009-11-13 15:27  robe
+2009-11-13 15:27  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* fix formatting in ST_LineCrossingDirection (replace tabs with
-	  spaces)-- show new corrected output after #272 - should be
+	* [r4795] 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 at cleverelephant.ca>
 
-	* Walk back function deletions of ST_ functions under types and
-	  operators, these can't be dropped during an in-place upgrade,
+	* [r4794] 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 at cleverelephant.ca>
 
-	* Remove old version ifdefs for versions < PgSQL 8.3 (#290)
+	* [r4793] Remove old version ifdefs for versions < PgSQL 8.3 (#290)
 
-2009-11-11 19:57  pramsey
+2009-11-11 19:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update behavior of lwgeom_same to match "orderingequals"
+	* [r4789] Update behavior of lwgeom_same to match "orderingequals"
 	  semantics (#289)
 
-2009-11-11 19:35  pramsey
+2009-11-11 19:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Slightly loosen equality tolerance check for point in cone...
-	  does this fix cunit regressions?
+	* [r4788] 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 at cleverelephant.ca>
 
-	* Simplify code and improve consistency of linecrossing results
-	  (#272)
+	* [r4786] Simplify code and improve consistency of linecrossing
+	  results (#272)
 
-2009-11-11 00:00  pramsey
+2009-11-11 00:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove GisT headers from file and set keywords.
+	* [r4784] Remove GisT headers from file and set keywords.
 
-2009-11-10 23:58  pramsey
+2009-11-10 23:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make the = operator do a pure equality test
+	* [r4783] Make the = operator do a pure equality test
 
-2009-11-10 20:39  pramsey
+2009-11-10 20:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Stub implementation of ordering operators (#292)
+	* [r4779] Stub implementation of ordering operators (#292)
 
-2009-11-10 19:30  pramsey
+2009-11-10 19:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Apply handling for EMPTY geometries to all geography functions
-	  per the DevWikiEmptyGeometry page.
+	* [r4778] 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 at pcorp.us>
 
-	* put logic to recognize boolean and KML text args. Exclude
+	* [r4777] 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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* Put in ST_Intersection proto for geography
+	* [r4772] Put in ST_Intersection proto for geography
 
-2009-11-10 12:08  robe
+2009-11-10 12:08  Regina Obe <lr at pcorp.us>
 
-	* add ST_Intersects proto for geography
+	* [r4771] add ST_Intersects proto for geography
 
-2009-11-10 11:57  robe
+2009-11-10 11:57  Regina Obe <lr at pcorp.us>
 
-	* Add ST_GeomFromKML, add some grammar corrections to
+	* [r4770] 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 at camptocamp.com>
 
-	* Initial version of ST_GeomFromKML function and related units
-	  tests
+	* [r4769] 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 at camptocamp.com>
 
-	* remove an unused var. minor comment change
+	* [r4768] remove an unused var. minor comment change
 
-2009-11-08 06:42  colivier
+2009-11-08 06:42  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Complete ST_GeomFromGML documentation. Add ST_GMLToSQL
+	* [r4767] 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 at cleverelephant.ca>
 
-	* Remove TODO items that have actually been done.
+	* [r4766] Remove TODO items that have actually been done.
 
-2009-11-07 16:17  pramsey
+2009-11-07 16:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make the configure-time test for PgSQL version check for 8.3+
-	  (#290)
+	* [r4765] 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 at cleverelephant.ca>
 
-	* Drop database when function loads fail in regression tests. (#77)
+	* [r4764] Drop database when function loads fail in regression
+	  tests. (#77)
 
-2009-11-07 01:31  pramsey
+2009-11-07 01:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make ~= be a bounding box only operator and upgrade ST_Equals()
-	  and ST_OrderingEquals() to match the new behavior. Update
-	  regression tests to match new behavior. (#282) See also #289 for
-	  an odd quirk discovered while updating regression tests.
+	* [r4763] Make ~= be a bounding box only operator and upgrade
+	  ST_Equals() and ST_OrderingEquals() to match the new behavior.
+	  Update regression tests to match new behavior. (#282) 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 at cleverelephant.ca>
 
-	* Add text wrappers to functions we commonly expect people to call
-	  with text arguments but expect implicit casting to geometry.
-	  (#252)
+	* [r4762] 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 at cleverelephant.ca>
 
-	* Fix for point-on-vertex case of st_covers (#271)
+	* [r4761] Fix for point-on-vertex case of st_covers (#271)
 
-2009-11-06 22:55  pramsey
+2009-11-06 22:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Utility to read svn revision numbers from SQL scripts.
+	* [r4760] Utility to read svn revision numbers from SQL scripts.
 
-2009-11-06 22:49  colivier
+2009-11-06 22:49  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* finalize Xlink support (GML SF-2 fully compliant). Fix typo on
-	  PointProperty/Point. Few comments and style corrections. Update
-	  unit tests.
+	* [r4759] 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 at cleverelephant.ca>
 
-	* Make geography.sql part of the standard postgis.sql build.
+	* [r4758] Make geography.sql part of the standard postgis.sql
+	  build.
 
-2009-11-06 20:46  pramsey
+2009-11-06 20:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add costs to CPU intensive C functions and update doco to ensure
-	  8.3 is the referenced minimum PgSQL version. (#230)
+	* [r4757] 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 at cleverelephant.ca>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Fix for #157, ST_GeometryType output doesn't correctly identify
-	  curved geometries
+	* [r4752] 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 at cleverelephant.ca>
 
-	* Fix for new LRS regression (#283)
+	* [r4751] Fix for new LRS regression (#283)
 
-2009-11-05 19:04  pramsey
+2009-11-05 19:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Implement RFC3 (#195)
+	* [r4750] Implement RFC3 (#195)
 
-2009-11-05 04:55  pramsey
+2009-11-05 04:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Some initializations and a null pointer avoidance test (#273)
+	* [r4749] Some initializations and a null pointer avoidance test
+	  (#273)
 
-2009-11-05 00:58  pramsey
+2009-11-05 00:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add ST_Intersection() and ST_Intersects() for geography.
+	* [r4748] Add ST_Intersection() and ST_Intersects() for geography.
 
-2009-11-05 00:43  pramsey
+2009-11-05 00:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove createdb_opt lines from psql and createlang calls. (#228)
+	* [r4746] Remove createdb_opt lines from psql and createlang calls.
+	  (#228)
 
-2009-11-05 00:37  pramsey
+2009-11-05 00:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make non-M attempts to run LRS functions error out instead of
-	  return NULL (#113)
+	* [r4745] 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 at cleverelephant.ca>
 
-	* Fix for #273? Some unitialized variables may have been causing
-	  problems. Initializing them fixed this problem for me.
+	* [r4744] 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 at cleverelephant.ca>
 
-	* Fix hausdorf crasher (#279)
+	* [r4743] Fix hausdorf crasher (#279)
 
-2009-11-04 21:19  colivier
+2009-11-04 21:19  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* revert wrong commit (r4741) on wktparse.lex file
+	* [r4742] revert wrong commit (r4741) on wktparse.lex file
 
-2009-11-04 21:10  colivier
+2009-11-04 21:10  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Allow a double to not have digit after dot (related to #175).
-	  Update unit test case
+	* [r4741] 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 at cleverelephant.ca>
 
-	* Fix for #175, numbers with a terminal decimal won't parse.
+	* [r4739] 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 at pcorp.us>
 
-	* amend ST_Length to include use_spheroid proto and amend examples
-	  to state new default behavior
+	* [r4737] 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 at cleverelephant.ca>
 
-	* Allow ~= operator to recheck, per #253.
+	* [r4736] Allow ~= operator to recheck, per #253.
 
-2009-11-04 11:57  robe
+2009-11-04 11:57  Regina Obe <lr at pcorp.us>
 
-	* type correction in ST_BuildArea output. Add additional proto to
-	  ST_Area and correct the example to show the new spheroid
+	* [r4735] 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 at camptocamp.com>
 
-	* Give priority to gml namespace attribute if any. Apply a fix on
-	  ring incrementation (Surface/interior)
+	* [r4734] 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 at cleverelephant.ca>
 
-	* Change ST_Area(geog) to defaul to spheroid calculation.
+	* [r4733] Change ST_Area(geog) to defaul to spheroid calculation.
 
-2009-11-04 00:13  pramsey
+2009-11-04 00:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove unit test failure cases in 32-bit architectures. Now have
-	  to test correctness
+	* [r4732] 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 at camptocamp.com>
 
-	* Initial support of Xlink. Add related units tests. Few cleaning
+	* [r4731] 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 at camptocamp.com>
 
-	* Add xpath headers support for libxml2
+	* [r4730] Add xpath headers support for libxml2
 
-2009-11-03 21:24  pramsey
+2009-11-03 21:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* File headers and property setting.
+	* [r4729] File headers and property setting.
 
-2009-11-03 21:16  pramsey
+2009-11-03 21:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in handlers to avoid sheroid area cases we currently cannot
-	  handle.
+	* [r4728] 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 at cleverelephant.ca>
 
-	* Slight change in ST_Area wording.
+	* [r4727] Slight change in ST_Area wording.
 
-2009-11-03 15:32  robe
+2009-11-03 15:32  Regina Obe <lr at pcorp.us>
 
-	* amend distance proto and example -- now we default to spheroid
+	* [r4726] 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 at camptocamp.com>
 
-	* Add namespace support. Add pointProperty and pointRep support.
-	  Fix pos and posList spaces inside coordinates issue. Comments
-	  update. Update unit tests
+	* [r4725] 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 at pcorp.us>
 
-	* get rid of extra para tag
+	* [r4724] get rid of extra para tag
 
-2009-11-03 09:47  robe
+2009-11-03 09:47  Regina Obe <lr at pcorp.us>
 
-	* more typo fixing
+	* [r4723] more typo fixing
 
-2009-11-03 09:33  robe
+2009-11-03 09:33  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r4722] fix typo
 
-2009-11-03 05:19  robe
+2009-11-03 05:19  Regina Obe <lr at pcorp.us>
 
-	* Document ST_Buffer for geography and caveats
+	* [r4721] Document ST_Buffer for geography and caveats
 
-2009-11-03 02:58  pramsey
+2009-11-03 02:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Re-enable other geodetic unit tests and remove Java code block.
+	* [r4720] 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 at cleverelephant.ca>
 
-	* First cut of ST_Area(geography) on spheroid. Currently not
-	  default, use ST_Area(geog, true) to enable it. Beware of
+	* [r4719] 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 at pcorp.us>
 
-	* minor corrections to ST_distance_sphere/spheroid descriptions
+	* [r4717] minor corrections to ST_distance_sphere/spheroid
+	  descriptions
 
-2009-11-01 22:31  robe
+2009-11-01 22:31  Regina Obe <lr at pcorp.us>
 
-	* amend doc for st_distance_sphere, st_distance_spheroid to reflect
-	  expanded support.
+	* [r4716] 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 at cleverelephant.ca>
 
-	* Make distance_spher(oid) functions a little more type safe.
+	* [r4713] Make distance_spher(oid) functions a little more type
+	  safe.
 
-2009-10-31 04:53  pramsey
+2009-10-31 04:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update distance_sphere and distance_spheroid to back onto new
-	  geodetic handlers and support generic geometry.
+	* [r4712] 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 at cleverelephant.ca>
 
-	* Tighten up geometry->geography case (#265)
+	* [r4711] Tighten up geometry->geography case (#265)
 
-2009-10-31 00:01  pramsey
+2009-10-31 00:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add ST_Length() implementation on spheroid and rationalize the
-	  sphere/spheroid implementations into
+	* [r4710] 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 at cleverelephant.ca>
 
-	* Add in spheroid calculations for ST_Distance and ST_DWithin.
+	* [r4709] Add in spheroid calculations for ST_Distance and
+	  ST_DWithin.
 
-2009-10-30 19:00  robe
+2009-10-30 19:00  Regina Obe <lr at pcorp.us>
 
-	* Add link to new compatibility matrix
+	* [r4708] Add link to new compatibility matrix
 
-2009-10-29 20:31  colivier
+2009-10-29 20:31  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Change dimension to srsDimension (GML 3.1.1)
+	* [r4705] Change dimension to srsDimension (GML 3.1.1)
 
-2009-10-29 20:21  colivier
+2009-10-29 20:21  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Change attribute dimension into srsDimension (GML 3.1.1), cf #276
+	* [r4704] 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 at cleverelephant.ca>
 
-	* Minor changes for numerical stability. Remove logging.
+	* [r4702] Minor changes for numerical stability. Remove logging.
 
-2009-10-29 19:41  pramsey
+2009-10-29 19:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Increase precision of minor axis constant.
+	* [r4701] Increase precision of minor axis constant.
 
-2009-10-29 19:24  pramsey
+2009-10-29 19:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Spheroid distance calculation between points added.
+	* [r4700] Spheroid distance calculation between points added.
 
-2009-10-29 18:42  colivier
+2009-10-29 18:42  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add mixed GML srs support. Add ability to deal with lat/lon issue
-	  in GML 3. Fix GML collection units tests. Update units tests
+	* [r4699] 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 at camptocamp.com>
 
-	* Expose transform_point, make_project and GetProj4StringSPI.
-	  Creation of lwgem_transform.h
+	* [r4698] 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 at camptocamp.com>
 
-	* Update unit test result, related to error message change (r4662
-	  in lwgeom_transform.c)
+	* [r4697] 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 at camptocamp.com>
 
-	* Add attribute dimension in gml:pos and gml:posList. Fix
+	* [r4696] 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 at cleverelephant.ca>
 
-	* Note why the penalty function was changed.
+	* [r4694] Note why the penalty function was changed.
 
-2009-10-28 23:02  pramsey
+2009-10-28 23:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove overly clever penalty calculation and improve index
-	  structure a lot!
+	* [r4693] 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 at cleverelephant.ca>
 
-	* Fill in actual error condition
+	* [r4692] Fill in actual error condition
 
-2009-10-28 18:20  pramsey
+2009-10-28 18:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix error in picksplit routine, perhaps will fix balance problem.
+	* [r4691] Fix error in picksplit routine, perhaps will fix balance
+	  problem.
 
-2009-10-28 12:13  robe
+2009-10-28 12:13  Regina Obe <lr at pcorp.us>
 
-	* slight attribution update
+	* [r4690] slight attribution update
 
-2009-10-28 11:56  robe
+2009-10-28 11:56  Regina Obe <lr at pcorp.us>
 
-	* minor update to release notes (copying content from branch 1.3
-	  not in trunk)
+	* [r4689] 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 at pcorp.us>
 
-	* switch pretty tag back to credits -- already linked in
+	* [r4687] 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 at pcorp.us>
 
-	* update credits to include breakout of PSC and bump up people with
-	  commit access and currently committing work
+	* [r4686] 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 at pcorp.us>
 
-	* copy release notes text from branch 1.4 which is strangely more
-	  up to date.
+	* [r4684] 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 at pcorp.us>
 
-	* correct links to postgis bug tracker and subversion repository.
-	  Also amend the release_notes section to reflect newer version
-	  changes
+	* [r4683] 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 at camptocamp.com>
 
-	* Fix huge number overflow in export functions, cf #277
+	* [r4682] Fix huge number overflow in export functions, cf #277
 
-2009-10-24 16:37  colivier
+2009-10-24 16:37  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add multi data coordinates support. Add unit test case data_1
+	* [r4680] 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 at camptocamp.com>
 
-	* Add ptarray_merge function
+	* [r4679] Add ptarray_merge function
 
-2009-10-23 23:16  pramsey
+2009-10-23 23:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update personal information.
+	* [r4677] Update personal information.
 
-2009-10-23 16:01  robe
+2009-10-23 16:01  Regina Obe <lr at pcorp.us>
 
-	* typo in example
+	* [r4676] typo in example
 
-2009-10-23 15:51  robe
+2009-10-23 15:51  Regina Obe <lr at pcorp.us>
 
-	* put in availability note for ST_GeomFromGML, link back from
-	  ST_AsGML, note about libxml2 required
+	* [r4675] 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 at pcorp.us>
 
-	* Preliminary documentation for ST_GeomFromGML and logic to support
-	  gml input parameters
+	* [r4672] 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 at camptocamp.com>
 
-	* Use ptarray_isclosed3d to check if 3D rings are closed also on Z.
-	  Update units tests cases
+	* [r4671] 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 at camptocamp.com>
 
-	* Add ptarray_isclosed3d function
+	* [r4670] Add ptarray_isclosed3d function
 
-2009-10-20 15:30  robe
+2009-10-20 15:30  Regina Obe <lr at pcorp.us>
 
-	* fix typo in libxml deactivated notice
+	* [r4669] fix typo in libxml deactivated notice
 
-2009-10-20 13:07  colivier
+2009-10-20 13:07  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add HAVE_LIBXML2
+	* [r4668] Add HAVE_LIBXML2
 
-2009-10-20 12:54  colivier
+2009-10-20 12:54  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add initial version of GeomFromGML function, and units tests
-	  cases.
+	* [r4667] 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 at camptocamp.com>
 
-	* Add libxml2 support (needed by GeomFromGML)
+	* [r4666] Add libxml2 support (needed by GeomFromGML)
 
-2009-10-19 12:53  robe
+2009-10-19 12:53  Regina Obe <lr at pcorp.us>
 
-	* update to include ST_Length for geography
+	* [r4665] update to include ST_Length for geography
 
-2009-10-19 05:05  pramsey
+2009-10-19 05:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add _ST_BestSRID(Geography) utility function to support
+	* [r4664] 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 at cleverelephant.ca>
 
-	* Add in support for magic srid numbers that will always be
+	* [r4663] 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 at cleverelephant.ca>
 
-	* ST_Length(geography) per #266
+	* [r4662] ST_Length(geography) per #266
 
-2009-10-16 23:30  pramsey
+2009-10-16 23:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Muck with index logging code.
+	* [r4661] Muck with index logging code.
 
-2009-10-16 16:33  mcayland
+2009-10-16 16:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix the geography <column> && <column> selectivity code. Now the
-	  answers between geometry and geography are reasonably similar :)
+	* [r4660] 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 at siriusit.co.uk>
 
-	* Commit a first-hack attempt at a script to test the geography
-	  join estimation code.
+	* [r4659] 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 at siriusit.co.uk>
 
-	* Change "Mixed Geometry Types" message into a warning rather than
-	  an error in the existing join estimation test script.
+	* [r4658] 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 at pcorp.us>
 
-	* revise to test && against table and also put in some floating
-	  points to make tests more interesting
+	* [r4657] 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 at pcorp.us>
 
-	* #269 get rid of geography -> geometry implicit to make it an
-	  explicit cast
+	* [r4656] #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 at keybit.net>
 
-	* Tell what the default is for -N in help output and README file
+	* [r4655] 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 at siriusit.co.uk>
 
-	* Update the TYPMOD_SET_* macros in the same way as for the
+	* [r4654] 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 at siriusit.co.uk>
 
-	* Add (slightly hacked) version of geography selectivity test
-	  script to the repo.
+	* [r4653] 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 at siriusit.co.uk>
 
-	* Fix test_estimation.pl script so it doesn't require oids - no-one
-	  uses these in the 21st century...
+	* [r4652] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Fix for column intersection geography queries sometimes returning
-	  "lwgeom_get_gbox_geodetic: non-geodetic gbox provided" during
-	  execution - a missing initialisation bug.
+	* [r4650] 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 at siriusit.co.uk>
 
-	* Re-enable ANALYZE hook, now that it doesn't crash upon loading
-	  Paul's test dataset anymore.
+	* [r4649] 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 at siriusit.co.uk>
 
-	* Don't use the default (integer) version of abs() during floating
-	  point calculations...
+	* [r4648] 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 at cleverelephant.ca>
 
-	* Much better fix for NaN area problem.
+	* [r4647] Much better fix for NaN area problem.
 
-2009-10-13 19:39  pramsey
+2009-10-13 19:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* HAck fix for NaN areas.
+	* [r4646] HAck fix for NaN areas.
 
-2009-10-11 02:03  pramsey
+2009-10-11 02:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Don't copy bboxes from lwgeom to gserialized when working with
-	  geodetics. (#263)
+	* [r4640] 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 at pcorp.us>
 
-	* update to include ST_Covers geography
+	* [r4639] update to include ST_Covers geography
 
-2009-10-10 15:43  robe
+2009-10-10 15:43  Regina Obe <lr at pcorp.us>
 
-	* update ST_Area with geography examples
+	* [r4638] update ST_Area with geography examples
 
-2009-10-10 03:18  pramsey
+2009-10-10 03:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add geometry(geography) case per #257
+	* [r4637] Add geometry(geography) case per #257
 
-2009-10-10 00:08  pramsey
+2009-10-10 00:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix ST_Area(geography) calculation to be more... correct.
+	* [r4636] Fix ST_Area(geography) calculation to be more... correct.
 
-2009-10-09 19:23  pramsey
+2009-10-09 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add implementation for ST_Covers(geography, geography) in
+	* [r4635] 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 at cleverelephant.ca>
 
-	* Fix incorrect use of flags macros
+	* [r4634] Fix incorrect use of flags macros
 
-2009-10-09 16:51  pramsey
+2009-10-09 16:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* One more fix for #260.
+	* [r4633] One more fix for #260.
 
-2009-10-09 16:07  pramsey
+2009-10-09 16:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix for #261 (spurious dimension difference errors)
+	* [r4632] Fix for #261 (spurious dimension difference errors)
 
-2009-10-09 10:39  robe
+2009-10-09 10:39  Regina Obe <lr at pcorp.us>
 
-	* Put in proto for ST_Area(geography). Still need to put in example
-	  but my ST_Area is non-existent will double-check why.
+	* [r4631] 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 at cleverelephant.ca>
 
-	* Add ST_PointOutside() function for testing purposes.
+	* [r4630] Add ST_PointOutside() function for testing purposes.
 
-2009-10-08 19:40  pramsey
+2009-10-08 19:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make geographic point initialization slightly more efficient
-	  (avoid doing it twice for each vertex)
+	* [r4629] 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 at cleverelephant.ca>
 
-	* Make error messages slightly less opaque
+	* [r4628] Make error messages slightly less opaque
 
-2009-10-08 18:41  pramsey
+2009-10-08 18:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Comment out analyze argument in geometry type creation -- it is
-	  causing a crash for me when loading my test data tables.
+	* [r4627] 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 at cleverelephant.ca>
 
-	* Change radius figure to common average.
+	* [r4626] Change radius figure to common average.
 
-2009-10-08 17:04  pramsey
+2009-10-08 17:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Reformat SQL lines with tabs
+	* [r4625] Reformat SQL lines with tabs
 
-2009-10-08 11:43  robe
+2009-10-08 11:43  Regina Obe <lr at pcorp.us>
 
-	* revise readme to include link to instructions for garden test
+	* [r4624] revise readme to include link to instructions for garden
+	  test
 
-2009-10-08 11:40  robe
+2009-10-08 11:40  Regina Obe <lr at pcorp.us>
 
-	* Revise to have function list past in as arg to xsltproc
+	* [r4623] 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 at siriusit.co.uk>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* ST_Area(geography) implementation and SQL bindings.
+	* [r4621] ST_Area(geography) implementation and SQL bindings.
 
-2009-10-07 14:26  pramsey
+2009-10-07 14:26  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make the calculation of gboxes a little simpler in the db level
-	  code.
+	* [r4620] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r4618] 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 at pcorp.us>
 
-	* Add table with multiple nulls to garden of geometries.
+	* [r4617] 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 at pcorp.us>
 
-	* flip order of ST_Relate protos as Martin observes it doesn't
-	  match our description
+	* [r4615] 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 at cleverelephant.ca>
 
-	* Put prototypes into place
+	* [r4614] Put prototypes into place
 
-2009-10-07 03:37  pramsey
+2009-10-07 03:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change from pass by reference to pass by value
+	* [r4613] Change from pass by reference to pass by value
 
-2009-10-07 03:35  pramsey
+2009-10-07 03:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Short circuit the edge intersection test when the gboxes are
-	  disjoint
+	* [r4612] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Fix #258: ST_HausdorffDistance crashes server. Another geometry
-	  free typo (same as #241) in both st_hausdorffdistance() and
-	  st_hausdorffdistancedensify().
+	* [r4610] 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 at siriusit.co.uk>
 
-	* Fix #241: ST_LineCrossingDirection Server Crash (Segfault) caused
-	  by a typo freeing the wrong parameter.
+	* [r4608] 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 at pcorp.us>
 
-	* Put NULL safety tests back in now that Mark has fixed aggregate
-	  collection bug
+	* [r4607] 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 at pcorp.us>
 
-	* Turn of Paul's accidental commit of fanboy mac enabled random
-	  test
+	* [r4606] 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 at siriusit.co.uk>
 
-	* Fix compilation bug when debug is enabled.
+	* [r4605] Fix compilation bug when debug is enabled.
 
-2009-10-06 10:15  mcayland
+2009-10-06 10:15  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix another non-NULL safe array iteration within
+	* [r4604] 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 at siriusit.co.uk>
 
-	* Move CFLAGS after the PGXS include directive, so that the
+	* [r4602] 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 at cleverelephant.ca>
 
-	* Make db implementation consistent with liblwgeom
+	* [r4600] Make db implementation consistent with liblwgeom
 
-2009-10-06 04:50  pramsey
+2009-10-06 04:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change signatures for lwgeom distance sphere
+	* [r4599] Change signatures for lwgeom distance sphere
 
-2009-10-06 04:19  pramsey
+2009-10-06 04:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* New point-outside routine, and allow distances against empty
-	  geometries.
+	* [r4598] New point-outside routine, and allow distances against
+	  empty geometries.
 
-2009-10-05 21:15  kneufeld
+2009-10-05 21:15  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* updated ST_IsValid's reference to the OGC specs.
+	* [r4597] updated ST_IsValid's reference to the OGC specs.
 
-2009-10-05 19:43  pramsey
+2009-10-05 19:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More test cases in there (but turned off, because they fail :(
+	* [r4596] 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 at cleverelephant.ca>
 
-	* Add untested new p-i-p approach for more testing later.
+	* [r4595] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r4594] 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 at cleverelephant.ca>
 
-	* Increase precision.
+	* [r4593] Increase precision.
 
-2009-10-05 14:37  pramsey
+2009-10-05 14:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add another printing block
+	* [r4592] Add another printing block
 
-2009-10-05 12:52  robe
+2009-10-05 12:52  Regina Obe <lr at pcorp.us>
 
-	* more errors in my logic
+	* [r4591] more errors in my logic
 
-2009-10-05 11:45  robe
+2009-10-05 11:45  Regina Obe <lr at pcorp.us>
 
-	* more corrections
+	* [r4590] more corrections
 
-2009-10-05 05:05  pramsey
+2009-10-05 05:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added new point-on-edge routine still no joy on bad test case.
+	* [r4589] 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 at cleverelephant.ca>
 
-	* Add another test case that needs resolution
+	* [r4588] Add another test case that needs resolution
 
-2009-10-04 01:41  pramsey
+2009-10-04 01:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add SQL bindings for selectivity functions.
+	* [r4587] Add SQL bindings for selectivity functions.
 
-2009-10-04 00:52  pramsey
+2009-10-04 00:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* revert to previous version
+	* [r4586] revert to previous version
 
-2009-10-04 00:51  pramsey
+2009-10-04 00:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Some fixes to the ST_DWithin code.
+	* [r4585] Some fixes to the ST_DWithin code.
 
-2009-10-02 20:07  robe
+2009-10-02 20:07  Regina Obe <lr at pcorp.us>
 
-	* more changes to better test geography
+	* [r4584] more changes to better test geography
 
-2009-10-02 19:24  robe
+2009-10-02 19:24  Regina Obe <lr at pcorp.us>
 
-	* cosmetic change to tolerance args for ST_DWithin
+	* [r4583] cosmetic change to tolerance args for ST_DWithin
 
-2009-10-02 19:21  robe
+2009-10-02 19:21  Regina Obe <lr at pcorp.us>
 
-	* put create table examples in program listing tag
+	* [r4582] put create table examples in program listing tag
 
-2009-10-02 19:08  robe
+2009-10-02 19:08  Regina Obe <lr at pcorp.us>
 
-	* add geography proto for ST_DWithin, also fill in some
+	* [r4581] 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 at pcorp.us>
 
-	* Add geography example for ST_Distance, more geometry examples and
-	  amend to reflect its in meters
+	* [r4580] 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 at cleverelephant.ca>
 
-	* Largely untested implementation of ST_DWithin(geography,
+	* [r4579] 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 at keybit.net>
 
-	* typo in help message
+	* [r4578] typo in help message
 
-2009-10-02 01:38  pramsey
+2009-10-02 01:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make the units of st_distance(geography, geography) meters
+	* [r4577] Make the units of st_distance(geography, geography)
+	  meters
 
-2009-10-01 23:54  pramsey
+2009-10-01 23:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix boner error
+	* [r4576] Fix boner error
 
-2009-10-01 21:18  robe
+2009-10-01 21:18  Regina Obe <lr at pcorp.us>
 
-	* typos
+	* [r4575] typos
 
-2009-10-01 20:37  robe
+2009-10-01 20:37  Regina Obe <lr at pcorp.us>
 
-	* put in ST_Distance proto for geography so can test it.
+	* [r4574] 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 at cleverelephant.ca>
 
-	* ST_Distance(geography, geography) roughed in. Small detail,
-	  currently returns answers in radians. :)
+	* [r4573] 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 at cleverelephant.ca>
 
-	* Add polygon/point distance and tests.
+	* [r4572] Add polygon/point distance and tests.
 
-2009-10-01 14:52  pramsey
+2009-10-01 14:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Wow, error that only showed up in MinGW, but totally an error. I
-	  wonder why my test passed this... clean memory I guess.
+	* [r4571] 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 at cleverelephant.ca>
 
-	* lwgeom sphere distance function and tests for point/linestring
+	* [r4570] lwgeom sphere distance function and tests for
+	  point/linestring
 
-2009-09-30 23:59  pramsey
+2009-09-30 23:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Roughing in lwgeom distance machinery now.
+	* [r4569] Roughing in lwgeom distance machinery now.
 
-2009-09-30 23:03  pramsey
+2009-09-30 23:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add edge-edge distance tests.
+	* [r4568] Add edge-edge distance tests.
 
-2009-09-30 21:45  pramsey
+2009-09-30 21:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add return value for point of closest approach on arc/edge
-	  distance.
+	* [r4567] 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 at cleverelephant.ca>
 
-	* Add edge-to-point distance calculation and tests
+	* [r4566] Add edge-to-point distance calculation and tests
 
-2009-09-30 19:34  pramsey
+2009-09-30 19:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove CPU intensive test and add some lat/lon utility functions
+	* [r4565] 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 at cleverelephant.ca>
 
-	* Make point-in-edge test even looser (fp tolerance factor)
+	* [r4564] Make point-in-edge test even looser (fp tolerance factor)
 
-2009-09-30 18:57  pramsey
+2009-09-30 18:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move defines around a bit.
+	* [r4563] Move defines around a bit.
 
-2009-09-30 18:54  pramsey
+2009-09-30 18:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add some debugging blocks for later
+	* [r4562] Add some debugging blocks for later
 
-2009-09-30 18:28  pramsey
+2009-09-30 18:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in special case test for parallel / equal edges.
+	* [r4561] Add in special case test for parallel / equal edges.
 
-2009-09-30 17:12  pramsey
+2009-09-30 17:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Whoops, make sure we test all our test cases.
+	* [r4560] Whoops, make sure we test all our test cases.
 
-2009-09-30 17:09  pramsey
+2009-09-30 17:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make random brute force test a compile-time option.
+	* [r4559] Make random brute force test a compile-time option.
 
-2009-09-30 17:05  pramsey
+2009-09-30 17:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add more test cases for geocentric bbox calculation and make 'in
-	  cone' test inclusive of end points.
+	* [r4558] 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 at pcorp.us>
 
-	* more fixes to make geography friendly
+	* [r4557] more fixes to make geography friendly
 
-2009-09-30 14:10  strk
+2009-09-30 14:10  Sandro Santilli <strk at keybit.net>
 
-	* Can't put backslash-commands in 'echo' parameter in a standard
-	  way
+	* [r4556] 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 at keybit.net>
 
-	* add missing newline at end of error message (utf8/iconv)
+	* [r4555] add missing newline at end of error message (utf8/iconv)
 
-2009-09-30 00:17  pramsey
+2009-09-30 00:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Re-enable all geodetic tests.
+	* [r4554] Re-enable all geodetic tests.
 
-2009-09-30 00:11  pramsey
+2009-09-30 00:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add some extra comments
+	* [r4553] Add some extra comments
 
-2009-09-29 20:44  pramsey
+2009-09-29 20:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* astyle the work thus far
+	* [r4552] astyle the work thus far
 
-2009-09-29 20:41  pramsey
+2009-09-29 20:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Flip the clairaut calculations to return both top and bottom in
-	  one go.
+	* [r4551] 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 at cleverelephant.ca>
 
-	* Remove old GBOX test answers (some were wrong!) in favor of
-	  actual slow calculations
+	* [r4550] 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 at cleverelephant.ca>
 
-	* Add randomized box maker/checker... still some small errors?
+	* [r4549] Add randomized box maker/checker... still some small
+	  errors?
 
-2009-09-29 19:02  pramsey
+2009-09-29 19:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make polygon pole check a little more general.
+	* [r4548] Make polygon pole check a little more general.
 
-2009-09-29 18:48  pramsey
+2009-09-29 18:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* All bbox test cases now pass. Suck on that!
+	* [r4547] All bbox test cases now pass. Suck on that!
 
-2009-09-29 15:55  robe
+2009-09-29 15:55  Regina Obe <lr at pcorp.us>
 
-	* remove null geometry from testing until we fix aggregate null
-	  crashing bug. Also fix multipolygonz and m not returning those
-	  geometry types.
+	* [r4546] 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 at cleverelephant.ca>
 
-	* Remove un-used function from testing.
+	* [r4544] Remove un-used function from testing.
 
-2009-09-29 14:39  pramsey
+2009-09-29 14:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Work on making "on edge" test more reliable.
+	* [r4543] Work on making "on edge" test more reliable.
 
-2009-09-29 13:31  strk
+2009-09-29 13:31  Sandro Santilli <strk at keybit.net>
 
-	* Ensure lwcollection_segmentize2d always return a NEW geometry.
-	  Fixes ticket #254. Add regression test for that bug.
+	* [r4542] 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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* 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] 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 at camptocamp.com>
 
-	* Update documentation related to geography typmod export functions
-	  (r4535, r4536)
+	* [r4539] Update documentation related to geography typmod export
+	  functions (r4535, r4536)
 
-2009-09-29 06:34  robe
+2009-09-29 06:34  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Test re-org and first cut at edge intersection.
+	* [r4537] Test re-org and first cut at edge intersection.
 
-2009-09-28 18:31  colivier
+2009-09-28 18:31  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* A forgot prototype in ST_AsGeoJson export function
+	* [r4536] A forgot prototype in ST_AsGeoJson export function
 
-2009-09-28 18:16  colivier
+2009-09-28 18:16  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add geography typmod support for export functions (ST_AsGML,
-	  ST_AsGeoJson, ST_KML, St_AsSVG). Create lwgeom_export.c and
-	  lwgeom_export.h to factorize common export functions routines.
+	* [r4535] Add geography typmod support for export functions
+	  (ST_AsGML, 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 at pcorp.us>
 
-	* remove regex.h include per Nicklas observation its still in
-	  there.
+	* [r4533] 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 at cleverelephant.ca>
 
-	* Add SQL def'n for geography_analyze function.
+	* [r4532] Add SQL def'n for geography_analyze function.
 
-2009-09-23 16:11  robe
+2009-09-23 16:11  Regina Obe <lr at pcorp.us>
 
-	* another typo
+	* [r4531] another typo
 
-2009-09-22 21:56  robe
+2009-09-22 21:56  Regina Obe <lr at pcorp.us>
 
-	* missing spots for geography.sql and postgis_comments.sql
+	* [r4530] missing spots for geography.sql and postgis_comments.sql
 
-2009-09-22 21:53  robe
+2009-09-22 21:53  Regina Obe <lr at pcorp.us>
 
-	* correct typo
+	* [r4529] correct typo
 
-2009-09-22 21:14  robe
+2009-09-22 21:14  Regina Obe <lr at pcorp.us>
 
-	* start putting in geography functions
+	* [r4528] start putting in geography functions
 
-2009-09-22 13:38  mcayland
+2009-09-22 13:38  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Commit fix to LW_ABS() macro as discovered by Nicklas Aven.
+	* [r4527] 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 at siriusit.co.uk>
 
-	* Add the basic machinery to call a function when running VACUUM
-	  ANALYZE on a geography column - the more interesting parts are
-	  yet to come ;)
+	* [r4526] 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 at pcorp.us>
 
-	* get rid of things like invalid coords for 4326 space tripping up
-	  geography testing.
+	* [r4525] 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 at siriusit.co.uk>
 
-	* Oops - forgot to bump the array indices on the last commit :(
+	* [r4524] 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 at pcorp.us>
 
-	* 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
+	* [r4523] 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 at pcorp.us>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Add missing geometry(m)(z) type missing from previous commit.
+	* [r4521] 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 at siriusit.co.uk>
 
-	* Remove dependency on regex library by implementing the same
-	  functionality using standard C functions. Passes regression tests
-	  for me.
+	* [r4520] 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 at cleverelephant.ca>
 
-	* Change signatures to use fewer pointers.
+	* [r4519] Change signatures to use fewer pointers.
 
-2009-09-21 10:57  mcayland
+2009-09-21 10:57  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Update LWDEBUG(F)/POSTGIS_DEBUG(F) macro debug levels to follow
-	  the standard in postgis/DEBUG.
+	* [r4518] 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 at siriusit.co.uk>
 
-	* Change macros to use capitalised names, as per standard C
+	* [r4517] 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 at pcorp.us>
 
-	* fix typos and redundant things
+	* [r4516] fix typos and redundant things
 
-2009-09-20 08:10  robe
+2009-09-20 08:10  Regina Obe <lr at pcorp.us>
 
-	* flag some operators that support geography, put in logic to test
-	  for geography marked functions
+	* [r4515] 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 at pcorp.us>
 
-	* 
+	* [r4514]
 
-2009-09-20 07:45  robe
+2009-09-20 07:45  Regina Obe <lr at pcorp.us>
 
-	* Make slot for geography data type and start filling in details
+	* [r4513] 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 at cleverelephant.ca>
 
-	* Clean up tests so they pass quietly. (#249)
+	* [r4512] Clean up tests so they pass quietly. (#249)
 
-2009-09-18 14:10  robe
+2009-09-18 14:10  Regina Obe <lr at pcorp.us>
 
-	* #250: Fix to get mingw to compile using conditional -lregex
+	* [r4511] #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 at pcorp.us>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Fix serialization problem with lwgeoms that have bboxes.
+	* [r4509] Fix serialization problem with lwgeoms that have bboxes.
 
-2009-09-17 05:33  pramsey
+2009-09-17 05:33  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Clean up gbox serialization a little
+	* [r4508] Clean up gbox serialization a little
 
-2009-09-17 02:33  pramsey
+2009-09-17 02:33  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add lwgeom_is_empty() test
+	* [r4507] Add lwgeom_is_empty() test
 
-2009-09-17 00:01  pramsey
+2009-09-17 00:01  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Work on tracking down bug in casting geometry->geography
+	* [r4506] Work on tracking down bug in casting geometry->geography
 
-2009-09-16 22:43  pramsey
+2009-09-16 22:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix some test cases crossing the date line
+	* [r4505] Fix some test cases crossing the date line
 
-2009-09-16 21:09  pramsey
+2009-09-16 21:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add gbox string constructor for testing purposes
+	* [r4504] Add gbox string constructor for testing purposes
 
-2009-09-16 20:19  pramsey
+2009-09-16 20:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More tests pass
+	* [r4503] More tests pass
 
-2009-09-16 18:54  pramsey
+2009-09-16 18:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change back to less intensive cartesian clairaut
+	* [r4502] Change back to less intensive cartesian clairaut
 
-2009-09-16 18:50  pramsey
+2009-09-16 18:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix errors in calculating geocentric bounds. Early test cases now
-	  pass!
+	* [r4501] 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 at cleverelephant.ca>
 
-	* Hook geocentric calculation into gbox routines, start testing
+	* [r4500] Hook geocentric calculation into gbox routines, start
+	  testing
 
-2009-09-15 19:50  pramsey
+2009-09-15 19:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Geocentric bounding box roughed in and compiles.
+	* [r4499] Geocentric bounding box roughed in and compiles.
 
-2009-09-14 20:30  pramsey
+2009-09-14 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Start the geodetic machinery. Add an internal API header for
-	  eventual API rationalisation
+	* [r4498] 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 at cleverelephant.ca>
 
-	* Crib index penalty tweak from pgsphere.
+	* [r4497] Crib index penalty tweak from pgsphere.
 
-2009-09-14 18:15  pramsey
+2009-09-14 18:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add FP_EQUALS and bracket arguments for a little extra safety
+	* [r4496] 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.ca at gmail.com>
 
-	* fix for POPULATE_GEOMETRY_COLUMNS - remove hard-coded "public"
-	  schema references.
+	* [r4495] 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 at siriusit.co.uk>
 
-	* Merge Paul's geodetic (geography) branch into trunk, as per
-	  discussions on postgis-devel. Most of the merge was automatic
+	* [r4494] Merge Paul's geodetic (geography) branch into trunk, as
+	  per discussions on postgis-devel. Most of the merge was automatic
 	  (albeit quite slow), with a few manual touch-ups where the merge
 	  algorithm 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 at pcorp.us>
 
-	* formatting cleanup
+	* [r4493] formatting cleanup
 
-2009-09-12 03:43  robe
+2009-09-12 03:43  Regina Obe <lr at pcorp.us>
 
-	* Add more line crossings. change tab to 4 spaces
+	* [r4492] Add more line crossings. change tab to 4 spaces
 
-2009-09-12 03:12  robe
+2009-09-12 03:12  Regina Obe <lr at pcorp.us>
 
-	* define new styles mediumline and use those
+	* [r4491] define new styles mediumline and use those
 
-2009-09-11 21:24  robe
+2009-09-11 21:24  Regina Obe <lr at pcorp.us>
 
-	* add new st_linecrossing graphic, experiment with new style, put
-	  in informal table
+	* [r4484] 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 at pcorp.us>
 
-	* incomplete finish later
+	* [r4480] incomplete finish later
 
-2009-09-11 12:26  robe
+2009-09-11 12:26  Regina Obe <lr at pcorp.us>
 
-	* make arrow and start separate to see if it shows better
+	* [r4479] 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 at pcorp.us>
 
-	* revise example so scales well on 200 x 200 grid
+	* [r4478] revise example so scales well on 200 x 200 grid
 
-2009-09-11 03:19  kneufeld
+2009-09-11 03:19  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added a few comments to aid in image generation.
+	* [r4477] added a few comments to aid in image generation.
 
-2009-09-10 06:34  robe
+2009-09-10 06:34  Regina Obe <lr at pcorp.us>
 
-	* round digits
+	* [r4475] round digits
 
-2009-09-10 06:19  robe
+2009-09-10 06:19  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r4474]
 
-2009-09-10 05:56  robe
+2009-09-10 05:56  Regina Obe <lr at pcorp.us>
 
-	* try geometry collection instead
+	* [r4473] try geometry collection instead
 
-2009-09-10 05:54  robe
+2009-09-10 05:54  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r4472]
 
-2009-09-10 05:39  robe
+2009-09-10 05:39  Regina Obe <lr at pcorp.us>
 
-	* typo in makefile
+	* [r4471] typo in makefile
 
-2009-09-10 05:27  robe
+2009-09-10 05:27  Regina Obe <lr at pcorp.us>
 
-	* first attempt at figure for st_linecrossingdirection. Also query
-	  correction.
+	* [r4470] first attempt at figure for st_linecrossingdirection.
+	  Also query correction.
 
-2009-09-10 04:10  robe
+2009-09-10 04:10  Regina Obe <lr at pcorp.us>
 
-	* figure for st_line_substring
+	* [r4468] figure for st_line_substring
 
-2009-09-10 04:03  robe
+2009-09-10 04:03  Regina Obe <lr at pcorp.us>
 
-	* figure of st_line_interpolate_point
+	* [r4467] figure of st_line_interpolate_point
 
-2009-09-08 06:09  robe
+2009-09-08 06:09  Regina Obe <lr at pcorp.us>
 
-	* better fit example
+	* [r4451] better fit example
 
-2009-09-08 05:28  robe
+2009-09-08 05:28  Regina Obe <lr at pcorp.us>
 
-	* typos
+	* [r4450] typos
 
-2009-09-08 05:24  robe
+2009-09-08 05:24  Regina Obe <lr at pcorp.us>
 
-	* forgot wkt
+	* [r4449] forgot wkt
 
-2009-09-08 05:24  robe
+2009-09-08 05:24  Regina Obe <lr at pcorp.us>
 
-	* figure for minimum bounding circle
+	* [r4448] figure for minimum bounding circle
 
-2009-09-05 17:31  robe
+2009-09-05 17:31  Regina Obe <lr at pcorp.us>
 
-	* Some wording changes and addition of figure for st_difference
+	* [r4446] Some wording changes and addition of figure for
+	  st_difference
 
-2009-09-05 17:11  robe
+2009-09-05 17:11  Regina Obe <lr at pcorp.us>
 
-	* formatting change
+	* [r4445] formatting change
 
-2009-09-05 16:55  robe
+2009-09-05 16:55  Regina Obe <lr at pcorp.us>
 
-	* add figures for st_symdifference and slight update on
+	* [r4444] 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.ca at gmail.com>
 
-	* added images as a requirement to the chunked-html target
+	* [r4443] added images as a requirement to the chunked-html target
 
-2009-09-04 18:24  kneufeld
+2009-09-04 18:24  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* made the 'images' a requirement for pdf generation
+	* [r4442] 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 at pcorp.us>
 
-	* minor formatting
+	* [r4440] minor formatting
 
-2009-09-01 18:34  robe
+2009-09-01 18:34  Regina Obe <lr at pcorp.us>
 
-	* better convex hull example
+	* [r4439] better convex hull example
 
-2009-08-28 19:10  robe
+2009-08-28 19:10  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r4438]
 
-2009-08-28 18:58  robe
+2009-08-28 18:58  Regina Obe <lr at pcorp.us>
 
-	* better visual convex hull
+	* [r4437] better visual convex hull
 
-2009-08-28 18:38  robe
+2009-08-28 18:38  Regina Obe <lr at pcorp.us>
 
-	* Put in image of ST_ConvexHull
+	* [r4436] Put in image of ST_ConvexHull
 
-2009-08-28 17:41  robe
+2009-08-28 17:41  Regina Obe <lr at pcorp.us>
 
-	* put in alpha order
+	* [r4434] put in alpha order
 
-2009-08-28 17:32  robe
+2009-08-28 17:32  Regina Obe <lr at pcorp.us>
 
-	* get rid of extra space
+	* [r4433] get rid of extra space
 
-2009-08-28 17:23  robe
+2009-08-28 17:23  Regina Obe <lr at pcorp.us>
 
-	* Make gaping hole more gaping, make code table 1 column instead of
-	  2
+	* [r4432] 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 at pcorp.us>
 
-	* improve on st_buildarea code formatting
+	* [r4430] improve on st_buildarea code formatting
 
-2009-08-28 15:37  kneufeld
+2009-08-28 15:37  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* Changing MULTIPOLYGON into several POLYGONs so the image
+	* [r4429] 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.ca at gmail.com>
 
-	* added a small How To section, referencing the wiki on how to
-	  generate images used in the documentation.
+	* [r4428] 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 at pcorp.us>
 
-	* Add pictures for ST_BuildArea examples
+	* [r4427] Add pictures for ST_BuildArea examples
 
-2009-08-28 11:34  robe
+2009-08-28 11:34  Regina Obe <lr at pcorp.us>
 
-	* Commit jlivni documentation addition and update with minor
-	  comment for PostgreSQL 8.4 users and notice about obsolete
+	* [r4425] 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 at pcorp.us>
 
-	* change lwpostgis to postgis and example to show 1.5.0SVN
+	* [r4423] 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 at cleverelephant.ca>
 
-	* Initialize counter to ensure later test works (#239)
+	* [r4421] Initialize counter to ensure later test works (#239)
 
-2009-08-17 13:19  pramsey
+2009-08-17 13:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add comment and clearer information to fix for #239
+	* [r4419] Add comment and clearer information to fix for #239
 
-2009-08-17 11:37  robe
+2009-08-17 11:37  Regina Obe <lr at pcorp.us>
 
-	* revert order of availability. Revise xsl to pick up
+	* [r4417] 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 at pcorp.us>
 
-	* debugging why not showing in new section
+	* [r4416] debugging why not showing in new section
 
-2009-08-17 02:59  pramsey
+2009-08-17 02:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix for handling of empty geometrycollection in asssvg (#239)
+	* [r4415] Fix for handling of empty geometrycollection in asssvg
+	  (#239)
 
-2009-08-16 15:03  robe
+2009-08-16 15:03  Regina Obe <lr at pcorp.us>
 
-	* update svg availability note
+	* [r4413] update svg availability note
 
-2009-08-16 14:49  robe
+2009-08-16 14:49  Regina Obe <lr at pcorp.us>
 
-	* Correct ST_AsSVG command to reflect introduction of L command
+	* [r4410] Correct ST_AsSVG command to reflect introduction of L
+	  command
 
-2009-08-16 05:34  robe
+2009-08-16 05:34  Regina Obe <lr at pcorp.us>
 
-	* add null and empty geometry collection to garden variety geometry
-	  list
+	* [r4409] 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 at pcorp.us>
 
-	* cast null to geometry
+	* [r4408] cast null to geometry
 
-2009-08-16 05:09  robe
+2009-08-16 05:09  Regina Obe <lr at pcorp.us>
 
-	* Version of garden test to allow selecting a subset of functions
-	  to test.
+	* [r4407] 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 at pcorp.us>
 
-	* update ST_buffer (include buffer style in refpuprose so shows in
-	  postgresql function descrip),
+	* [r4406] 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 at lisasoft.com>
 
-	* Removing accidental commit from r4366.
+	* [r4397] Removing accidental commit from r4366.
 
-2009-08-11 16:38  strk
+2009-08-11 16:38  Sandro Santilli <strk at keybit.net>
 
-	* Add ChangeLog.svn rule, and auxiliary authors file
+	* [r4383] Add ChangeLog.svn rule, and auxiliary authors file
 
-2009-08-07 03:38  mleslie
+2009-08-07 03:38  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Fix for ticket #234
+	* [r4366] Fix for ticket #234
 
-2009-08-05 18:09  pramsey
+2009-08-05 18:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove printfs from code.
+	* [r4350] Remove printfs from code.
 
-2009-08-01 18:33  robe
+2009-08-01 18:33  Regina Obe <lr at pcorp.us>
 
-	* update ST_Line_Locate ... with example of closest point. Asked
-	  way too many times on postgis news groups
+	* [r4341] 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 at siriusit.co.uk>
 
-	* Remove quotes from PATH in regression Makefile, as it seems that
-	  the last MingW hack doesn't need this any more.
+	* [r4338] 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 at siriusit.co.uk>
 
-	* Fix for Windows combining stdout/stderr when executing the
-	  $(shell) command.
+	* [r4322] 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 at siriusit.co.uk>
 
-	* Apply fix to allow regression tests to run on MingW by fixing
-	  PATH and removing trailing CR/LFs on some outputs.
+	* [r4321] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Move SERIALIZED_FORM to lwgeom_pg.h from liblwgeom.h since it
-	  references a PostgreSQL-only structure. Per report from Nicklas
-	  Aven.
+	* [r4310] 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 at siriusit.co.uk>
 
-	* Commit patch for missing lw_asprintf() from #222.
+	* [r4308] Commit patch for missing lw_asprintf() from #222.
 
-2009-07-13 17:27  pramsey
+2009-07-13 17:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* MinGW fix for loader (#222), Mark Cave-Ayland
+	* [r4293] MinGW fix for loader (#222), Mark Cave-Ayland
 
-2009-07-13 16:57  pramsey
+2009-07-13 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ignore copied version of postgis.sql
+	* [r4292] ignore copied version of postgis.sql
 
-2009-07-13 16:57  pramsey
+2009-07-13 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ignore generated images
+	* [r4291] ignore generated images
 
-2009-07-08 22:43  robe
+2009-07-08 22:43  Regina Obe <lr at pcorp.us>
 
-	* Put in availability and GEOS for Hausdorff distance
+	* [r4287] Put in availability and GEOS for Hausdorff distance
 
-2009-07-08 22:39  pramsey
+2009-07-08 22:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* match header format
+	* [r4286] match header format
 
-2009-07-08 16:27  strk
+2009-07-08 16:27  Sandro Santilli <strk at keybit.net>
 
-	* Update instructions for testing (and moved that step *before*
-	  install - finally!)
+	* [r4285] 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 at keybit.net>
 
-	* Pre-install check rule by Paul cleaned up to allow top-level run
-	  and correct dependencies. See issue #219.
+	* [r4284] 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 at cleverelephant.ca>
 
-	* Remove images from clean target
+	* [r4283] Remove images from clean target
 
-2009-07-08 15:16  pramsey
+2009-07-08 15:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove CUnit dependency
+	* [r4280] Remove CUnit dependency
 
-2009-07-08 15:15  pramsey
+2009-07-08 15:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* clean doc images as part of clean
+	* [r4279] clean doc images as part of clean
 
-2009-07-08 15:09  pramsey
+2009-07-08 15:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix itglish.
+	* [r4278] Fix itglish.
 
-2009-07-08 04:59  mcayland
+2009-07-08 04:59  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix #112: ST_CurveToLine sometimes crashes server. While the
-	  circle segmentiser detected colinear circle points, it didn't
+	* [r4272] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r4270] 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 at cleverelephant.ca>
 
-	* Change error message to be more relevant
+	* [r4268] Change error message to be more relevant
 
-2009-07-07 15:44  strk
+2009-07-07 15:44  Sandro Santilli <strk at keybit.net>
 
-	* It's "synonym", not "synonim"...
+	* [r4267] It's "synonym", not "synonim"...
 
-2009-07-07 15:03  strk
+2009-07-07 15:03  Sandro Santilli <strk at keybit.net>
 
-	* For buffer parameters: accept 'butt' as a synonim for 'flat',
-	  'miter' for 'mitre' and 'miter_limit' for 'mitre_limit'.
+	* [r4266] 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 at keybit.net>
 
-	* Fix join style images to match calls
+	* [r4265] Fix join style images to match calls
 
-2009-07-07 10:33  mcayland
+2009-07-07 10:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix compile problems on non-GNU systems by using va_copy as an
-	  alias onto the real version. Per report from Stefano Bonnin.
+	* [r4264] 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 at keybit.net>
 
-	* Don't use strtok_r, to help with MingW builds.
+	* [r4262] Don't use strtok_r, to help with MingW builds.
 
-2009-07-06 07:37  robe
+2009-07-06 07:37  Regina Obe <lr at pcorp.us>
 
-	* forgot to save last change
+	* [r4261] forgot to save last change
 
-2009-07-06 07:37  robe
+2009-07-06 07:37  Regina Obe <lr at pcorp.us>
 
-	* slight correction
+	* [r4260] slight correction
 
-2009-07-06 07:33  robe
+2009-07-06 07:33  Regina Obe <lr at pcorp.us>
 
-	* Update style on commenting required to be picked up by doxygen
+	* [r4259] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r4258] 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 at pcorp.us>
 
-	* update st_pointn to note it supports circular strings and curves
+	* [r4255] 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.ca at gmail.com>
 
-	* removed the images used in the documentation since these are now
-	  generated automatically using ImageMagick.
+	* [r4254] removed the images used in the documentation since these
+	  are now generated automatically using ImageMagick.
 
-2009-07-03 04:56  kneufeld
+2009-07-03 04:56  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* updated the doc's README file
+	* [r4253] 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 at cleverelephant.ca>
 
-	* Add SQL/MM item
+	* [r4252] Add SQL/MM item
 
-2009-07-02 16:31  pramsey
+2009-07-02 16:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Build doc images as part of distribution build.
+	* [r4250] Build doc images as part of distribution build.
 
-2009-07-02 16:29  pramsey
+2009-07-02 16:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* add generator to ignore
+	* [r4249] add generator to ignore
 
-2009-07-02 16:00  pramsey
+2009-07-02 16:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* more notes on requirements
+	* [r4248] more notes on requirements
 
-2009-07-02 08:31  mleslie
+2009-07-02 08:31  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Making the changes from r4244 and r4245 onto trunk, addressing
-	  ticket 212.
+	* [r4246] 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 at cleverelephant.ca>
 
-	* Bring this up to date.
+	* [r4243] Bring this up to date.
 
-2009-07-01 15:42  pramsey
+2009-07-01 15:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix bad memory access in aggregates on nulls (#210), Mark
+	* [r4238] 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 at pcorp.us>
 
-	* arg should be text not string for st_buffer
+	* [r4236] arg should be text not string for st_buffer
 
-2009-07-01 11:53  robe
+2009-07-01 11:53  Regina Obe <lr at pcorp.us>
 
-	* amend documentation on curved support to include new compound
-	  curve in curve polygon support.
+	* [r4234] 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 at lisasoft.com>
 
-	* Enabling the compound curve parsing for segmentisation; reported
-	  in ticket 213
+	* [r4232] 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 at lisasoft.com>
 
-	* First swing at ticket 212.
+	* [r4231] First swing at ticket 212.
 
-2009-06-26 13:43  robe
+2009-06-26 13:43  Regina Obe <lr at pcorp.us>
 
-	* slight correction some functions are not new but enhanced
+	* [r4227] slight correction some functions are not new but enhanced
 
-2009-06-26 13:33  robe
+2009-06-26 13:33  Regina Obe <lr at pcorp.us>
 
-	* change ST_Buffer argname from params to buffer_style_params so
-	  torture test can eventually properly exercise it and not feed it
-	  garbage params
+	* [r4225] 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 at pcorp.us>
 
-	* update ST_Buffer so appears in new in PostGIS 1.5 section
+	* [r4224] 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 at pcorp.us>
 
-	* try to fix hudson build error
+	* [r4223] try to fix hudson build error
 
-2009-06-26 12:43  robe
+2009-06-26 12:43  Regina Obe <lr at pcorp.us>
 
-	* Update special index to include a what is new in 1.5 section
+	* [r4222] 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 at siriusit.co.uk>
 
-	* Unbreak the PostGIS universe for people who aren't using GEOS SVN
-	  (will be 3.2).
+	* [r4218] 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 at keybit.net>
 
-	* Put queries right below the diagram showing them
+	* [r4217] Put queries right below the diagram showing them
 
-2009-06-25 12:00  strk
+2009-06-25 12:00  Sandro Santilli <strk at keybit.net>
 
-	* Make quad_segs images style consistent with others; add original
-	  point
+	* [r4216] 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 at keybit.net>
 
-	* Add more styled buffer example images and update reference manual
-	  to include them
+	* [r4215] 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 at keybit.net>
 
-	* Use thin link style for source linestring
+	* [r4214] Use thin link style for source linestring
 
-2009-06-25 08:16  strk
+2009-06-25 08:16  Sandro Santilli <strk at keybit.net>
 
-	* Add examples of different encdap styles
+	* [r4213] Add examples of different encdap styles
 
-2009-06-25 07:34  strk
+2009-06-25 07:34  Sandro Santilli <strk at keybit.net>
 
-	* Add item for parametrized buffers
+	* [r4212] Add item for parametrized buffers
 
-2009-06-25 03:32  robe
+2009-06-25 03:32  Regina Obe <lr at pcorp.us>
 
-	* More cleanup of code comments so function descriptions are picked
-	  up by doxygen
+	* [r4211] 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 at pcorp.us>
 
-	* fix commenting style so function descriptions are picked up by
-	  doxygen
+	* [r4210] 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 at cleverelephant.ca>
 
-	* Add news item for #206
+	* [r4209] Add news item for #206
 
-2009-06-24 22:08  pramsey
+2009-06-24 22:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add support for hausdorff distance calculations. Requires GEOS
-	  3.2+. (#209) From Vincent Picavet.
+	* [r4208] Add support for hausdorff distance calculations. Requires
+	  GEOS 3.2+. (#209) From Vincent Picavet.
 	  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 at keybit.net>
 
-	* Add uninstall lines for new buffer signatures
+	* [r4207] Add uninstall lines for new buffer signatures
 
-2009-06-24 13:32  strk
+2009-06-24 13:32  Sandro Santilli <strk at keybit.net>
 
-	* Add tests for parametrized buffer
+	* [r4206] Add tests for parametrized buffer
 
-2009-06-24 13:04  strk
+2009-06-24 13:04  Sandro Santilli <strk at keybit.net>
 
-	* Document third ST_Buffer signature (the one taking parameters as
-	  string).
+	* [r4205] 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 at siriusit.co.uk>
 
-	* Remove validation from shapefile to WKT/WKB conversion to retain
-	  same behaviour as 1.3. Final resolution for #198.
+	* [r4203] 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 at siriusit.co.uk>
 
-	* Fix accidental typo; module name hardcoded in the .sql.in.c file
-	  rather than being set to MODULE_PATHNAME. Fixes #208.
+	* [r4200] 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 at keybit.net>
 
-	* Use $$ quoting. See ticket #207.
+	* [r4199] Use $$ quoting. See ticket #207.
 
-2009-06-23 22:40  strk
+2009-06-23 22:40  Sandro Santilli <strk at keybit.net>
 
-	* Add _ST_Buffer(geom, distance, params); refactor other versions
-	  to all proxy to the new one.
+	* [r4198] 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 at cleverelephant.ca>
 
-	* Bump up to 1.5 in trunk
+	* [r4195] Bump up to 1.5 in trunk
 
-2009-06-23 16:46  strk
+2009-06-23 16:46  Sandro Santilli <strk at keybit.net>
 
-	* Fix dangerous use of message string as printf-like format.
+	* [r4193] Fix dangerous use of message string as printf-like
+	  format.
 
-2009-06-23 16:38  strk
+2009-06-23 16:38  Sandro Santilli <strk at keybit.net>
 
-	* Yet another buffer auto-cast test. With a different quadSegs this
-	  time to be really sure the argument is being used.
+	* [r4192] 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 at keybit.net>
 
-	* Add test for third argument to buffer() being a string (based on
-	  auto-cast)
+	* [r4191] 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 at pcorp.us>
 
-	* Put in minimal GEOS requirement for ST_Covers and ST_CoveredBy.
-	  Its not necessary for 1.4 really but oh well.
+	* [r4190] 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 at keybit.net>
 
-	* Gracefully handle typed empty GEOS geometries.
+	* [r4189] Gracefully handle typed empty GEOS geometries.
 
-2009-06-20 21:26  strk
+2009-06-20 21:26  Sandro Santilli <strk at keybit.net>
 
-	* Add tests for area() called against empty geometries
+	* [r4188] Add tests for area() called against empty geometries
 
-2009-06-20 21:25  strk
+2009-06-20 21:25  Sandro Santilli <strk at keybit.net>
 
-	* Handle empty polygon rings
+	* [r4187] Handle empty polygon rings
 
-2009-06-19 17:12  robe
+2009-06-19 17:12  Regina Obe <lr at pcorp.us>
 
-	* get rid of ref_geom so doesn't break agg checks
+	* [r4185] 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 at pcorp.us>
 
-	* test not handling aggregates right
+	* [r4184] test not handling aggregates right
 
-2009-06-19 14:18  robe
+2009-06-19 14:18  Regina Obe <lr at pcorp.us>
 
-	* typo in docs --
+	* [r4183] typo in docs --
 
-2009-06-19 12:20  robe
+2009-06-19 12:20  Regina Obe <lr at pcorp.us>
 
-	* fix type and add --with-gui description for building loader gui
+	* [r4182] 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 at pcorp.us>
 
-	* Forgot ST_MinimumBoundingCircle and credit Bruce Rindahl
+	* [r4175] Forgot ST_MinimumBoundingCircle and credit Bruce Rindahl
 
-2009-06-15 17:48  pramsey
+2009-06-15 17:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More updates
+	* [r4173] More updates
 
-2009-06-15 17:42  pramsey
+2009-06-15 17:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update doc instructions.
+	* [r4172] Update doc instructions.
 
-2009-06-12 15:30  robe
+2009-06-12 15:30  Regina Obe <lr at pcorp.us>
 
-	* replace _VOLATILE_STRICT with VOLATILE STRICT
+	* [r4170] replace _VOLATILE_STRICT with VOLATILE STRICT
 
-2009-06-12 15:14  robe
+2009-06-12 15:14  Regina Obe <lr at pcorp.us>
 
-	* Change _VOLATILE to VOLATILE
+	* [r4169] Change _VOLATILE to VOLATILE
 
-2009-06-11 16:44  pramsey
+2009-06-11 16:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* astyle --style=ansi --indent=tab (#133)
+	* [r4168] astyle --style=ansi --indent=tab (#133)
 
-2009-06-11 16:31  pramsey
+2009-06-11 16:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* remove file that should never have been added
+	* [r4167] remove file that should never have been added
 
-2009-06-11 15:52  pramsey
+2009-06-11 15:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Clean up old compatibility code. (#196)
+	* [r4166] Clean up old compatibility code. (#196)
 
-2009-06-11 13:28  mcayland
+2009-06-11 13:28  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Further fix for #156, and also #167 it seems. Looks like I forgot
-	  to apply the fix to the WKB routines aswell.
+	* [r4165] 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 at pcorp.us>
 
-	* correct example
+	* [r4164] correct example
 
-2009-06-10 01:26  robe
+2009-06-10 01:26  Regina Obe <lr at pcorp.us>
 
-	* Add David Techer, new doco enhancements, new
+	* [r4162] Add David Techer, new doco enhancements, new
 	  populate_geometry_columns
 
-2009-06-10 01:18  robe
+2009-06-10 01:18  Regina Obe <lr at pcorp.us>
 
-	* Add Jean David Techer to list of contributors
+	* [r4161] Add Jean David Techer to list of contributors
 
-2009-06-09 23:54  pramsey
+2009-06-09 23:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update the hard upgrade script to handle 1.4 transition. (#144)
+	* [r4160] 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 at cleverelephant.ca>
 
-	* Closes (#134)
+	* [r4159] Closes (#134)
 
-2009-06-09 22:51  pramsey
+2009-06-09 22:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More work on 1.4 upgrade script.
+	* [r4158] More work on 1.4 upgrade script.
 
-2009-06-09 22:14  pramsey
+2009-06-09 22:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More fixes to upgrade process.
+	* [r4157] More fixes to upgrade process.
 
-2009-06-08 23:21  pramsey
+2009-06-08 23:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Work on upgrade script.
+	* [r4156] Work on upgrade script.
 
-2009-06-08 22:33  pramsey
+2009-06-08 22:33  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Turn "CREATE OR REPLACE FUNCTION" into "CREATEFUNCTION" for
-	  preprocessing magic.
+	* [r4155] Turn "CREATE OR REPLACE FUNCTION" into "CREATEFUNCTION"
+	  for preprocessing magic.
 
-2009-06-08 22:30  pramsey
+2009-06-08 22:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* remove syntax error
+	* [r4154] remove syntax error
 
-2009-06-08 19:40  pramsey
+2009-06-08 19:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updated to EPSG 7.1 version (#191)
+	* [r4153] Updated to EPSG 7.1 version (#191)
 
-2009-06-08 17:35  robe
+2009-06-08 17:35  Regina Obe <lr at pcorp.us>
 
-	* #190: populate_geometry_columns gives nonstandard use of \' in a
-	  string literal in 8.4
+	* [r4152] #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 at siriusit.co.uk>
 
-	* Add a new uninstall_postgis.sql file to the repository that will
-	  enable the complete removal of PostGIS from a database.
+	* [r4147] Add a new uninstall_postgis.sql 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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* 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. Besides I don't think we should be supporting more
-	  than 2 versions behind of latest PostgreSQL release in our trunk.
-	  Too much maintenance. Correct ReadME bug tracker link
+	* [r4135] 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. Besides I don't think we should be supporting
+	  more than 2 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 at cleverelephant.ca>
 
-	* Fix for #192.
+	* [r4134] Fix for #192.
 
-2009-06-03 23:56  pramsey
+2009-06-03 23:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix for issue #189, includes implicit requirement for 8.2+ in
-	  DROP AGGREGATE
+	* [r4132] 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 at cleverelephant.ca>
 
-	* Fix for issue #186
+	* [r4131] Fix for issue #186
 
-2009-06-03 22:46  pramsey
+2009-06-03 22:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* remove warnings from autoconf process
+	* [r4130] remove warnings from autoconf process
 
-2009-05-29 18:10  kneufeld
+2009-05-29 18:10  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* small typo in Populate_Geometry_Columns doc
+	* [r4113] small typo in Populate_Geometry_Columns doc
 
-2009-05-27 17:14  kneufeld
+2009-05-27 17:14  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* performed an overhaul of the installation guide ... hopefully
-	  it's easier to follow.
+	* [r4111] 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.ca at gmail.com>
 
-	* updated the comments-install make target
+	* [r4110] updated the comments-install make target
 
-2009-05-26 18:28  kneufeld
+2009-05-26 18:28  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added version numbers to the requirements section in the
+	* [r4109] 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.ca at gmail.com>
 
-	* added dblatex and convert to the status lines at the end of
-	  configure
+	* [r4108] 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.ca at gmail.com>
 
-	* added postgis_aggs_mm.xml to the 'make clean' target
+	* [r4107] added postgis_aggs_mm.xml to the 'make clean' target
 
-2009-05-26 18:00  kneufeld
+2009-05-26 18:00  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added postgis_comments.sql as a target to the main makefile
+	* [r4106] added postgis_comments.sql as a target to the main
+	  makefile
 	  
 	  Since we don't want to add xsltproc as a dependency, this will
 	  remain separate for now:
@@ -29656,700 +30746,707 @@
 	  
 	  (the file should be removed by 'make uninstall')
 
-2009-05-26 17:24  robe
+2009-05-26 17:24  Regina Obe <lr at pcorp.us>
 
-	* make example fit the diagram in text
+	* [r4105] make example fit the diagram in text
 
-2009-05-26 17:08  robe
+2009-05-26 17:08  Regina Obe <lr at pcorp.us>
 
-	* Make lame circle more lame
+	* [r4104] Make lame circle more lame
 
-2009-05-26 16:47  robe
+2009-05-26 16:47  Regina Obe <lr at pcorp.us>
 
-	* put in images for buffer, fix within example image and example
-	  query
+	* [r4103] 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 at pcorp.us>
 
-	* for consistency make example be same as what is used to generate
-	  the image.
+	* [r4102] 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 at pcorp.us>
 
-	* bad image try again
+	* [r4101] bad image try again
 
-2009-05-26 15:05  robe
+2009-05-26 15:05  Regina Obe <lr at pcorp.us>
 
-	* Add st_within example to makefile and translate example so in
-	  viewable region.
+	* [r4100] 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.ca at gmail.com>
 
-	* added a status line to the main makefile that indicates if
-	  PostGIS was built successfully.
+	* [r4099] 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 at pcorp.us>
 
-	* update to include behavior for 3D and also note this seems to go
-	  beyond what the spec defines.
+	* [r4098] 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.ca at gmail.com>
 
-	* use a docbook variable instead
+	* [r4097] use a docbook variable instead
 
-2009-05-22 23:19  kneufeld
+2009-05-22 23:19  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* didn't need the c preprocessor after all
+	* [r4096] didn't need the c preprocessor after all
 
-2009-05-22 22:14  kneufeld
+2009-05-22 22:14  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* Added a Short Version section.
+	* [r4095] Added a Short Version section.
 	  Updated requirements.
 
-2009-05-22 22:07  kneufeld
+2009-05-22 22:07  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* formatted installation.xml in preparation for editing
+	* [r4094] formatted installation.xml in preparation for editing
 
-2009-05-22 21:32  kneufeld
+2009-05-22 21:32  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added the xmlformatter conf file for pretty printing the
+	* [r4093] 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 at pcorp.us>
 
-	* Testing out Kevin's auto image generator hopefully I didn't break
-	  it.
+	* [r4092] 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 at pcorp.us>
 
-	* Correct ST_GeometryN example -- sign was wrong. Also embellish by
-	  showing a multicurve and flag as working for multicurves
+	* [r4091] 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.ca at gmail.com>
 
-	* added image examples to ST_Contains
+	* [r4089] added image examples to ST_Contains
 
-2009-05-19 03:44  robe
+2009-05-19 03:44  Regina Obe <lr at pcorp.us>
 
-	* Example exploding a compoundcurve, also reference to ST_GeometryN
-	  since they serve similar purposes
+	* [r4085] 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.ca at gmail.com>
 
-	* added styles to the generated documentation images
+	* [r4081] added styles to the generated documentation images
 	  added ImageMagick as a dependency
 
-2009-05-09 12:53  mcayland
+2009-05-09 12:53  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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.
+	* [r4079] 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 at siriusit.co.uk>
 
-	* Remove a double-free bug caused if the unparser finds an invalid
-	  geometry (fixes #168)
+	* [r4078] 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 at siriusit.co.uk>
 
-	* Correct erroneus formatting which was causing two comments to be
-	  nested and hence generating a compiler warning.
+	* [r4077] 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.ca at gmail.com>
 
-	* removed horrible dos carriage returns
+	* [r4076] removed horrible dos carriage returns
 	  - convert to unix
 
-2009-05-06 23:20  kneufeld
+2009-05-06 23:20  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* Added code that will automatically generate the spatial images
-	  used in the documentation from WKT input.
+	* [r4075] Added code that will 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 at pcorp.us>
 
-	* typo
+	* [r4073] typo
 
-2009-05-06 18:04  robe
+2009-05-06 18:04  Regina Obe <lr at pcorp.us>
 
-	* update with 1.3.6 items
+	* [r4072] update with 1.3.6 items
 
-2009-05-05 19:40  pramsey
+2009-05-05 19:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add 900913 to allow web mappers a smoother ride.
+	* [r4070] Add 900913 to allow web mappers a smoother ride.
 
-2009-05-05 04:44  robe
+2009-05-05 04:44  Regina Obe <lr at pcorp.us>
 
-	* doxygen friendly comments
+	* [r4069] doxygen friendly comments
 
-2009-05-05 04:29  robe
+2009-05-05 04:29  Regina Obe <lr at pcorp.us>
 
-	* doxygen friendly comments
+	* [r4068] doxygen friendly comments
 
-2009-05-04 18:00  robe
+2009-05-04 18:00  Regina Obe <lr at pcorp.us>
 
-	* more doxygen comment cleanup
+	* [r4064] more doxygen comment cleanup
 
-2009-05-03 04:36  robe
+2009-05-03 04:36  Regina Obe <lr at pcorp.us>
 
-	* slight mod
+	* [r4062] slight mod
 
-2009-05-03 04:32  robe
+2009-05-03 04:32  Regina Obe <lr at pcorp.us>
 
-	* make doco descriptions doxygen/javadoc friendly
+	* [r4061] make doco descriptions doxygen/javadoc friendly
 
-2009-05-03 03:58  robe
+2009-05-03 03:58  Regina Obe <lr at pcorp.us>
 
-	* make function doc doxygen friendly
+	* [r4060] make function doc doxygen friendly
 
-2009-05-03 03:50  robe
+2009-05-03 03:50  Regina Obe <lr at pcorp.us>
 
-	* make function descriptor doxygen friendly
+	* [r4059] make function descriptor doxygen friendly
 
-2009-05-03 03:33  robe
+2009-05-03 03:33  Regina Obe <lr at pcorp.us>
 
-	* enable alphabetical index
+	* [r4058] enable alphabetical index
 
-2009-05-03 03:16  robe
+2009-05-03 03:16  Regina Obe <lr at pcorp.us>
 
-	* change commenting style to javadoc style
+	* [r4057] change commenting style to javadoc style
 
-2009-05-03 03:03  robe
+2009-05-03 03:03  Regina Obe <lr at pcorp.us>
 
-	* enable javadoc autobrief
+	* [r4056] enable javadoc autobrief
 
-2009-05-02 09:40  robe
+2009-05-02 09:40  Regina Obe <lr at pcorp.us>
 
-	* make function descriptions doxygen friendly
+	* [r4054] make function descriptions doxygen friendly
 
-2009-05-02 07:13  robe
+2009-05-02 07:13  Regina Obe <lr at pcorp.us>
 
-	* make function descriptions doxygen friendly
+	* [r4053] make function descriptions doxygen friendly
 
-2009-05-02 06:27  robe
+2009-05-02 06:27  Regina Obe <lr at pcorp.us>
 
-	* Experimenting with Doxygen hyperlinking tags
+	* [r4052] Experimenting with Doxygen hyperlinking tags
 
-2009-05-01 22:47  robe
+2009-05-01 22:47  Regina Obe <lr at pcorp.us>
 
-	* More experimentation with doxygen commenting styles
+	* [r4051] More experimentation with doxygen commenting styles
 
-2009-05-01 04:26  robe
+2009-05-01 04:26  Regina Obe <lr at pcorp.us>
 
-	* More auto doc friendlying
+	* [r4049] More auto doc friendlying
 
-2009-05-01 04:24  robe
+2009-05-01 04:24  Regina Obe <lr at pcorp.us>
 
-	* typo
+	* [r4048] typo
 
-2009-05-01 04:24  robe
+2009-05-01 04:24  Regina Obe <lr at pcorp.us>
 
-	* experiment with making our inline comments more doxygen friendly
+	* [r4047] experiment with making our inline comments more doxygen
+	  friendly
 
-2009-04-30 22:26  kneufeld
+2009-04-30 22:26  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* updated several Doxygen parameters
+	* [r4045] updated several Doxygen parameters
 
-2009-04-30 21:38  kneufeld
+2009-04-30 21:38  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* removed full path names from config file
+	* [r4044] removed full path names from config file
 
-2009-04-30 20:19  kneufeld
+2009-04-30 20:19  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* add make target to build Doxygen
+	* [r4043] add make target to build Doxygen
 
-2009-04-30 19:41  kneufeld
+2009-04-30 19:41  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added a Doxygen configuration file
+	* [r4042] added a Doxygen configuration file
 
-2009-04-29 19:22  kneufeld
+2009-04-29 19:22  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* dropping a table that's not there causes an ERROR in the logs
+	* [r4040] 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 at camptocamp.com>
 
-	* 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
+	* [r4039] 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.ca at gmail.com>
 
-	* - removed a few compile errors from the javadoc build
+	* [r4038] - 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 at pcorp.us>
 
-	* change error about unknown spatial ref to a warning.
+	* [r4034] change error about unknown spatial ref to a warning.
 
-2009-04-27 19:46  kneufeld
+2009-04-27 19:46  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* test commit
+	* [r4030] test commit
 
-2009-04-27 19:24  kneufeld
+2009-04-27 19:24  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* test commit
+	* [r4029] test commit
 
-2009-04-27 19:07  kneufeld
+2009-04-27 19:07  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* Test commit to test autobuild
+	* [r4026] Test commit to test autobuild
 
-2009-04-27 16:09  robe
+2009-04-27 16:09  Regina Obe <lr at pcorp.us>
 
-	* revise to better guarantee a deteriministic sort so can diff
-	  compare between 1.3.5, 1.3.6, 1.4 (still needs work). Also
+	* [r4025] 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.ca at gmail.com>
 
-	* small typo fix
+	* [r4023] small typo fix
 
-2009-04-24 19:13  pramsey
+2009-04-24 19:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* add feature mangling task
+	* [r4020] add feature mangling task
 
-2009-04-23 14:36  robe
+2009-04-23 14:36  Regina Obe <lr at pcorp.us>
 
-	* exclude curved geometries from 1.3.5 testing
+	* [r4019] exclude curved geometries from 1.3.5 testing
 
-2009-04-23 12:12  robe
+2009-04-23 12:12  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* More info about XSL in final configure output
+	* [r4012] More info about XSL in final configure output
 
-2009-04-17 13:59  robe
+2009-04-17 13:59  Regina Obe <lr at pcorp.us>
 
-	* add ST_MinimumBoundingCircle to 1.3 exclude
+	* [r4010] add ST_MinimumBoundingCircle to 1.3 exclude
 
-2009-04-16 07:31  robe
+2009-04-16 07:31  Regina Obe <lr at pcorp.us>
 
-	* Update installation to have link to Windows Compilation guide
-	  Nicklas put together.
+	* [r4006] 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 at pcorp.us>
 
-	* ADd more curved geometry support functions to list and give
-	  curved geometry special index a pretty anchor.
+	* [r4005] 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 at cleverelephant.ca>
 
-	* wee reformatting
+	* [r4004] wee reformatting
 
-2009-04-15 17:15  pramsey
+2009-04-15 17:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* remove tabs
+	* [r4003] remove tabs
 
-2009-04-15 17:09  pramsey
+2009-04-15 17:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* add link to trac for 1.4
+	* [r4002] add link to trac for 1.4
 
-2009-04-15 01:22  robe
+2009-04-15 01:22  Regina Obe <lr at pcorp.us>
 
-	* add link to st_relate
+	* [r4001] add link to st_relate
 
-2009-04-15 01:11  robe
+2009-04-15 01:11  Regina Obe <lr at pcorp.us>
 
-	* amend ST_ContainsProperly to summarize its speed advantages
+	* [r4000] 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 at siriusit.co.uk>
 
-	* Try and fix shp2pgsql-core for bug #124. Need to change sprintf()
-	  to pgis_exec() within the loader.
+	* [r3999] 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 at pcorp.us>
 
-	* add containsproperly
+	* [r3998] add containsproperly
 
-2009-04-14 06:42  robe
+2009-04-14 06:42  Regina Obe <lr at pcorp.us>
 
-	* I think the year is 2009 and we are in april now
+	* [r3997] 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 at siriusit.co.uk>
 
-	* Same as r3994 but for the second copy of shp2pgsql.
+	* [r3995] 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 at siriusit.co.uk>
 
-	* Fix #104 'shp2pgsql is using deprecated PostgreSQL escape
+	* [r3994] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* missed some
+	* [r3992] missed some
 
-2009-04-12 05:14  robe
+2009-04-12 05:14  Regina Obe <lr at pcorp.us>
 
-	* Add ST_ContainsProperly to exclude for 1.3 testing.
+	* [r3991] Add ST_ContainsProperly to exclude for 1.3 testing.
 
-2009-04-12 04:10  robe
+2009-04-12 04:10  Regina Obe <lr at pcorp.us>
 
-	* 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
+	* [r3990] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r3989] 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 at cleverelephant.ca>
 
-	* Fix mis-spelling in Eduin Carrillo's name
+	* [r3980] Fix mis-spelling in Eduin Carrillo's name
 
-2009-04-05 18:06  pramsey
+2009-04-05 18:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* keywords
+	* [r3969] keywords
 
-2009-04-05 18:05  robe
+2009-04-05 18:05  Regina Obe <lr at pcorp.us>
 
-	* Add Nicklas Avén to contributors list
+	* [r3968] Add Nicklas Avén to contributors list
 
-2009-04-05 16:48  pramsey
+2009-04-05 16:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix for collection vs collection distance behavior. Per Nicklas
-	  Avén. GBT #146
+	* [r3967] 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 at siriusit.co.uk>
 
-	* Fix for previous commit; move the locations of the CASTs so that
-	  they are after the definitions. Thanks Olivier!
+	* [r3939] 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 at siriusit.co.uk>
 
-	* Add additional casts for box3d_extent to box3d/box2d so that
-	  other PostGIS functions can use the output of ST_Extent. Per
+	* [r3938] 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 at camptocamp.com>
 
-	* suppress compilation warning on non initialized variable
+	* [r3936] suppress compilation warning on non initialized variable
 
-2009-03-23 22:45  pramsey
+2009-03-23 22:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ignore autotools artefacts.
+	* [r3935] Ignore autotools artefacts.
 
-2009-03-23 22:44  pramsey
+2009-03-23 22:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Once more unto the breach! autotools w/ mloskot autogen.sh from
-	  GBT#142
+	* [r3934] 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 at cleverelephant.ca>
 
-	* Back to the future.
+	* [r3933] Back to the future.
 
-2009-03-22 07:50  robe
+2009-03-22 07:50  Regina Obe <lr at pcorp.us>
 
-	* expansion of example and description
+	* [r3932] expansion of example and description
 
-2009-03-22 07:46  robe
+2009-03-22 07:46  Regina Obe <lr at pcorp.us>
 
-	* Create new exception section and move over the Has,Drop, Add BBOX
-	  family per MCA request.
+	* [r3931] 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 at cleverelephant.ca>
 
-	* Can't get enough punishment: write out results of configure.
+	* [r3929] Can't get enough punishment: write out results of
+	  configure.
 
-2009-03-22 06:43  pramsey
+2009-03-22 06:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Back for more punishment: if we can checkin config.sub and
-	  config.guess, we can check in ltmain.sh. Autotools, I despise
+	* [r3928] 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 at cleverelephant.ca>
 
-	* OK, didn't like that. libtoolize alters config.guess and
+	* [r3927] 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 at cleverelephant.ca>
 
-	* config.guess back?
+	* [r3926] config.guess back?
 
-2009-03-22 03:34  pramsey
+2009-03-22 03:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* config.sub back in?
+	* [r3925] config.sub back in?
 
-2009-03-22 03:23  pramsey
+2009-03-22 03:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Break build per mloskot. Remember to run ./autogen.sh and
+	* [r3924] 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 at pcorp.us>
 
-	* typo
+	* [r3923] typo
 
-2009-03-22 02:23  robe
+2009-03-22 02:23  Regina Obe <lr at pcorp.us>
 
-	* not dealing correctly with arguments that are geometry arrays
-	  where there is only one geometry in the arglist
+	* [r3922] 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 at camptocamp.com>
 
-	* Fix static buffer size to add precision spaces. Cf #119
+	* [r3921] Fix static buffer size to add precision spaces. Cf #119
 
-2009-03-20 18:43  pramsey
+2009-03-20 18:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update release notes more
+	* [r3916] Update release notes more
 
-2009-03-20 16:48  kneufeld
+2009-03-20 16:48  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* updated the operator notes in reference.xml to reflect the fact
-	  that they do indeed use indexes.
+	* [r3915] 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 at pcorp.us>
 
-	* Add ST_MakeLine array proto. Provide example use. Flag that
-	  ST_MAkeLine was enhanced in 1.4
+	* [r3912] 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 at pcorp.us>
 
-	* Fill in missing ST_Collect(geomarray) proto. Provide examples for
-	  using ST_Union(geomarray), ST_Collect(geomarray)
+	* [r3911] 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 at camptocamp.com>
 
-	* Fix GML multi size computation. Cf issue #141
+	* [r3910] Fix GML multi size computation. Cf issue #141
 
-2009-03-20 05:43  kneufeld
+2009-03-20 05:43  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* a small typo patch from mloskot, renaming a few "geometry_column"
-	  to "geometry_columns"
+	* [r3906] 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.ca at gmail.com>
 
-	* renamed reference.xml to reference_old.xml
+	* [r3905] 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 at cleverelephant.ca>
 
-	* Revert, now I get a warning in OS/X. Solaris will have to suck it
-	  up.
+	* [r3903] 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 at cleverelephant.ca>
 
-	* Make autogen.sh a little more tolerant of missing / re-named
-	  autotools.
+	* [r3901] 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.ca at gmail.com>
 
-	* updated ST_Relate docs - changed 3rd parameter to be more clear
+	* [r3900] 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 at cleverelephant.ca>
 
-	* Remove warning in Solaris.
+	* [r3899] Remove warning in Solaris.
 
-2009-03-19 16:58  pramsey
+2009-03-19 16:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove warning in Solaris.
+	* [r3898] Remove warning in Solaris.
 
-2009-03-19 16:52  pramsey
+2009-03-19 16:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove one last 'const' warning.
+	* [r3897] Remove one last 'const' warning.
 
-2009-03-19 13:27  colivier
+2009-03-19 13:27  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Few minor improve/change on memory size to allocate
+	* [r3895] 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 at siriusit.co.uk>
 
-	* More lwgeom_geos.c fixes to remove compilation warnings, but this
-	  time for compiling with GEOS >= 3.1.
+	* [r3894] 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 at cleverelephant.ca>
 
-	* Oops, we don't use the literal output of autoheader.
+	* [r3893] Oops, we don't use the literal output of autoheader.
 
-2009-03-19 05:55  pramsey
+2009-03-19 05:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove prepared geometry compilation warning.
+	* [r3892] Remove prepared geometry compilation warning.
 
-2009-03-19 05:54  pramsey
+2009-03-19 05:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add ieeefp.h for Solaris.
+	* [r3891] Add ieeefp.h for Solaris.
 
-2009-03-19 05:53  pramsey
+2009-03-19 05:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add testing for ieeefp.h to autoconf
+	* [r3890] Add testing for ieeefp.h to autoconf
 
-2009-03-19 00:48  pramsey
+2009-03-19 00:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Final fix to remove cpp requirement
+	* [r3889] Final fix to remove cpp requirement
 
-2009-03-19 00:38  pramsey
+2009-03-19 00:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove preproc step for sql-mm curve regression.
+	* [r3888] Remove preproc step for sql-mm curve regression.
 
-2009-03-19 00:37  pramsey
+2009-03-19 00:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove USE_JTS and cpp preproc from sql-mm regression
+	* [r3887] Remove USE_JTS and cpp preproc from sql-mm regression
 
-2009-03-18 23:42  pramsey
+2009-03-18 23:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add lidar item
+	* [r3886] Add lidar item
 
-2009-03-16 23:06  mcayland
+2009-03-16 23:06  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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.
+	* [r3877] 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 at pcorp.us>
 
-	* switch order
+	* [r3868] switch order
 
-2009-03-13 13:09  robe
+2009-03-13 13:09  Regina Obe <lr at pcorp.us>
 
-	* get rid of sT_PolyFromWKB reference. Will readd those stupid ones
-	  left in reference.xml later
+	* [r3867] 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 at pcorp.us>
 
-	* more spots
+	* [r3866] more spots
 
-2009-03-13 13:05  robe
+2009-03-13 13:05  Regina Obe <lr at pcorp.us>
 
-	* missed a spot
+	* [r3865] missed a spot
 
-2009-03-13 12:53  robe
+2009-03-13 12:53  Regina Obe <lr at pcorp.us>
 
-	* remove using_postgis and reference and add using_postgis_dataman,
-	  using_postgis_app
+	* [r3864] 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 at pcorp.us>
 
-	* Break using_postgis into 2 sections, remover reference.xml from
-	  doc make
+	* [r3863] 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 at pcorp.us>
 
-	* #HISTORY #GBT 121: update tiger_geocoder to run in PostgreSQL 8.3
-	  - apply patch from cdwinslow
+	* [r3860] #HISTORY #GBT 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.ca at gmail.com>
 
-	* updated SQL/MM specs in ST_PointFromWKB
+	* [r3854] updated SQL/MM specs in ST_PointFromWKB
 
-2009-03-11 05:13  kneufeld
+2009-03-11 05:13  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* moved over ST_LineFromWKB
+	* [r3853] moved over ST_LineFromWKB
 
-2009-03-11 05:11  kneufeld
+2009-03-11 05:11  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added missing linkend
+	* [r3852] added missing linkend
 
-2009-03-11 05:09  kneufeld
+2009-03-11 05:09  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* updated doc descriptions and linkends.
+	* [r3851] updated doc descriptions and linkends.
 
-2009-03-11 04:56  kneufeld
+2009-03-11 04:56  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* moved over ST_PointFromWKB
+	* [r3850] moved over ST_PointFromWKB
 
-2009-03-11 04:35  kneufeld
+2009-03-11 04:35  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* moved over ST_GeomFromWKB
+	* [r3849] moved over ST_GeomFromWKB
 
-2009-03-10 21:29  mcayland
+2009-03-10 21:29  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* More MSVC fixes from Mateusz related to ISO C++ vs. C99 variable
-	  initialisation.
+	* [r3848] 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 at camptocamp.com>
 
-	* updated SVG unit to reduce to max 2 decimal digits
+	* [r3847] updated SVG unit to reduce to max 2 decimal digits
 
-2009-03-10 21:03  pramsey
+2009-03-10 21:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* MSVC line
+	* [r3846] MSVC line
 
-2009-03-10 20:49  colivier
+2009-03-10 20:49  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Add SVG unit test file
+	* [r3845] Add SVG unit test file
 
-2009-03-10 20:42  pramsey
+2009-03-10 20:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add 1.3.5 release notes into trunk docs
+	* [r3844] Add 1.3.5 release notes into trunk docs
 
-2009-03-10 20:37  pramsey
+2009-03-10 20:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* First cut of 1.4 release notes.
+	* [r3843] First cut of 1.4 release notes.
 
-2009-03-10 20:25  mcayland
+2009-03-10 20:25  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Commit Mateusz's patch to move the postgres.h #include to the top
-	  of the file in order to aid the MSVC build.
+	* [r3841] Commit Mateusz's patch to move the 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 at camptocamp.com>
 
-	* update GML unit test according to AsGML option related to CRS
-	  output option
+	* [r3840] 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 at siriusit.co.uk>
 
-	* Remove compiler warning from commit r3821.
+	* [r3839] Remove compiler warning from commit r3821.
 
-2009-03-10 19:30  colivier
+2009-03-10 19:30  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* Update unit test upon previous GeoJson CRS change
+	* [r3838] 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 at siriusit.co.uk>
 
-	* Update PostGIS trunk so that the minimum required version of GEOS
-	  is 3.0.0. This allows us to finally remove all remaining
+	* [r3837] 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 at camptocamp.com>
 
-	* 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
+	* [r3835] 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 at siriusit.co.uk>
 
-	* Some documentation updates; change the instructions for
+	* [r3833] 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 version entities for GEOS and PROJ
@@ -30358,633 +31455,643 @@
 	  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 at siriusit.co.uk>
 
-	* 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] 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 at camptocamp.com>
 
-	* Add circstring release and LWGEOM conversion entry
+	* [r3830] Add circstring release and LWGEOM conversion entry
 
-2009-03-10 16:18  mcayland
+2009-03-10 16:18  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Remove some GCC-isms from the unparser related to setting array
-	  sizes at run-time rather than compile time. Per report from
+	* [r3828] 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 at siriusit.co.uk>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Fix for GBT #130, remove bdpoly regression failure.
+	* [r3826] 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 at siriusit.co.uk>
 
-	* Fix for GBT#89: transform() grid-shift 2nd chance logic
+	* [r3825] 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 at camptocamp.com>
 
-	* Add SVG L Command in absolute path according to BNF SVG Path. Add
-	  some forgotten geometry release.
+	* [r3824] 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 at lisasoft.com>
 
-	* Moving parser changes from spike/mleslie/parser to allow the
-	  proper nesting of compound curves within curve polygons and the
-	  validation of compound curve continuity. This also resolves
+	* [r3821] Moving parser changes from spike/mleslie/parser to allow
+	  the proper nesting of compound 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 at cleverelephant.ca>
 
-	* Don't segmentize geometry if input doesn't pass hasarc
+	* [r3820] Don't segmentize geometry if input doesn't pass hasarc
 
-2009-03-09 21:15  robe
+2009-03-09 21:15  Regina Obe <lr at pcorp.us>
 
-	* Put ST_CurveToLine back in script. Seems to not crash anymore
-	  with Paul's changes to GBT: 112
+	* [r3819] 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 at cleverelephant.ca>
 
-	* Fix for GBT#96.
+	* [r3817] Fix for GBT#96.
 
-2009-03-09 17:19  mcayland
+2009-03-09 17:19  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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.
+	* [r3816] 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 at siriusit.co.uk>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* More camel-case changes.
+	* [r3814] More camel-case changes.
 
-2009-03-09 14:51  colivier
+2009-03-09 14:51  Olivier Courtin <olivier.courtin at camptocamp.com>
 
-	* 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
+	* [r3813] 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 at cleverelephant.ca>
 
-	* Remove some camelCase function signatures from liblwgeom
+	* [r3812] Remove some camelCase function signatures from liblwgeom
 
-2009-03-08 22:33  mcayland
+2009-03-08 22:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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
+	* [r3811] 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 at cleverelephant.ca>
 
-	* Fix goof in box2d computation.
+	* [r3809] Fix goof in box2d computation.
 
-2009-03-08 21:15  pramsey
+2009-03-08 21:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix for GBT#112
+	* [r3807] Fix for GBT#112
 
-2009-03-08 17:00  mcayland
+2009-03-08 17:00  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Add some explanation comments to lwgeom_accum.c explaining why we
-	  need to implement our own set of geometry aggregate functions.
+	* [r3806] 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 at siriusit.co.uk>
 
-	* 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
+	* [r3805] 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 at cleverelephant.ca>
 
-	* Fix for GBT #116, EMPTY hex polygon no longer causes crash.
+	* [r3803] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* missing svn tags and copyright info
+	* [r3799] missing svn tags and copyright info
 
-2009-03-03 18:01  robe
+2009-03-03 18:01  Regina Obe <lr at pcorp.us>
 
-	* Flag ST_GeoHash as curved support friendly, put in pretty anchors
-	  for special function sections
+	* [r3790] 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 at cleverelephant.ca>
 
-	* Fix tests to match current geohash signatures (lon/lat) and
-	  precisions (odd and even)
+	* [r3789] 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 at pcorp.us>
 
-	* Get rid of additional calls to TupleDescGetSlot(tupdesc) in dump
-	  and dumprings and replace deprecated use of TupleDescGetSlot with
-	  8.1+ preferred BlessTupleDesc
+	* [r3781] 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 at keybit.net>
 
-	* Fix parse_hex to support lower-case A-F too (issue 120)
+	* [r3762] 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 at pcorp.us>
 
-	* change to move postgis_comments.sql to root
+	* [r3760] change to move postgis_comments.sql to root
 
-2009-02-19 21:12  pramsey
+2009-02-19 21:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add variable decls to trunk :)
+	* [r3750] Add variable decls to trunk :)
 
-2009-02-19 20:59  pramsey
+2009-02-19 20:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add EOF marker, per GBT#105
+	* [r3749] Add EOF marker, per GBT#105
 
-2009-02-19 09:42  mcayland
+2009-02-19 09:42  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* change to use tab separator instead
+	* [r3734] change to use tab separator instead
 
-2009-02-17 03:56  robe
+2009-02-17 03:56  Regina Obe <lr at pcorp.us>
 
-	* fix typo
+	* [r3730] fix typo
 
-2009-02-17 03:02  robe
+2009-02-17 03:02  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r3729]
 
-2009-02-17 02:59  robe
+2009-02-17 02:59  Regina Obe <lr at pcorp.us>
 
-	* Make new - 1 section with 2 subsections. Change ST_AsGeoJSON
-	  availability tag to be consistent with others
+	* [r3728] 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 at pcorp.us>
 
-	* Section new functions in 1.3
+	* [r3727] Section new functions in 1.3
 
-2009-02-16 22:18  robe
+2009-02-16 22:18  Regina Obe <lr at pcorp.us>
 
-	* Try again to get postgis_comments.sql to generate
+	* [r3721] Try again to get postgis_comments.sql to generate
 
-2009-02-13 19:56  robe
+2009-02-13 19:56  Regina Obe <lr at pcorp.us>
 
-	* amend st_union description to include new proto and performance
-	  enhancements. Add space before availability in xsl parser what is
-	  new section
+	* [r3705] 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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* 
+	* [r3702]
 
-2009-02-12 18:32  robe
+2009-02-12 18:32  Regina Obe <lr at pcorp.us>
 
-	* more work on comments generation
+	* [r3694] more work on comments generation
 
-2009-02-12 17:39  robe
+2009-02-12 17:39  Regina Obe <lr at pcorp.us>
 
-	* Put in logic to output postgis_comments.sql
+	* [r3690] Put in logic to output postgis_comments.sql
 
-2009-02-11 21:48  pramsey
+2009-02-11 21:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bind ST_GeoHash into SQL.
+	* [r3688] Bind ST_GeoHash into SQL.
 
-2009-02-11 18:28  pramsey
+2009-02-11 18:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change references from ./lwgeom to ./postgis
+	* [r3687] Change references from ./lwgeom to ./postgis
 
-2009-02-11 18:22  pramsey
+2009-02-11 18:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change the name of the main source directory. This is going to
-	  break the build for a little while until I fix all the
+	* [r3686] 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 at cleverelephant.ca>
 
-	* GeoHash implementation first cut.
+	* [r3685] GeoHash implementation first cut.
 
-2009-02-10 21:20  pramsey
+2009-02-10 21:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Solve iconv-on-Solaris (and hopefully many other platforms with
-	  system iconv in libc) problem in autoconf.
+	* [r3683] 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 at cleverelephant.ca>
 
-	* Demote new loader code from default build for now.
+	* [r3682] Demote new loader code from default build for now.
 
-2009-02-10 20:06  pramsey
+2009-02-10 20:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* New restore script, much simpler, takes -Fc dump and writes back
-	  ASCII on stdout
+	* [r3681] 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 at camptocamp.com>
 
-	* KML output: use decimal places rather than significant digit,
-	  trim trailing zeros, update documentation, update unit test
+	* [r3677] 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 at camptocamp.com>
 
-	* GeoJson output: trim trailing zero, add forgotten free on
+	* [r3676] GeoJson output: trim trailing zero, add forgotten free on
 	  subgemotry inspect. GML output: precision no more as a global
 	  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 at cleverelephant.ca>
 
-	* Fix case sensitive in AGGREGATE reading.
+	* [r3675] Fix case sensitive in AGGREGATE reading.
 
-2009-02-05 20:01  kneufeld
+2009-02-05 20:01  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* Updated ST_DumpRings description and example.
+	* [r3647] Updated ST_DumpRings description and example.
 
-2009-02-04 18:13  kneufeld
+2009-02-04 18:13  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* Added example to ST_PointN
+	* [r3641] Added example to ST_PointN
 
-2009-02-04 13:54  robe
+2009-02-04 13:54  Regina Obe <lr at pcorp.us>
 
-	* minor changes. Take ST_CurveToLine out so tests can complete
-	  until we fix.
+	* [r3640] 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 at cleverelephant.ca>
 
-	* Propset Author Id Keyword Revision on all files.
+	* [r3639] Propset Author Id Keyword Revision on all files.
 
-2009-02-04 00:23  pramsey
+2009-02-04 00:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Formating
+	* [r3638] Formating
 
-2009-02-03 20:51  pramsey
+2009-02-03 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix boundary conditions with from==to hitting first/list vertex.
+	* [r3637] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* Add corrections from Bruce Rindahl
+	* [r3635] Add corrections from Bruce Rindahl
 
-2009-02-03 17:30  robe
+2009-02-03 17:30  Regina Obe <lr at pcorp.us>
 
-	* forgot some spaces
+	* [r3634] forgot some spaces
 
-2009-02-03 16:10  robe
+2009-02-03 16:10  Regina Obe <lr at pcorp.us>
 
-	* forgot availability info
+	* [r3633] forgot availability info
 
-2009-02-03 15:23  robe
+2009-02-03 15:23  Regina Obe <lr at pcorp.us>
 
-	* update st_convexhull definition -- wasn't very clear
+	* [r3632] update st_convexhull definition -- wasn't very clear
 
-2009-02-03 15:20  robe
+2009-02-03 15:20  Regina Obe <lr at pcorp.us>
 
-	* Document ST_MinimumBoundingCircle
+	* [r3631] Document ST_MinimumBoundingCircle
 
-2009-02-03 14:52  robe
+2009-02-03 14:52  Regina Obe <lr at pcorp.us>
 
-	* #HISTORY: ST_MinimumBoundingCircle -- also change to support
-	  geometries with LINESTRING,POINT convex hulls
+	* [r3630] #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 at pcorp.us>
 
-	* First draft of ST_MinimumBoundingCircle contributed by Bruce
-	  Rindahl. Changed to use named params and renamed function from
-	  mbc to ST_MinimumBoundingCircle.
+	* [r3629] 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 at pcorp.us>
 
-	* put back linetocurve curvetoline tests now that issue 86 and 108
-	  should have fixed
+	* [r3628] 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 at cleverelephant.ca>
 
-	* Use "extended string" format for escaping \ and ' in insert
-	  statements.
+	* [r3623] 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 at lisasoft.com>
 
-	* Adding an rfc for changing the validation approach when parsing
-	  WKT.
+	* [r3622] 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 at cleverelephant.ca>
 
-	* astyle this file
+	* [r3621] astyle this file
 
-2009-02-03 01:04  pramsey
+2009-02-03 01:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Comment datum slice pull.
+	* [r3620] Comment datum slice pull.
 
-2009-02-02 22:21  pramsey
+2009-02-02 22:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* formatting
+	* [r3619] formatting
 
-2009-02-02 18:26  robe
+2009-02-02 18:26  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at lisasoft.com>
 
-	* Fix for Issue 108 and regress test.
+	* [r3605] Fix for Issue 108 and regress test.
 
-2009-02-02 04:19  robe
+2009-02-02 04:19  Regina Obe <lr at pcorp.us>
 
-	* Document ST_LocateBetweenElevations
+	* [r3604] Document ST_LocateBetweenElevations
 
-2009-02-01 06:48  robe
+2009-02-01 06:48  Regina Obe <lr at pcorp.us>
 
-	* Get rid of warnings -- no longer relevant for
+	* [r3603] Get rid of warnings -- no longer relevant for
 	  ST_LineCrossingDirection
 
-2009-01-30 17:16  robe
+2009-01-30 17:16  Regina Obe <lr at pcorp.us>
 
-	* revise to correctly fill in timestamp/date args
+	* [r3599] revise to correctly fill in timestamp/date args
 
-2009-01-30 14:03  robe
+2009-01-30 14:03  Regina Obe <lr at pcorp.us>
 
-	* put in logic to test operators
+	* [r3594] put in logic to test operators
 
-2009-01-30 13:44  robe
+2009-01-30 13:44  Regina Obe <lr at pcorp.us>
 
-	* Operator check in wrong segment of xpath
+	* [r3593] Operator check in wrong segment of xpath
 
-2009-01-28 23:42  pramsey
+2009-01-28 23:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change error message.
+	* [r3578] Change error message.
 
-2009-01-28 23:34  pramsey
+2009-01-28 23:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Handle null return from cascadedunion.
+	* [r3576] Handle null return from cascadedunion.
 
-2009-01-28 01:02  pramsey
+2009-01-28 01:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* wrapping
+	* [r3572] wrapping
 
-2009-01-27 05:30  robe
+2009-01-27 05:30  Regina Obe <lr at pcorp.us>
 
-	* missing meta properties
+	* [r3570] missing meta properties
 
-2009-01-25 15:52  robe
+2009-01-25 15:52  Regina Obe <lr at pcorp.us>
 
-	* Document ST_Extent3D now that Paul has proclaimed it a public
-	  function
+	* [r3569] 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 at cleverelephant.ca>
 
-	* Small changes in createrelplace syntax, comments, function rename
-	  recommendation.
+	* [r3568] Small changes in createrelplace syntax, comments,
+	  function rename recommendation.
 
-2009-01-23 22:05  kneufeld
+2009-01-23 22:05  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* small wording fix for DropGeometryColumn
+	* [r3567] small wording fix for DropGeometryColumn
 
-2009-01-23 20:06  pramsey
+2009-01-23 20:06  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add function naming rfc
+	* [r3566] Add function naming rfc
 
-2009-01-22 23:58  pramsey
+2009-01-22 23:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* 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.
+	* [r3565] 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 at pcorp.us>
 
-	* Filter out Operators section from xsl transforms
+	* [r3564] Filter out Operators section from xsl transforms
 
-2009-01-22 19:25  kneufeld
+2009-01-22 19:25  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* moved over the remaining operands from reference.xml to
+	* [r3563] 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 at pcorp.us>
 
-	* Give operators section a pretty anchor and id so easy to bookmark
-	  and I can exclude from xsl scripts
+	* [r3562] 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 at pcorp.us>
 
-	* Fix DBFReadDeleted logic -- should return 1 if record is deleted
-	  and 0 if it is not deleted
+	* [r3561] 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.ca at gmail.com>
 
-	* moved over |>> from reference.xml to reference_new.xml in the
-	  documentation
+	* [r3558] 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.ca at gmail.com>
 
-	* moved over <<, <<|, and >> from reference.xml to
+	* [r3557] 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 at cleverelephant.ca>
 
-	* Remove protection from ST_GeometryArray() aggregate.
+	* [r3556] Remove protection from ST_GeometryArray() aggregate.
 
-2009-01-22 05:37  pramsey
+2009-01-22 05:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More ignore fixes
+	* [r3555] More ignore fixes
 
-2009-01-22 05:35  pramsey
+2009-01-22 05:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ignore postgis.sql.*
+	* [r3554] Ignore postgis.sql.*
 
-2009-01-22 05:32  pramsey
+2009-01-22 05:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Alter pg_proc update to work with older PgSQLs too.
+	* [r3553] Alter pg_proc update to work with older PgSQLs too.
 
-2009-01-22 01:39  pramsey
+2009-01-22 01:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* 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.
+	* [r3552] 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.ca at gmail.com>
 
-	* moved over |&> from reference.xml to reference_new.xml in the
-	  documentation
+	* [r3551] 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.ca at gmail.com>
 
-	* moved over &>| from reference.xml to reference_new.xml in the
-	  documentation
+	* [r3550] 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.ca at gmail.com>
 
-	* moved over &> from reference.xml to reference_new.xml in the
-	  documentation
+	* [r3549] 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.ca at gmail.com>
 
-	* moved over &&, &<, and = from reference.xml to reference_new.xml
-	  in the documentation
+	* [r3548] 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 at cleverelephant.ca>
 
-	* Add support for fast unions, with cascaded union. Currently for
-	  testing, in the ST_Union_Fast() agggregate. Requires GEOS SVN
-	  r2252 or higher.
+	* [r3547] 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 at cleverelephant.ca>
 
-	* Add rfc document. First one: alignment ideas.
+	* [r3546] Add rfc document. First one: alignment ideas.
 
-2009-01-21 21:50  pramsey
+2009-01-21 21:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Headers split in 8.4?
+	* [r3545] Headers split in 8.4?
 
-2009-01-20 18:43  pramsey
+2009-01-20 18:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Put translation_stage into descriptive MACRO names
+	* [r3544] Put translation_stage into descriptive MACRO names
 
-2009-01-20 18:28  pramsey
+2009-01-20 18:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add GTK macro.
+	* [r3543] Add GTK macro.
 
-2009-01-20 17:48  pramsey
+2009-01-20 17:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Replace hand-built pkg-config routine w/ m4 from gtk source.
+	* [r3542] 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 at cleverelephant.ca>
 
-	* Compile your work much?
+	* [r3541] Compile your work much?
 
-2009-01-20 07:13  pramsey
+2009-01-20 07:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Protect the filename setting a little bit more in case it's NULL.
+	* [r3540] 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.ca at gmail.com>
 
-	* Fixed accidental broken build in docs from Rev3536.
+	* [r3539] Fixed accidental broken build in docs from Rev3536.
 
-2009-01-19 21:33  pramsey
+2009-01-19 21:33  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* 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.
+	* [r3538] 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 at pcorp.us>
 
-	* move ST_GeomCollFromText
+	* [r3537] move ST_GeomCollFromText
 
-2009-01-16 17:41  robe
+2009-01-16 17:41  Regina Obe <lr at pcorp.us>
 
-	* Move st_mpolyfromtext
+	* [r3536] Move st_mpolyfromtext
 
-2009-01-15 21:11  robe
+2009-01-15 21:11  Regina Obe <lr at pcorp.us>
 
-	* Left some garbage in
+	* [r3535] Left some garbage in
 
-2009-01-15 18:35  mcayland
+2009-01-15 18:35  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Part 1 of GBT#94: Rename folders/files to be more consistent.
-	  Embed the MAJOR.MINOR version in the PostgreSQL shared library
-	  name (to allow different databases to contain different PostGIS
-	  versions) and also rename lwpostgis.sql to postgis.sql. Update
-	  documentation in various files to reflect the new names at the
-	  same time.
+	* [r3534] Part 1 of GBT#94: Rename folders/files to be more
+	  consistent. Embed the MAJOR.MINOR version in the PostgreSQL
+	  shared library name (to allow different databases to contain
+	  different PostGIS versions) and also rename lwpostgis.sql to
+	  postgis.sql. Update 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 at pcorp.us>
 
-	* Move ST_MLineFromText
+	* [r3533] Move ST_MLineFromText
 
-2009-01-15 18:17  robe
+2009-01-15 18:17  Regina Obe <lr at pcorp.us>
 
-	* more stuff
+	* [r3532] more stuff
 
-2009-01-15 18:16  robe
+2009-01-15 18:16  Regina Obe <lr at pcorp.us>
 
-	* forgot some stuff
+	* [r3531] forgot some stuff
 
-2009-01-15 18:14  robe
+2009-01-15 18:14  Regina Obe <lr at pcorp.us>
 
-	* Move over MPointFromText
+	* [r3530] Move over MPointFromText
 
-2009-01-15 15:10  mcayland
+2009-01-15 15:10  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Remove missing prototype warning from build.
+	* [r3527] Remove missing prototype warning from build.
 
-2009-01-13 15:12  robe
+2009-01-13 15:12  Regina Obe <lr at pcorp.us>
 
-	* Error in logic in gardentest not correctly flagging WKT functions
-	  as taking geometry variant
+	* [r3526] 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 at siriusit.co.uk>
 
-	* Fix regression tests to account for changes made in r3522 (rename
-	  'Curve' to 'CircularString')
+	* [r3525] 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 at pcorp.us>
 
-	* Move over ST_PolygonFromText
+	* [r3524] Move over ST_PolygonFromText
 
-2009-01-13 13:12  mcayland
+2009-01-13 13:12  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix compile warnings for the cunit tests (unused variables).
+	* [r3523] 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 at siriusit.co.uk>
 
-	* Update lwgeom_gettypename() by renaming Curve to CircularString.
-	  Now lots of error messages scattered throughout liblwgeom should
-	  start to make sense...
+	* [r3522] 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 at siriusit.co.uk>
 
-	* 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).
+	* [r3521] 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 at siriusit.co.uk>
 
-	* Commit for GBT#97: Rename LWCURVE to LWCIRCSTRING (also know as
-	  restoring balance to the universe).
+	* [r3520] Commit for GBT#97: Rename LWCURVE to LWCIRCSTRING (also
+	  know as restoring balance to the universe).
 	  
 	  Having gone through and re-read sections of the CIRCULARSTRING
 	  code, it is amazing how much easier the code is to read without
@@ -30994,140 +32101,143 @@
 	  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 at cleverelephant.ca>
 
-	* Remove double-free problem from loader in presence of new
+	* [r3519] 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 at pcorp.us>
 
-	* typos
+	* [r3518] typos
 
-2009-01-12 14:24  robe
+2009-01-12 14:24  Regina Obe <lr at pcorp.us>
 
-	* Correct. ST_LinestringFromText does not exist though was
+	* [r3517] Correct. ST_LinestringFromText does not exist though was
 	  documented before.
 
-2009-01-12 13:54  robe
+2009-01-12 13:54  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Remove erroneus merge from r3502 (HAVE_CUNIT_H just isn't defined
-	  anymore...)
+	* [r3515] 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 at cleverelephant.ca>
 
-	* Remove RECHECK per GBT#18.
+	* [r3514] Remove RECHECK per GBT#18.
 
-2009-01-09 23:04  robe
+2009-01-09 23:04  Regina Obe <lr at pcorp.us>
 
-	* Fix typo
+	* [r3513] Fix typo
 
-2009-01-09 22:52  robe
+2009-01-09 22:52  Regina Obe <lr at pcorp.us>
 
-	* Move over rest of miscellaneous -- NOTE st_find_srid does not
-	  exist - was never renamed from find_srid. Not sure its worth
+	* [r3512] 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 at cleverelephant.ca>
 
-	* Rename lwfree_inspected to lwinspected_release, per it's "shallow
-	  free" behavior.
+	* [r3511] 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 at cleverelephant.ca>
 
-	* Rename lwfree_* to *_free.
+	* [r3510] Rename lwfree_* to *_free.
 
-2009-01-09 14:15  robe
+2009-01-09 14:15  Regina Obe <lr at pcorp.us>
 
-	* Missed some ST_ spots.
+	* [r3509] Missed some ST_ spots.
 
-2009-01-09 13:49  robe
+2009-01-09 13:49  Regina Obe <lr at pcorp.us>
 
-	* Missed a spot.
+	* [r3508] Missed a spot.
 
-2009-01-09 13:48  robe
+2009-01-09 13:48  Regina Obe <lr at pcorp.us>
 
-	* Using - fix some connectiontype omissions in Mapserver section,
-	  add in processing defer comment, fix some missing ST_
+	* [r3507] 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 at pcorp.us>
 
-	* Add circular string note
+	* [r3506] Add circular string note
 
-2009-01-09 13:29  robe
+2009-01-09 13:29  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_NRings
+	* [r3505] Move over ST_NRings
 
-2009-01-09 13:17  robe
+2009-01-09 13:17  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Zmflag
+	* [r3504] Move over ST_Zmflag
 
-2009-01-08 17:22  pramsey
+2009-01-08 17:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Forgot to save this file. Also changes to lwfree_* *_release.
+	* [r3503] Forgot to save this file. Also changes to lwfree_*
+	  *_release.
 
-2009-01-08 17:04  pramsey
+2009-01-08 17:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Alter lwfree_* to deep-free memory. Add variants of *_release to
-	  support shallow-free. Go through lwgeom/ and replace any lwfree_*
-	  instances with *_release where appropriate. (Surprisingly few.)
+	* [r3502] Alter lwfree_* to deep-free memory. Add variants of
+	  *_release to 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 at pcorp.us>
 
-	* documentatioin out of synch with reality since garden test
-	  failing. Change spelling ST_CrossingDirection to new name
+	* [r3501] 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 at pcorp.us>
 
-	* put in valid name space (giving error with my xsltproc otherwise)
+	* [r3500] 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 at pcorp.us>
 
-	* Finish off adding multi garden geometries
+	* [r3499] Finish off adding multi garden geometries
 
-2009-01-07 18:25  kneufeld
+2009-01-07 18:25  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* updated documention on addgeometrycolumn, clarifying the errors
-	  thrown.
+	* [r3498] 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 at siriusit.co.uk>
 
-	* Bump some LWDEBUG(F) from level 1 up to levels 3-4 (level 1 is
-	  reserved)
+	* [r3496] 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 at cleverelephant.ca>
 
-	* Remove memory leak in standard loader.
+	* [r3495] Remove memory leak in standard loader.
 
-2009-01-05 20:54  mcayland
+2009-01-05 20:54  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Allow CPPFLAGS/LDFLAGS parameters from the command line to be
-	  passed into the CUnit Makefile, since CUnit is the only
+	* [r3494] 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 at pcorp.us>
 
-	* Put circular back in mix. Doesn't crash now that MCA changed
-	  distance to throw error.
+	* [r3493] 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 at siriusit.co.uk>
 
-	* 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] 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
@@ -31135,1020 +32245,1036 @@
 	  accident which appears to have stuck :(
 	  .
 
-2009-01-04 20:39  mcayland
+2009-01-04 20:39  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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 :(
+	* [r3491] 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 at siriusit.co.uk>
 
-	* Update the cunit tests to use the proper parser flag
+	* [r3490] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* minor update
+	* [r3486] minor update
 
-2009-01-02 13:23  robe
+2009-01-02 13:23  Regina Obe <lr at pcorp.us>
 
-	* Add ST_DumpPoints. Not sure how simple it is.
+	* [r3485] Add ST_DumpPoints. Not sure how simple it is.
 
-2009-01-01 21:36  robe
+2009-01-01 21:36  Regina Obe <lr at pcorp.us>
 
-	* Put time stamp placeholder on (I think)
+	* [r3484] Put time stamp placeholder on (I think)
 
-2009-01-01 21:26  robe
+2009-01-01 21:26  Regina Obe <lr at pcorp.us>
 
-	* Fix typo
+	* [r3483] Fix typo
 
-2009-01-01 00:31  pramsey
+2009-01-01 00:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix based on test case from MAC.
+	* [r3482] Fix based on test case from MAC.
 
-2008-12-27 22:58  pramsey
+2008-12-27 22:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add support for multilinestring to st_locatebetweenelevations
+	* [r3481] Add support for multilinestring to
+	  st_locatebetweenelevations
 
-2008-12-27 08:08  pramsey
+2008-12-27 08:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add heat map case.
+	* [r3480] Add heat map case.
 
-2008-12-24 20:15  pramsey
+2008-12-24 20:15  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add mline version of clipper.
+	* [r3479] Add mline version of clipper.
 
-2008-12-24 17:37  pramsey
+2008-12-24 17:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add lwfree_geom to generically deep-free lwgeometries.
+	* [r3478] Add lwfree_geom to generically deep-free lwgeometries.
 
-2008-12-24 17:09  pramsey
+2008-12-24 17:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add lwgeom_from_ewkt and change larger cunit tests to create
-	  candidate geometries from text instead of by hand.
+	* [r3477] 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 at siriusit.co.uk>
 
-	* Try and commit a pre-generated output from flex that works for
-	  the build-bot.
+	* [r3476] 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 at cleverelephant.ca>
 
-	* Revert accidental commit of lex.yy.c
+	* [r3475] Revert accidental commit of lex.yy.c
 
-2008-12-23 20:20  pramsey
+2008-12-23 20:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Rename new functions to ST_LineCrossingDirection and
+	* [r3474] 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 at pcorp.us>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Add CUnit to main 'make test' build and check for existance of
-	  CUnit.h as part of ./configure
+	* [r3472] 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 at siriusit.co.uk>
 
-	* Fix typo in the backticks when extracting linker/include flags
-	  from pg_config. Resolving this allows SVN trunk to compile on
-	  MingW! :)
+	* [r3471] 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 at pcorp.us>
 
-	* More typos
+	* [r3470] More typos
 
-2008-12-22 17:48  robe
+2008-12-22 17:48  Regina Obe <lr at pcorp.us>
 
-	* More typos
+	* [r3469] More typos
 
-2008-12-22 17:47  robe
+2008-12-22 17:47  Regina Obe <lr at pcorp.us>
 
-	* typo
+	* [r3468] typo
 
-2008-12-22 16:54  robe
+2008-12-22 16:54  Regina Obe <lr at pcorp.us>
 
-	* Missed a constant
+	* [r3467] Missed a constant
 
-2008-12-22 16:53  robe
+2008-12-22 16:53  Regina Obe <lr at pcorp.us>
 
-	* First draft of ST_CrossingDirection -- needs more work
+	* [r3466] First draft of ST_CrossingDirection -- needs more work
 
-2008-12-22 15:22  robe
+2008-12-22 15:22  Regina Obe <lr at pcorp.us>
 
-	* More conditional corrections. Also take circular back out of test
-	  since still crashes under 1.4 with ST_Distance.
+	* [r3465] 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 at pcorp.us>
 
-	* Revision - change to not test geoms against other geoms if
-	  function only takes one geom, better commenting of output. Put
+	* [r3464] 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 at siriusit.co.uk>
 
-	* Remove the few C++-style comments that have crept into the
-	  codebase, and add a note to the STYLE document stating that
+	* [r3462] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Errr.... unsigned *what* exactly??! If you'd have asked me
-	  yesterday if I thought this would compile, I would have said
+	* [r3460] 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 at siriusit.co.uk>
 
-	* Some code tidy-ups: remove Windows CR/LFs from the file, change
-	  the free()s into lwfree()s, and fix a spelling mistake.
+	* [r3459] Some code tidy-ups: remove Windows CR/LFs from the file,
+	  change the free()s into lwfree()s, and fix a spelling mistake.
 
-2008-12-22 09:30  robe
+2008-12-22 09:30  Regina Obe <lr at pcorp.us>
 
-	* revert part of last change
+	* [r3458] revert part of last change
 
-2008-12-22 08:39  robe
+2008-12-22 08:39  Regina Obe <lr at pcorp.us>
 
-	* correction to last edit
+	* [r3457] correction to last edit
 
-2008-12-21 06:37  pramsey
+2008-12-21 06:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add ST_LineClipZ(geometry, from, to) SQL and C functions.
+	* [r3456] Add ST_LineClipZ(geometry, from, to) SQL and C functions.
 
-2008-12-19 19:21  pramsey
+2008-12-19 19:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Complete c-level line clipping routines, and unit tests.
+	* [r3455] Complete c-level line clipping routines, and unit tests.
 
-2008-12-19 19:20  pramsey
+2008-12-19 19:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add in lwfree_* deep memory clean-up routines for multi-objects.
+	* [r3454] 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.ca at gmail.com>
 
-	* Upgraded section in using_postgis.xml that talks about OGC
-	  Simplicity / Validity.
+	* [r3453] 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 at cleverelephant.ca>
 
-	* Remove camelCase example from style guideline against camelCase
-	  (! :)
+	* [r3452] 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 at siriusit.co.uk>
 
-	* Remove the PostGIS LWGEOM type constants from pgsql2shp - they
-	  are no longer needed here as they are included as part of
+	* [r3451] 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 at cleverelephant.ca>
 
-	* Complete the pfree_ to lwfree_ renaming.
+	* [r3450] Complete the pfree_ to lwfree_ renaming.
 
-2008-12-18 20:36  pramsey
+2008-12-18 20:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move curve back down below curve struct. Hm.
+	* [r3449] Move curve back down below curve struct. Hm.
 
-2008-12-18 20:35  pramsey
+2008-12-18 20:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Complete the pfree_* to lwfree_* renaming.
+	* [r3448] Complete the pfree_* to lwfree_* renaming.
 
-2008-12-18 20:30  pramsey
+2008-12-18 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Rename pfree_* memory management function lwfree_*
+	* [r3447] Rename pfree_* memory management function lwfree_*
 
-2008-12-18 20:22  pramsey
+2008-12-18 20:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Partial work commit for safety
+	* [r3446] Partial work commit for safety
 
-2008-12-18 17:07  pramsey
+2008-12-18 17:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ignore generated Makefile
+	* [r3445] Ignore generated Makefile
 
-2008-12-18 15:58  robe
+2008-12-18 15:58  Regina Obe <lr at pcorp.us>
 
-	* Revise to cross every geometry with every other to better test
-	  the functions that take 2 geometries. This increases the
+	* [r3444] 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 at pcorp.us>
 
-	* Get rid of redundant variable declares
+	* [r3443] Get rid of redundant variable declares
 
-2008-12-18 15:32  robe
+2008-12-18 15:32  Regina Obe <lr at pcorp.us>
 
-	* Get rid of 2 geom relation section. Its redundant now that the
-	  last condition section has been improved.
+	* [r3442] 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 at pcorp.us>
 
-	* Numerous enhancements to make torture script generator smarter -
-	  e.g. don't use geometry select when function takes not
+	* [r3441] 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 at cleverelephant.ca>
 
-	* Partial work saved back for later.
+	* [r3440] Partial work saved back for later.
 
-2008-12-17 20:47  pramsey
+2008-12-17 20:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Partial work into SVN where I can get at it elsewhere.
+	* [r3439] 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 at cleverelephant.ca>
 
-	* Remove LFs from regression files per MCA.
+	* [r3438] Remove LFs from regression files per MCA.
 
-2008-12-17 19:37  mcayland
+2008-12-17 19:37  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* #HISTORY: Really fix what was broken in r3431/3432. See the notes
-	  there for the full detail.
+	* [r3436] #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 at cleverelephant.ca>
 
-	* Re-locate cunit, add a STYLE guideline draft and some TODO notes.
+	* [r3435] 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 at siriusit.co.uk>
 
-	* Undo r3431/3432: this isn't ready for the primetime yet as it
-	  breaks a couple of the regression tests.
+	* [r3433] 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 at siriusit.co.uk>
 
-	* Fix for one of Regina's torture failures as posted to the -devel
-	  list here:
+	* [r3431] 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 at cleverelephant.ca>
 
-	* harmonize unit tests with new function names
+	* [r3430] harmonize unit tests with new function names
 
-2008-12-17 05:32  pramsey
+2008-12-17 05:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* harmonize function names so things... compile
+	* [r3429] harmonize function names so things... compile
 
-2008-12-17 05:28  pramsey
+2008-12-17 05:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Revisison per MCA and (c) headers.
+	* [r3428] Revisison per MCA and (c) headers.
 
-2008-12-17 00:22  pramsey
+2008-12-17 00:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add some co-linearity tests.
+	* [r3427] Add some co-linearity tests.
 
-2008-12-17 00:19  pramsey
+2008-12-17 00:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Basic co-linearity support. Remove touching cases from
+	* [r3426] Basic co-linearity support. Remove touching cases from
 	  crossingdirection.
 
-2008-12-16 23:43  pramsey
+2008-12-16 23:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add ST_CrossingDirection(line, line) bindings into SQL.
+	* [r3425] Add ST_CrossingDirection(line, line) bindings into SQL.
 
-2008-12-16 22:29  pramsey
+2008-12-16 22:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* First cut of line crossing function, and associated cunit tests.
+	* [r3424] First cut of line crossing function, and associated cunit
+	  tests.
 
-2008-12-16 21:21  kneufeld
+2008-12-16 21:21  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* fixed bug in probe_geometry_columns where an srid of -1 is not
-	  properly detected. (last time :))
+	* [r3423] 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.ca at gmail.com>
 
-	* fixed bug in probe_geometry_columns where an srid of -1 is not
-	  properly detected.
+	* [r3422] 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.ca at gmail.com>
 
-	* fixed bug in probe_geometry_columns where an srid of -1 is not
-	  properly detected.
+	* [r3421] 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 at pcorp.us>
 
-	* More changes - can't remember
+	* [r3420] More changes - can't remember
 
-2008-12-16 13:01  robe
+2008-12-16 13:01  Regina Obe <lr at pcorp.us>
 
-	* Add cross reference to ST_IsValidReason on ST_IsValid and
+	* [r3419] 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 at pcorp.us>
 
-	* Fix formatting of ForceRHR args -- messing up torture test
-	  generator
+	* [r3417] Fix formatting of ForceRHR args -- messing up torture
+	  test generator
 
-2008-12-15 14:50  robe
+2008-12-15 14:50  Regina Obe <lr at pcorp.us>
 
-	* missing the st_geomfromtext among others because of bad
+	* [r3411] 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 at pcorp.us>
 
-	* minor comment addition
+	* [r3410] minor comment addition
 
-2008-12-15 12:56  robe
+2008-12-15 12:56  Regina Obe <lr at pcorp.us>
 
-	* add more data types. Remove curve tests again -- too many
+	* [r3409] 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 at pcorp.us>
 
-	* Typo in data type param
+	* [r3408] Typo in data type param
 
-2008-12-15 10:30  mcayland
+2008-12-15 10:30  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* #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
+	* [r3406] #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 at pcorp.us>
 
-	* more cleanup
+	* [r3405] more cleanup
 
-2008-12-15 05:03  robe
+2008-12-15 05:03  Regina Obe <lr at pcorp.us>
 
-	* Think I got most of the functions with additional args, left out
-	  circular since it crashes. We can fix in 1.4
+	* [r3404] 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 at pcorp.us>
 
-	* replace param logic
+	* [r3403] replace param logic
 
-2008-12-15 02:38  robe
+2008-12-15 02:38  Regina Obe <lr at pcorp.us>
 
-	* #GBT 84: Fix typo in boundary error
+	* [r3401] #GBT 84: Fix typo in boundary error
 
-2008-12-14 15:14  robe
+2008-12-14 15:14  Regina Obe <lr at pcorp.us>
 
-	* Add circular string and curved polygon to garden set. Also start
-	  work on dealing with functions that take floats and integers as
-	  additional params
+	* [r3400] 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 at pcorp.us>
 
-	* Exclude st_curvetoline from test for now. Crashes on geometry
-	  collection test.
+	* [r3399] 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 at pcorp.us>
 
-	* Add GEOMETRYCOLLECTION to garden mix. This crashes my 1.3.5SVN
-	  build after running generated script - investigating
+	* [r3398] 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 at pcorp.us>
 
-	* Add logic to test for unary functions that take box2d/3d and add
-	  3d geometries to garden set.
+	* [r3397] 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 at pcorp.us>
 
-	* Add create table, add geom, drop column, drop table to batch of
-	  tortures
+	* [r3396] 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 at cleverelephant.ca>
 
-	* Remove isvalidreason, it's done.
+	* [r3395] Remove isvalidreason, it's done.
 
-2008-12-13 19:47  pramsey
+2008-12-13 19:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add typmod idea
+	* [r3394] Add typmod idea
 
-2008-12-12 17:07  robe
+2008-12-12 17:07  Regina Obe <lr at pcorp.us>
 
-	* Fix condition statement that prevented some 2 geom functions from
-	  being picked up
+	* [r3393] 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 at pcorp.us>
 
-	* Added POLYGONM gset to test. Also got rid of monkey crashing
-	  LineMerge. May add back later by removing the NOT (j=i)
+	* [r3392] 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 at pcorp.us>
 
-	* Note that ST_MakePolygon can be used to make measured polys and
-	  3d polys
+	* [r3391] 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 at pcorp.us>
 
-	* use strcmp for compare instead of comparing first element in
-	  projcreate
+	* [r3390] 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 at pcorp.us>
 
-	* get rid of accidentally copied comment
+	* [r3389] get rid of accidentally copied comment
 
-2008-12-12 14:11  robe
+2008-12-12 14:11  Regina Obe <lr at pcorp.us>
 
-	* Add relationship/ functions that act on 2 geometries tests to the
-	  mix
+	* [r3388] 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 at pcorp.us>
 
-	* Add POINTM and LINESTRINGM to garden family
+	* [r3387] Add POINTM and LINESTRINGM to garden family
 
-2008-12-12 13:17  robe
+2008-12-12 13:17  Regina Obe <lr at pcorp.us>
 
-	* Remove Postgis_JTS_Version from docs. No longer in 1.4 code base.
+	* [r3386] 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 at pcorp.us>
 
-	* 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.
+	* [r3385] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* Fix typo in geometry test
+	* [r3381] Fix typo in geometry test
 
-2008-12-11 18:57  robe
+2008-12-11 18:57  Regina Obe <lr at pcorp.us>
 
-	* put in the svn:keywords thingy and also update postgis_gardentest
-	  to generate garden test for all unary postgis functions and
-	  aggregates
+	* [r3380] 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.ca at gmail.com>
 
-	* added a HINT to the ERROR message in errorIfGeometryCollection
-	  indicating the geometry that is in error.
+	* [r3379] 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 at pcorp.us>
 
-	* 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
+	* [r3378] 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 at pcorp.us>
 
-	* 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.
+	* [r3377] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Fix up a couple of errors in the new lwmessage_truncate()
+	* [r3375] 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 at siriusit.co.uk>
 
-	* Resolve local merge conflict from previous commit.
+	* [r3374] Resolve local merge conflict from previous commit.
 
-2008-12-10 12:32  mcayland
+2008-12-10 12:32  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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
+	* [r3373] 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 at lisasoft.com>
 
-	* Porting the floating point comparison operator upgrade from the
-	  1.3 branch.
+	* [r3372] 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 at pcorp.us>
 
-	* correct mm reference of ST_PointFromText and remove from old MM
-	  section
+	* [r3370] 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 at pcorp.us>
 
-	* Minor additions
+	* [r3369] Minor additions
 
-2008-12-07 02:42  robe
+2008-12-07 02:42  Regina Obe <lr at pcorp.us>
 
-	* fix some typos
+	* [r3368] fix some typos
 
-2008-12-07 02:29  robe
+2008-12-07 02:29  Regina Obe <lr at pcorp.us>
 
-	* Move over (x,y,z) min/max family and add cross reference to those
-	  from ST_X, ST_Y, ST_Z
+	* [r3367] 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 at pcorp.us>
 
-	* Move over ST_Box2D and ST_Box3D and flag ST_Accum as working with
-	  circular strings
+	* [r3366] 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 at pcorp.us>
 
-	* revise example
+	* [r3365] revise example
 
-2008-12-05 19:31  robe
+2008-12-05 19:31  Regina Obe <lr at pcorp.us>
 
-	* Clarify use of ST_Relation and include Martin's example of
-	  interior intersects
+	* [r3364] 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 at pcorp.us>
 
-	* #HISTORY: #GBT:34 - .prj creation by pgsql2shp
+	* [r3363] #HISTORY: #GBT:34 - .prj creation by pgsql2shp
 
-2008-12-05 12:33  robe
+2008-12-05 12:33  Regina Obe <lr at pcorp.us>
 
-	* #GBT 80: ST_Multi seg faults when given MULTILINESTRING
+	* [r3362] #GBT 80: ST_Multi seg faults when given MULTILINESTRING
 
-2008-12-04 17:01  robe
+2008-12-04 17:01  Regina Obe <lr at pcorp.us>
 
-	* Move over rest of Long Transactions
+	* [r3360] Move over rest of Long Transactions
 
-2008-12-03 17:12  mcayland
+2008-12-03 17:12  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix GBT#79: shp2pgsql does not honor -s (also known as Mark
-	  accidentally missed the sr_id from the geometry constructors)
+	* [r3359] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r3357] 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 at pcorp.us>
 
-	* Remove some junk and fix some typos, rephrase descriptions
+	* [r3356] Remove some junk and fix some typos, rephrase
+	  descriptions
 
-2008-12-02 20:00  robe
+2008-12-02 20:00  Regina Obe <lr at pcorp.us>
 
-	* Move over LockRow
+	* [r3355] Move over LockRow
 
-2008-12-02 19:43  robe
+2008-12-02 19:43  Regina Obe <lr at pcorp.us>
 
-	* Move over CheckAuth
+	* [r3354] Move over CheckAuth
 
-2008-12-01 23:34  robe
+2008-12-01 23:34  Regina Obe <lr at pcorp.us>
 
-	* typo
+	* [r3353] typo
 
-2008-12-01 22:19  robe
+2008-12-01 22:19  Regina Obe <lr at pcorp.us>
 
-	* remove extra def
+	* [r3352] remove extra def
 
-2008-12-01 22:06  robe
+2008-12-01 22:06  Regina Obe <lr at pcorp.us>
 
-	* Move over Enable/Disable LongTransactions
+	* [r3351] Move over Enable/Disable LongTransactions
 
-2008-12-01 12:41  robe
+2008-12-01 12:41  Regina Obe <lr at pcorp.us>
 
-	* Damn casing - wrong fix
+	* [r3350] Damn casing - wrong fix
 
-2008-12-01 12:38  robe
+2008-12-01 12:38  Regina Obe <lr at pcorp.us>
 
-	* typo ?
+	* [r3349] typo ?
 
-2008-12-01 12:13  robe
+2008-12-01 12:13  Regina Obe <lr at pcorp.us>
 
-	* typo?
+	* [r3348] typo?
 
-2008-12-01 06:32  robe
+2008-12-01 06:32  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_HasBBox
+	* [r3347] Move over ST_HasBBox
 
-2008-12-01 06:26  robe
+2008-12-01 06:26  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_AddBBox, ST_DropBBox - the last of the Geometry
-	  Editors
+	* [r3346] 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 at cleverelephant.ca>
 
-	* wrap isvalidreason in test for GEOS >= 3.1
+	* [r3345] wrap isvalidreason in test for GEOS >= 3.1
 
-2008-11-27 19:04  robe
+2008-11-27 19:04  Regina Obe <lr at pcorp.us>
 
-	* correction
+	* [r3344] correction
 
-2008-11-27 18:53  robe
+2008-11-27 18:53  Regina Obe <lr at pcorp.us>
 
-	* ST_IsValidReason typo and add an example of a valid geometry
+	* [r3343] 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 at pcorp.us>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* ST_IsValidReason(geometry) returns text reason for validity
-	  failure.
+	* [r3341] 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 at siriusit.co.uk>
 
-	* Apply patch from strk to prevent unneccesary invocation of 'ar'
-	  when building liblwgeom.
+	* [r3340] 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 at pcorp.us>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Fix some minor errors in the README documentation as indicated by
-	  strk.
+	* [r3337] 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 at cleverelephant.ca>
 
-	* Bring forward release notes from 1.3.4
+	* [r3336] 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 at siriusit.co.uk>
 
-	* Quick fix for GBT#72: ST_Estimated_Extent sometimes returns null
-	  if table exists but not in current schema.
+	* [r3335] 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 at pcorp.us>
 
-	* Fix indentation for estimated_extent example. Document
+	* [r3326] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r3325] 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 at siriusit.co.uk>
 
-	* Move lwgeom_contains_subgeoms() into liblwgeom core as it seems
-	  it is now required outside of lwgeom_dump.c.
+	* [r3324] 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 at pcorp.us>
 
-	* Move over the rest of the ST_Force* family
+	* [r3320] Move over the rest of the ST_Force* family
 
-2008-11-23 07:22  robe
+2008-11-23 07:22  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Estimated_Extent
+	* [r3319] Move over ST_Estimated_Extent
 
-2008-11-23 06:54  robe
+2008-11-23 06:54  Regina Obe <lr at pcorp.us>
 
-	* minor changes
+	* [r3318] minor changes
 
-2008-11-23 06:50  robe
+2008-11-23 06:50  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_GeomFromWKB
+	* [r3317] Move over ST_GeomFromWKB
 
-2008-11-21 14:41  robe
+2008-11-21 14:41  Regina Obe <lr at pcorp.us>
 
-	* typo
+	* [r3316] typo
 
-2008-11-21 14:30  robe
+2008-11-21 14:30  Regina Obe <lr at pcorp.us>
 
-	* Fix indentation of examples
+	* [r3315] Fix indentation of examples
 
-2008-11-21 14:28  robe
+2008-11-21 14:28  Regina Obe <lr at pcorp.us>
 
-	* 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.
+	* [r3314] 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 at pcorp.us>
 
-	* GBT #71: Update section 4.2 of docs to describe manual adding to
-	  geometry columns.
+	* [r3313] 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 at pcorp.us>
 
-	* 
+	* [r3311]
 
-2008-11-21 08:31  robe
+2008-11-21 08:31  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_CoordDim
+	* [r3310] Move over ST_CoordDim
 
-2008-11-20 22:03  mcayland
+2008-11-20 22:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Located more profile calls using grep and converted them over to
-	  use the new macros. Hopefully I've caught all of them now...
+	* [r3309] 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 at siriusit.co.uk>
 
-	* Found some new locations containing profiling code outside of the
-	  GEOS functions, so swap them over to using the new macros.
+	* [r3308] 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 at siriusit.co.uk>
 
-	* 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 constant #if...#endif sections
-	  throughout the code. I've also changed the variable that
+	* [r3307] 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 constant #if...#endif
+	  sections throughout the code. I've also changed the variable that
 	  indicates whether profiling has been enabled to POSTGIS_PROFILE,
 	  and integrated it into the autoconf configuration. Hence
 	  profiling can be enabled by running 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 at pcorp.us>
 
-	* typo
+	* [r3305] typo
 
-2008-11-20 12:55  robe
+2008-11-20 12:55  Regina Obe <lr at pcorp.us>
 
-	* Add note on ST_Transform and ST_AsKML that they require Proj
-	  support
+	* [r3304] 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 at pcorp.us>
 
-	* update doc on install to reference geos 3.0.3
+	* [r3301] update doc on install to reference geos 3.0.3
 
-2008-11-17 17:30  robe
+2008-11-17 17:30  Regina Obe <lr at pcorp.us>
 
-	* amend ST_Mem_Size
+	* [r3300] amend ST_Mem_Size
 
-2008-11-17 01:00  robe
+2008-11-17 01:00  Regina Obe <lr at pcorp.us>
 
-	* typos
+	* [r3299] typos
 
-2008-11-17 00:52  robe
+2008-11-17 00:52  Regina Obe <lr at pcorp.us>
 
-	* st_mem_size
+	* [r3298] st_mem_size
 
-2008-11-17 00:05  robe
+2008-11-17 00:05  Regina Obe <lr at pcorp.us>
 
-	* Document missing ST_AsGML func proto
+	* [r3296] Document missing ST_AsGML func proto
 
-2008-11-16 15:54  robe
+2008-11-16 15:54  Regina Obe <lr at pcorp.us>
 
-	* typo
+	* [r3294] typo
 
-2008-11-15 20:33  robe
+2008-11-15 20:33  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Polygon and ST_WKBToSQL, move ST_MakePolygon from
-	  Geometry Processing to Geometry Constructors section
+	* [r3293] 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 at pcorp.us>
 
-	* Move over rest of non-MM compliant Geometry Constructor functions
+	* [r3291] Move over rest of non-MM compliant Geometry Constructor
+	  functions
 
-2008-11-12 17:42  pramsey
+2008-11-12 17:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update with latest BS
+	* [r3290] Update with latest BS
 
-2008-11-10 16:35  pramsey
+2008-11-10 16:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* astyle --style=ansi --indent=tab=8
+	* [r3284] astyle --style=ansi --indent=tab=8
 
-2008-11-10 15:48  pramsey
+2008-11-10 15:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix error in prepgeomcache type
+	* [r3283] Fix error in prepgeomcache type
 
-2008-11-08 14:43  robe
+2008-11-08 14:43  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* document more functions that work with circular strings
+	* [r3281] document more functions that work with circular strings
 
-2008-11-08 06:46  robe
+2008-11-08 06:46  Regina Obe <lr at pcorp.us>
 
-	* document support for curves of functions Mark C just fixed with
-	  disclaimer only works in 1.3.4+
+	* [r3280] 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 at cleverelephant.ca>
 
-	* Prepared geometry mixed-types bug fix ported forward from 1.3.
+	* [r3279] 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 at siriusit.co.uk>
 
-	* 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 :)
+	* [r3278] 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 at siriusit.co.uk>
 
-	* Fix GBT#69: ST_Translate crashes when fed circular string.
-	  lwgeom_affine_recursive() needs to know about the new
+	* [r3277] 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 at siriusit.co.uk>
 
-	* Fix GBT#70: ST_NPoints Crashes with Curves. lwgeom_npoints()
-	  needs to know about the new lwgeom_getcurve_inspected() function.
+	* [r3276] 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 at siriusit.co.uk>
 
-	* Add missing lwgeom_getcurve_inspected() function which is
+	* [r3275] 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 at pcorp.us>
 
-	* Yeh ST_Dump now works with curves
+	* [r3267] Yeh ST_Dump now works with curves
 
-2008-11-06 17:16  mcayland
+2008-11-06 17:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Add missing function prototype from r3263.
+	* [r3265] Add missing function prototype from r3263.
 
-2008-11-06 17:05  mcayland
+2008-11-06 17:05  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix for GBT#66: ST_Dump kills backend when fed CIRCULAR STRING.
-	  With thanks to Regina Obe.
+	* [r3263] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r3262] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r3261] 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 at pcorp.us>
 
-	* amend ST_Longitude bug comment
+	* [r3258] amend ST_Longitude bug comment
 
-2008-11-05 11:29  mcayland
+2008-11-05 11:29  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix ST_AsGML() not recognising GEOMETRYCOLLECTION as a valid
-	  geometry type from my GBT#65 fix :(
+	* [r3257] 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 at siriusit.co.uk>
 
-	* Fix regression tests reporting incorrect failures due to a change
-	  of output caused by r3243.
+	* [r3255] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* add ST_Collect as having some support for circular
+	* [r3251] add ST_Collect as having some support for circular
 
-2008-11-04 20:26  robe
+2008-11-04 20:26  Regina Obe <lr at pcorp.us>
 
-	* typo in proto
+	* [r3249] typo in proto
 
-2008-11-04 20:05  robe
+2008-11-04 20:05  Regina Obe <lr at pcorp.us>
 
-	* Add missing proto for ST_CurveToLine
+	* [r3247] Add missing proto for ST_CurveToLine
 
-2008-11-04 14:15  robe
+2008-11-04 14:15  Regina Obe <lr at pcorp.us>
 
-	* Add ST_HasArc, pull some useful comments from source code to add
-	  to ST_CurveToLine
+	* [r3245] 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 at siriusit.co.uk>
 
-	* Fix lwgeom_typename() not returning a valid string for any of the
-	  newer geometry types.
+	* [r3243] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* Change all ST_AsKML to use new ST_Transform
+	* [r3240] Change all ST_AsKML to use new ST_Transform
 
-2008-11-04 13:14  robe
+2008-11-04 13:14  Regina Obe <lr at pcorp.us>
 
-	* More flagging of functions that work with 3d
+	* [r3238] More flagging of functions that work with 3d
 
-2008-11-04 12:31  robe
+2008-11-04 12:31  Regina Obe <lr at pcorp.us>
 
-	* fill in all protos for kml, flag more functions as supporting 3d
-	  and circular/curve
+	* [r3237] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* fix typo
+	* [r3234] fix typo
 
-2008-11-04 02:19  robe
+2008-11-04 02:19  Regina Obe <lr at pcorp.us>
 
-	* document circular support of more functions
+	* [r3233] document circular support of more functions
 
-2008-11-04 02:07  robe
+2008-11-04 02:07  Regina Obe <lr at pcorp.us>
 
-	* Get rid of MM compliancy note for ST_LineToCurve, can only find
-	  ST_CurveToLine in MM docs
+	* [r3232] 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 at pcorp.us>
 
-	* correct comment
+	* [r3231] correct comment
 
-2008-11-04 01:55  robe
+2008-11-04 01:55  Regina Obe <lr at pcorp.us>
 
-	* Add new section to document circular string support
+	* [r3230] Add new section to document circular string support
 
-2008-11-04 01:47  robe
+2008-11-04 01:47  Regina Obe <lr at pcorp.us>
 
-	* Document ST_LineToCurve and ST_CurveToLine, update template to
-	  include note about Circular String support in prep for new index
-	  section
+	* [r3228] 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.ca at gmail.com>
 
-	* updated url in comments to the documentation on the implemented
-	  point-in-polygon algorithm to
+	* [r3226] 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 at siriusit.co.uk>
 
-	* Add missing ICONV_LDFLAGS variable to the loader Makefile. Thanks
-	  to Olivier Courtin for noticing.
+	* [r3225] 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 at siriusit.co.uk>
 
-	* Switch pgsql2shp over to using liblwgeom.
+	* [r3224] 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
@@ -32169,32 +33295,34 @@
 	  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 at siriusit.co.uk>
 
-	* Add missing serialized_lwgeom_from_hexwkb() function to liblwgeom
-	  which is required for adding liblwgeom support to pgsql2shp.
+	* [r3223] 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 at siriusit.co.uk>
 
-	* Some more shp2pgsql clearups; remove some dead commented code and
-	  switch over to use the LWDEBUG(F) debugging framework.
+	* [r3222] 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 at siriusit.co.uk>
 
-	* Fix regression test differences between different platforms in
-	  the AsGeoJSON regression code. There were two issues: firstly,
-	  the original regression tests included precision information > 15
-	  significant figures, and secondly the GeoJSON code was exposing
-	  BOX2DFLOAT4 information to the client instead of calculating the
-	  true bounding box. With thanks to Olivier Courtin.
+	* [r3221] Fix regression test differences between different
+	  platforms in the AsGeoJSON regression code. There were two
+	  issues: firstly, the original regression tests included precision
+	  information > 15 significant figures, and secondly the GeoJSON
+	  code was exposing BOX2DFLOAT4 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 at pcorp.us>
 
-	* Move over ST_DumpRings
+	* [r3218] Move over ST_DumpRings
 
-2008-10-30 17:10  mcayland
+2008-10-30 17:10  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Switch shp2pgsql over to use liblwgeom instead of its own
+	* [r3217] 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
@@ -32224,1593 +33352,1627 @@
 	  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 at pcorp.us>
 
-	* Make more pretty section names, move over ST_Accum and provide
-	  example.
+	* [r3215] 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 at pcorp.us>
 
-	* Pretty anchors for all new sections
+	* [r3214] Pretty anchors for all new sections
 
-2008-10-29 17:59  robe
+2008-10-29 17:59  Regina Obe <lr at pcorp.us>
 
-	* Incorrect function arg in ST_Union
+	* [r3212] Incorrect function arg in ST_Union
 
-2008-10-29 17:36  robe
+2008-10-29 17:36  Regina Obe <lr at pcorp.us>
 
-	* Okay maybe hmm 4th or 5th time is the charm
+	* [r3210] Okay maybe hmm 4th or 5th time is the charm
 
-2008-10-29 17:34  robe
+2008-10-29 17:34  Regina Obe <lr at pcorp.us>
 
-	* Again
+	* [r3209] Again
 
-2008-10-29 17:34  robe
+2008-10-29 17:34  Regina Obe <lr at pcorp.us>
 
-	* Lets try again
+	* [r3208] Lets try again
 
-2008-10-29 17:29  robe
+2008-10-29 17:29  Regina Obe <lr at pcorp.us>
 
-	* function name typo
+	* [r3207] function name typo
 
-2008-10-29 17:27  robe
+2008-10-29 17:27  Regina Obe <lr at pcorp.us>
 
-	* Move over rest of Linear Referencing functions and provide
-	  examples. Experiment with giving pretty anchor to section.
+	* [r3206] 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 at pcorp.us>
 
-	* Add Availability note for Populate_Geometry_Columns
+	* [r3205] Add Availability note for Populate_Geometry_Columns
 
-2008-10-29 13:52  robe
+2008-10-29 13:52  Regina Obe <lr at pcorp.us>
 
-	* Fix line_interpolate_point link
+	* [r3204] Fix line_interpolate_point link
 
-2008-10-29 13:13  robe
+2008-10-29 13:13  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Line_Substring
+	* [r3202] Move over ST_Line_Substring
 
-2008-10-29 12:37  robe
+2008-10-29 12:37  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Line_Interpolate_Point
+	* [r3200] Move over ST_Line_Interpolate_Point
 
-2008-10-27 16:13  kneufeld
+2008-10-27 16:13  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* changed linkend to match case in ST_Length2d to ST_Length2D
+	* [r3199] 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.ca at gmail.com>
 
-	* attempt to fix broken linkend by replacing it with an xref in
-	  reference_new.xml
+	* [r3198] 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 at pcorp.us>
 
-	* Move over sql mm compliance for ST_Disjoint and get rid of
-	  annoying carriage return in template.xml
+	* [r3197] 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.ca at gmail.com>
 
-	* added availability to Populate_Geometry_Columns
+	* [r3196] added availability to Populate_Geometry_Columns
 
-2008-10-27 15:48  kneufeld
+2008-10-27 15:48  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* fixed typo in broken link to ST_Distance_Spheroid
+	* [r3195] fixed typo in broken link to ST_Distance_Spheroid
 
-2008-10-27 15:33  kneufeld
+2008-10-27 15:33  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* fixed typo in ST_Length3d_Spheriod xref to ST_Length_Spheroid
+	* [r3194] 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.ca at gmail.com>
 
-	* fixed typo in missing constraint linkend: ST_InteriorRings to
-	  ST_NumInteriorRings
+	* [r3193] 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.ca at gmail.com>
 
-	* typo in xref link
+	* [r3192] typo in xref link
 
-2008-10-27 15:25  kneufeld
+2008-10-27 15:25  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added id for missing constraint linkend: PostGIS_Scripts_Released
+	* [r3191] added id for missing constraint linkend:
+	  PostGIS_Scripts_Released
 
-2008-10-27 15:21  kneufeld
+2008-10-27 15:21  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added id for missing constraint linkend: line_substring
+	* [r3190] added id for missing constraint linkend: line_substring
 
-2008-10-27 15:15  kneufeld
+2008-10-27 15:15  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added id for constraint linkend: length2d
+	* [r3189] added id for constraint linkend: length2d
 
-2008-10-27 06:49  kneufeld
+2008-10-27 06:49  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* fixed bug in lwpostgis.sql.in.c in POPULATE_GEOMETRY_COLUMNS when
-	  detecting SRIDs of -1.
+	* [r3188] 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.ca at gmail.com>
 
-	* updated description for Populate_Geometry_Columns
+	* [r3187] updated description for Populate_Geometry_Columns
 
-2008-10-27 06:13  kneufeld
+2008-10-27 06:13  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added plpgsql function Probe_Geometry_Columns to
+	* [r3186] 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 at pcorp.us>
 
-	* Fix typo
+	* [r3185] Fix typo
 
-2008-10-26 22:18  robe
+2008-10-26 22:18  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Length* functions. Correct documentation - e.g.
-	  missing ST_Length2D_Spheroid and ST_Length3d_Spheroid and
+	* [r3183] 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 at pcorp.us>
 
-	* Move over ST_Distance_Spher* functions
+	* [r3181] Move over ST_Distance_Spher* functions
 
-2008-10-26 19:49  robe
+2008-10-26 19:49  Regina Obe <lr at pcorp.us>
 
-	* Put in availability info for rotate functions
+	* [r3179] Put in availability info for rotate functions
 
-2008-10-26 19:43  robe
+2008-10-26 19:43  Regina Obe <lr at pcorp.us>
 
-	* Move over rest of Affine family. Correct some typos. Put
+	* [r3178] 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 at pcorp.us>
 
-	* Move over ST_Affine
+	* [r3177] Move over ST_Affine
 
-2008-10-25 17:29  robe
+2008-10-25 17:29  Regina Obe <lr at pcorp.us>
 
-	* Add = operator the most confusing and accidentally used operator
-	  of all
+	* [r3175] 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 at pcorp.us>
 
-	* Commit provide another example of ST_SetPoint and flag as
+	* [r3174] 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 at pcorp.us>
 
-	* typo
+	* [r3170] typo
 
-2008-10-24 14:53  robe
+2008-10-24 14:53  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_SnapToGrid
+	* [r3168] Move over ST_SnapToGrid
 
-2008-10-23 00:28  robe
+2008-10-23 00:28  Regina Obe <lr at pcorp.us>
 
-	* typo
+	* [r3166] typo
 
-2008-10-22 18:55  robe
+2008-10-22 18:55  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Relate the last of the Geometry Relationship
+	* [r3164] 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 at pcorp.us>
 
-	* Move over perimeter and max distance
+	* [r3161] Move over perimeter and max distance
 
-2008-10-21 04:54  kneufeld
+2008-10-21 04:54  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* moved ST_ForceRHR into the correct category
+	* [r3159] moved ST_ForceRHR into the correct category
 
-2008-10-21 04:41  kneufeld
+2008-10-21 04:41  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* moved over ST_ForceRHR
+	* [r3158] moved over ST_ForceRHR
 
-2008-10-20 17:36  robe
+2008-10-20 17:36  Regina Obe <lr at pcorp.us>
 
-	* typo in st_cover something. Hate non-symmetric relationships
+	* [r3157] typo in st_cover something. Hate non-symmetric
+	  relationships
 
-2008-10-20 17:29  robe
+2008-10-20 17:29  Regina Obe <lr at pcorp.us>
 
-	* Revert change to ST_MemUnion - it really is that. Most have had a
-	  faulty restore when it was named ST_MemGeomUnion
+	* [r3155] 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 at pcorp.us>
 
-	* Move over ST_Covers and ST_CoveredBy and provide examples, update
-	  ST_Contains example to show distinction between ST_Covers,
-	  ST_Contains etc.
+	* [r3154] 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 at pcorp.us>
 
-	* correct links in README and note about running make check before
-	  make install. How the hell do you do that?
+	* [r3152] 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 at pcorp.us>
 
-	* Provide example for GeometryType. fix typo
+	* [r3146] Provide example for GeometryType. fix typo
 
-2008-10-19 23:31  robe
+2008-10-19 23:31  Regina Obe <lr at pcorp.us>
 
-	* typo in ST_Y definition. Also added common use-case example of
-	  ST_Centroid used with ST_X, ST_Y
+	* [r3144] 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 at siriusit.co.uk>
 
-	* 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 the backend libraries. Hence create a new Makefile for
-	  the loader directory which uses the new autoconf infrastructure,
-	  based upon library and dependency lists from the original 1.3
-	  branch.
+	* [r3143] 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 the backend libraries. Hence create a new
+	  Makefile for the loader 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 at pcorp.us>
 
-	* Move over remainder of Geometry Accessors to new section. Fix
-	  ST_MemUnion (really ST_MemGeomUnion), correct mistake in
+	* [r3141] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* Move over the *N family
+	* [r3138] Move over the *N family
 
-2008-10-17 17:58  robe
+2008-10-17 17:58  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_length2d, ST_length3d
+	* [r3136] Move over ST_length2d, ST_length3d
 
-2008-10-17 03:39  robe
+2008-10-17 03:39  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_MemUnion the last of the geometry processing
+	* [r3134] 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 at pcorp.us>
 
-	* forgot to delete some stuff
+	* [r3133] forgot to delete some stuff
 
-2008-10-17 03:04  robe
+2008-10-17 03:04  Regina Obe <lr at pcorp.us>
 
-	* move over ST_Shift_Longitude, ST_Difference, ST_SymDifference
+	* [r3131] move over ST_Shift_Longitude, ST_Difference,
+	  ST_SymDifference
 
-2008-10-16 22:13  kneufeld
+2008-10-16 22:13  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* reverting accidental commit to template.xml
+	* [r3130] reverting accidental commit to template.xml
 
-2008-10-16 18:35  robe
+2008-10-16 18:35  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_NumGeometries
+	* [r3128] Move over ST_NumGeometries
 
-2008-10-16 18:17  robe
+2008-10-16 18:17  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_ExteriorRing, ST_NumInteriorRings,
+	* [r3126] Move over ST_ExteriorRing, ST_NumInteriorRings,
 	  ST_NumInteriorRing
 
-2008-10-16 18:12  kneufeld
+2008-10-16 18:12  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added dblatex as a dependency for building PDF's
+	* [r3125] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* update st_azimuth - it should be called vector instead of line
-	  since order of points reverses the angle
+	* [r3123] 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 at pcorp.us>
 
-	* Move over ST_Azimuth and provide example
+	* [r3120] Move over ST_Azimuth and provide example
 
-2008-10-16 06:35  robe
+2008-10-16 06:35  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Boundary to new section, copy comment about SQL-MM
-	  srid to xsl header
+	* [r3118] 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 at siriusit.co.uk>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* last one!
+	* [r3116] last one!
 
-2008-10-15 18:26  pramsey
+2008-10-15 18:26  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* expunge remaining stringBuffer references
+	* [r3115] expunge remaining stringBuffer references
 
-2008-10-15 17:59  pramsey
+2008-10-15 17:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove stringBuffer.* from build/repository.
+	* [r3114] Remove stringBuffer.* from build/repository.
 
-2008-10-15 15:03  mcayland
+2008-10-15 15:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Update the LWGEOM parser to provide error HINTs when being called
-	  from PostgreSQL, and update regression tests accordingly.
+	* [r3113] 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 at pcorp.us>
 
-	* fix spacing of st_linemerge, st_segmentize examples.
+	* [r3112] fix spacing of st_linemerge, st_segmentize examples.
 
-2008-10-15 13:39  robe
+2008-10-15 13:39  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Segmentize and ST_LineMerge
+	* [r3110] Move over ST_Segmentize and ST_LineMerge
 
-2008-10-14 23:08  kneufeld
+2008-10-14 23:08  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* moved cleanup of the pdf to the maintainer-clean target
+	* [r3109] moved cleanup of the pdf to the maintainer-clean target
 
-2008-10-14 20:11  pramsey
+2008-10-14 20:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove sliced test code and return to original state.
+	* [r3107] 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 at siriusit.co.uk>
 
-	* Nearly finish work on the new parser API. The key part of this
-	  patch is to alter the behaviour of the parser so that instead of
-	  generating errors directly, it returns an error code, error
-	  location and an error message. Hence the caller is now in charge
-	  of the behaviour when parsing invalid geometries, and so can
-	  ignore errors or proceed onto the next geometry if required. The
-	  regression test change is due to a change in an error message,
-	  since the error is now returned from the unparser before it even
-	  gets to GEOS.
+	* [r3106] Nearly finish work on the new parser API. The key part of
+	  this patch is to alter the behaviour of the parser so that
+	  instead of generating errors directly, it returns an error code,
+	  error location and an error message. Hence the caller is now in
+	  charge of the behaviour when parsing invalid geometries, and so
+	  can ignore errors or proceed onto the next geometry if required.
+	  The regression test change is due to a 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 at pcorp.us>
 
-	* Provide examples for ST_Simplify and ST_SimplifyPreserveTopology
+	* [r3105] Provide examples for ST_Simplify and
+	  ST_SimplifyPreserveTopology
 
-2008-10-14 18:16  robe
+2008-10-14 18:16  Regina Obe <lr at pcorp.us>
 
-	* Move over st_simplify and st_simplifypreservetopology. Still need
-	  to put in examples.
+	* [r3103] 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 at cleverelephant.ca>
 
-	* astyle style=ansi indent=tab=8
+	* [r3101] astyle style=ansi indent=tab=8
 
-2008-10-14 11:40  robe
+2008-10-14 11:40  Regina Obe <lr at pcorp.us>
 
-	* 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.
+	* [r3099] 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 at pcorp.us>
 
-	* Add missing function proto for dropgeometrytable
+	* [r3098] Add missing function proto for dropgeometrytable
 
-2008-10-13 13:16  mcayland
+2008-10-13 13:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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.
+	* [r3095] 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 at siriusit.co.uk>
 
-	* Move the liblwgeom unparser example over to the dynptarray API
-	  which is the proper way to alter point arrays in memory.
+	* [r3094] 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 at siriusit.co.uk>
 
-	* Fix up some more warnings in SVN trunk; note that there are still
-	  2 remaining PreparedGeometry warnings, but these will require
-	  patching GEOS.
+	* [r3093] 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 at cleverelephant.ca>
 
-	* Performance boost: only detoast the front of the tuple first and
+	* [r3091] 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 at cleverelephant.ca>
 
-	* Pull prep_cache reference safely inside PREPARED_GEOM #ifdef
+	* [r3089] Pull prep_cache reference safely inside PREPARED_GEOM
+	  #ifdef
 
-2008-10-10 05:24  pramsey
+2008-10-10 05:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Set keywords propery.
+	* [r3088] Set keywords propery.
 
-2008-10-10 05:17  pramsey
+2008-10-10 05:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Clean-up and comment.
+	* [r3087] Clean-up and comment.
 
-2008-10-10 04:41  pramsey
+2008-10-10 04:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Rename lwgeom_geos_c.c to lwgeom_geos.c
+	* [r3086] Rename lwgeom_geos_c.c to lwgeom_geos.c
 
-2008-10-10 04:39  pramsey
+2008-10-10 04:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Prepared geometries getting closer to readiness. Integrated into
-	  standard functions, regression tests added.
+	* [r3085] 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 at lisasoft.com>
 
-	* Updating the regression test README file with details about the c
-	  preprocessing step and the formatting of the _expected file
-	  results.
+	* [r3084] 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 at pcorp.us>
 
-	* SQL my MM
+	* [r3083] SQL my MM
 
-2008-10-08 18:51  robe
+2008-10-08 18:51  Regina Obe <lr at pcorp.us>
 
-	* update st_translate include support for 3d flag
+	* [r3082] update st_translate include support for 3d flag
 
-2008-10-08 18:27  pramsey
+2008-10-08 18:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Move to memcmp keys, leave prepared functions tied to old keyed
-	  signatures for now.
+	* [r3081] 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 at lisasoft.com>
 
-	* 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.
+	* [r3080] 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.ca at gmail.com>
 
-	* fixed several broken or redirected external URLs.
+	* [r3077] fixed several broken or redirected external URLs.
 
-2008-10-08 05:45  kneufeld
+2008-10-08 05:45  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* fixed several broken or redirected external URLs.
+	* [r3076] fixed several broken or redirected external URLs.
 
-2008-10-08 04:25  pramsey
+2008-10-08 04:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix minor logic error in intersects() bbox shortcut.
+	* [r3075] Fix minor logic error in intersects() bbox shortcut.
 
-2008-10-07 23:51  pramsey
+2008-10-07 23:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Re-work prepared geom cache to use memcmp instead of keys, step
-	  1.
+	* [r3074] 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 at cleverelephant.ca>
 
-	* Move DEBUG statement next to a req'd variable.
+	* [r3073] Move DEBUG statement next to a req'd variable.
 
-2008-10-07 18:09  robe
+2008-10-07 18:09  Regina Obe <lr at pcorp.us>
 
-	* correct mistake
+	* [r3072] correct mistake
 
-2008-10-07 17:39  robe
+2008-10-07 17:39  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_ConvexHull
+	* [r3071] Move over ST_ConvexHull
 
-2008-10-06 19:51  pramsey
+2008-10-06 19:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix slight error in box shortcut logic in prepared intersects.
+	* [r3070] Fix slight error in box shortcut logic in prepared
+	  intersects.
 
-2008-10-05 22:12  pramsey
+2008-10-05 22:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Convert from LWDEBUG to POSTGIS_DEBUG
+	* [r3068] Convert from LWDEBUG to POSTGIS_DEBUG
 
-2008-10-05 17:33  mcayland
+2008-10-05 17:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fix stupid mistake in the liblwgeom parser...
+	* [r3067] Fix stupid mistake in the liblwgeom parser...
 
-2008-10-04 21:29  pramsey
+2008-10-04 21:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix boneheaded error in prepared intersects.
+	* [r3065] Fix boneheaded error in prepared intersects.
 
-2008-10-04 17:49  pramsey
+2008-10-04 17:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Protect prepared geometry implementation in GEOS>=3.1 defines.
+	* [r3064] 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 at siriusit.co.uk>
 
-	* Fix the DEBUGF statements I didn't realise I broke with the new
-	  LWGEOM parser/unparser API (in response to Paul's r3061 commit).
+	* [r3063] 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 at cleverelephant.ca>
 
-	* Some extra debugf's in the prepared geometry code.
+	* [r3062] Some extra debugf's in the prepared geometry code.
 
-2008-10-03 17:37  pramsey
+2008-10-03 17:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Patch up and comment out some DEBUGF lines that don't compile due
-	  to changes in function
+	* [r3061] 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 at pcorp.us>
 
-	* correct incorrect statement
+	* [r3060] correct incorrect statement
 
-2008-10-03 13:20  robe
+2008-10-03 13:20  Regina Obe <lr at pcorp.us>
 
-	* Update ST_Union's fitness for 3d with examples.
+	* [r3059] Update ST_Union's fitness for 3d with examples.
 
-2008-10-03 09:22  robe
+2008-10-03 09:22  Regina Obe <lr at pcorp.us>
 
-	* Add more examples of 3d use and annotate more 3d functions
+	* [r3058] 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 at cleverelephant.ca>
 
-	* Rework prepared geometry handling to look more like the
+	* [r3056] 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 at cleverelephant.ca>
 
-	* Flip format to 'astyle --style=ansi --indent=tab=8' to make
-	  upcoming
+	* [r3055] 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 at cleverelephant.ca>
 
-	* add .so. to svn:ignore
+	* [r3054] add .so. to svn:ignore
 
-2008-10-02 17:36  pramsey
+2008-10-02 17:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* add check for invalid srid to addgeometrycolumn (#33)
+	* [r3053] add check for invalid srid to addgeometrycolumn (#33)
 
-2008-10-02 16:46  pramsey
+2008-10-02 16:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* ensure relate(g,g,p) is case insensitive (#44)
+	* [r3050] ensure relate(g,g,p) is case insensitive (#44)
 
-2008-10-02 16:15  robe
+2008-10-02 16:15  Regina Obe <lr at pcorp.us>
 
-	* Flag more 3d compatible functions
+	* [r3048] Flag more 3d compatible functions
 
-2008-10-02 16:00  pramsey
+2008-10-02 16:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* pass commandline options into backend command (#45)
+	* [r3047] pass commandline options into backend command (#45)
 
-2008-10-02 15:56  pramsey
+2008-10-02 15:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix log message to refer to correct function name
+	* [r3045] Fix log message to refer to correct function name
 
-2008-10-02 12:43  robe
+2008-10-02 12:43  Regina Obe <lr at pcorp.us>
 
-	* Fix minor typos in ST_Polygonize
+	* [r3044] Fix minor typos in ST_Polygonize
 
-2008-10-02 12:14  robe
+2008-10-02 12:14  Regina Obe <lr at pcorp.us>
 
-	* Get rid of extra line breaks in specialty function section (by
-	  changing xsl). Move over ST_Polygonize and provide examples.
+	* [r3043] 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 at pcorp.us>
 
-	* 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
+	* [r3042] 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 at pcorp.us>
 
-	* extraneous junk left
+	* [r3041] extraneous junk left
 
-2008-10-02 11:16  robe
+2008-10-02 11:16  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Extent
+	* [r3040] Move over ST_Extent
 
-2008-10-01 21:55  robe
+2008-10-01 21:55  Regina Obe <lr at pcorp.us>
 
-	* Get rid of excess paragraph in mm compliance section
+	* [r3039] Get rid of excess paragraph in mm compliance section
 
-2008-10-01 21:53  robe
+2008-10-01 21:53  Regina Obe <lr at pcorp.us>
 
-	* Moved some functions to Geometry Processing section
+	* [r3038] Moved some functions to Geometry Processing section
 
-2008-10-01 21:42  robe
+2008-10-01 21:42  Regina Obe <lr at pcorp.us>
 
-	* Put in SQL mm compliance for ST_Intersection
+	* [r3037] Put in SQL mm compliance for ST_Intersection
 
-2008-10-01 20:04  robe
+2008-10-01 20:04  Regina Obe <lr at pcorp.us>
 
-	* Move ST_Intersection to new reference_new.xml
+	* [r3036] Move ST_Intersection to new reference_new.xml
 
-2008-09-30 17:42  robe
+2008-09-30 17:42  Regina Obe <lr at pcorp.us>
 
-	* Revise to include mm compliance section
+	* [r3035] Revise to include mm compliance section
 
-2008-09-30 17:39  robe
+2008-09-30 17:39  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Intersects sql mm compliance note to reference_new
-	  (remove sT_Intersects from MM section of old reference)
+	* [r3034] 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 at siriusit.co.uk>
 
-	* Update regression tests to include test cases for GBT#21.
+	* [r3032] 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 at siriusit.co.uk>
 
-	* Fix for locate_along_measure returning invalid values (GBT#21)
+	* [r3031] Fix for locate_along_measure returning invalid values
+	  (GBT#21)
 
-2008-09-30 04:06  kneufeld
+2008-09-30 04:06  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added a new aggregate and sql_mm toc to docs generated via a
-	  custom xsl (provided by Regina Obe) to the documentation Makefile
+	* [r3030] 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 at pcorp.us>
 
-	* change to sort functions alphabetically
+	* [r3027] change to sort functions alphabetically
 
-2008-09-28 19:48  mcayland
+2008-09-28 19:48  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Update LWGEOM unparser to (E)WKT/WKB to resturn a
+	* [r3026] Update LWGEOM unparser to (E)WKT/WKB to resturn a
 	  LWGEOM_UNPARSER_RESULT structure instead of just the WKT/WKB
 	  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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Clear up warnings (mixed declartions within code and invalid
-	  return) from r3022.
+	* [r3024] 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 at siriusit.co.uk>
 
-	* Update (E)WKT/WKB parser to return a structure
+	* [r3023] 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 at cleverelephant.ca>
 
-	* Update pip shortcut code to be less aggressive in building cache.
+	* [r3022] 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 at siriusit.co.uk>
 
-	* Rename parser_check_flags to unparser_check_flags for the
+	* [r3021] 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 at cleverelephant.ca>
 
-	* harmonize sql functions with c functions for prepared geometry
+	* [r3020] harmonize sql functions with c functions for prepared
+	  geometry
 
-2008-09-26 21:34  pramsey
+2008-09-26 21:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make preparedgeometry memory handling a good deal kinder (no
-	  longer losing base geometry every time)
+	* [r3019] 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 at pcorp.us>
 
-	* put index in listitems and hope for the best
+	* [r3018] put index in listitems and hope for the best
 
-2008-09-26 19:43  pramsey
+2008-09-26 19:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* P-I-P rennovation complete: memory leaks gone, multipolygon
-	  support added
+	* [r3017] 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 at pcorp.us>
 
-	* correct the comments
+	* [r3016] correct the comments
 
-2008-09-26 18:55  robe
+2008-09-26 18:55  Regina Obe <lr at pcorp.us>
 
-	* xsl that generates index listing of postgis spatial aggregates
-	  and MM compliant functions
+	* [r3015] 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 at pcorp.us>
 
-	* 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] 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.ca at gmail.com>
 
-	* updated "make clean" directive to include the newly generated
-	  PDFs
+	* [r3013] 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 at siriusit.co.uk>
 
-	* Add parser flags to the LWGEOM to (E)WKB/WKT parsers, similar to
-	  has already been done for the (E)WKB/WKT to LWGEOM parsers.
+	* [r3012] Add parser flags to the 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 at siriusit.co.uk>
 
-	* Remove missing variables from LWDEBUG(F) statement that would
-	  cause compilation to fail with POSTGIS_DEBUG_LEVEL > 0
+	* [r3011] 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 at cleverelephant.ca>
 
-	* Another biggish leak into the parent context.
+	* [r3010] Another biggish leak into the parent context.
 
-2008-09-25 19:18  pramsey
+2008-09-25 19:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More small memory leaks removed.
+	* [r3009] More small memory leaks removed.
 
-2008-09-25 17:18  pramsey
+2008-09-25 17:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove more memory leaks from P-I-P shortcut code.
+	* [r3008] Remove more memory leaks from P-I-P shortcut code.
 
-2008-09-25 12:18  robe
+2008-09-25 12:18  Regina Obe <lr at pcorp.us>
 
-	* More typo fixes
+	* [r3007] More typo fixes
 
-2008-09-25 12:10  robe
+2008-09-25 12:10  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_MakePointM, miscellaneous typo fixes
+	* [r3006] Move over ST_MakePointM, miscellaneous typo fixes
 
-2008-09-24 14:05  robe
+2008-09-24 14:05  Regina Obe <lr at pcorp.us>
 
-	* Put svn back in microversion
+	* [r3003] Put svn back in microversion
 
-2008-09-24 14:01  robe
+2008-09-24 14:01  Regina Obe <lr at pcorp.us>
 
-	* typo
+	* [r3002] typo
 
-2008-09-24 13:55  robe
+2008-09-24 13:55  Regina Obe <lr at pcorp.us>
 
-	* Added ST_MakePointM, removed redundant redefinition of MakePointM
-	  so docs are now in synch with actual functions.
+	* [r2999] 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 at siriusit.co.uk>
 
-	* Use __va_copy() to pass a copy of the variadic structure to
-	  lw_vasprintf() to solve ABI difference between 32bit/64bit
+	* [r2998] 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 at siriusit.co.uk>
 
-	* Remove a couple more warnings when compiling with debug enabled
-	  from lwgeom_gist.c.
+	* [r2997] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r2996] 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 at siriusit.co.uk>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Reduce p-i-p memory leak by 50%
+	* [r2993] Reduce p-i-p memory leak by 50%
 
-2008-09-23 13:05  robe
+2008-09-23 13:05  Regina Obe <lr at pcorp.us>
 
-	* fix typo add more links
+	* [r2992] fix typo add more links
 
-2008-09-23 13:00  robe
+2008-09-23 13:00  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Buffer
+	* [r2991] Move over ST_Buffer
 
-2008-09-22 22:59  pramsey
+2008-09-22 22:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add cnt declaration where missing.
+	* [r2990] Add cnt declaration where missing.
 
-2008-09-22 17:55  robe
+2008-09-22 17:55  Regina Obe <lr at pcorp.us>
 
-	* change to xsl 1.0 plus minor indent change
+	* [r2989] change to xsl 1.0 plus minor indent change
 
-2008-09-22 12:28  robe
+2008-09-22 12:28  Regina Obe <lr at pcorp.us>
 
-	* Add xsl file that autogenerates sql set comment statements from
-	  reference_new.xml
+	* [r2988] 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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* typo in st_setsrid returns geometry not boolean
+	* [r2986] typo in st_setsrid returns geometry not boolean
 
-2008-09-18 22:12  pramsey
+2008-09-18 22:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add a few more generated files to ignore
+	* [r2985] Add a few more generated files to ignore
 
-2008-09-18 22:09  pramsey
+2008-09-18 22:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Set ignore properties on generated files.
+	* [r2984] Set ignore properties on generated files.
 
-2008-09-18 13:54  mcayland
+2008-09-18 13:54  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Update the code for unparsing LWGEOMs to WKB/WKT so that it
-	  includes the standard simple checks: LINESTRINGs must have > 2
+	* [r2983] 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.ca at gmail.com>
 
-	* commit to test autobuild process and svn hooks
+	* [r2982] 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.ca at gmail.com>
 
-	* commit to test autobuild process and svn hooks
+	* [r2981] 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 at pcorp.us>
 
-	* Add to ST_SetSRID - reference to spatial_ref_sys
+	* [r2980] Add to ST_SetSRID - reference to spatial_ref_sys
 
-2008-09-17 14:46  robe
+2008-09-17 14:46  Regina Obe <lr at pcorp.us>
 
-	* Link ST_SetSRID to updated spatial_ref_sys section using cutesy
-	  anchor.
+	* [r2979] 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 at pcorp.us>
 
-	* Give spatial reference systems section a cutesy anchor.
+	* [r2978] Give spatial reference systems section a cutesy anchor.
 
-2008-09-17 05:49  robe
+2008-09-17 05:49  Regina Obe <lr at pcorp.us>
 
-	* 
+	* [r2977]
 
-2008-09-17 05:48  robe
+2008-09-17 05:48  Regina Obe <lr at pcorp.us>
 
-	* typo in link
+	* [r2976] typo in link
 
-2008-09-17 04:14  robe
+2008-09-17 04:14  Regina Obe <lr at pcorp.us>
 
-	* more fleshing out of spatial ref section
+	* [r2975] more fleshing out of spatial ref section
 
-2008-09-17 04:00  robe
+2008-09-17 04:00  Regina Obe <lr at pcorp.us>
 
-	* Beef up spatial reference section. Still needs work.
+	* [r2974] Beef up spatial reference section. Still needs work.
 
-2008-09-17 03:54  kneufeld
+2008-09-17 03:54  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added an id to ST_Buffer to provide an end link for cross
+	* [r2973] 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 at siriusit.co.uk>
 
-	* Silence a few more compiler warnings that had appeared during my
-	  last few parser commits.
+	* [r2972] 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 at siriusit.co.uk>
 
-	* Add an example of how the liblwgeom API can be used by other C
-	  programs to manipulate geometries and output the result.
+	* [r2971] Add an example of how the liblwgeom API can be used by
+	  other C programs to manipulate geometries and output the result.
 	  Currently the unparser.c program shows how a geometry can be
 	  constructed "on the fly" and then exported in both WKT and HEXWKB
 	  formats; however it gives programmers the potential to devise
 	  some very 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 at siriusit.co.uk>
 
-	* Move the LWGEOM-specific functions from lwgeom_sqlmm.c into
-	  liblwgeom/lwsegmentize.c to ensure that liblwgeom can exist as a
-	  standalone library.
+	* [r2970] 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 at pcorp.us>
 
-	* Cleanup of FAQ
+	* [r2969] Cleanup of FAQ
 
-2008-09-16 13:17  robe
+2008-09-16 13:17  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Expand
+	* [r2968] Move over ST_Expand
 
-2008-09-16 01:51  robe
+2008-09-16 01:51  Regina Obe <lr at pcorp.us>
 
-	* Expand list of contributors
+	* [r2966] Expand list of contributors
 
-2008-09-16 01:47  robe
+2008-09-16 01:47  Regina Obe <lr at pcorp.us>
 
-	* Expand list of contributors
+	* [r2965] Expand list of contributors
 
-2008-09-15 11:54  robe
+2008-09-15 11:54  Regina Obe <lr at pcorp.us>
 
-	* Fix url link to proj to point to osgeo
+	* [r2963] Fix url link to proj to point to osgeo
 
-2008-09-13 05:41  kneufeld
+2008-09-13 05:41  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* Moved over ST_IsRing to new PostGIS reference.
+	* [r2962] 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 at pcorp.us>
 
-	* typo
+	* [r2960] typo
 
-2008-09-12 10:46  robe
+2008-09-12 10:46  Regina Obe <lr at pcorp.us>
 
-	* Spelled Kevin's last name wrong and Mateusz first name wrong.
-	  Sorry Kevin and Mateusz.
+	* [r2959] 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 at pcorp.us>
 
-	* Update Credits and project links
+	* [r2958] 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 at siriusit.co.uk>
 
-	* Reinstate the PDF documentation system based on OpenJade,
+	* [r2957] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* Get rid of left over stuff from ST_IsValid and ST_Summary copy.
+	* [r2955] 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 at pcorp.us>
 
-	* example and result misaligned
+	* [r2954] example and result misaligned
 
-2008-09-10 11:39  robe
+2008-09-10 11:39  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Summary and provide example.
+	* [r2953] Move over ST_Summary and provide example.
 
-2008-09-10 11:28  robe
+2008-09-10 11:28  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_IsValid and provide example
+	* [r2952] Move over ST_IsValid and provide example
 
-2008-09-10 07:28  robe
+2008-09-10 07:28  Regina Obe <lr at pcorp.us>
 
-	* correct st_contain signature, other misc fixes
+	* [r2951] correct st_contain signature, other misc fixes
 
-2008-09-10 06:47  robe
+2008-09-10 06:47  Regina Obe <lr at pcorp.us>
 
-	* Add ST_IsValid reference to ST_Within.
+	* [r2950] Add ST_IsValid reference to ST_Within.
 
-2008-09-09 21:10  mcayland
+2008-09-09 21:10  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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.
+	* [r2949] 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 at siriusit.co.uk>
 
-	* Commit generated versions of the new parser files for people who
-	  do not have flex or bison installed.
+	* [r2948] 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 at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* Move over ST_Translate and provide example use
+	* [r2946] 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 at siriusit.co.uk>
 
-	* Yet another update to the liblwgeom parser API -
+	* [r2945] 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 at pcorp.us>
 
-	* typo in funcprototype
+	* [r2944] typo in funcprototype
 
-2008-09-07 09:07  robe
+2008-09-07 09:07  Regina Obe <lr at pcorp.us>
 
-	* Provide example of ST_SetPoint
+	* [r2943] Provide example of ST_SetPoint
 
-2008-09-07 08:43  robe
+2008-09-07 08:43  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_SetPoint to new section
+	* [r2942] Move over ST_SetPoint to new section
 
-2008-09-06 19:12  robe
+2008-09-06 19:12  Regina Obe <lr at pcorp.us>
 
-	* change alias field names of st_contains examples
+	* [r2941] change alias field names of st_contains examples
 
-2008-09-06 19:02  robe
+2008-09-06 19:02  Regina Obe <lr at pcorp.us>
 
-	* correct mm spec section of ST_Contains. Remove MM ST_Contains
-	  from old ref section
+	* [r2940] 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 at pcorp.us>
 
-	* Move over ST_Contains to new section. Provide example. Minor
-	  changes to ST_Within
+	* [r2939] 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 at pcorp.us>
 
-	* Put in disclaimer on ST_Equals when dealing with invalid
+	* [r2938] 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 at pcorp.us>
 
-	* Move over ST_NDims and ST_Dimension to new reference section
+	* [r2937] 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 at pcorp.us>
 
-	* minor change to example
+	* [r2936] minor change to example
 
-2008-09-04 12:04  robe
+2008-09-04 12:04  Regina Obe <lr at pcorp.us>
 
-	* accidentally took out reference from ST_OrderingEquals
+	* [r2935] accidentally took out reference from ST_OrderingEquals
 
-2008-09-04 11:56  robe
+2008-09-04 11:56  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_Overlaps to new reference section and provide some
-	  examples
+	* [r2934] 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 at pcorp.us>
 
-	* 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] 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.ca at gmail.com>
 
-	* moved ST_IsClosed to the new documentation template.
+	* [r2931] moved ST_IsClosed to the new documentation template.
 
-2008-08-24 04:54  kneufeld
+2008-08-24 04:54  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* moved ST_StartPoint and ST_EndPoint to new reference_new.xml
+	* [r2930] 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 at pcorp.us>
 
-	* another typo
+	* [r2929] another typo
 
-2008-08-22 17:36  robe
+2008-08-22 17:36  Regina Obe <lr at pcorp.us>
 
-	* Typo
+	* [r2928] Typo
 
-2008-08-22 17:13  robe
+2008-08-22 17:13  Regina Obe <lr at pcorp.us>
 
-	* Some changes based on Mark's comments.
+	* [r2927] Some changes based on Mark's comments.
 
-2008-08-22 14:46  robe
+2008-08-22 14:46  Regina Obe <lr at pcorp.us>
 
-	* More typos
+	* [r2926] More typos
 
-2008-08-22 13:37  robe
+2008-08-22 13:37  Regina Obe <lr at pcorp.us>
 
-	* typo
+	* [r2925] typo
 
-2008-08-22 13:05  robe
+2008-08-22 13:05  Regina Obe <lr at pcorp.us>
 
-	* More reordering
+	* [r2924] More reordering
 
-2008-08-22 12:52  robe
+2008-08-22 12:52  Regina Obe <lr at pcorp.us>
 
-	* Installation got moved out of order for some reason.
+	* [r2923] Installation got moved out of order for some reason.
 
-2008-08-22 12:32  robe
+2008-08-22 12:32  Regina Obe <lr at pcorp.us>
 
-	* Typo
+	* [r2922] Typo
 
-2008-08-22 12:14  robe
+2008-08-22 12:14  Regina Obe <lr at pcorp.us>
 
-	* Updated the installations docs. I took some of Olivier Courtin
-	  instructions for install
+	* [r2921] 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 at siriusit.co.uk>
 
-	* Update PostGIS README file to account for changes in SVN trunk.
+	* [r2920] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r2919] 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 at siriusit.co.uk>
 
-	* 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
+	* [r2918] 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 at cleverelephant.ca>
 
-	* move to CLASS/STYLE mapserver 5.X syntax
+	* [r2916] move to CLASS/STYLE mapserver 5.X syntax
 
-2008-08-04 11:50  robe
+2008-08-04 11:50  Regina Obe <lr at pcorp.us>
 
-	* Moved over ST_SRID, fixed a typo, added some references
+	* [r2915] Moved over ST_SRID, fixed a typo, added some references
 
-2008-08-04 11:32  robe
+2008-08-04 11:32  Regina Obe <lr at pcorp.us>
 
-	* got rid of additional entry for ST_GeomFromText - was already
-	  moved over, moved over ST_PointFromText, ST_MakePoint
+	* [r2914] 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 at cleverelephant.ca>
 
-	* Spelling changes from Mark Kolybabi.
+	* [r2913] Spelling changes from Mark Kolybabi.
 
-2008-08-02 22:03  mcayland
+2008-08-02 22:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Add a download reference for Apache Ant, plus fix a couple more
-	  typos.
+	* [r2912] 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 at siriusit.co.uk>
 
-	* Correct typo from the previous documentation commit.
+	* [r2911] Correct typo from the previous documentation commit.
 
-2008-08-02 08:24  mcayland
+2008-08-02 08:24  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* A long overdue documentation update - update the installation
-	  section to reflect the many changes in the new SVN trunk build
-	  system.
+	* [r2909] 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 at pcorp.us>
 
-	* bad break in GeoJSON example
+	* [r2908] bad break in GeoJSON example
 
-2008-08-01 15:18  robe
+2008-08-01 15:18  Regina Obe <lr at pcorp.us>
 
-	* Provide example for geojson (excerpts from postgis newsgroup
-	  thread)
+	* [r2907] Provide example for geojson (excerpts from postgis
+	  newsgroup thread)
 
-2008-08-01 15:12  kneufeld
+2008-08-01 15:12  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* 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.
+	* [r2906] 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.ca at gmail.com>
 
-	* small grammar correction in ST_Touches
+	* [r2905] small grammar correction in ST_Touches
 
-2008-08-01 04:26  kneufeld
+2008-08-01 04:26  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added ST_Touches examples
+	* [r2904] added ST_Touches examples
 
-2008-07-31 12:32  robe
+2008-07-31 12:32  Regina Obe <lr at pcorp.us>
 
-	* took out kml example - causing parsing error.
+	* [r2903] took out kml example - causing parsing error.
 
-2008-07-31 12:14  robe
+2008-07-31 12:14  Regina Obe <lr at pcorp.us>
 
-	* Moved over remaining geometry output functions and put in
+	* [r2902] 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 at pcorp.us>
 
-	* Put in Availability 1.3.4 for ST_AsGeoJSON
+	* [r2901] Put in Availability 1.3.4 for ST_AsGeoJSON
 
-2008-07-31 06:33  kneufeld
+2008-07-31 06:33  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* fixed small typo in ST_Touches mathematical expression
+	* [r2899] fixed small typo in ST_Touches mathematical expression
 
-2008-07-31 06:29  kneufeld
+2008-07-31 06:29  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* Moved over ST_Touches to new PostGIS reference. Examples
+	* [r2898] Moved over ST_Touches to new PostGIS reference. Examples
 	  forthcoming.
 
-2008-07-31 04:57  kneufeld
+2008-07-31 04:57  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* replaced the mathematical gif expression in ST_Crosses with
-	  simple html markup
+	* [r2897] 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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* grammatical error
+	* [r2894] grammatical error
 
-2008-07-29 15:42  robe
+2008-07-29 15:42  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* typo in function declare for perimeter
+	* [r2892] typo in function declare for perimeter
 
-2008-07-29 12:00  robe
+2008-07-29 12:00  Regina Obe <lr at pcorp.us>
 
-	* remove ST_Area from reference.xml already accounted for in
-	  reference_new.xml, move over ST_Length, ST_Perimeter
+	* [r2891] 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.ca at gmail.com>
 
-	* moved over st_pointonsurface and provided examples.
+	* [r2890] moved over st_pointonsurface and provided examples.
 
-2008-07-29 05:11  kneufeld
+2008-07-29 05:11  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* moved over st_centroid and provided examples in both svg and png
-	  format. Eventually, ImageMagick will be used to generate the png
-	  files, but for now they are committed into svn.
+	* [r2889] moved over st_centroid and provided examples in both svg
+	  and png format. Eventually, ImageMagick will 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 at pcorp.us>
 
-	* minor formatting changes, note about ST_NumPOints being an alias
-	  for ST_NPoints moving forward.
+	* [r2888] 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.ca at gmail.com>
 
-	* fixed some minor xrefences in the documentation so the autobuild
-	  doesn't throw errors.
+	* [r2887] 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 at pcorp.us>
 
-	* Move over ST_GeomFromEWKT, ST_GeomFromEWKB and provide examples.
-	  Fix some miscellaneous references.
+	* [r2886] 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 at siriusit.co.uk>
 
-	* Allow Makefile substitutions for PGCONFIG which are required if
-	  pg_config is not located in the path. Note that as part of this
-	  fix, we now need to generate topology/Makefile using autoconf.
-	  Thanks to Jorgen Austvik for the report and partial patch.
+	* [r2885] Allow Makefile substitutions for PGCONFIG which are
+	  required if pg_config is not located in the path. Note that as
+	  part of this fix, we now need 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 at siriusit.co.uk>
 
-	* Fix -o option for flex; the output filename must be specified
-	  immediately after -o without any preceding white space. Per
-	  report from Jorgen Austvik.
+	* [r2884] 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 at pcorp.us>
 
-	* Move over ST_GeomFromText and provide examples
+	* [r2883] Move over ST_GeomFromText and provide examples
 
-2008-07-24 10:22  mcayland
+2008-07-24 10:22  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Add PROJ.4 version check to ensure that a minimum version of
-	  4.5.0 is installed. This is to ensure that the
+	* [r2882] 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.ca at gmail.com>
 
-	* Moved several version functions to the new PostGIS reference.
+	* [r2881] Moved several version functions to the new PostGIS
+	  reference.
 
-2008-07-23 17:13  kneufeld
+2008-07-23 17:13  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added some xreferences so the autobuild process does not throw
-	  errors.
+	* [r2880] 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.ca at gmail.com>
 
-	* changed @@LAST_RELEASE_VERSION@@ with a DocBook variable so the
-	  correct version number gets substituted in all included files,
-	  not just postgis.xml
+	* [r2879] 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 at pcorp.us>
 
-	* move of ST_AsBinary,ST_AsEWKB - add examples, various minor fixes
-	  to ST_As function descriptions
+	* [r2878] 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 at pcorp.us>
 
-	* 
+	* [r2877]
 
-2008-07-22 13:53  robe
+2008-07-22 13:53  Regina Obe <lr at pcorp.us>
 
-	* Deprecate ST_area2d
+	* [r2876] Deprecate ST_area2d
 
-2008-07-22 11:38  robe
+2008-07-22 11:38  Regina Obe <lr at pcorp.us>
 
-	* Move over ST_AsText, ST_AsEWKT and provide examples. Change order
-	  of ST_Multi.
+	* [r2875] 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 at pcorp.us>
 
-	* move over ST_SetSRID, ST_Transform and ST_Multi. Provide
+	* [r2874] 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 at pcorp.us>
 
-	* Remove ST_Area2D and replace with ST_Area - move to new section
-	  and provide example
+	* [r2873] 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 at pcorp.us>
 
-	* Move over ST_GeometryType, ST_MakePolygon
+	* [r2871] Move over ST_GeometryType, ST_MakePolygon
 
-2008-07-21 11:38  robe
+2008-07-21 11:38  Regina Obe <lr at pcorp.us>
 
-	* delete reference to ST_Equals in reference.xml - alread in new
-	  version, include an ST_DWithin non-join join example.
+	* [r2870] 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 at pcorp.us>
 
-	* Move over ST_AddPoint, ST_RemovePoint, ST_Npoints, ST_NumPoints
-	  and provide examples.
+	* [r2869] 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 at pcorp.us>
 
-	* Move ST_Reverse and add example
+	* [r2868] Move ST_Reverse and add example
 
-2008-07-17 12:14  robe
+2008-07-17 12:14  Regina Obe <lr at pcorp.us>
 
-	* Move ST_BuildArea expand on definition, provide example, Move
-	  ST_BdPolyFromText and ST_BdMPolyFromText
+	* [r2867] 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 at pcorp.us>
 
-	* move over ST_Within and provide example
+	* [r2866] move over ST_Within and provide example
 
-2008-07-16 08:42  mcayland
+2008-07-16 08:42  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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] 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.ca at gmail.com>
 
-	* moved ST_Envelope, complete with examples.
+	* [r2863] moved ST_Envelope, complete with examples.
 
-2008-07-16 05:10  kneufeld
+2008-07-16 05:10  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* updated the st_crosses method:
+	* [r2862] 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.ca at gmail.com>
 
-	* Moved ST_Crosses into new reference_new.xml file, complete with
-	  images.
+	* [r2861] Moved ST_Crosses into 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.ca at gmail.com>
 
-	* fixed small typo
+	* [r2860] fixed small typo
 
-2008-07-16 04:54  kneufeld
+2008-07-16 04:54  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* Apparently, the <inlinegraphic> will become deprecated in a
-	  future version of DocBook. Now replaced with <inlinemediaobject>.
+	* [r2859] 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.ca at gmail.com>
 
-	* fixed a small typo so the autobuild process will still work.
+	* [r2858] 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 at pcorp.us>
 
-	* Move ST_Equals, ST_OrderingEquals - provide examples. Make
-	  Geometry - geometry
+	* [r2857] Move ST_Equals, ST_OrderingEquals - provide examples.
+	  Make Geometry - geometry
 
-2008-07-15 18:02  robe
+2008-07-15 18:02  Regina Obe <lr at pcorp.us>
 
-	* minor corrections to ST_SetSRID and UpdateGeometrySRID
+	* [r2856] minor corrections to ST_SetSRID and UpdateGeometrySRID
 
-2008-07-15 17:54  robe
+2008-07-15 17:54  Regina Obe <lr at pcorp.us>
 
-	* remove includes index note for ST_MakeLine
+	* [r2855] remove includes index note for ST_MakeLine
 
-2008-07-15 17:51  robe
+2008-07-15 17:51  Regina Obe <lr at pcorp.us>
 
-	* Move ST_Intersection, ST_Disjoint provide examples for both.
+	* [r2854] Move ST_Intersection, ST_Disjoint provide examples for
+	  both.
 
-2008-07-15 15:33  kneufeld
+2008-07-15 15:33  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* applied patch from Mark to fix the if/then/else so the Makefile
-	  can run on older systems (ie. FC3)
+	* [r2853] 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 at pcorp.us>
 
-	* typo
+	* [r2852] typo
 
-2008-07-15 11:03  robe
+2008-07-15 11:03  Regina Obe <lr at pcorp.us>
 
-	* Move ST_MakeLine from reference.xml to reference_new.xml and add
-	  an additional example to ST_MakeLine
+	* [r2851] 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.ca at gmail.com>
 
-	* Started migration of the functions in reference.xml using the
-	  <variablelist> concept to a new "reference_new.xml" using
+	* [r2850] 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 at cleverelephant.ca>
 
-	* Updated CSS from Dane Springmeyer
+	* [r2849] Updated CSS from Dane Springmeyer
 
-2008-07-14 16:30  robe
+2008-07-14 16:30  Regina Obe <lr at pcorp.us>
 
-	* Example use case of ST_DWithin
+	* [r2847] Example use case of ST_DWithin
 
-2008-07-14 11:40  mcayland
+2008-07-14 11:40  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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.
+	* [r2846] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r2845] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r2844] 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 at cleverelephant.ca>
 
-	* Apply GeoJSON patch from Olivier Courtin.
+	* [r2842] Apply GeoJSON patch from Olivier Courtin.
 
-2008-07-13 17:33  mcayland
+2008-07-13 17:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Rename the new parser function ewkt_to_lwgeom() to
+	* [r2841] 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 at siriusit.co.uk>
 
-	* Add some additional LWDEBUG(F) statements for debugging that I
-	  missed the first time around with the new debugging
+	* [r2840] 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 at siriusit.co.uk>
 
-	* More work on improving the EWKT/B parser; remove all references
-	  to allocator functions from outside of liblwgeom by generating
-	  wrapper functions with more meaningful names. As well as cleaning
-	  up the API, it also makes the code much more readable
+	* [r2839] More work on improving the EWKT/B parser; remove all
+	  references to allocator functions from outside of liblwgeom by
+	  generating 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 at pcorp.us>
 
-	* Example uses of ST_Line_SubString
+	* [r2838] Example uses of ST_Line_SubString
 
-2008-07-10 13:16  robe
+2008-07-10 13:16  Regina Obe <lr at pcorp.us>
 
-	* Examples of using ST_ExteriorRing and ST_NumInteriorRings
+	* [r2837] Examples of using ST_ExteriorRing and ST_NumInteriorRings
 
-2008-07-09 11:16  robe
+2008-07-09 11:16  Regina Obe <lr at pcorp.us>
 
-	* 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] 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 at pcorp.us>
 
-	* numerous changes(remove additional parent, argument list changes,
-	  multi function breakout)
+	* [r2835] 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 at pcorp.us>
 
-	* Provide examples of using ST_MakePolygon in conjunction with
-	  ST_Accum and PostgreSQL ARRAY() function
+	* [r2834] 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 at lisasoft.com>
 
-	* Added brief descriptions to the SQL-MM curve types.
+	* [r2833] Added brief descriptions to the SQL-MM curve types.
 
-2008-07-08 05:15  kneufeld
+2008-07-08 05:15  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* modified toc top generation level param
+	* [r2832] modified toc top generation level param
 
-2008-07-08 05:09  kneufeld
+2008-07-08 05:09  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* split postgis.xml into manageable chunks, broken at chapter
-	  divisions.
+	* [r2831] split postgis.xml into manageable chunks, broken at
+	  chapter divisions.
 
-2008-07-08 03:12  kneufeld
+2008-07-08 03:12  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* updated tips section to reference ST_* function names
+	* [r2830] updated tips section to reference ST_* function names
 
-2008-07-07 12:20  robe
+2008-07-07 12:20  Regina Obe <lr at pcorp.us>
 
-	* Example of ST_AddPoint, some fixes of non-ST references,
+	* [r2829] 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 at pcorp.us>
 
-	* Add examples for ST_MakePolygon, correct non-st to ST references
-	  in ST_MakePolygon section
+	* [r2828] 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 at pcorp.us>
 
-	* 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] 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.ca at gmail.com>
 
-	* fixed typo in a WKT example.
+	* [r2826] fixed typo in a WKT example.
 
-2008-07-03 19:07  robe
+2008-07-03 19:07  Regina Obe <lr at pcorp.us>
 
-	* Examples of use of ST_MakeLine, correction to my ST_Collect
-	  example.
+	* [r2825] 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 at cleverelephant.ca>
 
-	* Add version information to <title>
+	* [r2824] Add version information to <title>
 
-2008-07-03 17:08  pramsey
+2008-07-03 17:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Match version numbers to new naming conventions.
+	* [r2821] Match version numbers to new naming conventions.
 
-2008-07-03 09:28  mcayland
+2008-07-03 09:28  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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] 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
 
-2008-07-01 14:15  mcayland
+2008-07-01 14:15  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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] 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 at pcorp.us>
 
-	* Fixed typo
+	* [r2817] Fixed typo
 
-2008-06-29 19:19  mcayland
+2008-06-29 19:19  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Move some PostgreSQL compatibility macros from lwgeom_pg.h into
-	  pgsql_compat.h which is their proper home
+	* [r2816] 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 at siriusit.co.uk>
 
-	* Split the basic geometry accessors into a separate static library
-	  liblwgeom.a; this potentially allows re-use of the liblwgeom
-	  functions from within PostGIS, or could be extended at a later
-	  date to include databases other than MySQL. This patch includes a
-	  change to the liblwgeom handler functions; instead of sprinkling
-	  init_pg_func()s around the source, I have changed the default
-	  liblwgeom handlers to make use of a callback to allow linked
-	  libraries to set their own handlers the first time any of them
-	  are called. I have also tidied up the parser API a little in
+	* [r2815] Split the basic geometry accessors into a separate static
+	  library liblwgeom.a; this potentially allows re-use of the
+	  liblwgeom functions from within PostGIS, or could be extended at
+	  a later date to include databases other than MySQL. This patch
+	  includes a change to the liblwgeom handler functions; instead of
+	  sprinkling init_pg_func()s around the source, I have changed the
+	  default liblwgeom handlers to make use of a callback to allow
+	  linked libraries to set their own handlers the first time any of
+	  them are called. I have also tidied up the parser API a little in
 	  liblwgeom.h, which means wktparse.h can be removed from all of
 	  the headers in the lwgeom/ directory, plus renamed wktunparse.c
 	  to lwgunparse.c to keep things similar to lwgparse.c. Finally, I
@@ -33819,96 +34981,99 @@
 	  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 at pcorp.us>
 
-	* Flesh out definition of ST_Collect and how to use it.
+	* [r2814] 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.ca at gmail.com>
 
-	* ST_SnapToGrid SQL functions were referencing the deprecated
-	  SnapToGrid instead of their ST_.. equivalents.
+	* [r2812] 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 at pcorp.us>
 
-	* Fix mismatched para in intersection documentation and remove
-	  dangling command tag in Reporting Documentation Issues section.
+	* [r2811] 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 at pcorp.us>
 
-	* Definitions for st_convexhull and st_shift_longitude
+	* [r2810] 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 at siriusit.co.uk>
 
-	* Rearrange lwgeom/Makefile.in in terms of the liblwgeom/PostgreSQL
-	  distinction, plus remove remaining JTS reference.
+	* [r2809] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r2808] 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 at siriusit.co.uk>
 
-	* Some more updates to lwpostgis.sql.in.c; correct a couple of
-	  missing conversions from OPAQUE_TYPE to internal (how on earth
+	* [r2807] 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 at siriusit.co.uk>
 
-	* Remove Makefile from lwgeom/ directory; it is no longer needed as
-	  it is automatically generated from lwgeom/Makefile.in
+	* [r2806] 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 at siriusit.co.uk>
 
-	* Update new Makefile copyrights, also remove compat.h from the
-	  loader/ directory since it is now no longer needed.
+	* [r2805] 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 at siriusit.co.uk>
 
-	* 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
+	* [r2804] 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 at siriusit.co.uk>
 
-	* 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
+	* [r2803] 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 at siriusit.co.uk>
 
-	* Remove the HAS_SCHEMA #define and all related #else code since we
-	  now guarantee to be using PostgreSQL > 7.2
+	* [r2802] 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 at siriusit.co.uk>
 
-	* Remove PQunescapeBytea hack from pgsql2shp which is no longer
-	  needed, as it was only required for versions of PostgreSQL < 7.3
+	* [r2801] 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 at siriusit.co.uk>
 
-	* Remove all of the pre-PostgreSQL 7.3 schema #ifdefs from
+	* [r2800] 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 at siriusit.co.uk>
 
-	* Blast away the huge amounts of legacy C code related to
+	* [r2799] Blast away the 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 at siriusit.co.uk>
 
-	* Provide a new text file called DEBUG explaining how to use the
-	  new debug system.
+	* [r2798] 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 at siriusit.co.uk>
 
-	* Commit new PostGIS debugging infrastructure. These changes unify
-	  all the debug logging to use a new set of macros:
+	* [r2797] Commit new PostGIS debugging infrastructure. These
+	  changes unify all the debug logging to use a new set of macros:
 	  LWDEBUG()/LWDEBUGF() for LWGEOM functions, and
 	  POSTGIS_DEBUG()/POSTGIS_DEBUGF() for PostgreSQL functions. To
 	  enable debugging, run configure with --enable-debug and then
@@ -33918,262 +35083,267 @@
 	  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 at cleverelephant.ca>
 
-	* Enhanced speed _ST_DWithin(g,g,d) that returns as soon as g and g
-	  are within d of each other, rather than using distance naively.
-	  Change ST_DWithin to use enhanced op. (Issue 20)
+	* [r2796] Enhanced speed _ST_DWithin(g,g,d) that returns as soon as
+	  g and g are within d 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 at cleverelephant.ca>
 
-	* Fix towgs84 for 31300 and 31370 (issue 23)
+	* [r2793] Fix towgs84 for 31300 and 31370 (issue 23)
 
-2008-05-28 21:47  pramsey
+2008-05-28 21:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Geomunion name change note, issue 26.
+	* [r2792] Geomunion name change note, issue 26.
 
-2008-05-28 21:45  pramsey
+2008-05-28 21:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bug reporting documentation (issue 27)
+	* [r2789] Bug reporting documentation (issue 27)
 
-2008-05-28 21:35  pramsey
+2008-05-28 21:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix for issue 30, ST_Buffer doco mistake
+	* [r2787] 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 at siriusit.co.uk>
 
-	* Remove extra warnings related to the shp2pgsql deleted records
-	  patch
+	* [r2785] 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 at siriusit.co.uk>
 
-	* Update new build system to include iconv detection for shp2pgsql
+	* [r2784] Update new build system to include iconv detection for
+	  shp2pgsql
 
-2008-05-27 03:00  pramsey
+2008-05-27 03:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix for DBF files with deleted records. (#29)
+	* [r2783] 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 at siriusit.co.uk>
 
-	* Since PGXS compiles libraries with -Wall, attempt to remove as
-	  many warnings as possible. Most of these are missing function
-	  prototypes at the top of each file.
+	* [r2781] Since PGXS compiles libraries with -Wall, 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 at siriusit.co.uk>
 
-	* Update documentation build so that "make install" now works.
-	  Maybe this will fix the on-line website build?
+	* [r2780] 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 at siriusit.co.uk>
 
-	* Update topology/ directory to use the new PGXS build system.
+	* [r2779] 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 at siriusit.co.uk>
 
-	* Update previous commit: add Makefile.in and remove Makefile,
-	  since Makefile is now generated from Makefile.in automatically.
+	* [r2778] 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 at siriusit.co.uk>
 
-	* Rework the documentation Makefile so that it works with the
-	  autoconf build system.
+	* [r2777] 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 at siriusit.co.uk>
 
-	* Fixes for previous commit: missed Makefile.config target for
-	  "make clean"
+	* [r2776] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Commit new build system based upon PGXS. Due to the large number
-	  of changes, please refer to
+	* [r2774] Commit new build system based upon PGXS. Due to the large
+	  number of changes, please refer 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 at cleverelephant.ca>
 
-	* ST_AsGeoJSon patch from Olivier Courtin
+	* [r2772] ST_AsGeoJSon patch from Olivier Courtin
 	  <olivier.courtin at camptocamp.com>.
 
-2008-04-22 14:54  pramsey
+2008-04-22 14:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* envelope doco fix
+	* [r2771] envelope doco fix
 
-2008-04-12 18:39  pramsey
+2008-04-12 18:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bump trunk up to 1.3.4SVN
+	* [r2770] Bump trunk up to 1.3.4SVN
 
-2008-04-12 18:32  pramsey
+2008-04-12 18:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Versions and news for the 1.3.3 release.
+	* [r2768] Versions and news for the 1.3.3 release.
 
-2008-04-12 16:46  pramsey
+2008-04-12 16:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update re dbf patch
+	* [r2765] Update re dbf patch
 
-2008-04-12 16:44  pramsey
+2008-04-12 16:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* New -n switch to support DBF-only loading of attributes without
-	  shapes.
+	* [r2764] 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 at siriusit.co.uk>
 
-	* Remove svn:eol-style from regress_ogc_expected; MingW requires
-	  unix line endings in order for the diff to work as expected.
+	* [r2763] 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 at cleverelephant.ca>
 
-	* Reduce FTDate field size to 8 bytes from 10. Matches other calls
-	  in the file
+	* [r2762] 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 at siriusit.co.uk>
 
-	* Another round of PostgreSQL 8.3 fixes, this time related to
-	  arrays. Make sure that we use the supplied ArrayType pointer
+	* [r2761] 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 at cleverelephant.ca>
 
-	* Change sr_id into an integer, per mca's suggestion.
+	* [r2760] Change sr_id into an integer, per mca's suggestion.
 
-2008-04-08 21:36  pramsey
+2008-04-08 21:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix string literal comparison warnings: "comparison with string
-	  literal results in
+	* [r2759] 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 at cleverelephant.ca>
 
-	* Rename all occurances of getopt to pgis_getopt to work around
+	* [r2758] 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 at cleverelephant.ca>
 
-	* Fix the ST_AsKML regression tests.
+	* [r2757] Fix the ST_AsKML regression tests.
 
-2008-04-07 19:47  pramsey
+2008-04-07 19:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Allow conditional regression tests based on GEOS_VERNUM and move
-	  the
+	* [r2756] Allow conditional regression tests based on GEOS_VERNUM
+	  and move the
 	  cover/prepared tests into the appropriate buckets. Fix the
 	  AT_AsKML
 	  regression tests.
 
-2008-04-05 14:49  pramsey
+2008-04-05 14:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* remove unloved header file
+	* [r2755] remove unloved header file
 
-2008-03-31 11:16  mcayland
+2008-03-31 11:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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.
+	* [r2754] 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 at cleverelephant.ca>
 
-	* small syntax errors in ST_YMAX, etc functions
+	* [r2753] small syntax errors in ST_YMAX, etc functions
 
-2008-03-30 19:37  pramsey
+2008-03-30 19:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* confirm st_*min st_*max
+	* [r2752] confirm st_*min st_*max
 
-2008-03-28 23:24  pramsey
+2008-03-28 23:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Syntax error in sql.in
+	* [r2751] Syntax error in sql.in
 
-2008-03-28 21:31  pramsey
+2008-03-28 21:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixed up KML patch from Eduin Carillo.
+	* [r2750] Fixed up KML patch from Eduin Carillo.
 
-2008-03-28 21:28  pramsey
+2008-03-28 21:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Enable the USE_PROJ and GEOS_VERNUM macros to propogate into
-	  lwpostgis.sql.in
+	* [r2749] 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 at cleverelephant.ca>
 
-	* Revert KML patch, bad puppy!
+	* [r2748] Revert KML patch, bad puppy!
 
-2008-03-28 21:04  pramsey
+2008-03-28 21:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added KML patch from Eduin Carillo.
+	* [r2747] 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 at cleverelephant.ca>
 
-	* Changed ifeq to ifndef for CXX macro test.
+	* [r2746] Changed ifeq to ifndef for CXX macro test.
 
-2008-03-28 20:17  pramsey
+2008-03-28 20:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Removed unloved and un-used geos_version.sh file.
+	* [r2745] Removed unloved and un-used geos_version.sh file.
 
-2008-03-28 20:03  pramsey
+2008-03-28 20:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added SVN support patch from Dr. Marco Hugentobler, as described
-	  in
+	* [r2744] 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 at cleverelephant.ca>
 
-	* Added GEOS_VERNUM macro and protected GEOS 3.0/3.1 functionality
-	  behind it.
+	* [r2743] 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 at siriusit.co.uk>
 
-	* Fix crash caused by double-free in LWGEOM_same - we were
+	* [r2742] 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 at cleverelephant.ca>
 
-	* Removed regress_ogc_prep from tests temporarily until a new GEOS
-	  is released with support
+	* [r2741] 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 at siriusit.co.uk>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Change link to postgis bug tracker
+	* [r2739] Change link to postgis bug tracker
 
-2008-03-21 08:17  mcayland
+2008-03-21 08:17  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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().
+	* [r2738] 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 at cleverelephant.ca>
 
-	* Document ST_SimplifyPreserveTopology(geometry,float)
+	* [r2737] Document ST_SimplifyPreserveTopology(geometry,float)
 
-2008-02-12 15:03  pramsey
+2008-02-12 15:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added hook to GEOSTopologyPreserveSimplify
+	* [r2736] Added hook to GEOSTopologyPreserveSimplify
 
-2008-01-29 01:24  benjubb
+2008-01-29 01:24  Ben Jubb <benjubb at refractions.net>
 
-	* Changed the interface for the GEOS prepared predicates.
+	* [r2735] Changed the interface for the GEOS prepared predicates.
 	  ST_contains, ST_containsProperly, ST_covers, and ST_intersects
 	  are now overloaded.
 	  The new arguments style is ( geometry, geometry, integer). The
@@ -34183,23 +35353,23 @@
 	  side-steps the issue of determining when the identity of the
 	  first geometry changes.
 
-2008-01-22 19:44  benjubb
+2008-01-22 19:44  Ben Jubb <benjubb at refractions.net>
 
-	* Ammended to include prepared geometry cache code in scope of
-	  PREPARED_GEOM symbol.
+	* [r2734] Ammended to include prepared geometry cache code in scope
+	  of PREPARED_GEOM symbol.
 
-2008-01-22 00:24  benjubb
+2008-01-22 00:24  Ben Jubb <benjubb at refractions.net>
 
-	* Modified to check version of GEOS and stub out prepared
+	* [r2733] 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
+2008-01-18 18:57  Ben Jubb <benjubb at refractions.net>
 
-	* Made some minor changes suggested by Mark Cave-Ayland.
+	* [r2732] Made some minor changes suggested by Mark Cave-Ayland.
 
-2008-01-18 01:05  benjubb
+2008-01-18 01:05  Ben Jubb <benjubb at refractions.net>
 
-	* Added new function wrappers to expose prepared geometry
+	* [r2731] Added new function wrappers to expose prepared geometry
 	  predicates:
 	  ST_ContainsPrepared( geometry, geometry )
 	  ST_ContainsProperlyPrepared( geometry, geometry )
@@ -34209,18 +35379,18 @@
 	  as well, this function was added, for orthogonality:
 	  ST_ContainsProperly( geometry, geometry )
 
-2008-01-18 01:04  benjubb
+2008-01-18 01:04  Ben Jubb <benjubb at refractions.net>
 
-	* Added new functions to lwgeom_geos_c.c to support prepared
-	  geometry predicates.
+	* [r2730] 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)
 	  bool intersectsPrepared( geom, geom)
 
-2008-01-18 00:59  benjubb
+2008-01-18 00:59  Ben Jubb <benjubb at refractions.net>
 
-	* Tests for the prepared geometry predicates.
+	* [r2729] 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.
@@ -34229,92 +35399,93 @@
 	  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 at siriusit.co.uk>
 
-	* Bump version number to 1.3.3SVN for next development cycle.
+	* [r2727] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r2726] 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 at cleverelephant.ca>
 
-	* Fix up bad entities and screwed up programlistings from some
-	  previous pretty-printing
+	* [r2725] 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 at siriusit.co.uk>
 
-	* 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)
+	* [r2723] 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 at cleverelephant.ca>
 
-	* Added release notes.
+	* [r2722] Added release notes.
 
-2007-11-30 13:04  mcayland
+2007-11-30 13:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Extend the PROJ.4 search path to include
+	* [r2718] 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 at siriusit.co.uk>
 
-	* Apply Tom Glancy's patch to shp2pgsql which corrects an
+	* [r2717] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r2716] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Remove version numbers from liblwgeom references in lwpostgis.sql
-	  as per
+	* [r2714] 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
@@ -34323,257 +35494,266 @@
 	  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 at siriusit.co.uk>
 
-	* Commit Charlie Savage's patches (with additional comments) to the
-	  bounding box/envelope functions to ensure that valid geometries
-	  are always returned; in more specific terms, if a bounding box is
-	  a point then a POINT is returned, and if a bounding box is
-	  1-dimensional a LINESTRING is returned. Otherwise a POLYGON is
-	  returned as per the old behaviour. For details see the thread in
-	  the postgis-users archives Sept 2007 'How to get the centroid of
-	  an bounding box using st_extent'.
+	* [r2713] Commit Charlie Savage's patches (with additional
+	  comments) to the bounding box/envelope functions to ensure that
+	  valid geometries are always returned; in more specific terms, if
+	  a bounding box is a point then a POINT is returned, and if a
+	  bounding box is 1-dimensional a LINESTRING is returned. Otherwise
+	  a POLYGON is returned as per the old behaviour. For details see
+	  the thread in the postgis-users 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 at siriusit.co.uk>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* KML credits patch <yecarrillo>
+	* [r2711] KML credits patch <yecarrillo>
 
-2007-10-10 21:27  mcayland
+2007-10-10 21:27  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Apply extra fixes for the reworked AsGML() function to ensure
-	  that enough memory is allocated for the GML output. Patch
+	* [r2710] 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 at siriusit.co.uk>
 
-	* Fix a mistake in my refactoring of the AsGML() patch for GML3
-	  support - the detoasted geometry is now the second argument
+	* [r2709] 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 at cleverelephant.ca>
 
-	* Applied patch from Charlie Savage to make ST_Envelope return a
-	  POINT
+	* [r2708] 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 at siriusit.co.uk>
 
-	* Commit modified version of Barbara Phillipot's GML patch to fix
-	  existing output to make it GML2 compliant, plus add GML3 output
-	  capability
+	* [r2707] 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 at cleverelephant.ca>
 
-	* Rename ST_GeomUnion to ST_Union in docs and ST_MemGeomUnion to
-	  ST_MemUnion in
+	* [r2700] 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 at siriusit.co.uk>
 
-	* 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] 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
+2007-08-15 14:39  Stephen Frost <sfrost at snowman.net>
 
-	* - Include levenshtein difference in rating when doing city/state
-	  match.
+	* [r2694] - Include levenshtein difference in rating when doing
+	  city/state match.
 
-2007-08-13 16:30  pramsey
+2007-08-13 16:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Increment version number to 1.3.2 for next development cycle
+	* [r2693] 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 at cleverelephant.ca>
 
-	* Version flip up to 1.3.1
+	* [r2691] Version flip up to 1.3.1
 
-2007-08-13 15:51  mcayland
+2007-08-13 15:51  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Fixed spelling error for the word "geometry" thanks to Regina
-	  Obe, plus added comment about initial PostgreSQL 8.3 support.
+	* [r2690] 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 at siriusit.co.uk>
 
-	* This time really fix the documentation missing tag problem...
+	* [r2689] 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 at siriusit.co.uk>
 
-	* Fix documentation since an error in the 1.3.0 release notes xml
-	  caused the build to fail (this may need author review)
+	* [r2688] 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 at siriusit.co.uk>
 
-	* Remove warning about unused variable in lwgeom.c (it was a
-	  leftover from the PostgreSQL 8.3 compatibility patch)
+	* [r2687] 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 at lisasoft.com>
 
-	* Added release notes and updated version numbers and release
-	  dates.
+	* [r2684] 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 at lisasoft.com>
 
-	* Moved the intersects method back to the original definition and
-	  disabled the new apparently broken implementation.
+	* [r2682] 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 at lisasoft.com>
 
-	* Bumped the version number to RC5.
+	* [r2681] Bumped the version number to RC5.
 
-2007-08-09 16:56  mleslie
+2007-08-09 16:56  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Updated the regression tests for curved geoms to avoid the byte
-	  ordering problems.
+	* [r2680] 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 at lisasoft.com>
 
-	* Removed an unused function that was erroneously committed.
+	* [r2679] Removed an unused function that was erroneously
+	  committed.
 
-2007-08-02 19:58  mleslie
+2007-08-02 19:58  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Added PreparedGeometry and caching support to the intersects
-	  function in the jts connector. Created wrapper functions for the
-	  PreparedGeometry functionality.
+	* [r2678] 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 at lisasoft.com>
 
-	* Removed a call to the deprecated point_in_ring function.
+	* [r2677] 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 at lisasoft.com>
 
-	* Updated the version numbers.
+	* [r2672] Updated the version numbers.
 
-2007-07-26 18:55  mleslie
+2007-07-26 18:55  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Applyed Michael Fuhrs patch to fix the reserved word issue
-	  against PostgreSQL 8.3.
+	* [r2671] 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 at lisasoft.com>
 
-	* Fixed the FP_LTEQ macro to accomodate values significantly larger
-	  that zero.
+	* [r2669] 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 at lisasoft.com>
 
-	* Added the covers and coveredby functions to the jts connector.
+	* [r2668] 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 at lisasoft.com>
 
-	* Updated the loader to create the index after the data has been
-	  loaded.
+	* [r2667] 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 at cleverelephant.ca>
 
-	* Fix some ST_ declarations that were missing.
+	* [r2666] Fix some ST_ declarations that were missing.
 
-2007-07-18 15:57  mleslie
+2007-07-18 15:57  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Applying Michael Fuhrs patch to correct my attrocious selling.
+	* [r2665] Applying Michael Fuhrs patch to correct my attrocious
+	  selling.
 
-2007-07-16 18:53  mleslie
+2007-07-16 18:53  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Added notes about the implicit index operators on the relational
-	  functions.
+	* [r2664] 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 at lisasoft.com>
 
-	* Resurrected the ST_LineToCurve regression tests, but commented
-	  them out until ST_SnapToGrid excepts curves.
+	* [r2663] 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 at lisasoft.com>
 
-	* Upgraded the escaping of quotes from the deprecated backslashing
-	  to the doubling of quotes.
+	* [r2662] 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 at siriusit.co.uk>
 
-	* Rollback experimental shp2pgsql escaping change that accidently
-	  got included in the last commit :(
+	* [r2657] 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 at siriusit.co.uk>
 
-	* Correct previous commit for older PostgreSQL versions - the order
-	  of the methods in PROJ4SRSCacheContextMethods is not consistent
-	  between versions.
+	* [r2656] 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 at siriusit.co.uk>
 
-	* Add missing methods to the PROJ.4 cache memory context to prevent
-	  a backend crash caused by a NULL pointer dereference when
+	* [r2655] 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 at lisasoft.com>
 
-	* Removing the unsnappable test calls to LineToCurve.
+	* [r2654] Removing the unsnappable test calls to LineToCurve.
 
-2007-07-11 01:17  pramsey
+2007-07-11 01:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove extra/debian, per recommendation from Stephen Frost
+	* [r2653] Remove extra/debian, per recommendation from Stephen
+	  Frost
 
-2007-07-10 21:12  pramsey
+2007-07-10 21:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove templategis from make, install, clean targets.
+	* [r2652] Remove templategis from make, install, clean targets.
 
-2007-07-09 03:11  snowman
+2007-07-09 03:11  Stephen Frost <sfrost at snowman.net>
 
-	* - Remove debugging NOTICE
+	* [r2651] - Remove debugging NOTICE
 
-2007-07-09 02:20  snowman
+2007-07-09 02:20  Stephen Frost <sfrost at snowman.net>
 
-	* - Added print-print function for norm_addy type (norm_addy ->
-	  varchar)
+	* [r2650] - Added print-print function for norm_addy type
+	  (norm_addy -> varchar)
 	  - Restructured geocode(), accept address in parsed norm_addy form
 	  as well as unparsed varchar form. Return norm_addy type instead
 	  of
 	  varchar (use pprint_addy() if you want a varchar result instead)
 
-2007-07-08 21:56  snowman
+2007-07-08 21:56  Stephen Frost <sfrost at snowman.net>
 
-	* - City names are 90 characters (this matters more than you might
+	* [r2649] - 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 at cleverelephant.ca>
 
-	* ST_Dwithin reference entry
+	* [r2648] ST_Dwithin reference entry
 
-2007-07-06 16:44  pramsey
+2007-07-06 16:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added ST_DWithin SQL function
+	* [r2647] Added ST_DWithin SQL function
 
-2007-07-04 17:12  mleslie
+2007-07-04 17:12  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Applied the patch from Michael Fuhr to fix the definition of
-	  ST_PointN
+	* [r2646] Applied the patch from Michael Fuhr to fix the definition
+	  of ST_PointN
 
-2007-07-03 21:36  snowman
+2007-07-03 21:36  Stephen Frost <sfrost at snowman.net>
 
-	* - Change to generic database name
+	* [r2645] - Change to generic database name
 
-2007-07-03 21:36  snowman
+2007-07-03 21:36  Stephen Frost <sfrost at snowman.net>
 
-	* - Update install instructions
+	* [r2644] - Update install instructions
 
-2007-07-03 21:32  snowman
+2007-07-03 21:32  Stephen Frost <sfrost at snowman.net>
 
-	* Add in initial import scripts for importing the TIGER/Line
+	* [r2643] Add in initial import scripts for importing the
+	  TIGER/Line
 	  data into a PostGIS system. Could probably be improved to
 	  accept more arguments/etc and require less direct script
 	  modification to make it work. Also, not sure the polygons
 	  are done perfectly yet. :/
 
-2007-07-03 21:30  snowman
+2007-07-03 21:30  Stephen Frost <sfrost at snowman.net>
 
-	* Add in broken out/updated normalize/geocode functions
+	* [r2642] Add in broken out/updated normalize/geocode functions
 	  - create_geocode.sql:
 	  Main creation script for pulling in all the other
 	  .sql files to create all the functions and whatnot
@@ -34592,16 +35772,16 @@
 	  be a specific record type across multiple calls. That's
 	  currently a problem. :/
 
-2007-07-03 21:22  snowman
+2007-07-03 21:22  Stephen Frost <sfrost at snowman.net>
 
-	* Initial import of utility functions, seperated into individual
-	  files
+	* [r2641] Initial import of utility functions, seperated into
+	  individual files
 	  for sanity.
 
-2007-07-03 21:19  snowman
+2007-07-03 21:19  Stephen Frost <sfrost at snowman.net>
 
-	* tables/- New scripts for roads_local/tiger_geocode_roads, clean
-	  up lookup_tables
+	* [r2640] tables/- New scripts for roads_local/tiger_geocode_roads,
+	  clean up lookup_tables
 	  - roads_local.sql:
 	  Script to create the road_local table from the completechain
 	  table which is created by ogr2ogr. Mainly handles type
@@ -34627,190 +35807,191 @@
 	  zip_lookup_all
 	  zip_lookup
 
-2007-07-03 21:05  snowman
+2007-07-03 21:05  Stephen Frost <sfrost at snowman.net>
 
-	* - Minor reorg, add in other parts of the initial load
+	* [r2639] - Minor reorg, add in other parts of the initial load
 
-2007-07-03 20:51  snowman
+2007-07-03 20:51  Stephen Frost <sfrost at snowman.net>
 
-	* - Original tiger geocoder
+	* [r2638] - Original tiger geocoder
 
-2007-07-03 20:03  mleslie
+2007-07-03 20:03  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Added a home for the tiger geocoder.
+	* [r2637] Added a home for the tiger geocoder.
 
-2007-06-28 22:46  mleslie
+2007-06-28 22:46  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* 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.
+	* [r2635] 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 at lisasoft.com>
 
-	* Added a 1D rtree for polygon segment indexing, and tied the index
-	  into the point in polygon short-circuit of the contains, within,
-	  intersects and disjoint methods. Added an index cache to the
-	  comparitor methods to save index build times.
+	* [r2634] Added a 1D rtree for polygon segment indexing, and tied
+	  the index into the point in polygon short-circuit of the
+	  contains, within, intersects and 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 at lisasoft.com>
 
-	* Added or updated debugging statements.
+	* [r2633] Added or updated debugging statements.
 
-2007-06-28 20:14  mleslie
+2007-06-28 20:14  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Altered the macro tests for pg_alloc, pg_realloc to only print
-	  debugging information when alloc debugging is enabled.
+	* [r2632] 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 at lisasoft.com>
 
-	* Updated the regression test suite to allow variable results
-	  depending on jts/geos availability.
+	* [r2625] Updated the regression 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 at lisasoft.com>
 
-	* Added curvey geometry recognition to the jts connector.
+	* [r2624] Added curvey geometry recognition to the jts connector.
 
-2007-06-12 14:46  pramsey
+2007-06-12 14:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Typo corrections from Michael Fuhr.
+	* [r2623] Typo corrections from Michael Fuhr.
 
-2007-06-08 10:28  mcayland
+2007-06-08 10:28  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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.
+	* [r2622] 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 at lisasoft.com>
 
-	* Added relational function definitions that inline index operators
-	  for automagic index utilization.
+	* [r2620] Added relational function definitions that inline index
+	  operators for automagic index utilization.
 
-2007-06-06 19:19  nbarker
+2007-06-06 19:19  Norman Barker <nbarker at ittvis.com>
 
-	* Hibernate Spatial Criteria Queries and Dialect
+	* [r2619] Hibernate Spatial Criteria Queries and Dialect
 
-2007-06-05 20:46  mleslie
+2007-06-05 20:46  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Updated the docs to reflect the function name transition.
+	* [r2618] Updated the docs to reflect the function name transition.
 
-2007-06-05 20:45  mleslie
+2007-06-05 20:45  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Reorganized the sqlmm function declarations to prevent
+	* [r2617] 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 at lisasoft.com>
 
-	* Added versions of functions with standard ST (Spatial Type)
-	  prefixes to any functions that were lacking them. Updated the
-	  regression tests to include the new functions.
+	* [r2616] Added versions of functions with standard ST (Spatial
+	  Type) prefixes to any 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 at lisasoft.com>
 
-	* Ongoing PIP trauma. Addressed the issue of points in line with a
-	  boundary segment, but not actually on it. Added appropriate unit
-	  tests.
+	* [r2614] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* 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] 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 at siriusit.co.uk>
 
-	* Add support for the upcoming release of PostgreSQL 8.3. From
-	  PostgreSQL 8.3, the internal structure of varlena datatypes has
-	  changed and so any references to the size of the varlena and its
-	  address must use the VARSIZE and SET_VARSIZE macros. Includes a
-	  #define in pgsql_compat.h so that SET_VARSIZE still works with
+	* [r2610] Add support for the upcoming release of PostgreSQL 8.3.
+	  From PostgreSQL 8.3, the internal structure of varlena datatypes
+	  has changed and so any references to the size of the varlena and
+	  its address must use the VARSIZE and SET_VARSIZE macros. Includes
+	  a #define in pgsql_compat.h so that SET_VARSIZE still works with
 	  the older PostgreSQL versions. Passes all regression tests under
 	  PostgreSQL 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 at lisasoft.com>
 
-	* Added curve handling to getType, numGeometries, geometryN,
-	  dimension, exteriorRing, numInteriorRings, interiorRingN, closed
-	  (lwgeom_ogc.c) lwgeom_clone (lwgeom.c) and area. Added function
-	  ST_CurveToLine and ST_LineToCurve. Added regression tests for
-	  sql-mm geometries and related functions.
+	* [r2609] Added curve handling to getType, numGeometries,
+	  geometryN, dimension, exteriorRing, numInteriorRings,
+	  interiorRingN, closed (lwgeom_ogc.c) lwgeom_clone (lwgeom.c) and
+	  area. Added function ST_CurveToLine 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 at lisasoft.com>
 
-	* Added short-circuit calls for the point-in-polygon cases of
-	  disjoint and intersect calls. Added regression tests for the new
-	  short-circuits.
+	* [r2608] 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 at siriusit.co.uk>
 
-	* Bump SVN code version to 1.2.2SVN
+	* [r2607] 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 at siriusit.co.uk>
 
-	* Fix broken regress_proj expected results by removing the extra
-	  DELETE at the end of the file.
+	* [r2606] 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 at siriusit.co.uk>
 
-	* 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 PostGIS. Includes alterations to autoconf to display an
-	  error message during configure if the GEOS version is incorrect.
-	  Passes all regression tests with GEOS 2.2.3 and GEOS 3.0.0rc4
-	  using GEOS CAPI.
+	* [r2605] 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 PostGIS. Includes alterations to autoconf to
+	  display an error message during configure if the GEOS version is
+	  incorrect. Passes 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 at cleverelephant.ca>
 
-	* Spelling fix
+	* [r2604] Spelling fix
 
-2007-04-02 21:17  pramsey
+2007-04-02 21:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Small doco fix
+	* [r2602] Small doco fix
 
-2007-03-15 09:22  mschaber
+2007-03-15 09:22  Markus Schaber <markus at schabi.de>
 
-	* aded PostGIS Dialect for Hibernate from Norman Barker
+	* [r2601] aded PostGIS Dialect for Hibernate from Norman Barker
 
-2007-03-09 19:34  mleslie
+2007-03-09 19:34  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Bug 143 is once again dealt with, this time for good.
+	* [r2600] 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 at lisasoft.com>
 
-	* Rolling back a cure that killed the patient.
+	* [r2599] Rolling back a cure that killed the patient.
 
-2007-03-09 00:33  mleslie
+2007-03-09 00:33  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Bug 143 code fix and regression case.
+	* [r2598] Bug 143 code fix and regression case.
 
-2007-03-01 08:31  strk
+2007-03-01 08:31  Sandro Santilli <strk at keybit.net>
 
-	* * extras/template_gis/Makefile:
+	* [r2597] * extras/template_gis/Makefile:
 	  Install 'defaults' file to $(DATADIR)$(prefix)
 
-2007-02-28 17:39  pramsey
+2007-02-28 17:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove minor typo
+	* [r2596] Remove minor typo
 
-2007-02-26 09:03  strk
+2007-02-26 09:03  Sandro Santilli <strk at keybit.net>
 
-	* * regress/run_test: discard CONTEXT and DELETE
+	* [r2595] * regress/run_test: discard CONTEXT and DELETE
 	  lines from test outputs.
 	  
 	  Patch by Eduin Carrillo, sliglty modified to take precision
@@ -34819,1073 +36000,1101 @@
 	  * regress/: Makefile, kml.sql, kml_expected:
 	  Regression test for asKML().
 
-2007-02-06 17:38  pramsey
+2007-02-06 17:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Edits from Bruce Rindahl
+	* [r2594] Edits from Bruce Rindahl
 
-2007-01-26 15:11  mcayland
+2007-01-26 15:11  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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] 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 at keybit.net>
 
-	* * extras/template_gis/Makefile: escape $bindir
+	* [r2590] * extras/template_gis/Makefile: escape $bindir
 	  to allow for colons in it's value (win32 issue).
 
-2007-01-18 18:51  mschaber
+2007-01-18 18:51  Markus Schaber <markus at schabi.de>
 
-	* finally really fixed javadoc build on Windows. Yes, that hack is
-	  ugly. Kudos to Marc Cave-Ayland.
+	* [r2589] finally really fixed javadoc build on Windows. Yes, that
+	  hack is ugly. Kudos to Marc Cave-Ayland.
 
-2007-01-18 18:33  mschaber
+2007-01-18 18:33  Markus Schaber <markus at schabi.de>
 
-	* further fix for javadoc build
+	* [r2588] further fix for javadoc build
 
-2007-01-18 17:56  mschaber
+2007-01-18 17:56  Markus Schaber <markus at schabi.de>
 
-	* fixed jdbc javadoc build
+	* [r2587] fixed jdbc javadoc build
 
-2007-01-15 10:48  strk
+2007-01-15 10:48  Sandro Santilli <strk at keybit.net>
 
-	* Patch by Michael Fuhr: * extras/template_gis/Makefile: quote grep
-	  argument for Solaris to work.
+	* [r2586] 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 at cleverelephant.ca>
 
-	* Change 'Postgis' to 'PostGIS'
+	* [r2585] Change 'Postgis' to 'PostGIS'
 
-2007-01-12 18:07  strk
+2007-01-12 18:07  Sandro Santilli <strk at keybit.net>
 
-	* Patch by Gerald Fenoy <djay at gentoo.org>:
+	* [r2584] Patch by Gerald Fenoy <djay at gentoo.org>:
 	  
 	  * configure.in: add --with-xsl switch.
 
-2007-01-12 01:50  pramsey
+2007-01-12 01:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* 1.2.1 release prep
+	* [r2582] 1.2.1 release prep
 
-2007-01-11 01:40  mleslie
+2007-01-11 01:40  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Added a length check to prevent the point in polygon shortcut
-	  from finding points contained within a zero length segment.
+	* [r2580] 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 at lisasoft.com>
 
-	* Fixed the COMPOUNDCURVE example to properly should the contained
-	  CIRCULARSTRING.
+	* [r2579] Fixed the COMPOUNDCURVE example to properly should the
+	  contained CIRCULARSTRING.
 
-2007-01-08 10:48  mschaber
+2007-01-08 10:48  Markus Schaber <markus at schabi.de>
 
-	* fixed 8.2 compatibility
+	* [r2570] fixed 8.2 compatibility
 
-2007-01-08 10:12  mschaber
+2007-01-08 10:12  Markus Schaber <markus at schabi.de>
 
-	* hopefully fixed GCJ build
+	* [r2569] hopefully fixed GCJ build
 
-2007-01-05 00:52  strk
+2007-01-05 00:52  Sandro Santilli <strk at keybit.net>
 
-	* * GNUmakefile: bring in extra/template_gis for all rules.
+	* [r2568] * 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.ca at gmail.com>
 
-	* initial load
+	* [r2567] initial load
 
-2006-12-29 00:31  strk
+2006-12-29 00:31  Sandro Santilli <strk at keybit.net>
 
-	* * configure.in: fixed GEOS_LDFLAGS detection
+	* [r2566] * configure.in: fixed GEOS_LDFLAGS detection
 	  for older GEOS versions.
 
-2006-12-29 00:26  strk
+2006-12-29 00:26  Sandro Santilli <strk at keybit.net>
 
-	* cleaned up Hard Upgrade manual section (was unreadable).
+	* [r2565] cleaned up Hard Upgrade manual section (was unreadable).
 
-2006-12-27 04:58  devrim
+2006-12-27 04:58  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Update spec file to 1.2.0 and fix many issues.
+	* [r2564] Update spec file to 1.2.0 and fix many issues.
 	  Update RPM patches.
 
-2006-12-22 11:28  mschaber
+2006-12-22 11:28  Markus Schaber <markus at schabi.de>
 
-	* Added generation of JDBC javadoc zip file
+	* [r2563] Added generation of JDBC javadoc zip file
 
-2006-12-21 00:19  pramsey
+2006-12-21 00:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updated to 1.2.0
+	* [r2562] Updated to 1.2.0
 
-2006-12-20 20:43  strk
+2006-12-20 20:43  Sandro Santilli <strk at keybit.net>
 
-	* * regress/README: wrote info about adding regression tests
+	* [r2561] * 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.ca at gmail.com>
 
-	* Added fix to permit gist indexes to have more than 459 null
-	  geometries in a table
+	* [r2560] 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.ca at gmail.com>
 
-	* Added test to fix that permitted gist indexes to have more than
-	  459 null geometries in a table
+	* [r2559] 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.ca at gmail.com>
 
-	* Added fix to permit gist indexes to have more than 459 null
-	  geometries in a table
+	* [r2558] Added fix to permit gist indexes to have more than 459
+	  null geometries in a table
 
-2006-12-18 14:12  mschaber
+2006-12-18 14:12  Markus Schaber <markus at schabi.de>
 
-	* Improved SRID handling in regression tests and added
+	* [r2557] Improved SRID handling in regression tests and added
 	  CoordinateArraySequence tests.
 
-2006-12-18 13:04  mschaber
+2006-12-18 13:04  Markus Schaber <markus at schabi.de>
 
-	* Added ChangeLog/News entries for recent commits
+	* [r2556] Added ChangeLog/News entries for recent commits
 
-2006-12-18 12:58  mschaber
+2006-12-18 12:58  Markus Schaber <markus at schabi.de>
 
-	* Fix multi-dimension handling in JtsBinaryWriter, thanks to Thomas
-	  Marti for the hints
+	* [r2555] Fix multi-dimension handling in JtsBinaryWriter, thanks
+	  to Thomas Marti for the hints
 
-2006-12-18 12:55  mschaber
+2006-12-18 12:55  Markus Schaber <markus at schabi.de>
 
-	* Fixed Makefile for jts tests, commented debug options better
+	* [r2554] Fixed Makefile for jts tests, commented debug options
+	  better
 
-2006-12-15 11:00  strk
+2006-12-15 11:00  Sandro Santilli <strk at keybit.net>
 
-	* Patch by Eduin Carrillo: short circuit transform when source and
-	  target SRID are the same.
+	* [r2553] 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 at keybit.net>
 
-	* Added additional step for adding release marks in ChangeLog
+	* [r2552] Added additional step for adding release marks in
+	  ChangeLog
 
-2006-12-15 10:51  strk
+2006-12-15 10:51  Sandro Santilli <strk at keybit.net>
 
-	* marked 1.2.0 release
+	* [r2551] marked 1.2.0 release
 
-2006-12-15 10:48  strk
+2006-12-15 10:48  Sandro Santilli <strk at keybit.net>
 
-	* Patch by Eduin Carrillo <yecarrillo at yahoo.com>:
+	* [r2550] Patch by Eduin Carrillo <yecarrillo at yahoo.com>:
 	  
 	  * lwgeom/: Makefile, lwgeom_kml.c, lwpostgis.sql.in:
 	  New AsKML() function
 	  * doc/postgis.xml: document new AsKML function.
 
-2006-12-13 17:50  mschaber
+2006-12-13 17:50  Markus Schaber <markus at schabi.de>
 
-	* fixed 'hard upgrade' instructions in readme.postgis
+	* [r2549] fixed 'hard upgrade' instructions in readme.postgis
 
-2006-12-11 17:41  pramsey
+2006-12-11 17:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updated vers. #
+	* [r2548] Updated vers. #
 
-2006-12-09 03:57  pramsey
+2006-12-09 03:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Update version to corrent 1.2.0 version, and set news to correct
-	  version
+	* [r2543] 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 at lisasoft.com>
 
-	* Updated with curved geometry definitions.
+	* [r2541] Updated with curved geometry definitions.
 
-2006-12-06 00:30  mleslie
+2006-12-06 00:30  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Added sections for SQL-MM and ArcSDE function ports.
+	* [r2540] Added sections for SQL-MM and ArcSDE function ports.
 
-2006-12-05 20:45  mleslie
+2006-12-05 20:45  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Fixing some incomplete paths, and adding changes to the regress
-	  directory.
+	* [r2539] 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 at lisasoft.com>
 
-	* Added the previous changes for the curved geometry support.
+	* [r2538] Added the previous changes for the curved geometry
+	  support.
 
-2006-12-05 19:22  kneufeld
+2006-12-05 19:22  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* Added SQL/MM wrappers to existing PostGIS functions
+	* [r2537] Added SQL/MM wrappers to existing PostGIS functions
 
-2006-12-05 19:07  kneufeld
+2006-12-05 19:07  Kevin Neufeld <kneufeld.ca at gmail.com>
 
-	* added a subset (only those implemented by ArcSDE) of the SQL/MM
-	  function prototypes and appended the file to lwpostgis.sql
+	* [r2536] 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.ca at gmail.com>
 
-	* Moved common sql defines to their own header file.
+	* [r2535] Moved common sql defines to their own header file.
 	  ie. IF USE_VERSION>72 ...
 
-2006-12-05 11:00  mschaber
+2006-12-05 11:00  Markus Schaber <markus at schabi.de>
 
-	* Added JTS shape + missing News message
+	* [r2534] Added JTS shape + missing News message
 
-2006-12-05 01:21  mleslie
+2006-12-05 01:21  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Updated the documentation to include an SQL-MM types section.
+	* [r2533] 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 at lisasoft.com>
 
-	* Added typedefs and serialization/deserialization functionality
-	  for sql-mm defined curved geometry types. Added a
+	* [r2532] Added typedefs and serialization/deserialization
+	  functionality for sql-mm defined curved geometry types. Added a
 	  point_in_polygon short-circuit for contains and within functions.
 
-2006-11-22 10:42  mschaber
+2006-11-22 10:42  Markus Schaber <markus at schabi.de>
 
-	* java/ejb3/src/org/postgis/hibernate/GeometryType.java Added
-	  Nullpointer Fix by Norman Barker
+	* [r2531] 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 at keybit.net>
 
-	* * utils/postgis_restore.pl (canonicalize_typename):
+	* [r2530] * 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 at keybit.net>
 
-	* Patch by "Antoine Bajolet" <antoine.bajolet at tdf.fr>:
+	* [r2529] Patch by "Antoine Bajolet" <antoine.bajolet at 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 at keybit.net>
 
-	* * configure.in (geos detection): use $geos_prefix/lib when
-	  --ldflags is not supported by geos-config available.
+	* [r2528] * 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 at keybit.net>
 
-	* Patch by Havard Tveite <havard.tveite at nlh.no>:
+	* [r2527] Patch by Havard Tveite <havard.tveite at 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 at keybit.net>
 
-	* * doc/postgis.xml: list setSRID bug fix in 'Bug fixes' section.
+	* [r2525] * doc/postgis.xml: list setSRID bug fix in 'Bug fixes'
+	  section.
 
-2006-11-02 11:48  mschaber
+2006-11-02 11:48  Markus Schaber <markus at schabi.de>
 
-	* Added missing docs about setsrid()
+	* [r2524] Added missing docs about setsrid()
 
-2006-11-02 09:03  mschaber
+2006-11-02 09:03  Markus Schaber <markus at schabi.de>
 
-	* fixed setSRID bug in JDBC ComposedGeom.
+	* [r2523] fixed setSRID bug in JDBC ComposedGeom.
 
-2006-11-02 08:06  strk
+2006-11-02 08:06  Sandro Santilli <strk at keybit.net>
 
-	* ready for 1.1.6 release
+	* [r2522] ready for 1.1.6 release
 
-2006-11-02 07:55  strk
+2006-11-02 07:55  Sandro Santilli <strk at keybit.net>
 
-	* * lwgeom/lwgeom_api.c, lwgeom/wktunparse.c: cast -1 to a char
+	* [r2521] * 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 at keybit.net>
 
-	* Renamed CHANGES file to NEWS, updated references to it
+	* [r2520] Renamed CHANGES file to NEWS, updated references to it
 
-2006-10-26 09:35  strk
+2006-10-26 09:35  Sandro Santilli <strk at keybit.net>
 
-	* Initial import of an automatic generated ChangeLog - all
+	* [r2519] Initial import of an automatic generated ChangeLog - all
 	  developers please manually edit this on each commit
 
-2006-10-25 10:23  mschaber
+2006-10-25 10:23  Markus Schaber <markus at schabi.de>
 
-	* fixed CAPI change that broke 64-bit platforms
+	* [r2518] fixed CAPI change that broke 64-bit platforms
 
-2006-10-25 10:00  mschaber
+2006-10-25 10:00  Markus Schaber <markus at schabi.de>
 
-	* updated changelog to reflect loader regression fix
+	* [r2517] updated changelog to reflect loader regression fix
 
-2006-10-25 09:57  mschaber
+2006-10-25 09:57  Markus Schaber <markus at schabi.de>
 
-	* Make regress test build loader and dumper as it needs them
+	* [r2516] 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 at keybit.net>
 
-	* use Z ordinate in reprojections
+	* [r2515] use Z ordinate in reprojections
 
-2006-10-19 12:01  strk
+2006-10-19 12:01  Sandro Santilli <strk at keybit.net>
 
-	* spatial_ref_sys.sql updated to EPSG 6.11.1
+	* [r2514] spatial_ref_sys.sql updated to EPSG 6.11.1
 
-2006-10-14 14:22  mschaber
+2006-10-14 14:22  Markus Schaber <markus at schabi.de>
 
-	* sanitized usage info output on loader/dumper
+	* [r2513] sanitized usage info output on loader/dumper
 
-2006-10-14 09:26  mschaber
+2006-10-14 09:26  Markus Schaber <markus at schabi.de>
 
-	* Cleaned up Version.config & co.
+	* [r2512] Cleaned up Version.config & co.
 
-2006-10-13 15:56  mschaber
+2006-10-13 15:56  Markus Schaber <markus at schabi.de>
 
-	* updated CHANGES and doc/postgis.xml in preparation of upcoming
-	  release
+	* [r2510] updated CHANGES and doc/postgis.xml in preparation of
+	  upcoming release
 
-2006-10-13 15:35  mschaber
+2006-10-13 15:35  Markus Schaber <markus at schabi.de>
 
-	* updated HOWTO_RELEASE to reflect version.
+	* [r2509] updated HOWTO_RELEASE to reflect version.
 
-2006-10-13 14:18  mcayland
+2006-10-13 14:18  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Updated CHANGES files to reflect the MingW (Win32) linker fix for
-	  pgsql2hp under PostgreSQL 8.2
+	* [r2508] Updated CHANGES files to reflect the MingW (Win32) linker
+	  fix for pgsql2hp under PostgreSQL 8.2
 
-2006-10-11 13:35  mschaber
+2006-10-11 13:35  Markus Schaber <markus at schabi.de>
 
-	* Added hint about template_postgis to docs, thanks to Marc
+	* [r2507] Added hint about template_postgis to docs, thanks to Marc
 	  Cave-Ayland for contribution.
 
-2006-10-11 11:19  mschaber
+2006-10-11 11:19  Markus Schaber <markus at schabi.de>
 
-	* fix ARC regression test failures in loader
+	* [r2506] fix ARC regression test failures in loader
 
-2006-10-11 10:45  mschaber
+2006-10-11 10:45  Markus Schaber <markus at schabi.de>
 
-	* added note about odt to README, re-exported pdf
+	* [r2505] added note about odt to README, re-exported pdf
 
-2006-10-11 10:00  strk
+2006-10-11 10:00  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in InsertLineStringWKT, also fixed some typos
+	* [r2504] Fixed a bug in InsertLineStringWKT, also fixed some typos
 
-2006-10-11 09:43  mschaber
+2006-10-11 09:43  Markus Schaber <markus at schabi.de>
 
-	* added -S option and updated README to loader/dumper
+	* [r2503] added -S option and updated README to loader/dumper
 
-2006-10-11 09:37  mschaber
+2006-10-11 09:37  Markus Schaber <markus at schabi.de>
 
-	* bumped versions to 1.1.5
+	* [r2502] bumped versions to 1.1.5
 
-2006-10-09 17:22  mschaber
+2006-10-09 17:22  Markus Schaber <markus at schabi.de>
 
-	* fix EJB3 replace Method for Hibernate
+	* [r2501] fix EJB3 replace Method for Hibernate
 
-2006-10-09 17:12  mschaber
+2006-10-09 17:12  Markus Schaber <markus at schabi.de>
 
-	* added EJB3Spatial.odt, fixed Normans contact mail
+	* [r2500] added EJB3Spatial.odt, fixed Normans contact mail
 
-2006-10-09 16:33  mcayland
+2006-10-09 16:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* 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.
+	* [r2499] 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
+2006-10-04 10:47  Markus Schaber <markus at schabi.de>
 
-	* fixed svn:ignore
+	* [r2498] fixed svn:ignore
 
-2006-10-02 23:26  mschaber
+2006-10-02 23:26  Markus Schaber <markus at schabi.de>
 
-	* Fix all Eclipse warnings in java code, small cleanup
+	* [r2497] Fix all Eclipse warnings in java code, small cleanup
 
-2006-10-02 23:16  mschaber
+2006-10-02 23:16  Markus Schaber <markus at schabi.de>
 
-	* First PLJava checkin.
+	* [r2496] First PLJava checkin.
 	  pljava needs some patches that are currently floating on
 	  pljava-dev to make it work, it seems that we're the first actual
 	  users of varlen UTD mappings in pljava.
 
-2006-10-02 15:58  mschaber
+2006-10-02 15:58  Markus Schaber <markus at schabi.de>
 
-	* fixed NullPointer exception in org.postgis.Geometry.equals()
+	* [r2495] fixed NullPointer exception in
+	  org.postgis.Geometry.equals()
 
-2006-10-02 14:39  mschaber
+2006-10-02 14:39  Markus Schaber <markus at schabi.de>
 
-	* added .settings to svn:ignore
+	* [r2494] added .settings to svn:ignore
 
-2006-10-02 14:30  mschaber
+2006-10-02 14:30  Markus Schaber <markus at schabi.de>
 
-	* Removed obsolete synchronisation from JTS.
+	* [r2493] Removed obsolete synchronisation from JTS.
 
-2006-10-02 12:37  mschaber
+2006-10-02 12:37  Markus Schaber <markus at schabi.de>
 
-	* fix bit width bugs in Docu
+	* [r2492] fix bit width bugs in Docu
 
-2006-09-27 15:50  mschaber
+2006-09-27 15:50  Markus Schaber <markus at schabi.de>
 
-	* Added further jdbc Todo issues.
+	* [r2491] Added further jdbc Todo issues.
 
-2006-09-27 12:37  strk
+2006-09-27 12:37  Sandro Santilli <strk at keybit.net>
 
-	* removed incompatible pointer type warning
+	* [r2490] removed incompatible pointer type warning
 
-2006-09-27 08:37  mschaber
+2006-09-27 08:37  Markus Schaber <markus at schabi.de>
 
-	* fix erroneously changed build.xml
+	* [r2488] fix erroneously changed build.xml
 
-2006-09-27 08:36  mschaber
+2006-09-27 08:36  Markus Schaber <markus at schabi.de>
 
-	* removed hyperflous jar file
+	* [r2487] removed hyperflous jar file
 
-2006-09-27 08:23  strk
+2006-09-27 08:23  Sandro Santilli <strk at keybit.net>
 
-	* lower default verbosity level
+	* [r2485] lower default verbosity level
 
-2006-09-27 08:22  strk
+2006-09-27 08:22  Sandro Santilli <strk at keybit.net>
 
-	* fixed to work with SVN
+	* [r2483] fixed to work with SVN
 
-2006-09-27 07:50  strk
+2006-09-27 07:50  Sandro Santilli <strk at keybit.net>
 
-	* updated tag step
+	* [r2481] updated tag step
 
-2006-09-27 07:39  strk
+2006-09-27 07:39  Sandro Santilli <strk at keybit.net>
 
-	* updated release notes
+	* [r2480] updated release notes
 
-2006-09-27 07:29  strk
+2006-09-27 07:29  Sandro Santilli <strk at keybit.net>
 
-	* version set to 1.1.4 (stripped CVS suffix
+	* [r2479] version set to 1.1.4 (stripped CVS suffix
 
-2006-09-25 08:27  strk
+2006-09-25 08:27  Sandro Santilli <strk at keybit.net>
 
-	* Encode pgsql2shp process pid into temporary table name, to reduce
-	  likelyhood of name clashes.
+	* [r2478] Encode pgsql2shp process pid into temporary table name,
+	  to reduce likelyhood of name clashes.
 
-2006-09-22 14:51  mschaber
+2006-09-22 14:51  Markus Schaber <markus at schabi.de>
 
-	* fixed typo, updated CHANGES
+	* [r2477] fixed typo, updated CHANGES
 
-2006-09-20 09:03  mschaber
+2006-09-20 09:03  Markus Schaber <markus at schabi.de>
 
-	* added ejb3 tutorial
+	* [r2476] added ejb3 tutorial
 
-2006-09-18 13:21  strk
+2006-09-18 13:21  Sandro Santilli <strk at keybit.net>
 
-	* Applied patch by Michael Fuhr <mike at fuhr.org>:
+	* [r2475] Applied patch by Michael Fuhr <mike at 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 at keybit.net>
 
-	* Fixed regress tests to pass with GEOS-3.0.0
+	* [r2474] Fixed regress tests to pass with GEOS-3.0.0
 
-2006-09-13 20:17  mschaber
+2006-09-13 20:17  Markus Schaber <markus at schabi.de>
 
-	* updated readme to java directory layout change
+	* [r2473] updated readme to java directory layout change
 
-2006-09-09 16:32  pramsey
+2006-09-09 16:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added fix for null dates that are encoded as '' instead of
-	  00000000.
+	* [r2472] 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 at keybit.net>
 
-	* More fixes for mixed declarations and code
+	* [r2471] More fixes for mixed declarations and code
 
-2006-09-07 17:03  strk
+2006-09-07 17:03  Sandro Santilli <strk at keybit.net>
 
-	* Declare variables at start of blocks...
+	* [r2470] Declare variables at start of blocks...
 
-2006-09-06 11:16  strk
+2006-09-06 11:16  Sandro Santilli <strk at keybit.net>
 
-	* removed duplicated function definition
+	* [r2469] removed duplicated function definition
 
-2006-09-05 15:22  mschaber
+2006-09-05 15:22  Markus Schaber <markus at schabi.de>
 
-	* updated jdbc Makefile to new directory layout
+	* [r2468] updated jdbc Makefile to new directory layout
 
-2006-09-05 15:16  mschaber
+2006-09-05 15:16  Markus Schaber <markus at schabi.de>
 
-	* Java/JDBC directory reorganization
+	* [r2467] Java/JDBC directory reorganization
 
-2006-08-30 08:46  mschaber
+2006-08-30 08:46  Markus Schaber <markus at schabi.de>
 
-	* added EJB2 support POC
+	* [r2466] added EJB2 support POC
 
-2006-08-30 08:39  mschaber
+2006-08-30 08:39  Markus Schaber <markus at schabi.de>
 
-	* fixed README about droped trove4j dependency
+	* [r2465] fixed README about droped trove4j dependency
 
-2006-07-28 13:11  strk
+2006-07-28 13:11  Sandro Santilli <strk at keybit.net>
 
-	* added regress/lwpostgis.sql to svn:ignore list
+	* [r2464] added regress/lwpostgis.sql to svn:ignore list
 
-2006-07-28 13:08  strk
+2006-07-28 13:08  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r2463] updated
 
-2006-07-28 13:07  strk
+2006-07-28 13:07  Sandro Santilli <strk at keybit.net>
 
-	* Added tests for makeline, makebox2d and makebox3d
+	* [r2462] Added tests for makeline, makebox2d and makebox3d
 
-2006-07-28 13:07  strk
+2006-07-28 13:07  Sandro Santilli <strk at keybit.net>
 
-	* Fixed small typo in debugging message, replaced custom SRID check
-	  with errorIfSRIDMismatch() function in LWGEOM_makeline
+	* [r2461] 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 at keybit.net>
 
-	* Added SRID match check in MakeBox3D, fixed small typo in error
-	  message
+	* [r2460] 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 at keybit.net>
 
-	* Added SRID match check in MakeBox2D
+	* [r2459] Added SRID match check in MakeBox2D
 
-2006-07-27 15:06  strk
+2006-07-27 15:06  Sandro Santilli <strk at keybit.net>
 
-	* Marked shapefiles as binary, corrected accidentally mangled ones
+	* [r2458] Marked shapefiles as binary, corrected accidentally
+	  mangled ones
 
-2006-07-27 09:44  mschaber
+2006-07-27 09:44  Markus Schaber <markus at schabi.de>
 
-	* typo fix in comment
+	* [r2457] typo fix in comment
 
-2006-07-26 18:44  pramsey
+2006-07-26 18:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Changed Refractions mailing address.
+	* [r2456] Changed Refractions mailing address.
 
-2006-07-26 17:21  pramsey
+2006-07-26 17:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Re-order repository
+	* [r2455] Re-order repository
 
-2006-07-26 17:21  pramsey
+2006-07-26 17:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Re-order repository
+	* [r2454] Re-order repository
 
-2006-07-25 20:16  strk
+2006-07-25 20:16  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in collect() function discarding SRID of input
+	* [r2413] Fixed bug in collect() function discarding SRID of input
 
-2006-07-25 18:24  mschaber
+2006-07-25 18:24  Markus Schaber <markus at schabi.de>
 
-	* Reworked jdbc2 makefile
+	* [r2412] Reworked jdbc2 makefile
 
-2006-07-21 21:21  pramsey
+2006-07-21 21:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add official "adaptions" to the files to make them suitable for
+	* [r2411] Add official "adaptions" to the files to make them
+	  suitable for
 	  submission to the OGC compliance process.
 
-2006-07-19 13:31  mschaber
+2006-07-19 13:31  Markus Schaber <markus at schabi.de>
 
-	* fixed checkSrid method in JtsBinaryWriter
+	* [r2410] fixed checkSrid method in JtsBinaryWriter
 
-2006-07-19 09:45  mschaber
+2006-07-19 09:45  Markus Schaber <markus at schabi.de>
 
-	* Fix setSridRecurse function in JTS
+	* [r2409] Fix setSridRecurse function in JTS
 
-2006-07-18 18:13  mschaber
+2006-07-18 18:13  Markus Schaber <markus at schabi.de>
 
-	* fix compiler warning due to deprecated method
+	* [r2408] fix compiler warning due to deprecated method
 
-2006-07-18 18:13  mschaber
+2006-07-18 18:13  Markus Schaber <markus at schabi.de>
 
-	* fix SRID handling in JTS code
+	* [r2407] fix SRID handling in JTS code
 
-2006-07-07 13:56  strk
+2006-07-07 13:56  Sandro Santilli <strk at keybit.net>
 
-	* Applied Michael Fuhr patches:
+	* [r2406] 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 at keybit.net>
 
-	* Fixed support for PostgreSQL 8.2 (gist) - patch by Michael Fuhr
-	  <mike at fuhr.org>
+	* [r2405] Fixed support for PostgreSQL 8.2 (gist) - patch by
+	  Michael Fuhr <mike at fuhr.org>
 
-2006-06-30 21:29  strk
+2006-06-30 21:29  Sandro Santilli <strk at keybit.net>
 
-	* Prepared for 1.1.3 release: release notes, changes, version.
-	  Release date set for today (2006-06-30)
+	* [r2403] 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 at keybit.net>
 
-	* replaced ROLLBACK with COMMIT in psql output to hide differences
-	  with 7.4 and lower pgsql versions.
+	* [r2402] 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 at keybit.net>
 
-	* Fixed Invalid Memory Alloc request size error on GEOS=>LWGEOM
-	  conversion for EMPTY geometries. Removed warnings when built with
-	  POSTGIS_DEBUG enabled.
+	* [r2401] 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 at keybit.net>
 
-	* Added debug lines in LWGEOM_affine, fixed some compiler warnings
-	  for build with POSTGIS_DEBUG enabled.
+	* [r2400] 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 at keybit.net>
 
-	* qualified all geometry arguments.
+	* [r2399] qualified all geometry arguments.
 
-2006-06-25 23:59  strk
+2006-06-25 23:59  Sandro Santilli <strk at keybit.net>
 
-	* Added Long Transaction Support routines, dox and regress test.
+	* [r2398] Added Long Transaction Support routines, dox and regress
+	  test.
 
-2006-06-25 23:45  strk
+2006-06-25 23:45  Sandro Santilli <strk at keybit.net>
 
-	* 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] 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 at keybit.net>
 
-	* Release Notes moved to an higher depth to reduce ToC noise.
+	* [r2396] 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 at keybit.net>
 
-	* Fixed HTML output rules
+	* [r2395] Fixed HTML output rules
 
-2006-06-25 22:33  strk
+2006-06-25 22:33  Sandro Santilli <strk at keybit.net>
 
-	* Add getTransactionID() stored procedure to support pgsql 7.3 (not
-	  tested against 7.2)
+	* [r2394] 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 at keybit.net>
 
-	* Removed compiler warnings (and more requested)
+	* [r2393] Removed compiler warnings (and more requested)
 
-2006-06-24 00:11  strk
+2006-06-24 00:11  Sandro Santilli <strk at keybit.net>
 
-	* Added spaces between parameters ref and operator, as pgsql 7.3
-	  chokes otherwise ($1*$2 becomes $1 * $2)
+	* [r2392] 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 at keybit.net>
 
-	* Added EnableLongTransactions() and DisableLongTransactions().
+	* [r2391] Added EnableLongTransactions() and
+	  DisableLongTransactions().
 
-2006-06-23 21:56  strk
+2006-06-23 21:56  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a couple of bugs, added a simple test script, cleaner error
-	  messages
+	* [r2390] 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 at keybit.net>
 
-	* Removed -0 values from polygon doubles
+	* [r2389] Removed -0 values from polygon doubles
 
-2006-06-18 11:29  strk
+2006-06-18 11:29  Sandro Santilli <strk at keybit.net>
 
-	* Changed -e test with -f, for Solaris support
+	* [r2388] Changed -e test with -f, for Solaris support
 
-2006-06-17 11:46  strk
+2006-06-17 11:46  Sandro Santilli <strk at keybit.net>
 
-	* removed spurious newline
+	* [r2387] removed spurious newline
 
-2006-06-17 11:44  strk
+2006-06-17 11:44  Sandro Santilli <strk at keybit.net>
 
-	* Fixed portability issues in the new run_test code, added loader
-	  test
+	* [r2386] Fixed portability 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 at keybit.net>
 
-	* Aliased 'test' rule as 'check', to conform to common practice.
+	* [r2385] Aliased 'test' rule as 'check', to conform to common
+	  practice.
 
-2006-06-16 14:13  strk
+2006-06-16 14:13  Sandro Santilli <strk at keybit.net>
 
-	* New regress test cases and support for loader/dumper.
+	* [r2384] New regress test cases and support for loader/dumper.
 
-2006-06-16 14:12  strk
+2006-06-16 14:12  Sandro Santilli <strk at keybit.net>
 
-	* - BUGFIX in pgsql2shp successful return code.
+	* [r2383] - 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 at keybit.net>
 
-	* Updated template_gis Makefile to work with older debian sarge
-	  (stable).
+	* [r2382] 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 at keybit.net>
 
-	* Fixed bug in PGISSCRIPT variable (provided by Alex Bodnaru)
+	* [r2381] Fixed bug in PGISSCRIPT variable (provided by Alex
+	  Bodnaru)
 
-2006-06-05 17:24  strk
+2006-06-05 17:24  Sandro Santilli <strk at keybit.net>
 
-	* Updated misleading documentation for Segmentize() function
+	* [r2380] Updated misleading documentation for Segmentize()
+	  function
 
-2006-06-02 16:59  strk
+2006-06-02 16:59  Sandro Santilli <strk at keybit.net>
 
-	* Fully supported georeferencing in chip drawing ops (must still
-	  tweak edge cases)
+	* [r2379] 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 at keybit.net>
 
-	* Fixed lwgeom drawing primitives to honour georeferencing.
+	* [r2378] Fixed lwgeom drawing primitives to honour georeferencing.
 
-2006-06-01 07:07  strk
+2006-06-01 07:07  Sandro Santilli <strk at keybit.net>
 
-	* Added "fmgr.h" include, for PG_MODULE_MAGIC definition
+	* [r2377] Added "fmgr.h" include, for PG_MODULE_MAGIC definition
 
-2006-06-01 06:58  strk
+2006-06-01 06:58  Sandro Santilli <strk at keybit.net>
 
-	* Added magic block ctor for 8.2 compatibility
+	* [r2376] Added magic block ctor for 8.2 compatibility
 
-2006-06-01 06:56  strk
+2006-06-01 06:56  Sandro Santilli <strk at keybit.net>
 
-	* Don't link pgsql2shp to more libs then required.
+	* [r2375] Don't link pgsql2shp to more libs then required.
 
-2006-05-31 08:58  strk
+2006-05-31 08:58  Sandro Santilli <strk at keybit.net>
 
-	* Added support and info for CHIP.datatype 7,8,107 and 108. They
-	  were not documented but used by CHIP canonical input function.
+	* [r2374] 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 at keybit.net>
 
-	* Imported template_gis utilities contributed by Roberto Boati and
-	  Alex Bodnaru.
+	* [r2373] 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 at keybit.net>
 
-	* Added some primitives for CHIP management + rendering for points
-	  and lines
+	* [r2372] 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 at keybit.net>
 
-	* Fixed bug in CHIP input routine failing on uncompressed 1x1
-	  integer chip inputs
+	* [r2371] 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 at keybit.net>
 
-	* added copyright header
+	* [r2370] added copyright header
 
-2006-05-30 08:38  strk
+2006-05-30 08:38  Sandro Santilli <strk at keybit.net>
 
-	* Added some missing copyright headers.
+	* [r2369] Added some missing copyright headers.
 
-2006-05-23 09:48  strk
+2006-05-23 09:48  Sandro Santilli <strk at keybit.net>
 
-	* NEW AsHEXEWKB(geom, XDR|NDR) function + documentation
+	* [r2368] NEW AsHEXEWKB(geom, XDR|NDR) function + documentation
 
-2006-05-22 15:29  strk
+2006-05-22 15:29  Sandro Santilli <strk at keybit.net>
 
-	* Moved 'measures' query into a specific file, added a test for bug
-	  #108
+	* [r2367] 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 at keybit.net>
 
-	* Set version to 1.1.3CVS
+	* [r2366] Set version to 1.1.3CVS
 
-2006-05-22 14:23  strk
+2006-05-22 14:23  Sandro Santilli <strk at keybit.net>
 
-	* Transform a SRID==0 from GEOS to a SRID=-1.
+	* [r2365] Transform a SRID==0 from GEOS to a SRID=-1.
 
-2006-05-22 13:08  strk
+2006-05-22 13:08  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in distance2d_poly_poly() never really comparing ring
-	  distances
+	* [r2364] 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 at keybit.net>
 
-	* Added 'with oids' specification to create table (oids are used
-	  for the test).
+	* [r2363] 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 at keybit.net>
 
-	* Applied cleanups by Alex Bodnaru
+	* [r2362] Applied cleanups by Alex Bodnaru
 
-2006-05-22 11:02  strk
+2006-05-22 11:02  Sandro Santilli <strk at keybit.net>
 
-	* New DumpRings(polygon) function + docs
+	* [r2361] New DumpRings(polygon) function + docs
 
-2006-05-22 10:58  strk
+2006-05-22 10:58  Sandro Santilli <strk at keybit.net>
 
-	* fixed errors in DEBUG builds
+	* [r2360] fixed errors in DEBUG builds
 
-2006-05-22 10:38  strk
+2006-05-22 10:38  Sandro Santilli <strk at keybit.net>
 
-	* Added usage comment about lwpoly_construct()
+	* [r2359] Added usage comment about lwpoly_construct()
 
-2006-05-17 15:52  strk
+2006-05-17 15:52  Sandro Santilli <strk at keybit.net>
 
-	* Added Bruce Rindahl in the credits hall
+	* [r2358] Added Bruce Rindahl in the credits hall
 
-2006-05-17 15:32  strk
+2006-05-17 15:32  Sandro Santilli <strk at keybit.net>
 
-	* Added note about doc generation change
+	* [r2357] Added note about doc generation change
 
-2006-05-17 13:11  strk
+2006-05-17 13:11  Sandro Santilli <strk at keybit.net>
 
-	* DocBook version set to 4.3 (4.2 did not have <code> tag)
+	* [r2356] 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 at keybit.net>
 
-	* Changed PDF manual generation rule to use db2pdf from
+	* [r2355] 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 at keybit.net>
 
-	* Added note about pdfxmltex being provided by xmltex package
+	* [r2354] Added note about pdfxmltex being provided by xmltex
+	  package
 
-2006-05-17 12:25  strk
+2006-05-17 12:25  Sandro Santilli <strk at keybit.net>
 
-	* Added check for pdfxmltex availability before attempting to use
-	  it
+	* [r2353] Added check for pdfxmltex availability before attempting
+	  to use it
 
-2006-05-17 07:52  strk
+2006-05-17 07:52  Sandro Santilli <strk at keybit.net>
 
-	* Additional bbox tests for transcale, rotateX and rotateY
+	* [r2352] Additional bbox tests for transcale, rotateX and rotateY
 
-2006-05-16 19:11  strk
+2006-05-16 19:11  Sandro Santilli <strk at keybit.net>
 
-	* Added tests for translate and scale bbox computation
+	* [r2351] Added tests for translate and scale bbox computation
 
-2006-05-16 17:09  strk
+2006-05-16 17:09  Sandro Santilli <strk at keybit.net>
 
-	* BUGXFIX in affine() failing to update bounding box
+	* [r2350] BUGXFIX in affine() failing to update bounding box
 
-2006-05-11 14:24  strk
+2006-05-11 14:24  Sandro Santilli <strk at keybit.net>
 
-	* Update to 1.1.2 by Laurent WANDREBECK
+	* [r2349] Update to 1.1.2 by Laurent WANDREBECK
 
-2006-05-11 09:41  strk
+2006-05-11 09:41  Sandro Santilli <strk at keybit.net>
 
-	* added postgis.fo and postgis.pdf
+	* [r2348] added postgis.fo and postgis.pdf
 
-2006-05-11 09:41  strk
+2006-05-11 09:41  Sandro Santilli <strk at keybit.net>
 
-	* changed single-file html production to 'make html', simpler
+	* [r2347] changed single-file html production to 'make html',
+	  simpler
 
-2006-05-10 13:40  strk
+2006-05-10 13:40  Sandro Santilli <strk at keybit.net>
 
-	* Added notes about requirements for dox generation, cleaned up
-	  Makefile
+	* [r2346] Added notes about requirements for dox generation,
+	  cleaned up Makefile
 
-2006-05-10 10:47  mschaber
+2006-05-10 10:47  Markus Schaber <markus at schabi.de>
 
-	* Small typo fix in comment
+	* [r2345] Small typo fix in comment
 
-2006-05-10 10:37  strk
+2006-05-10 10:37  Sandro Santilli <strk at keybit.net>
 
-	* Removed >/dev/null redirection of pdfxmltex command, to see
-	  what's going on
+	* [r2344] Removed >/dev/null redirection of pdfxmltex command, to
+	  see what's going on
 
-2006-05-09 13:06  mschaber
+2006-05-09 13:06  Markus Schaber <markus at schabi.de>
 
-	* Fixed JtsGeometry.equals()
+	* [r2343] Fixed JtsGeometry.equals()
 	  Imporoved Geometry setter/getter
 	  updated postgis version
 
-2006-05-04 15:19  strk
+2006-05-04 15:19  Sandro Santilli <strk at keybit.net>
 
-	* Support for Tru64 build (bug#104)
+	* [r2342] Support for Tru64 build (bug#104)
 
-2006-05-03 08:33  mschaber
+2006-05-03 08:33  Markus Schaber <markus at schabi.de>
 
-	* added eclipsebin to cvsignore
+	* [r2341] added eclipsebin to cvsignore
 
-2006-05-03 08:30  mschaber
+2006-05-03 08:30  Markus Schaber <markus at schabi.de>
 
-	* Added regression tests for OGC conformant multiPoint parsing,
-	  updated CHANGELOG
+	* [r2340] Added regression tests for OGC conformant multiPoint
+	  parsing, updated CHANGELOG
 
-2006-05-03 08:18  mschaber
+2006-05-03 08:18  Markus Schaber <markus at schabi.de>
 
-	* Added test case for scientific notation
+	* [r2339] Added test case for scientific notation
 
-2006-04-26 14:42  mschaber
+2006-04-26 14:42  Markus Schaber <markus at schabi.de>
 
-	* fixed typo in regression test online help
+	* [r2338] fixed typo in regression test online help
 
-2006-04-26 12:19  strk
+2006-04-26 12:19  Sandro Santilli <strk at keybit.net>
 
-	* Added --with-geos-libdir and --with-proj-libdir configure
+	* [r2337] Added --with-geos-libdir and --with-proj-libdir configure
 	  switches
 
-2006-04-18 16:57  strk
+2006-04-18 16:57  Sandro Santilli <strk at keybit.net>
 
-	* Fixed invalid C++ style comment
+	* [r2336] Fixed invalid C++ style comment
 
-2006-04-18 16:56  strk
+2006-04-18 16:56  Sandro Santilli <strk at keybit.net>
 
-	* Used ad-hoc AC_PROG_YACC for yacc detection
+	* [r2335] Used ad-hoc AC_PROG_YACC for yacc detection
 
-2006-04-18 14:09  strk
+2006-04-18 14:09  Sandro Santilli <strk at keybit.net>
 
-	* Limited text field size to 255 (bug #84) [will eventually provide
-	  a switch to support wider fields ]
+	* [r2334] 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 at keybit.net>
 
-	* updated
+	* [r2333] updated
 
-2006-04-18 12:30  strk
+2006-04-18 12:30  Sandro Santilli <strk at keybit.net>
 
-	* Added test for wkt parser
+	* [r2332] Added test for wkt parser
 
-2006-04-18 12:30  strk
+2006-04-18 12:30  Sandro Santilli <strk at keybit.net>
 
-	* WKT parser: forbidden EMPTY elements in non-collection
+	* [r2331] WKT parser: forbidden EMPTY elements in non-collection
 	  multigeoms.
 
-2006-04-18 10:28  strk
+2006-04-18 10:28  Sandro Santilli <strk at keybit.net>
 
-	* 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.
+	* [r2330] 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 at keybit.net>
 
-	* Added check for libiconv_open (for MingW) - patch provided by
-	  Mark Cave-Ayland
+	* [r2329] 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 at keybit.net>
 
-	* Substituted bzero() use with memset()
+	* [r2328] Substituted bzero() use with memset()
 
-2006-04-18 09:10  strk
+2006-04-18 09:10  Sandro Santilli <strk at keybit.net>
 
-	* Applied patch by Mark Cave-Ayland allowing in-place regression
-	  tests to
+	* [r2327] 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 at keybit.net>
 
-	* Added support for printing argument geoms on union failures
+	* [r2326] 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 at keybit.net>
 
-	* removed obsoleted items
+	* [r2325] removed obsoleted items
 
-2006-03-29 09:19  strk
+2006-03-29 09:19  Sandro Santilli <strk at keybit.net>
 
-	* Set release version and date
+	* [r2323] Set release version and date
 
-2006-03-29 09:14  strk
+2006-03-29 09:14  Sandro Santilli <strk at keybit.net>
 
-	* Prepared for 1.1.2 release
+	* [r2322] Prepared for 1.1.2 release
 
-2006-03-28 08:39  strk
+2006-03-28 08:39  Sandro Santilli <strk at keybit.net>
 
-	* Mangled Self-intersection message to remove 'at or near point'
+	* [r2321] 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 at keybit.net>
 
-	* Used a larger grid for buffer() test, to account for rounding
-	  changes between
+	* [r2320] 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 at keybit.net>
 
-	* Applied patch from Mark Cave Ayland embedding access control for
+	* [r2319] 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 at keybit.net>
 
-	* added enforceRHR fix
+	* [r2318] added enforceRHR fix
 
-2006-03-12 17:20  pramsey
+2006-03-12 17:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix isccw to return correct ccw answer.
+	* [r2317] Fix isccw to return correct ccw answer.
 
-2006-03-12 17:13  pramsey
+2006-03-12 17:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix for enforceRHR to actually enforce rather than just reverse.
-	  (Note
+	* [r2316] 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 at keybit.net>
 
-	* Added pg_config --libs to PGFELIBS as a workaround for systems
+	* [r2315] 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 at keybit.net>
 
-	* Fixed 'clean' rule to succeed also when tree already cleaned (rm
-	  -f)
+	* [r2314] 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 at cleverelephant.ca>
 
-	* Minor error in install instructions
+	* [r2313] Minor error in install instructions
 
-2006-02-23 11:48  mschaber
+2006-02-23 11:48  Markus Schaber <markus at schabi.de>
 
-	* documented affine(), rewrote transscale() to use affine()
+	* [r2312] documented affine(), rewrote transscale() to use affine()
 
-2006-02-22 14:06  strk
+2006-02-22 14:06  Sandro Santilli <strk at keybit.net>
 
-	* Added affine() internal function.
+	* [r2311] Added affine() internal function.
 	  Provided rotate{Z,X,Y}() internally using affine().
 	  Made scale() and translate() internally use affine().
 	  Obsoleted transscale() 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 at keybit.net>
 
-	* Qualified args of difference() to avoid clashes with other
-	  packages
+	* [r2310] Qualified args of difference() to avoid clashes with
+	  other packages
 
-2006-02-10 10:58  strk
+2006-02-10 10:58  Sandro Santilli <strk at keybit.net>
 
-	* Made it a single transaction
+	* [r2309] Made it a single transaction
 
-2006-02-10 10:57  strk
+2006-02-10 10:57  Sandro Santilli <strk at keybit.net>
 
-	* Removed intermediate VACUUM
+	* [r2308] Removed intermediate VACUUM
 
-2006-02-06 20:04  mschaber
+2006-02-06 20:04  Markus Schaber <markus at schabi.de>
 
-	* fixed srid handling in jts for composed geometries - this had
-	  prevented 'inner' geometries with no given srid from inheriting
-	  the srid from outer collection.
+	* [r2307] 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 at keybit.net>
 
-	* Added uchar typedef
+	* [r2306] Added uchar typedef
 
-2006-02-06 11:12  strk
+2006-02-06 11:12  Sandro Santilli <strk at keybit.net>
 
-	* uint32_t typedef moved back from wktparse.h to lwgparse.c and
-	  wktunparse.c
+	* [r2305] 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 at keybit.net>
 
-	* added snaptogrid behavior
+	* [r2304] added snaptogrid behavior
 
-2006-02-03 20:53  strk
+2006-02-03 20:53  Sandro Santilli <strk at keybit.net>
 
-	* Swapped stdint.h (unavailable on Solaris9) with inttypes.h
+	* [r2303] Swapped stdint.h (unavailable on Solaris9) with
+	  inttypes.h
 
-2006-02-03 09:52  strk
+2006-02-03 09:52  Sandro Santilli <strk at keybit.net>
 
-	* Changed int4 typedefs to use POSIX uint32_t
+	* [r2302] Changed int4 typedefs to use POSIX uint32_t
 
-2006-02-02 04:46  pramsey
+2006-02-02 04:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updated maintainers info.
+	* [r2301] Updated maintainers info.
 
-2006-02-01 22:15  strk
+2006-02-01 22:15  Sandro Santilli <strk at keybit.net>
 
-	* Made regress/run_test create and drop it's regress database
+	* [r2300] 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 at keybit.net>
 
-	* Portable tests for docdir and datadir, comments fixed.
+	* [r2299] 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 at keybit.net>
 
-	* Fixed bug in SnapToGrid() bbox computation.
+	* [r2298] Fixed bug in SnapToGrid() bbox computation.
 	  Previous policy (WHEN SIMPLE) turned out to be non-simple,
 	  so this has been changed to TAINING.
 	  Bbox will then be recomputed by scanning output coordinates
@@ -35900,249 +37109,253 @@
 	  
 	  Version bumped to 1.1.2 and CHANGES file updated.
 
-2006-01-23 00:13  strk
+2006-01-23 00:13  Sandro Santilli <strk at keybit.net>
 
-	* Set version to 1.1.1, edited 1.1.1 Release Notes chapter in
-	  manual
+	* [r2296] 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 at cleverelephant.ca>
 
-	* Fix for bug 10, SRID 28992 incorrect
+	* [r2295] Fix for bug 10, SRID 28992 incorrect
 
-2006-01-21 08:40  strk
+2006-01-21 08:40  Sandro Santilli <strk at keybit.net>
 
-	* Separated 'export' from assignment, for Solaris support -
+	* [r2294] 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 at keybit.net>
 
-	* Updated documentation for line_substring() and
+	* [r2293] Updated documentation for line_substring() and
 	  line_interpolate_point()
 
-2006-01-19 19:13  strk
+2006-01-19 19:13  Sandro Santilli <strk at keybit.net>
 
-	* Added a couple of line_interpolate_point tests
+	* [r2292] Added a couple of line_interpolate_point tests
 
-2006-01-19 19:11  strk
+2006-01-19 19:11  Sandro Santilli <strk at keybit.net>
 
-	* Z and M interpolation in line_interpolate_point()
+	* [r2291] Z and M interpolation in line_interpolate_point()
 
-2006-01-19 18:26  strk
+2006-01-19 18:26  Sandro Santilli <strk at keybit.net>
 
-	* Made line_substring() handle corner case of start/end having the
-	  same
+	* [r2290] 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 at keybit.net>
 
-	* Added more regress tests for line_substring
+	* [r2289] Added more regress tests for line_substring
 
-2006-01-19 18:17  strk
+2006-01-19 18:17  Sandro Santilli <strk at keybit.net>
 
-	* Added Z and M interpolation in ptarray_substring(), fixed some
-	  corner-case bugs
+	* [r2288] 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 at keybit.net>
 
-	* Added interpolate_point4d() general function in API
+	* [r2287] Added interpolate_point4d() general function in API
 
-2006-01-19 18:15  strk
+2006-01-19 18:15  Sandro Santilli <strk at keybit.net>
 
-	* Added -v switch to show differences inline
+	* [r2286] Added -v switch to show differences inline
 
-2006-01-18 21:06  strk
+2006-01-18 21:06  Sandro Santilli <strk at keybit.net>
 
-	* Forced lc_messages to be 'C' during regress tests
+	* [r2285] Forced lc_messages to be 'C' during regress tests
 
-2006-01-18 10:19  strk
+2006-01-18 10:19  Sandro Santilli <strk at keybit.net>
 
-	* Fixed out-of-bound condition in ptarray_substring during copy of
+	* [r2284] 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 at keybit.net>
 
-	* Fixed $datadir and $docdir paths to support postgresql convention
+	* [r2283] 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 at keybit.net>
 
-	* Added postgis_restore.pl fix
+	* [r2282] Added postgis_restore.pl fix
 
-2006-01-17 08:36  strk
+2006-01-17 08:36  Sandro Santilli <strk at keybit.net>
 
-	* Commented out debugging premature exit left from last review
+	* [r2281] Commented out debugging premature exit left from last
+	  review
 
-2006-01-16 10:42  strk
+2006-01-16 10:42  Sandro Santilli <strk at keybit.net>
 
-	* Added support for Bool and Date DBF<=>PGIS mapping
+	* [r2280] Added support for Bool and Date DBF<=>PGIS mapping
 
-2006-01-16 10:10  strk
+2006-01-16 10:10  Sandro Santilli <strk at keybit.net>
 
-	* Fixed default pgsql prefix to /usr/local/pgsql (default since
-	  pgsql 7.2)
+	* [r2279] 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 at keybit.net>
 
-	* Fixed handling of pg_config --bindir
+	* [r2278] Fixed handling of pg_config --bindir
 
-2006-01-13 09:11  strk
+2006-01-13 09:11  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in ptarray_locate_point() - added regress test for
-	  specific case
+	* [r2277] 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 at keybit.net>
 
-	* Fixed bug blessing all GEOMETRYCOLLECTIONS to MULTIPOLYGONS in
-	  postgis->GEOS
+	* [r2276] Fixed bug blessing all GEOMETRYCOLLECTIONS to
+	  MULTIPOLYGONS in postgis->GEOS
 	  converted trough C-API
 
-2006-01-10 16:38  mschaber
+2006-01-10 16:38  Markus Schaber <markus at schabi.de>
 
-	* Added NumInteriorRing(geometry) alias function
+	* [r2275] Added NumInteriorRing(geometry) alias function
 
-2006-01-09 16:40  strk
+2006-01-09 16:40  Sandro Santilli <strk at keybit.net>
 
-	* ISO C90 comments, signedness mismatch fixes
+	* [r2274] ISO C90 comments, signedness mismatch fixes
 
-2006-01-09 15:55  strk
+2006-01-09 15:55  Sandro Santilli <strk at keybit.net>
 
-	* ISO C90 comments (finished in lwgeom/)
+	* [r2273] ISO C90 comments (finished in lwgeom/)
 
-2006-01-09 15:12  strk
+2006-01-09 15:12  Sandro Santilli <strk at keybit.net>
 
-	* ISO C90 comments
+	* [r2272] ISO C90 comments
 
-2006-01-09 15:11  strk
+2006-01-09 15:11  Sandro Santilli <strk at keybit.net>
 
-	* Removed variable-sized array and fixed comments as for ISO C90
-	  requirements.
+	* [r2271] 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 at keybit.net>
 
-	* Added simplify() test unit
+	* [r2270] Added simplify() test unit
 
-2006-01-09 14:43  strk
+2006-01-09 14:43  Sandro Santilli <strk at keybit.net>
 
-	* ISO C90 comments, indenting
+	* [r2269] ISO C90 comments, indenting
 
-2006-01-09 12:56  strk
+2006-01-09 12:56  Sandro Santilli <strk at keybit.net>
 
-	* Proc upgrade requirement message made more clear.
+	* [r2268] Proc upgrade requirement message made more clear.
 
-2006-01-09 12:55  strk
+2006-01-09 12:55  Sandro Santilli <strk at keybit.net>
 
-	* Removed variable-sized array forbidden by ISO C90.
+	* [r2267] Removed variable-sized array forbidden by ISO C90.
 
-2006-01-09 12:39  strk
+2006-01-09 12:39  Sandro Santilli <strk at keybit.net>
 
-	* C++ style comments removed, fixed return from void function.
+	* [r2266] C++ style comments removed, fixed return from void
+	  function.
 
-2006-01-09 12:36  strk
+2006-01-09 12:36  Sandro Santilli <strk at keybit.net>
 
-	* Changed C++ style comments to ISO C format
+	* [r2265] Changed C++ style comments to ISO C format
 
-2006-01-09 12:30  strk
+2006-01-09 12:30  Sandro Santilli <strk at keybit.net>
 
-	* Changed C++ style comments to ISO C ones.
+	* [r2264] Changed C++ style comments to ISO C ones.
 
-2006-01-09 12:17  strk
+2006-01-09 12:17  Sandro Santilli <strk at keybit.net>
 
-	* Added Solaris 2.7 and MingW support improvements item
+	* [r2263] Added Solaris 2.7 and MingW support improvements item
 
-2006-01-09 11:48  strk
+2006-01-09 11:48  Sandro Santilli <strk at keybit.net>
 
-	* Fixed "strict-aliasing rule" breaks.
+	* [r2262] Fixed "strict-aliasing rule" breaks.
 
-2006-01-09 11:43  strk
+2006-01-09 11:43  Sandro Santilli <strk at keybit.net>
 
-	* Found another (faster) way to avoid breaking "strict-aliasing
-	  rules"
+	* [r2261] Found another (faster) way to avoid breaking
+	  "strict-aliasing rules"
 
-2006-01-09 11:05  strk
+2006-01-09 11:05  Sandro Santilli <strk at keybit.net>
 
-	* Removed POINT4D=>POINT2D cast raising GCC warning
+	* [r2260] Removed POINT4D=>POINT2D cast raising GCC warning
 
-2006-01-09 10:56  strk
+2006-01-09 10:56  Sandro Santilli <strk at keybit.net>
 
-	* Changed "! test" to "test !" and "-e" to "-f" for Solaris
+	* [r2259] 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 at keybit.net>
 
-	* Changed all C++ style comments to ISO C ones.
+	* [r2258] Changed all C++ style comments to ISO C ones.
 
-2006-01-08 15:02  strk
+2006-01-08 15:02  Sandro Santilli <strk at keybit.net>
 
-	* Added lwpostgis_upgrade.sql
+	* [r2257] Added lwpostgis_upgrade.sql
 
-2006-01-07 10:18  strk
+2006-01-07 10:18  Sandro Santilli <strk at keybit.net>
 
-	* Changed $PWD uses with `pwd` (required for Solaris 2.7)
+	* [r2256] Changed $PWD uses with `pwd` (required for Solaris 2.7)
 
-2006-01-05 15:01  strk
+2006-01-05 15:01  Sandro Santilli <strk at keybit.net>
 
-	* More portable (hopefully) use of quotes and backticks
+	* [r2255] More portable (hopefully) use of quotes and backticks
 
-2006-01-05 00:26  chodgson
+2006-01-05 00:26  Chris Hodgson <chodgson at refractions.net>
 
-	* rollback to contain cast
+	* [r2254] rollback to contain cast
 
-2006-01-05 00:19  chodgson
+2006-01-05 00:19  Chris Hodgson <chodgson at refractions.net>
 
-	* 1.12 with changes from 1.11 integrated
+	* [r2253] 1.12 with changes from 1.11 integrated
 
-2006-01-05 00:07  chodgson
+2006-01-05 00:07  Chris Hodgson <chodgson at refractions.net>
 
-	* Recommitted with changes from 1_34 integrated
+	* [r2252] Recommitted with changes from 1_34 integrated
 
-2006-01-04 21:37  chodgson
+2006-01-04 21:37  Chris Hodgson <chodgson at refractions.net>
 
-	* Added function optimistic_overlap in order to support
+	* [r2251] 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 at refractions.net>
 
-	* Modified lwgeom2 = ... line in LWGEOMFromWKB function; removed
-	  the (uchar *) cast
+	* [r2250] Modified lwgeom2 = ... line in LWGEOMFromWKB function;
+	  removed the (uchar *) cast
 
-2006-01-04 21:16  chodgson
+2006-01-04 21:16  Chris Hodgson <chodgson at refractions.net>
 
-	* Added the CHIP_send function which enables Postgres 8.0 to send a
-	  binary CHIP
+	* [r2249] 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 at keybit.net>
 
-	* Added missing include for definition of unparse_WKB()
+	* [r2248] Added missing include for definition of unparse_WKB()
 
-2006-01-01 02:19  strk
+2006-01-01 02:19  Sandro Santilli <strk at keybit.net>
 
-	* Dropped unused box2df_to_box() and box_to_box2df() functions.
-	  Added box_to_box2df_p() function to complement exiting
+	* [r2247] 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 at keybit.net>
 
-	* Fixed reference to PostgreSQL "contrib" directory (no more
-	  required)
+	* [r2246] Fixed reference to PostgreSQL "contrib" directory (no
+	  more required)
 
-2005-12-31 14:57  strk
+2005-12-31 14:57  Sandro Santilli <strk at keybit.net>
 
-	* Fixed "possibly uninitialized" warning in box2df_to_box3d
+	* [r2245] Fixed "possibly uninitialized" warning in box2df_to_box3d
 
-2005-12-30 18:14  strk
+2005-12-30 18:14  Sandro Santilli <strk at keybit.net>
 
-	* Fixed all signedness warnings
+	* [r2244] Fixed all signedness warnings
 
-2005-12-30 17:40  strk
+2005-12-30 17:40  Sandro Santilli <strk at keybit.net>
 
-	* Moved PG_LWGEOM WKB I/O and SRID get/set funx
+	* [r2243] Moved PG_LWGEOM WKB I/O and SRID get/set funx
 	  from lwgeom_api.c to lwgeom_pg.c.
 	  Made lwgeom_from_ewkb directly invoke grammar parser rather then
 	  invoke
@@ -36151,146 +37364,148 @@
 	  the files
 	  being committed (more to do on other files)
 
-2005-12-28 18:43  devrim
+2005-12-28 18:43  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Removed unused patch
+	* [r2242] Removed unused patch
 
-2005-12-28 18:40  devrim
+2005-12-28 18:40  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Lots of fixes for 1.1
+	* [r2241] Lots of fixes for 1.1
 
-2005-12-21 18:45  strk
+2005-12-21 18:45  Sandro Santilli <strk at keybit.net>
 
-	* Removed awk usage, --with-template is detected during the single
+	* [r2239] 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 at keybit.net>
 
-	* Changed $() constructs to "``" ones, for portability
+	* [r2238] Changed $() constructs to "``" ones, for portability
 
-2005-12-21 12:12  strk
+2005-12-21 12:12  Sandro Santilli <strk at keybit.net>
 
-	* Raised a warning on pj_errno==-38 (a nodatum transform is
+	* [r2237] 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 at keybit.net>
 
-	* Used more portable sed syntax, submitted by Michael Fuhr.
+	* [r2236] Used more portable sed syntax, submitted by Michael Fuhr.
 
-2005-12-20 09:06  strk
+2005-12-20 09:06  Sandro Santilli <strk at keybit.net>
 
-	* Fixed inconsistency between docs install/uninstall paths
+	* [r2235] Fixed inconsistency between docs install/uninstall paths
 
-2005-12-19 20:33  strk
+2005-12-19 20:33  Sandro Santilli <strk at keybit.net>
 
-	* Fixed eprefix (bindir) use
+	* [r2234] Fixed eprefix (bindir) use
 
-2005-12-19 20:23  strk
+2005-12-19 20:23  Sandro Santilli <strk at keybit.net>
 
-	* Dropped `liblwgeom' dependency from 'test' rule
+	* [r2233] Dropped `liblwgeom' dependency from 'test' rule
 
-2005-12-19 15:07  strk
+2005-12-19 15:07  Sandro Santilli <strk at keybit.net>
 
-	* Allowed for overriding of --datadir.
+	* [r2232] 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 at keybit.net>
 
-	* make regress => make test
+	* [r2231] make regress => make test
 
-2005-12-19 10:39  strk
+2005-12-19 10:39  Sandro Santilli <strk at keybit.net>
 
-	* used a consistent construct for out_and_err redirect,
+	* [r2230] 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 at keybit.net>
 
-	* Applied patch for MingW support (buffering and INF representation
-	  problems)
+	* [r2229] Applied patch for MingW support (buffering and INF
+	  representation problems)
 
-2005-12-19 09:43  strk
+2005-12-19 09:43  Sandro Santilli <strk at keybit.net>
 
-	* Fixed uninstall rule for scripts
+	* [r2228] Fixed uninstall rule for scripts
 
-2005-12-16 16:53  strk
+2005-12-16 16:53  Sandro Santilli <strk at keybit.net>
 
-	* fixed iconv check
+	* [r2227] fixed iconv check
 
-2005-12-16 16:47  strk
+2005-12-16 16:47  Sandro Santilli <strk at keybit.net>
 
-	* Added support for mixed libiconv/iconv
+	* [r2226] Added support for mixed libiconv/iconv
 
-2005-12-16 15:07  strk
+2005-12-16 15:07  Sandro Santilli <strk at keybit.net>
 
-	* Added make_dist.sh argument.
+	* [r2225] Added make_dist.sh argument.
 
-2005-12-16 11:55  strk
+2005-12-16 11:55  Sandro Santilli <strk at keybit.net>
 
-	* Almost done with closure
+	* [r2224] Almost done with closure
 
-2005-12-16 11:53  strk
+2005-12-16 11:53  Sandro Santilli <strk at keybit.net>
 
-	* Added Carl Anderson to release-specifi credits section (forgot,
-	  who know how many else)
+	* [r2223] 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 at keybit.net>
 
-	* Edited release notes in manual, set release date to 2005/12/21
+	* [r2222] Edited release notes in manual, set release date to
+	  2005/12/21
 	  (if everything goes file)
 
-2005-12-16 10:06  mschaber
+2005-12-16 10:06  Markus Schaber <markus at schabi.de>
 
-	* small README improvements
+	* [r2221] small README improvements
 
-2005-12-16 09:36  strk
+2005-12-16 09:36  Sandro Santilli <strk at keybit.net>
 
-	* Added installed procs version when proc upgrade needed
+	* [r2220] Added installed procs version when proc upgrade needed
 
-2005-12-16 09:32  strk
+2005-12-16 09:32  Sandro Santilli <strk at keybit.net>
 
-	* Added release procedure and Versioning rationale.
+	* [r2219] Added release procedure and Versioning rationale.
 
-2005-12-16 08:59  strk
+2005-12-16 08:59  Sandro Santilli <strk at keybit.net>
 
-	* lwpostgis_upgrade.sql installed by install and removed by
+	* [r2218] 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 at keybit.net>
 
-	* Added required typinfo include
+	* [r2217] Added required typinfo include
 
-2005-12-16 08:38  strk
+2005-12-16 08:38  Sandro Santilli <strk at keybit.net>
 
-	* Simplified top warning about upgradability of changes.
+	* [r2216] Simplified top warning about upgradability of changes.
 
-2005-12-16 08:37  strk
+2005-12-16 08:37  Sandro Santilli <strk at keybit.net>
 
-	* Added dependency of postgis_proc_upgrade.pl in
+	* [r2215] 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 at keybit.net>
 
-	* Fixed version checker to only use Major to compare
+	* [r2214] Fixed version checker to only use Major to compare
 
-2005-12-16 02:08  strk
+2005-12-16 02:08  Sandro Santilli <strk at keybit.net>
 
-	* Reverted use of $(shlib_major) to $(shlib).
+	* [r2213] 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 at keybit.net>
 
-	* Added comment about the use of postgis_lib_version in version
-	  checker
+	* [r2212] 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 at keybit.net>
 
-	* Unified SCRIPTS, LIB and RELEASE versions for the sake of
+	* [r2211] Unified SCRIPTS, LIB and RELEASE versions for the sake of
 	  simplicity.
 	  postgis_scripts_released() will return the same as
 	  postgis_lib_version()
@@ -36298,130 +37513,134 @@
 	  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 at keybit.net>
 
-	* Added notes `bout postgis_scripts_released(),
+	* [r2210] 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 at keybit.net>
 
-	* perl availability check by ./configure (sorry, you'll need it
-	  from now on)
+	* [r2209] 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 at keybit.net>
 
-	* Added note about jdbc/ drop and PgSQL source dependency relief
+	* [r2208] Added note about jdbc/ drop and PgSQL source dependency
+	  relief
 
-2005-12-15 23:49  strk
+2005-12-15 23:49  Sandro Santilli <strk at keybit.net>
 
-	* Removed obsoleted code
+	* [r2207] Removed obsoleted code
 
-2005-12-15 23:46  pramsey
+2005-12-15 23:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove qandasetdiv tags and fix numbering...
+	* [r2206] Remove qandasetdiv tags and fix numbering...
 
-2005-12-15 23:28  strk
+2005-12-15 23:28  Sandro Santilli <strk at keybit.net>
 
-	* - Made postgis_version() a C function w/out changing output.
+	* [r2205] - Made postgis_version() a C function w/out changing
+	  output.
 	  - Moved postgis centroid() version (neither GEOS nor JTS) from
 	  lwgeom_functions_basic.c to lwgeom_nojts.c (fails far less
 	  times with "redefinition of centroid" errors.)
 	  - 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 at cleverelephant.ca>
 
-	* Wording changes here and there.
+	* [r2204] Wording changes here and there.
 
-2005-12-15 22:50  strk
+2005-12-15 22:50  Sandro Santilli <strk at keybit.net>
 
-	* Updated Upgrading section
+	* [r2203] Updated Upgrading section
 
-2005-12-15 19:11  strk
+2005-12-15 19:11  Sandro Santilli <strk at keybit.net>
 
-	* back to single full package
+	* [r2202] back to single full package
 
-2005-12-15 18:34  strk
+2005-12-15 18:34  Sandro Santilli <strk at keybit.net>
 
-	* Switched HARD/SOFT upgrade and removed HACK upgrade sections.
+	* [r2201] Switched HARD/SOFT upgrade and removed HACK upgrade
+	  sections.
 
-2005-12-15 18:30  strk
+2005-12-15 18:30  Sandro Santilli <strk at keybit.net>
 
-	* Added item for 1.1 closure
+	* [r2200] Added item for 1.1 closure
 
-2005-12-15 15:18  strk
+2005-12-15 15:18  Sandro Santilli <strk at keybit.net>
 
-	* Added things to do for 1.1.0 closeup
+	* [r2199] Added things to do for 1.1.0 closeup
 
-2005-12-15 09:28  strk
+2005-12-15 09:28  Sandro Santilli <strk at keybit.net>
 
-	* Infinite->Infinity
+	* [r2198] Infinite->Infinity
 
-2005-12-15 01:27  strk
+2005-12-15 01:27  Sandro Santilli <strk at keybit.net>
 
-	* Added PROJ version in output - would change the whole thing to
-	  postgis_full_version() if it only fit into 80 cols
+	* [r2197] 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 at keybit.net>
 
-	* Made PROJ test be run only if USE_PROJ=1
+	* [r2196] Made PROJ test be run only if USE_PROJ=1
 
-2005-12-15 01:19  strk
+2005-12-15 01:19  Sandro Santilli <strk at keybit.net>
 
-	* Moved GEOS/JTS function from regress to ogc test
+	* [r2195] Moved GEOS/JTS function from regress to ogc test
 
-2005-12-15 01:07  strk
+2005-12-15 01:07  Sandro Santilli <strk at keybit.net>
 
-	* Removed call to replace(text,text,text) in regress.sql
+	* [r2194] 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 at keybit.net>
 
-	* Splitted SCRIPTS_VERSION in MAJOR,MINOR,MICRO
+	* [r2193] Splitted SCRIPTS_VERSION in MAJOR,MINOR,MICRO
 
-2005-12-15 00:47  strk
+2005-12-15 00:47  Sandro Santilli <strk at keybit.net>
 
-	* 'IMMUTABLE STRICT' -> '_IMMUTABLE_STRICT' fix for new polygon
-	  ctors
+	* [r2192] 'IMMUTABLE STRICT' -> '_IMMUTABLE_STRICT' fix for new
+	  polygon ctors
 
-2005-12-15 00:28  strk
+2005-12-15 00:28  Sandro Santilli <strk at keybit.net>
 
-	* typo fixed
+	* [r2191] typo fixed
 
-2005-12-14 18:56  strk
+2005-12-14 18:56  Sandro Santilli <strk at keybit.net>
 
-	* Removed rectangle-level locking (DONE)
+	* [r2190] Removed rectangle-level locking (DONE)
 
-2005-12-14 18:45  strk
+2005-12-14 18:45  Sandro Santilli <strk at keybit.net>
 
-	* Dropped 1.1.0 specific section - all pending items dumped to
-	  'other random items'
+	* [r2189] 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 at keybit.net>
 
-	* Typo fixed (dumber->dumper) - was tempted to keep it ;)
+	* [r2188] Typo fixed (dumber->dumper) - was tempted to keep it ;)
 
-2005-12-14 18:34  strk
+2005-12-14 18:34  Sandro Santilli <strk at keybit.net>
 
-	* Reintroduced revised INSTALLATION, UPGRADE, USAGE.
+	* [r2187] 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 at keybit.net>
 
-	* Removed most info, added reference to PostGIS manual instead
+	* [r2186] Removed most info, added reference to PostGIS manual
+	  instead
 
-2005-12-14 15:29  strk
+2005-12-14 15:29  Sandro Santilli <strk at keybit.net>
 
-	* Removed postgis_geos_version.h - should be under lwgeom/
+	* [r2185] Removed postgis_geos_version.h - should be under lwgeom/
 
-2005-12-14 15:23  strk
+2005-12-14 15:23  Sandro Santilli <strk at keybit.net>
 
-	* - Create two packages:
+	* [r2184] - Create two packages:
 	  postgis-$$.tar.gz and postgis-regress-$$.tar.gz
 	  
 	  - New syntax:
@@ -36430,90 +37649,91 @@
 	  -- 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 at keybit.net>
 
-	* Removed obsoleted --param shade.verbatim param from xsltproc
-	  call,
+	* [r2183] 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 at keybit.net>
 
-	* fixed closing tag mismatch
+	* [r2182] fixed closing tag mismatch
 
-2005-12-14 13:42  strk
+2005-12-14 13:42  Sandro Santilli <strk at keybit.net>
 
-	* Added release version in abstract, updated INSTALL section to
-	  reflect autoconf-based layout
+	* [r2181] 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 at keybit.net>
 
-	* Nicely handled missing requirements for docs build
+	* [r2180] Nicely handled missing requirements for docs build
 
-2005-12-14 11:13  strk
+2005-12-14 11:13  Sandro Santilli <strk at keybit.net>
 
-	* Snapped buffer() output to a grid of 1.0E-14 grid to account for
-	  slightly
+	* [r2179] 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 at keybit.net>
 
-	* Regression tests output made much more concise
+	* [r2178] Regression tests output made much more concise
 
-2005-12-13 23:25  strk
+2005-12-13 23:25  Sandro Santilli <strk at keybit.net>
 
-	* removed unused variable
+	* [r2177] removed unused variable
 
-2005-12-13 22:04  strk
+2005-12-13 22:04  Sandro Santilli <strk at keybit.net>
 
-	* Added GEOS/JTS version info when available
+	* [r2176] Added GEOS/JTS version info when available
 
-2005-12-13 21:16  strk
+2005-12-13 21:16  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a misnamed test
+	* [r2175] Fixed a misnamed test
 
-2005-12-13 19:01  strk
+2005-12-13 19:01  Sandro Santilli <strk at keybit.net>
 
-	* Renamed ReplacePoint() to SetPoint()
+	* [r2174] Renamed ReplacePoint() to SetPoint()
 
-2005-12-13 18:39  strk
+2005-12-13 18:39  Sandro Santilli <strk at keybit.net>
 
-	* Added RemovePoint() and ReplacePoint() to complete Geometry
-	  editiong function.
+	* [r2173] Added RemovePoint() and ReplacePoint() to complete
+	  Geometry editiong function.
 	  Added regress tests for them.
 
-2005-12-13 18:19  strk
+2005-12-13 18:19  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in lwgeom_as_anytype cast funcions
+	* [r2172] Fixed bug in lwgeom_as_anytype cast funcions
 
-2005-12-13 14:19  strk
+2005-12-13 14:19  Sandro Santilli <strk at keybit.net>
 
-	* LRS section repopulated
+	* [r2170] LRS section repopulated
 
-2005-12-13 12:51  strk
+2005-12-13 12:51  Sandro Santilli <strk at keybit.net>
 
-	* Moved out of LRS section: line_locate_point back (to Misc),
+	* [r2169] 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 at keybit.net>
 
-	* updated
+	* [r2168] updated
 
-2005-12-12 20:41  strk
+2005-12-12 20:41  Sandro Santilli <strk at keybit.net>
 
-	* Handled common invokation mistake (accept trailing .sql in test
-	  names)
+	* [r2167] Handled common invokation mistake (accept trailing .sql
+	  in test names)
 
-2005-12-12 20:31  strk
+2005-12-12 20:31  Sandro Santilli <strk at keybit.net>
 
-	* Changed math statements to be compatible with solaris shell,
-	  fixed typo
+	* [r2166] 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 at keybit.net>
 
-	* - Fixed Z presence detection in GEOS funcions (C++ and C
+	* [r2165] - Fixed Z presence detection in GEOS funcions (C++ and C
 	  wrappers).
 	  - NEW BuildArea(any_geometry) function
 	  - NEW OGC BdPolyFromText(linestring_wkt, srid) function
@@ -36523,1581 +37743,1618 @@
 	  - 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 at keybit.net>
 
-	* Avoided detect_geos_version rule when using the GEOS C-API
+	* [r2164] 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 at keybit.net>
 
-	* Wrapped grid_print declaration and definition in VERBOSE block,
-	  to avoid compiler warning about it being unused
+	* [r2163] 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 at keybit.net>
 
-	* Fixed error message typo
+	* [r2161] Fixed error message typo
 
-2005-12-09 20:43  pramsey
+2005-12-09 20:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added credits for GEOS and Proj4.
+	* [r2160] Added credits for GEOS and Proj4.
 
-2005-12-09 15:14  strk
+2005-12-09 15:14  Sandro Santilli <strk at keybit.net>
 
-	* Organized Change log for 1.1.0
+	* [r2158] Organized Change log for 1.1.0
 
-2005-12-09 12:02  strk
+2005-12-09 12:02  Sandro Santilli <strk at keybit.net>
 
-	* Added Charlie Savage in credits
+	* [r2157] Added Charlie Savage in credits
 
-2005-12-09 12:00  strk
+2005-12-09 12:00  Sandro Santilli <strk at keybit.net>
 
-	* Plugged memory leaks in Polygonize().
+	* [r2155] Plugged memory leaks in Polygonize().
 
-2005-12-09 10:14  strk
+2005-12-09 10:14  Sandro Santilli <strk at keybit.net>
 
-	* Added a couple of polygonize tests
+	* [r2153] Added a couple of polygonize tests
 
-2005-12-07 12:22  strk
+2005-12-07 12:22  Sandro Santilli <strk at keybit.net>
 
-	* Fixed handling of CAST for 8.0.0 restore.
+	* [r2151] 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 at keybit.net>
 
-	* Added note about OID column drop in pre 8.1 to 8.1+ upgrades
+	* [r2150] Added note about OID column drop in pre 8.1 to 8.1+
+	  upgrades
 
-2005-12-06 15:42  devrim
+2005-12-06 15:42  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Label the spec file as 1.1.0
+	* [r2148] Label the spec file as 1.1.0
 
-2005-12-06 15:37  strk
+2005-12-06 15:37  Sandro Santilli <strk at keybit.net>
 
-	* Updated SnapToGrid documentation
+	* [r2147] Updated SnapToGrid documentation
 
-2005-12-06 15:26  devrim
+2005-12-06 15:26  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Update to 1.0.6
+	* [r2146] Update to 1.0.6
 
-2005-12-06 15:09  strk
+2005-12-06 15:09  Sandro Santilli <strk at keybit.net>
 
-	* Updated after release 1.0.6
+	* [r2145] Updated after release 1.0.6
 
-2005-12-06 14:56  strk
+2005-12-06 14:56  Sandro Santilli <strk at keybit.net>
 
-	* Added check for successfully postgis installation before running
-	  tests
+	* [r2142] Added check for successfully postgis installation before
+	  running tests
 
-2005-12-06 14:51  strk
+2005-12-06 14:51  Sandro Santilli <strk at keybit.net>
 
-	* Added user-reported intersects() test
+	* [r2141] Added user-reported intersects() test
 
-2005-12-02 15:11  strk
+2005-12-02 15:11  Sandro Santilli <strk at keybit.net>
 
-	* Had regress_ogc test skipped if no GEOS nor JTS support is
-	  compiled in
+	* [r2139] 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 at keybit.net>
 
-	* Added missing rules
+	* [r2138] Added missing rules
 
-2005-12-02 14:52  strk
+2005-12-02 14:52  Sandro Santilli <strk at keybit.net>
 
-	* Copied PostgreSQL top-level Makefile for use by systems in which
-	  make != gmake
+	* [r2137] 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 at keybit.net>
 
-	* Fixed support for PGSQL version 7.2 and 7.3
+	* [r2136] Fixed support for PGSQL version 7.2 and 7.3
 
-2005-12-02 14:15  strk
+2005-12-02 14:15  Sandro Santilli <strk at keybit.net>
 
-	* Fixed SnapToGrid output expectance (higher dims no more
+	* [r2135] Fixed SnapToGrid output expectance (higher dims no more
 	  discarded)
 
-2005-12-02 13:21  strk
+2005-12-02 13:21  Sandro Santilli <strk at keybit.net>
 
-	* Added note about new SnapToGrid function
+	* [r2134] Added note about new SnapToGrid function
 
-2005-12-02 13:16  strk
+2005-12-02 13:16  Sandro Santilli <strk at keybit.net>
 
-	* Added SnapToGrid(geom, point_offset, xsz, ysz, zsz, msz)
+	* [r2133] Added SnapToGrid(geom, point_offset, xsz, ysz, zsz, msz)
 
-2005-12-02 10:46  strk
+2005-12-02 10:46  Sandro Santilli <strk at keybit.net>
 
-	* Added LWGEOM_snaptogrid_pointoff and gridspec utility funx
+	* [r2132] Added LWGEOM_snaptogrid_pointoff and gridspec utility
+	  funx
 
-2005-12-02 09:12  strk
+2005-12-02 09:12  Sandro Santilli <strk at keybit.net>
 
-	* Added note about SnapToGrid bbox computation
+	* [r2131] Added note about SnapToGrid bbox computation
 
-2005-12-02 09:07  strk
+2005-12-02 09:07  Sandro Santilli <strk at keybit.net>
 
-	* Fixed output box2d computation in SnapToGrid (was working with
-	  float,
+	* [r2129] 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 at keybit.net>
 
-	* Added PARANOIA_LEVEL checks in box3d<->box2d converters
+	* [r2128] Added PARANOIA_LEVEL checks in box3d<->box2d converters
 
-2005-12-02 08:26  strk
+2005-12-02 08:26  Sandro Santilli <strk at keybit.net>
 
-	* Quoted grep pattern (Solaris' shell threats carets as pipes).
+	* [r2127] 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 at keybit.net>
 
-	* Changed back 'tests' to 'test'
+	* [r2126] Changed back 'tests' to 'test'
 
-2005-12-01 19:25  strk
+2005-12-01 19:25  Sandro Santilli <strk at keybit.net>
 
-	* Added note about SnapToGrid and higher dims
+	* [r2125] Added note about SnapToGrid and higher dims
 
-2005-12-01 19:09  strk
+2005-12-01 19:09  Sandro Santilli <strk at keybit.net>
 
-	* Exported DYNPTARRAY struct and accessor funx (from _lrs.c).
+	* [r2124] 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 at keybit.net>
 
-	* Fixed missing LineMerge symbol when built against geos-1.0
+	* [r2123] Fixed missing LineMerge symbol when built against
+	  geos-1.0
 
-2005-12-01 16:21  strk
+2005-12-01 16:21  Sandro Santilli <strk at keybit.net>
 
-	* Added SRID mismatch checks in GEOS and JTS wrappers
+	* [r2122] Added SRID mismatch checks in GEOS and JTS wrappers
 
-2005-12-01 16:19  strk
+2005-12-01 16:19  Sandro Santilli <strk at keybit.net>
 
-	* Updated comment about GEOS C-API (starts with 2.2.x)
+	* [r2121] 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 at keybit.net>
 
-	* Renamed clean: to cleanup:, provided empty clean: to make things
-	  work
+	* [r2118] 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 at keybit.net>
 
-	* Fixed handling of bogus geos-1.0
+	* [r2117] Fixed handling of bogus geos-1.0
 
-2005-12-01 14:07  strk
+2005-12-01 14:07  Sandro Santilli <strk at keybit.net>
 
-	* Skipped checks of SQL command outputs
+	* [r2116] 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 at keybit.net>
 
-	* Fixed lwgeom_segmentize2d() to always return a clone
+	* [r2115] Fixed lwgeom_segmentize2d() to always return a clone
 
-2005-12-01 13:49  strk
+2005-12-01 13:49  Sandro Santilli <strk at keybit.net>
 
-	* Fixed short-allocation in lwcollection_clone()
+	* [r2113] Fixed short-allocation in lwcollection_clone()
 
-2005-12-01 13:37  strk
+2005-12-01 13:37  Sandro Santilli <strk at keybit.net>
 
-	* Fixed test to cleanup after run
+	* [r2111] Fixed test to cleanup after run
 
-2005-11-30 21:02  strk
+2005-11-30 21:02  Sandro Santilli <strk at keybit.net>
 
-	* Added missing proj tests
+	* [r2109] Added missing proj tests
 
-2005-11-30 18:24  strk
+2005-11-30 18:24  Sandro Santilli <strk at keybit.net>
 
-	* Fixed segfault on addPoint() with invalid offset
+	* [r2108] Fixed segfault on addPoint() with invalid offset
 
-2005-11-30 18:24  strk
+2005-11-30 18:24  Sandro Santilli <strk at keybit.net>
 
-	* Fixed error message on non-readable expected file
+	* [r2107] Fixed error message on non-readable expected file
 
-2005-11-30 17:04  strk
+2005-11-30 17:04  Sandro Santilli <strk at keybit.net>
 
-	* Added Alex Mayrhofer to list of contributors
+	* [r2105] Added Alex Mayrhofer to list of contributors
 
-2005-11-30 16:59  strk
+2005-11-30 16:59  Sandro Santilli <strk at keybit.net>
 
-	* Moved 8.2 support to 1.0.6 section
+	* [r2103] Moved 8.2 support to 1.0.6 section
 
-2005-11-30 16:57  strk
+2005-11-30 16:57  Sandro Santilli <strk at keybit.net>
 
-	* Added proj tests, curtesy of Alex Mayrhofer
+	* [r2101] Added proj tests, curtesy of Alex Mayrhofer
 
-2005-11-29 22:40  strk
+2005-11-29 22:40  Sandro Santilli <strk at keybit.net>
 
-	* CAPI usage triggered starting at geos-2.2
+	* [r2099] CAPI usage triggered starting at geos-2.2
 
-2005-11-29 10:05  strk
+2005-11-29 10:05  Sandro Santilli <strk at keybit.net>
 
-	* Added locate_among_measure() and locate_between_measures() dox.
+	* [r2096] 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 at keybit.net>
 
-	* Updated documentation for X,Y,M and Z
+	* [r2095] Updated documentation for X,Y,M and Z
 
-2005-11-28 16:01  strk
+2005-11-28 16:01  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a segfault on geom_accum(NULL, NULL) condition
+	* [r2094] Fixed a segfault on geom_accum(NULL, NULL) condition
 
-2005-11-28 15:59  strk
+2005-11-28 15:59  Sandro Santilli <strk at keybit.net>
 
-	* Added geom_accum(NULL,NULL) test
+	* [r2091] Added geom_accum(NULL,NULL) test
 
-2005-11-28 15:06  strk
+2005-11-28 15:06  Sandro Santilli <strk at keybit.net>
 
-	* Estrapolated SERIALIZED_FORM doc from liblwgeom.h and put it into
+	* [r2090] 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 at keybit.net>
 
-	* Added bbox cache handling fix in 1.0.6
+	* [r2088] Added bbox cache handling fix in 1.0.6
 
-2005-11-28 11:48  strk
+2005-11-28 11:48  Sandro Santilli <strk at keybit.net>
 
-	* minor cleanups and comments
+	* [r2087] minor cleanups and comments
 
-2005-11-28 11:31  strk
+2005-11-28 11:31  Sandro Santilli <strk at keybit.net>
 
-	* memory release in force_collection
+	* [r2085] memory release in force_collection
 
-2005-11-28 11:27  strk
+2005-11-28 11:27  Sandro Santilli <strk at keybit.net>
 
-	* Added force_collection test
+	* [r2083] Added force_collection test
 
-2005-11-28 11:20  strk
+2005-11-28 11:20  Sandro Santilli <strk at keybit.net>
 
-	* Fixed ExteriorRing() and Segmentize() handling of bbox cache
+	* [r2081] Fixed ExteriorRing() and Segmentize() handling of bbox
+	  cache
 
-2005-11-28 11:04  strk
+2005-11-28 11:04  Sandro Santilli <strk at keybit.net>
 
-	* Added ExteriorRing and Segmentize tests
+	* [r2079] Added ExteriorRing and Segmentize tests
 
-2005-11-25 17:22  mschaber
+2005-11-25 17:22  Markus Schaber <markus at schabi.de>
 
-	* java2d and doc improvements
+	* [r2077] java2d and doc improvements
 
-2005-11-25 16:14  strk
+2005-11-25 16:14  Sandro Santilli <strk at keybit.net>
 
-	* Added support for PostgreSQL head, as suggested by Michael Fuhr.
+	* [r2076] 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 at keybit.net>
 
-	* Wrapped PROJ4SRSCacheCheck function in ifdef
+	* [r2075] 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 at keybit.net>
 
-	* Added unite_garray() test
+	* [r2074] Added unite_garray() test
 
-2005-11-25 15:43  strk
+2005-11-25 15:43  Sandro Santilli <strk at keybit.net>
 
-	* Added database version info
+	* [r2073] Added database version info
 
-2005-11-25 15:34  strk
+2005-11-25 15:34  Sandro Santilli <strk at keybit.net>
 
-	* Fixed expected ERROR and NOTICEs
+	* [r2072] Fixed expected ERROR and NOTICEs
 
-2005-11-25 15:28  strk
+2005-11-25 15:28  Sandro Santilli <strk at keybit.net>
 
-	* Fixed 0-size allocation in lwcollection deserializer
+	* [r2071] 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 at keybit.net>
 
-	* Added postgis library version and builddate, to make sure the
-	  existing database
+	* [r2069] 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 at keybit.net>
 
-	* Added note about documentation updates requirement (will anyone
-	  read it before 1.1.0 ? ;)
+	* [r2068] 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 at keybit.net>
 
-	* Fixed sizeof(GEOSGeom) calls, minor debugging improvements.
+	* [r2067] Fixed sizeof(GEOSGeom) calls, minor debugging
+	  improvements.
 
-2005-11-24 20:11  strk
+2005-11-24 20:11  Sandro Santilli <strk at keybit.net>
 
-	* Added -N and -g documentation
+	* [r2064] Added -N and -g documentation
 
-2005-11-23 15:54  strk
+2005-11-23 15:54  Sandro Santilli <strk at keybit.net>
 
-	* Changed X(), Y(), M() and Z() to raise an error if input
+	* [r2061] 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 at keybit.net>
 
-	* Changed locate_between_measures() to return simpler types
+	* [r2060] Changed locate_between_measures() to return simpler types
 
-2005-11-23 14:52  strk
+2005-11-23 14:52  Sandro Santilli <strk at keybit.net>
 
-	* Changed M() and Z() to return NULL when input doesn't have
+	* [r2059] 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 at keybit.net>
 
-	* Added usage dox and check for required input files
+	* [r2058] Added usage dox and check for required input files
 
-2005-11-23 14:38  strk
+2005-11-23 14:38  Sandro Santilli <strk at keybit.net>
 
-	* Reworked regress tests to avoid multiple database creations
+	* [r2057] Reworked regress tests to avoid multiple database
+	  creations
 
-2005-11-23 13:48  strk
+2005-11-23 13:48  Sandro Santilli <strk at keybit.net>
 
-	* fixed bug in points duplication check of dynptarray_addPoint4d
+	* [r2056] fixed bug in points duplication check of
+	  dynptarray_addPoint4d
 
-2005-11-23 13:46  strk
+2005-11-23 13:46  Sandro Santilli <strk at keybit.net>
 
-	* Added a few regression tests for LRS functions
+	* [r2055] Added a few regression tests for LRS functions
 
-2005-11-23 13:19  strk
+2005-11-23 13:19  Sandro Santilli <strk at keybit.net>
 
-	* Initial implementation of locate_among_measure() and
+	* [r2054] Initial implementation of locate_among_measure() and
 	  locate_between_measures()
 
-2005-11-22 21:29  strk
+2005-11-22 21:29  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in getPoint{3dm,3dz,4d}_p() api calls automatically
+	* [r2053] Fixed a bug in getPoint{3dm,3dz,4d}_p() api calls
+	  automatically
 	  fixing bugs in force_{3dm,3dz,4d}() user functions, for which
 	  tests have been added in regress dir.
 	  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 at keybit.net>
 
-	* Fixed debugging printf call
+	* [r2051] Fixed debugging printf call
 
-2005-11-18 17:37  mcayland
+2005-11-18 17:37  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Add fix for PG 8.1 calling the MemoryContext check method when
-	  compiled as a debug build
+	* [r2049] 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 at keybit.net>
 
-	* fixed double release of bbox cache memory
+	* [r2048] fixed double release of bbox cache memory
 
-2005-11-18 10:16  strk
+2005-11-18 10:16  Sandro Santilli <strk at keybit.net>
 
-	* Removed casts on lwalloc return.
+	* [r2047] 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 at siriusit.co.uk>
 
-	* Removed duplicate debugging code used to reset the cache when it
-	  was full
+	* [r2045] 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 at siriusit.co.uk>
 
-	* Fixed assertion bug and an off-by-one palloc() in the new
+	* [r2044] 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 at siriusit.co.uk>
 
-	* Reimplement transform() using a cache that maintains SRS and
-	  PROJ.4 library handles throughout each portal to speed up
+	* [r2043] 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
+2005-11-16 13:04  Markus Schaber <markus at schabi.de>
 
-	* small comment improvements in Point.java
+	* [r2042] small comment improvements in Point.java
 
-2005-11-16 10:34  strk
+2005-11-16 10:34  Sandro Santilli <strk at keybit.net>
 
-	* Added availability info of line_interpolate_point function
+	* [r2041] Added availability info of line_interpolate_point
+	  function
 
-2005-11-16 09:49  strk
+2005-11-16 09:49  Sandro Santilli <strk at keybit.net>
 
-	* Updated 1.0.5 release documentation
+	* [r2040] Updated 1.0.5 release documentation
 
-2005-11-14 10:05  strk
+2005-11-14 10:05  Sandro Santilli <strk at keybit.net>
 
-	* Forced use of CAPI when building against GEOS 3.x.x or superior
+	* [r2038] 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 at keybit.net>
 
-	* Forced copy of BOX2D at deserialization time.
+	* [r2037] Forced copy of BOX2D at deserialization time.
 	  LWGEOM (sub)objects will always have their own copy, safely
 	  released
 	  by lwgeom_release(). This will remove memory alignment problems.
 
-2005-11-11 18:04  strk
+2005-11-11 18:04  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r2034] updated
 
-2005-11-11 17:49  strk
+2005-11-11 17:49  Sandro Santilli <strk at keybit.net>
 
-	* Updated
+	* [r2032] Updated
 
-2005-11-11 17:45  strk
+2005-11-11 17:45  Sandro Santilli <strk at keybit.net>
 
-	* Fixed memory alignment bug in base geometry type serializers,
-	  added integrity check for geometry type flag and it's pointarrays
-	  dimension mismatch
+	* [r2030] 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 at keybit.net>
 
-	* Fixed memory alignment issues in force_*d*_recursive
+	* [r2029] Fixed memory alignment issues in force_*d*_recursive
 
-2005-11-11 17:03  strk
+2005-11-11 17:03  Sandro Santilli <strk at keybit.net>
 
-	* Added some dimensionality changes tests
+	* [r2027] Added some dimensionality changes tests
 
-2005-11-11 17:02  strk
+2005-11-11 17:02  Sandro Santilli <strk at keybit.net>
 
-	* Added linemerge test
+	* [r2026] Added linemerge test
 
-2005-11-11 10:49  strk
+2005-11-11 10:49  Sandro Santilli <strk at keybit.net>
 
-	* Fixed short-initialization in getPoint4d_p
+	* [r2020] Fixed short-initialization in getPoint4d_p
 
-2005-11-01 17:11  strk
+2005-11-01 17:11  Sandro Santilli <strk at keybit.net>
 
-	* Ported ELF detection code from PostgreSQL. PostGIS builds on
-	  freebsd > 2 out of the box now.
+	* [r2019] 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 at keybit.net>
 
-	* Initial work on ST_AddEdgeNewFaces
+	* [r2018] Initial work on ST_AddEdgeNewFaces
 
-2005-11-01 11:46  strk
+2005-11-01 11:46  Sandro Santilli <strk at keybit.net>
 
-	* Removed calls to get_proj4_from_srid() from transform() to
-	  require
+	* [r2016] 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 at keybit.net>
 
-	* Fixed handling of --with-proj handling
+	* [r2015] Fixed handling of --with-proj handling
 
-2005-11-01 10:29  strk
+2005-11-01 10:29  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r2014] updated
 
-2005-11-01 10:22  strk
+2005-11-01 10:22  Sandro Santilli <strk at keybit.net>
 
-	* 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] 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 at keybit.net>
 
-	* Reworked NULL geometries handling code letting user specify
-	  policy (insert,skip,abort). Insert is the default.
+	* [r2010] Reworked NULL geometries handling code letting user
+	  specify policy (insert,skip,abort). Insert is the default.
 
-2005-10-31 13:42  mschaber
+2005-10-31 13:42  Markus Schaber <markus at schabi.de>
 
-	* Document Bug in PGShapeGeometry
+	* [r2009] Document Bug in PGShapeGeometry
 
-2005-10-28 13:48  mschaber
+2005-10-28 13:48  Markus Schaber <markus at schabi.de>
 
-	* Small winding rule fix and some comment improvements
+	* [r2008] Small winding rule fix and some comment improvements
 
-2005-10-26 11:10  strk
+2005-10-26 11:10  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r2006] updated
 
-2005-10-26 11:07  strk
+2005-10-26 11:07  Sandro Santilli <strk at keybit.net>
 
-	* Added optional second argument to specify schema in which postgis
-	  functions are to be replaced
+	* [r2004] 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 at keybit.net>
 
-	* Added azimuth() and shift_longitude() functions
+	* [r2003] Added azimuth() and shift_longitude() functions
 
-2005-10-25 14:31  strk
+2005-10-25 14:31  Sandro Santilli <strk at keybit.net>
 
-	* Added documentation for azimuth()
+	* [r2002] Added documentation for azimuth()
 
-2005-10-25 14:21  strk
+2005-10-25 14:21  Sandro Santilli <strk at keybit.net>
 
-	* Added missing SRID check in azimuth() function
+	* [r2001] Added missing SRID check in azimuth() function
 
-2005-10-25 14:15  strk
+2005-10-25 14:15  Sandro Santilli <strk at keybit.net>
 
-	* Added azimuth(point,point) function.
+	* [r2000] Added azimuth(point,point) function.
 
-2005-10-25 11:38  strk
+2005-10-25 11:38  Sandro Santilli <strk at keybit.net>
 
-	* Added shift_longitude(geometry) sql procedure and underlying
+	* [r1999] Added shift_longitude(geometry) sql procedure and
+	  underlying
 	  ptarray_longitude_shift(POINTARRAY *) and
 	  lwgeom_longitude_shift(LWGEOM *)
 	  functions.
 
-2005-10-25 11:37  strk
+2005-10-25 11:37  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in GEOSCoordSeq to POINTARRAY converter
+	* [r1998] Fixed bug in GEOSCoordSeq to POINTARRAY converter
 
-2005-10-25 11:16  strk
+2005-10-25 11:16  Sandro Santilli <strk at keybit.net>
 
-	* Added pglwgeom_deserialize()
+	* [r1997] Added pglwgeom_deserialize()
 
-2005-10-24 16:14  strk
+2005-10-24 16:14  Sandro Santilli <strk at keybit.net>
 
-	* Moved loader/dumper stricter handling of attribute sizes from
-	  1.0.5 to head section
+	* [r1996] 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 at keybit.net>
 
-	* fixed wrong assumption about maximum size of integer attributes
-	  (width is maximum size of text representation)
+	* [r1993] 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 at keybit.net>
 
-	* Updated to reflect ownership policy in GEOS C-api.
+	* [r1991] Updated to reflect ownership policy in GEOS C-api.
 
-2005-10-24 11:33  strk
+2005-10-24 11:33  Sandro Santilli <strk at keybit.net>
 
-	* Added attribute types mapping change
+	* [r1990] Added attribute types mapping change
 
-2005-10-24 11:30  strk
+2005-10-24 11:30  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in string attributes handling truncating values of
-	  maximum
+	* [r1987] 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
 	  and to allow for big int8 values in sql->dbf conversion
 
-2005-10-21 15:35  mschaber
+2005-10-21 15:35  Markus Schaber <markus at schabi.de>
 
-	* PGShapeGeometry constructor cleanup
+	* [r1986] PGShapeGeometry constructor cleanup
 
-2005-10-21 13:06  mschaber
+2005-10-21 13:06  Markus Schaber <markus at schabi.de>
 
-	* Updated jdbc2 README to reflect JTS dependency on trove4j
+	* [r1985] Updated jdbc2 README to reflect JTS dependency on trove4j
 
-2005-10-21 12:07  mschaber
+2005-10-21 12:07  Markus Schaber <markus at schabi.de>
 
-	* implemented JTS GeometryFactory caching
+	* [r1984] implemented JTS GeometryFactory caching
 
-2005-10-21 11:33  strk
+2005-10-21 11:33  Sandro Santilli <strk at keybit.net>
 
-	* Applied patch by Lars Roessiger handling numerical values with a
-	  trailing decima
+	* [r1982] Applied patch by Lars Roessiger handling numerical values
+	  with a trailing decima
 	  l dot
 
-2005-10-21 08:53  mschaber
+2005-10-21 08:53  Markus Schaber <markus at schabi.de>
 
-	* typo fix in java2D example
+	* [r1981] typo fix in java2D example
 
-2005-10-20 18:07  mschaber
+2005-10-20 18:07  Markus Schaber <markus at schabi.de>
 
-	* added example for java2d
+	* [r1980] added example for java2d
 
-2005-10-20 16:13  mschaber
+2005-10-20 16:13  Markus Schaber <markus at schabi.de>
 
-	* moved java2d to ordinary src directory, as it does not depend on
-	  any external libraries.
+	* [r1979] moved java2d to ordinary src directory, as it does not
+	  depend on any external libraries.
 
-2005-10-20 16:04  mschaber
+2005-10-20 16:04  Markus Schaber <markus at schabi.de>
 
-	* fix postgresql 7.2 datatype registration compatibility code
+	* [r1978] fix postgresql 7.2 datatype registration compatibility
+	  code
 
-2005-10-20 15:58  mschaber
+2005-10-20 15:58  Markus Schaber <markus at schabi.de>
 
-	* Fixed all deprecation warnings in JTS code by using proper
-	  GeometryFactory instances (hope)
+	* [r1977] Fixed all deprecation warnings in JTS code by using
+	  proper GeometryFactory instances (hope)
 
-2005-10-20 15:57  mschaber
+2005-10-20 15:57  Markus Schaber <markus at schabi.de>
 
-	* added forgotten changelog entry
+	* [r1976] added forgotten changelog entry
 
-2005-10-20 14:35  mschaber
+2005-10-20 14:35  Markus Schaber <markus at schabi.de>
 
-	* Added some source for java2D readonly support
+	* [r1975] Added some source for java2D readonly support
 
-2005-10-19 13:11  strk
+2005-10-19 13:11  Sandro Santilli <strk at keybit.net>
 
-	* Handled some more errors.
+	* [r1974] Handled some more errors.
 
-2005-10-19 10:12  strk
+2005-10-19 10:12  Sandro Santilli <strk at keybit.net>
 
-	* Removed useless variables from linemerge()
+	* [r1973] Removed useless variables from linemerge()
 
-2005-10-19 10:09  strk
+2005-10-19 10:09  Sandro Santilli <strk at keybit.net>
 
-	* Removed unused variables in linemerge()
+	* [r1972] Removed unused variables in linemerge()
 
-2005-10-19 10:04  strk
+2005-10-19 10:04  Sandro Santilli <strk at keybit.net>
 
-	* Added ST_ModEdgesSplit function, cleaned up test files, added
-	  tests for
+	* [r1971] 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 at keybit.net>
 
-	* Fixed ST_NewEdgesSplit function to return new Node id rather then
-	  text
+	* [r1970] 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 at keybit.net>
 
-	* Added SQL/MM functions ST_RemoveIsoEdge and ST_NewEdgesSplit.
+	* [r1969] 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 at keybit.net>
 
-	* Changed GEOS initializzation to use lwnotice for errors rather
-	  then
+	* [r1968] 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 at keybit.net>
 
-	* Added -Wall flag to compilers invocation
+	* [r1967] Added -Wall flag to compilers invocation
 
-2005-10-17 08:37  strk
+2005-10-17 08:37  Sandro Santilli <strk at keybit.net>
 
-	* Fixed compiler warnings, handled exceptions in POSTGIS2GEOS
-	  conversions
+	* [r1966] Fixed compiler warnings, handled exceptions in
+	  POSTGIS2GEOS conversions
 
-2005-10-14 08:29  strk
+2005-10-14 08:29  Sandro Santilli <strk at keybit.net>
 
-	* Added topology change
+	* [r1965] Added topology change
 
-2005-10-13 16:21  strk
+2005-10-13 16:21  Sandro Santilli <strk at keybit.net>
 
-	* Initial work on topology model support
+	* [r1964] Initial work on topology model support
 
-2005-10-13 13:40  strk
+2005-10-13 13:40  Sandro Santilli <strk at keybit.net>
 
-	* Fixed return code from shp2pgsql
+	* [r1963] Fixed return code from shp2pgsql
 
-2005-10-10 16:19  strk
+2005-10-10 16:19  Sandro Santilli <strk at keybit.net>
 
-	* Fixed null values fraction computation in geometry analyzer as
-	  suggested by Michael Fuhr
+	* [r1961] Fixed null values fraction computation in geometry
+	  analyzer as suggested by Michael Fuhr
 
-2005-10-03 21:45  devrim
+2005-10-03 21:45  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Added basic doc about building RPMs
+	* [r1959] Added basic doc about building RPMs
 
-2005-10-03 21:29  devrim
+2005-10-03 21:29  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* - Make PostGIS build against pgxs so that we don't need
+	* [r1958] - 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 at keybit.net>
 
-	* Stricter string attributes lenght handling. DBF header will be
-	  used
+	* [r1957] Stricter string attributes lenght handling. DBF header
+	  will be used
 	  to set varchar maxlenght, (var)char typmod will be used to set
 	  DBF header
 	  len.
 
-2005-10-03 17:36  devrim
+2005-10-03 17:36  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Removed postgis-jdbc2-makefile.patch (applied to -head)
+	* [r1956] Removed postgis-jdbc2-makefile.patch (applied to -head)
 
-2005-10-03 17:29  devrim
+2005-10-03 17:29  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Applied to HEAD, so removed
+	* [r1955] Applied to HEAD, so removed
 
-2005-10-03 07:53  strk
+2005-10-03 07:53  Sandro Santilli <strk at keybit.net>
 
-	* Added -W and -I loader switches to manuals.
+	* [r1954] Added -W and -I loader switches to manuals.
 
-2005-10-03 07:45  strk
+2005-10-03 07:45  Sandro Santilli <strk at keybit.net>
 
-	* Issued a warning when -W is specified and no UTF8 support has
-	  been compiled in.
+	* [r1953] Issued a warning when -W is specified and no UTF8 support
+	  has been compiled in.
 
-2005-09-30 15:09  devrim
+2005-09-30 15:09  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Removed
+	* [r1952] Removed
 
-2005-09-30 15:09  devrim
+2005-09-30 15:09  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Renamed the file and fixed the non-ascii char
+	* [r1951] Renamed the file and fixed the non-ascii char
 
-2005-09-30 12:44  strk
+2005-09-30 12:44  Sandro Santilli <strk at keybit.net>
 
-	* undefined UNITE_USING_BUFFER (defining it to 0 did not have the
-	  expected result)
+	* [r1950] 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 at keybit.net>
 
-	* Fixed release of stack memory occurring when shp2pgsql is
+	* [r1949] 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
+2005-09-29 07:11  Markus Schaber <markus at schabi.de>
 
-	* Manually applied Makefile changes from Devrim GUNDUZ
+	* [r1947] 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 at keybit.net>
 
-	* Honoured want3d parameter in GEOS2POSTGIS converters
+	* [r1946] Honoured want3d parameter in GEOS2POSTGIS converters
 
-2005-09-27 21:50  devrim
+2005-09-27 21:50  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Mentioned about the patches in spec file.
+	* [r1945] Mentioned about the patches in spec file.
 
-2005-09-27 21:48  devrim
+2005-09-27 21:48  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Initial README file for PostGIS RPM
+	* [r1944] Initial README file for PostGIS RPM
 
-2005-09-27 21:26  devrim
+2005-09-27 21:26  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Initial import of postgis.spec
+	* [r1943] Initial import of postgis.spec
 
-2005-09-27 21:12  devrim
+2005-09-27 21:12  Devrim GÜNDÜZ <devrim at gunduz.org>
 
-	* Necesarry patches used to build PostGIS RPMs.
+	* [r1942] Necesarry patches used to build PostGIS RPMs.
 
-2005-09-27 16:30  strk
+2005-09-27 16:30  Sandro Santilli <strk at keybit.net>
 
-	* Wrapped debugging line in preprocessor block.
+	* [r1941] Wrapped debugging line in preprocessor block.
 
-2005-09-26 13:48  strk
+2005-09-26 13:48  Sandro Santilli <strk at keybit.net>
 
-	* Made USE_GEOS_CAPI definable by ./configure
+	* [r1940] Made USE_GEOS_CAPI definable by ./configure
 
-2005-09-26 13:47  strk
+2005-09-26 13:47  Sandro Santilli <strk at keybit.net>
 
-	* Added --with-geos-capi switch
+	* [r1939] Added --with-geos-capi switch
 
-2005-09-26 12:53  strk
+2005-09-26 12:53  Sandro Santilli <strk at keybit.net>
 
-	* Added LineMerge function in Geometry Editors chapter
+	* [r1938] Added LineMerge function in Geometry Editors chapter
 
-2005-09-26 12:36  strk
+2005-09-26 12:36  Sandro Santilli <strk at keybit.net>
 
-	* Initial switches for use of GEOS C-API
+	* [r1937] Initial switches for use of GEOS C-API
 
-2005-09-26 12:30  strk
+2005-09-26 12:30  Sandro Santilli <strk at keybit.net>
 
-	* Added LineMerge interface
+	* [r1936] Added LineMerge interface
 
-2005-09-26 12:09  strk
+2005-09-26 12:09  Sandro Santilli <strk at keybit.net>
 
-	* Updated LineMerge facts
+	* [r1935] Updated LineMerge facts
 
-2005-09-26 12:08  strk
+2005-09-26 12:08  Sandro Santilli <strk at keybit.net>
 
-	* Added JTSLineMerge stub, fixed typos in profiling outputs.
+	* [r1934] Added JTSLineMerge stub, fixed typos in profiling
+	  outputs.
 
-2005-09-26 12:07  strk
+2005-09-26 12:07  Sandro Santilli <strk at keybit.net>
 
-	* Added stub for linemerge()
+	* [r1933] Added stub for linemerge()
 
-2005-09-26 12:04  strk
+2005-09-26 12:04  Sandro Santilli <strk at keybit.net>
 
-	* Added new LineMerge funtion
+	* [r1932] Added new LineMerge funtion
 
-2005-09-26 12:03  strk
+2005-09-26 12:03  Sandro Santilli <strk at keybit.net>
 
-	* Fixed prototype of linemerge() and error typo in it
+	* [r1931] Fixed prototype of linemerge() and error typo in it
 
-2005-09-26 11:35  strk
+2005-09-26 11:35  Sandro Santilli <strk at keybit.net>
 
-	* Changed GEOSLineMerge function to take one geometry and return
-	  the simplest
+	* [r1930] 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 at keybit.net>
 
-	* Added linemerge_garray function
+	* [r1929] Added linemerge_garray function
 
-2005-09-23 17:22  strk
+2005-09-23 17:22  Sandro Santilli <strk at keybit.net>
 
-	* Added LineMerger interface
+	* [r1928] Added LineMerger interface
 
-2005-09-23 17:06  strk
+2005-09-23 17:06  Sandro Santilli <strk at keybit.net>
 
-	* Initial wrapper to GEOS C api
+	* [r1927] Initial wrapper to GEOS C api
 
-2005-09-23 16:43  strk
+2005-09-23 16:43  Sandro Santilli <strk at keybit.net>
 
-	* Added wrappers for ewkb output
+	* [r1926] Added wrappers for ewkb output
 
-2005-09-23 16:41  strk
+2005-09-23 16:41  Sandro Santilli <strk at keybit.net>
 
-	* cleanups
+	* [r1925] cleanups
 
-2005-09-23 16:24  strk
+2005-09-23 16:24  Sandro Santilli <strk at keybit.net>
 
-	* cleanups
+	* [r1924] cleanups
 
-2005-09-23 15:43  strk
+2005-09-23 15:43  Sandro Santilli <strk at keybit.net>
 
-	* added header sentinels
+	* [r1923] added header sentinels
 
-2005-09-23 11:45  strk
+2005-09-23 11:45  Sandro Santilli <strk at keybit.net>
 
-	* Made LWGEOMFromWKB use underlying pglwgeom_from_ewkb()
+	* [r1922] Made LWGEOMFromWKB use underlying pglwgeom_from_ewkb()
 
-2005-09-23 11:23  strk
+2005-09-23 11:23  Sandro Santilli <strk at keybit.net>
 
-	* Added pglwgeom_from_ewkb function
+	* [r1921] Added pglwgeom_from_ewkb function
 
-2005-09-16 13:19  strk
+2005-09-16 13:19  Sandro Santilli <strk at keybit.net>
 
-	* given some consistent format to items
+	* [r1920] given some consistent format to items
 
-2005-09-15 14:53  strk
+2005-09-15 14:53  Sandro Santilli <strk at keybit.net>
 
-	* Fixed X(),Y() and Z() functions descriptions, added M().
+	* [r1918] Fixed X(),Y() and Z() functions descriptions, added M().
 
-2005-09-15 10:24  strk
+2005-09-15 10:24  Sandro Santilli <strk at keybit.net>
 
-	* Moved AddPoint() function from 'geometry constructors' to
+	* [r1917] Moved AddPoint() function from 'geometry constructors' to
 	  'geometry editors' chapter
 
-2005-09-15 10:16  strk
+2005-09-15 10:16  Sandro Santilli <strk at keybit.net>
 
-	* Disabled buffer-based GeomUnion
+	* [r1915] Disabled buffer-based GeomUnion
 
-2005-09-15 10:13  strk
+2005-09-15 10:13  Sandro Santilli <strk at keybit.net>
 
-	* Moved the fix_geometry_column() removal to 1.1.0 section
+	* [r1914] 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 at keybit.net>
 
-	* Removed automatic fix_geometry_columns() call in
+	* [r1911] 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 at keybit.net>
 
-	* Added Reporting Bugs chapter
+	* [r1910] Added Reporting Bugs chapter
 
-2005-09-09 17:03  strk
+2005-09-09 17:03  Sandro Santilli <strk at keybit.net>
 
-	* Updated release info for 1.0.4
+	* [r1908] Updated release info for 1.0.4
 
-2005-09-09 16:21  strk
+2005-09-09 16:21  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in scale() and transscale() functions corrupting output
-	  bounding box
+	* [r1906] 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 at keybit.net>
 
-	* cleanups for waste left in previous patches
+	* [r1903] cleanups for waste left in previous patches
 
-2005-09-09 14:47  strk
+2005-09-09 14:47  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in translate() corrupting output bounding box.
+	* [r1901] 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 at keybit.net>
 
-	* Made ptarray_compute_box3d a wrapper of ptarray_compute_box3d_p
+	* [r1899] 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 at keybit.net>
 
-	* minor speedups in distance()
+	* [r1896] minor speedups in distance()
 
-2005-09-08 19:26  strk
+2005-09-08 19:26  Sandro Santilli <strk at keybit.net>
 
-	* Handled search_box outside of histogram_box case in selectivity
-	  estimator
+	* [r1894] Handled search_box outside of histogram_box case in
+	  selectivity estimator
 
-2005-09-07 11:58  mschaber
+2005-09-07 11:58  Markus Schaber <markus at schabi.de>
 
-	* added some more Todo points
+	* [r1892] added some more Todo points
 
-2005-09-06 09:22  strk
+2005-09-06 09:22  Sandro Santilli <strk at keybit.net>
 
-	* Added notes about PointN, GeometryN and InteriorRingN indexing
-	  method
+	* [r1891] Added notes about PointN, GeometryN and InteriorRingN
+	  indexing method
 
-2005-09-06 08:29  strk
+2005-09-06 08:29  Sandro Santilli <strk at keybit.net>
 
-	* BOX3d parser note
+	* [r1889] BOX3d parser note
 
-2005-09-06 08:28  strk
+2005-09-06 08:28  Sandro Santilli <strk at keybit.net>
 
-	* looser BOX3D parser
+	* [r1887] looser BOX3D parser
 
-2005-09-03 06:11  strk
+2005-09-03 06:11  Sandro Santilli <strk at keybit.net>
 
-	* Leak plugged in compute_serialized_box3d_p
+	* [r1885] Leak plugged in compute_serialized_box3d_p
 
-2005-08-31 17:09  strk
+2005-08-31 17:09  Sandro Santilli <strk at keybit.net>
 
-	* removed compiler warnings
+	* [r1883] removed compiler warnings
 
-2005-08-31 16:49  strk
+2005-08-31 16:49  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in pointArray_construct() misinterpreting hasZ and hasM
-	  parameters
+	* [r1881] Fixed bug in pointArray_construct() misinterpreting hasZ
+	  and hasM parameters
 
-2005-08-29 22:36  strk
+2005-08-29 22:36  Sandro Santilli <strk at keybit.net>
 
-	* Removed premature object destruction in InsertLineString{WKT,}
-	  causing segfault
+	* [r1879] Removed premature object destruction in
+	  InsertLineString{WKT,} causing segfault
 
-2005-08-29 12:08  strk
+2005-08-29 12:08  Sandro Santilli <strk at keybit.net>
 
-	* Added Nikita Shulga <malfet at jscc.ru> in contributors list.
+	* [r1877] Added Nikita Shulga <malfet at jscc.ru> in contributors
+	  list.
 
-2005-08-29 11:56  strk
+2005-08-29 11:56  Sandro Santilli <strk at keybit.net>
 
-	* Typo fixed
+	* [r1875] Typo fixed
 
-2005-08-29 11:48  strk
+2005-08-29 11:48  Sandro Santilli <strk at keybit.net>
 
-	* Fixed sprintf() calls to avoid overlapping memory,
+	* [r1872] 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 at keybit.net>
 
-	* Added M(point) function
+	* [r1871] Added M(point) function
 
-2005-08-16 11:24  strk
+2005-08-16 11:24  Sandro Santilli <strk at keybit.net>
 
-	* Early memory release in GiST indexing
+	* [r1870] Early memory release in GiST indexing
 
-2005-08-12 19:20  pramsey
+2005-08-12 19:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added +proj=longlat to all corrupt srs entries.
+	* [r1867] Added +proj=longlat to all corrupt srs entries.
 
-2005-08-10 23:16  strk
+2005-08-10 23:16  Sandro Santilli <strk at keybit.net>
 
-	* Removed pfree of proj4 text in make_project failure cases
+	* [r1865] 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 at keybit.net>
 
-	* Added segfault fix
+	* [r1863] Added segfault fix
 
-2005-08-10 23:06  strk
+2005-08-10 23:06  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a segfault in transform_geom exploited by proj4's
+	* [r1860] 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 at keybit.net>
 
-	* Checked for PSQL run success
+	* [r1857] Checked for PSQL run success
 
-2005-08-04 15:20  strk
+2005-08-04 15:20  Sandro Santilli <strk at keybit.net>
 
-	* Added availability note for version functions
+	* [r1855] Added availability note for version functions
 
-2005-08-04 15:03  strk
+2005-08-04 15:03  Sandro Santilli <strk at keybit.net>
 
-	* Updated
+	* [r1854] Updated
 
-2005-08-04 14:55  strk
+2005-08-04 14:55  Sandro Santilli <strk at keybit.net>
 
-	* 1.0.3 release notes and date
+	* [r1853] 1.0.3 release notes and date
 
-2005-08-04 14:54  strk
+2005-08-04 14:54  Sandro Santilli <strk at keybit.net>
 
-	* Added plpgsql_validator explicit function skip
+	* [r1852] Added plpgsql_validator explicit function skip
 
-2005-07-29 22:24  strk
+2005-07-29 22:24  Sandro Santilli <strk at keybit.net>
 
-	* updated 1.0.3 section
+	* [r1846] updated 1.0.3 section
 
-2005-07-29 22:08  strk
+2005-07-29 22:08  Sandro Santilli <strk at keybit.net>
 
-	* Added more obsoleted functions, new obsoleted_ops considered,
+	* [r1844] 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
+2005-07-28 12:23  Markus Schaber <markus at schabi.de>
 
-	* fix EWKT constructors to accept SRID=4711; representation
+	* [r1839] fix EWKT constructors to accept SRID=4711; representation
 
-2005-07-27 02:47  strk
+2005-07-27 02:47  Sandro Santilli <strk at keybit.net>
 
-	* Support for multibyte field names in loader
+	* [r1838] Support for multibyte field names in loader
 
-2005-07-27 02:35  strk
+2005-07-27 02:35  Sandro Santilli <strk at keybit.net>
 
-	* Minor cleanups in loader
+	* [r1836] Minor cleanups in loader
 
-2005-07-27 02:07  strk
+2005-07-27 02:07  Sandro Santilli <strk at keybit.net>
 
-	* Fixed handling of POINT types as WKT (-w) in loader
+	* [r1834] Fixed handling of POINT types as WKT (-w) in loader
 
-2005-07-25 22:24  strk
+2005-07-25 22:24  Sandro Santilli <strk at keybit.net>
 
-	* bugfix in ptarray_compute_box2d_p
+	* [r1828] bugfix in ptarray_compute_box2d_p
 
-2005-07-22 19:15  strk
+2005-07-22 19:15  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in {get,pop}{int,double} for 64bit archs
+	* [r1825] Fixed bug in {get,pop}{int,double} for 64bit archs
 
-2005-07-19 11:26  strk
+2005-07-19 11:26  Sandro Santilli <strk at keybit.net>
 
-	* removed useless strchr call in LWGEOM_in
+	* [r1820] removed useless strchr call in LWGEOM_in
 
-2005-07-13 14:28  strk
+2005-07-13 14:28  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1818] updated
 
-2005-07-13 14:26  strk
+2005-07-13 14:26  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug reported by klaus F�rster
+	* [r1815] Fixed bug reported by klaus F�rster
 
-2005-07-12 16:19  strk
+2005-07-12 16:19  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in user query handling, reported by Andrew Seales
+	* [r1813] Fixed bug in user query handling, reported by Andrew
+	  Seales
 
-2005-07-05 16:12  strk
+2005-07-05 16:12  Sandro Santilli <strk at keybit.net>
 
-	* Forced INSTALL to be install-sh
+	* [r1811] Forced INSTALL to be install-sh
 
-2005-07-05 15:13  strk
+2005-07-05 15:13  Sandro Santilli <strk at keybit.net>
 
-	* Added more win32-specific variables
+	* [r1810] Added more win32-specific variables
 
-2005-07-04 17:04  strk
+2005-07-04 17:04  Sandro Santilli <strk at keybit.net>
 
-	* Cleaned up to use more facilities from Makefile.shlib
+	* [r1809] Cleaned up to use more facilities from Makefile.shlib
 
-2005-07-04 09:47  strk
+2005-07-04 09:47  Sandro Santilli <strk at keybit.net>
 
-	* Added conservative iconv detection code
+	* [r1808] Added conservative iconv detection code
 
-2005-07-04 09:14  strk
+2005-07-04 09:14  Sandro Santilli <strk at keybit.net>
 
-	* adjusted for 1.0.2 release
+	* [r1807] adjusted for 1.0.2 release
 
-2005-07-04 09:12  strk
+2005-07-04 09:12  Sandro Santilli <strk at keybit.net>
 
-	* Dropped broken attempt at 'detecting' iconv.
+	* [r1806] Dropped broken attempt at 'detecting' iconv.
 
-2005-07-03 17:46  strk
+2005-07-03 17:46  Sandro Santilli <strk at keybit.net>
 
-	* Added 1.0.2 release notes
+	* [r1805] Added 1.0.2 release notes
 
-2005-07-01 21:10  strk
+2005-07-01 21:10  Sandro Santilli <strk at keybit.net>
 
-	* Included debian packaging scripts
+	* [r1804] Included debian packaging scripts
 
-2005-06-28 22:01  strk
+2005-06-28 22:01  Sandro Santilli <strk at keybit.net>
 
-	* Added index concurrency tester
+	* [r1794] Added index concurrency tester
 
-2005-06-28 22:00  strk
+2005-06-28 22:00  Sandro Santilli <strk at keybit.net>
 
-	* Fixed extimators to work with postgresql 8.1.x
+	* [r1791] Fixed extimators to work with postgresql 8.1.x
 
-2005-06-28 14:58  strk
+2005-06-28 14:58  Sandro Santilli <strk at keybit.net>
 
-	* Reverted rtree logic back to use leaf/internal consistency
-	  functions
+	* [r1787] Reverted rtree logic back to use leaf/internal
+	  consistency functions
 
-2005-06-28 14:51  strk
+2005-06-28 14:51  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1786] updated
 
-2005-06-28 14:42  strk
+2005-06-28 14:42  Sandro Santilli <strk at keybit.net>
 
-	* Maintained separate vars for CFLAGS and CXXFLAGS
+	* [r1783] Maintained separate vars for CFLAGS and CXXFLAGS
 
-2005-06-28 14:34  strk
+2005-06-28 14:34  Sandro Santilli <strk at keybit.net>
 
-	* Bugfix in RTBelowStrategyNumber handling
+	* [r1781] Bugfix in RTBelowStrategyNumber handling
 
-2005-06-28 14:00  strk
+2005-06-28 14:00  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1780] updated
 
-2005-06-28 13:53  strk
+2005-06-28 13:53  Sandro Santilli <strk at keybit.net>
 
-	* Inclusion of core rtree header for StratregyNumber typedef (8.1
-	  support)
+	* [r1778] 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 at keybit.net>
 
-	* Added switch for pgsql 8.1 build
+	* [r1777] Added switch for pgsql 8.1 build
 
-2005-06-28 11:33  strk
+2005-06-28 11:33  Sandro Santilli <strk at keybit.net>
 
-	* Moved chunked GeomUnion defines on top of file
+	* [r1776] Moved chunked GeomUnion defines on top of file
 
-2005-06-28 08:12  mschaber
+2005-06-28 08:12  Markus Schaber <markus at schabi.de>
 
-	* fix compile problems in ValueSetter for ancient jdk releases.
+	* [r1774] fix compile problems in ValueSetter for ancient jdk
+	  releases.
 
-2005-06-27 15:16  strk
+2005-06-27 15:16  Sandro Santilli <strk at keybit.net>
 
-	* Initial chunk-based unite_garray implementation
+	* [r1773] Initial chunk-based unite_garray implementation
 
-2005-06-26 09:15  strk
+2005-06-26 09:15  Sandro Santilli <strk at keybit.net>
 
-	* Added collect,buffer implementation for unite_garray().
+	* [r1772] 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 at keybit.net>
 
-	* Added pgsql standard geometryc types cast
+	* [r1770] Added pgsql standard geometryc types cast
 
-2005-06-24 12:36  strk
+2005-06-24 12:36  Sandro Santilli <strk at keybit.net>
 
-	* Fixed rtree indexing (ported from pgsql rtree fix)
+	* [r1769] Fixed rtree indexing (ported from pgsql rtree fix)
 
-2005-06-24 07:55  mschaber
+2005-06-24 07:55  Markus Schaber <markus at schabi.de>
 
-	* added casts between PostgreSQL and PostGIS geometries to TODO
-	  list
+	* [r1767] added casts between PostgreSQL and PostGIS geometries to
+	  TODO list
 
-2005-06-17 14:51  strk
+2005-06-17 14:51  Sandro Santilli <strk at keybit.net>
 
-	* Memory leak fix in pg_error
+	* [r1766] Memory leak fix in pg_error
 
-2005-06-16 17:55  strk
+2005-06-16 17:55  Sandro Santilli <strk at keybit.net>
 
-	* Added -I switch for GiST index creation in loader
+	* [r1764] Added -I switch for GiST index creation in loader
 
-2005-06-15 16:04  strk
+2005-06-15 16:04  Sandro Santilli <strk at keybit.net>
 
-	* fault tolerant btree ops
+	* [r1762] fault tolerant btree ops
 
-2005-06-15 16:04  strk
+2005-06-15 16:04  Sandro Santilli <strk at keybit.net>
 
-	* fault tolerant btree ops
+	* [r1761] fault tolerant btree ops
 
-2005-06-10 16:27  strk
+2005-06-10 16:27  Sandro Santilli <strk at keybit.net>
 
-	* Added (commented) aggregates handling
+	* [r1759] Added (commented) aggregates handling
 
-2005-06-10 16:03  strk
+2005-06-10 16:03  Sandro Santilli <strk at keybit.net>
 
-	* Renamed {GEOS,JTS}_polygonize_garray to polygonize_garray to
-	  reduce
+	* [r1758] 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 at keybit.net>
 
-	* Fixed handling of --with-geos
+	* [r1757] Fixed handling of --with-geos
 
-2005-06-10 12:36  strk
+2005-06-10 12:36  Sandro Santilli <strk at keybit.net>
 
-	* Added availability info for postgis_full_version() and
+	* [r1756] 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 at keybit.net>
 
-	* Added JTSnoop and JTSversion functions.
+	* [r1755] Added JTSnoop and JTSversion functions.
 
-2005-06-10 11:58  strk
+2005-06-10 11:58  Sandro Santilli <strk at keybit.net>
 
-	* More info in the Upgrade chapter (soft upgrade/hard upgrade)
+	* [r1754] More info in the Upgrade chapter (soft upgrade/hard
+	  upgrade)
 
-2005-06-10 09:54  strk
+2005-06-10 09:54  Sandro Santilli <strk at keybit.net>
 
-	* Added isvalid(empty) test
+	* [r1753] Added isvalid(empty) test
 
-2005-06-09 16:02  strk
+2005-06-09 16:02  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1752] updated
 
-2005-06-09 16:02  strk
+2005-06-09 16:02  Sandro Santilli <strk at keybit.net>
 
-	* Added SRID check in line_locate_point()
+	* [r1751] Added SRID check in line_locate_point()
 
-2005-06-09 16:02  strk
+2005-06-09 16:02  Sandro Santilli <strk at keybit.net>
 
-	* removed spurious comments
+	* [r1750] removed spurious comments
 
-2005-06-09 16:01  strk
+2005-06-09 16:01  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in ptarray_locate_point
+	* [r1749] Fixed bug in ptarray_locate_point
 
-2005-06-09 16:00  strk
+2005-06-09 16:00  Sandro Santilli <strk at keybit.net>
 
-	* Added test for line_locate_point
+	* [r1748] Added test for line_locate_point
 
-2005-06-09 15:12  strk
+2005-06-09 15:12  Sandro Santilli <strk at keybit.net>
 
-	* Added line_locate_point() function
+	* [r1747] Added line_locate_point() function
 
-2005-06-09 12:30  strk
+2005-06-09 12:30  Sandro Santilli <strk at keybit.net>
 
-	* Added a check for correct order of ``from'' and ``to'' args in
-	  line_substring()
+	* [r1746] 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 at keybit.net>
 
-	* NEW line_substring() function
+	* [r1745] NEW line_substring() function
 
-2005-06-07 07:51  strk
+2005-06-07 07:51  Sandro Santilli <strk at keybit.net>
 
-	* Added missing Makefile.shlib and removed explicit 'all' rule from
-	  lwgeom build
+	* [r1744] 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 at keybit.net>
 
-	* iconv autodetection
+	* [r1743] iconv autodetection
 
-2005-06-06 17:28  strk
+2005-06-06 17:28  Sandro Santilli <strk at keybit.net>
 
-	* Moved 'all' rule before Makefile.shlib inclusion, to have bare
-	  'make' calls work again
+	* [r1742] 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 at keybit.net>
 
-	* Added WARNING about changes implications in terms of
+	* [r1741] 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 at keybit.net>
 
-	* Initial implementation of postgis procedures upgrade script
+	* [r1740] Initial implementation of postgis procedures upgrade
+	  script
 
-2005-06-06 16:49  strk
+2005-06-06 16:49  Sandro Santilli <strk at keybit.net>
 
-	* Added availability info for new functions
+	* [r1739] Added availability info for new functions
 
-2005-06-06 16:48  strk
+2005-06-06 16:48  Sandro Santilli <strk at keybit.net>
 
-	* Incremented micro version number in SCRIPTS_VERSION (due to
-	  functions addition)
+	* [r1738] 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 at keybit.net>
 
-	* Moved create_undef.pl from root to utils/ dir
+	* [r1737] Moved create_undef.pl from root to utils/ dir
 
-2005-06-06 16:47  strk
+2005-06-06 16:47  Sandro Santilli <strk at keybit.net>
 
-	* Removed automatic build of docs
+	* [r1736] Removed automatic build of docs
 
-2005-06-06 07:58  mschaber
+2005-06-06 07:58  Markus Schaber <markus at schabi.de>
 
-	* added scale() and transscale() functions (like transform())
+	* [r1735] added scale() and transscale() functions (like
+	  transform())
 
-2005-06-06 07:54  mschaber
+2005-06-06 07:54  Markus Schaber <markus at schabi.de>
 
-	* merge Alex' jdbc2 specific Makefile patches
+	* [r1734] merge Alex' jdbc2 specific Makefile patches
 
-2005-06-04 10:06  strk
+2005-06-04 10:06  Sandro Santilli <strk at keybit.net>
 
-	* Applied Alex Bodnaru patch for pgsql source tree dependency drop.
+	* [r1733] Applied Alex Bodnaru patch for pgsql source tree
+	  dependency drop.
 
-2005-05-25 12:01  strk
+2005-05-25 12:01  Sandro Santilli <strk at keybit.net>
 
-	* Stripped out CR chars
+	* [r1731] Stripped out CR chars
 
-2005-05-25 10:12  mschaber
+2005-05-25 10:12  Markus Schaber <markus at schabi.de>
 
-	* fix comment
+	* [r1730] fix comment
 
-2005-05-25 10:08  mschaber
+2005-05-25 10:08  Markus Schaber <markus at schabi.de>
 
-	* JTS binary parser now passes basic regression suite
+	* [r1729] JTS binary parser now passes basic regression suite
 
-2005-05-24 17:19  strk
+2005-05-24 17:19  Sandro Santilli <strk at keybit.net>
 
-	* Added release date for postgis-1.0.1
+	* [r1728] Added release date for postgis-1.0.1
 
-2005-05-24 16:56  strk
+2005-05-24 16:56  Sandro Santilli <strk at keybit.net>
 
-	* Added iconv autodetection, removed already-added things
+	* [r1727] Added iconv autodetection, removed already-added things
 
-2005-05-24 14:02  strk
+2005-05-24 14:02  Sandro Santilli <strk at keybit.net>
 
-	* Added postgis-1.0.1 release date
+	* [r1726] Added postgis-1.0.1 release date
 
-2005-05-23 16:18  mschaber
+2005-05-23 16:18  Markus Schaber <markus at schabi.de>
 
-	* Cleaned up Point.equals(Point) mess
+	* [r1722] Cleaned up Point.equals(Point) mess
 
-2005-05-23 14:15  strk
+2005-05-23 14:15  Sandro Santilli <strk at keybit.net>
 
-	* Compiled 1.0.1 release notes
+	* [r1721] Compiled 1.0.1 release notes
 
-2005-05-18 17:01  strk
+2005-05-18 17:01  Sandro Santilli <strk at keybit.net>
 
-	* Applied 'strictness' patch by James Marca
+	* [r1719] Applied 'strictness' patch by James Marca
 
-2005-05-18 15:49  strk
+2005-05-18 15:49  Sandro Santilli <strk at keybit.net>
 
-	* Fixed SetSRID() entry
+	* [r1717] Fixed SetSRID() entry
 
-2005-05-18 15:39  strk
+2005-05-18 15:39  Sandro Santilli <strk at keybit.net>
 
-	* added Paris projections fixes
+	* [r1715] added Paris projections fixes
 
-2005-05-18 15:36  strk
+2005-05-18 15:36  Sandro Santilli <strk at keybit.net>
 
-	* Updated proj4text for some French projections, as for Nicolas
-	  Ribot report
+	* [r1713] 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 at keybit.net>
 
-	* Added note about pgsq2shp attributes names bugfix
+	* [r1709] Added note about pgsq2shp attributes names bugfix
 
-2005-05-16 17:22  strk
+2005-05-16 17:22  Sandro Santilli <strk at keybit.net>
 
-	* Fixed DBF field names handling as for clashes avoiding.
+	* [r1708] 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 at keybit.net>
 
-	* Moved dumper and postgis_restore.pl changes in 1.0.1 section
-	  (back-ported)
+	* [r1707] 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 at keybit.net>
 
-	* Allowed custom args passing to createdb invocation
+	* [r1703] Allowed custom args passing to createdb invocation
 
-2005-05-15 08:05  strk
+2005-05-15 08:05  Sandro Santilli <strk at keybit.net>
 
-	* updated docs as for -k switch
+	* [r1702] updated docs as for -k switch
 
-2005-05-13 14:16  strk
+2005-05-13 14:16  Sandro Santilli <strk at keybit.net>
 
-	* Added new -k switch and credits for it
+	* [r1701] Added new -k switch and credits for it
 
-2005-05-13 14:06  strk
+2005-05-13 14:06  Sandro Santilli <strk at keybit.net>
 
-	* Applied patch from Obe, Regina to keep identifiers case.
+	* [r1700] Applied patch from Obe, Regina to keep identifiers case.
 
-2005-05-13 08:03  strk
+2005-05-13 08:03  Sandro Santilli <strk at keybit.net>
 
-	* Added support for macosx build
+	* [r1699] Added support for macosx build
 
-2005-05-12 10:09  strk
+2005-05-12 10:09  Sandro Santilli <strk at keybit.net>
 
-	* changed PGBELIBS command to avoid backtics and newlines
+	* [r1698] changed PGBELIBS command to avoid backtics and newlines
 
-2005-05-12 07:45  strk
+2005-05-12 07:45  Sandro Santilli <strk at keybit.net>
 
-	* Added another dir in search path for docbook.xml, changed shell
-	  invocation
+	* [r1697] 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 at keybit.net>
 
-	* Renamed MINGW to mingw in HOST_OS findstrings
+	* [r1696] Renamed MINGW to mingw in HOST_OS findstrings
 
-2005-05-10 12:52  strk
+2005-05-10 12:52  Sandro Santilli <strk at keybit.net>
 
-	* Forced OID usage in geometry_column table
+	* [r1694] Forced OID usage in geometry_column table
 
-2005-05-10 12:32  strk
+2005-05-10 12:32  Sandro Santilli <strk at keybit.net>
 
-	* fixed mingw handling syntax
+	* [r1693] fixed mingw handling syntax
 
-2005-05-10 10:58  strk
+2005-05-10 10:58  Sandro Santilli <strk at keybit.net>
 
-	* Added Makefile.config
+	* [r1692] Added Makefile.config
 
-2005-05-10 10:57  strk
+2005-05-10 10:57  Sandro Santilli <strk at keybit.net>
 
-	* Added scripts used by autoconf
+	* [r1691] Added scripts used by autoconf
 
-2005-05-10 09:35  strk
+2005-05-10 09:35  Sandro Santilli <strk at keybit.net>
 
-	* Added initial custom support for MINGW
+	* [r1690] Added initial custom support for MINGW
 
-2005-05-10 08:31  strk
+2005-05-10 08:31  Sandro Santilli <strk at keybit.net>
 
-	* GEOS autodetect activated
+	* [r1689] GEOS autodetect activated
 
-2005-05-10 08:15  strk
+2005-05-10 08:15  Sandro Santilli <strk at keybit.net>
 
-	* fixed upgrade procedure section as suggested by Steven Bowden
+	* [r1687] fixed upgrade procedure section as suggested by Steven
+	  Bowden
 
-2005-05-09 22:33  strk
+2005-05-09 22:33  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1686] updated
 
-2005-05-04 07:00  strk
+2005-05-04 07:00  Sandro Santilli <strk at keybit.net>
 
-	* Version bumped to 1.1.0CVS
+	* [r1683] Version bumped to 1.1.0CVS
 
-2005-05-04 06:58  strk
+2005-05-04 06:58  Sandro Santilli <strk at keybit.net>
 
-	* GEOS/JTS performed operations dox made more explicit about which
+	* [r1682] 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 at keybit.net>
 
-	* Moved 1.0.1 changes into their own section - added jdbc2 -target
-	  change notice
+	* [r1680] Moved 1.0.1 changes into their own section - added jdbc2
+	  -target change notice
 
-2005-04-28 11:51  mschaber
+2005-04-28 11:51  Markus Schaber <markus at schabi.de>
 
-	* added jdbc2 maintainerclean
+	* [r1678] added jdbc2 maintainerclean
 
-2005-04-28 11:01  strk
+2005-04-28 11:01  Sandro Santilli <strk at keybit.net>
 
-	* Fixed distclean rule to build required Makefile.config
+	* [r1677] Fixed distclean rule to build required Makefile.config
 
-2005-04-28 08:35  mschaber
+2005-04-28 08:35  Markus Schaber <markus at schabi.de>
 
-	* fix sources.inc things
+	* [r1676] fix sources.inc things
 
-2005-04-27 16:14  mschaber
+2005-04-27 16:14  Markus Schaber <markus at schabi.de>
 
-	* Reworked Makefile
+	* [r1675] Reworked Makefile
 
-2005-04-26 18:45  strk
+2005-04-26 18:45  Sandro Santilli <strk at keybit.net>
 
-	* Added MakeValidShape() function
+	* [r1674] Added MakeValidShape() function
 
-2005-04-26 18:08  strk
+2005-04-26 18:08  Sandro Santilli <strk at keybit.net>
 
-	* Fixed USE_JTS variable to actually use autoconf-detected value
+	* [r1673] Fixed USE_JTS variable to actually use autoconf-detected
+	  value
 
-2005-04-26 07:01  mschaber
+2005-04-26 07:01  Markus Schaber <markus at schabi.de>
 
-	* Improved versionprinter to print offline versions even if
+	* [r1672] 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 at keybit.net>
 
-	* Added fix in join selectivity
+	* [r1671] Added fix in join selectivity
 
-2005-04-22 01:07  strk
+2005-04-22 01:07  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in join selectivity estimator returning invalid
+	* [r1669] Fixed bug in join selectivity estimator returning invalid
 	  estimates (>1)
 
-2005-04-21 16:31  strk
+2005-04-21 16:31  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in 3d spheroid length computation, patch by zmocnik at
-	  hotmail dot com
+	* [r1666] 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 at keybit.net>
 
-	* Added new LRS funx suggested by Paul
+	* [r1665] Added new LRS funx suggested by Paul
 
-2005-04-21 09:09  strk
+2005-04-21 09:09  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1664] updated
 
-2005-04-21 09:08  strk
+2005-04-21 09:08  Sandro Santilli <strk at keybit.net>
 
-	* Applied patch from Ron Mayer fixing a segfault in string escaper
-	  funx
+	* [r1663] 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 at keybit.net>
 
-	* Fixed link to SimpleFeature Specification
+	* [r1659] Fixed link to SimpleFeature Specification
 
-2005-04-20 15:17  strk
+2005-04-20 15:17  Sandro Santilli <strk at keybit.net>
 
-	* Fixed clean-lib rule (wasn't removing anything!)
+	* [r1658] Fixed clean-lib rule (wasn't removing anything!)
 
-2005-04-20 15:09  mschaber
+2005-04-20 15:09  Markus Schaber <markus at schabi.de>
 
-	* Fixed pg_opclass update to be schema-aware.
+	* [r1657] Fixed pg_opclass update to be schema-aware.
 
-2005-04-20 10:21  strk
+2005-04-20 10:21  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bogus example of GeometryFromText(box3d, int) changing it
+	* [r1654] 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 at keybit.net>
 
-	* Updated
+	* [r1653] Updated
 
-2005-04-20 08:10  strk
+2005-04-20 08:10  Sandro Santilli <strk at keybit.net>
 
-	* Added rules to automatically call configure or config.status,
+	* [r1652] 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 at keybit.net>
 
-	* Removed again, can't work anymore.
+	* [r1651] Removed again, can't work anymore.
 
-2005-04-20 07:55  strk
+2005-04-20 07:55  Sandro Santilli <strk at keybit.net>
 
-	* Put old Makefile.config back to allow for automatic documentation
-	  production,
+	* [r1650] 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 at keybit.net>
 
-	* added LPATH to summary output (if different from install dir)
+	* [r1648] added LPATH to summary output (if different from install
+	  dir)
 
-2005-04-19 10:41  strk
+2005-04-19 10:41  Sandro Santilli <strk at keybit.net>
 
-	* Reworked autoconf path to use pgsql or custom layout based on
+	* [r1647] 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 at keybit.net>
 
-	* Added -c flag to INSTALL invokations (copy, not move)
+	* [r1646] Added -c flag to INSTALL invokations (copy, not move)
 
-2005-04-19 09:20  strk
+2005-04-19 09:20  Sandro Santilli <strk at keybit.net>
 
-	* More info in configure output, added autogen.sh wrapper
+	* [r1645] More info in configure output, added autogen.sh wrapper
 
-2005-04-18 23:31  strk
+2005-04-18 23:31  Sandro Santilli <strk at keybit.net>
 
-	* Added 1.0.0 section
+	* [r1644] Added 1.0.0 section
 
-2005-04-18 14:46  strk
+2005-04-18 14:46  Sandro Santilli <strk at keybit.net>
 
-	* Improved autoconf script, dropped pgsql source dependency.
-	  EXPERIMENTAL.
+	* [r1641] Improved autoconf script, dropped pgsql source
+	  dependency. EXPERIMENTAL.
 
-2005-04-18 14:25  strk
+2005-04-18 14:25  Sandro Santilli <strk at keybit.net>
 
-	* Added TODO list for release 1.1
+	* [r1640] Added TODO list for release 1.1
 
-2005-04-18 14:15  strk
+2005-04-18 14:15  Sandro Santilli <strk at keybit.net>
 
-	* Fixed 1.0.0 release date to 2005/04/19
+	* [r1639] Fixed 1.0.0 release date to 2005/04/19
 
-2005-04-18 14:12  strk
+2005-04-18 14:12  Sandro Santilli <strk at keybit.net>
 
-	* Slightly changed standard deviation computation to be more
-	  corner-case-friendly.
+	* [r1636] 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 at keybit.net>
 
-	* Added estmator code and testers bugfix for 1.0.0 release.
+	* [r1635] 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 at keybit.net>
 
-	* Fixed bug in table2 schema parsing.
+	* [r1633] Fixed bug in table2 schema parsing.
 
-2005-04-18 13:30  strk
+2005-04-18 13:30  Sandro Santilli <strk at keybit.net>
 
-	* Fixed to work against LWGEOM installations
+	* [r1631] Fixed to work against LWGEOM installations
 
-2005-04-18 10:57  strk
+2005-04-18 10:57  Sandro Santilli <strk at keybit.net>
 
-	* Applied patched by Ron Mayer fixing memory leakages and invalid
-	  results
+	* [r1629] 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 at keybit.net>
 
-	* Fixed Makefile to read Makefile.config
+	* [r1627] Fixed Makefile to read Makefile.config
 
-2005-04-15 15:10  strk
+2005-04-15 15:10  Sandro Santilli <strk at keybit.net>
 
-	* Updated to reflect examples->extras rename
+	* [r1624] Updated to reflect examples->extras rename
 
-2005-04-15 15:09  strk
+2005-04-15 15:09  Sandro Santilli <strk at keybit.net>
 
-	* Renamed examples/ to extras/. Added WFS_locks.
+	* [r1623] Renamed examples/ to extras/. Added WFS_locks.
 
-2005-04-15 14:04  mschaber
+2005-04-15 14:04  Markus Schaber <markus at schabi.de>
 
-	* jdbc2 works:
+	* [r1622] jdbc2 works:
 	  + Makefile improvements
 	  + JTS support improvements
 	  + Improved regression test system
@@ -38105,602 +39362,610 @@
 	  + 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 at keybit.net>
 
-	* Added configure outputs
+	* [r1621] Added configure outputs
 
-2005-04-15 09:54  strk
+2005-04-15 09:54  Sandro Santilli <strk at keybit.net>
 
-	* Added more people to manual "CREDITS" chapter (copied from
-	  CREDITS file).
+	* [r1620] 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 at keybit.net>
 
-	* Version bumbed to 1.0.0
+	* [r1619] Version bumbed to 1.0.0
 
-2005-04-14 13:35  strk
+2005-04-14 13:35  Sandro Santilli <strk at keybit.net>
 
-	* Added shp2pgsql bugfix and autoconf improvement in Release Notes.
+	* [r1618] Added shp2pgsql bugfix and autoconf improvement in
+	  Release Notes.
 
-2005-04-14 12:58  strk
+2005-04-14 12:58  Sandro Santilli <strk at keybit.net>
 
-	* Applied patch by Gino Lucrezi fixing bug in string escaping code.
+	* [r1617] 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 at keybit.net>
 
-	* --enable-autoconf put back
+	* [r1616] --enable-autoconf put back
 
-2005-04-14 11:23  strk
+2005-04-14 11:23  Sandro Santilli <strk at keybit.net>
 
-	* Cleanup, improvements, JTS support added
+	* [r1615] Cleanup, improvements, JTS support added
 
-2005-04-14 09:40  strk
+2005-04-14 09:40  Sandro Santilli <strk at keybit.net>
 
-	* Added Alex Bodnaru in the "Other contributors" section, for
-	  debian packaging.
+	* [r1614] 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 at keybit.net>
 
-	* Added a not about need of memory alignment constraints handling
-	  for deserializers
+	* [r1613] 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 at keybit.net>
 
-	* Removed the CREDITS section from Release Notes and move
+	* [r1612] 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 at keybit.net>
 
-	* Release notes made an appendix, updated credits section
+	* [r1611] Release notes made an appendix, updated credits section
 
-2005-04-13 14:24  strk
+2005-04-13 14:24  Sandro Santilli <strk at keybit.net>
 
-	* Added MINGW support as suggested by David Techer.
+	* [r1610] Added MINGW support as suggested by David Techer.
 
-2005-04-12 11:18  strk
+2005-04-12 11:18  Sandro Santilli <strk at keybit.net>
 
-	* Added release notes for 1.0.0 final
+	* [r1609] Added release notes for 1.0.0 final
 
-2005-04-12 11:17  strk
+2005-04-12 11:17  Sandro Santilli <strk at keybit.net>
 
-	* XSLBASE made back-redefinable
+	* [r1608] XSLBASE made back-redefinable
 
-2005-04-08 06:45  pramsey
+2005-04-08 06:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make xsl reference work for rackmount nightly build
+	* [r1607] Make xsl reference work for rackmount nightly build
 
-2005-04-07 21:02  mschaber
+2005-04-07 21:02  Markus Schaber <markus at schabi.de>
 
-	* typo fixes and linked function in 4.2.4
+	* [r1606] typo fixes and linked function in 4.2.4
 
-2005-04-07 19:03  strk
+2005-04-07 19:03  Sandro Santilli <strk at keybit.net>
 
-	* Added new strict OGC compliancy enforcement sector of manual
+	* [r1605] Added new strict OGC compliancy enforcement sector of
+	  manual
 
-2005-04-07 19:00  strk
+2005-04-07 19:00  Sandro Santilli <strk at keybit.net>
 
-	* Corrected and augmented the new chapter about ensuring OGC
-	  compliancy.
+	* [r1604] Corrected and augmented the new chapter about ensuring
+	  OGC compliancy.
 
-2005-04-07 09:32  mschaber
+2005-04-07 09:32  Markus Schaber <markus at schabi.de>
 
-	* Added information about geometry validity.
+	* [r1603] Added information about geometry validity.
 
-2005-04-06 16:49  strk
+2005-04-06 16:49  Sandro Santilli <strk at keybit.net>
 
-	* Added -p flag addition for shp2pgsql
+	* [r1602] Added -p flag addition for shp2pgsql
 
-2005-04-06 14:16  strk
+2005-04-06 14:16  Sandro Santilli <strk at keybit.net>
 
-	* Removed manual update of gid field.
+	* [r1601] Removed manual update of gid field.
 
-2005-04-06 14:02  mschaber
+2005-04-06 14:02  Markus Schaber <markus at schabi.de>
 
-	* added -p option (prepare mode) that spits out the table schema
-	  without
+	* [r1600] 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 at keybit.net>
 
-	* Bugfix in -w (hwgeom) handling of ZM shapefiles.
+	* [r1599] 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 at keybit.net>
 
-	* force_3dm() bugfix
+	* [r1598] force_3dm() bugfix
 
-2005-04-06 08:53  strk
+2005-04-06 08:53  Sandro Santilli <strk at keybit.net>
 
-	* Augmented memory allocated by force_3dm() - detected cases of
-	  memory shortage
+	* [r1597] Augmented memory allocated by force_3dm() - detected
+	  cases of memory shortage
 
-2005-04-05 13:43  mschaber
+2005-04-05 13:43  Markus Schaber <markus at schabi.de>
 
-	* Fix documentation of -D option in shp2pgsql manpage
+	* [r1596] Fix documentation of -D option in shp2pgsql manpage
 
-2005-04-05 10:18  strk
+2005-04-05 10:18  Sandro Santilli <strk at keybit.net>
 
-	* Added transform() bugfix
+	* [r1595] Added transform() bugfix
 
-2005-04-05 10:18  strk
+2005-04-05 10:18  Sandro Santilli <strk at keybit.net>
 
-	* BUGFIX in transform() releaseing random memory address
+	* [r1594] BUGFIX in transform() releaseing random memory address
 
-2005-04-05 08:00  strk
+2005-04-05 08:00  Sandro Santilli <strk at keybit.net>
 
-	* Documented loader support for 0.x versions
+	* [r1593] Documented loader support for 0.x versions
 
-2005-04-04 20:51  strk
+2005-04-04 20:51  Sandro Santilli <strk at keybit.net>
 
-	* Added -w flag to output old (WKT/HWGEOM) sql.
+	* [r1592] Added -w flag to output old (WKT/HWGEOM) sql.
 
-2005-04-04 09:48  strk
+2005-04-04 09:48  Sandro Santilli <strk at keybit.net>
 
-	* Added install of loader/dumper manual pages
+	* [r1591] Added install of loader/dumper manual pages
 
-2005-04-01 09:39  strk
+2005-04-01 09:39  Sandro Santilli <strk at keybit.net>
 
-	* Added not about new manual pages
+	* [r1590] Added not about new manual pages
 
-2005-04-01 09:38  strk
+2005-04-01 09:38  Sandro Santilli <strk at keybit.net>
 
-	* Added manual pages provided by Roberto Boati
+	* [r1589] Added manual pages provided by Roberto Boati
 	  <roberto.boati at daisyred.com>
 
-2005-03-30 17:25  strk
+2005-03-30 17:25  Sandro Santilli <strk at keybit.net>
 
-	* Updated to replace 'RC' into '-rc' when building package dir (and
-	  tar).
+	* [r1588] 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 at keybit.net>
 
-	* Scripts version set to 0.3.0 (minor increment as a scripts
-	  override won't
+	* [r1586] 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
+2005-03-30 15:24  Markus Schaber <markus at schabi.de>
 
-	* Preliminary change email addres to private one because
+	* [r1585] Preliminary change email addres to private one because
 	  schabios at logi-track.com is currently not working.
 
-2005-03-30 11:47  strk
+2005-03-30 11:47  Sandro Santilli <strk at keybit.net>
 
-	* Added RC6 release notes.
+	* [r1584] Added RC6 release notes.
 
-2005-03-30 11:46  strk
+2005-03-30 11:46  Sandro Santilli <strk at keybit.net>
 
-	* Obsoleted functions set back in, to avoid problems upgrading.
+	* [r1583] Obsoleted functions set back in, to avoid problems
+	  upgrading.
 
-2005-03-30 11:40  strk
+2005-03-30 11:40  Sandro Santilli <strk at keybit.net>
 
-	* Removed obsoleted box2d functions
+	* [r1582] Removed obsoleted box2d functions
 
-2005-03-29 16:34  strk
+2005-03-29 16:34  Sandro Santilli <strk at keybit.net>
 
-	* Added postgis_restore.pl bugfix
+	* [r1581] Added postgis_restore.pl bugfix
 
-2005-03-29 16:33  strk
+2005-03-29 16:33  Sandro Santilli <strk at keybit.net>
 
-	* 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] 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
+2005-03-29 13:23  Markus Schaber <markus at schabi.de>
 
-	* Fix build for win32 using mingw
+	* [r1579] Fix build for win32 using mingw
 
-2005-03-28 11:37  strk
+2005-03-28 11:37  Sandro Santilli <strk at keybit.net>
 
-	* Dropped {x,y}{min,max}(box2d) functions
+	* [r1578] Dropped {x,y}{min,max}(box2d) functions
 
-2005-03-28 09:48  strk
+2005-03-28 09:48  Sandro Santilli <strk at keybit.net>
 
-	* Added multi() changes
+	* [r1577] Added multi() changes
 
-2005-03-28 09:47  strk
+2005-03-28 09:47  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in multi() leaving SRID in inner geometries.
+	* [r1576] 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 at keybit.net>
 
-	* Added regress tests for multi()
+	* [r1575] Added regress tests for multi()
 
-2005-03-25 18:43  strk
+2005-03-25 18:43  Sandro Santilli <strk at keybit.net>
 
-	* Fixed PQunescapeBytearea argument (might give problems on 64bit
-	  archs)
+	* [r1574] Fixed PQunescapeBytearea argument (might give problems on
+	  64bit archs)
 
-2005-03-25 16:38  strk
+2005-03-25 16:38  Sandro Santilli <strk at keybit.net>
 
-	* MICRO_VERSION set to RC5
+	* [r1572] MICRO_VERSION set to RC5
 
-2005-03-25 16:38  strk
+2005-03-25 16:38  Sandro Santilli <strk at keybit.net>
 
-	* Added release date and version
+	* [r1571] Added release date and version
 
-2005-03-25 16:37  strk
+2005-03-25 16:37  Sandro Santilli <strk at keybit.net>
 
-	* Added release dates
+	* [r1570] Added release dates
 
-2005-03-25 16:28  strk
+2005-03-25 16:28  Sandro Santilli <strk at keybit.net>
 
-	* Added a not in performance tips chapter about dimension
+	* [r1569] 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 at keybit.net>
 
-	* generalized Other changes
+	* [r1568] generalized Other changes
 
-2005-03-25 14:48  strk
+2005-03-25 14:48  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bogus she-bang
+	* [r1567] Fixed bogus she-bang
 
-2005-03-25 13:56  strk
+2005-03-25 13:56  Sandro Santilli <strk at keybit.net>
 
-	* Updated release notes section
+	* [r1566] Updated release notes section
 
-2005-03-25 09:34  strk
+2005-03-25 09:34  Sandro Santilli <strk at keybit.net>
 
-	* code cleanup
+	* [r1565] code cleanup
 
-2005-03-24 18:01  mschaber
+2005-03-24 18:01  Markus Schaber <markus at schabi.de>
 
-	* additional performance tips
+	* [r1564] additional performance tips
 
-2005-03-24 16:28  strk
+2005-03-24 16:28  Sandro Santilli <strk at keybit.net>
 
-	* Variable declaration set in place in lwgeom_centroid()
+	* [r1563] Variable declaration set in place in lwgeom_centroid()
 
-2005-03-24 16:27  strk
+2005-03-24 16:27  Sandro Santilli <strk at keybit.net>
 
-	* Added estimated_extent() bugfix notice
+	* [r1562] Added estimated_extent() bugfix notice
 
-2005-03-24 16:27  strk
+2005-03-24 16:27  Sandro Santilli <strk at keybit.net>
 
-	* Added comments in estimate_allocation() bugfix point.
+	* [r1561] Added comments in estimate_allocation() bugfix point.
 
-2005-03-24 15:07  strk
+2005-03-24 15:07  Sandro Santilli <strk at keybit.net>
 
-	* Fixed non-GEOS centroid() function to avoid obsoleted
+	* [r1560] 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 at keybit.net>
 
-	* Fixed bug in estimated_extent() returning pointer to a memory
-	  allocated in SPI memory context
+	* [r1559] 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 at keybit.net>
 
-	* Removed cr
+	* [r1558] Removed cr
 
-2005-03-23 16:29  strk
+2005-03-23 16:29  Sandro Santilli <strk at keybit.net>
 
-	* Added box3d computation tests
+	* [r1557] Added box3d computation tests
 
-2005-03-23 16:24  strk
+2005-03-23 16:24  Sandro Santilli <strk at keybit.net>
 
-	* added box3d computation fix
+	* [r1556] added box3d computation fix
 
-2005-03-23 16:23  strk
+2005-03-23 16:23  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in box3d computation.
+	* [r1555] 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 at keybit.net>
 
-	* grep -v arg quoted..
+	* [r1554] grep -v arg quoted..
 
-2005-03-21 17:52  strk
+2005-03-21 17:52  Sandro Santilli <strk at keybit.net>
 
-	* Quoted grep argument
+	* [r1553] Quoted grep argument
 
-2005-03-21 13:43  mschaber
+2005-03-21 13:43  Markus Schaber <markus at schabi.de>
 
-	* handle versioned jars in cvsignore
+	* [r1552] handle versioned jars in cvsignore
 
-2005-03-21 12:24  strk
+2005-03-21 12:24  Sandro Santilli <strk at keybit.net>
 
-	* Expanded estimated_extent() paragraph to document differences
-	  between pre
+	* [r1551] 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 at keybit.net>
 
-	* Set release date
+	* [r1549] Set release date
 
-2005-03-18 17:47  strk
+2005-03-18 17:47  Sandro Santilli <strk at keybit.net>
 
-	* postgis_restore.pl improvements
+	* [r1548] postgis_restore.pl improvements
 
-2005-03-18 17:23  strk
+2005-03-18 17:23  Sandro Santilli <strk at keybit.net>
 
-	* Hash used for detecting obsoleted funx in dump
+	* [r1547] Hash used for detecting obsoleted funx in dump
 
-2005-03-18 12:43  strk
+2005-03-18 12:43  Sandro Santilli <strk at keybit.net>
 
-	* Fixed missing use of _IMMUTABLE_STRICT define in new
+	* [r1546] 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 at keybit.net>
 
-	* added box3d-computation bugfix note
+	* [r1545] added box3d-computation bugfix note
 
-2005-03-18 12:36  strk
+2005-03-18 12:36  Sandro Santilli <strk at keybit.net>
 
-	* Big API cleanup.
+	* [r1544] 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 at keybit.net>
 
-	* Added extent(), extent3d() and collect() tests - should really
+	* [r1543] 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 at keybit.net>
 
-	* box2d outupt precision increment
+	* [r1542] box2d outupt precision increment
 
-2005-03-17 18:11  strk
+2005-03-17 18:11  Sandro Santilli <strk at keybit.net>
 
-	* BOX2D output reverted to .15g precision
+	* [r1541] BOX2D output reverted to .15g precision
 
-2005-03-17 09:39  strk
+2005-03-17 09:39  Sandro Santilli <strk at keybit.net>
 
-	* Early memory releases in lwgeom_translate_recursive
+	* [r1540] Early memory releases in lwgeom_translate_recursive
 
-2005-03-16 15:08  strk
+2005-03-16 15:08  Sandro Santilli <strk at keybit.net>
 
-	* Changed get_proj4_from_srid() implementation from SQL to PLPGSQL
-	  to
+	* [r1539] 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 at keybit.net>
 
-	* Early memory releases on transform_geometry_recursive() and
-	  LWGEOM_asText().
+	* [r1538] 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 at keybit.net>
 
-	* hole-in-ring detector made more readable
+	* [r1537] hole-in-ring detector made more readable
 
-2005-03-15 09:25  strk
+2005-03-15 09:25  Sandro Santilli <strk at keybit.net>
 
-	* Added loader bug fix
+	* [r1536] Added loader bug fix
 
-2005-03-14 22:02  strk
+2005-03-14 22:02  Sandro Santilli <strk at keybit.net>
 
-	* Fixed holes handling.
+	* [r1535] Fixed holes handling.
 
-2005-03-14 11:31  strk
+2005-03-14 11:31  Sandro Santilli <strk at keybit.net>
 
-	* Added cleanup of versioned jars
+	* [r1534] Added cleanup of versioned jars
 
-2005-03-14 11:14  strk
+2005-03-14 11:14  Sandro Santilli <strk at keybit.net>
 
-	* installdirs/clean rules cleanup suggested by Alex Bodnaru
+	* [r1533] installdirs/clean rules cleanup suggested by Alex Bodnaru
 
-2005-03-11 17:56  strk
+2005-03-11 17:56  Sandro Santilli <strk at keybit.net>
 
-	* Early memory release in transform_geom
+	* [r1532] Early memory release in transform_geom
 
-2005-03-11 17:47  strk
+2005-03-11 17:47  Sandro Santilli <strk at keybit.net>
 
-	* Fixed destructive memory release in LWGEOM_translate()
+	* [r1531] Fixed destructive memory release in LWGEOM_translate()
 
-2005-03-11 17:47  strk
+2005-03-11 17:47  Sandro Santilli <strk at keybit.net>
 
-	* Added test for translate()
+	* [r1530] Added test for translate()
 
-2005-03-10 21:37  strk
+2005-03-10 21:37  Sandro Santilli <strk at keybit.net>
 
-	* added 64bit bug fix
+	* [r1529] added 64bit bug fix
 
-2005-03-10 19:26  strk
+2005-03-10 19:26  Sandro Santilli <strk at keybit.net>
 
-	* Hopefully fixed bug in int4 and double reader from byte stream
-	  (was not
+	* [r1528] 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 at keybit.net>
 
-	* Made void args explicit to make newer compilers happy
+	* [r1527] Made void args explicit to make newer compilers happy
 
-2005-03-10 18:18  strk
+2005-03-10 18:18  Sandro Santilli <strk at keybit.net>
 
-	* changed report_error typedef to allow for lwerror usage w/out
-	  problems
+	* [r1526] changed report_error typedef to allow for lwerror usage
+	  w/out problems
 
-2005-03-08 18:36  mschaber
+2005-03-08 18:36  Markus Schaber <markus at schabi.de>
 
-	* Additional explanations in README.
+	* [r1525] Additional explanations in README.
 
-2005-03-08 18:32  mschaber
+2005-03-08 18:32  Markus Schaber <markus at schabi.de>
 
-	* Fix possible null pointer exception if PostGIS is compiled
-	  without geos / proj support.
+	* [r1524] 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 at keybit.net>
 
-	* More cleanups on 'clean'
+	* [r1523] More cleanups on 'clean'
 
-2005-03-08 16:41  strk
+2005-03-08 16:41  Sandro Santilli <strk at keybit.net>
 
-	* Simplified clean rule
+	* [r1522] Simplified clean rule
 
-2005-03-08 16:39  strk
+2005-03-08 16:39  Sandro Santilli <strk at keybit.net>
 
-	* Added configure script removal in maintainer-clean rule
+	* [r1521] Added configure script removal in maintainer-clean rule
 
-2005-03-08 16:00  strk
+2005-03-08 16:00  Sandro Santilli <strk at keybit.net>
 
-	* Deleted libjts directory... libjts production should happen from
-	  within JTS itself.
+	* [r1520] 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 at keybit.net>
 
-	* Changed default JTS includes and lib paths
+	* [r1519] Changed default JTS includes and lib paths
 
-2005-03-08 12:39  strk
+2005-03-08 12:39  Sandro Santilli <strk at keybit.net>
 
-	* Added libjts build scripts
+	* [r1518] Added libjts build scripts
 
-2005-03-08 12:21  strk
+2005-03-08 12:21  Sandro Santilli <strk at keybit.net>
 
-	* Added a distclean rule to get rid of autoconf-generated files.
+	* [r1517] 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 at keybit.net>
 
-	* set USE_JTS back to 0 - got set to 1 from previous commit
+	* [r1516] 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 at keybit.net>
 
-	* Added utils rule to set the execute bit on utilities.
+	* [r1515] Added utils rule to set the execute bit on utilities.
 
-2005-03-08 12:04  strk
+2005-03-08 12:04  Sandro Santilli <strk at keybit.net>
 
-	* synced makefiles, changed default path of libjts
+	* [r1514] synced makefiles, changed default path of libjts
 
-2005-03-08 11:24  strk
+2005-03-08 11:24  Sandro Santilli <strk at keybit.net>
 
-	* Commented out debugging lines
+	* [r1513] Commented out debugging lines
 
-2005-03-08 11:24  strk
+2005-03-08 11:24  Sandro Santilli <strk at keybit.net>
 
-	* avoided initializzation of JvNewObjectArray with undefined
-	  pointer
+	* [r1512] avoided initializzation of JvNewObjectArray with
+	  undefined pointer
 
-2005-03-08 11:06  strk
+2005-03-08 11:06  Sandro Santilli <strk at keybit.net>
 
-	* modernized old-style parameter declarations
+	* [r1511] modernized old-style parameter declarations
 
-2005-03-08 09:42  strk
+2005-03-08 09:42  Sandro Santilli <strk at keybit.net>
 
-	* Added estimator changes
+	* [r1510] Added estimator changes
 
-2005-03-08 09:27  strk
+2005-03-08 09:27  Sandro Santilli <strk at keybit.net>
 
-	* RESTRICT selectivity estimator use self->varno instead of
+	* [r1509] 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 at keybit.net>
 
-	* Fixed debugging lines.
+	* [r1508] Fixed debugging lines.
 
-2005-03-08 08:38  strk
+2005-03-08 08:38  Sandro Santilli <strk at keybit.net>
 
-	* Discarded environmental variable USE_JTS to avoid unexpected
-	  enabling
+	* [r1507] Discarded environmental variable USE_JTS to avoid
+	  unexpected enabling
 
-2005-03-07 21:24  strk
+2005-03-07 21:24  Sandro Santilli <strk at keybit.net>
 
-	* Added missing JTSnoop prototype
+	* [r1506] Added missing JTSnoop prototype
 
-2005-03-07 21:19  strk
+2005-03-07 21:19  Sandro Santilli <strk at keybit.net>
 
-	* Put optimization flag back to -O2
+	* [r1505] Put optimization flag back to -O2
 
-2005-03-07 21:11  strk
+2005-03-07 21:11  Sandro Santilli <strk at keybit.net>
 
-	* Removed stub functions (moved to lwgeom_nojts.c) and added stub
+	* [r1504] 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 at keybit.net>
 
-	* Added initial JTS wrapper.
+	* [r1503] Added initial JTS wrapper.
 
-2005-03-07 21:06  strk
+2005-03-07 21:06  Sandro Santilli <strk at keybit.net>
 
-	* Added spatial_ref_sys.sql and README.postgis to scripts install
-	  targets.
+	* [r1502] 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 at keybit.net>
 
-	* Separate stub funx file for builds w/out GEOS or JTS
+	* [r1501] 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 at keybit.net>
 
-	* sync'd with Makefile.config
+	* [r1500] sync'd with Makefile.config
 
-2005-03-07 20:44  strk
+2005-03-07 20:44  Sandro Santilli <strk at keybit.net>
 
-	* Added JTS support parameter
+	* [r1499] Added JTS support parameter
 
-2005-03-07 18:36  strk
+2005-03-07 18:36  Sandro Santilli <strk at keybit.net>
 
-	* Sync with Makefile.config
+	* [r1498] Sync with Makefile.config
 
-2005-03-07 16:08  strk
+2005-03-07 16:08  Sandro Santilli <strk at keybit.net>
 
-	* Incremented SCRIPTS_VERSION micro num
+	* [r1497] Incremented SCRIPTS_VERSION micro num
 
-2005-03-07 13:58  strk
+2005-03-07 13:58  Sandro Santilli <strk at keybit.net>
 
-	* Added process id to output files. Removed 'clean' rule.
+	* [r1496] Added process id to output files. Removed 'clean' rule.
 
-2005-03-07 13:20  strk
+2005-03-07 13:20  Sandro Santilli <strk at keybit.net>
 
-	* Removed unused lwexploded_dump() function
+	* [r1495] Removed unused lwexploded_dump() function
 
-2005-03-07 11:53  mschaber
+2005-03-07 11:53  Markus Schaber <markus at schabi.de>
 
-	* Fix version.in vs. version.config typo
+	* [r1494] Fix version.in vs. version.config typo
 
-2005-03-04 19:34  strk
+2005-03-04 19:34  Sandro Santilli <strk at keybit.net>
 
-	* cleanups - version file source
+	* [r1493] cleanups - version file source
 
-2005-03-04 19:31  mleslie
+2005-03-04 19:31  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Cleaned up distance_sphere and updated documentation.
+	* [r1492] Cleaned up distance_sphere and updated documentation.
 
-2005-03-04 19:25  strk
+2005-03-04 19:25  Sandro Santilli <strk at keybit.net>
 
-	* removed temp files used in docs creation step
+	* [r1491] removed temp files used in docs creation step
 
-2005-03-04 19:18  strk
+2005-03-04 19:18  Sandro Santilli <strk at keybit.net>
 
-	* Expanded "upgrading" chapter to explain postgis_restore.pl
-	  upgrade procedure.
+	* [r1490] Expanded "upgrading" chapter to explain
+	  postgis_restore.pl upgrade procedure.
 
-2005-03-04 19:18  strk
+2005-03-04 19:18  Sandro Santilli <strk at keybit.net>
 
-	* Made 'html' the default rule
+	* [r1489] Made 'html' the default rule
 
-2005-03-04 19:15  strk
+2005-03-04 19:15  Sandro Santilli <strk at keybit.net>
 
-	* Parametrized XSLBASE directory
+	* [r1488] Parametrized XSLBASE directory
 
-2005-03-04 16:29  strk
+2005-03-04 16:29  Sandro Santilli <strk at keybit.net>
 
-	* Changed to use Version.config
+	* [r1487] Changed to use Version.config
 
-2005-03-04 15:54  strk
+2005-03-04 15:54  Sandro Santilli <strk at keybit.net>
 
-	* Commented out unused variable
+	* [r1486] Commented out unused variable
 
-2005-03-04 15:25  mschaber
+2005-03-04 15:25  Markus Schaber <markus at schabi.de>
 
-	* added version improvement to changes
+	* [r1485] added version improvement to changes
 
-2005-03-04 15:22  mschaber
+2005-03-04 15:22  Markus Schaber <markus at schabi.de>
 
-	* - Separates the version config variables into the toplevel
-	  Version.config
+	* [r1484] - Separates the version config variables into the
+	  toplevel Version.config
 	  
 	  - Adds new version config variables for jdbc
 	  
@@ -38712,247 +39977,255 @@
 	  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 at keybit.net>
 
-	* Added loader/dumper bug fixes
+	* [r1483] Added loader/dumper bug fixes
 
-2005-03-04 14:54  strk
+2005-03-04 14:54  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in multiline handling.
+	* [r1482] Fixed bug in multiline handling.
 
-2005-03-04 14:48  strk
+2005-03-04 14:48  Sandro Santilli <strk at keybit.net>
 
-	* Applied patch from Jonne Savolainen fixing multilines handling
+	* [r1481] Applied patch from Jonne Savolainen fixing multilines
+	  handling
 
-2005-03-04 14:25  strk
+2005-03-04 14:25  Sandro Santilli <strk at keybit.net>
 
-	* Added 'test' and 'maintainer-clean' rules.
+	* [r1480] Added 'test' and 'maintainer-clean' rules.
 
-2005-03-04 14:25  strk
+2005-03-04 14:25  Sandro Santilli <strk at keybit.net>
 
-	* Added a maintainer-clean rule.
+	* [r1479] Added a maintainer-clean rule.
 
-2005-03-04 14:13  strk
+2005-03-04 14:13  Sandro Santilli <strk at keybit.net>
 
-	* Parametrized test output dir and added Makefile
+	* [r1478] Parametrized test output dir and added Makefile
 
-2005-03-04 11:03  mschaber
+2005-03-04 11:03  Markus Schaber <markus at schabi.de>
 
-	* another make install fix :-(
+	* [r1477] another make install fix :-(
 
-2005-03-04 09:03  strk
+2005-03-04 09:03  Sandro Santilli <strk at keybit.net>
 
-	* PG_LWGEOM_construct() moved from lwgeom_api.c to lwgeom_pg.c.
+	* [r1476] 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 at keybit.net>
 
-	* Modified upgrade section to show postgis_restore.pl based
+	* [r1475] Modified upgrade section to show postgis_restore.pl based
 	  procedure.
 
-2005-03-04 07:51  mschaber
+2005-03-04 07:51  Markus Schaber <markus at schabi.de>
 
-	* another "make install" fix from alex
+	* [r1474] another "make install" fix from alex
 
-2005-03-04 07:48  mschaber
+2005-03-04 07:48  Markus Schaber <markus at schabi.de>
 
-	* Adopted Version.java to the official PostGIS scheme.
+	* [r1473] Adopted Version.java to the official PostGIS scheme.
 
-2005-03-04 07:36  mschaber
+2005-03-04 07:36  Markus Schaber <markus at schabi.de>
 
-	* Updated VERSION to RC4
+	* [r1472] Updated VERSION to RC4
 
-2005-03-04 07:32  mschaber
+2005-03-04 07:32  Markus Schaber <markus at schabi.de>
 
-	* Removed unneccesarry TEMP variable
+	* [r1471] Removed unneccesarry TEMP variable
 
-2005-03-03 22:12  mschaber
+2005-03-03 22:12  Markus Schaber <markus at schabi.de>
 
-	* removed obsolete build.xml
+	* [r1470] removed obsolete build.xml
 
-2005-03-03 21:55  mschaber
+2005-03-03 21:55  Markus Schaber <markus at schabi.de>
 
-	* Make classpath element separator configurable
+	* [r1469] Make classpath element separator configurable
 
-2005-03-03 20:55  mschaber
+2005-03-03 20:55  Markus Schaber <markus at schabi.de>
 
-	* jdbc2 naming explanation
+	* [r1468] jdbc2 naming explanation
 	  Contact info
 	  Copyright notice
 
-2005-03-03 19:08  mschaber
+2005-03-03 19:08  Markus Schaber <markus at schabi.de>
 
-	* add postgis_debug.jar to make install (thx to alex bodnaru)
+	* [r1467] 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 at lisasoft.com>
 
-	* Rebuilt the distance_sphere function.
+	* [r1466] Rebuilt the distance_sphere function.
 
-2005-03-03 16:06  mschaber
+2005-03-03 16:06  Markus Schaber <markus at schabi.de>
 
-	* Fix compile with jikes
+	* [r1465] Fix compile with jikes
 
-2005-03-03 10:32  strk
+2005-03-03 10:32  Sandro Santilli <strk at keybit.net>
 
-	* parser additions note
+	* [r1464] parser additions note
 
-2005-03-03 10:31  strk
+2005-03-03 10:31  Sandro Santilli <strk at keybit.net>
 
-	* Removed generated parser files.
+	* [r1463] Removed generated parser files.
 
-2005-03-03 10:29  strk
+2005-03-03 10:29  Sandro Santilli <strk at keybit.net>
 
-	* Added generated parsers to avoid FLEX/YACC requirement on
+	* [r1462] Added generated parsers to avoid FLEX/YACC requirement on
 	  release.
 
-2005-03-02 17:29  strk
+2005-03-02 17:29  Sandro Santilli <strk at keybit.net>
 
-	* Commented out parser generation... requires PGSQL source :(
+	* [r1461] Commented out parser generation... requires PGSQL source
+	  :(
 
-2005-03-02 17:26  strk
+2005-03-02 17:26  Sandro Santilli <strk at keybit.net>
 
-	* Added parser generation.
+	* [r1460] Added parser generation.
 
-2005-03-02 17:04  strk
+2005-03-02 17:04  Sandro Santilli <strk at keybit.net>
 
-	* added FLEX & YACC fix
+	* [r1459] added FLEX & YACC fix
 
-2005-03-02 13:10  mschaber
+2005-03-02 13:10  Markus Schaber <markus at schabi.de>
 
-	* Additional Regression Test for prepared statement usage
+	* [r1458] Additional Regression Test for prepared statement usage
 
-2005-03-02 12:06  mschaber
+2005-03-02 12:06  Markus Schaber <markus at schabi.de>
 
-	* Code cleanups, Makefile improvements.
+	* [r1457] Code cleanups, Makefile improvements.
 
-2005-03-01 13:22  strk
+2005-03-01 13:22  Sandro Santilli <strk at keybit.net>
 
-	* Renamed lwgeom_to_wkt to lwgeom_to_ewkt, as it doesn't strip out
-	  non-ogc
+	* [r1456] 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 at keybit.net>
 
-	* Corrected expected results.
+	* [r1455] Corrected expected results.
 
-2005-03-01 11:41  strk
+2005-03-01 11:41  Sandro Santilli <strk at keybit.net>
 
-	* Added GEOS/JTS provided functions test
+	* [r1454] Added GEOS/JTS provided functions test
 
-2005-03-01 08:43  strk
+2005-03-01 08:43  Sandro Santilli <strk at keybit.net>
 
-	* Fixed install-lwgeom-scripts rule as suggested by Rhys
+	* [r1453] Fixed install-lwgeom-scripts rule as suggested by Rhys
 	  Ickeringill.
 
-2005-03-01 08:40  strk
+2005-03-01 08:40  Sandro Santilli <strk at keybit.net>
 
-	* FLEX and YACC variables set after PGSQL/Makefile.global has been
-	  sourced
+	* [r1452] 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 at cleverelephant.ca>
 
-	* Fix link error.
+	* [r1451] Fix link error.
 
-2005-02-28 09:57  mschaber
+2005-02-28 09:57  Markus Schaber <markus at schabi.de>
 
-	* Add serialVersionUID for jdk1.5
+	* [r1450] Add serialVersionUID for jdk1.5
 	  correctly setType(), needed for jdbc 8.0+
 
-2005-02-28 08:14  mschaber
+2005-02-28 08:14  Markus Schaber <markus at schabi.de>
 
-	* Add serialVersionUID for jdk1.5
+	* [r1449] 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 at keybit.net>
 
-	* Added geom_accum and SnapToGrid bug fixes
+	* [r1448] Added geom_accum and SnapToGrid bug fixes
 
-2005-02-25 13:42  strk
+2005-02-25 13:42  Sandro Santilli <strk at keybit.net>
 
-	* SnapToGrid: Fixed minor bug in consistency check.
+	* [r1447] SnapToGrid: Fixed minor bug in consistency check.
 
-2005-02-25 13:28  strk
+2005-02-25 13:28  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bugus free() in LWGEOM_accum.
+	* [r1446] Fixed a bugus free() in LWGEOM_accum.
 
-2005-02-25 09:34  strk
+2005-02-25 09:34  Sandro Santilli <strk at keybit.net>
 
-	* added force_collection early return
+	* [r1445] added force_collection early return
 
-2005-02-25 09:31  strk
+2005-02-25 09:31  Sandro Santilli <strk at keybit.net>
 
-	* Added early return from force_collection when input is already a
-	  collection
+	* [r1444] 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 at keybit.net>
 
-	* Added comment on top of TYPE macros
+	* [r1443] Added comment on top of TYPE macros
 
-2005-02-24 14:13  mschaber
+2005-02-24 14:13  Markus Schaber <markus at schabi.de>
 
-	* Fixed makefile to allow compilation via kaffe javac - this
+	* [r1442] 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
+2005-02-24 11:43  Markus Schaber <markus at schabi.de>
 
-	* moved trim() call, this avoids calling trim() twice on unchanged
-	  value if we have only (1 2,3 4) rep.
+	* [r1441] 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
+2005-02-24 11:20  Markus Schaber <markus at schabi.de>
 
-	* Additional regression tests for EWKT and EWKB on PostGIS 1.X
+	* [r1440] 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 at keybit.net>
 
-	* Added missing prototype
+	* [r1438] Added missing prototype
 
-2005-02-24 08:32  strk
+2005-02-24 08:32  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in StartPoint and EndPoint functions.
+	* [r1437] Fixed bug in StartPoint and EndPoint functions.
 
-2005-02-24 08:10  strk
+2005-02-24 08:10  Sandro Santilli <strk at keybit.net>
 
-	* lib version changed to 1.0.0RC3, scripts version to 0.2.0.
+	* [r1436] 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 at keybit.net>
 
-	* Added spatial_ref_sys change and version/release
+	* [r1435] Added spatial_ref_sys change and version/release
 
-2005-02-23 19:17  pramsey
+2005-02-23 19:17  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Hand edit paris central meridian definitions.
+	* [r1434] Hand edit paris central meridian definitions.
 	  Danger: other non-Greenwich projections might also have problems.
 
-2005-02-23 13:31  mschaber
+2005-02-23 13:31  Markus Schaber <markus at schabi.de>
 
-	* another fastjar fix
+	* [r1433] another fastjar fix
 
-2005-02-23 13:19  mschaber
+2005-02-23 13:19  Markus Schaber <markus at schabi.de>
 
-	* Fixed jikes compiler warning, using super. for static methods is
-	  suboptimal.
+	* [r1432] 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 at keybit.net>
 
-	* GeometryFromText() bug fix
+	* [r1431] GeometryFromText() bug fix
 
-2005-02-23 09:58  strk
+2005-02-23 09:58  Sandro Santilli <strk at keybit.net>
 
-	* Fixed GeometryFromText() to add a bbox cache FOR_COMPLEX_GEOMS
+	* [r1430] Fixed GeometryFromText() to add a bbox cache
+	  FOR_COMPLEX_GEOMS
 
-2005-02-23 09:44  strk
+2005-02-23 09:44  Sandro Santilli <strk at keybit.net>
 
-	* Added bool::text cast
+	* [r1429] Added bool::text cast
 
-2005-02-23 09:00  strk
+2005-02-23 09:00  Sandro Santilli <strk at keybit.net>
 
-	* Added bool::text cast.
+	* [r1428] Added bool::text cast.
 
-2005-02-22 18:10  mschaber
+2005-02-22 18:10  Markus Schaber <markus at schabi.de>
 
-	* Updated jdbc2/Makefile:
+	* [r1427] Updated jdbc2/Makefile:
 	  
 	  - more comments
 	  - all helper binaries are now configurable
@@ -38963,156 +40236,159 @@
 	  directory, this should help catching packaging errors
 	  - small other cleanups
 
-2005-02-22 13:05  mschaber
+2005-02-22 13:05  Markus Schaber <markus at schabi.de>
 
-	* Removed unused import
+	* [r1426] Removed unused import
 
-2005-02-22 13:04  mschaber
+2005-02-22 13:04  Markus Schaber <markus at schabi.de>
 
-	* Some more debian woody fixes.
+	* [r1425] Some more debian woody fixes.
 
-2005-02-22 13:01  mschaber
+2005-02-22 13:01  Markus Schaber <markus at schabi.de>
 
-	* Remove redundant addDataType() call that slipped in during
+	* [r1424] Remove redundant addDataType() call that slipped in
+	  during
 	  WKT measured geometries work. It also broke pgjdbc7.2
 	  compatibility.
 
-2005-02-22 12:31  mschaber
+2005-02-22 12:31  Markus Schaber <markus at schabi.de>
 
-	* Patches from Alex Bodnaru (debian maintainer)
+	* [r1423] Patches from Alex Bodnaru (debian maintainer)
 
-2005-02-22 12:12  strk
+2005-02-22 12:12  Sandro Santilli <strk at keybit.net>
 
-	* Added not about early memory release
+	* [r1422] Added not about early memory release
 
-2005-02-22 10:10  strk
+2005-02-22 10:10  Sandro Santilli <strk at keybit.net>
 
-	* Early release of DETOASTED geoms.
+	* [r1421] Early release of DETOASTED geoms.
 
-2005-02-22 09:59  strk
+2005-02-22 09:59  Sandro Santilli <strk at keybit.net>
 
-	* Fixed path to lwpostgis.sql script
+	* [r1420] Fixed path to lwpostgis.sql script
 
-2005-02-22 09:55  strk
+2005-02-22 09:55  Sandro Santilli <strk at keybit.net>
 
-	* Early release of DETOASTED or deserialized geometries, to reduce
-	  memory usage
+	* [r1419] 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 at keybit.net>
 
-	* Forced cleanup of DETOASTED and deserialized geometries for
-	  better memory
+	* [r1418] Forced cleanup of DETOASTED and deserialized geometries
+	  for better memory
 	  usage.
 
-2005-02-21 18:28  mschaber
+2005-02-21 18:28  Markus Schaber <markus at schabi.de>
 
-	* *** empty log message ***
+	* [r1417] *** empty log message ***
 
-2005-02-21 16:22  strk
+2005-02-21 16:22  Sandro Santilli <strk at keybit.net>
 
-	* Changed min() max() usage with LW_MIN() LW_MAX()
+	* [r1416] Changed min() max() usage with LW_MIN() LW_MAX()
 
-2005-02-21 16:16  strk
+2005-02-21 16:16  Sandro Santilli <strk at keybit.net>
 
-	* Changed byte to uchar to avoid clashes with win32 headers.
+	* [r1415] Changed byte to uchar to avoid clashes with win32
+	  headers.
 
-2005-02-21 15:49  mschaber
+2005-02-21 15:49  Markus Schaber <markus at schabi.de>
 
-	* removed ugly () display
+	* [r1414] removed ugly () display
 
-2005-02-21 14:59  mschaber
+2005-02-21 14:59  Markus Schaber <markus at schabi.de>
 
-	* Added version printing (for debugging purposes)
+	* [r1413] Added version printing (for debugging purposes)
 
-2005-02-21 14:16  mschaber
+2005-02-21 14:16  Markus Schaber <markus at schabi.de>
 
-	* Skip tests that are known to fail when running against older
-	  PostGIS server versions
+	* [r1412] Skip tests that are known to fail when running against
+	  older PostGIS server versions
 
-2005-02-18 16:01  mschaber
+2005-02-18 16:01  Markus Schaber <markus at schabi.de>
 
-	* Some micro optimizations and cleanups
+	* [r1411] Some micro optimizations and cleanups
 
-2005-02-18 14:49  mschaber
+2005-02-18 14:49  Markus Schaber <markus at schabi.de>
 
-	* Added Version.class to allow programatically identification of
-	  PostGIS jdbc version
+	* [r1410] Added Version.class to allow programatically
+	  identification of PostGIS jdbc version
 
-2005-02-18 14:40  mschaber
+2005-02-18 14:40  Markus Schaber <markus at schabi.de>
 
-	* Added beta support for JTS classes
+	* [r1409] Added beta support for JTS classes
 
-2005-02-18 08:43  strk
+2005-02-18 08:43  Sandro Santilli <strk at keybit.net>
 
-	* added memory leak fix
+	* [r1408] added memory leak fix
 
-2005-02-18 08:42  strk
+2005-02-18 08:42  Sandro Santilli <strk at keybit.net>
 
-	* Removed memory leak in geos2postgis polygon conversion.
+	* [r1407] Removed memory leak in geos2postgis polygon conversion.
 
-2005-02-17 16:09  strk
+2005-02-17 16:09  Sandro Santilli <strk at keybit.net>
 
-	* Improved transform() errors verbosity.
+	* [r1406] Improved transform() errors verbosity.
 
-2005-02-17 15:54  strk
+2005-02-17 15:54  Sandro Santilli <strk at keybit.net>
 
-	* Syntaxes cleanups.
+	* [r1405] Syntaxes cleanups.
 
-2005-02-17 15:44  mschaber
+2005-02-17 15:44  Markus Schaber <markus at schabi.de>
 
-	* removed verbosity from my last entry
+	* [r1404] removed verbosity from my last entry
 
-2005-02-17 15:42  mschaber
+2005-02-17 15:42  Markus Schaber <markus at schabi.de>
 
-	* fixed postgis_debug.jar
+	* [r1403] fixed postgis_debug.jar
 
-2005-02-17 15:39  strk
+2005-02-17 15:39  Sandro Santilli <strk at keybit.net>
 
-	* Fixed some introduced misorderings of func declaration/body.
+	* [r1402] Fixed some introduced misorderings of func
+	  declaration/body.
 
-2005-02-17 14:48  mschaber
+2005-02-17 14:48  Markus Schaber <markus at schabi.de>
 
-	* Fixed dependency handling for jars
+	* [r1401] Fixed dependency handling for jars
 
-2005-02-17 14:41  mschaber
+2005-02-17 14:41  Markus Schaber <markus at schabi.de>
 
-	* Updated makefile - better dependency management for jars,
+	* [r1400] 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 at keybit.net>
 
-	* Fixed a bug in pointArray_construct() copying input points
-	  instead
+	* [r1399] 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 at keybit.net>
 
-	* Added wkb_recv and wkb_send obsoleted functions handling
+	* [r1398] Added wkb_recv and wkb_send obsoleted functions handling
 
-2005-02-14 20:49  strk
+2005-02-14 20:49  Sandro Santilli <strk at keybit.net>
 
-	* Added force_collection() bug fix
+	* [r1397] Added force_collection() bug fix
 
-2005-02-14 20:45  strk
+2005-02-14 20:45  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in force_collection() leaving spurious bbox cache and
-	  SRID info
+	* [r1396] 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
+2005-02-14 11:49  Markus Schaber <markus at schabi.de>
 
-	* Now compiles against 7.2 with some magic trickery instead of
-	  patching.
+	* [r1395] 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 at keybit.net>
 
-	* added memory alignment handling
+	* [r1394] added memory alignment handling
 
-2005-02-10 17:41  strk
+2005-02-10 17:41  Sandro Santilli <strk at keybit.net>
 
-	* Dropped getbox2d_internal().
+	* [r1393] Dropped getbox2d_internal().
 	  Removed all castings of getPoint() output, which has been renamed
 	  to getPoint_internal() and commented about danger of using it.
 	  Changed SERIALIZED_FORM() macro to use VARDATA() macro.
@@ -39120,3406 +40396,3483 @@
 	  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 at keybit.net>
 
-	* Added a couple of distance() tests.
+	* [r1392] Added a couple of distance() tests.
 
-2005-02-10 16:34  strk
+2005-02-10 16:34  Sandro Santilli <strk at keybit.net>
 
-	* Added -Wall to CFLAGS
+	* [r1391] Added -Wall to CFLAGS
 
-2005-02-10 10:52  strk
+2005-02-10 10:52  Sandro Santilli <strk at keybit.net>
 
-	* Changed 'char' to 'uchar' (unsigned char typedef) wherever octet
-	  is actually
+	* [r1390] Changed 'char' to 'uchar' (unsigned char typedef)
+	  wherever octet is actually
 	  meant to be.
 
-2005-02-10 10:03  strk
+2005-02-10 10:03  Sandro Santilli <strk at keybit.net>
 
-	* Added X(), Y() and Z() tests.
+	* [r1389] Added X(), Y() and Z() tests.
 
-2005-02-09 18:11  mschaber
+2005-02-09 18:11  Markus Schaber <markus at schabi.de>
 
-	* adopt documentation wr/t conflicting driverconfig.properties to
+	* [r1388] 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 at keybit.net>
 
-	* documentation update item
+	* [r1387] documentation update item
 
-2005-02-09 11:53  strk
+2005-02-09 11:53  Sandro Santilli <strk at keybit.net>
 
-	* Removed PGSQL7.1 references, clearly stated support starting from
-	  72.
+	* [r1386] 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 at keybit.net>
 
-	* fixed debugging output
+	* [r1385] fixed debugging output
 
-2005-02-08 17:48  mschaber
+2005-02-08 17:48  Markus Schaber <markus at schabi.de>
 
-	* Added patch to enable compilation against pg72jdbc2.jar.
+	* [r1384] Added patch to enable compilation against pg72jdbc2.jar.
 
-2005-02-08 14:54  mschaber
+2005-02-08 14:54  Markus Schaber <markus at schabi.de>
 
-	* Added jdbc2 jdk1.3 enabling note.
+	* [r1383] Added jdbc2 jdk1.3 enabling note.
 
-2005-02-08 14:53  mschaber
+2005-02-08 14:53  Markus Schaber <markus at schabi.de>
 
-	* Removed use of jdk1.4 only features to allow jdbc2 to be
+	* [r1382] Removed use of jdk1.4 only 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 at keybit.net>
 
-	* Reduced scope of VACUUM ANALYZE call to the sole spatial_ref_sys
-	  table
+	* [r1381] 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 at keybit.net>
 
-	* updated
+	* [r1380] updated
 
-2005-02-08 07:59  strk
+2005-02-08 07:59  Sandro Santilli <strk at keybit.net>
 
-	* Fixed probe_geometry_columns to work with PG72 (pg_constraint was
-	  pg_relcheck)
+	* [r1379] 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 at keybit.net>
 
-	* Fixed probe_geometry_columns so to work on spatial tables with
-	  multiple
+	* [r1378] 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 at keybit.net>
 
-	* updated
+	* [r1377] updated
 
-2005-02-07 14:02  strk
+2005-02-07 14:02  Sandro Santilli <strk at keybit.net>
 
-	* Fixed broken 72 index bindings.
+	* [r1376] Fixed broken 72 index bindings.
 
-2005-02-07 13:42  mschaber
+2005-02-07 13:42  Markus Schaber <markus at schabi.de>
 
-	* Fixed pgjdbc 8.0 autoregistration.
+	* [r1375] Fixed pgjdbc 8.0 autoregistration.
 
-2005-02-07 13:21  strk
+2005-02-07 13:21  Sandro Santilli <strk at keybit.net>
 
-	* Replaced DEBUG* macros with PGIS_DEBUG*, to avoid clashes with
-	  postgresql DEBUG
+	* [r1374] 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 at keybit.net>
 
-	* updated CHANGES
+	* [r1373] updated CHANGES
 
-2005-02-07 12:56  strk
+2005-02-07 12:56  Sandro Santilli <strk at keybit.net>
 
-	* More portable date command for BUILDDATE extraction
+	* [r1372] More portable date command for BUILDDATE extraction
 
-2005-02-07 12:32  strk
+2005-02-07 12:32  Sandro Santilli <strk at keybit.net>
 
-	* updated with next release changes
+	* [r1371] updated with next release changes
 
-2005-02-07 12:31  strk
+2005-02-07 12:31  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1370] updated
 
-2005-02-07 11:49  mschaber
+2005-02-07 11:49  Markus Schaber <markus at schabi.de>
 
-	* Fix makefile (broken by driverconfig.properties rename
+	* [r1369] Fix makefile (broken by driverconfig.properties rename
 
-2005-02-07 11:31  mschaber
+2005-02-07 11:31  Markus Schaber <markus at schabi.de>
 
-	* Removed issues that were done, hoping they will not re-emerge :-)
+	* [r1368] Removed issues that were done, hoping they will not
+	  re-emerge :-)
 
-2005-02-07 09:15  mschaber
+2005-02-07 09:15  Markus Schaber <markus at schabi.de>
 
-	* Fixed jdbc8.0 autoregistration, added regression test.
+	* [r1367] Fixed jdbc8.0 autoregistration, added regression test.
 
-2005-02-04 17:08  pramsey
+2005-02-04 17:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixed literal && inside the text, replaced with &
+	* [r1366] Fixed literal && inside the text, replaced with &
 
-2005-02-04 14:20  strk
+2005-02-04 14:20  Sandro Santilli <strk at keybit.net>
 
-	* missing license
+	* [r1365] missing license
 
-2005-02-04 10:20  strk
+2005-02-04 10:20  Sandro Santilli <strk at keybit.net>
 
-	* Added Performance Tips chapter
+	* [r1364] Added Performance Tips chapter
 
-2005-02-04 09:05  strk
+2005-02-04 09:05  Sandro Santilli <strk at keybit.net>
 
-	* Applied Markus Shaber licensing patches.
+	* [r1363] Applied Markus Shaber licensing patches.
 
-2005-02-01 16:53  strk
+2005-02-01 16:53  Sandro Santilli <strk at keybit.net>
 
-	* Changed performance-sensible functions from STABLE to IMMUTABLE
+	* [r1362] Changed performance-sensible functions from STABLE to
+	  IMMUTABLE
 
-2005-02-01 15:26  strk
+2005-02-01 15:26  Sandro Santilli <strk at keybit.net>
 
-	* Another small patch from Markus
+	* [r1361] Another small patch from Markus
 
-2005-01-31 22:15  strk
+2005-01-31 22:15  Sandro Santilli <strk at keybit.net>
 
-	* Added maintainer notice, to reduce Jeff-strk mail bounces
+	* [r1360] Added maintainer notice, to reduce Jeff-strk mail bounces
 
-2005-01-31 17:17  strk
+2005-01-31 17:17  Sandro Santilli <strk at keybit.net>
 
-	* Applied Markus Shaber patches.
+	* [r1359] Applied Markus Shaber patches.
 
-2005-01-31 12:32  strk
+2005-01-31 12:32  Sandro Santilli <strk at keybit.net>
 
-	* Markus Shaber version.
+	* [r1358] Markus Shaber version.
 
-2005-01-31 09:24  strk
+2005-01-31 09:24  Sandro Santilli <strk at keybit.net>
 
-	* Used default float precision in BOX2D output
+	* [r1357] Used default float precision in BOX2D output
 
-2005-01-31 09:01  strk
+2005-01-31 09:01  Sandro Santilli <strk at keybit.net>
 
-	* More error handlings in transform(geom, int)
+	* [r1356] More error handlings in transform(geom, int)
 
-2005-01-30 09:48  strk
+2005-01-30 09:48  Sandro Santilli <strk at keybit.net>
 
-	* replaced by PGbox2d.java
+	* [r1355] replaced by PGbox2d.java
 
-2005-01-30 09:46  strk
+2005-01-30 09:46  Sandro Santilli <strk at keybit.net>
 
-	* Added BOX2D and BOX3D support and tests, by Markus Shaber.
+	* [r1354] Added BOX2D and BOX3D support and tests, by Markus
+	  Shaber.
 
-2005-01-30 09:12  strk
+2005-01-30 09:12  Sandro Santilli <strk at keybit.net>
 
-	* Made unparsable proj strings error more verbose and removed a
-	  typo
+	* [r1353] 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 at keybit.net>
 
-	* Changed --with-geos arg to express GEOS_DIR (is more intuitive).
+	* [r1352] 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 at keybit.net>
 
-	* LAST_RELEASE_VERSION bumped to 1.0.0
+	* [r1351] LAST_RELEASE_VERSION bumped to 1.0.0
 
-2005-01-28 14:50  strk
+2005-01-28 14:50  Sandro Santilli <strk at keybit.net>
 
-	* Applied small patches from Markus Shaber
+	* [r1350] Applied small patches from Markus Shaber
 
-2005-01-27 18:06  strk
+2005-01-27 18:06  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in transform() missing to update SRID in output
+	* [r1349] 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 at keybit.net>
 
-	* Fixed FAQ to use the schema version of AddGeometryColumn
+	* [r1348] 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 at keybit.net>
 
-	* Version bumped to 1.0.0RC2
+	* [r1346] Version bumped to 1.0.0RC2
 
-2005-01-26 08:34  strk
+2005-01-26 08:34  Sandro Santilli <strk at keybit.net>
 
-	* Added 1.0.0RC2 section
+	* [r1345] Added 1.0.0RC2 section
 
-2005-01-26 08:18  strk
+2005-01-26 08:18  Sandro Santilli <strk at keybit.net>
 
-	* Added an --enable-autoconf switch to make sure users will known
-	  about
+	* [r1344] 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 at keybit.net>
 
-	* Removed ?= construct in FLEX/YACC rules
+	* [r1343] Removed ?= construct in FLEX/YACC rules
 
-2005-01-25 11:29  strk
+2005-01-25 11:29  Sandro Santilli <strk at keybit.net>
 
-	* Made all *FromText() accept only WKT <text>, no more cheating.
+	* [r1342] Made all *FromText() accept only WKT <text>, no more
+	  cheating.
 
-2005-01-25 09:47  strk
+2005-01-25 09:47  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in transform() missing to update bbox cache
+	* [r1341] Fixed a bug in transform() missing to update bbox cache
 
-2005-01-25 09:03  strk
+2005-01-25 09:03  Sandro Santilli <strk at keybit.net>
 
-	* Made all OGC TypeFromWKB() functions consistent in taking a bytea
+	* [r1340] Made all OGC TypeFromWKB() functions consistent in taking
+	  a bytea
 
-2005-01-25 08:48  strk
+2005-01-25 08:48  Sandro Santilli <strk at keybit.net>
 
-	* Added autoconf invokation
+	* [r1339] Added autoconf invokation
 
-2005-01-24 18:11  strk
+2005-01-24 18:11  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in definition of distance_spheroid.
+	* [r1338] Fixed bug in definition of distance_spheroid.
 
-2005-01-24 15:22  strk
+2005-01-24 15:22  Sandro Santilli <strk at keybit.net>
 
-	* Added checks for flex and yacc paths.
+	* [r1337] Added checks for flex and yacc paths.
 
-2005-01-24 15:16  strk
+2005-01-24 15:16  Sandro Santilli <strk at keybit.net>
 
-	* Moved YACC default value set from inner to config Makefile.
+	* [r1336] Moved YACC default value set from inner to config
+	  Makefile.
 
-2005-01-24 15:14  strk
+2005-01-24 15:14  Sandro Santilli <strk at keybit.net>
 
-	* Added default value for FLEX
+	* [r1335] Added default value for FLEX
 
-2005-01-24 11:23  strk
+2005-01-24 11:23  Sandro Santilli <strk at keybit.net>
 
-	* Removed spaces and '?' signs in Makefile.config.in.
+	* [r1334] 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 at keybit.net>
 
-	* Initial autoconf script.
+	* [r1333] Initial autoconf script.
 
-2005-01-19 18:18  strk
+2005-01-19 18:18  Sandro Santilli <strk at keybit.net>
 
-	* removed unused files
+	* [r1332] removed unused files
 
-2005-01-19 18:15  strk
+2005-01-19 18:15  Sandro Santilli <strk at keybit.net>
 
-	* Added failcount output.
+	* [r1331] Added failcount output.
 
-2005-01-19 18:05  strk
+2005-01-19 18:05  Sandro Santilli <strk at keybit.net>
 
-	* Fixed ptest rule.
+	* [r1330] Fixed ptest rule.
 
-2005-01-19 17:37  strk
+2005-01-19 17:37  Sandro Santilli <strk at keybit.net>
 
-	* Quoted -classpath args, added ptest args in make ptest rule
+	* [r1329] Quoted -classpath args, added ptest args in make ptest
+	  rule
 
-2005-01-19 17:00  strk
+2005-01-19 17:00  Sandro Santilli <strk at keybit.net>
 
-	* Added bin/ removal to clean rule
+	* [r1328] Added bin/ removal to clean rule
 
-2005-01-19 16:58  strk
+2005-01-19 16:58  Sandro Santilli <strk at keybit.net>
 
-	* Changed postgis_debug.jar rule to be portable
+	* [r1327] Changed postgis_debug.jar rule to be portable
 
-2005-01-19 16:55  strk
+2005-01-19 16:55  Sandro Santilli <strk at keybit.net>
 
-	* Added command line params to jtest rule
+	* [r1326] Added command line params to jtest rule
 
-2005-01-19 16:51  strk
+2005-01-19 16:51  Sandro Santilli <strk at keybit.net>
 
-	* Applied Markus patch to accept command line params
+	* [r1325] Applied Markus patch to accept command line params
 
-2005-01-19 16:49  strk
+2005-01-19 16:49  Sandro Santilli <strk at keybit.net>
 
-	* Applied Markus patch
+	* [r1324] Applied Markus patch
 
-2005-01-19 16:46  strk
+2005-01-19 16:46  Sandro Santilli <strk at keybit.net>
 
-	* Changed postgis.jar creation rule to respect
+	* [r1323] Changed postgis.jar creation rule to respect
 	  postgresql.properties path
 
-2005-01-19 12:30  strk
+2005-01-19 12:30  Sandro Santilli <strk at keybit.net>
 
-	* Added jar files
+	* [r1322] Added jar files
 
-2005-01-19 12:27  strk
+2005-01-19 12:27  Sandro Santilli <strk at keybit.net>
 
-	* Added postgresql.properties and .cvsignore, Modified CP variable
-	  assignment to
+	* [r1321] 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 at keybit.net>
 
-	* Made output more readable
+	* [r1320] Made output more readable
 
-2005-01-19 09:47  strk
+2005-01-19 09:47  Sandro Santilli <strk at keybit.net>
 
-	* Changed 'compile' rule to keep track of last compile time and
-	  avoid recompilation
+	* [r1319] 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 at keybit.net>
 
-	* fixed jar call for postgis.jar production
+	* [r1318] fixed jar call for postgis.jar production
 
-2005-01-19 09:21  strk
+2005-01-19 09:21  Sandro Santilli <strk at keybit.net>
 
-	* user env CLASSPATH honoured
+	* [r1317] user env CLASSPATH honoured
 
-2005-01-19 08:54  strk
+2005-01-19 08:54  Sandro Santilli <strk at keybit.net>
 
-	* Imported new jdbc driver source by Markus Schaber
+	* [r1316] Imported new jdbc driver source by Markus Schaber
 
-2005-01-18 15:39  strk
+2005-01-18 15:39  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in pointarray box3d computation.
+	* [r1315] Fixed a bug in pointarray box3d computation.
 
-2005-01-18 13:31  strk
+2005-01-18 13:31  Sandro Santilli <strk at keybit.net>
 
-	* Reintroduced support for '<anygeom> EMPTY' form, for OGC
+	* [r1314] Reintroduced support for '<anygeom> EMPTY' form, for OGC
 	  compliance.
 
-2005-01-18 12:44  strk
+2005-01-18 12:44  Sandro Santilli <strk at keybit.net>
 
-	* Handled GEOS Geometry construction errors as FALSE results in
-	  isvalid(geom).
+	* [r1313] 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 at keybit.net>
 
-	* updated
+	* [r1312] updated
 
-2005-01-18 09:32  strk
+2005-01-18 09:32  Sandro Santilli <strk at keybit.net>
 
-	* Changed unparse_WKB interface to take an output size pointer and
-	  an HEXFORM
+	* [r1311] 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 at keybit.net>
 
-	* Fixed bug introduced supporting GEOMETRYCOLLECTION(EMPTY).
+	* [r1310] 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 at keybit.net>
 
-	* Added GEOMETRYCOLLECTION(EMPTY) support
+	* [r1309] Added GEOMETRYCOLLECTION(EMPTY) support
 
-2005-01-17 11:44  strk
+2005-01-17 11:44  Sandro Santilli <strk at keybit.net>
 
-	* Used quote_ident() for spatial columns constraints nams,
+	* [r1308] 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 at keybit.net>
 
-	* Added one more bytes for terminating NULL in utf8 encoder
+	* [r1307] Added one more bytes for terminating NULL in utf8 encoder
 
-2005-01-16 16:50  strk
+2005-01-16 16:50  Sandro Santilli <strk at keybit.net>
 
-	* String escaping algorithm made simpler and more robust.
+	* [r1306] 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 at keybit.net>
 
-	* Switched to preprocessor driver CREATEFUNCTION attribute
+	* [r1305] Switched to preprocessor driver CREATEFUNCTION attribute
 	  specification
 
-2005-01-13 18:26  strk
+2005-01-13 18:26  Sandro Santilli <strk at keybit.net>
 
-	* estimated_extent() implemented for PG<80
+	* [r1303] estimated_extent() implemented for PG<80
 
-2005-01-13 17:41  strk
+2005-01-13 17:41  Sandro Santilli <strk at keybit.net>
 
-	* estimated_extent() prepared for future expansion (support of
-	  pre-800 PGSQL)
+	* [r1302] 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 at keybit.net>
 
-	* Updated expected error message on !closed polygon rings to match
-	  current one.
+	* [r1301] 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 at keybit.net>
 
-	* Added closed-ring check for polygon geometry inputs.
+	* [r1300] Added closed-ring check for polygon geometry inputs.
 
-2005-01-13 10:54  strk
+2005-01-13 10:54  Sandro Santilli <strk at keybit.net>
 
-	* changed asText to asEWKT for lossless conversions
+	* [r1299] changed asText to asEWKT for lossless conversions
 
-2005-01-13 10:45  strk
+2005-01-13 10:45  Sandro Santilli <strk at keybit.net>
 
-	* Added GEOSexception test
+	* [r1298] Added GEOSexception test
 
-2005-01-13 10:44  strk
+2005-01-13 10:44  Sandro Santilli <strk at keybit.net>
 
-	* Fixed more tests
+	* [r1297] Fixed more tests
 
-2005-01-13 10:37  strk
+2005-01-13 10:37  Sandro Santilli <strk at keybit.net>
 
-	* Changed astext() calls with asewkt() to mach expected results.
+	* [r1296] Changed astext() calls with asewkt() to mach expected
+	  results.
 
-2005-01-13 09:42  strk
+2005-01-13 09:42  Sandro Santilli <strk at keybit.net>
 
-	* Updated 1.0.0 release date and changed version to 1.0.0RC1
+	* [r1295] 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 at keybit.net>
 
-	* Removed initial README, replaced with an updated one.
+	* [r1294] Removed initial README, replaced with an updated one.
 
-2005-01-13 09:10  strk
+2005-01-13 09:10  Sandro Santilli <strk at keybit.net>
 
-	* Added updated README file
+	* [r1293] Added updated README file
 
-2005-01-13 08:48  strk
+2005-01-13 08:48  Sandro Santilli <strk at keybit.net>
 
-	* Added note about utils/postgis_restore.pl
+	* [r1292] Added note about utils/postgis_restore.pl
 
-2005-01-13 08:43  strk
+2005-01-13 08:43  Sandro Santilli <strk at keybit.net>
 
-	* Added more New Things
+	* [r1291] Added more New Things
 
-2005-01-13 08:39  strk
+2005-01-13 08:39  Sandro Santilli <strk at keybit.net>
 
-	* Added release notes chapter
+	* [r1290] Added release notes chapter
 
-2005-01-12 17:03  strk
+2005-01-12 17:03  Sandro Santilli <strk at keybit.net>
 
-	* added USE_ICONV configuration
+	* [r1289] added USE_ICONV configuration
 
-2005-01-12 17:03  strk
+2005-01-12 17:03  Sandro Santilli <strk at keybit.net>
 
-	* Added optional UTF8 output support as suggested by IIDA Tetsushi
+	* [r1288] Added optional UTF8 output support as suggested by IIDA
+	  Tetsushi
 
-2005-01-12 09:38  strk
+2005-01-12 09:38  Sandro Santilli <strk at keybit.net>
 
-	* Added not for AUTOCACHE_BBOX setting
+	* [r1287] Added not for AUTOCACHE_BBOX setting
 
-2005-01-12 09:31  strk
+2005-01-12 09:31  Sandro Santilli <strk at keybit.net>
 
-	* don't drop the regress test
+	* [r1286] don't drop the regress test
 
-2005-01-12 09:23  strk
+2005-01-12 09:23  Sandro Santilli <strk at keybit.net>
 
-	* Added a sleep before running make dist
+	* [r1285] Added a sleep before running make dist
 
-2005-01-12 08:43  strk
+2005-01-12 08:43  Sandro Santilli <strk at keybit.net>
 
-	* commented notice in LWGEOM_noop()
+	* [r1284] commented notice in LWGEOM_noop()
 
-2005-01-12 08:30  strk
+2005-01-12 08:30  Sandro Santilli <strk at keybit.net>
 
-	* Changed force_*d(geom) and multi(geom) to support AUTOCACHE_BBOX
+	* [r1283] 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 at keybit.net>
 
-	* setSRID() and force_2d() changed to use PG_LWGEOM_construct()
-	  entry point,
+	* [r1282] 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 at keybit.net>
 
-	* forceRHR() and reverse() forced to use pglwgeom_serialize() entry
-	  point
+	* [r1281] 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 at keybit.net>
 
-	* fixed postgis_gist_joinsel signature for PG72
+	* [r1280] fixed postgis_gist_joinsel signature for PG72
 
-2005-01-11 18:04  strk
+2005-01-11 18:04  Sandro Santilli <strk at keybit.net>
 
-	* added optional versions specificatoin on command line
+	* [r1279] added optional versions specificatoin on command line
 
-2005-01-11 17:56  strk
+2005-01-11 17:56  Sandro Santilli <strk at keybit.net>
 
-	* dropped special pgsql 7.1 handling
+	* [r1278] dropped special pgsql 7.1 handling
 
-2005-01-11 17:46  strk
+2005-01-11 17:46  Sandro Santilli <strk at keybit.net>
 
-	* added postgis_lib_build_date() and postgis_scripts_build_date()
-	  docs
+	* [r1277] 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 at keybit.net>
 
-	* Changed builddate format to Y-m-D H:M:S
+	* [r1276] Changed builddate format to Y-m-D H:M:S
 
-2005-01-11 17:39  strk
+2005-01-11 17:39  Sandro Santilli <strk at keybit.net>
 
-	* Added postgis_lib_build_date() and postgis_scripts_build_date()
-	  provided by Markus Schaber
+	* [r1275] 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 at keybit.net>
 
-	* initial revision
+	* [r1274] initial revision
 
-2005-01-11 15:40  strk
+2005-01-11 15:40  Sandro Santilli <strk at keybit.net>
 
-	* Comments cleanup.
+	* [r1273] Comments cleanup.
 
-2005-01-11 15:10  strk
+2005-01-11 15:10  Sandro Santilli <strk at keybit.net>
 
-	* removed obsoleted script
+	* [r1272] removed obsoleted script
 
-2005-01-11 15:09  strk
+2005-01-11 15:09  Sandro Santilli <strk at keybit.net>
 
-	* Added SRID checks for all operators.
+	* [r1271] Added SRID checks for all operators.
 
-2005-01-11 14:20  mcayland
+2005-01-11 14:20  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
 
-	* Added new indexable operators <<|, &<|, |&> and |>> to allow
-	  comparisons of bounding box positions in the Y axis
+	* [r1270] 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 at keybit.net>
 
-	* Fixed translate() to always use one of the AUTOCACHE_BBOX
+	* [r1269] 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 at keybit.net>
 
-	* removed link from geometry_dump type ref
+	* [r1268] removed link from geometry_dump type ref
 
-2005-01-11 08:29  strk
+2005-01-11 08:29  Sandro Santilli <strk at keybit.net>
 
-	* Dropped inherithed rule for static lib build (liblwgeom.a), added
+	* [r1267] 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 at keybit.net>
 
-	* Fixed memory handling bug in dump(geom)
+	* [r1266] Fixed memory handling bug in dump(geom)
 
-2005-01-10 09:47  strk
+2005-01-10 09:47  Sandro Santilli <strk at keybit.net>
 
-	* Added missing prototypes
+	* [r1265] Added missing prototypes
 
-2005-01-10 09:28  strk
+2005-01-10 09:28  Sandro Santilli <strk at keybit.net>
 
-	* changed size_t printing lines to use %lu and unsigned long cast
+	* [r1264] 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 at keybit.net>
 
-	* renamed misures.c to measures.c
+	* [r1263] renamed misures.c to measures.c
 
-2005-01-09 20:28  strk
+2005-01-09 20:28  Sandro Santilli <strk at keybit.net>
 
-	* size_t usage cleanups.
+	* [r1262] size_t usage cleanups.
 
-2005-01-09 18:32  strk
+2005-01-09 18:32  Sandro Santilli <strk at keybit.net>
 
-	* Avoided lwcollection_deserialize call for non collections (was
-	  broken).
+	* [r1261] Avoided lwcollection_deserialize call for non collections
+	  (was broken).
 
-2005-01-07 18:32  strk
+2005-01-07 18:32  Sandro Santilli <strk at keybit.net>
 
-	* Dropped BOX2D operators. They will rely on cast to geometry.
+	* [r1260] Dropped BOX2D operators. They will rely on cast to
+	  geometry.
 
-2005-01-07 16:43  strk
+2005-01-07 16:43  Sandro Santilli <strk at keybit.net>
 
-	* Fixed handling of empty collection in GEOS2POSTGIS converter
+	* [r1259] Fixed handling of empty collection in GEOS2POSTGIS
+	  converter
 
-2005-01-07 14:42  strk
+2005-01-07 14:42  Sandro Santilli <strk at keybit.net>
 
-	* Made accum(geometry) compatible with PG73.
+	* [r1258] Made accum(geometry) compatible with PG73.
 
-2005-01-07 14:23  strk
+2005-01-07 14:23  Sandro Santilli <strk at keybit.net>
 
-	* removed unused variable
+	* [r1257] removed unused variable
 
-2005-01-07 14:20  strk
+2005-01-07 14:20  Sandro Santilli <strk at keybit.net>
 
-	* Added a geometry type OID extractor and caching function.
+	* [r1256] Added a geometry type OID extractor and caching function.
 
-2005-01-07 12:33  strk
+2005-01-07 12:33  Sandro Santilli <strk at keybit.net>
 
-	* Added a note about compatibility of Dump(geometry)
+	* [r1255] Added a note about compatibility of Dump(geometry)
 
-2005-01-07 12:28  strk
+2005-01-07 12:28  Sandro Santilli <strk at keybit.net>
 
-	* made accum(geom) compatible with PG72
+	* [r1254] made accum(geom) compatible with PG72
 
-2005-01-07 12:24  strk
+2005-01-07 12:24  Sandro Santilli <strk at keybit.net>
 
-	* dropped dump(geometry) for PGSQL<73 builds
+	* [r1253] dropped dump(geometry) for PGSQL<73 builds
 
-2005-01-07 12:09  strk
+2005-01-07 12:09  Sandro Santilli <strk at keybit.net>
 
-	* fixed var declaration misplacement
+	* [r1252] fixed var declaration misplacement
 
-2005-01-07 12:00  strk
+2005-01-07 12:00  Sandro Santilli <strk at keybit.net>
 
-	* make LWGEOM_{to,from}_bytea available to all pgsql versions
+	* [r1251] make LWGEOM_{to,from}_bytea available to all pgsql
+	  versions
 
-2005-01-07 11:57  strk
+2005-01-07 11:57  Sandro Santilli <strk at keybit.net>
 
-	* fixed typo in symdifference function definition
+	* [r1250] fixed typo in symdifference function definition
 
-2005-01-07 11:55  strk
+2005-01-07 11:55  Sandro Santilli <strk at keybit.net>
 
-	* fixed postgis_gist_joinsel definition for PG73
+	* [r1249] fixed postgis_gist_joinsel definition for PG73
 
-2005-01-07 11:50  strk
+2005-01-07 11:50  Sandro Santilli <strk at keybit.net>
 
-	* Moved pgsql compatibility code into pgsql_compat.h
+	* [r1248] Moved pgsql compatibility code into pgsql_compat.h
 
-2005-01-07 10:26  strk
+2005-01-07 10:26  Sandro Santilli <strk at keybit.net>
 
-	* variable declaration cleanups.
+	* [r1247] variable declaration cleanups.
 
-2005-01-07 10:25  strk
+2005-01-07 10:25  Sandro Santilli <strk at keybit.net>
 
-	* Added WARNING define for pgsql<73
+	* [r1246] Added WARNING define for pgsql<73
 
-2005-01-07 10:13  strk
+2005-01-07 10:13  Sandro Santilli <strk at keybit.net>
 
-	* fixed misplaced declaration after body start
+	* [r1245] fixed misplaced declaration after body start
 
-2005-01-07 10:10  strk
+2005-01-07 10:10  Sandro Santilli <strk at keybit.net>
 
-	* Dump(geometry) enabled by default.
+	* [r1244] Dump(geometry) enabled by default.
 
-2005-01-07 10:06  strk
+2005-01-07 10:06  Sandro Santilli <strk at keybit.net>
 
-	* Added Dump(geometry) doc
+	* [r1243] Added Dump(geometry) doc
 
-2005-01-07 10:04  strk
+2005-01-07 10:04  Sandro Santilli <strk at keybit.net>
 
-	* cleanup
+	* [r1242] cleanup
 
-2005-01-07 09:56  strk
+2005-01-07 09:56  Sandro Santilli <strk at keybit.net>
 
-	* fixed typo in error message
+	* [r1241] fixed typo in error message
 
-2005-01-07 09:56  strk
+2005-01-07 09:56  Sandro Santilli <strk at keybit.net>
 
-	* fixed typo in error message
+	* [r1240] fixed typo in error message
 
-2005-01-07 09:52  strk
+2005-01-07 09:52  Sandro Santilli <strk at keybit.net>
 
-	* JOINSEL disabled for builds against pgsql<80
+	* [r1239] JOINSEL disabled for builds against pgsql<80
 
-2005-01-07 00:58  strk
+2005-01-07 00:58  Sandro Santilli <strk at keybit.net>
 
-	* Initial import
+	* [r1238] Initial import
 
-2005-01-06 15:45  strk
+2005-01-06 15:45  Sandro Santilli <strk at keybit.net>
 
-	* Added MakePolygon documentation
+	* [r1237] Added MakePolygon documentation
 
-2005-01-06 15:34  strk
+2005-01-06 15:34  Sandro Santilli <strk at keybit.net>
 
-	* Added not about possible lost of simplicity() using SnapToGrid(),
-	  added links to the function from there and simplify()
+	* [r1236] 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 at keybit.net>
 
-	* Renamed Apply_Grid to SnapToGrid, documented behaviour of
+	* [r1235] Renamed Apply_Grid to SnapToGrid, documented behaviour of
 	  collapsed geoms.
 
-2005-01-06 13:46  strk
+2005-01-06 13:46  Sandro Santilli <strk at keybit.net>
 
-	* Added makepolygon(geometry, geometry[])
+	* [r1234] Added makepolygon(geometry, geometry[])
 
-2005-01-06 13:45  strk
+2005-01-06 13:45  Sandro Santilli <strk at keybit.net>
 
-	* forward declarations for lwpoly_from_lwlines(), ptarray_clone()
-	  and ptarray_isclosed2d()
+	* [r1233] 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 at keybit.net>
 
-	* Added lwpoly_from_lwlines()
+	* [r1232] Added lwpoly_from_lwlines()
 
-2005-01-06 13:44  strk
+2005-01-06 13:44  Sandro Santilli <strk at keybit.net>
 
-	* Added ptarray_clone() and ptarray_isclosed2d()
+	* [r1231] Added ptarray_clone() and ptarray_isclosed2d()
 
-2005-01-06 09:38  strk
+2005-01-06 09:38  Sandro Santilli <strk at keybit.net>
 
-	* Added accum(geom) documentation
+	* [r1230] Added accum(geom) documentation
 
-2005-01-06 09:36  strk
+2005-01-06 09:36  Sandro Santilli <strk at keybit.net>
 
-	* Added accom(geom) aggregate
+	* [r1229] Added accom(geom) aggregate
 
-2005-01-06 09:08  strk
+2005-01-06 09:08  Sandro Santilli <strk at keybit.net>
 
-	* Added apply_grid wrappers.
+	* [r1228] Added apply_grid wrappers.
 
-2005-01-06 08:51  strk
+2005-01-06 08:51  Sandro Santilli <strk at keybit.net>
 
-	* Modified transform() to always use PG_LWGEOM_construct entry
-	  point for
+	* [r1227] 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 at cleverelephant.ca>
 
-	* Fix spelling error
+	* [r1226] Fix spelling error
 
-2005-01-05 22:52  strk
+2005-01-05 22:52  Sandro Santilli <strk at keybit.net>
 
-	* updated Polygonize doc
+	* [r1225] updated Polygonize doc
 
-2005-01-05 22:48  strk
+2005-01-05 22:48  Sandro Santilli <strk at keybit.net>
 
-	* Had translate compute bbox cache translating input one if
+	* [r1224] 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 at keybit.net>
 
-	* Made apply_grid compute output bbox WHEN_SIMPLE (input bbox is
-	  present)
+	* [r1223] 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 at keybit.net>
 
-	* Simplify reworked to use LWGEOM abstraction (no more flattening
-	  of input collection).
+	* [r1222] 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 at keybit.net>
 
-	* Added apply_grid doc
+	* [r1221] Added apply_grid doc
 
-2005-01-05 17:06  strk
+2005-01-05 17:06  Sandro Santilli <strk at keybit.net>
 
-	* Integrated apply_grid() contributed function.
+	* [r1220] Integrated apply_grid() contributed function.
 
-2005-01-05 12:44  strk
+2005-01-05 12:44  Sandro Santilli <strk at keybit.net>
 
-	* Added is_worth_caching_serialized_bbox(). Renamed
+	* [r1219] Added is_worth_caching_serialized_bbox(). Renamed
 	  lwgeom_setSRID() to
 	  pglwgeom_setSRID(). Fixed a bug in PG_LWGEOM_construct support
 	  for
 	  AUTOCACHE_BBOX.
 
-2005-01-05 10:06  strk
+2005-01-05 10:06  Sandro Santilli <strk at keybit.net>
 
-	* Added AUTOCACHE_BBOX support in PG_LWGEOM_construct().
+	* [r1218] Added AUTOCACHE_BBOX support in PG_LWGEOM_construct().
 
-2005-01-05 09:47  strk
+2005-01-05 09:47  Sandro Santilli <strk at keybit.net>
 
-	* collect(geom, geom) and collect_garray(geom[]) use WHEN_SIMPLE
-	  strategy
+	* [r1217] 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 at keybit.net>
 
-	* GEOSpolygonize returns GEOMETRYCOLLECTION instead of MULTIPOLYGON
+	* [r1216] GEOSpolygonize returns GEOMETRYCOLLECTION instead of
+	  MULTIPOLYGON
 
-2005-01-03 15:00  strk
+2005-01-03 15:00  Sandro Santilli <strk at keybit.net>
 
-	* iscacheable patch from Carl Anderson
+	* [r1215] iscacheable patch from Carl Anderson
 
-2004-12-31 13:11  strk
+2004-12-31 13:11  Sandro Santilli <strk at keybit.net>
 
-	* update ExteriorRing doc
+	* [r1214] update ExteriorRing doc
 
-2004-12-31 13:10  strk
+2004-12-31 13:10  Sandro Santilli <strk at keybit.net>
 
-	* Made ExteriorRing use LWGEOM.
+	* [r1213] Made ExteriorRing use LWGEOM.
 
-2004-12-31 12:46  strk
+2004-12-31 12:46  Sandro Santilli <strk at keybit.net>
 
-	* update InteriorRingN doc
+	* [r1212] update InteriorRingN doc
 
-2004-12-31 12:44  strk
+2004-12-31 12:44  Sandro Santilli <strk at keybit.net>
 
-	* GeometryN and InteriorRingN changed to use LWGEOM format (and the
+	* [r1211] 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 at keybit.net>
 
-	* updated
+	* [r1210] updated
 
-2004-12-31 11:39  strk
+2004-12-31 11:39  Sandro Santilli <strk at keybit.net>
 
-	* All output geoms serializzations made using pglwgeom_serialize
+	* [r1209] All output geoms serializzations made using
+	  pglwgeom_serialize
 
-2004-12-31 11:31  strk
+2004-12-31 11:31  Sandro Santilli <strk at keybit.net>
 
-	* fixed bugs in convexhull, made GEOS2POSTGIS use
+	* [r1208] fixed bugs in convexhull, made GEOS2POSTGIS use
 	  pglwgeom_serialize
 
-2004-12-31 11:30  strk
+2004-12-31 11:30  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in lwpoint_serialize_size
+	* [r1207] Fixed a bug in lwpoint_serialize_size
 
-2004-12-31 11:26  strk
+2004-12-31 11:26  Sandro Santilli <strk at keybit.net>
 
-	* error messages and VARLENA handling cleanups
+	* [r1206] error messages and VARLENA handling cleanups
 
-2004-12-31 10:47  strk
+2004-12-31 10:47  Sandro Santilli <strk at keybit.net>
 
-	* initial import
+	* [r1205] initial import
 
-2004-12-31 10:35  strk
+2004-12-31 10:35  Sandro Santilli <strk at keybit.net>
 
-	* re-introduced G2P conversion profile for convexhull (was missing
-	  from previous patch)
+	* [r1204] 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 at keybit.net>
 
-	* Made convexhull use input bbox cache if any for output geom.
+	* [r1203] 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 at keybit.net>
 
-	* Varlena handling cleanups
+	* [r1202] Varlena handling cleanups
 
-2004-12-30 20:41  strk
+2004-12-30 20:41  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1201] updated
 
-2004-12-30 20:36  strk
+2004-12-30 20:36  Sandro Santilli <strk at keybit.net>
 
-	* Rewrote GEOSCentroid() to pass exception using an input arg, and
-	  return
+	* [r1200] 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 at keybit.net>
 
-	* Made parse_WKT_lwgeom (text::geometry) use AUTOCACHE_BBOX
+	* [r1199] 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 at keybit.net>
 
-	* Fixed a bug in translate() and transform() leaving result
+	* [r1198] 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 at keybit.net>
 
-	* Added compute_serialized_bbox_p() to always recomputed a geometry
-	  bounding box
+	* [r1197] 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 at keybit.net>
 
-	* Had LineFromMultiPoint make use of input SRID
+	* [r1196] Had LineFromMultiPoint make use of input SRID
 
-2004-12-30 14:44  strk
+2004-12-30 14:44  Sandro Santilli <strk at keybit.net>
 
-	* Added AUTOCACHE_BBOX variable, defaulting to 1.
+	* [r1195] Added AUTOCACHE_BBOX variable, defaulting to 1.
 
-2004-12-30 13:47  strk
+2004-12-30 13:47  Sandro Santilli <strk at keybit.net>
 
-	* Introduced bbox caching worth evaluation functions, honoured in
+	* [r1194] 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 at keybit.net>
 
-	* Handled NULL returns from getCentroid making it an EMPTY GEOM
+	* [r1193] Handled NULL returns from getCentroid making it an EMPTY
+	  GEOM
 
-2004-12-30 10:27  strk
+2004-12-30 10:27  Sandro Santilli <strk at keybit.net>
 
-	* Applied Carl Anderson patch for LinearRing support.
+	* [r1192] Applied Carl Anderson patch for LinearRing support.
 
-2004-12-30 10:27  strk
+2004-12-30 10:27  Sandro Santilli <strk at keybit.net>
 
-	* USE_GEOS and USE_PROJ defaults switched to NO, and made
+	* [r1191] 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 at keybit.net>
 
-	* Added cache_bbox trigger
+	* [r1190] Added cache_bbox trigger
 
-2004-12-30 10:22  strk
+2004-12-30 10:22  Sandro Santilli <strk at keybit.net>
 
-	* moved some BBOX procs signatures from lwgeom_inout.c to
+	* [r1189] 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 at keybit.net>
 
-	* removed useless memory copies in ndims(geom)
+	* [r1188] removed useless memory copies in ndims(geom)
 
-2004-12-30 10:18  strk
+2004-12-30 10:18  Sandro Santilli <strk at keybit.net>
 
-	* initial revision
+	* [r1187] initial revision
 
-2004-12-28 09:23  strk
+2004-12-28 09:23  Sandro Santilli <strk at keybit.net>
 
-	* specified LineString input requirement for StartPoint and
+	* [r1186] specified LineString input requirement for StartPoint and
 	  LastPoint
 
-2004-12-27 13:34  strk
+2004-12-27 13:34  Sandro Santilli <strk at keybit.net>
 
-	* Expanded "GIS Objects" chapter adding OGC/PostGIS (E)WKT/B and
-	  canonical forms.
+	* [r1185] 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 at keybit.net>
 
-	* Added HasBBOX() item
+	* [r1184] Added HasBBOX() item
 
-2004-12-27 09:59  strk
+2004-12-27 09:59  Sandro Santilli <strk at keybit.net>
 
-	* Added bool hasBBOX(geometry). Removed useless input copy in
-	  zmflag(geometry).
+	* [r1183] 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 at keybit.net>
 
-	* Fixed help string, and added a TODO item
+	* [r1182] Fixed help string, and added a TODO item
 
-2004-12-23 11:02  strk
+2004-12-23 11:02  Sandro Santilli <strk at keybit.net>
 
-	* Updated <GEOM>FromWKB signatures to take bytea instead of text,
+	* [r1181] 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 at keybit.net>
 
-	* Adjusted some function refereces, added another subsection for
-	  Geometry Output functions.
+	* [r1180] 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 at keybit.net>
 
-	* Added Mark Cave-Ayland implementation of JOIN selectivity
+	* [r1179] Added Mark Cave-Ayland implementation of JOIN selectivity
 	  estimator.
 
-2004-12-22 17:02  strk
+2004-12-22 17:02  Sandro Santilli <strk at keybit.net>
 
-	* initial revision
+	* [r1178] initial revision
 
-2004-12-22 10:32  strk
+2004-12-22 10:32  Sandro Santilli <strk at keybit.net>
 
-	* GeomFromWKB() and GeometryFromText() issue a warning if provided
-	  formats
+	* [r1177] 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 at keybit.net>
 
-	* Drop useless SRID from geometry when downloading EWKB format.
+	* [r1176] Drop useless SRID from geometry when downloading EWKB
+	  format.
 
-2004-12-21 17:46  strk
+2004-12-21 17:46  Sandro Santilli <strk at keybit.net>
 
-	* Made asText and asBinary strict OGC conformant, introduced asEWKT
-	  and asEWKB
+	* [r1175] 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 at keybit.net>
 
-	* Canonical binary reverted back to EWKB, now supporting SRID
-	  inclusion.
+	* [r1174] Canonical binary reverted back to EWKB, now supporting
+	  SRID inclusion.
 
-2004-12-21 15:17  strk
+2004-12-21 15:17  Sandro Santilli <strk at keybit.net>
 
-	* Made setSRID(geom, -1) actually *remove* srid from LWGEOM.
+	* [r1173] 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 at siriusit.co.uk>
 
-	* Fixed bug in pass 4 where sample boxes were referred as BOXs and
-	  not BOX2DFLOAT4. Also increased SDFACTOR to 3.25
+	* [r1172] 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 at keybit.net>
 
-	* Updated geom_accum to create *real* geometry arrays, changed
-	  aggregates
+	* [r1171] 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 at keybit.net>
 
-	* allocation for deserialized lwline made after type checking
+	* [r1170] allocation for deserialized lwline made after type
+	  checking
 
-2004-12-20 17:49  strk
+2004-12-20 17:49  Sandro Santilli <strk at keybit.net>
 
-	* Added array element delimiter for type geometry
+	* [r1169] Added array element delimiter for type geometry
 
-2004-12-20 14:21  strk
+2004-12-20 14:21  Sandro Santilli <strk at keybit.net>
 
-	* SRID is no more skipped from asText output.
+	* [r1168] SRID is no more skipped from asText output.
 
-2004-12-20 14:11  strk
+2004-12-20 14:11  Sandro Santilli <strk at keybit.net>
 
-	* Created a new 'Geometry Editors' section.
+	* [r1167] Created a new 'Geometry Editors' section.
 
-2004-12-20 14:02  strk
+2004-12-20 14:02  Sandro Santilli <strk at keybit.net>
 
-	* Added addBBOX() and dropBBOX() documentation.
+	* [r1166] Added addBBOX() and dropBBOX() documentation.
 
-2004-12-20 14:01  strk
+2004-12-20 14:01  Sandro Santilli <strk at keybit.net>
 
-	* Added dropBBOX().
+	* [r1165] Added dropBBOX().
 
-2004-12-17 18:00  strk
+2004-12-17 18:00  Sandro Santilli <strk at keybit.net>
 
-	* LWGEOM_gist_joinsel defined for all PG versions
+	* [r1164] LWGEOM_gist_joinsel defined for all PG versions
 
-2004-12-17 18:00  strk
+2004-12-17 18:00  Sandro Santilli <strk at keybit.net>
 
-	* Fixed call to geos_version.sh
+	* [r1163] Fixed call to geos_version.sh
 
-2004-12-17 11:08  strk
+2004-12-17 11:08  Sandro Santilli <strk at keybit.net>
 
-	* Moved getMachineEndian from parser to liblwgeom.{h,c}.
+	* [r1162] 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 at keybit.net>
 
-	* Added missing prototype
+	* [r1161] Added missing prototype
 
-2004-12-17 11:06  strk
+2004-12-17 11:06  Sandro Santilli <strk at keybit.net>
 
-	* Added GEOSnoop stub for non-geos installations
+	* [r1160] Added GEOSnoop stub for non-geos installations
 
-2004-12-17 10:10  strk
+2004-12-17 10:10  Sandro Santilli <strk at keybit.net>
 
-	* Added canonical binary conversions as bytea<->geometry casts and
+	* [r1159] 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 at keybit.net>
 
-	* getMachineEndian exported
+	* [r1158] getMachineEndian exported
 
-2004-12-17 06:53  pramsey
+2004-12-17 06:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Changes in preparation for 1.0.0RC1
+	* [r1157] Changes in preparation for 1.0.0RC1
 
-2004-12-16 12:30  strk
+2004-12-16 12:30  Sandro Santilli <strk at keybit.net>
 
-	* Initial skel for geometry_send canonical binary rep.
+	* [r1155] Initial skel for geometry_send canonical binary rep.
 
-2004-12-16 12:07  strk
+2004-12-16 12:07  Sandro Santilli <strk at keybit.net>
 
-	* pg_restore-800 handling
+	* [r1154] pg_restore-800 handling
 
-2004-12-15 13:10  strk
+2004-12-15 13:10  Sandro Santilli <strk at keybit.net>
 
-	* Added UpdateGeometrySRID documentation
+	* [r1152] Added UpdateGeometrySRID documentation
 
-2004-12-15 12:59  strk
+2004-12-15 12:59  Sandro Santilli <strk at keybit.net>
 
-	* Enforced schema use in UpdateGeometrySRID
+	* [r1151] Enforced schema use in UpdateGeometrySRID
 
-2004-12-15 12:54  strk
+2004-12-15 12:54  Sandro Santilli <strk at keybit.net>
 
-	* Added UpdateGeometrySRID
+	* [r1150] Added UpdateGeometrySRID
 
-2004-12-15 09:46  strk
+2004-12-15 09:46  Sandro Santilli <strk at keybit.net>
 
-	* updated TODO
+	* [r1149] updated TODO
 
-2004-12-15 09:43  strk
+2004-12-15 09:43  Sandro Santilli <strk at keybit.net>
 
-	* Die if target database exists
+	* [r1148] Die if target database exists
 
-2004-12-15 08:46  strk
+2004-12-15 08:46  Sandro Santilli <strk at keybit.net>
 
-	* Fixed memory leaks depending on input size.
+	* [r1145] Fixed memory leaks depending on input size.
 
-2004-12-14 11:41  strk
+2004-12-14 11:41  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in lwgeom_dropBBOX()
+	* [r1144] Fixed a bug in lwgeom_dropBBOX()
 
-2004-12-14 11:02  strk
+2004-12-14 11:02  Sandro Santilli <strk at keybit.net>
 
-	* Added geometry::text cast.
+	* [r1143] Added geometry::text cast.
 
-2004-12-14 09:47  strk
+2004-12-14 09:47  Sandro Santilli <strk at keybit.net>
 
-	* Added SRID check in collect_garray();
+	* [r1142] Added SRID check in collect_garray();
 
-2004-12-14 09:37  strk
+2004-12-14 09:37  Sandro Santilli <strk at keybit.net>
 
-	* reduced function calls in lwcollection_serialize_size
+	* [r1141] reduced function calls in lwcollection_serialize_size
 
-2004-12-14 09:29  strk
+2004-12-14 09:29  Sandro Santilli <strk at keybit.net>
 
-	* fixed a typo in polygonize function
+	* [r1140] fixed a typo in polygonize function
 
-2004-12-13 14:12  strk
+2004-12-13 14:12  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1139] updated
 
-2004-12-13 14:03  strk
+2004-12-13 14:03  Sandro Santilli <strk at keybit.net>
 
-	* Initial skeleton on join selectivity estimator.
+	* [r1138] 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 at keybit.net>
 
-	* lwpostgis.sql copy moved from root to lwgeom/Makefile
+	* [r1137] lwpostgis.sql copy moved from root to lwgeom/Makefile
 
-2004-12-13 12:56  strk
+2004-12-13 12:56  Sandro Santilli <strk at keybit.net>
 
-	* Handled more schema specification in 800 pg_restore output.
+	* [r1136] Handled more schema specification in 800 pg_restore
+	  output.
 
-2004-12-13 12:25  strk
+2004-12-13 12:25  Sandro Santilli <strk at keybit.net>
 
-	* Removed obsoleted function and fixed some warnings.
+	* [r1135] Removed obsoleted function and fixed some warnings.
 
-2004-12-10 22:20  strk
+2004-12-10 22:20  Sandro Santilli <strk at keybit.net>
 
-	* Added notice about availability of shorter syntax for
+	* [r1131] Added notice about availability of shorter syntax for
 	  estimated_extent()
 
-2004-12-10 22:16  strk
+2004-12-10 22:16  Sandro Santilli <strk at keybit.net>
 
-	* Added estimated_extent() doc.
+	* [r1130] Added estimated_extent() doc.
 
-2004-12-10 12:35  strk
+2004-12-10 12:35  Sandro Santilli <strk at keybit.net>
 
-	* implemented estimated_extent() function
+	* [r1129] implemented estimated_extent() function
 
-2004-12-09 09:42  strk
+2004-12-09 09:42  Sandro Santilli <strk at keybit.net>
 
-	* Adjusted to work with new bytea WKB encoding, only supports
-	  2d/3dz.
+	* [r1128] 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 at keybit.net>
 
-	* updated
+	* [r1127] updated
 
-2004-12-05 11:46  strk
+2004-12-05 11:46  Sandro Santilli <strk at keybit.net>
 
-	* Initial revision
+	* [r1126] Initial revision
 
-2004-12-05 11:45  strk
+2004-12-05 11:45  Sandro Santilli <strk at keybit.net>
 
-	* commented out drops of unexistant tables
+	* [r1125] commented out drops of unexistant tables
 
-2004-12-05 11:44  strk
+2004-12-05 11:44  Sandro Santilli <strk at keybit.net>
 
-	* Changed AddGeometryColumns to not complain about invalid schema
+	* [r1124] Changed AddGeometryColumns to not complain about invalid
+	  schema
 
-2004-11-29 16:37  strk
+2004-11-29 16:37  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in pt_in_ring_2d.
+	* [r1123] Fixed a bug in pt_in_ring_2d.
 
-2004-11-29 11:16  strk
+2004-11-29 11:16  Sandro Santilli <strk at keybit.net>
 
-	* Commented out useless CFLAGS override.
+	* [r1122] Commented out useless CFLAGS override.
 
-2004-11-29 11:15  strk
+2004-11-29 11:15  Sandro Santilli <strk at keybit.net>
 
-	* Some initializzations to make compiler happy.
+	* [r1121] Some initializzations to make compiler happy.
 
-2004-11-26 17:08  strk
+2004-11-26 17:08  Sandro Santilli <strk at keybit.net>
 
-	* Removed duplicated tests
+	* [r1120] Removed duplicated tests
 
-2004-11-26 17:06  strk
+2004-11-26 17:06  Sandro Santilli <strk at keybit.net>
 
-	* Moved basic LWGEOM parsing tests in mainstream regress dir.
+	* [r1119] Moved basic LWGEOM parsing tests in mainstream regress
+	  dir.
 
-2004-11-26 16:54  strk
+2004-11-26 16:54  Sandro Santilli <strk at keybit.net>
 
-	* First regress test cleaned up.
+	* [r1118] First regress test cleaned up.
 
-2004-11-26 16:26  strk
+2004-11-26 16:26  Sandro Santilli <strk at keybit.net>
 
-	* Ported index regress test to lwgeom
+	* [r1117] Ported index regress test to lwgeom
 
-2004-11-26 15:52  strk
+2004-11-26 15:52  Sandro Santilli <strk at keybit.net>
 
-	* Added regressions test notes
+	* [r1116] Added regressions test notes
 
-2004-11-26 15:50  strk
+2004-11-26 15:50  Sandro Santilli <strk at keybit.net>
 
-	* Finished cleanup of main regression test.
+	* [r1115] Finished cleanup of main regression test.
 
-2004-11-26 15:06  strk
+2004-11-26 15:06  Sandro Santilli <strk at keybit.net>
 
-	* lwcollection_same allows different components ordering to
+	* [r1114] lwcollection_same allows different components ordering to
 	  reflect older behaviour.
 
-2004-11-26 14:56  strk
+2004-11-26 14:56  Sandro Santilli <strk at keybit.net>
 
-	* Cleanup
+	* [r1113] Cleanup
 
-2004-11-26 14:55  strk
+2004-11-26 14:55  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in lwcollection_same
+	* [r1112] Fixed a bug in lwcollection_same
 
-2004-11-26 13:04  strk
+2004-11-26 13:04  Sandro Santilli <strk at keybit.net>
 
-	* Initial regress tests adaptation for lwgeom
+	* [r1111] Initial regress tests adaptation for lwgeom
 
-2004-11-23 16:16  strk
+2004-11-23 16:16  Sandro Santilli <strk at keybit.net>
 
-	* POSTGIS2GEOS conversion failures handled cleanier
+	* [r1109] POSTGIS2GEOS conversion failures handled cleanier
 
-2004-11-19 17:39  strk
+2004-11-19 17:39  Sandro Santilli <strk at keybit.net>
 
-	* Massaged to work with pg_dump-7.2 and pg_restore-7.2
+	* [r1107] 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 at keybit.net>
 
-	* precision made of type signed int (for %.*d correct use).
+	* [r1106] precision made of type signed int (for %.*d correct use).
 
-2004-11-19 13:48  strk
+2004-11-19 13:48  Sandro Santilli <strk at keybit.net>
 
-	* Added support for PG<73 in gist support functions
+	* [r1105] 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 at keybit.net>
 
-	* Fixed IN/OUT representation of types to support < 73 PG versions
+	* [r1104] 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 at keybit.net>
 
-	* updated
+	* [r1103] updated
 
-2004-11-18 18:14  strk
+2004-11-18 18:14  Sandro Santilli <strk at keybit.net>
 
-	* Added a copy of the PQunescapeBytea function found in libpq of
-	  PG>=73
+	* [r1102] 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 at keybit.net>
 
-	* Substituted isfinite() with finite().
+	* [r1101] Substituted isfinite() with finite().
 
-2004-11-17 15:28  strk
+2004-11-17 15:28  Sandro Santilli <strk at keybit.net>
 
-	* Yet another GEOSHasZ bug fix
+	* [r1100] Yet another GEOSHasZ bug fix
 
-2004-11-17 15:18  strk
+2004-11-17 15:18  Sandro Santilli <strk at keybit.net>
 
-	* GEOSHasZ now checks both DoubleNotANumber and isFinite
+	* [r1099] GEOSHasZ now checks both DoubleNotANumber and isFinite
 
-2004-11-17 09:07  strk
+2004-11-17 09:07  Sandro Santilli <strk at keybit.net>
 
-	* Changes GEOSHasZ to use isfinite()
+	* [r1098] Changes GEOSHasZ to use isfinite()
 
-2004-11-17 07:57  strk
+2004-11-17 07:57  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a typo in geometry type names.
+	* [r1097] Fixed a typo in geometry type names.
 
-2004-11-16 13:54  strk
+2004-11-16 13:54  Sandro Santilli <strk at keybit.net>
 
-	* SRID checks and enforce for all GEOS operations.
+	* [r1096] 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 at keybit.net>
 
-	* Added GEOSHasZ() and GEOSSetSRID()
+	* [r1095] Added GEOSHasZ() and GEOSSetSRID()
 
-2004-11-15 10:51  strk
+2004-11-15 10:51  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in PIP invocation, added some debugging lines.
+	* [r1094] Fixed a bug in PIP invocation, added some debugging
+	  lines.
 
-2004-11-13 01:47  pramsey
+2004-11-13 01:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add information about where test was downloaded from.
+	* [r1093] Add information about where test was downloaded from.
 
-2004-11-12 18:13  strk
+2004-11-12 18:13  Sandro Santilli <strk at keybit.net>
 
-	* Deleted entries in spatial_ref_sys and geometry_columns.
+	* [r1092] Deleted entries in spatial_ref_sys and geometry_columns.
 
-2004-11-12 17:50  strk
+2004-11-12 17:50  Sandro Santilli <strk at keybit.net>
 
-	* Made PointN, InteriorRingN and GeometryN 1-based as required by
+	* [r1091] 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 at cleverelephant.ca>
 
-	* Added grep -v ^# to cpp pipeline for .sql generation. Under OS/X
-	  cpp adds a
+	* [r1090] 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 at keybit.net>
 
-	* updated
+	* [r1089] updated
 
-2004-11-08 11:08  strk
+2004-11-08 11:08  Sandro Santilli <strk at keybit.net>
 
-	* Added -fPIC to CFLAGS as suggested by Vincent Schut.
+	* [r1086] Added -fPIC to CFLAGS as suggested by Vincent Schut.
 
-2004-11-05 11:44  strk
+2004-11-05 11:44  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1085] updated
 
-2004-11-05 11:44  strk
+2004-11-05 11:44  Sandro Santilli <strk at keybit.net>
 
-	* Had isvalid raise a NOTICE with invalidity message.
+	* [r1084] Had isvalid raise a NOTICE with invalidity message.
 
-2004-11-05 10:04  strk
+2004-11-05 10:04  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1083] updated
 
-2004-11-05 08:16  strk
+2004-11-05 08:16  Sandro Santilli <strk at keybit.net>
 
-	* Added ndims(geometry) function, used in a 3rd constraint set
+	* [r1082] 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 at keybit.net>
 
-	* Renamed max/min/avg macros to LW_MAX, LW_MIN, LW_AVG.
+	* [r1081] 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 at keybit.net>
 
-	* Oops.. my attemt at moving lwpostgis.sql.in one dir up was bogus.
+	* [r1080] 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 at keybit.net>
 
-	* Moved lwpostgis.sql.in and it's build logic up to root directory.
+	* [r1079] 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 at keybit.net>
 
-	* Fixed "compat.h" include to be local.
+	* [r1078] Fixed "compat.h" include to be local.
 
-2004-11-02 16:48  strk
+2004-11-02 16:48  Sandro Santilli <strk at keybit.net>
 
-	* Added a copy of GNU vsprintf.c file and compiled in.
+	* [r1077] 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 at keybit.net>
 
-	* min/max macro made available regardless of MINGW32 define.
+	* [r1076] min/max macro made available regardless of MINGW32
+	  define.
 
-2004-11-02 07:50  strk
+2004-11-02 07:50  Sandro Santilli <strk at keybit.net>
 
-	* Updated as suggested by Frank Warmerdam.
+	* [r1074] Updated as suggested by Frank Warmerdam.
 
-2004-11-02 07:25  strk
+2004-11-02 07:25  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a typo in probe_geometry_columns() reported by Vinko
-	  Vrsalovic.
+	* [r1073] 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 at keybit.net>
 
-	* updated
+	* [r1072] updated
 
-2004-10-29 05:27  strk
+2004-10-29 05:27  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in AddGeometryColumn refusing to add 4D geoms.
+	* [r1071] Fixed bug in AddGeometryColumn refusing to add 4D geoms.
 
-2004-10-28 16:48  strk
+2004-10-28 16:48  Sandro Santilli <strk at keybit.net>
 
-	* Initial local TODO
+	* [r1070] Initial local TODO
 
-2004-10-28 16:28  strk
+2004-10-28 16:28  Sandro Santilli <strk at keybit.net>
 
-	* header inclusion cleanup
+	* [r1069] header inclusion cleanup
 
-2004-10-28 16:25  strk
+2004-10-28 16:25  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in debugguing output
+	* [r1068] Fixed bug in debugguing output
 
-2004-10-28 16:24  strk
+2004-10-28 16:24  Sandro Santilli <strk at keybit.net>
 
-	* removed LF
+	* [r1067] removed LF
 
-2004-10-28 16:23  strk
+2004-10-28 16:23  Sandro Santilli <strk at keybit.net>
 
-	* More cleanups.
+	* [r1066] More cleanups.
 
-2004-10-28 16:13  strk
+2004-10-28 16:13  Sandro Santilli <strk at keybit.net>
 
-	* cleanups.
+	* [r1065] cleanups.
 
-2004-10-28 16:10  strk
+2004-10-28 16:10  Sandro Santilli <strk at keybit.net>
 
-	* Made data structurs old-compilers-friendly.
+	* [r1064] Made data structurs old-compilers-friendly.
 
-2004-10-28 16:10  strk
+2004-10-28 16:10  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in LWGEOM_asGML.
+	* [r1063] Fixed a bug in LWGEOM_asGML.
 
-2004-10-28 15:40  strk
+2004-10-28 15:40  Sandro Santilli <strk at keybit.net>
 
-	* Fixed geos-based opPolygonize include.
+	* [r1062] Fixed geos-based opPolygonize include.
 
-2004-10-28 09:38  strk
+2004-10-28 09:38  Sandro Santilli <strk at keybit.net>
 
-	* Cleanups.
+	* [r1061] Cleanups.
 
-2004-10-28 09:29  strk
+2004-10-28 09:29  Sandro Santilli <strk at keybit.net>
 
-	* Added makeline(point, point). Changed LineFromMultiPoint
+	* [r1060] Added makeline(point, point). Changed LineFromMultiPoint
 	  definition.
 
-2004-10-28 09:00  strk
+2004-10-28 09:00  Sandro Santilli <strk at keybit.net>
 
-	* Added AddPoint(line, point, [position]) and support API
+	* [r1059] Added AddPoint(line, point, [position]) and support API
 	  functions.
 
-2004-10-28 07:56  strk
+2004-10-28 07:56  Sandro Santilli <strk at keybit.net>
 
-	* fixed name of line constructor as documentation reports it.
+	* [r1058] fixed name of line constructor as documentation reports
+	  it.
 	  LineFromMultiPoint().
 
-2004-10-28 07:45  strk
+2004-10-28 07:45  Sandro Santilli <strk at keybit.net>
 
-	* collect(geometry, geometry) re-introduced. collector() is an
-	  alias for collect().
+	* [r1057] 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 at keybit.net>
 
-	* Added MakeBox2D, MakeBox3D implementation and documentation.
+	* [r1056] Added MakeBox2D, MakeBox3D implementation and
+	  documentation.
 
-2004-10-27 15:19  strk
+2004-10-27 15:19  Sandro Santilli <strk at keybit.net>
 
-	* MakePoly renamed to Polygonize
+	* [r1055] MakePoly renamed to Polygonize
 
-2004-10-27 15:09  strk
+2004-10-27 15:09  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1054] updated
 
-2004-10-27 14:28  strk
+2004-10-27 14:28  Sandro Santilli <strk at keybit.net>
 
-	* Added constructors docs and intial organizzation for postgis
-	  extension functions.
+	* [r1052] Added constructors docs and intial organizzation for
+	  postgis extension functions.
 
-2004-10-27 13:35  strk
+2004-10-27 13:35  Sandro Santilli <strk at keybit.net>
 
-	* Unset debug define.
+	* [r1051] Unset debug define.
 
-2004-10-27 12:30  strk
+2004-10-27 12:30  Sandro Santilli <strk at keybit.net>
 
-	* AsSVG returns NULL on GEOMETRY COLLECTION input.
+	* [r1049] AsSVG returns NULL on GEOMETRY COLLECTION input.
 
-2004-10-27 11:06  strk
+2004-10-27 11:06  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1048] updated
 
-2004-10-27 11:05  strk
+2004-10-27 11:05  Sandro Santilli <strk at keybit.net>
 
-	* Added polygonize interface (makepoly aggregate)
+	* [r1047] Added polygonize interface (makepoly aggregate)
 
-2004-10-27 11:02  strk
+2004-10-27 11:02  Sandro Santilli <strk at keybit.net>
 
-	* Removed another getbox2d() call.
+	* [r1046] Removed another getbox2d() call.
 
-2004-10-27 10:55  strk
+2004-10-27 10:55  Sandro Santilli <strk at keybit.net>
 
-	* Fixed fix_geometry_columns() to leave correctly linked records
-	  untouched.
+	* [r1045] Fixed fix_geometry_columns() to leave correctly linked
+	  records untouched.
 
-2004-10-26 16:48  strk
+2004-10-26 16:48  Sandro Santilli <strk at keybit.net>
 
-	* Bug fix in GEOS version extractor.
+	* [r1042] Bug fix in GEOS version extractor.
 
-2004-10-25 17:07  strk
+2004-10-25 17:07  Sandro Santilli <strk at keybit.net>
 
-	* Obsoleted getbox2d(). Use getbox2d_p() or getbox2d_internal()
-	  instead.
+	* [r1041] Obsoleted getbox2d(). Use getbox2d_p() or
+	  getbox2d_internal() instead.
 
-2004-10-25 15:31  strk
+2004-10-25 15:31  Sandro Santilli <strk at keybit.net>
 
-	* portable math expressions.
+	* [r1040] portable math expressions.
 
-2004-10-25 14:20  strk
+2004-10-25 14:20  Sandro Santilli <strk at keybit.net>
 
-	* Y axis reverse and relative path fixes from Olivier Courtin.
+	* [r1039] Y axis reverse and relative path fixes from Olivier
+	  Courtin.
 
-2004-10-25 12:27  strk
+2004-10-25 12:27  Sandro Santilli <strk at keybit.net>
 
-	* Removed useless network type includes,
+	* [r1038] 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 at keybit.net>
 
-	* Stricter syntax fixes. Reported by S�bastien NICAISE
+	* [r1037] Stricter syntax fixes. Reported by S�bastien NICAISE
 	  <snicaise at iciatechnologies.com>
 
-2004-10-21 19:47  strk
+2004-10-21 19:47  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1036] updated
 
-2004-10-21 19:46  strk
+2004-10-21 19:46  Sandro Santilli <strk at keybit.net>
 
-	* ZMflags check on costituent geometries only performed when there
-	  is
+	* [r1035] 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 at keybit.net>
 
-	* Added detect_geos_version in all: rule
+	* [r1034] Added detect_geos_version in all: rule
 
-2004-10-18 11:35  strk
+2004-10-18 11:35  Sandro Santilli <strk at keybit.net>
 
-	* Added reverse(geometry) and ForceRHR(geometry) documentation.
+	* [r1033] Added reverse(geometry) and ForceRHR(geometry)
+	  documentation.
 
-2004-10-18 11:29  strk
+2004-10-18 11:29  Sandro Santilli <strk at keybit.net>
 
-	* makeline_from_multipoint renamed to line_from_multipoint
+	* [r1032] makeline_from_multipoint renamed to line_from_multipoint
 
-2004-10-18 09:37  strk
+2004-10-18 09:37  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1031] updated
 
-2004-10-17 13:25  strk
+2004-10-17 13:25  Sandro Santilli <strk at keybit.net>
 
-	* removed USE_WKB partially-used define
+	* [r1030] removed USE_WKB partially-used define
 
-2004-10-17 13:24  strk
+2004-10-17 13:24  Sandro Santilli <strk at keybit.net>
 
-	* HEXWKB polygon
+	* [r1029] HEXWKB polygon
 
-2004-10-17 13:01  strk
+2004-10-17 13:01  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1028] updated
 
-2004-10-17 12:59  strk
+2004-10-17 12:59  Sandro Santilli <strk at keybit.net>
 
-	* HEXWKB multiline output
+	* [r1027] HEXWKB multiline output
 
-2004-10-17 12:51  strk
+2004-10-17 12:51  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in lwline_serialize_buf preventing dimension override
+	* [r1026] Fixed a bug in lwline_serialize_buf preventing dimension
+	  override
 
-2004-10-17 12:43  strk
+2004-10-17 12:43  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a debugging function output bug
+	* [r1025] Fixed a debugging function output bug
 
-2004-10-17 12:26  strk
+2004-10-17 12:26  Sandro Santilli <strk at keybit.net>
 
-	* Point and MultiPoint loaded using HEXWKB.
+	* [r1024] Point and MultiPoint loaded using HEXWKB.
 
-2004-10-17 12:16  strk
+2004-10-17 12:16  Sandro Santilli <strk at keybit.net>
 
-	* fixed prototype for user query table
+	* [r1022] fixed prototype for user query table
 
-2004-10-17 12:15  strk
+2004-10-17 12:15  Sandro Santilli <strk at keybit.net>
 
-	* Bug fixed in multipoint4D creation
+	* [r1020] Bug fixed in multipoint4D creation
 
-2004-10-15 22:02  strk
+2004-10-15 22:02  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1019] updated
 
-2004-10-15 22:01  strk
+2004-10-15 22:01  Sandro Santilli <strk at keybit.net>
 
-	* Initial WKB functionalities
+	* [r1018] Initial WKB functionalities
 
-2004-10-15 16:21  strk
+2004-10-15 16:21  Sandro Santilli <strk at keybit.net>
 
-	* makeline_from_multipoint() implemented and exposed.
+	* [r1017] makeline_from_multipoint() implemented and exposed.
 
-2004-10-15 15:25  strk
+2004-10-15 15:25  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1016] updated
 
-2004-10-15 15:21  strk
+2004-10-15 15:21  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in outputput dimension detection for makeline()
+	* [r1015] Fixed a bug in outputput dimension detection for
+	  makeline()
 
-2004-10-15 15:01  strk
+2004-10-15 15:01  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1014] updated
 
-2004-10-15 15:00  strk
+2004-10-15 15:00  Sandro Santilli <strk at keybit.net>
 
-	* Added debugging lines
+	* [r1013] Added debugging lines
 
-2004-10-15 15:00  strk
+2004-10-15 15:00  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in make_lwline
+	* [r1012] Fixed a bug in make_lwline
 
-2004-10-15 11:52  strk
+2004-10-15 11:52  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r1011] updated
 
-2004-10-15 11:48  strk
+2004-10-15 11:48  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug making asSVG return a spurious char at the end.
+	* [r1009] 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 at keybit.net>
 
-	* Added makeline() aggregate and make_lwline() API method.
+	* [r1008] Added makeline() aggregate and make_lwline() API method.
 
-2004-10-15 09:44  strk
+2004-10-15 09:44  Sandro Santilli <strk at keybit.net>
 
-	* updated AsSVG doc
+	* [r1007] updated AsSVG doc
 
-2004-10-15 09:41  strk
+2004-10-15 09:41  Sandro Santilli <strk at keybit.net>
 
-	* changed precision semantic back to number of decimal digits
+	* [r1006] changed precision semantic back to number of decimal
+	  digits
 
-2004-10-15 09:41  strk
+2004-10-15 09:41  Sandro Santilli <strk at keybit.net>
 
-	* Added a trailing zeros trimmer
+	* [r1005] Added a trailing zeros trimmer
 
-2004-10-15 08:26  strk
+2004-10-15 08:26  Sandro Santilli <strk at keybit.net>
 
-	* Fixed handling of mixed dimensioned geometries in source table.
+	* [r1004] Fixed handling of mixed dimensioned geometries in source
+	  table.
 
-2004-10-15 07:35  strk
+2004-10-15 07:35  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug introduced by me (byteorder skipped for inner geoms
-	  in WKB)
+	* [r1003] 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 at keybit.net>
 
-	* Updated pgsql2shp documentation.
+	* [r1001] Updated pgsql2shp documentation.
 
-2004-10-14 09:59  strk
+2004-10-14 09:59  Sandro Santilli <strk at keybit.net>
 
-	* Added support for user query (replacing schema.table)
+	* [r999] Added support for user query (replacing schema.table)
 
-2004-10-13 19:33  strk
+2004-10-13 19:33  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r998] updated
 
-2004-10-13 19:32  strk
+2004-10-13 19:32  Sandro Santilli <strk at keybit.net>
 
-	* Added third buffer arg expanation
+	* [r996] Added third buffer arg expanation
 
-2004-10-13 18:49  strk
+2004-10-13 18:49  Sandro Santilli <strk at keybit.net>
 
-	* fixed arg number in buffer third arg
+	* [r994] fixed arg number in buffer third arg
 
-2004-10-13 18:39  strk
+2004-10-13 18:39  Sandro Santilli <strk at keybit.net>
 
-	* Added a third argument to the buffer() function.
+	* [r993] Added a third argument to the buffer() function.
 
-2004-10-13 17:21  strk
+2004-10-13 17:21  Sandro Santilli <strk at keybit.net>
 
-	* Dropped SRID argument from point constructor.
+	* [r992] 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 at keybit.net>
 
-	* updated
+	* [r991] updated
 
-2004-10-13 15:19  strk
+2004-10-13 15:19  Sandro Santilli <strk at keybit.net>
 
-	* Added point constructors PG funx.
+	* [r990] Added point constructors PG funx.
 
-2004-10-13 14:26  strk
+2004-10-13 14:26  Sandro Santilli <strk at keybit.net>
 
-	* Added simpler lwpoint constructors.
+	* [r989] Added simpler lwpoint constructors.
 
-2004-10-11 14:36  strk
+2004-10-11 14:36  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r986] updated
 
-2004-10-11 14:34  strk
+2004-10-11 14:34  Sandro Santilli <strk at keybit.net>
 
-	* Added endiannes specification for postgis-1.0.0+
+	* [r985] Added endiannes specification for postgis-1.0.0+
 
-2004-10-11 14:03  strk
+2004-10-11 14:03  Sandro Santilli <strk at keybit.net>
 
-	* Added endiannes specification to unparse_WKB, AsBinary,
+	* [r984] Added endiannes specification to unparse_WKB, AsBinary,
 	  lwgeom_to_wkb.
 
-2004-10-11 12:23  strk
+2004-10-11 12:23  Sandro Santilli <strk at keybit.net>
 
-	* Added test.o to cleanup list
+	* [r983] Added test.o to cleanup list
 
-2004-10-11 12:23  strk
+2004-10-11 12:23  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r982] updated
 
-2004-10-11 11:53  strk
+2004-10-11 11:53  Sandro Santilli <strk at keybit.net>
 
-	* Moved misuring functions to misures.c (from
+	* [r981] 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 at keybit.net>
 
-	* changed description of pgsql2shp -b switch
+	* [r980] changed description of pgsql2shp -b switch
 
-2004-10-11 10:31  strk
+2004-10-11 10:31  Sandro Santilli <strk at keybit.net>
 
-	* Changed collect() to return MULTI* if applicabe (all input is
-	  corresponding
+	* [r979] 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 at keybit.net>
 
-	* Added debug strings
+	* [r978] Added debug strings
 
-2004-10-11 09:55  strk
+2004-10-11 09:55  Sandro Santilli <strk at keybit.net>
 
-	* collect() always return a collection, with a component for each
-	  input
+	* [r977] 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 at keybit.net>
 
-	* Fixed bug making it unbuildable.
+	* [r976] Fixed bug making it unbuildable.
 
-2004-10-11 09:32  strk
+2004-10-11 09:32  Sandro Santilli <strk at keybit.net>
 
-	* Added lwgeom_addBBOX() and lwcollection_construct_empty()
+	* [r975] Added lwgeom_addBBOX() and lwcollection_construct_empty()
 
-2004-10-11 07:15  strk
+2004-10-11 07:15  Sandro Santilli <strk at keybit.net>
 
-	* lwgeom_same new implementation
+	* [r974] lwgeom_same new implementation
 
-2004-10-11 06:03  strk
+2004-10-11 06:03  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r973] updated
 
-2004-10-10 20:31  strk
+2004-10-10 20:31  Sandro Santilli <strk at keybit.net>
 
-	* segmentize2d() port and use of new LWGEOM structure.
+	* [r972] segmentize2d() port and use of new LWGEOM structure.
 
-2004-10-09 15:17  strk
+2004-10-09 15:17  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r971] updated
 
-2004-10-08 13:26  strk
+2004-10-08 13:26  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r969] updated
 
-2004-10-08 13:21  strk
+2004-10-08 13:21  Sandro Santilli <strk at keybit.net>
 
-	* Debugging output cleanup.
+	* [r968] Debugging output cleanup.
 
-2004-10-08 13:20  strk
+2004-10-08 13:20  Sandro Santilli <strk at keybit.net>
 
-	* Changed LWGEOM structure to point to an actual BOX2DFLOAT4.
+	* [r967] Changed LWGEOM structure to point to an actual
+	  BOX2DFLOAT4.
 	  Renamed most function to reflect a TYPE_method naming convention.
 	  (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 at keybit.net>
 
-	* added memory allocation debugging
+	* [r966] added memory allocation debugging
 
-2004-10-08 13:15  strk
+2004-10-08 13:15  Sandro Santilli <strk at keybit.net>
 
-	* Added box2d.o module, reverted SCRIPTS_VERSION to 0.1.0.
+	* [r965] 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 at keybit.net>
 
-	* Initial revision
+	* [r964] Initial revision
 
-2004-10-08 10:48  strk
+2004-10-08 10:48  Sandro Santilli <strk at keybit.net>
 
-	* Some updates
+	* [r963] Some updates
 
-2004-10-08 07:01  strk
+2004-10-08 07:01  Sandro Santilli <strk at keybit.net>
 
-	* Dropped HWGEOM from this branch.
+	* [r962] Dropped HWGEOM from this branch.
 
-2004-10-07 22:02  strk
+2004-10-07 22:02  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r959] updated
 
-2004-10-07 21:52  strk
+2004-10-07 21:52  Sandro Santilli <strk at keybit.net>
 
-	* Lots of rewriting/cleanup. TypeM/TypeZ supports.
+	* [r958] Lots of rewriting/cleanup. TypeM/TypeZ supports.
 
-2004-10-07 21:51  strk
+2004-10-07 21:51  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in 4d handling
+	* [r957] Fixed a bug in 4d handling
 
-2004-10-07 20:39  strk
+2004-10-07 20:39  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bugs in TYPE_ macro usage
+	* [r956] Fixed bugs in TYPE_ macro usage
 
-2004-10-07 17:18  strk
+2004-10-07 17:18  Sandro Santilli <strk at keybit.net>
 
-	* Changed ptarray2d_construct interface.
+	* [r955] Changed ptarray2d_construct interface.
 
-2004-10-07 17:18  strk
+2004-10-07 17:18  Sandro Santilli <strk at keybit.net>
 
-	* Changed geometrytype() to support TYPEM.
+	* [r954] Changed geometrytype() to support TYPEM.
 
-2004-10-07 17:17  strk
+2004-10-07 17:17  Sandro Santilli <strk at keybit.net>
 
-	* Changed AddGeometryColumn to handle TYPEM.
+	* [r953] 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 at keybit.net>
 
-	* Fixed TYPEM handling.
+	* [r952] Fixed TYPEM handling.
 
-2004-10-07 10:03  strk
+2004-10-07 10:03  Sandro Santilli <strk at keybit.net>
 
-	* API cleanup, more steps toward standalone library.
+	* [r951] API cleanup, more steps toward standalone library.
 
-2004-10-07 06:54  strk
+2004-10-07 06:54  Sandro Santilli <strk at keybit.net>
 
-	* cleanups
+	* [r950] cleanups
 
-2004-10-06 17:04  strk
+2004-10-06 17:04  Sandro Santilli <strk at keybit.net>
 
-	* ZM handling. Log trimmed.
+	* [r949] ZM handling. Log trimmed.
 
-2004-10-06 10:11  strk
+2004-10-06 10:11  Sandro Santilli <strk at keybit.net>
 
-	* Other separator fixes
+	* [r947] Other separator fixes
 
-2004-10-06 09:52  strk
+2004-10-06 09:52  Sandro Santilli <strk at keybit.net>
 
-	* Added zmflag(geom) doc
+	* [r946] Added zmflag(geom) doc
 
-2004-10-06 09:40  strk
+2004-10-06 09:40  Sandro Santilli <strk at keybit.net>
 
-	* Handled 0-DBF-attributes corner case.
+	* [r944] Handled 0-DBF-attributes corner case.
 
-2004-10-06 08:53  strk
+2004-10-06 08:53  Sandro Santilli <strk at keybit.net>
 
-	* Added zmflag(geom) function.
+	* [r943] Added zmflag(geom) function.
 
-2004-10-06 08:17  strk
+2004-10-06 08:17  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r942] updated
 
-2004-10-06 07:19  strk
+2004-10-06 07:19  Sandro Santilli <strk at keybit.net>
 
-	* Left off a semicolon in previous patch...
+	* [r941] Left off a semicolon in previous patch...
 
-2004-10-05 22:46  strk
+2004-10-05 22:46  Sandro Santilli <strk at keybit.net>
 
-	* Removed PGSQLException use as suggested by Kris Jurka
+	* [r939] Removed PGSQLException use as suggested by Kris Jurka
 
-2004-10-05 21:59  strk
+2004-10-05 21:59  Sandro Santilli <strk at keybit.net>
 
-	* Flex invocation patch by Kris Jurka.
+	* [r938] Flex invocation patch by Kris Jurka.
 
-2004-10-05 21:54  strk
+2004-10-05 21:54  Sandro Santilli <strk at keybit.net>
 
-	* Yes another change in SPI_cursor_open
+	* [r936] Yes another change in SPI_cursor_open
 
-2004-10-05 21:53  strk
+2004-10-05 21:53  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bugs in Centroid (not GEOS)
+	* [r935] Fixed bugs in Centroid (not GEOS)
 
-2004-10-05 21:42  strk
+2004-10-05 21:42  Sandro Santilli <strk at keybit.net>
 
-	* Cleanups for older compilers and PG verisons.
+	* [r934] Cleanups for older compilers and PG verisons.
 
-2004-10-05 21:20  strk
+2004-10-05 21:20  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r933] updated
 
-2004-10-05 21:08  strk
+2004-10-05 21:08  Sandro Santilli <strk at keybit.net>
 
-	* Added debugging lines, fixed a bug in TYPE_HASSRID and
+	* [r932] 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 at keybit.net>
 
-	* Made clean rule verbose
+	* [r931] Made clean rule verbose
 
-2004-10-05 17:15  strk
+2004-10-05 17:15  Sandro Santilli <strk at keybit.net>
 
-	* Bug fix in size computation.
+	* [r930] Bug fix in size computation.
 
-2004-10-05 16:28  strk
+2004-10-05 16:28  Sandro Santilli <strk at keybit.net>
 
-	* Added ZM dimensions flags knowledge.
+	* [r929] Added ZM dimensions flags knowledge.
 
-2004-10-05 16:07  strk
+2004-10-05 16:07  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r928] updated
 
-2004-10-05 15:12  strk
+2004-10-05 15:12  Sandro Santilli <strk at keybit.net>
 
-	* Added newlines in standalone reporters
+	* [r927] Added newlines in standalone reporters
 
-2004-10-05 15:11  strk
+2004-10-05 15:11  Sandro Santilli <strk at keybit.net>
 
-	* Added force_3dz, force_3dm docs
+	* [r926] Added force_3dz, force_3dm docs
 
-2004-10-05 15:11  strk
+2004-10-05 15:11  Sandro Santilli <strk at keybit.net>
 
-	* Changed default variable setting to a more portable syntax
+	* [r925] Changed default variable setting to a more portable syntax
 
-2004-10-05 07:53  strk
+2004-10-05 07:53  Sandro Santilli <strk at keybit.net>
 
-	* ZM aware WKT/WKB input/output.
+	* [r924] ZM aware WKT/WKB input/output.
 
-2004-10-04 13:53  strk
+2004-10-04 13:53  Sandro Santilli <strk at keybit.net>
 
-	* Serialized form and WKB prepared to accept ZM flags replacing DD
-	  (dimensions)
+	* [r923] 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 at keybit.net>
 
-	* Added missing prototype
+	* [r922] Added missing prototype
 
-2004-10-03 15:57  strk
+2004-10-03 15:57  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r921] updated
 
-2004-10-03 15:52  strk
+2004-10-03 15:52  Sandro Santilli <strk at keybit.net>
 
-	* Made GEOS<->LWGEOM converters keep geometry structures.
+	* [r920] 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 at keybit.net>
 
-	* Added lwgeom_add(LWGEOM *to, int where, LWGEOM *what).
+	* [r919] 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 at keybit.net>
 
-	* initial revision
+	* [r918] initial revision
 
-2004-10-01 07:51  strk
+2004-10-01 07:51  Sandro Santilli <strk at keybit.net>
 
-	* Added runtime cast functions.
+	* [r917] Added runtime cast functions.
 
-2004-09-30 16:06  strk
+2004-09-30 16:06  Sandro Santilli <strk at keybit.net>
 
-	* bug fixes
+	* [r916] bug fixes
 
-2004-09-30 15:42  strk
+2004-09-30 15:42  Sandro Santilli <strk at keybit.net>
 
-	* Added BBOX finders and its support in serializer.
+	* [r915] Added BBOX finders and its support in serializer.
 
-2004-09-30 11:49  strk
+2004-09-30 11:49  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r914] updated
 
-2004-09-30 11:45  strk
+2004-09-30 11:45  Sandro Santilli <strk at keybit.net>
 
-	* More common flags between LW<type>s.
+	* [r913] 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 at keybit.net>
 
-	* Added missing liblwgeom.c file.
+	* [r912] Added missing liblwgeom.c file.
 	  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 at keybit.net>
 
-	* updated
+	* [r911] updated
 
-2004-09-29 15:25  strk
+2004-09-29 15:25  Sandro Santilli <strk at keybit.net>
 
-	* Added serialize function for LWGEOM
+	* [r910] Added serialize function for LWGEOM
 
-2004-09-29 10:50  strk
+2004-09-29 10:50  Sandro Santilli <strk at keybit.net>
 
-	* Big layout change.
+	* [r909] Big layout change.
 	  lwgeom.h is public API
 	  liblwgeom.h is private header
 	  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 at keybit.net>
 
-	* Changed LWGEOM to PG_LWGEOM.
+	* [r908] 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 at keybit.net>
 
-	* Removed ^Ms, added note about flatting nature of LWGEOM_EXPLODED.
+	* [r907] Removed ^Ms, added note about flatting nature of
+	  LWGEOM_EXPLODED.
 
-2004-09-28 16:22  strk
+2004-09-28 16:22  Sandro Santilli <strk at keybit.net>
 
-	* Added AsGML function ref
+	* [r906] Added AsGML function ref
 
-2004-09-28 09:31  strk
+2004-09-28 09:31  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in PostGIS2GEOS_point
+	* [r905] Fixed a bug in PostGIS2GEOS_point
 
-2004-09-28 09:05  strk
+2004-09-28 09:05  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r904] updated
 
-2004-09-28 09:01  strk
+2004-09-28 09:01  Sandro Santilli <strk at keybit.net>
 
-	* Added forceRHR() and support functions.
+	* [r903] Added forceRHR() and support functions.
 
-2004-09-28 09:00  strk
+2004-09-28 09:00  Sandro Santilli <strk at keybit.net>
 
-	* Added ptarray_isccw(). Added extern modifiers to public
+	* [r902] Added ptarray_isccw(). Added extern modifiers to public
 	  prototypes.
 
-2004-09-28 08:28  strk
+2004-09-28 08:28  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r901] updated
 
-2004-09-28 08:22  strk
+2004-09-28 08:22  Sandro Santilli <strk at keybit.net>
 
-	* Added reverse(geometry) and support functions
+	* [r900] Added reverse(geometry) and support functions
 
-2004-09-28 08:21  strk
+2004-09-28 08:21  Sandro Santilli <strk at keybit.net>
 
-	* Added some const modifiers
+	* [r899] Added some const modifiers
 
-2004-09-27 17:27  strk
+2004-09-27 17:27  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r898] updated
 
-2004-09-27 08:26  strk
+2004-09-27 08:26  Sandro Santilli <strk at keybit.net>
 
-	* Debugging defines set to NODEBUG.
+	* [r897] Debugging defines set to NODEBUG.
 
-2004-09-27 08:24  strk
+2004-09-27 08:24  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r896] updated
 
-2004-09-27 08:23  strk
+2004-09-27 08:23  Sandro Santilli <strk at keybit.net>
 
-	* Added USE_GIST variable on top of file. Changed true values
-	  report
+	* [r895] 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 at keybit.net>
 
-	* Added profile.h deps
+	* [r894] Added profile.h deps
 
-2004-09-24 12:20  strk
+2004-09-24 12:20  Sandro Santilli <strk at keybit.net>
 
-	* Added worst and best percentile for both intersects and distance
+	* [r893] Added worst and best percentile for both intersects and
+	  distance
 
-2004-09-24 11:58  strk
+2004-09-24 11:58  Sandro Santilli <strk at keybit.net>
 
-	* approximated nums to 2 decimal digits
+	* [r892] approximated nums to 2 decimal digits
 
-2004-09-24 11:35  strk
+2004-09-24 11:35  Sandro Santilli <strk at keybit.net>
 
-	* initial intersects profiler frontend implementation
+	* [r891] initial intersects profiler frontend implementation
 
-2004-09-24 09:46  strk
+2004-09-24 09:46  Sandro Santilli <strk at keybit.net>
 
-	* Added box2d->geometry cast.
+	* [r890] Added box2d->geometry cast.
 
-2004-09-23 16:14  strk
+2004-09-23 16:14  Sandro Santilli <strk at keybit.net>
 
-	* Added -m / -z switches to control output type: XYM,XYMZ.
+	* [r889] Added -m / -z switches to control output type: XYM,XYMZ.
 
-2004-09-23 15:09  strk
+2004-09-23 15:09  Sandro Santilli <strk at keybit.net>
 
-	* Modified GML output as suggested by Martin Daly.
+	* [r888] Modified GML output as suggested by Martin Daly.
 
-2004-09-23 11:12  strk
+2004-09-23 11:12  Sandro Santilli <strk at keybit.net>
 
-	* Initial GML output routines.
+	* [r887] Initial GML output routines.
 
-2004-09-23 10:13  strk
+2004-09-23 10:13  Sandro Santilli <strk at keybit.net>
 
-	* Profile output modified again, input geoms points and conversion
-	  times separated
+	* [r886] 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 at keybit.net>
 
-	* indentation fixes
+	* [r885] indentation fixes
 
-2004-09-22 17:12  strk
+2004-09-22 17:12  Sandro Santilli <strk at keybit.net>
 
-	* indentation and function-call-debugging preparation
+	* [r884] indentation and function-call-debugging preparation
 
-2004-09-22 17:11  strk
+2004-09-22 17:11  Sandro Santilli <strk at keybit.net>
 
-	* removed some compiler warnings
+	* [r883] removed some compiler warnings
 
-2004-09-22 17:11  strk
+2004-09-22 17:11  Sandro Santilli <strk at keybit.net>
 
-	* Added missing prototype to make compiler happy
+	* [r882] Added missing prototype to make compiler happy
 
-2004-09-22 16:52  strk
+2004-09-22 16:52  Sandro Santilli <strk at keybit.net>
 
-	* Added lwpoint_size, lwline_size, lwpoly_size for computing
+	* [r881] 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 at keybit.net>
 
-	* Some more source file cleanups.
+	* [r880] Some more source file cleanups.
 
-2004-09-22 16:09  strk
+2004-09-22 16:09  Sandro Santilli <strk at keybit.net>
 
-	* Moved size computation functions in module static scope.
+	* [r879] 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 at keybit.net>
 
-	* lw<type>_findlength function made statics of lwgeom_api.c.
+	* [r878] 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 at keybit.net>
 
-	* LWGEOM TODO moved back to the lwgeom/ dir.
+	* [r877] LWGEOM TODO moved back to the lwgeom/ dir.
 
-2004-09-22 14:57  strk
+2004-09-22 14:57  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r876] updated
 
-2004-09-22 14:57  strk
+2004-09-22 14:57  Sandro Santilli <strk at keybit.net>
 
-	* line_interpolate_point added.
+	* [r875] line_interpolate_point added.
 
-2004-09-22 14:56  strk
+2004-09-22 14:56  Sandro Santilli <strk at keybit.net>
 
-	* fixed a comment
+	* [r874] fixed a comment
 
-2004-09-22 13:45  strk
+2004-09-22 13:45  Sandro Santilli <strk at keybit.net>
 
-	* Added 'label' argument to the profreport macro.
+	* [r873] Added 'label' argument to the profreport macro.
 
-2004-09-22 11:42  strk
+2004-09-22 11:42  Sandro Santilli <strk at keybit.net>
 
-	* Renamed lwgeom_npoints_recursive to lwgeom_npoints and exposed in
-	  lwgeom.h.
+	* [r872] Renamed lwgeom_npoints_recursive to lwgeom_npoints and
+	  exposed in lwgeom.h.
 	  Changed SERIALIZED_FORM macro to be less LWGEOM structure aware.
 	  Added profiling header file.
 	  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 at cleverelephant.ca>
 
-	* Add number nesting to sections. Fix link in postgis.xml
+	* [r871] Add number nesting to sections. Fix link in postgis.xml
 
-2004-09-21 21:04  strk
+2004-09-21 21:04  Sandro Santilli <strk at keybit.net>
 
-	* slightly changed PROF_SUM output for sort acceptance
+	* [r870] slightly changed PROF_SUM output for sort acceptance
 
-2004-09-21 20:44  strk
+2004-09-21 20:44  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a profiler bug.
+	* [r869] 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 at cleverelephant.ca>
 
-	* Add section autolabelling to printed output
+	* [r868] Add section autolabelling to printed output
 
-2004-09-21 19:09  pramsey
+2004-09-21 19:09  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add autolabelling to sections in generated HTML.
+	* [r867] Add autolabelling to sections in generated HTML.
 
-2004-09-21 17:50  strk
+2004-09-21 17:50  Sandro Santilli <strk at keybit.net>
 
-	* Added missing profiling report calls in predicates
+	* [r866] Added missing profiling report calls in predicates
 
-2004-09-21 17:36  strk
+2004-09-21 17:36  Sandro Santilli <strk at keybit.net>
 
-	* Added GEOS profiling support.
+	* [r865] Added GEOS profiling support.
 
-2004-09-21 16:08  strk
+2004-09-21 16:08  Sandro Santilli <strk at keybit.net>
 
-	* reduced memory copies in GEOS2POSTGIS()
+	* [r864] reduced memory copies in GEOS2POSTGIS()
 
-2004-09-21 16:07  strk
+2004-09-21 16:07  Sandro Santilli <strk at keybit.net>
 
-	* buffer serialized accept NULL as return-size pointer
+	* [r863] buffer serialized accept NULL as return-size pointer
 
-2004-09-21 15:44  strk
+2004-09-21 15:44  Sandro Santilli <strk at keybit.net>
 
-	* Added lwgeom_empy_length(), lwgeom_constructempty_buf(),
+	* [r862] Added lwgeom_empy_length(), lwgeom_constructempty_buf(),
 	  lwexploded_serialize_buf()
 
-2004-09-21 10:57  strk
+2004-09-21 10:57  Sandro Santilli <strk at keybit.net>
 
-	* Added lwexploded_findlength
+	* [r861] Added lwexploded_findlength
 
-2004-09-20 21:13  strk
+2004-09-20 21:13  Sandro Santilli <strk at keybit.net>
 
-	* Optimized postgis->geos conversion
+	* [r860] Optimized postgis->geos conversion
 
-2004-09-20 21:13  strk
+2004-09-20 21:13  Sandro Santilli <strk at keybit.net>
 
-	* commented pfree call in GEOSnoop (seems to generate memory
+	* [r859] commented pfree call in GEOSnoop (seems to generate memory
 	  faults)
 
-2004-09-20 17:14  strk
+2004-09-20 17:14  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r858] updated
 
-2004-09-20 17:13  strk
+2004-09-20 17:13  Sandro Santilli <strk at keybit.net>
 
-	* changed comments to better show shape type handling
+	* [r857] changed comments to better show shape type handling
 
-2004-09-20 17:11  strk
+2004-09-20 17:11  Sandro Santilli <strk at keybit.net>
 
-	* Added -d -d availability notice in help string.
+	* [r856] 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 at keybit.net>
 
-	* Added force_4d(geometry)
+	* [r855] Added force_4d(geometry)
 
-2004-09-20 16:33  strk
+2004-09-20 16:33  Sandro Santilli <strk at keybit.net>
 
-	* Added 4d geometries support.
+	* [r854] Added 4d geometries support.
 	  Changelog section moved at bottom file.
 
-2004-09-20 14:14  strk
+2004-09-20 14:14  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in popbyte. Trapped WKB endiannes errors.
+	* [r852] Fixed a bug in popbyte. Trapped WKB endiannes errors.
 
-2004-09-20 13:50  strk
+2004-09-20 13:50  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r851] updated
 
-2004-09-20 13:49  strk
+2004-09-20 13:49  Sandro Santilli <strk at keybit.net>
 
-	* Postgis-1.x support (LWGEOM) added.
+	* [r850] 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 at keybit.net>
 
-	* Changed postgis.sql to lwpostgis.sql
+	* [r849] Changed postgis.sql to lwpostgis.sql
 
-2004-09-20 12:07  strk
+2004-09-20 12:07  Sandro Santilli <strk at keybit.net>
 
-	* Added lwpostgis.sql rule
+	* [r848] Added lwpostgis.sql rule
 
-2004-09-20 10:58  strk
+2004-09-20 10:58  Sandro Santilli <strk at keybit.net>
 
-	* updated layout description and configuration instructions
+	* [r847] updated layout description and configuration instructions
 
-2004-09-20 10:09  strk
+2004-09-20 10:09  Sandro Santilli <strk at keybit.net>
 
-	* Renamed README
+	* [r846] Renamed README
 
-2004-09-20 10:08  strk
+2004-09-20 10:08  Sandro Santilli <strk at keybit.net>
 
-	* Added missing 'uninstall' rules. Fixed existing install rules.
+	* [r845] Added missing 'uninstall' rules. Fixed existing install
+	  rules.
 
-2004-09-20 09:58  strk
+2004-09-20 09:58  Sandro Santilli <strk at keybit.net>
 
-	* Configuration and common Makefile work moved to Makefile.config
+	* [r844] 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 at keybit.net>
 
-	* added missing prototype
+	* [r843] added missing prototype
 
-2004-09-20 09:22  strk
+2004-09-20 09:22  Sandro Santilli <strk at keybit.net>
 
-	* Reworked build scripts.
+	* [r842] Reworked build scripts.
 
-2004-09-20 09:21  strk
+2004-09-20 09:21  Sandro Santilli <strk at keybit.net>
 
-	* fixed bugs in non-GEOS centroid function
+	* [r841] fixed bugs in non-GEOS centroid function
 
-2004-09-20 09:20  strk
+2004-09-20 09:20  Sandro Santilli <strk at keybit.net>
 
-	* cleanups
+	* [r840] cleanups
 
-2004-09-20 08:53  strk
+2004-09-20 08:53  Sandro Santilli <strk at keybit.net>
 
-	* generalized library ignore line
+	* [r839] generalized library ignore line
 
-2004-09-20 08:52  strk
+2004-09-20 08:52  Sandro Santilli <strk at keybit.net>
 
-	* Added postgis_geos_version.h
+	* [r838] Added postgis_geos_version.h
 
-2004-09-20 08:52  strk
+2004-09-20 08:52  Sandro Santilli <strk at keybit.net>
 
-	* included local postgis_geos_version.h
+	* [r837] included local postgis_geos_version.h
 
-2004-09-20 08:51  strk
+2004-09-20 08:51  Sandro Santilli <strk at keybit.net>
 
-	* Added detect_geos_version rule
+	* [r836] Added detect_geos_version rule
 
-2004-09-20 08:29  strk
+2004-09-20 08:29  Sandro Santilli <strk at keybit.net>
 
-	* Moved lwgeom TODO in the root
+	* [r835] Moved lwgeom TODO in the root
 
-2004-09-20 08:25  strk
+2004-09-20 08:25  Sandro Santilli <strk at keybit.net>
 
-	* HWGEOM functions moved under hwgeom/ directory
+	* [r834] HWGEOM functions moved under hwgeom/ directory
 
-2004-09-20 08:21  strk
+2004-09-20 08:21  Sandro Santilli <strk at keybit.net>
 
-	* fixed typo
+	* [r833] fixed typo
 
-2004-09-20 07:50  strk
+2004-09-20 07:50  Sandro Santilli <strk at keybit.net>
 
-	* prepared to contain old internal representation code
+	* [r832] prepared to contain old internal representation code
 
-2004-09-18 22:15  strk
+2004-09-18 22:15  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a serius bug in pointArray_construct.
+	* [r831] 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 at keybit.net>
 
-	* Added more debugging output
+	* [r830] Added more debugging output
 
-2004-09-16 20:36  pramsey
+2004-09-16 20:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Reorganize OpenGIS function reference into categories.
+	* [r829] Reorganize OpenGIS function reference into categories.
 
-2004-09-16 15:50  mleslie
+2004-09-16 15:50  Mark Leslie <mark.leslie at lisasoft.com>
 
-	* Added the distance_sphere function to calculate the distance
-	  between two points
+	* [r828] 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 at keybit.net>
 
-	* Added box3d_to_box2df_p to reduce number of required memcpys
+	* [r827] 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 at keybit.net>
 
-	* Changed SPI_cursor_open call changes to be used for USE_VERSION >
-	  80
+	* [r826] 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 at keybit.net>
 
-	* Added binary predicate short-circuits
+	* [r825] Added binary predicate short-circuits
 
-2004-09-16 09:05  strk
+2004-09-16 09:05  Sandro Santilli <strk at keybit.net>
 
-	* Added getbox2d_internal
+	* [r824] Added getbox2d_internal
 
-2004-09-16 09:04  strk
+2004-09-16 09:04  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r823] updated
 
-2004-09-14 12:31  strk
+2004-09-14 12:31  Sandro Santilli <strk at keybit.net>
 
-	* CHIP and GEOS types (forgot to add)
+	* [r821] CHIP and GEOS types (forgot to add)
 
-2004-09-14 12:23  strk
+2004-09-14 12:23  Sandro Santilli <strk at keybit.net>
 
-	* Added a note about tweeking random_page_cost
+	* [r819] Added a note about tweeking random_page_cost
 
-2004-09-14 08:39  strk
+2004-09-14 08:39  Sandro Santilli <strk at keybit.net>
 
-	* fixed a typo in the geometry_send function definition
+	* [r818] fixed a typo in the geometry_send function definition
 
-2004-09-14 07:43  strk
+2004-09-14 07:43  Sandro Santilli <strk at keybit.net>
 
-	* Updated call to SPI_cursor_open to 8.0 (beta2) interface.
+	* [r816] 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 at keybit.net>
 
-	* updated
+	* [r815] updated
 
-2004-09-13 17:59  strk
+2004-09-13 17:59  Sandro Santilli <strk at keybit.net>
 
-	* removed old files from Attic/
+	* [r813] removed old files from Attic/
 
-2004-09-13 15:37  pramsey
+2004-09-13 15:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added pdf rule that uses pdfxmltex
+	* [r810] Added pdf rule that uses pdfxmltex
 
-2004-09-13 14:26  strk
+2004-09-13 14:26  Sandro Santilli <strk at keybit.net>
 
-	* Added binary input/output function for type geometry.
+	* [r808] Added binary input/output function for type geometry.
 
-2004-09-13 14:26  strk
+2004-09-13 14:26  Sandro Santilli <strk at keybit.net>
 
-	* indentation fix
+	* [r807] indentation fix
 
-2004-09-13 13:35  strk
+2004-09-13 13:35  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r806] updated
 
-2004-09-13 13:32  strk
+2004-09-13 13:32  Sandro Santilli <strk at keybit.net>
 
-	* Added AsSVG().
+	* [r805] Added AsSVG().
 
-2004-09-13 08:48  strk
+2004-09-13 08:48  Sandro Santilli <strk at keybit.net>
 
-	* Added POINT rendering info for AsSVG function
+	* [r804] Added POINT rendering info for AsSVG function
 
-2004-09-10 18:41  pramsey
+2004-09-10 18:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Bump version numbers to 0.9.0
+	* [r803] Bump version numbers to 0.9.0
 
-2004-09-10 16:41  pramsey
+2004-09-10 16:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added 'recommended' to proj/geos flags
+	* [r802] Added 'recommended' to proj/geos flags
 
-2004-09-10 16:19  pramsey
+2004-09-10 16:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Note 8.0 support and w32
+	* [r801] Note 8.0 support and w32
 
-2004-09-10 16:16  pramsey
+2004-09-10 16:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added Log tag to header.
+	* [r800] Added Log tag to header.
 
-2004-09-10 15:52  strk
+2004-09-10 15:52  Sandro Santilli <strk at keybit.net>
 
-	* Added asSVG documentation
+	* [r799] Added asSVG documentation
 
-2004-09-10 13:26  strk
+2004-09-10 13:26  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r798] updated
 
-2004-09-10 13:25  strk
+2004-09-10 13:25  Sandro Santilli <strk at keybit.net>
 
-	* fixed a memory fault
+	* [r797] fixed a memory fault
 
-2004-09-10 12:49  strk
+2004-09-10 12:49  Sandro Santilli <strk at keybit.net>
 
-	* Included SVG output function, modified to have precision
+	* [r796] 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 at keybit.net>
 
-	* Added all ..FromWKB functions, asbinary(geom) and bytea<->geom
-	  casts
+	* [r795] Added all ..FromWKB functions, asbinary(geom) and
+	  bytea<->geom casts
 
-2004-09-10 07:36  strk
+2004-09-10 07:36  Sandro Santilli <strk at keybit.net>
 
-	* asbinary(), geomfromwkb
+	* [r794] asbinary(), geomfromwkb
 
-2004-09-09 22:48  pramsey
+2004-09-09 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Changes in preparation for 0.9
+	* [r793] Changes in preparation for 0.9
 
-2004-09-09 20:51  pramsey
+2004-09-09 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix silly entity handling in chunked mode HTML generation
+	* [r792] Fix silly entity handling in chunked mode HTML generation
 
-2004-09-09 19:08  pramsey
+2004-09-09 19:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added FAQ for mapserver section and entries on SQL spatial
+	* [r791] 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 at cleverelephant.ca>
 
-	* Added example spatial SQL section.
+	* [r790] Added example spatial SQL section.
 
-2004-09-09 15:37  pramsey
+2004-09-09 15:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add --output flag to html build rule
+	* [r789] Add --output flag to html build rule
 
-2004-09-08 16:34  strk
+2004-09-08 16:34  Sandro Santilli <strk at keybit.net>
 
-	* some bug fixes... geometry_analyze added
+	* [r788] some bug fixes... geometry_analyze added
 
-2004-09-08 14:30  strk
+2004-09-08 14:30  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in GEOS link reference
+	* [r787] Fixed bug in GEOS link reference
 
-2004-09-08 14:27  strk
+2004-09-08 14:27  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r786] updated
 
-2004-09-08 14:19  strk
+2004-09-08 14:19  Sandro Santilli <strk at keybit.net>
 
-	* Added segmentize()
+	* [r785] Added segmentize()
 
-2004-09-08 14:18  strk
+2004-09-08 14:18  Sandro Santilli <strk at keybit.net>
 
-	* Added segmentize(geom,double) documentation
+	* [r784] Added segmentize(geom,double) documentation
 
-2004-09-08 10:57  strk
+2004-09-08 10:57  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r783] updated
 
-2004-09-08 10:44  strk
+2004-09-08 10:44  Sandro Santilli <strk at keybit.net>
 
-	* re-introduced 'jw' optional production method
+	* [r782] re-introduced 'jw' optional production method
 
-2004-09-08 10:25  strk
+2004-09-08 10:25  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in the z() function.
+	* [r781] 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 at cleverelephant.ca>
 
-	* Commit today's edits.
+	* [r780] Commit today's edits.
 
-2004-09-07 22:40  pramsey
+2004-09-07 22:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Make default html output be a single page.
+	* [r779] Make default html output be a single page.
 
-2004-09-07 22:35  pramsey
+2004-09-07 22:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change chunking depth to "chapter".
+	* [r778] Change chunking depth to "chapter".
 
-2004-09-07 22:28  pramsey
+2004-09-07 22:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More minor editorial changes.
+	* [r777] More minor editorial changes.
 
-2004-09-07 22:28  pramsey
+2004-09-07 22:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Changed Docbook processing from DSSSL to XSL.
+	* [r776] Changed Docbook processing from DSSSL to XSL.
 
-2004-09-07 17:04  strk
+2004-09-07 17:04  Sandro Santilli <strk at keybit.net>
 
-	* GEOS support added.
+	* [r775] GEOS support added.
 
-2004-09-07 07:47  strk
+2004-09-07 07:47  Sandro Santilli <strk at keybit.net>
 
-	* Added CHIP type and support funx
+	* [r774] Added CHIP type and support funx
 
-2004-09-06 16:18  strk
+2004-09-06 16:18  Sandro Santilli <strk at keybit.net>
 
-	* updated some comments
+	* [r773] updated some comments
 
-2004-09-06 16:05  strk
+2004-09-06 16:05  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r772] updated
 
-2004-09-06 16:04  strk
+2004-09-06 16:04  Sandro Santilli <strk at keybit.net>
 
-	* Changed getbox2d_p signature to return 0 for EMPTY geometries.
+	* [r771] Changed getbox2d_p signature to return 0 for EMPTY
+	  geometries.
 	  Ported DP simplifier.
 
-2004-09-06 12:24  strk
+2004-09-06 12:24  Sandro Santilli <strk at keybit.net>
 
-	* Added IsEmpty()
+	* [r770] Added IsEmpty()
 
-2004-09-06 10:37  strk
+2004-09-06 10:37  Sandro Santilli <strk at keybit.net>
 
-	* Finished BOX3D functions porting.
+	* [r769] Finished BOX3D functions porting.
 	  Added envelope() and extent3d().
 
-2004-09-06 09:32  strk
+2004-09-06 09:32  Sandro Santilli <strk at keybit.net>
 
-	* Added min/max coordinates from box2d and box3d.
+	* [r768] 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 at keybit.net>
 
-	* Added box3d support and expand(geom|box2d|box3d, double)
+	* [r767] Added box3d support and expand(geom|box2d|box3d, double)
 
-2004-09-04 19:58  pramsey
+2004-09-04 19:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More minor edits.
+	* [r766] More minor edits.
 
-2004-08-28 23:00  pramsey
+2004-08-28 23:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Replace all tabs with spaces.
+	* [r765] Replace all tabs with spaces.
 
-2004-08-28 22:55  pramsey
+2004-08-28 22:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updated street address reference.
+	* [r764] Updated street address reference.
 
-2004-08-28 22:54  pramsey
+2004-08-28 22:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Removed < sign and replaced with <
+	* [r763] Removed < sign and replaced with <
 
-2004-08-27 16:01  strk
+2004-08-27 16:01  Sandro Santilli <strk at keybit.net>
 
-	* Added geom_accum(), collect_garray() and collect()
+	* [r762] Added geom_accum(), collect_garray() and collect()
 
-2004-08-27 15:04  strk
+2004-08-27 15:04  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r761] updated
 
-2004-08-27 15:03  strk
+2004-08-27 15:03  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bug in lwgeom_explode allocating less memory then needed.
+	* [r760] Fixed bug in lwgeom_explode allocating less memory then
+	  needed.
 
-2004-08-27 14:35  strk
+2004-08-27 14:35  Sandro Santilli <strk at keybit.net>
 
-	* Added LWGEOM_EXPLODED structure definition and utility funx.
+	* [r759] 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 at keybit.net>
 
-	* Added point_inside_circle() and translate()
+	* [r758] Added point_inside_circle() and translate()
 
-2004-08-27 08:12  strk
+2004-08-27 08:12  Sandro Santilli <strk at keybit.net>
 
-	* Fixed typo ( mem_collect ==> memcollect )
+	* [r757] Fixed typo ( mem_collect ==> memcollect )
 
-2004-08-26 16:55  strk
+2004-08-26 16:55  Sandro Santilli <strk at keybit.net>
 
-	* max_distance() raises an 'unimplemented yet' error.
+	* [r756] max_distance() raises an 'unimplemented yet' error.
 
-2004-08-26 16:44  strk
+2004-08-26 16:44  Sandro Santilli <strk at keybit.net>
 
-	* Added nrings(geom), multi(geom) and all of <type>FromText(geom,
-	  [srid])
+	* [r755] 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 at keybit.net>
 
-	* updated
+	* [r754] updated
 
-2004-08-26 15:02  strk
+2004-08-26 15:02  Sandro Santilli <strk at keybit.net>
 
-	* Added (bogus) max_distance(geom,geom)
+	* [r753] Added (bogus) max_distance(geom,geom)
 
-2004-08-26 12:55  strk
+2004-08-26 12:55  Sandro Santilli <strk at keybit.net>
 
-	* Added distance(geometry) and all support functions.
+	* [r752] Added distance(geometry) and all support functions.
 
-2004-08-26 12:54  strk
+2004-08-26 12:54  Sandro Santilli <strk at keybit.net>
 
-	* Added a note about spheroid computation
+	* [r751] Added a note about spheroid computation
 
-2004-08-26 08:57  strk
+2004-08-26 08:57  Sandro Santilli <strk at keybit.net>
 
-	* Added spheroid type and functions
+	* [r750] Added spheroid type and functions
 
-2004-08-25 15:28  strk
+2004-08-25 15:28  Sandro Santilli <strk at keybit.net>
 
-	* Added IsClosed() and force_collection()
+	* [r749] Added IsClosed() and force_collection()
 
-2004-08-25 15:26  strk
+2004-08-25 15:26  Sandro Santilli <strk at keybit.net>
 
-	* Added macros for LWGEOM.type manipulation
+	* [r748] Added macros for LWGEOM.type manipulation
 
-2004-08-25 13:41  strk
+2004-08-25 13:41  Sandro Santilli <strk at keybit.net>
 
-	* Added force_3d
+	* [r747] Added force_3d
 
-2004-08-25 12:32  strk
+2004-08-25 12:32  Sandro Santilli <strk at keybit.net>
 
-	* Added perimeter,perimeter2d,perimeter3d.
+	* [r746] 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 at keybit.net>
 
-	* Added serialized functions writing to a pre-allocated buffer.
+	* [r745] Added serialized functions writing to a pre-allocated
+	  buffer.
 
-2004-08-25 07:29  strk
+2004-08-25 07:29  Sandro Santilli <strk at keybit.net>
 
-	* Moved some OGC functions from lwgeom_inout.c to lwgeom_ogc.c.
+	* [r744] 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 at keybit.net>
 
-	* Added lwgeom_pg to contain PG-specific functions/interfaces.
+	* [r743] Added lwgeom_pg to contain PG-specific
+	  functions/interfaces.
 
-2004-08-24 16:33  strk
+2004-08-24 16:33  Sandro Santilli <strk at keybit.net>
 
-	* Added StartPoint(), EndPoint()
+	* [r742] Added StartPoint(), EndPoint()
 
-2004-08-24 16:20  strk
+2004-08-24 16:20  Sandro Santilli <strk at keybit.net>
 
-	* Added X(), Y() and Z() funx
+	* [r741] Added X(), Y() and Z() funx
 
-2004-08-24 15:50  strk
+2004-08-24 15:50  Sandro Santilli <strk at keybit.net>
 
-	* PointN() ported.
+	* [r740] PointN() ported.
 
-2004-08-24 15:10  strk
+2004-08-24 15:10  Sandro Santilli <strk at keybit.net>
 
-	* fixed a bug preventing ExteriorRing() and InteriorRingN from
-	  setting the
+	* [r739] 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 at keybit.net>
 
-	* updated
+	* [r738] updated
 
-2004-08-24 15:05  strk
+2004-08-24 15:05  Sandro Santilli <strk at keybit.net>
 
-	* Added NumInteriorRings() and InteriorRingN()
+	* [r737] Added NumInteriorRings() and InteriorRingN()
 
-2004-08-24 14:48  strk
+2004-08-24 14:48  Sandro Santilli <strk at keybit.net>
 
-	* Added dimension() and exteriorring()
+	* [r736] Added dimension() and exteriorring()
 
-2004-08-24 14:47  strk
+2004-08-24 14:47  Sandro Santilli <strk at keybit.net>
 
-	* Added LWGEOM_construct() function to easy the work of dealing
+	* [r735] 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 at keybit.net>
 
-	* Fixed a bug in lwgeom_getSRID()
+	* [r734] Fixed a bug in lwgeom_getSRID()
 
-2004-08-24 13:35  strk
+2004-08-24 13:35  Sandro Santilli <strk at keybit.net>
 
-	* Indentation and debugging output.
+	* [r733] Indentation and debugging output.
 
-2004-08-24 13:34  strk
+2004-08-24 13:34  Sandro Santilli <strk at keybit.net>
 
-	* fixed a typo in a comment
+	* [r732] fixed a typo in a comment
 
-2004-08-24 13:33  strk
+2004-08-24 13:33  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in LWGEOM_addBBOX preventing it to detect missing
-	  BBOX embedding.
+	* [r731] 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 at keybit.net>
 
-	* OGC functions (not implemented by GEOS) moved to lwgeom_ogc.c.
+	* [r730] 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 at keybit.net>
 
-	* Added npoints,numpoints,numgeometries,geometryn
+	* [r729] Added npoints,numpoints,numgeometries,geometryn
 
-2004-08-24 07:40  strk
+2004-08-24 07:40  Sandro Santilli <strk at keybit.net>
 
-	* transformation work made on an input copy (made by setSRID).
+	* [r728] 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 at keybit.net>
 
-	* initial import
+	* [r727] initial import
 
-2004-08-24 06:59  strk
+2004-08-24 06:59  Sandro Santilli <strk at keybit.net>
 
-	* added missing prototype
+	* [r726] added missing prototype
 
-2004-08-24 06:56  strk
+2004-08-24 06:56  Sandro Santilli <strk at keybit.net>
 
-	* geos version detector and wrapper used from parent directory
+	* [r725] geos version detector and wrapper used from parent
+	  directory
 
-2004-08-23 16:05  strk
+2004-08-23 16:05  Sandro Santilli <strk at keybit.net>
 
-	* fixed typo
+	* [r724] fixed typo
 
-2004-08-23 15:57  strk
+2004-08-23 15:57  Sandro Santilli <strk at keybit.net>
 
-	* versioning functions completed
+	* [r723] versioning functions completed
 
-2004-08-23 15:41  strk
+2004-08-23 15:41  Sandro Santilli <strk at keybit.net>
 
-	* changed install rule to install lwpostgis.sql instead of
+	* [r722] 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 at keybit.net>
 
-	* Changed SCRIPTS_VERSION to 0.0.1
+	* [r721] Changed SCRIPTS_VERSION to 0.0.1
 
-2004-08-23 13:54  strk
+2004-08-23 13:54  Sandro Santilli <strk at keybit.net>
 
-	* proj support added
+	* [r720] proj support added
 
-2004-08-23 13:40  strk
+2004-08-23 13:40  Sandro Santilli <strk at keybit.net>
 
-	* deleted debugging block from summary() fn
+	* [r719] deleted debugging block from summary() fn
 
-2004-08-23 13:38  strk
+2004-08-23 13:38  Sandro Santilli <strk at keybit.net>
 
-	* Added getPoint(POINTARRAY *pts, int ptnum)
+	* [r718] Added getPoint(POINTARRAY *pts, int ptnum)
 
-2004-08-23 10:49  strk
+2004-08-23 10:49  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in serializedform length computation (for
+	* [r717] Fixed a bug in serializedform length computation (for
 	  collection).
 
-2004-08-23 08:32  strk
+2004-08-23 08:32  Sandro Santilli <strk at keybit.net>
 
-	* Removed custom allocator from lwgeom_api.
+	* [r716] 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 at keybit.net>
 
-	* transform() support
+	* [r715] transform() support
 
-2004-08-20 16:35  strk
+2004-08-20 16:35  Sandro Santilli <strk at keybit.net>
 
-	* initial skel for transform()
+	* [r714] initial skel for transform()
 
-2004-08-20 14:54  strk
+2004-08-20 14:54  Sandro Santilli <strk at keybit.net>
 
-	* updated
+	* [r713] updated
 
-2004-08-20 14:54  strk
+2004-08-20 14:54  Sandro Santilli <strk at keybit.net>
 
-	* gist operators support functions renamed to allow for finer
-	  control by postgis_restore.pl
+	* [r712] 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 at keybit.net>
 
-	* Hardcoded some functions being obsoleted
+	* [r711] Hardcoded some functions being obsoleted
 
-2004-08-20 14:08  strk
+2004-08-20 14:08  Sandro Santilli <strk at keybit.net>
 
-	* Added Geom{etry,}FromWkb(<geometry>,[<int4>]) funx.
+	* [r710] 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 at keybit.net>
 
-	* Added lwpostgis.sql
+	* [r709] Added lwpostgis.sql
 
-2004-08-20 10:23  strk
+2004-08-20 10:23  Sandro Santilli <strk at keybit.net>
 
-	* removed leak from mem_size()
+	* [r708] removed leak from mem_size()
 
-2004-08-20 09:35  strk
+2004-08-20 09:35  Sandro Santilli <strk at keybit.net>
 
-	* lwgeom_mem_size uses int32 cast instead of int
+	* [r707] lwgeom_mem_size uses int32 cast instead of int
 
-2004-08-20 09:31  strk
+2004-08-20 09:31  Sandro Santilli <strk at keybit.net>
 
-	* bug fixed in lwgeom_mem_size
+	* [r706] bug fixed in lwgeom_mem_size
 
-2004-08-20 08:14  strk
+2004-08-20 08:14  Sandro Santilli <strk at keybit.net>
 
-	* Whole output wrapped in transaction blocks.
+	* [r705] 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 at keybit.net>
 
-	* Fixed a bug in 'append-mode'.
+	* [r704] 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 at keybit.net>
 
-	* indentation fixes
+	* [r703] indentation fixes
 
-2004-08-19 14:15  strk
+2004-08-19 14:15  Sandro Santilli <strk at keybit.net>
 
-	* added lwpostgis.sql build rule
+	* [r702] added lwpostgis.sql build rule
 
-2004-08-19 14:05  strk
+2004-08-19 14:05  Sandro Santilli <strk at keybit.net>
 
-	* Added finite coordinate check.
+	* [r701] Added finite coordinate check.
 	  Reduced required bounding box copies.
 
-2004-08-19 13:57  strk
+2004-08-19 13:57  Sandro Santilli <strk at keybit.net>
 
-	* mem_size removed from list
+	* [r700] mem_size removed from list
 
-2004-08-19 13:56  strk
+2004-08-19 13:56  Sandro Santilli <strk at keybit.net>
 
-	* Added mem_size(lwgeom)
+	* [r699] Added mem_size(lwgeom)
 
-2004-08-19 13:54  strk
+2004-08-19 13:54  Sandro Santilli <strk at keybit.net>
 
-	* cpp checks updated to use 80 instead of 75 for USE_VERSION
+	* [r698] 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 at keybit.net>
 
-	* initial import
+	* [r697] initial import
 
-2004-08-19 13:21  strk
+2004-08-19 13:21  Sandro Santilli <strk at keybit.net>
 
-	* initial import
+	* [r696] initial import
 
-2004-08-19 13:18  strk
+2004-08-19 13:18  Sandro Santilli <strk at keybit.net>
 
-	* Added selectivity estimation
+	* [r695] Added selectivity estimation
 
-2004-08-19 13:16  strk
+2004-08-19 13:16  Sandro Santilli <strk at keybit.net>
 
-	* some indentation fixes
+	* [r694] some indentation fixes
 
-2004-08-19 13:10  strk
+2004-08-19 13:10  Sandro Santilli <strk at keybit.net>
 
-	* fixed typos
+	* [r693] fixed typos
 
-2004-08-19 12:29  strk
+2004-08-19 12:29  Sandro Santilli <strk at keybit.net>
 
-	* added btree index support file
+	* [r692] added btree index support file
 
-2004-08-19 12:28  strk
+2004-08-19 12:28  Sandro Santilli <strk at keybit.net>
 
-	* added btree index support
+	* [r691] added btree index support
 
-2004-08-19 10:52  strk
+2004-08-19 10:52  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in ascii dump "CREATE OPERATOR" scan
+	* [r690] Fixed a bug in ascii dump "CREATE OPERATOR" scan
 
-2004-08-19 09:30  strk
+2004-08-19 09:30  Sandro Santilli <strk at keybit.net>
 
-	* rename_geometry_table_constraints() re-introduced to make
+	* [r689] 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 at keybit.net>
 
-	* fixed some of the buch of broken comments
+	* [r688] fixed some of the buch of broken comments
 
-2004-08-19 06:15  strk
+2004-08-19 06:15  Sandro Santilli <strk at keybit.net>
 
-	* USE_VERSION gets 80 where it got 75
+	* [r687] USE_VERSION gets 80 where it got 75
 
-2004-08-19 05:38  pramsey
+2004-08-19 05:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added some references to Proj4 and GEOS utility and source code
-	  location in the Makefile
+	* [r686] 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 at keybit.net>
 
-	* Added PG80 (75) patches.
+	* [r685] Added PG80 (75) patches.
 
-2004-08-18 13:21  strk
+2004-08-18 13:21  Sandro Santilli <strk at keybit.net>
 
-	* Added skip of postgisgistcostestimate (obsoleted)
+	* [r684] Added skip of postgisgistcostestimate (obsoleted)
 
-2004-08-18 08:26  strk
+2004-08-18 08:26  Sandro Santilli <strk at keybit.net>
 
-	* Spatial table constraints names get column name appended.
+	* [r683] 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 at keybit.net>
 
-	* added extent(lwgeom) and support functions.
+	* [r682] added extent(lwgeom) and support functions.
 
-2004-08-17 14:35  strk
+2004-08-17 14:35  Sandro Santilli <strk at keybit.net>
 
-	* SRID(geometry) changed to SRID(lwgeom)
+	* [r681] SRID(geometry) changed to SRID(lwgeom)
 
-2004-08-17 14:30  strk
+2004-08-17 14:30  Sandro Santilli <strk at keybit.net>
 
-	* Initial support for geometry->lwgeom switch (dump objects defined
-	  for
+	* [r680] 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 at keybit.net>
 
-	* Added SRID(geometry) for backward compatibility
+	* [r679] Added SRID(geometry) for backward compatibility
 
-2004-08-17 14:21  strk
+2004-08-17 14:21  Sandro Santilli <strk at keybit.net>
 
-	* Added geometrytype(LWGEOM)
+	* [r678] Added geometrytype(LWGEOM)
 
-2004-08-16 20:38  strk
+2004-08-16 20:38  Sandro Santilli <strk at keybit.net>
 
-	* OPERATOR parsing bug fixed. Schema removal improoved. More test
-	  reports.
+	* [r677] 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 at siriusit.co.uk>
 
-	* 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.
+	* [r676] 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 at keybit.net>
 
-	* GEOS version extraction not attempted if USE_GEOS is not set to
-	  1.
+	* [r675] 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 at keybit.net>
 
-	* Support dump generated by pg_dump 7.4
+	* [r674] Support dump generated by pg_dump 7.4
 
-2004-08-11 17:07  strk
+2004-08-11 17:07  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in non-finite Z check
+	* [r673] Fixed a bug in non-finite Z check
 
-2004-08-10 21:09  strk
+2004-08-10 21:09  Sandro Santilli <strk at keybit.net>
 
-	* changed proj version extractor to support pre 4.4.8 releases
+	* [r672] 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 at keybit.net>
 
-	* reduced psql invocation to a single one.
+	* [r671] reduced psql invocation to a single one.
 
-2004-08-08 18:09  strk
+2004-08-08 18:09  Sandro Santilli <strk at keybit.net>
 
-	* lwgeom.sql production follow postgis.sql production rules (cpp
-	  usage)
+	* [r670] lwgeom.sql production follow postgis.sql production rules
+	  (cpp usage)
 
-2004-08-08 18:09  strk
+2004-08-08 18:09  Sandro Santilli <strk at keybit.net>
 
-	* Added missing required parameter to usage string
+	* [r669] Added missing required parameter to usage string
 
-2004-08-07 12:13  strk
+2004-08-07 12:13  Sandro Santilli <strk at keybit.net>
 
-	* more header comments
+	* [r668] more header comments
 
-2004-08-06 09:54  strk
+2004-08-06 09:54  Sandro Santilli <strk at keybit.net>
 
-	* added handling of operators and operator classes (skip postgis
-	  defined, keep others)
+	* [r667] 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 at keybit.net>
 
-	* perl detection and bug fixes.
+	* [r666] perl detection and bug fixes.
 
-2004-08-05 20:00  strk
+2004-08-05 20:00  Sandro Santilli <strk at keybit.net>
 
-	* Another schema support bug from Mark
+	* [r665] Another schema support bug from Mark
 
-2004-08-05 19:12  strk
+2004-08-05 19:12  Sandro Santilli <strk at keybit.net>
 
-	* fixed bug in automatic perl invokation
+	* [r664] fixed bug in automatic perl invokation
 
-2004-08-05 16:53  strk
+2004-08-05 16:53  Sandro Santilli <strk at keybit.net>
 
-	* schema support patches sent by Mark
+	* [r663] schema support patches sent by Mark
 
-2004-08-03 09:41  strk
+2004-08-03 09:41  Sandro Santilli <strk at keybit.net>
 
-	* geometry_columns and spatial_ref_sys back created from dump
+	* [r662] geometry_columns and spatial_ref_sys back created from
+	  dump
 
-2004-08-03 09:30  strk
+2004-08-03 09:30  Sandro Santilli <strk at keybit.net>
 
-	* Always added 'public' to search_path, to bypass pg_dump loss of
+	* [r661] 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 at keybit.net>
 
-	* updated
+	* [r660] updated
 
-2004-08-03 07:58  strk
+2004-08-03 07:58  Sandro Santilli <strk at keybit.net>
 
-	* handling of more cases
+	* [r659] handling of more cases
 
-2004-08-02 19:03  strk
+2004-08-02 19:03  Sandro Santilli <strk at keybit.net>
 
-	* initial import
+	* [r658] initial import
 
-2004-08-02 16:27  strk
+2004-08-02 16:27  Sandro Santilli <strk at keybit.net>
 
-	* Fixed format bugs (needed for postgis_undef.pl to work)
+	* [r657] Fixed format bugs (needed for postgis_undef.pl to work)
 
-2004-07-29 14:10  strk
+2004-07-29 14:10  Sandro Santilli <strk at keybit.net>
 
-	* Unability to open a shapefile or dbffile reported more nicely.
+	* [r656] Unability to open a shapefile or dbffile reported more
+	  nicely.
 
-2004-07-28 17:32  strk
+2004-07-28 17:32  Sandro Santilli <strk at keybit.net>
 
-	* Added postgis_full_version(), marked postgis_version() as
+	* [r655] Added postgis_full_version(), marked postgis_version() as
 	  deprecated.
 
-2004-07-28 16:15  strk
+2004-07-28 16:15  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug in postgis_full_version()
+	* [r654] Fixed a bug in postgis_full_version()
 
-2004-07-28 16:10  strk
+2004-07-28 16:10  Sandro Santilli <strk at keybit.net>
 
-	* Changed all version functions to return text.
+	* [r653] 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 at keybit.net>
 
-	* Added postgis_uses_stats and postgis_scripts_version.
+	* [r652] 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 at keybit.net>
 
-	* Added postgis_scripts_version
+	* [r651] Added postgis_scripts_version
 
-2004-07-27 17:51  strk
+2004-07-27 17:51  Sandro Santilli <strk at keybit.net>
 
-	* short-circuit test for 'contains'
+	* [r650] short-circuit test for 'contains'
 
-2004-07-27 17:49  strk
+2004-07-27 17:49  Sandro Santilli <strk at keybit.net>
 
-	* Added short-circuit test for the within function.
+	* [r649] Added short-circuit test for the within function.
 
-2004-07-23 21:24  strk
+2004-07-23 21:24  Sandro Santilli <strk at keybit.net>
 
-	* Added postgis_proj_version()
+	* [r648] Added postgis_proj_version()
 
-2004-07-22 16:58  strk
+2004-07-22 16:58  Sandro Santilli <strk at keybit.net>
 
-	* Updated to reflect geos version string split.
+	* [r647] Updated to reflect geos version string split.
 
-2004-07-22 16:20  strk
+2004-07-22 16:20  Sandro Santilli <strk at keybit.net>
 
-	* Added postgis_lib_version() and postgis_geos_version()
+	* [r646] Added postgis_lib_version() and postgis_geos_version()
 
-2004-07-19 16:24  strk
+2004-07-19 16:24  Sandro Santilli <strk at keybit.net>
 
-	* Added -i switch
+	* [r645] Added -i switch
 
-2004-07-17 09:52  strk
+2004-07-17 09:52  Sandro Santilli <strk at keybit.net>
 
-	* GEOS multi-version support switches implemented with
+	* [r644] GEOS multi-version support switches implemented with
 	  GEOS_LAST_INTERFACE
 
-2004-07-17 09:52  strk
+2004-07-17 09:52  Sandro Santilli <strk at keybit.net>
 
-	* Added GEOS_FIRST_INTERFACE, GEOS_LAST_INTERFACE, GEOS_JTS_PORT
-	  detection
+	* [r643] 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 at keybit.net>
 
-	* Modified to always detect geos version (no deps)
+	* [r642] Modified to always detect geos version (no deps)
 
-2004-07-08 19:33  strk
+2004-07-08 19:33  Sandro Santilli <strk at keybit.net>
 
-	* Updated to respect CoordinateSequence GEOS interface switch.
+	* [r641] Updated to respect CoordinateSequence GEOS interface
+	  switch.
 
-2004-07-02 13:33  strk
+2004-07-02 13:33  Sandro Santilli <strk at keybit.net>
 
-	* Changed GEOS header inclusion mechanism to be more polite
+	* [r640] Changed GEOS header inclusion mechanism to be more polite
 
-2004-07-01 17:02  strk
+2004-07-01 17:02  Sandro Santilli <strk at keybit.net>
 
-	* Updated to support latest GEOS API.
+	* [r639] Updated to support latest GEOS API.
 
-2004-07-01 17:02  strk
+2004-07-01 17:02  Sandro Santilli <strk at keybit.net>
 
-	* Updated to support latest GEOS (actually removed all geos-version
-	  related
+	* [r638] 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 at cleverelephant.ca>
 
-	* Compile patch from Markus Schaber
+	* [r637] Compile patch from Markus Schaber
 
-2004-06-22 16:52  strk
+2004-06-22 16:52  Sandro Santilli <strk at keybit.net>
 
-	* Standard deviation factor used in histogram extent computation
-	  made
+	* [r636] 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 at keybit.net>
 
-	* Handled empty strings in numeric fields as '0'es... pg_atoi()
-	  does
+	* [r635] 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 at keybit.net>
 
-	* Fixed a bug in minor version extractor.
+	* [r634] 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 at keybit.net>
 
-	* added geos_version.sh as dependency of postgis_geos_version.h
-	  rule
+	* [r633] 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 at keybit.net>
 
-	* Changed GEOS_VERSION to POSTGIS_GEOS_VERSION to avoid future
-	  clashes
+	* [r632] 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 at keybit.net>
 
-	* Added cleanup needed for GEOS > 1.0
+	* [r631] Added cleanup needed for GEOS > 1.0
 
-2004-06-16 19:28  strk
+2004-06-16 19:28  Sandro Santilli <strk at keybit.net>
 
-	* fixed a typo in preprocessor define
+	* [r630] fixed a typo in preprocessor define
 
-2004-06-16 18:50  strk
+2004-06-16 18:50  Sandro Santilli <strk at keybit.net>
 
-	* Added postgis_geos_version.h to .cvsignore and to the list of
-	  files
+	* [r629] 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 at keybit.net>
 
-	* Added code to detect geos version.
+	* [r628] 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 at keybit.net>
 
-	* initial import
+	* [r627] initial import
 
-2004-06-16 13:42  strk
+2004-06-16 13:42  Sandro Santilli <strk at keybit.net>
 
-	* Added schema support in getMaxFieldSize.
+	* [r626] 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 at keybit.net>
 
-	* documented statistics gethering operations
+	* [r625] documented statistics gethering operations
 
-2004-06-14 08:06  strk
+2004-06-14 08:06  Sandro Santilli <strk at keybit.net>
 
-	* fixed bogus support for PG71
+	* [r624] fixed bogus support for PG71
 
-2004-06-14 07:48  strk
+2004-06-14 07:48  Sandro Santilli <strk at keybit.net>
 
-	* Histogram extent redefinition after hard deviant removal fixed to
-	  be
+	* [r623] 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 at keybit.net>
 
-	* Infinite geometries handling.
+	* [r622] 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 at keybit.net>
 
-	* histogram grid size refined to use near-square cells.
+	* [r621] histogram grid size refined to use near-square cells.
 
-2004-06-10 15:44  strk
+2004-06-10 15:44  Sandro Santilli <strk at keybit.net>
 
-	* Added standard deviation based histogram extent refinement
+	* [r620] Added standard deviation based histogram extent refinement
 
-2004-06-10 13:42  strk
+2004-06-10 13:42  Sandro Santilli <strk at keybit.net>
 
-	* Separated the estimator code in an estimate_selectivity()
+	* [r619] 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 at keybit.net>
 
-	* Moved changes needed for PG75 inside postgis_gist_72.c using #if
-	  switches.
+	* [r618] 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 at keybit.net>
 
-	* Added switch for GIST_SUPPORT=75
+	* [r617] Added switch for GIST_SUPPORT=75
 
-2004-06-09 10:05  strk
+2004-06-09 10:05  Sandro Santilli <strk at keybit.net>
 
-	* initial import
+	* [r616] initial import
 
-2004-06-09 09:35  strk
+2004-06-09 09:35  Sandro Santilli <strk at keybit.net>
 
-	* Removed partial pgsql List API copy
+	* [r615] Removed partial pgsql List API copy
 
-2004-06-09 09:08  strk
+2004-06-09 09:08  Sandro Santilli <strk at keybit.net>
 
-	* changed index/rindex to strchr/strrchr
+	* [r614] changed index/rindex to strchr/strrchr
 
-2004-06-09 09:06  strk
+2004-06-09 09:06  Sandro Santilli <strk at keybit.net>
 
-	* Added Romi's Win32 patches.
+	* [r613] Added Romi's Win32 patches.
 
-2004-06-08 17:49  strk
+2004-06-08 17:49  Sandro Santilli <strk at keybit.net>
 
-	* Fixed to build cleanly agains pg75
+	* [r612] Fixed to build cleanly agains pg75
 
-2004-06-08 17:48  strk
+2004-06-08 17:48  Sandro Santilli <strk at keybit.net>
 
-	* Compression of code terminated.
+	* [r611] 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 at keybit.net>
 
-	* removed user connect command
+	* [r610] removed user connect command
 
-2004-06-08 15:18  strk
+2004-06-08 15:18  Sandro Santilli <strk at keybit.net>
 
-	* Deleted prototype for isspace() in postgis.h
+	* [r609] 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 at keybit.net>
 
-	* MODULE_FILENAME path always defaults to $libdir, but is
+	* [r608] 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 at keybit.net>
 
-	* added 'static' modifiers for the 'error' function, possibly
-	  clashing with some other declaration
+	* [r607] 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 at keybit.net>
 
-	* reverted change in lwg_parse_yyerror
+	* [r606] reverted change in lwg_parse_yyerror
 
-2004-06-07 17:26  strk
+2004-06-07 17:26  Sandro Santilli <strk at keybit.net>
 
-	* Default MODULE_FILENAME uses $libdir unless LPATH is set in the
-	  environment
+	* [r605] 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 at keybit.net>
 
-	* Removed obsolete postgisgistcostestimate function creation
+	* [r604] Removed obsolete postgisgistcostestimate function creation
 
-2004-06-07 16:34  strk
+2004-06-07 16:34  Sandro Santilli <strk at keybit.net>
 
-	* Removed postgis_old.sql from list of default rules
+	* [r603] Removed postgis_old.sql from list of default rules
 
-2004-06-07 16:32  strk
+2004-06-07 16:32  Sandro Santilli <strk at keybit.net>
 
-	* Moved old version-specific sql files under the Attic directory.
+	* [r602] Moved old version-specific sql files under the Attic
+	  directory.
 
-2004-06-07 16:32  strk
+2004-06-07 16:32  Sandro Santilli <strk at keybit.net>
 
-	* Moved old version-specific sql files under the Attic directory.
+	* [r601] Moved old version-specific sql files under the Attic
+	  directory.
 
-2004-06-07 16:11  strk
+2004-06-07 16:11  Sandro Santilli <strk at keybit.net>
 
-	* AddGeometryColumns call table constraints 'enforce_srid' and
-	  'enforce_geotype'
+	* [r600] AddGeometryColumns call table constraints 'enforce_srid'
+	  and 'enforce_geotype'
 
-2004-06-07 15:32  strk
+2004-06-07 15:32  Sandro Santilli <strk at keybit.net>
 
-	* Fixed a bug killing the backend - lwg_parse_yyerror never called
-	  custom error handler
+	* [r599] 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 at keybit.net>
 
-	* allowed lower case in wkt
+	* [r598] allowed lower case in wkt
 
-2004-06-07 09:16  strk
+2004-06-07 09:16  Sandro Santilli <strk at keybit.net>
 
-	* Added missing prototypes.
+	* [r597] Added missing prototypes.
 
-2004-06-04 15:24  strk
+2004-06-04 15:24  Sandro Santilli <strk at keybit.net>
 
-	* Added y.output
+	* [r596] Added y.output
 
-2004-06-04 15:24  strk
+2004-06-04 15:24  Sandro Santilli <strk at keybit.net>
 
-	* Added more cleanup
+	* [r595] Added more cleanup
 
-2004-06-04 15:23  strk
+2004-06-04 15:23  Sandro Santilli <strk at keybit.net>
 
-	* added semicolumns at end of blocks
+	* [r594] added semicolumns at end of blocks
 
-2004-06-04 15:21  strk
+2004-06-04 15:21  Sandro Santilli <strk at keybit.net>
 
-	* removed, will be created
+	* [r593] removed, will be created
 
-2004-06-04 13:39  strk
+2004-06-04 13:39  Sandro Santilli <strk at keybit.net>
 
-	* Removed references to constraint name (unsafe) from
+	* [r592] 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 at keybit.net>
 
-	* probe_geometry_columns() return message extended
+	* [r591] probe_geometry_columns() return message extended
 
-2004-06-04 12:40  strk
+2004-06-04 12:40  Sandro Santilli <strk at keybit.net>
 
-	* Added comments about fix_geometry_columns() job.
+	* [r590] 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 at keybit.net>
 
-	* Added probe_geometry_columns().
+	* [r589] 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 at keybit.net>
 
-	* Added DropGeometryTable description
+	* [r588] Added DropGeometryTable description
 
-2004-06-04 10:07  strk
+2004-06-04 10:07  Sandro Santilli <strk at keybit.net>
 
-	* Added DropGeometryColumn function
+	* [r587] Added DropGeometryColumn function
 
-2004-06-04 09:16  strk
+2004-06-04 09:16  Sandro Santilli <strk at keybit.net>
 
-	* first entries
+	* [r586] first entries
 
-2004-06-04 09:11  strk
+2004-06-04 09:11  Sandro Santilli <strk at keybit.net>
 
-	* Added prototypes
+	* [r585] Added prototypes
 
-2004-06-04 09:07  strk
+2004-06-04 09:07  Sandro Santilli <strk at keybit.net>
 
-	* Fixed YACC call to rename standardly produced y.tab.c and y.tab.h
+	* [r584] 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 at keybit.net>
 
-	* Moved all geoemtry_columns cleanup in fix_geometry_columns,
+	* [r583] 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 at keybit.net>
 
-	* Lifted AddGeometryColumns result message, including output from
-	  fix_geometry_columns
+	* [r582] Lifted AddGeometryColumns result message, including output
+	  from fix_geometry_columns
 
-2004-06-04 08:25  strk
+2004-06-04 08:25  Sandro Santilli <strk at keybit.net>
 
-	* fix_geometry_columns() makes its best effort to find appropriate
-	  schema.
+	* [r581] 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 at keybit.net>
 
-	* Added expand_geometry - expand(geometry, int8)
+	* [r580] Added expand_geometry - expand(geometry, int8)
 
-2004-06-03 13:49  strk
+2004-06-03 13:49  Sandro Santilli <strk at keybit.net>
 
-	* added postgis_old.sql
+	* [r579] added postgis_old.sql
 
-2004-06-03 13:44  strk
+2004-06-03 13:44  Sandro Santilli <strk at keybit.net>
 
-	* Made it functional again.
+	* [r578] Made it functional again.
 
-2004-06-03 13:43  strk
+2004-06-03 13:43  Sandro Santilli <strk at keybit.net>
 
-	* compatted CASTS section, commented out bogus cast geometry::chip
-	  referring to missing function
+	* [r577] 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 at keybit.net>
 
-	* Skipped attrelid, varattnum linking for PG>=75
+	* [r576] Skipped attrelid, varattnum linking for PG>=75
 
-2004-06-03 12:48  strk
+2004-06-03 12:48  Sandro Santilli <strk at keybit.net>
 
-	* All type definitions moved at the beginning of the file.
+	* [r575] 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 at keybit.net>
 
-	* Fixed bug in update_geometry_stats() choking on null attrelids.
+	* [r574] 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
@@ -42527,68 +43880,70 @@
 	  for PG > 71.
 	  Made update_geometry_stats(*) return meaningful result.
 
-2004-06-03 09:45  strk
+2004-06-03 09:45  Sandro Santilli <strk at keybit.net>
 
-	* infinite geoms handled in WKB parser
+	* [r573] infinite geoms handled in WKB parser
 
-2004-06-03 08:19  strk
+2004-06-03 08:19  Sandro Santilli <strk at keybit.net>
 
-	* yet another Infinite check used: finite() - which checks for
-	  NaN,-Inf,+Inf
+	* [r572] 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 at keybit.net>
 
-	* Simplified INFINITY checks by use of isinf()
+	* [r571] Simplified INFINITY checks by use of isinf()
 
-2004-06-03 07:58  strk
+2004-06-03 07:58  Sandro Santilli <strk at keybit.net>
 
-	* Infinite coordinate geoms omitted from index
+	* [r570] Infinite coordinate geoms omitted from index
 
-2004-06-03 07:57  strk
+2004-06-03 07:57  Sandro Santilli <strk at keybit.net>
 
-	* wkt parser throws an error on Infinite coordinates
+	* [r569] wkt parser throws an error on Infinite coordinates
 
-2004-06-03 04:51  pramsey
+2004-06-03 04:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Document the expand() function (finally!)
+	* [r568] Document the expand() function (finally!)
 
-2004-06-02 23:54  strk
+2004-06-02 23:54  Sandro Santilli <strk at keybit.net>
 
-	* Made equality checks the default in picksplit to catch also NaN
-	  results (INF geoms)
+	* [r567] 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 at keybit.net>
 
-	* reverted Inf handling modification (conceptually bogus)
+	* [r566] reverted Inf handling modification (conceptually bogus)
 
-2004-06-02 22:43  strk
+2004-06-02 22:43  Sandro Santilli <strk at keybit.net>
 
-	* handled special case of Inf boxes as GiST keys in picksplit
+	* [r565] 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 at keybit.net>
 
-	* stale locks removal in fix_geometry_columns() and
+	* [r564] 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 at keybit.net>
 
-	* build_histogram2d sets 'local' search_path.
+	* [r563] 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 at keybit.net>
 
-	* removed namespace check for PG<73 in update_geometry_stats()
+	* [r562] removed namespace check for PG<73 in
+	  update_geometry_stats()
 
-2004-06-01 16:30  strk
+2004-06-01 16:30  Sandro Santilli <strk at keybit.net>
 
-	* Made AddGeometryColumn delete from geometry_column records which
-	  would be incompatible with the one being added
+	* [r561] 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 at keybit.net>
 
-	* Placed histogram2d type definition in a common place;
+	* [r560] 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
@@ -42596,318 +43951,326 @@
 	  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 at cleverelephant.ca>
 
-	* Updates in anticipation of 0.8.2 release
+	* [r558] Updates in anticipation of 0.8.2 release
 
-2004-05-28 02:42  pramsey
+2004-05-28 02:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Document the multi() function.
+	* [r557] Document the multi() function.
 
-2004-05-24 13:02  strk
+2004-05-24 13:02  Sandro Santilli <strk at keybit.net>
 
-	* compat definition of fix_geometry_columns
+	* [r556] compat definition of fix_geometry_columns
 
-2004-05-20 19:21  pramsey
+2004-05-20 19:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix bug in append mode that filled values into nonexistant gid
-	  column.
+	* [r555] 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 at cleverelephant.ca>
 
-	* Fix typos and section misreferences in OGC function reference
-	  section
+	* [r554] Fix typos and section misreferences in OGC function
+	  reference section
 
-2004-05-18 16:52  pramsey
+2004-05-18 16:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add multi() to the new cpp based sql.in file.
+	* [r553] Add multi() to the new cpp based sql.in file.
 
-2004-05-13 12:24  strk
+2004-05-13 12:24  Sandro Santilli <strk at keybit.net>
 
-	* Transformed NULL numeric values to 0 as it was before the
+	* [r552] 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 at keybit.net>
 
-	* Used DBFWriteAttributeDirectly interface for writing attributes.
+	* [r551] 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 at keybit.net>
 
-	* Other fix in 3d handling - you should now be able to dump as 2d
-	  or 3d any 2d or 3d object
+	* [r550] 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 at keybit.net>
 
-	* Fixed bug in 3d features handling.
+	* [r549] Fixed bug in 3d features handling.
 
-2004-05-13 09:40  strk
+2004-05-13 09:40  Sandro Santilli <strk at keybit.net>
 
-	* Totally reworked code to have a main loop for shapefile objects.
+	* [r548] 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 at keybit.net>
 
-	* Put table creation code in its own function.
+	* [r547] 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 at keybit.net>
 
-	* DBFReadStringValue always used to workaround shapelib bug with
-	  int values.
+	* [r546] DBFReadStringValue always used to workaround shapelib bug
+	  with int values.
 
-2004-05-04 16:55  strk
+2004-05-04 16:55  Sandro Santilli <strk at keybit.net>
 
-	* Added -fPIC to CXXFLAGS. Reported to be needed on Solaris7 w/
-	  gcc-3.3.2
+	* [r545] Added -fPIC to CXXFLAGS. Reported to be needed on Solaris7
+	  w/ gcc-3.3.2
 	  by Havard Tveite <havard.tveite at nlh.no>.
 
-2004-04-29 21:07  rmason
+2004-04-29 21:07  Ralph Mason <ralph.mason at telogis.com>
 
-	* removed generated file
+	* [r544] removed generated file
 
-2004-04-29 21:07  rmason
+2004-04-29 21:07  Ralph Mason <ralph.mason at telogis.com>
 
-	* *** empty log message ***
+	* [r543] *** empty log message ***
 
-2004-04-29 18:44  dblasby
+2004-04-29 18:44  David Blasby <dblasby at gmail.com>
 
-	* Noted diff between inf and Infinity on Solaris/Intel machines
+	* [r542] Noted diff between inf and Infinity on Solaris/Intel
+	  machines
 
-2004-04-29 18:41  dblasby
+2004-04-29 18:41  David Blasby <dblasby at gmail.com>
 
-	* updated version
+	* [r541] updated version
 
-2004-04-29 18:36  dblasby
+2004-04-29 18:36  David Blasby <dblasby at gmail.com>
 
-	* added sleep so it wouldnt complain on solarias as much
+	* [r540] added sleep so it wouldnt complain on solarias as much
 
-2004-04-29 18:20  dblasby
+2004-04-29 18:20  David Blasby <dblasby at gmail.com>
 
-	* WKT parser changes required this change
+	* [r539] WKT parser changes required this change
 
-2004-04-29 18:16  dblasby
+2004-04-29 18:16  David Blasby <dblasby at gmail.com>
 
-	* minor changes
+	* [r538] minor changes
 
-2004-04-29 18:15  dblasby
+2004-04-29 18:15  David Blasby <dblasby at gmail.com>
 
-	* WKT parser changes to MULTIPOINT required this be updated
+	* [r537] WKT parser changes to MULTIPOINT required this be updated
 
-2004-04-29 04:35  rmason
+2004-04-29 04:35  Ralph Mason <ralph.mason at telogis.com>
 
-	* clean up of wbk int and double reading code
+	* [r536] clean up of wbk int and double reading code
 
-2004-04-29 03:57  rmason
+2004-04-29 03:57  Ralph Mason <ralph.mason at telogis.com>
 
-	* fix number parsing
+	* [r535] fix number parsing
 
-2004-04-29 03:13  rmason
+2004-04-29 03:13  Ralph Mason <ralph.mason at telogis.com>
 
-	* remove extra brackets from multipoints
+	* [r534] remove extra brackets from multipoints
 
-2004-04-28 23:07  pramsey
+2004-04-28 23:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change PGSQL_SRC behavior back to developer-friendly.
+	* [r533] Change PGSQL_SRC behavior back to developer-friendly.
 
-2004-04-28 22:59  dblasby
+2004-04-28 22:59  David Blasby <dblasby at gmail.com>
 
-	* minor changes
+	* [r532] minor changes
 
-2004-04-28 22:50  dblasby
+2004-04-28 22:50  David Blasby <dblasby at gmail.com>
 
-	* Inital Version. Hasnt been proofread.
+	* [r531] Inital Version. Hasnt been proofread.
 
-2004-04-28 22:40  pramsey
+2004-04-28 22:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added flex/bison lines for parser.
+	* [r530] Added flex/bison lines for parser.
 
-2004-04-28 22:26  pramsey
+2004-04-28 22:26  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixed spelling mistake in header text.
+	* [r529] Fixed spelling mistake in header text.
 
-2004-04-28 21:20  dblasby
+2004-04-28 21:20  David Blasby <dblasby at gmail.com>
 
-	* minor changes to ensure its using the index
+	* [r528] minor changes to ensure its using the index
 
-2004-04-28 21:08  dblasby
+2004-04-28 21:08  David Blasby <dblasby at gmail.com>
 
-	* updated results
+	* [r527] updated results
 
-2004-04-28 21:02  dblasby
+2004-04-28 21:02  David Blasby <dblasby at gmail.com>
 
-	* minor change for endianess
+	* [r526] minor change for endianess
 
-2004-04-28 21:00  dblasby
+2004-04-28 21:00  David Blasby <dblasby at gmail.com>
 
-	* removed an elog(NOTICE)
+	* [r525] removed an elog(NOTICE)
 
-2004-04-28 19:17  dblasby
+2004-04-28 19:17  David Blasby <dblasby at gmail.com>
 
-	* inital version of regression tests
+	* [r524] inital version of regression tests
 
-2004-04-28 18:27  dblasby
+2004-04-28 18:27  David Blasby <dblasby at gmail.com>
 
-	* moved to regress/ directory
+	* [r523] moved to regress/ directory
 
-2004-04-28 18:10  dblasby
+2004-04-28 18:10  David Blasby <dblasby at gmail.com>
 
-	* Added automatic endian detection for the WKB parser/unparser.
+	* [r522] Added automatic endian detection for the WKB
+	  parser/unparser.
 
-2004-04-28 04:55  pramsey
+2004-04-28 04:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Genericize the Makefile per Dave's request.
+	* [r521] Genericize the Makefile per Dave's request.
 
-2004-04-27 23:47  dblasby
+2004-04-27 23:47  David Blasby <dblasby at gmail.com>
 
-	* minor 3d geometrycollection bug fix
+	* [r520] minor 3d geometrycollection bug fix
 
-2004-04-27 23:33  dblasby
+2004-04-27 23:33  David Blasby <dblasby at gmail.com>
 
-	* initial version
+	* [r519] initial version
 
-2004-04-27 23:12  dblasby
+2004-04-27 23:12  David Blasby <dblasby at gmail.com>
 
-	* minor changes for solaris
+	* [r518] minor changes for solaris
 
-2004-04-27 22:13  dblasby
+2004-04-27 22:13  David Blasby <dblasby at gmail.com>
 
-	* fixed some typos for flip_bytes in read_int and read_double
+	* [r517] fixed some typos for flip_bytes in read_int and
+	  read_double
 
-2004-04-27 20:53  dblasby
+2004-04-27 20:53  David Blasby <dblasby at gmail.com>
 
-	* minor ordering change
+	* [r516] minor ordering change
 
-2004-04-27 20:49  dblasby
+2004-04-27 20:49  David Blasby <dblasby at gmail.com>
 
-	* added float nextafterf_custom(float x, float y) for OSs that do
-	  not have
+	* [r515] added float nextafterf_custom(float x, float y) for OSs
+	  that do not have
 	  a nextafterf implementation.
 
-2004-04-27 17:46  dblasby
+2004-04-27 17:46  David Blasby <dblasby at gmail.com>
 
-	* bison -vd -p lwg_parse_yy wktparse.y
+	* [r514] 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 at keybit.net>
 
-	* Fixed bug in simplify() that was using the square of the given
-	  tolerance.
+	* [r513] 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 at keybit.net>
 
-	* Removed use of geometryFactory->toGeometry(), indicated by Martin
-	  Davis
+	* [r512] Removed use of geometryFactory->toGeometry(), indicated by
+	  Martin Davis
 	  as being intended for internal use only. Created a linear ring
 	  instead
 	  (the function converts a box3d to a geos geometry).
 
-2004-04-26 23:16  dblasby
+2004-04-26 23:16  David Blasby <dblasby at gmail.com>
 
-	* made slightly more generic
+	* [r511] made slightly more generic
 
-2004-04-26 23:15  dblasby
+2004-04-26 23:15  David Blasby <dblasby at gmail.com>
 
-	* Minor cleanup
+	* [r510] Minor cleanup
 
-2004-04-26 23:12  dblasby
+2004-04-26 23:12  David Blasby <dblasby at gmail.com>
 
-	* inital version
+	* [r509] inital version
 
-2004-04-26 23:05  dblasby
+2004-04-26 23:05  David Blasby <dblasby at gmail.com>
 
-	* Initial working version - based on Ralph Masons WKT and WKB
-	  parser/writer.
+	* [r508] Initial working version - based on Ralph Masons WKT and
+	  WKB parser/writer.
 
-2004-04-22 16:05  dblasby
+2004-04-22 16:05  David Blasby <dblasby at gmail.com>
 
-	* fixed minor typos GeomFromWKB not GeometryFromWKB
+	* [r507] fixed minor typos GeomFromWKB not GeometryFromWKB
 
-2004-04-21 09:13  strk
+2004-04-21 09:13  Sandro Santilli <strk at keybit.net>
 
-	* Attribute names escaping mechanism added. You should now
+	* [r506] 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 at keybit.net>
 
-	* Memory allocated for main_scan_query was not enough when using
-	  binary cursor. Fixed
+	* [r505] Memory allocated for main_scan_query was not enough when
+	  using binary cursor. Fixed
 
-2004-04-13 16:49  dblasby
+2004-04-13 16:49  David Blasby <dblasby at gmail.com>
 
-	* GeometryN(...) now correctly says "1" is the 1st geometry (used
-	  to be 0).
+	* [r504] GeometryN(...) now correctly says "1" is the 1st geometry
+	  (used to be 0).
 
-2004-04-08 17:05  dblasby
+2004-04-08 17:05  David Blasby <dblasby at gmail.com>
 
-	* Somehow the memory leak changes I made got removed - I've
+	* [r503] Somehow the memory leak changes I made got removed - I've
 	  re-added them.
 
-2004-04-08 17:00  dblasby
+2004-04-08 17:00  David Blasby <dblasby at gmail.com>
 
-	* Changed ggeometry_consistent to be aware of NULL queries. Ie.
+	* [r502] 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
 	  the table
 	  has NULLs in it.
 
-2004-04-07 23:12  dblasby
+2004-04-07 23:12  David Blasby <dblasby at gmail.com>
 
-	* Added a cstring(lwgeom) function that returns WKT!
+	* [r501] Added a cstring(lwgeom) function that returns WKT!
 
-2004-04-07 16:23  strk
+2004-04-07 16:23  Sandro Santilli <strk at keybit.net>
 
-	* Made new postgis.sql generation procedure the default
+	* [r500] Made new postgis.sql generation procedure the default
 
-2004-04-06 22:58  dblasby
+2004-04-06 22:58  David Blasby <dblasby at gmail.com>
 
-	* Changes to make it work with all the PostGIS type.
+	* [r499] Changes to make it work with all the PostGIS type.
 
-2004-04-02 19:03  dblasby
+2004-04-02 19:03  David Blasby <dblasby at gmail.com>
 
-	* Added support for 4d coordinates
+	* [r498] Added support for 4d coordinates
 
-2004-03-29 10:46  strk
+2004-03-29 10:46  Sandro Santilli <strk at keybit.net>
 
-	* postgis.sql.in is now parsed by both sed and cpp
+	* [r497] 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 at keybit.net>
 
-	* Fixed a bug in WKB parsing for Multipoints.
+	* [r496] 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 at cleverelephant.ca>
 
-	* Removed rogue docbook tags
+	* [r495] Removed rogue docbook tags
 
-2004-03-26 01:07  dblasby
+2004-03-26 01:07  David Blasby <dblasby at gmail.com>
 
-	* changed name of fluffType() to multi().
+	* [r494] changed name of fluffType() to multi().
 
-2004-03-26 00:54  dblasby
+2004-03-26 00:54  David Blasby <dblasby at gmail.com>
 
-	* added full support for fluffType(<geom>)
+	* [r493] added full support for fluffType(<geom>)
 	  postgis09=# select fluffType('POINT(0 0)');
 	  flufftype
 	  -------------------------
 	  SRID=-1;MULTIPOINT(0 0)
 
-2004-03-25 00:43  dblasby
+2004-03-25 00:43  David Blasby <dblasby at gmail.com>
 
-	* added function fluffType() that takes POINT LINESTRING or POLYGON
+	* [r492] 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 at keybit.net>
 
-	* Moved AddGeometryColumn and DropGeometryColumn from USE_VERSION
+	* [r491] 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
@@ -42915,347 +44278,356 @@
 	  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 at keybit.net>
 
-	* postgis_new.sql build by default
+	* [r490] postgis_new.sql build by default
 
-2004-03-19 16:35  strk
+2004-03-19 16:35  Sandro Santilli <strk at keybit.net>
 
-	* Updated AddGeometryColumn() and DropGeometryColumn() descriptions
-	  to the schema-aware versions
+	* [r489] Updated AddGeometryColumn() and DropGeometryColumn()
+	  descriptions to the schema-aware versions
 
-2004-03-15 17:07  strk
+2004-03-15 17:07  Sandro Santilli <strk at keybit.net>
 
-	* Added calls to vacuum_delay_point() to give backend a chance of
+	* [r488] 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
+2004-03-11 01:27  David Blasby <dblasby at gmail.com>
 
-	* minor clean and trying to figure out a memory bug. valgrind wasnt
-	  helping, but
+	* [r487] minor clean and trying to figure out a memory bug.
+	  valgrind wasnt helping, but
 	  it went away.
 
-2004-03-11 00:54  dblasby
+2004-03-11 00:54  David Blasby <dblasby at gmail.com>
 
-	* Should be working (with a tonne of notices) for points lines and
-	  polygons (2d
+	* [r486] 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 at keybit.net>
 
-	* Fixed a bug reducing the output shapes from Multipolygon tables.
+	* [r485] Fixed a bug reducing the output shapes from Multipolygon
+	  tables.
 
-2004-03-10 17:35  strk
+2004-03-10 17:35  Sandro Santilli <strk at keybit.net>
 
-	* removed just-introduced bug
+	* [r484] removed just-introduced bug
 
-2004-03-10 17:23  strk
+2004-03-10 17:23  Sandro Santilli <strk at keybit.net>
 
-	* code cleanup, fixed a bug missing to transform 'gid' to 'gid__2'
-	  in shapefile attribute name
+	* [r483] code cleanup, fixed a bug missing to transform 'gid' to
+	  'gid__2' in shapefile attribute name
 
-2004-03-10 01:15  dblasby
+2004-03-10 01:15  David Blasby <dblasby at gmail.com>
 
-	* WKB reader and WKB writer (totally untested)
+	* [r482] WKB reader and WKB writer (totally untested)
 
-2004-03-09 17:29  dblasby
+2004-03-09 17:29  David Blasby <dblasby at gmail.com>
 
-	* Initial implementation - should compile; not at all tested.
+	* [r481] Initial implementation - should compile; not at all
+	  tested.
 
-2004-03-09 00:21  strk
+2004-03-09 00:21  Sandro Santilli <strk at keybit.net>
 
-	* Removed useless code blocks in histogram builder
+	* [r480] Removed useless code blocks in histogram builder
 
-2004-03-09 00:09  strk
+2004-03-09 00:09  Sandro Santilli <strk at keybit.net>
 
-	* estimator applies a gain of AOI/cell_area on each cell it
+	* [r479] 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 at keybit.net>
 
-	* changed error computation code to delta/totrows
+	* [r478] changed error computation code to delta/totrows
 
-2004-03-08 12:16  strk
+2004-03-08 12:16  Sandro Santilli <strk at keybit.net>
 
-	* Added the RECHECK clause for gist_geometry_ops operator class
-	  operators
+	* [r477] 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 at keybit.net>
 
-	* Comma-separated bps values accepted
+	* [r476] Comma-separated bps values accepted
 
-2004-03-06 17:43  strk
+2004-03-06 17:43  Sandro Santilli <strk at keybit.net>
 
-	* Added RCSID string in usage output
+	* [r475] Added RCSID string in usage output
 
-2004-03-06 17:35  strk
+2004-03-06 17:35  Sandro Santilli <strk at keybit.net>
 
-	* Added rcsid string to usage output
+	* [r474] Added rcsid string to usage output
 
-2004-03-05 21:06  strk
+2004-03-05 21:06  Sandro Santilli <strk at keybit.net>
 
-	* Added -vacuum switch
+	* [r473] Added -vacuum switch
 
-2004-03-05 21:03  strk
+2004-03-05 21:03  Sandro Santilli <strk at keybit.net>
 
-	* Made the -bps switch specify the exact level(s) at which to run
-	  the test
+	* [r472] Made the -bps switch specify the exact level(s) at which
+	  to run the test
 
-2004-03-05 18:25  dblasby
+2004-03-05 18:25  David Blasby <dblasby at gmail.com>
 
-	* Empty files - preparing for writting actual code.
+	* [r471] Empty files - preparing for writting actual code.
 
-2004-03-05 18:23  dblasby
+2004-03-05 18:23  David Blasby <dblasby at gmail.com>
 
-	* Same as the one in the above directory
+	* [r470] Same as the one in the above directory
 
-2004-03-05 18:23  dblasby
+2004-03-05 18:23  David Blasby <dblasby at gmail.com>
 
-	* moved to lwgeom/ directory
+	* [r469] moved to lwgeom/ directory
 
-2004-03-05 18:16  strk
+2004-03-05 18:16  Sandro Santilli <strk at keybit.net>
 
-	* Applied Mark Cave-Ayland patch
+	* [r468] Applied Mark Cave-Ayland patch
 
-2004-03-05 16:40  strk
+2004-03-05 16:40  Sandro Santilli <strk at keybit.net>
 
-	* rewritten split_extent to be more datatype-conservative
+	* [r467] rewritten split_extent to be more datatype-conservative
 
-2004-03-05 16:01  strk
+2004-03-05 16:01  Sandro Santilli <strk at keybit.net>
 
-	* added -bps switch to set maximun query level. reworked command
-	  line parsing
+	* [r466] 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 at keybit.net>
 
-	* more verbose output
+	* [r465] more verbose output
 
-2004-03-05 11:52  strk
+2004-03-05 11:52  Sandro Santilli <strk at keybit.net>
 
-	* initial import
+	* [r464] initial import
 
-2004-03-05 00:38  dblasby
+2004-03-05 00:38  David Blasby <dblasby at gmail.com>
 
-	* Initial version - still under discussion.
+	* [r463] Initial version - still under discussion.
 
-2004-03-04 13:50  strk
+2004-03-04 13:50  Sandro Santilli <strk at keybit.net>
 
-	* postgis_gist_sel(): added warnings if search_box goes outside of
-	  histogram grid
+	* [r462] 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 at keybit.net>
 
-	* The selectivity estimator does add the full value of each cell it
-	  overlaps,
+	* [r461] 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 at keybit.net>
 
-	* added check to keep selectivity value in the range of validity
-	  (suggested by m.cave)
+	* [r460] 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 at keybit.net>
 
-	* cpp call for postgis_new.sql creation uses shell redirection for
-	  the output file
+	* [r459] 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 at keybit.net>
 
-	* modified to reflect new statistics building process for PG75
+	* [r458] modified to reflect new statistics building process for
+	  PG75
 
-2004-03-01 16:02  strk
+2004-03-01 16:02  Sandro Santilli <strk at keybit.net>
 
-	* histogram's boxesPerSide computed as a function of the column's
-	  statistic target
+	* [r457] 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 at keybit.net>
 
-	* bug fix in postgis_gist_sel (for PG75): SysCache is not released
-	  if not acquired
+	* [r456] 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 at keybit.net>
 
-	* Added rule to generate postgis_new.sql from postgis.sql.in using
-	  cpp
+	* [r455] 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 at keybit.net>
 
-	* initial import
+	* [r454] initial import
 
-2004-02-26 16:42  strk
+2004-02-26 16:42  Sandro Santilli <strk at keybit.net>
 
-	* Fixed bugs reported by Mark Cave-Ayland
+	* [r453] Fixed bugs reported by Mark Cave-Ayland
 	  <m.cave-ayland at 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 at keybit.net>
 
-	* RTContainedBy and RTOverlap strategries implemented locally with
-	  a pgbox_overlap function
+	* [r452] 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 at keybit.net>
 
-	* Added handling for point features in histogram creation (add 1
-	  instead of AOI/cell_area when AOI is 0).
+	* [r451] 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).
 	  Added some comments and an implementation on how to change
 	  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 at keybit.net>
 
-	* initial version of && selectivity estimation for PG75
+	* [r450] initial version of && selectivity estimation for PG75
 
-2004-02-23 21:59  strk
+2004-02-23 21:59  Sandro Santilli <strk at keybit.net>
 
-	* geometry analyzer builds the histogram
+	* [r449] geometry analyzer builds the histogram
 
-2004-02-23 12:18  strk
+2004-02-23 12:18  Sandro Santilli <strk at keybit.net>
 
-	* added skeleton functions for pg75 stats integration
+	* [r448] added skeleton functions for pg75 stats integration
 
-2004-02-12 10:34  strk
+2004-02-12 10:34  Sandro Santilli <strk at keybit.net>
 
-	* changed USE_GEOS check from ifdef / ifndef to if / if !
+	* [r447] changed USE_GEOS check from ifdef / ifndef to if / if !
 
-2004-02-09 18:49  strk
+2004-02-09 18:49  Sandro Santilli <strk at keybit.net>
 
-	* byte endiannes detected empirically
+	* [r446] byte endiannes detected empirically
 
-2004-02-06 08:26  strk
+2004-02-06 08:26  Sandro Santilli <strk at keybit.net>
 
-	* updated wkb reading funx to reflect changes made by pramsey in
-	  postgis_inout.c to be nicer with solaris
+	* [r445] 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
+2004-02-06 00:42  David Blasby <dblasby at gmail.com>
 
-	* moved forward declarations from postgis.h to postgis_proj.c
+	* [r444] moved forward declarations from postgis.h to
+	  postgis_proj.c
 
-2004-02-05 20:31  dblasby
+2004-02-05 20:31  David Blasby <dblasby at gmail.com>
 
-	* Optimized the curvature method (doesnt have to calculate e2)
+	* [r443] Optimized the curvature method (doesnt have to calculate
+	  e2)
 
-2004-02-05 20:21  dblasby
+2004-02-05 20:21  David Blasby <dblasby at gmail.com>
 
-	* Added 'curvature method' for cases where the original algorithm
-	  breaks down.
+	* [r442] 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 at keybit.net>
 
-	* Added pg75 support scripts
+	* [r441] Added pg75 support scripts
 
-2004-02-04 22:21  strk
+2004-02-04 22:21  Sandro Santilli <strk at keybit.net>
 
-	* Added detection code for PG75
+	* [r440] Added detection code for PG75
 
-2004-02-04 02:53  dblasby
+2004-02-04 02:53  David Blasby <dblasby at gmail.com>
 
-	* applied patricia tozer's patch (distance function was taking acos
-	  of something
+	* [r439] 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 at cleverelephant.ca>
 
-	* Backed default sql file location out of contrib insto share
+	* [r438] Backed default sql file location out of contrib insto
+	  share
 
-2004-02-03 22:04  pramsey
+2004-02-03 22:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Real DESTDIR changes this time.
+	* [r437] Real DESTDIR changes this time.
 
-2004-02-03 21:51  pramsey
+2004-02-03 21:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Ooops, let local configuration slip into cvs version
+	* [r436] Ooops, let local configuration slip into cvs version
 
-2004-02-03 21:42  pramsey
+2004-02-03 21:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixed error in -C loader directive
+	* [r435] Fixed error in -C loader directive
 
-2004-02-03 21:38  pramsey
+2004-02-03 21:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added DESTDIR to Makefiles to assist in RPM building.
+	* [r434] Added DESTDIR to Makefiles to assist in RPM building.
 
-2004-02-03 08:37  strk
+2004-02-03 08:37  Sandro Santilli <strk at keybit.net>
 
-	* 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] 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 at cleverelephant.ca>
 
-	* Test commit on new CVS archive.
+	* [r432] Test commit on new CVS archive.
 
-2004-01-21 19:11  strk
+2004-01-21 19:11  Sandro Santilli <strk at keybit.net>
 
-	* Added line_interpolate_point entry
+	* [r431] Added line_interpolate_point entry
 
-2004-01-21 19:04  strk
+2004-01-21 19:04  Sandro Santilli <strk at keybit.net>
 
-	* Added line_interpolate_point function by jsunday at rochgrp.com
+	* [r430] Added line_interpolate_point function by
+	  jsunday at rochgrp.com
 
-2004-01-20 20:14  strk
+2004-01-20 20:14  Sandro Santilli <strk at keybit.net>
 
-	* cleaner comments for DropGeometryColumn
+	* [r429] cleaner comments for DropGeometryColumn
 
-2004-01-20 20:10  strk
+2004-01-20 20:10  Sandro Santilli <strk at keybit.net>
 
-	* removed bogus comment about missed alter table drop column
+	* [r428] removed bogus comment about missed alter table drop column
 
-2004-01-16 20:06  strk
+2004-01-16 20:06  Sandro Santilli <strk at keybit.net>
 
-	* Added FTLogical<->boolean mapping
+	* [r427] Added FTLogical<->boolean mapping
 
-2004-01-15 09:57  strk
+2004-01-15 09:57  Sandro Santilli <strk at keybit.net>
 
-	* field type array allocates num_fields * sizeof(int) instead of
-	  sizeof(char*)
+	* [r426] 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 at cleverelephant.ca>
 
-	* Change absolute classpath reference to relative.
+	* [r425] Change absolute classpath reference to relative.
 
-2004-01-14 01:52  pramsey
+2004-01-14 01:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix solaris alignment problem in transformations.
+	* [r424] Fix solaris alignment problem in transformations.
 
-2004-01-13 22:14  pramsey
+2004-01-13 22:14  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Changed getint and getdouble used by WKB so that it plays nice
-	  with
+	* [r423] 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 at keybit.net>
 
-	* Added useless PG_RETURN_NULL() call to make compiler happy
+	* [r422] Added useless PG_RETURN_NULL() call to make compiler happy
 
-2004-01-12 19:12  pramsey
+2004-01-12 19:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updates for 0.8.1 release.
+	* [r420] Updates for 0.8.1 release.
 
-2004-01-02 20:11  strk
+2004-01-02 20:11  Sandro Santilli <strk at keybit.net>
 
-	* always call setval with no schema specification. drop 'database'
-	  argument using the empty string to the AddGeometryColumn call
+	* [r419] 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 at keybit.net>
 
-	* made shp2pgsql looser about numeric precisions
+	* [r418] made shp2pgsql looser about numeric precisions
 
-2003-12-30 12:37  strk
+2003-12-30 12:37  Sandro Santilli <strk at keybit.net>
 
-	* Fixed segfault bug reported by Randy George, removed explicit
-	  sequence drop
+	* [r417] 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 at keybit.net>
 
-	* For all versions:
+	* [r416] For all versions:
 	  Updated fix_geometry_columns to use a more readable format in
 	  queries.
 	  
@@ -43268,407 +44640,415 @@
 	  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 at keybit.net>
 
-	* Added schema specification support
+	* [r415] Added schema specification support
 
-2003-12-23 09:00  strk
+2003-12-23 09:00  Sandro Santilli <strk at keybit.net>
 
-	* AddGeometryColumn, DropGeometryColum moved to version-specific
-	  scripts.
+	* [r414] 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 at keybit.net>
 
-	* substituted setenv() calls with putenv() for Solaris support
+	* [r413] substituted setenv() calls with putenv() for Solaris
+	  support
 
-2003-12-18 18:07  strk
+2003-12-18 18:07  Sandro Santilli <strk at keybit.net>
 
-	* Changed fix_geometry_columns() for PG >= 73 so to set
+	* [r412] 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 at keybit.net>
 
-	* added simplify() documentation
+	* [r411] added simplify() documentation
 
-2003-12-12 18:00  strk
+2003-12-12 18:00  Sandro Santilli <strk at keybit.net>
 
-	* reverted make_line patch, patched size_subobject instead - the
-	  reported bug was caused to their inconsistency
+	* [r410] 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 at keybit.net>
 
-	* Fixed a bug in make_line allocating less memory then required
+	* [r409] 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 at keybit.net>
 
-	* added missing 'const' in prototypes
+	* [r408] added missing 'const' in prototypes
 
-2003-12-12 12:03  strk
+2003-12-12 12:03  Sandro Santilli <strk at keybit.net>
 
-	* More debugging output, some code cleanup.
+	* [r407] More debugging output, some code cleanup.
 
-2003-12-12 10:28  strk
+2003-12-12 10:28  Sandro Santilli <strk at keybit.net>
 
-	* added GEOSnoop OUTPUT debugging info
+	* [r406] added GEOSnoop OUTPUT debugging info
 
-2003-12-12 10:08  strk
+2003-12-12 10:08  Sandro Santilli <strk at keybit.net>
 
-	* Added GEOSnoop function and some optional debugging output for
+	* [r405] 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 at keybit.net>
 
-	* Final touch to wkb binary input function
+	* [r404] Final touch to wkb binary input function
 
-2003-12-09 11:13  strk
+2003-12-09 11:13  Sandro Santilli <strk at keybit.net>
 
-	* WKB_recv: set StringInfo cursor to the end of StringInfo buf as
-	  required by postgres backend
+	* [r403] 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 at keybit.net>
 
-	* Binary WKB input function built only when USE_VERSION > 73.
-	  Making some modifications based on reported failures
+	* [r402] 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 at keybit.net>
 
-	* Removed useless linkages from dumper and loader
+	* [r401] Removed useless linkages from dumper and loader
 
-2003-12-04 19:11  strk
+2003-12-04 19:11  Sandro Santilli <strk at keybit.net>
 
-	* code cleanup (removed useless and leaking malloc calls)
+	* [r400] code cleanup (removed useless and leaking malloc calls)
 
-2003-12-04 18:58  dblasby
+2003-12-04 18:58  David Blasby <dblasby at gmail.com>
 
-	* changed david skae to skea
+	* [r399] changed david skae to skea
 
-2003-12-01 20:52  strk
+2003-12-01 20:52  Sandro Santilli <strk at keybit.net>
 
-	* shapelib put in sync with gdal cvs
+	* [r398] shapelib put in sync with gdal cvs
 
-2003-12-01 14:27  strk
+2003-12-01 14:27  Sandro Santilli <strk at keybit.net>
 
-	* added simple malloc wrapper
+	* [r397] added simple malloc wrapper
 
-2003-11-28 11:28  strk
+2003-11-28 11:28  Sandro Santilli <strk at keybit.net>
 
-	* Some more changes, now useless since wkb.h is no more used (just
-	  to get in sync)
+	* [r396] 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 at keybit.net>
 
-	* Added explicit geometry as text cast
+	* [r395] Added explicit geometry as text cast
 
-2003-11-28 11:06  strk
+2003-11-28 11:06  Sandro Santilli <strk at keybit.net>
 
-	* Added WKB_recv function for binary WKB input
+	* [r394] Added WKB_recv function for binary WKB input
 
-2003-11-26 18:54  strk
+2003-11-26 18:54  Sandro Santilli <strk at keybit.net>
 
-	* fixed bug in HexDecoder, made WKB parsing the default
+	* [r393] fixed bug in HexDecoder, made WKB parsing the default
 
-2003-11-26 18:14  strk
+2003-11-26 18:14  Sandro Santilli <strk at keybit.net>
 
-	* binary cursor implemented
+	* [r392] binary cursor implemented
 
-2003-11-26 17:21  strk
+2003-11-26 17:21  Sandro Santilli <strk at keybit.net>
 
-	* Made HEXWKB parsing settable at compile time
+	* [r391] Made HEXWKB parsing settable at compile time
 
-2003-11-26 16:40  strk
+2003-11-26 16:40  Sandro Santilli <strk at keybit.net>
 
-	* Handled NULLS in wkb parsing, reduced functions args
+	* [r390] Handled NULLS in wkb parsing, reduced functions args
 
-2003-11-26 15:45  strk
+2003-11-26 15:45  Sandro Santilli <strk at keybit.net>
 
-	* wkb support for all geom types
+	* [r389] wkb support for all geom types
 
-2003-11-26 14:31  strk
+2003-11-26 14:31  Sandro Santilli <strk at keybit.net>
 
-	* WKB start to work
+	* [r388] WKB start to work
 
-2003-11-25 17:32  strk
+2003-11-25 17:32  Sandro Santilli <strk at keybit.net>
 
-	* first attempt at wkb definitions
+	* [r387] first attempt at wkb definitions
 
-2003-11-25 17:28  strk
+2003-11-25 17:28  Sandro Santilli <strk at keybit.net>
 
-	* hardly trying to get WKB parsing work
+	* [r386] hardly trying to get WKB parsing work
 
-2003-11-25 03:03  pramsey
+2003-11-25 03:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updates for 0.8.0 release.
+	* [r385] Updates for 0.8.0 release.
 
-2003-11-25 02:38  pramsey
+2003-11-25 02:38  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixed syntax error in execution example.
+	* [r384] Fixed syntax error in execution example.
 
-2003-11-24 17:36  strk
+2003-11-24 17:36  Sandro Santilli <strk at keybit.net>
 
-	* Removed useless BYTE_ORDER checks
+	* [r383] Removed useless BYTE_ORDER checks
 
-2003-11-21 23:51  pramsey
+2003-11-21 23:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added Cygwin endian definition include to fix windows compile.
+	* [r381] Added Cygwin endian definition include to fix windows
+	  compile.
 
-2003-11-20 18:01  strk
+2003-11-20 18:01  Sandro Santilli <strk at keybit.net>
 
-	* patch from m.spring at gmx.de
+	* [r380] patch from m.spring at gmx.de
 
-2003-11-20 17:51  strk
+2003-11-20 17:51  Sandro Santilli <strk at keybit.net>
 
-	* Installs for PG>7.1 goes to pkglibdir
+	* [r379] Installs for PG>7.1 goes to pkglibdir
 
-2003-11-20 16:46  strk
+2003-11-20 16:46  Sandro Santilli <strk at keybit.net>
 
-	* postgresql linking against libstdc++ reported as possibly needed
-	  for geos support
+	* [r378] 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 at keybit.net>
 
-	* Updated postgis library path to be referenced with /..
+	* [r377] Updated postgis library path to be referenced with /..
 
-2003-11-20 15:34  strk
+2003-11-20 15:34  Sandro Santilli <strk at keybit.net>
 
-	* expected in-transaction memory release for btree operators
+	* [r376] expected in-transaction memory release for btree operators
 
-2003-11-20 15:29  strk
+2003-11-20 15:29  Sandro Santilli <strk at keybit.net>
 
-	* Moved MODULE_FILENAME definition where it will be easly
+	* [r375] Moved MODULE_FILENAME definition where it will be easly
 	  modifiable
 
-2003-11-20 15:27  strk
+2003-11-20 15:27  Sandro Santilli <strk at keybit.net>
 
-	* Removed some useless strdups.
+	* [r374] 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 at keybit.net>
 
-	* Set CFLAGS where useless CPPFLAGS were used before
+	* [r373] Set CFLAGS where useless CPPFLAGS were used before
 
-2003-11-19 18:01  strk
+2003-11-19 18:01  Sandro Santilli <strk at keybit.net>
 
-	* CR removed
+	* [r372] CR removed
 
-2003-11-19 17:50  strk
+2003-11-19 17:50  Sandro Santilli <strk at keybit.net>
 
-	* missing function definition added (I forgot - sorry)
+	* [r371] missing function definition added (I forgot - sorry)
 
-2003-11-19 15:44  strk
+2003-11-19 15:44  Sandro Santilli <strk at keybit.net>
 
-	* added prototypes for geometry_{le,ge,cmp}
+	* [r370] added prototypes for geometry_{le,ge,cmp}
 
-2003-11-19 15:29  strk
+2003-11-19 15:29  Sandro Santilli <strk at keybit.net>
 
-	* Added default btree operator class for PG7.4
+	* [r369] Added default btree operator class for PG7.4
 
-2003-11-19 15:26  strk
+2003-11-19 15:26  Sandro Santilli <strk at keybit.net>
 
-	* Added geometry_le, geometry_ge, geometry_cmp functions,
+	* [r368] 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 at keybit.net>
 
-	* Fixed wrong COMMUTATOR specifications in '<','>','~=','@'
+	* [r367] Fixed wrong COMMUTATOR specifications in '<','>','~=','@'
 	  operators,
 	  added new '<=', '>=' operators
 
-2003-11-19 10:27  strk
+2003-11-19 10:27  Sandro Santilli <strk at keybit.net>
 
-	* typo fixed (ENABLE_SEQSCAN missing) - PG7.4 support listed in 2.2
+	* [r366] 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 at keybit.net>
 
-	* default row buffer lenght set to 100
+	* [r365] default row buffer lenght set to 100
 
-2003-11-18 14:39  strk
+2003-11-18 14:39  Sandro Santilli <strk at keybit.net>
 
-	* Some more structuring. Initialization routine moved out of main
-	  loop.
+	* [r364] 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 at keybit.net>
 
-	* Huge code re-organization. More structured code, more errors
-	  handled,
+	* [r363] 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 at keybit.net>
 
-	* Used environment vars to pass libpq connection options (less
-	  error prone,
+	* [r362] 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 at keybit.net>
 
-	* used quote_ident() calls in AddGeometryColumns as suggested by
-	  Bernhard Herzog
+	* [r361] 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 at keybit.net>
 
-	* more cvsignore
+	* [r360] more cvsignore
 
-2003-11-12 20:57  strk
+2003-11-12 20:57  Sandro Santilli <strk at keybit.net>
 
-	* first import
+	* [r359] first import
 
-2003-11-12 20:55  strk
+2003-11-12 20:55  Sandro Santilli <strk at keybit.net>
 
-	* AddGeometryColumn column identifier case respect fix as suggested
-	  by Bernhard Herzog
+	* [r358] 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 at keybit.net>
 
-	* delete all caught exceptions after use
+	* [r357] delete all caught exceptions after use
 
-2003-11-11 11:28  strk
+2003-11-11 11:28  Sandro Santilli <strk at keybit.net>
 
-	* Added (mem)GeomUnion and (mem_)collect aggregates documentation,
-	  updated Centroid paragraph
+	* [r356] 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 at keybit.net>
 
-	* Fixed a typo in envelope()
+	* [r355] Fixed a typo in envelope()
 
-2003-11-11 10:38  strk
+2003-11-11 10:38  Sandro Santilli <strk at keybit.net>
 
-	* Postgresql 7.4 enabler scripts.
+	* [r354] Postgresql 7.4 enabler scripts.
 
-2003-11-11 10:14  strk
+2003-11-11 10:14  Sandro Santilli <strk at keybit.net>
 
-	* Added support for PG74
+	* [r353] Added support for PG74
 
-2003-11-05 18:26  strk
+2003-11-05 18:26  Sandro Santilli <strk at keybit.net>
 
-	* Added fast collect() and geomunion() aggregates implementations
+	* [r352] Added fast collect() and geomunion() aggregates
+	  implementations
 
-2003-11-05 18:25  strk
+2003-11-05 18:25  Sandro Santilli <strk at keybit.net>
 
-	* moved #ifdef USE_GEOS below prototypes, added NULL implementation
-	  of unite_garray
+	* [r351] 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 at keybit.net>
 
-	* renamed unite_finalfunc to unite_garray
+	* [r350] renamed unite_finalfunc to unite_garray
 
-2003-11-05 17:48  strk
+2003-11-05 17:48  Sandro Santilli <strk at keybit.net>
 
-	* Added GEOS support tips to installation instructions
+	* [r349] Added GEOS support tips to installation instructions
 
-2003-11-05 11:00  strk
+2003-11-05 11:00  Sandro Santilli <strk at keybit.net>
 
-	* postgis.xml put back in place. Makefile modified to generate a
+	* [r348] 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 at keybit.net>
 
-	* made last release version a parameter
+	* [r347] made last release version a parameter
 
-2003-11-04 21:52  strk
+2003-11-04 21:52  Sandro Santilli <strk at keybit.net>
 
-	* added 'global' specification to sed command
+	* [r346] added 'global' specification to sed command
 
-2003-11-04 19:23  strk
+2003-11-04 19:23  Sandro Santilli <strk at keybit.net>
 
-	* renamed postgis.xml to postgis.xml.in
+	* [r345] renamed postgis.xml to postgis.xml.in
 
-2003-11-04 19:20  strk
+2003-11-04 19:20  Sandro Santilli <strk at keybit.net>
 
-	* dropped 'clean' rule (not really a good idea right now)
+	* [r344] dropped 'clean' rule (not really a good idea right now)
 
-2003-11-04 19:07  strk
+2003-11-04 19:07  Sandro Santilli <strk at keybit.net>
 
-	* added doc clean in clean rule
+	* [r343] added doc clean in clean rule
 
-2003-11-04 19:06  strk
+2003-11-04 19:06  Sandro Santilli <strk at keybit.net>
 
-	* added missing first geom pfree in unite_finalfunc
+	* [r342] added missing first geom pfree in unite_finalfunc
 
-2003-11-04 18:56  strk
+2003-11-04 18:56  Sandro Santilli <strk at keybit.net>
 
-	* initial import
+	* [r341] initial import
 
-2003-10-29 15:53  strk
+2003-10-29 15:53  Sandro Santilli <strk at keybit.net>
 
-	* geoscentroid() removed. both geos and pgis versions are called
-	  'centroid'.
+	* [r340] 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 at keybit.net>
 
-	* Added geoscentroid function.
+	* [r339] Added geoscentroid function.
 
-2003-10-29 13:58  strk
+2003-10-29 13:58  Sandro Santilli <strk at keybit.net>
 
-	* Added GEOSGetCentroid() function
+	* [r338] Added GEOSGetCentroid() function
 
-2003-10-28 16:57  strk
+2003-10-28 16:57  Sandro Santilli <strk at keybit.net>
 
-	* Added collect_garray() function.
+	* [r337] Added collect_garray() function.
 
-2003-10-28 15:16  strk
+2003-10-28 15:16  Sandro Santilli <strk at keybit.net>
 
-	* unite_sfunc() from postgis_geos.c renamed to geom_accum() and
-	  moved in postgis_fn.c
+	* [r336] 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 at keybit.net>
 
-	* Added Algorithms section and simplify() enabler code
+	* [r335] Added Algorithms section and simplify() enabler code
 
-2003-10-28 11:16  strk
+2003-10-28 11:16  Sandro Santilli <strk at keybit.net>
 
-	* Added postgis_algo.c prototypes
+	* [r334] Added postgis_algo.c prototypes
 
-2003-10-28 11:16  strk
+2003-10-28 11:16  Sandro Santilli <strk at keybit.net>
 
-	* Added postgis_algo.c build support
+	* [r333] Added postgis_algo.c build support
 
-2003-10-28 10:59  strk
+2003-10-28 10:59  Sandro Santilli <strk at keybit.net>
 
-	* handled NULL state array in unite_finalfunc, cleaned up some
-	  spurios code
+	* [r332] 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 at keybit.net>
 
-	* unite_sfunc made always copy input array in long lived memory
-	  context.
+	* [r331] 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 at keybit.net>
 
-	* Made GeomUnion release memory soon, Added fastunion support
-	  functions
+	* [r330] Made GeomUnion release memory soon, Added fastunion
+	  support functions
 
-2003-10-27 10:21  strk
+2003-10-27 10:21  Sandro Santilli <strk at keybit.net>
 
-	* Initial import.
+	* [r329] Initial import.
 
-2003-10-24 21:52  strk
+2003-10-24 21:52  Sandro Santilli <strk at keybit.net>
 
-	* Modified strcmp-based if-else with switch-case in GEOS2POSTGIS()
+	* [r328] 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 at keybit.net>
 
-	* Added GEOSGeometryTypeId(Geometry *) wrapper function.
+	* [r327] 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 at keybit.net>
 
-	* GEOSGetCoordinates() reverted to getCoordinates() call so to be
-	  compatible
+	* [r326] 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 at keybit.net>
 
-	* Fixed memory leak in GEOSGetCoordinates(), made sure that
+	* [r325] Fixed memory leak in GEOSGetCoordinates(), made sure that
 	  GEOS2POSTGIS
 	  free type string even in case of collapsed geoms. Made sure that
 	  geomunion
@@ -43676,100 +45056,101 @@
 	  release
 	  of palloced memory in PolyFromGeometry (pts_per_ring).
 
-2003-10-23 19:52  strk
+2003-10-23 19:52  Sandro Santilli <strk at keybit.net>
 
-	* added memory debugging tips for gcc >= 3.2.2
+	* [r324] added memory debugging tips for gcc >= 3.2.2
 
-2003-10-23 09:14  strk
+2003-10-23 09:14  Sandro Santilli <strk at keybit.net>
 
-	* Added default-commented line to disable gcc "smart" memory
+	* [r323] 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 at keybit.net>
 
-	* Added 'unite' aggregate.
+	* [r322] Added 'unite' aggregate.
 
-2003-10-22 20:58  pramsey
+2003-10-22 20:58  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More additions to the TODO
+	* [r321] More additions to the TODO
 
-2003-10-22 18:51  pramsey
+2003-10-22 18:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updated TODO list somewhat
+	* [r320] Updated TODO list somewhat
 
-2003-10-21 07:44  strk
+2003-10-21 07:44  Sandro Santilli <strk at keybit.net>
 
-	* Made GEOS_DIR and PROJ_DIR settable via environment vars
+	* [r319] Made GEOS_DIR and PROJ_DIR settable via environment vars
 
-2003-10-20 19:50  strk
+2003-10-20 19:50  Sandro Santilli <strk at keybit.net>
 
-	* Removed some memory leaks in PostGIS2* converters.
+	* [r318] Removed some memory leaks in PostGIS2* converters.
 
-2003-10-17 16:32  pramsey
+2003-10-17 16:32  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Pass USE_* information to version string, add some 7.4 version
-	  passing
+	* [r317] Pass USE_* information to version string, add some 7.4
+	  version passing
 	  flags to the compile.
 
-2003-10-17 16:12  dblasby
+2003-10-17 16:12  David Blasby <dblasby at gmail.com>
 
-	* Made Envelope() CW instead of CCW.
+	* [r316] Made Envelope() CW instead of CCW.
 
-2003-10-17 16:07  dblasby
+2003-10-17 16:07  David Blasby <dblasby at gmail.com>
 
-	* made isEmpty() return true/false
+	* [r315] made isEmpty() return true/false
 
-2003-10-17 00:56  pramsey
+2003-10-17 00:56  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added some more AsText wrappers.
+	* [r314] Added some more AsText wrappers.
 
-2003-10-17 00:55  pramsey
+2003-10-17 00:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added some AsText wrappers to results to make results match
-	  answers.
+	* [r313] Added some AsText wrappers to results to make results
+	  match answers.
 
-2003-10-16 20:16  dblasby
+2003-10-16 20:16  David Blasby <dblasby at gmail.com>
 
-	* Added NOTICE_HANDLER function. For some reason this didnt get
-	  properly
+	* [r312] Added NOTICE_HANDLER function. For some reason this didnt
+	  get properly
 	  committed last time.
 
-2003-10-16 16:35  dblasby
+2003-10-16 16:35  David Blasby <dblasby at gmail.com>
 
-	* added #include <sys/types.h> for people using freeBSD
+	* [r311] added #include <sys/types.h> for people using freeBSD
 	  (strk at keybit.net patch)
 
-2003-10-15 17:04  dblasby
+2003-10-15 17:04  David Blasby <dblasby at gmail.com>
 
-	* added a bunch of catch (GEOSExceptions) blocks to write out more
-	  imformative
+	* [r310] added a bunch of catch (GEOSExceptions) blocks to write
+	  out more imformative
 	  error messages.
 
-2003-10-14 23:19  dblasby
+2003-10-14 23:19  David Blasby <dblasby at gmail.com>
 
-	* GEOS2POSTGIS - added protection to pfree(NULL) for multi* geoms
+	* [r309] GEOS2POSTGIS - added protection to pfree(NULL) for multi*
+	  geoms
 
-2003-10-14 21:42  pramsey
+2003-10-14 21:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added const declarations to sync with current GEOS cvs.
+	* [r308] Added const declarations to sync with current GEOS cvs.
 
-2003-10-06 18:09  dblasby
+2003-10-06 18:09  David Blasby <dblasby at gmail.com>
 
-	* Fixed typo in add_to_geometry(). With very poorly aligned
+	* [r307] 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
+2003-10-03 16:45  David Blasby <dblasby at gmail.com>
 
-	* added pointonsurface() as a sub. Some memory management
+	* [r306] 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 at cleverelephant.ca>
 
-	* Patch from strk:
+	* [r305] Patch from strk:
 	  - "\t" always preceeded the first value of a dump_format query
 	  if NULL
 	  
@@ -43784,78 +45165,79 @@
 	  of the shapefiles are handled, but previous code did
 	  not check that either ... )
 
-2003-09-19 00:37  jeffloun
+2003-09-19 00:37  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* fixed a bug that actually tests the first 2 point for pip instead
-	  of just thinking I was testing the first two.
+	* [r304] 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
+2003-09-16 20:27  David Blasby <dblasby at gmail.com>
 
-	* added ability to delete geometries.
+	* [r303] added ability to delete geometries.
 
-2003-09-10 22:44  jeffloun
+2003-09-10 22:44  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* got rid of warning...
+	* [r302] got rid of warning...
 
-2003-09-10 22:40  jeffloun
+2003-09-10 22:40  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* changed it to make the field names in the dbf file capital
+	* [r301] changed it to make the field names in the dbf file capital
 	  letters
 
-2003-09-10 21:36  jeffloun
+2003-09-10 21:36  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* fixed a bug in is_clockwise...
+	* [r300] fixed a bug in is_clockwise...
 
-2003-09-04 16:46  dblasby
+2003-09-04 16:46  David Blasby <dblasby at gmail.com>
 
-	* removed truly_inside() doc.
+	* [r299] removed truly_inside() doc.
 
-2003-09-04 16:19  dblasby
+2003-09-04 16:19  David Blasby <dblasby at gmail.com>
 
-	* removed truly_inside() function.
+	* [r298] removed truly_inside() function.
 
-2003-08-22 17:40  dblasby
+2003-08-22 17:40  David Blasby <dblasby at gmail.com>
 
-	* fixed geometry_in('SRID=<int>{no ;}').
+	* [r297] fixed geometry_in('SRID=<int>{no ;}').
 
-2003-08-21 16:22  dblasby
+2003-08-21 16:22  David Blasby <dblasby at gmail.com>
 
-	* added patch from strk at freek.keybit.net for PG_NARGS() not being
-	  in 7.2
+	* [r296] added patch from strk at 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 at cleverelephant.ca>
 
-	* Add missing </para>
+	* [r295] Add missing </para>
 
-2003-08-18 20:08  pramsey
+2003-08-18 20:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Removed illegal characters from the file.
+	* [r294] Removed illegal characters from the file.
 
-2003-08-18 20:00  pramsey
+2003-08-18 20:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More entities
+	* [r293] More entities
 
-2003-08-18 19:45  pramsey
+2003-08-18 19:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Replace <> with proper entities in Dave's new function entries
+	* [r292] Replace <> with proper entities in Dave's new function
+	  entries
 
-2003-08-18 16:59  pramsey
+2003-08-18 16:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added info on piping results to output file.
+	* [r291] Added info on piping results to output file.
 
-2003-08-18 16:41  pramsey
+2003-08-18 16:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change include from io.h to geom.h.
+	* [r290] Change include from io.h to geom.h.
 
-2003-08-17 19:00  pramsey
+2003-08-17 19:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change sequence handling to respect versions prior to 7.3. Patch
-	  from
+	* [r289] Change sequence handling to respect versions prior to 7.3.
+	  Patch from
 	  strk.
 
-2003-08-08 18:19  dblasby
+2003-08-08 18:19  David Blasby <dblasby at gmail.com>
 
-	* Conformance changes.
+	* [r288] Conformance changes.
 	  Removed junk from postgis_debug.c and added the first run of the
 	  long
 	  transaction locking support. (this will change - dont use it)
@@ -43866,71 +45248,72 @@
 	  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 at cleverelephant.ca>
 
-	* Added some information about compiling PostgreSQL with C++
+	* [r287] Added some information about compiling PostgreSQL with C++
 	  support to
 	  enable proper GEOS behavior.
 
-2003-08-06 19:31  dblasby
+2003-08-06 19:31  David Blasby <dblasby at gmail.com>
 
-	* Added the WKB parser. Added all the functions like
+	* [r286] Added the WKB parser. Added all the functions like
 	  PolyFromWKB(<WKB>,[<SRID>]).
 	  
 	  Added all the functions like PolyFromText(<WKT>,[<SRID>])
 	  
 	  Minor problem in GEOS library fixed.
 
-2003-08-05 18:27  dblasby
+2003-08-05 18:27  David Blasby <dblasby at gmail.com>
 
-	* Added null implementations of new GEOS-returning-geometry
+	* [r285] Added null implementations of new GEOS-returning-geometry
 	  functions (ie.
 	  buffer).
 
-2003-08-05 16:28  jeffloun
+2003-08-05 16:28  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Removed the setval for the sequence if the value was going to be
-	  0.
+	* [r284] 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
+2003-08-01 23:58  David Blasby <dblasby at gmail.com>
 
-	* added the functionality to convert GEOS->PostGIS geometries.
-	  Added those geos
+	* [r283] added the functionality to convert GEOS->PostGIS
+	  geometries. Added those geos
 	  functions to postgis.
 
-2003-08-01 23:22  jeffloun
+2003-08-01 23:22  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Altered the loader to use a (gid serial) type instead of just a
-	  (gid int4).
+	* [r282] 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 at cleverelephant.ca>
 
-	* Added BC Albers parameterization (epsg 42102)
+	* [r281] Added BC Albers parameterization (epsg 42102)
 
-2003-07-25 17:08  pramsey
+2003-07-25 17:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Moved Cygwin endian define out of source files into postgis.h
-	  common
+	* [r280] Moved Cygwin endian define out of source files into
+	  postgis.h common
 	  header file.
 
-2003-07-08 18:35  dblasby
+2003-07-08 18:35  David Blasby <dblasby at gmail.com>
 
-	* changed asbinary_specify() so that it is more aware of TEXT being
+	* [r279] changed asbinary_specify() so that it is more aware of
+	  TEXT being
 	  un-terminated.
 	  
 	  this is a modified patch from David Garnier
 	  <david.garnier at etudier-online.com>.
 
-2003-07-01 18:30  pramsey
+2003-07-01 18:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added CVS revision headers.
+	* [r278] Added CVS revision headers.
 
-2003-06-18 16:30  pramsey
+2003-06-18 16:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* It seems that invalid geometries where in the shapefile (as far
-	  as shapelib
+	* [r277] 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
@@ -43938,17 +45321,17 @@
 	  geometry for that record printing a warning on stderr.
 	  <strk at freek.keybit.net>
 
-2003-06-12 22:25  pramsey
+2003-06-12 22:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added transaction begin and end.
+	* [r276] Added transaction begin and end.
 
-2003-05-27 22:35  dblasby
+2003-05-27 22:35  David Blasby <dblasby at gmail.com>
 
-	* New version of the postgis-GEOS connector.
+	* [r275] New version of the postgis-GEOS connector.
 
-2003-05-13 22:51  dblasby
+2003-05-13 22:51  David Blasby <dblasby at gmail.com>
 
-	* Added a modified version of Carl Anderson
+	* [r274] Added a modified version of Carl Anderson
 	  <carl.anderson at vadose.org> patch for
 	  schema-aware find_srid().
 	  
@@ -43963,553 +45346,564 @@
 	  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 at cleverelephant.ca>
 
-	* Patch for optional case sensitivity respect. From strk.
+	* [r273] Patch for optional case sensitivity respect. From strk.
 
-2003-04-10 23:35  pramsey
+2003-04-10 23:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More info
+	* [r272] More info
 
-2003-04-10 19:17  dblasby
+2003-04-10 19:17  David Blasby <dblasby at gmail.com>
 
-	* added area() as alias for area2d()
+	* [r271] added area() as alias for area2d()
 
-2003-04-10 19:16  dblasby
+2003-04-10 19:16  David Blasby <dblasby at gmail.com>
 
-	* changes to area()
+	* [r270] changes to area()
 
-2003-04-10 17:45  pramsey
+2003-04-10 17:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More info.
+	* [r269] More info.
 
-2003-04-10 17:40  pramsey
+2003-04-10 17:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixed within() test to have right order of arguments.
+	* [r268] Fixed within() test to have right order of arguments.
 
-2003-04-10 17:29  pramsey
+2003-04-10 17:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Changes to function names to MATCH the specification.
+	* [r267] Changes to function names to MATCH the specification.
 
-2003-04-10 17:19  pramsey
+2003-04-10 17:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More consistency fixes.
+	* [r266] More consistency fixes.
 
-2003-04-10 17:05  pramsey
+2003-04-10 17:05  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixes for consistency (!!!!) of the tests and a first README on
-	  how to run
+	* [r265] 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 at cleverelephant.ca>
 
-	* Extra OGC text constructor functions.
+	* [r264] Extra OGC text constructor functions.
 
-2003-04-10 16:22  pramsey
+2003-04-10 16:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Hack to supply c++ CXX variable if undefined.
+	* [r263] Hack to supply c++ CXX variable if undefined.
 
-2003-04-10 16:20  pramsey
+2003-04-10 16:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Cruft removal
+	* [r262] Cruft removal
 
-2003-04-10 05:19  pramsey
+2003-04-10 05:19  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Formatting changes.
+	* [r261] Formatting changes.
 
-2003-04-10 05:16  pramsey
+2003-04-10 05:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Remove old commented out duplicate function.
+	* [r260] Remove old commented out duplicate function.
 
-2003-04-09 21:53  pramsey
+2003-04-09 21:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Makefile should fully honor USE_GEOS flag now.
+	* [r259] Makefile should fully honor USE_GEOS flag now.
 
-2003-04-09 21:35  pramsey
+2003-04-09 21:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Cleaned up makefile and transform warning removed for null case.
+	* [r258] Cleaned up makefile and transform warning removed for null
+	  case.
 
-2003-04-09 21:08  pramsey
+2003-04-09 21:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Some reformatting.
+	* [r257] Some reformatting.
 
-2003-04-09 18:34  dblasby
+2003-04-09 18:34  David Blasby <dblasby at gmail.com>
 
-	* GEOS support -first run
+	* [r256] GEOS support -first run
 
-2003-04-09 18:34  dblasby
+2003-04-09 18:34  David Blasby <dblasby at gmail.com>
 
-	* test data for isvalid()
+	* [r255] test data for isvalid()
 
-2003-04-09 03:40  pramsey
+2003-04-09 03:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Makefile update
+	* [r254] Makefile update
 
-2003-04-09 03:40  pramsey
+2003-04-09 03:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updates for 0.7.5 release.
+	* [r252] Updates for 0.7.5 release.
 
-2003-04-08 21:41  pramsey
+2003-04-08 21:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Cygwin BE_DLLLIBS fix from nvine/jtishler
+	* [r251] Cygwin BE_DLLLIBS fix from nvine/jtishler
 
-2003-04-08 21:23  dblasby
+2003-04-08 21:23  David Blasby <dblasby at gmail.com>
 
-	* simple table to test relate(g1,g2). Taken from JTS/GEOS
+	* [r250] simple table to test relate(g1,g2). Taken from JTS/GEOS
 	  regression test.
 
-2003-04-01 23:02  jeffloun
+2003-04-01 23:02  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Fixed a bug which dropped the last Z value of each line in 3d
-	  lines.
+	* [r249] 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 at cleverelephant.ca>
 
-	* M-handling patch and some Z-recognition too.
+	* [r248] M-handling patch and some Z-recognition too.
 	  From strk at freek.keybit.net.
 
-2003-03-06 18:57  chodgson
+2003-03-06 18:57  Chris Hodgson <chodgson at refractions.net>
 
-	* swapped '~=' for '=' in the operator class definition for
+	* [r247] 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 at refractions.net>
 
-	* changed 'geometry' to 'GEOMETRY' two places in the
+	* [r246] 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 at refractions.net>
 
-	* Updated the documentation for the '~' operator and added
+	* [r245] Updated the documentation for the '~' operator and added
 	  documentation for the '@' operator (they were backwards).
 
-2003-03-06 18:04  dblasby
+2003-03-06 18:04  David Blasby <dblasby at gmail.com>
 
-	* indexing for 7.3: @ and ~ were backwards. Corrected.
+	* [r244] indexing for 7.3: @ and ~ were backwards. Corrected.
 
-2003-02-15 00:27  jeffloun
+2003-02-15 00:27  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* added more type checking into the create table statment.
+	* [r243] 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
+2003-02-14 20:07  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* changed the PIP function to loop from i=0 to 1<n-1
+	* [r242] 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 at cleverelephant.ca>
 
-	* Changes in preparation for 0.7.4 release.
+	* [r240] Changes in preparation for 0.7.4 release.
 
-2003-02-12 21:03  pramsey
+2003-02-12 21:03  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixed bug with 7.1 build relating to postgis_estimate.
+	* [r239] Fixed bug with 7.1 build relating to postgis_estimate.
 
-2003-02-04 23:11  pramsey
+2003-02-04 23:11  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Changed constraint name for geometry_columns_pk.
+	* [r238] Changed constraint name for geometry_columns_pk.
 
-2003-02-04 22:57  pramsey
+2003-02-04 22:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix memory management error, array of pointers allocated
+	* [r237] Fix memory management error, array of pointers allocated
 	  insufficient space.
 
-2003-02-04 21:39  pramsey
+2003-02-04 21:39  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added CVS substitution strings for logging.
+	* [r236] Added CVS substitution strings for logging.
 
-2003-02-04 06:49  pramsey
+2003-02-04 06:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixed stupid case error in 7.2 gist support.
+	* [r235] Fixed stupid case error in 7.2 gist support.
 
-2003-02-03 20:08  pramsey
+2003-02-03 20:08  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updated SRS file with better proj4 definitions and nicer
+	* [r234] 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 at refractions.net>
 
-	* fixed a small error in an example - road_name -> name
+	* [r233] fixed a small error in an example - road_name -> name
 
-2003-01-22 17:07  dblasby
+2003-01-22 17:07  David Blasby <dblasby at gmail.com>
 
-	* applied Mark Cave-Ayland's new patch that is a bit cleaner and
-	  has a
+	* [r232] 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
+2003-01-21 17:46  David Blasby <dblasby at gmail.com>
 
-	* added patch from Mark Cave-Ayland that saves memory during
+	* [r231] 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 at cleverelephant.ca>
 
-	* Added USE_STATS fix for index selectivity.
+	* [r230] Added USE_STATS fix for index selectivity.
 
-2002-12-17 23:24  dblasby
+2002-12-17 23:24  David Blasby <dblasby at gmail.com>
 
-	* fixed select astext(the_geom)||'dave' from ...; bug
+	* [r229] fixed select astext(the_geom)||'dave' from ...; bug
 
-2002-12-10 04:45  pramsey
+2002-12-10 04:45  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Removed old sql.in files.
+	* [r228] Removed old sql.in files.
 
-2002-12-10 04:37  pramsey
+2002-12-10 04:37  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Support for 7.3 undefinition.
+	* [r227] Support for 7.3 undefinition.
 
-2002-12-10 04:36  pramsey
+2002-12-10 04:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* New SQL update files, with version dependant start and end
+	* [r226] 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 at cleverelephant.ca>
 
-	* Set USE_PROJ back to default 0.
+	* [r225] Set USE_PROJ back to default 0.
 
-2002-12-05 22:12  pramsey
+2002-12-05 22:12  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Returned to 'opaque' as type in creation, since 7.3 will
+	* [r224] 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 at cleverelephant.ca>
 
-	* Updates to support 7.3 typecasting conventions. 7.3 support is
-	  now ready
+	* [r223] 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 at cleverelephant.ca>
 
-	* "fixed" pg_opclass so that 7.3 index creation works.
+	* [r222] "fixed" pg_opclass so that 7.3 index creation works.
 
-2002-12-05 20:57  pramsey
+2002-12-05 20:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Changed an opaque to internal (many to go...)
+	* [r221] Changed an opaque to internal (many to go...)
 
-2002-12-05 20:54  pramsey
+2002-12-05 20:54  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Pass USE_VERSION macro into the C compilation process to the
-	  pre-processor can
+	* [r220] 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 at cleverelephant.ca>
 
-	* Changed libdir references to LIBPATH and started using the magic
+	* [r219] 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 at cleverelephant.ca>
 
-	* Formatting change.
+	* [r218] Formatting change.
 
-2002-12-05 20:30  pramsey
+2002-12-05 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Early support for 7.3. No fixes for typecasting problems yet.
+	* [r217] 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 at cleverelephant.ca>
 
-	* Removed DOS linefeeds from SQL files.
+	* [r216] Removed DOS linefeeds from SQL files.
 
-2002-12-05 19:48  pramsey
+2002-12-05 19:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Changes to support 7.3 cleanly.
+	* [r215] Changes to support 7.3 cleanly.
 
-2002-12-05 19:48  pramsey
+2002-12-05 19:48  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Changes to allow 7.3 support to be easily added.
+	* [r214] Changes to allow 7.3 support to be easily added.
 
-2002-12-01 05:59  pramsey
+2002-12-01 05:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Original OpenGIS test suite files. To be edited to conform to
+	* [r213] 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 at cleverelephant.ca>
 
-	* Changed references to 'make' into macro references to MAKE
+	* [r212] Changed references to 'make' into macro references to MAKE
 
-2002-11-22 21:25  chodgson
+2002-11-22 21:25  Chris Hodgson <chodgson at refractions.net>
 
-	* changed the title of the new section from "Mapserver" to "Using
-	  Mapserver"
+	* [r211] 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 at refractions.net>
 
-	* added more advanced mapserver documentation, and separated
+	* [r210] added more advanced mapserver documentation, and separated
 	  mapserver into its own section of the documentation
 
-2002-11-22 17:38  dblasby
+2002-11-22 17:38  David Blasby <dblasby at gmail.com>
 
-	* Non-compiled in transform() returns error instead of nop.
+	* [r209] Non-compiled in transform() returns error instead of nop.
 
-2002-11-20 21:32  chodgson
+2002-11-20 21:32  Chris Hodgson <chodgson at refractions.net>
 
-	* re-formatted the xml doc and added a bit about complex queries
-	  (still lots more to come on that topic)
+	* [r208] 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
+2002-11-06 23:55  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* added support for clockwise-ness in shp dumper
+	* [r207] added support for clockwise-ness in shp dumper
 
-2002-11-04 21:21  pramsey
+2002-11-04 21:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Removed debugging connstring print.
+	* [r206] Removed debugging connstring print.
 
-2002-10-25 16:13  dblasby
+2002-10-25 16:13  David Blasby <dblasby at gmail.com>
 
-	* Now accepts both types of multipoint - 'MULTIPOINT(0 0, 1
+	* [r205] 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 at cleverelephant.ca>
 
-	* Added PGbox3d accessors for LLB and URB. Added PGgeometry update
-	  to
+	* [r204] 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 at refractions.net>
 
-	* fixed the last compile warning on solaris/gcc
+	* [r203] fixed the last compile warning on solaris/gcc
 
-2002-10-17 16:45  chodgson
+2002-10-17 16:45  Chris Hodgson <chodgson at refractions.net>
 
-	* - cleaned up all the compiler warnings
+	* [r202] - cleaned up all the compiler warnings
 	  - for getopt.c, this involved moving the line:
 	  extern char *getenv(const char *name);
 	  outside of the two nested #ifdefs that it was inside, as it is
 	  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 at cleverelephant.ca>
 
-	* Fixed syntax error in hyperlink to postgis source.
+	* [r201] Fixed syntax error in hyperlink to postgis source.
 
-2002-10-16 20:33  dblasby
+2002-10-16 20:33  David Blasby <dblasby at gmail.com>
 
-	* Added support to turn off the postgis_gist_sel() computations
-	  (see Makefile).
+	* [r200] 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 at cleverelephant.ca>
 
-	* Added USE_STATS switch to make the new statistics system
+	* [r199] 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 at refractions.net>
 
-	* makefile now has both support for auto-determining postgres
-	  version and support for the new histogram2d stuff
+	* [r198] makefile now has both support for auto-determining
+	  postgres version and support for the new histogram2d stuff
 
-2002-10-11 22:52  dblasby
+2002-10-11 22:52  David Blasby <dblasby at gmail.com>
 
-	* New file with original estimation methods.
+	* [r197] New file with original estimation methods.
 
-2002-10-11 22:52  dblasby
+2002-10-11 22:52  David Blasby <dblasby at gmail.com>
 
-	* Added support for histogram2d and better statistical analysis.
+	* [r196] Added support for histogram2d and better statistical
+	  analysis.
 
-2002-10-11 20:22  jeffloun
+2002-10-11 20:22  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* fixed the errors in the error fix i had just committed...
+	* [r195] fixed the errors in the error fix i had just committed...
 
-2002-10-11 20:10  jeffloun
+2002-10-11 20:10  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Fixed a bug from adding NULL support to shape dumper
+	* [r194] Fixed a bug from adding NULL support to shape dumper
 
-2002-10-10 17:32  jeffloun
+2002-10-10 17:32  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* added support to write out null geometries to polygon,
+	* [r193] added support to write out null geometries to polygon,
 	  multipolygon, arc, and multiarcs...
 
-2002-10-10 17:11  jeffloun
+2002-10-10 17:11  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Added support to write out Null geometries to point and
+	* [r192] 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 at refractions.net>
 
-	* - fixed a bug in box3d_overleft which would likely go unnoticed
+	* [r191] - 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
+2002-09-20 18:05  David Blasby <dblasby at gmail.com>
 
-	* Fixed complier complaint reported by Mark Sutton <mes at lazo.ca>.
+	* [r190] Fixed complier complaint reported by Mark Sutton
+	  <mes at lazo.ca>.
 
-2002-09-06 20:29  pramsey
+2002-09-06 20:29  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Trivial initialization bug, forget to set dimension.
+	* [r188] Trivial initialization bug, forget to set dimension.
 
-2002-09-05 16:49  pramsey
+2002-09-05 16:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Changes in preparation for 0.7.3 release
+	* [r187] Changes in preparation for 0.7.3 release
 
-2002-09-05 16:39  dblasby
+2002-09-05 16:39  David Blasby <dblasby at gmail.com>
 
-	* Fixed typo in dropgeometrycolumn() - IS null to =null. This was
-	  caused in the
+	* [r186] 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 at cleverelephant.ca>
 
-	* Make 7.2 index test check for version 7.1 and default to 7.2 if
-	  not
+	* [r185] 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
+2002-09-04 16:55  David Blasby <dblasby at gmail.com>
 
-	* Applied "Mark Cave-Ayland" <mark.cave-ayland at webbased.co.uk>'s
-	  patch so
+	* [r184] Applied "Mark Cave-Ayland"
+	  <mark.cave-ayland at 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 at cleverelephant.ca>
 
-	* Added automatic test for version string and setting of USE_PG72
-	  to
+	* [r183] 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 at cleverelephant.ca>
 
-	* Changes in preparation for 0.7.2 release.
+	* [r181] Changes in preparation for 0.7.2 release.
 
-2002-08-19 16:14  dblasby
+2002-08-19 16:14  David Blasby <dblasby at gmail.com>
 
-	* changed "=NULL" to "is null" for postgresql 7.3 devel issues (as
-	  reported
+	* [r180] changed "=NULL" to "is null" for postgresql 7.3 devel
+	  issues (as reported
 	  by Eric - redmonde at purdue.edu)
 
-2002-08-16 17:58  dblasby
+2002-08-16 17:58  David Blasby <dblasby at gmail.com>
 
-	* Applyed "Mark Cave-Ayland" <mark.cave-ayland at webbased.co.uk>'s
-	  patch
+	* [r179] Applyed "Mark Cave-Ayland"
+	  <mark.cave-ayland at 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 at cleverelephant.ca>
 
-	* Patch to write null geometries as "\N" in the dump file format
-	  case.
+	* [r178] Patch to write null geometries as "\N" in the dump file
+	  format case.
 	  Submitted by Steffen Macke <sdteffen at web.de>
 
-2002-07-26 16:50  chodgson
+2002-07-26 16:50  Chris Hodgson <chodgson at refractions.net>
 
-	* minor correction
+	* [r177] minor correction
 
-2002-07-24 20:40  pramsey
+2002-07-24 20:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* fixes the unwanted quotation of NULLs for the sql insert format.
-	  Submitted
+	* [r176] 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 at refractions.net>
 
-	* fixed some formatting errors from my previous addition
+	* [r175] fixed some formatting errors from my previous addition
 
-2002-07-17 18:34  chodgson
+2002-07-17 18:34  Chris Hodgson <chodgson at refractions.net>
 
-	* added a "common problems" sub-section to the "installing postgis"
-	  section
+	* [r174] 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 at cleverelephant.ca>
 
-	* Reverted USE_PROJ to 0
+	* [r173] Reverted USE_PROJ to 0
 
-2002-07-06 15:16  pramsey
+2002-07-06 15:16  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Patch from Steffen Macke, NULL attributes are imported as NULL
-	  now,
+	* [r172] 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
+2002-07-04 23:38  David Blasby <dblasby at gmail.com>
 
-	* added bytea(wkb)
+	* [r171] added bytea(wkb)
 
-2002-06-26 18:34  pramsey
+2002-06-26 18:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* fixed syntax error in reference to pgsql2shp
+	* [r170] fixed syntax error in reference to pgsql2shp
 
-2002-06-26 18:25  pramsey
+2002-06-26 18:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Cygwin fixes to the install target to provide .exe extensions.
+	* [r169] Cygwin fixes to the install target to provide .exe
+	  extensions.
 
-2002-06-07 18:16  jeffloun
+2002-06-07 18:16  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* fixed a bug in pgsql2shp which displayed the total DBF rows
-	  written as one less than actually was written.
+	* [r168] 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 at refractions.net>
 
-	* - 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] - 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 at refractions.net>
 
-	* - updated the ~ and @ operator definitions in
+	* [r166] - 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 at refractions.net>
 
-	* - updated the translate function in postgis_fn.c to translate the
-	  bounding box as well, as suggested by Robert Burgholzer
+	* [r165] - 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 at cleverelephant.ca>
 
-	* Fixed syntax error in GeometryN defn.
+	* [r164] Fixed syntax error in GeometryN defn.
 
-2002-05-14 20:50  pramsey
+2002-05-14 20:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Set USE_PG72 to 0.
+	* [r162] Set USE_PG72 to 0.
 
-2002-05-14 20:47  pramsey
+2002-05-14 20:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Documentation updates for 0.7.1 release.
+	* [r161] Documentation updates for 0.7.1 release.
 
-2002-05-14 20:36  pramsey
+2002-05-14 20:36  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Stripped DOS carriage returns from all source code files. Should
+	* [r160] 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 at refractions.net>
 
-	* - integrated a bugfix for the rtree_picksplit algorithm from
-	  Teodor Sigaev. This fixes the bug which reports "ERROR:
+	* [r159] - 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 at refractions.net>
 
-	* - 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
+	* [r158] - 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 at cleverelephant.ca>
 
-	* Fixed mistake in FAQ example on radius searching.
+	* [r155] Fixed mistake in FAQ example on radius searching.
 
-2002-05-04 22:52  pramsey
+2002-05-04 22:52  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More docbook changes.
+	* [r154] More docbook changes.
 
-2002-05-04 22:51  pramsey
+2002-05-04 22:51  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Docbook syntax error changes.
+	* [r153] Docbook syntax error changes.
 
-2002-05-04 22:47  pramsey
+2002-05-04 22:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added postgis_undef.sql to make clean target.
+	* [r152] Added postgis_undef.sql to make clean target.
 
-2002-05-04 22:46  pramsey
+2002-05-04 22:46  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Documentation updates to go with the 0.7 release. All new
+	* [r151] Documentation updates to go with the 0.7 release. All new
 	  functions
 	  documented, and appropriate changes made to installation and
 	  other
@@ -44517,64 +45911,65 @@
 	  support
 	  added to Makefile.
 
-2002-05-04 22:44  pramsey
+2002-05-04 22:44  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Add commenting to indicate the coordinate system of each insert
-	  line in
+	* [r150] 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 at cleverelephant.ca>
 
-	* Update shapelib references to 1.2.9.
+	* [r149] Update shapelib references to 1.2.9.
 
-2002-05-04 20:30  pramsey
+2002-05-04 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added an "install" target which installs shp2pgsql and pgsql2shp
-	  in the
+	* [r148] 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 at cleverelephant.ca>
 
-	* Changed WANT_PROJECTION flag to USE_PROJ to match other Makefile
-	  defines.
+	* [r147] 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 at cleverelephant.ca>
 
-	* Added GeomFromText alias to GeometryFromText since the former is
-	  in the
+	* [r146] 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 at cleverelephant.ca>
 
-	* Start of 0.7 documenation edits.
+	* [r145] Start of 0.7 documenation edits.
 
-2002-05-02 22:25  dblasby
+2002-05-02 22:25  David Blasby <dblasby at gmail.com>
 
-	* transform_geom() - if it gets and error -38 from PROJ.4 (couldnt
-	  open
+	* [r144] 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
 	  grid data for.
 
-2002-04-30 23:37  dblasby
+2002-04-30 23:37  David Blasby <dblasby at gmail.com>
 
-	* Better error reporting.
+	* [r143] Better error reporting.
 
-2002-04-30 23:20  dblasby
+2002-04-30 23:20  David Blasby <dblasby at gmail.com>
 
-	* Added some debugging to transform.
+	* [r142] Added some debugging to transform.
 
-2002-04-29 17:23  dblasby
+2002-04-29 17:23  David Blasby <dblasby at gmail.com>
 
-	* Added distance_ellipsiod(point,point,ellipsoid)
+	* [r141] 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 at refractions.net>
 
-	* - cut the gist indexing-related functions out of postgis_ops.c
-	  and put them in postgis_gist.c, then put the new gist indexing
-	  functions for postgres >= 7.2 in the file postgis_gist_72
+	* [r140] - cut the gist indexing-related functions out of
+	  postgis_ops.c and put them in postgis_gist.c, then put the new
+	  gist indexing functions for postgres >= 7.2 in the file
+	  postgis_gist_72
 	  
 	  - similarly, the sql definitions of the gist functions have been
 	  split into their own new sql.in file, with postgis_gist_72.sql.in
@@ -44600,55 +45995,57 @@
 	  
 	  - also edited the loader/Makefile to clean up properly
 
-2002-04-26 16:13  pramsey
+2002-04-26 16:13  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Column name length limitation removed. Patch submitted by
+	* [r139] Column name length limitation removed. Patch submitted by
 	  Bernhard
 	  Reiter <bernhard at intevation.de>
 
-2002-04-23 17:02  pramsey
+2002-04-23 17:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* XML syntax error.
+	* [r138] XML syntax error.
 
-2002-04-19 18:20  pramsey
+2002-04-19 18:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Removed the CREATE INDEX statement since there is already a
-	  primary
+	* [r137] 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 at cleverelephant.ca>
 
-	* Added PROJ4 entries to all relevant rows, altered the auth_name
-	  to
+	* [r136] 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 at cleverelephant.ca>
 
-	* Patches to bring example up to current version in terms of SQL
-	  access
+	* [r135] 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 at web.de>
 
-2002-04-15 22:38  jeffloun
+2002-04-15 22:38  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* fixed bug that allowed two field names to be the same in
+	* [r134] 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
+2002-03-26 23:46  David Blasby <dblasby at gmail.com>
 
-	* changed postgis_Version() to return type text, not type char.
+	* [r133] changed postgis_Version() to return type text, not type
+	  char.
 
-2002-03-25 22:20  pramsey
+2002-03-25 22:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Minor syntax changes in commenting.
+	* [r132] Minor syntax changes in commenting.
 
-2002-03-25 02:04  pramsey
+2002-03-25 02:04  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Minor syntactical changes to try and allow compilation on IRIX.
+	* [r131] Minor syntactical changes to try and allow compilation on
+	  IRIX.
 
-2002-03-22 18:42  chodgson
+2002-03-22 18:42  Chris Hodgson <chodgson at refractions.net>
 
-	* Added the collect(geometry) function which is an aggregate
+	* [r130] Added the collect(geometry) function which is an aggregate
 	  function that
 	  takes a group of geometries and turns them into a geometry
 	  collection. For
@@ -44656,317 +46053,323 @@
 	  roadname"
 	  would return one geometrycollection for each unique road name.
 
-2002-03-15 17:10  dblasby
+2002-03-15 17:10  David Blasby <dblasby at gmail.com>
 
-	* ADD xmin(box3d) etc... for box3d's.
+	* [r129] ADD xmin(box3d) etc... for box3d's.
 
-2002-03-14 19:35  jeffloun
+2002-03-14 19:35  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* added a warning to the shape dumper when there are no fields in
-	  the database.
+	* [r128] 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 at cleverelephant.ca>
 
-	* Alter shp2pgsql in the -d case so that 'DELETE FROM' is used to
-	  clear the
+	* [r127] Alter shp2pgsql in the -d case so that 'DELETE FROM' is
+	  used to clear the
 	  'GEOMETRY_COLUMNS' table during table drop instead of
 	  DropGeometryColumns.
 	  Patch submitted by Steffen Macke <sdteffen at yahoo.com>.
 
-2002-02-27 00:38  dblasby
+2002-02-27 00:38  David Blasby <dblasby at gmail.com>
 
-	* minor bug in geometry_to_text() for BOX3D only types fixed.
+	* [r126] minor bug in geometry_to_text() for BOX3D only types
+	  fixed.
 
-2002-02-27 00:06  dblasby
+2002-02-27 00:06  David Blasby <dblasby at gmail.com>
 
-	* BOX3D only geometries now dump as "SRID=x;BOX3D(...)". They are
-	  now okay to dump/restore.
+	* [r125] BOX3D only geometries now dump as "SRID=x;BOX3D(...)".
+	  They are now okay to dump/restore.
 
-2002-02-26 23:46  dblasby
+2002-02-26 23:46  David Blasby <dblasby at gmail.com>
 
-	* for bbox only geometries, it will dump as "SRID=x;NULL", and on
-	  load, it will be NULL.
+	* [r124] 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 at cleverelephant.ca>
 
-	* Patch to pgsql2shp to allow dumping of tables with more than one
-	  geometry
+	* [r123] 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 at yahoo.com>.
 
-2002-02-19 16:57  pramsey
+2002-02-19 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Patch to shp2pgsql.c to properly handle 3D shape files. Submitted
+	* [r122] Patch to shp2pgsql.c to properly handle 3D shape files.
+	  Submitted
 	  by Steffen Macke <sdteffen at yahoo.com>.
 
-2002-02-18 18:02  dblasby
+2002-02-18 18:02  David Blasby <dblasby at gmail.com>
 
-	* minor bug fix
+	* [r121] minor bug fix
 
-2002-02-18 17:02  dblasby
+2002-02-18 17:02  David Blasby <dblasby at gmail.com>
 
-	* Added TS support function (chip and some non-SFSQL functions)
+	* [r120] Added TS support function (chip and some non-SFSQL
+	  functions)
 
-2002-02-13 16:50  pramsey
+2002-02-13 16:50  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixed syntax error in UPDATE statement.
+	* [r119] Fixed syntax error in UPDATE statement.
 
-2002-01-11 16:58  dblasby
+2002-01-11 16:58  David Blasby <dblasby at gmail.com>
 
-	* better "no proj4" support addded
+	* [r118] better "no proj4" support addded
 
-2002-01-08 16:55  pramsey
+2002-01-08 16:55  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixed dumb error in POINT syntax example.
+	* [r117] Fixed dumb error in POINT syntax example.
 
-2002-01-07 21:07  dblasby
+2002-01-07 21:07  David Blasby <dblasby at gmail.com>
 
-	* Order changes to avoid conflicts.
+	* [r116] Order changes to avoid conflicts.
 
-2002-01-03 23:31  dblasby
+2002-01-03 23:31  David Blasby <dblasby at gmail.com>
 
-	* Added max_distance(l1,l2) function
+	* [r115] Added max_distance(l1,l2) function
 
-2001-12-21 23:01  dblasby
+2001-12-21 23:01  David Blasby <dblasby at gmail.com>
 
-	* Coordinate transformation function, transform() added in this
-	  file.
+	* [r114] 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 at cleverelephant.ca>
 
-	* Doco changes to reflect use of 'createlang' as default language
-	  creator.
+	* [r113] Doco changes to reflect use of 'createlang' as default
+	  language creator.
 
-2001-12-18 22:28  dblasby
+2001-12-18 22:28  David Blasby <dblasby at gmail.com>
 
-	* Added to achive (no code)
+	* [r112] Added to achive (no code)
 
-2001-12-12 22:21  dblasby
+2001-12-12 22:21  David Blasby <dblasby at gmail.com>
 
-	* changed setSRID(chip and geometry, int) so its cachable
+	* [r111] changed setSRID(chip and geometry, int) so its cachable
 
-2001-12-12 22:19  dblasby
+2001-12-12 22:19  David Blasby <dblasby at gmail.com>
 
-	* Made setSRID cachable
+	* [r110] Made setSRID cachable
 
-2001-11-21 19:39  dblasby
+2001-11-21 19:39  David Blasby <dblasby at gmail.com>
 
-	* Chip now handles data with different datasizes (datum_size)
+	* [r109] Chip now handles data with different datasizes
+	  (datum_size)
 
-2001-11-19 17:25  pramsey
+2001-11-19 17:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix error in sentence about OGC support.
+	* [r108] Fix error in sentence about OGC support.
 
-2001-11-07 19:35  pramsey
+2001-11-07 19:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added dates to changelog *yawn*
+	* [r106] Added dates to changelog *yawn*
 
-2001-11-07 17:25  pramsey
+2001-11-07 17:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added 0.6.2 changes.
+	* [r105] Added 0.6.2 changes.
 
-2001-11-06 23:03  jeffloun
+2001-11-06 23:03  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Fixed the 'free memory that didn't exist problem' from newsgroup
-	  feedback
+	* [r104] Fixed the 'free memory that didn't exist problem' from
+	  newsgroup feedback
 
-2001-11-02 23:04  dblasby
+2001-11-02 23:04  David Blasby <dblasby at gmail.com>
 
-	* New CHIP type
+	* [r103] New CHIP type
 
-2001-11-02 23:00  dblasby
+2001-11-02 23:00  David Blasby <dblasby at gmail.com>
 
-	* Added CHIP info
+	* [r102] Added CHIP info
 
-2001-11-02 00:28  pramsey
+2001-11-02 00:28  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added README to files installed by default
+	* [r101] Added README to files installed by default
 
-2001-11-01 22:57  pramsey
+2001-11-01 22:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updated shapelib files from latest CVS version.
+	* [r100] Updated shapelib files from latest CVS version.
 
-2001-10-31 22:18  pramsey
+2001-10-31 22:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added spatial_ref_sys.sql to the installed files for 'make
+	* [r99] 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 at cleverelephant.ca>
 
-	* Added some line commenting to make names more readable.
+	* [r98] Added some line commenting to make names more readable.
 
-2001-10-30 19:47  pramsey
+2001-10-30 19:47  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* More spelling fixes, this time with ispell! :)
+	* [r97] More spelling fixes, this time with ispell! :)
 
-2001-10-30 19:43  pramsey
+2001-10-30 19:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fix spelling mistake.
+	* [r96] Fix spelling mistake.
 
-2001-10-29 17:52  jeffloun
+2001-10-29 17:52  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* fixed a bug which made the last column value in the dbf file
-	  loading
+	* [r95] 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 at cleverelephant.ca>
 
-	* Added N.Vines changes to Makefile for better compilation under
-	  cygwin.
+	* [r94] 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 at cleverelephant.ca>
 
-	* Fixed documentation error with respect to box3d
+	* [r93] Fixed documentation error with respect to box3d
 
-2001-10-25 18:22  dblasby
+2001-10-25 18:22  David Blasby <dblasby at gmail.com>
 
-	* Fixed but in WKB out - wkb_multi* didnt set the 'size' return
-	  value.
+	* [r92] 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 at cleverelephant.ca>
 
-	* File with all the ESRI standard ID codes, with corresponding WKT
+	* [r91] 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 at cleverelephant.ca>
 
-	* Sweet mary, mother of god, getopt.c was a mess! Cleaned out HTML
-	  entities
+	* [r90] 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
+2001-10-23 23:41  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* fixed a bug in shp2pgsqkl that allocated way too much memory in
-	  polygon files.
+	* [r89] fixed a bug in shp2pgsqkl that allocated way too much
+	  memory in polygon files.
 
-2001-10-22 20:13  jeffloun
+2001-10-22 20:13  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Standard GNU option handling.
+	* [r88] Standard GNU option handling.
 
-2001-10-22 20:12  jeffloun
+2001-10-22 20:12  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Modified both loader/dumper to use gnu getopt.c instead of
+	* [r87] 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 at cleverelephant.ca>
 
-	* postgis_undef.sql is now automatically generated from postgis.sql
-	  so
+	* [r86] 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 at cleverelephant.ca>
 
-	* Added lines to automatically create postgis_undef.sql from
+	* [r85] 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
+2001-10-18 16:39  David Blasby <dblasby at gmail.com>
 
-	* create_undef.pl changed to reove the 2 meta-info tables
+	* [r84] 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 at cleverelephant.ca>
 
-	* Updated style.css to match new website.
+	* [r83] Updated style.css to match new website.
 
-2001-10-15 18:07  pramsey
+2001-10-15 18:07  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* 0.6.1 changes
+	* [r81] 0.6.1 changes
 
-2001-10-15 17:42  pramsey
+2001-10-15 17:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Usage documentation changes.
+	* [r80] Usage documentation changes.
 
-2001-10-11 18:35  pramsey
+2001-10-11 18:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added line break ot usage.
+	* [r79] Added line break ot usage.
 
-2001-10-11 18:34  pramsey
+2001-10-11 18:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Made usage line more friendly for 80 column displays.
+	* [r78] Made usage line more friendly for 80 column displays.
 
-2001-10-11 18:26  pramsey
+2001-10-11 18:26  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Edited the usage log to by nicer to 80 column displays
+	* [r77] Edited the usage log to by nicer to 80 column displays
 
-2001-10-11 18:07  jeffloun
+2001-10-11 18:07  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Fixed some errors and warning that caused it not to compile under
-	  linux
+	* [r76] Fixed some errors and warning that caused it not to compile
+	  under linux
 
-2001-10-11 17:15  jeffloun
+2001-10-11 17:15  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Modified the .c files slightly to get rid of some warnings.
+	* [r75] Modified the .c files slightly to get rid of some warnings.
 
-2001-10-04 18:53  jeffloun
+2001-10-04 18:53  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Modified the pgsql2shp file to use getopt to parse the arguments.
+	* [r74] Modified the pgsql2shp file to use getopt to parse the
+	  arguments.
 	  Modified the Readme file accordingly to the new command line
 	  usages.
 	  
 	  automatically CVS: CVS: Committing in . CVS: CVS: Modified Files:
 	  CVS: postgis/loader/README.pgsql2shp postgis/loader/pgsql2shp.c
 
-2001-10-01 19:33  jeffloun
+2001-10-01 19:33  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Modified the program to use getopt topion parsing.
+	* [r73] Modified the program to use getopt topion parsing.
 
-2001-09-20 18:14  jeffloun
+2001-09-20 18:14  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Modified this file to dynamically detemine the name of the
+	* [r71] 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
+2001-09-20 16:08  David Blasby <dblasby at gmail.com>
 
-	* Removed index-based extent() support functions in postgis_debug.c
-	  due to
+	* [r70] 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 at cleverelephant.ca>
 
-	* Updated to provide usage information for the dumper.
+	* [r69] Updated to provide usage information for the dumper.
 
-2001-09-19 22:59  pramsey
+2001-09-19 22:59  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Split the loader README into two readmes, one for loader and one
-	  for
+	* [r68] 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 at cleverelephant.ca>
 
-	* Makefile changes in preparation for 0.6 release.
+	* [r67] 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 at cleverelephant.ca>
 
-	* Changes and additions necessary to include pgsql2shp
+	* [r66] Changes and additions necessary to include pgsql2shp
 
-2001-09-19 18:00  pramsey
+2001-09-19 18:00  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Additions for the 0.6 release.
+	* [r65] Additions for the 0.6 release.
 
-2001-09-18 01:34  pramsey
+2001-09-18 01:34  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updates to the documentation (new functions, 0.6 special info,
-	  mapserver
+	* [r64] 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
+2001-09-17 21:24  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Fixed a stupid debugging error that would cause all things to be
-	  treated as 3d points.
+	* [r63] Fixed a stupid debugging error that would cause all things
+	  to be treated as 3d points.
 
-2001-09-17 21:00  jeffloun
+2001-09-17 21:00  Jeff Lounsbury <jeffloun at refractions.net>
 
-	* Makefile changes:
+	* [r62] Makefile changes:
 	  I added an option in the makefile to add debugging information
 	  into the compile.
 	  
@@ -44975,68 +46378,68 @@
 	  version 0.6 , sr_id's etc.
 	  Also added a command line option to specify the sr_id.
 
-2001-09-04 19:41  dblasby
+2001-09-04 19:41  David Blasby <dblasby at gmail.com>
 
-	* Added workaround for PostgreSQL's user defined VARIABLE length
-	  datatype default value bug
+	* [r61] Added workaround for PostgreSQL's user defined VARIABLE
+	  length datatype default value bug
 
-2001-09-04 19:30  dblasby
+2001-09-04 19:30  David Blasby <dblasby at gmail.com>
 
-	* Added support to make WKB a full type.
+	* [r60] Added support to make WKB a full type.
 
-2001-08-30 22:24  pramsey
+2001-08-30 22:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Typo in SQL example fixed.
+	* [r59] Typo in SQL example fixed.
 
-2001-08-24 21:11  dblasby
+2001-08-24 21:11  David Blasby <dblasby at gmail.com>
 
-	* geometry(text) function safer with null text fields.
+	* [r58] geometry(text) function safer with null text fields.
 
-2001-08-24 21:02  dblasby
+2001-08-24 21:02  David Blasby <dblasby at gmail.com>
 
-	* added geometry(text) conversion function
+	* [r57] added geometry(text) conversion function
 
-2001-08-14 22:15  dblasby
+2001-08-14 22:15  David Blasby <dblasby at gmail.com>
 
-	* Added support for better restrictivity of && searches.
+	* [r56] Added support for better restrictivity of && searches.
 	  Defaulted to 0.005 (in backend/utils/adt/geo_selfuncs.c) - I've
 	  changed it
 	  to be much smaller. This should work for everything but really
 	  really
 	  large tables.
 
-2001-08-10 02:21  pramsey
+2001-08-10 02:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixed type in index description.
+	* [r55] Fixed type in index description.
 
-2001-08-08 22:10  pramsey
+2001-08-08 22:10  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added a -C option for the shp2pgsql compile
+	* [r54] Added a -C option for the shp2pgsql compile
 
-2001-08-08 21:54  dblasby
+2001-08-08 21:54  David Blasby <dblasby at gmail.com>
 
-	* Added new undef.sql file and perl file to generate it.
+	* [r53] Added new undef.sql file and perl file to generate it.
 
-2001-08-08 21:49  dblasby
+2001-08-08 21:49  David Blasby <dblasby at gmail.com>
 
-	* Added new perl function to make an undef SQL script.
+	* [r52] Added new perl function to make an undef SQL script.
 
-2001-08-08 05:25  pramsey
+2001-08-08 05:25  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Made OGIS type numbers final per request from James MacGill @
-	  Leeds
+	* [r51] 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 at cleverelephant.ca>
 
-	* This file is superceded by the Makefile.
+	* [r50] This file is superceded by the Makefile.
 
-2001-08-07 21:35  pramsey
+2001-08-07 21:35  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* This binary should not have been in CVS.
+	* [r49] This binary should not have been in CVS.
 
-2001-08-02 16:50  dblasby
+2001-08-02 16:50  David Blasby <dblasby at gmail.com>
 
-	* Added more openGIS functions:
+	* [r48] Added more openGIS functions:
 	  Length2d() is renamed length()
 	  perimeter2d() is renamed to perimeter()
 	  
@@ -45076,188 +46479,190 @@
 	  sub-linestrings have
 	  startpoint=endpoint.
 
-2001-07-31 19:11  dblasby
+2001-07-31 19:11  David Blasby <dblasby at gmail.com>
 
-	* Added plpgsql functions AddGeometryColumn() and
+	* [r47] Added plpgsql functions AddGeometryColumn() and
 	  DeleteGeometryColumn().
 
-2001-07-30 17:29  dblasby
+2001-07-30 17:29  David Blasby <dblasby at gmail.com>
 
-	* Starting to integrate all the SRIDs into functions that create
-	  geometries or
+	* [r46] 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 at cleverelephant.ca>
 
-	* Ooops, back to shp2pgsql as the target (dummy target)
+	* [r45] Ooops, back to shp2pgsql as the target (dummy target)
 
-2001-07-30 16:31  pramsey
+2001-07-30 16:31  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Renamed loader target to 'loader'.
+	* [r44] Renamed loader target to 'loader'.
 
-2001-07-30 16:27  pramsey
+2001-07-30 16:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added a line to automatically make shp2pgsql with 'all'
+	* [r43] Added a line to automatically make shp2pgsql with 'all'
 
-2001-07-29 17:18  pramsey
+2001-07-29 17:18  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added section on upgrading.
+	* [r42] Added section on upgrading.
 
-2001-07-26 17:41  pramsey
+2001-07-26 17:41  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* And one last time, this time for real, fixing the install
+	* [r41] 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 at cleverelephant.ca>
 
-	* Changed back to libdir for the install path
+	* [r40] Changed back to libdir for the install path
 
-2001-07-26 17:22  pramsey
+2001-07-26 17:22  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updated minor version number to 5
+	* [r39] Updated minor version number to 5
 
-2001-07-24 20:37  dblasby
+2001-07-24 20:37  David Blasby <dblasby at gmail.com>
 
-	* added expand_bbox(bbox,double) for easier searching.
+	* [r38] added expand_bbox(bbox,double) for easier searching.
 
-2001-07-24 20:18  dblasby
+2001-07-24 20:18  David Blasby <dblasby at gmail.com>
 
-	* minor change to distance(geom,geom) for stability
+	* [r37] minor change to distance(geom,geom) for stability
 
-2001-07-24 20:12  dblasby
+2001-07-24 20:12  David Blasby <dblasby at gmail.com>
 
-	* added distance(geometry,geometry) and support functions
+	* [r36] added distance(geometry,geometry) and support functions
 
-2001-07-23 22:53  pramsey
+2001-07-23 22:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Apply Norman Vine's Cygwin fix for the loader to compile
+	* [r35] 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 at cleverelephant.ca>
 
-	* Fix error in shp2pgsql section.
+	* [r34] Fix error in shp2pgsql section.
 
-2001-07-21 00:43  pramsey
+2001-07-21 00:43  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added lines for 0.2 and 0.5
+	* [r31] Added lines for 0.2 and 0.5
 
-2001-07-21 00:16  dblasby
+2001-07-21 00:16  David Blasby <dblasby at gmail.com>
 
-	* Fixes to single-point-line problem.
+	* [r30] Fixes to single-point-line problem.
 
-2001-07-21 00:02  pramsey
+2001-07-21 00:02  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updates for 0.5 release.
+	* [r29] Updates for 0.5 release.
 
-2001-07-20 23:49  pramsey
+2001-07-20 23:49  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Entered 0.5 change list
+	* [r28] Entered 0.5 change list
 
-2001-07-20 23:40  pramsey
+2001-07-20 23:40  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* First version.
+	* [r27] First version.
 
-2001-07-20 23:27  pramsey
+2001-07-20 23:27  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Change version numbers
+	* [r26] Change version numbers
 
-2001-07-20 23:26  pramsey
+2001-07-20 23:26  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Updated to include all new functions and features since release
-	  0.2
+	* [r25] Updated to include all new functions and features since
+	  release 0.2
 
-2001-07-20 18:48  dblasby
+2001-07-20 18:48  David Blasby <dblasby at gmail.com>
 
-	* Dumper changes.
+	* [r24] Dumper changes.
 
-2001-07-20 18:24  pramsey
+2001-07-20 18:24  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Spelling error in makefile.
+	* [r23] Spelling error in makefile.
 
-2001-07-20 18:23  pramsey
+2001-07-20 18:23  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Fixed dos2unix problem.
+	* [r22] Fixed dos2unix problem.
 
-2001-07-20 18:21  pramsey
+2001-07-20 18:21  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added newlines after each begin directive.
+	* [r21] Added newlines after each begin directive.
 
-2001-07-20 16:10  dblasby
+2001-07-20 16:10  David Blasby <dblasby at gmail.com>
 
-	* Added -dump option to produce pg_dump format output. Minor fixes.
+	* [r20] 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 at cleverelephant.ca>
 
-	* Hopefully fixed PGSQL_SRC environment variable test.
+	* [r19] Hopefully fixed PGSQL_SRC environment variable test.
 
-2001-07-18 22:17  dblasby
+2001-07-18 22:17  David Blasby <dblasby at gmail.com>
 
-	* Added function:
+	* [r18] 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 at cleverelephant.ca>
 
-	* Changed loader name to shp2pgsql
+	* [r17] Changed loader name to shp2pgsql
 
-2001-07-18 21:42  pramsey
+2001-07-18 21:42  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Initial add of the data loader code.
+	* [r16] Initial add of the data loader code.
 
-2001-07-16 16:53  pramsey
+2001-07-16 16:53  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Added a 'make clean' directive.
+	* [r15] Added a 'make clean' directive.
 
-2001-06-29 22:32  dblasby
+2001-06-29 22:32  David Blasby <dblasby at gmail.com>
 
-	* Fixed bug: must ALWAYS copy input data - never modify it in
+	* [r14] 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
+2001-06-29 00:08  David Blasby <dblasby at gmail.com>
 
-	* Fix typo in box3d
+	* [r13] Fix typo in box3d
 
-2001-06-28 23:53  dblasby
+2001-06-28 23:53  David Blasby <dblasby at gmail.com>
 
-	* Added force_collection(geometry)
+	* [r12] Added force_collection(geometry)
 
-2001-06-28 17:52  dblasby
+2001-06-28 17:52  David Blasby <dblasby at gmail.com>
 
-	* converting a GEOMETRYCOLLECTION to wkb had the size of the wkb
-	  off by 9
+	* [r11] 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
+2001-06-27 21:43  David Blasby <dblasby at gmail.com>
 
-	* *** empty log message ***
+	* [r10] *** empty log message ***
 
-2001-06-27 17:28  dblasby
+2001-06-27 17:28  David Blasby <dblasby at gmail.com>
 
-	* Initial version of Projection support (currently limited to
+	* [r9] Initial version of Projection support (currently limited to
 	  ellipsoids).
 
-2001-06-26 23:57  pramsey
+2001-06-26 23:57  Paul Ramsey <pramsey at cleverelephant.ca>
 
-	* Building in non-standard location now requires the PGSQL_SRC
+	* [r8] 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
+2001-06-26 18:33  David Blasby <dblasby at gmail.com>
 
-	* Added OGIS support functions and basic constructors.
+	* [r7] Added OGIS support functions and basic constructors.
 
-2001-06-22 18:13  dblasby
+2001-06-22 18:13  David Blasby <dblasby at gmail.com>
 
-	* Altered to point local development library path at right place.
+	* [r6] Altered to point local development library path at right
+	  place.
 
-2001-06-22 17:39  cvs
+2001-06-22 17:39  No Body <no at body.net>
 
-	* Initial revision
+	* [r2] Initial revision
 
-2001-06-22 17:39  cvs
+2001-06-22 17:39  No Body <no at body.net>
 
-	* New repository initialized by cvs2svn.
+	* [r1] New repository initialized by cvs2svn.
 
diff --git a/NEWS b/NEWS
index 8b3cca4..43dafc0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,22 @@
+PostGIS 2.1.3
+2014/05/13
+
+ * Important / Breaking Changes  *
+
+  - Add control of GDAL drivers with the environment variable
+    POSTGIS_GDAL_ENABLED_DRIVERS. By default, all GDAL drivers are disabled
+  - Add ability to disable out-db raster bands with the environment variable
+    POSTGIS_ENABLE_OUTDB_RASTERS. By default, out-db raster bands are disabled
+
+ * Bug Fixes *
+
+  - #2697, invalid GeoJSON Polygon input crashes server process
+  - #2700, Fix dumping of higher-dimension datasets with null rows
+  - #2706, ST_DumpPoints of EMPTY geometries crashes server
 
 PostGIS 2.1.2
 2014/03/31
 
- * Important Changes *
-
  * Bug Fixes *
 
   - #2666, Error out at configure time if no SQL preprocessor can be found
diff --git a/README.postgis b/README.postgis
index 68c4223..e025181 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.1.2
-:Date: 2014-03-31
+:Version: 2.1.3
+:Date: 2014-05-13
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 5fe989a..9e613a4 100644
--- a/Version.config
+++ b/Version.config
@@ -5,5 +5,5 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=2
+POSTGIS_MICRO_VERSION=3
 
diff --git a/aclocal.m4 b/aclocal.m4
index cc18be7..8119f30 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
+# generated automatically by aclocal 1.13.3 -*- Autoconf -*-
 
 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
diff --git a/config.guess b/config.guess
index 43f0cdb..b79252d 100755
--- a/config.guess
+++ b/config.guess
@@ -1,14 +1,12 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-#   2011 Free Software Foundation, Inc.
+#   Copyright 1992-2013 Free Software Foundation, Inc.
 
-timestamp='2011-10-01'
+timestamp='2013-06-10'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful, but
@@ -17,26 +15,22 @@ timestamp='2011-10-01'
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
 # configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-
-# Originally written by Per Bothner.  Please send patches (context
-# diff format) to <config-patches at gnu.org> and include a ChangeLog
-# entry.
+# the same distribution terms that you use for the rest of that
+# program.  This Exception is an additional permission under section 7
+# of the GNU General Public License, version 3 ("GPLv3").
 #
-# This script attempts to guess a canonical system name similar to
-# config.sub.  If it succeeds, it prints the system name on stdout, and
-# exits with 0.  Otherwise, it exits with 1.
+# Originally written by Per Bothner.
 #
 # You can get the latest version of this script from:
 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
+#
+# Please send patches with a ChangeLog entry to config-patches at gnu.org.
+
 
 me=`echo "$0" | sed -e 's,.*/,,'`
 
@@ -56,9 +50,7 @@ version="\
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
-Software Foundation, Inc.
+Copyright 1992-2013 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -140,12 +132,33 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
 UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
 
+case "${UNAME_SYSTEM}" in
+Linux|GNU|GNU/*)
+	# If the system lacks a compiler, then just pick glibc.
+	# We could probably try harder.
+	LIBC=gnu
+
+	eval $set_cc_for_build
+	cat <<-EOF > $dummy.c
+	#include <features.h>
+	#if defined(__UCLIBC__)
+	LIBC=uclibc
+	#elif defined(__dietlibc__)
+	LIBC=dietlibc
+	#else
+	LIBC=gnu
+	#endif
+	EOF
+	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
+	;;
+esac
+
 # Note: order is significant - the case branches are not exclusive.
 
 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
     *:NetBSD:*:*)
 	# NetBSD (nbsd) targets should (where applicable) match one or
-	# more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
+	# more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
 	# *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
 	# switched to ELF, *-*-netbsd* would select the old
 	# object file format.  This provides both forward
@@ -202,6 +215,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
 	# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
 	echo "${machine}-${os}${release}"
 	exit ;;
+    *:Bitrig:*:*)
+	UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
+	echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
+	exit ;;
     *:OpenBSD:*:*)
 	UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
 	echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
@@ -304,7 +321,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
     arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
 	echo arm-acorn-riscix${UNAME_RELEASE}
 	exit ;;
-    arm:riscos:*:*|arm:RISCOS:*:*)
+    arm*:riscos:*:*|arm*:RISCOS:*:*)
 	echo arm-unknown-riscos
 	exit ;;
     SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
@@ -803,9 +820,15 @@ EOF
     i*:CYGWIN*:*)
 	echo ${UNAME_MACHINE}-pc-cygwin
 	exit ;;
+    *:MINGW64*:*)
+	echo ${UNAME_MACHINE}-pc-mingw64
+	exit ;;
     *:MINGW*:*)
 	echo ${UNAME_MACHINE}-pc-mingw32
 	exit ;;
+    i*:MSYS*:*)
+	echo ${UNAME_MACHINE}-pc-msys
+	exit ;;
     i*:windows32*:*)
 	# uname -m includes "-pc" on this system.
 	echo ${UNAME_MACHINE}-mingw32
@@ -851,15 +874,22 @@ EOF
 	exit ;;
     *:GNU:*:*)
 	# the GNU system
-	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
+	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
 	exit ;;
     *:GNU/*:*:*)
 	# other systems with GNU libc and userland
-	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
+	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
 	exit ;;
     i*86:Minix:*:*)
 	echo ${UNAME_MACHINE}-pc-minix
 	exit ;;
+    aarch64:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	exit ;;
+    aarch64_be:Linux:*:*)
+	UNAME_MACHINE=aarch64_be
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	exit ;;
     alpha:Linux:*:*)
 	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
 	  EV5)   UNAME_MACHINE=alphaev5 ;;
@@ -871,59 +901,54 @@ EOF
 	  EV68*) UNAME_MACHINE=alphaev68 ;;
 	esac
 	objdump --private-headers /bin/sh | grep -q ld.so.1
-	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
-	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
+	if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	exit ;;
+    arc:Linux:*:* | arceb:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     arm*:Linux:*:*)
 	eval $set_cc_for_build
 	if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
 	    | grep -q __ARM_EABI__
 	then
-	    echo ${UNAME_MACHINE}-unknown-linux-gnu
+	    echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	else
 	    if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
 		| grep -q __ARM_PCS_VFP
 	    then
-		echo ${UNAME_MACHINE}-unknown-linux-gnueabi
+		echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
 	    else
-		echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
+		echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf
 	    fi
 	fi
 	exit ;;
     avr32*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     cris:Linux:*:*)
-	echo cris-axis-linux-gnu
+	echo ${UNAME_MACHINE}-axis-linux-${LIBC}
 	exit ;;
     crisv32:Linux:*:*)
-	echo crisv32-axis-linux-gnu
+	echo ${UNAME_MACHINE}-axis-linux-${LIBC}
 	exit ;;
     frv:Linux:*:*)
-	echo frv-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     hexagon:Linux:*:*)
-	echo hexagon-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     i*86:Linux:*:*)
-	LIBC=gnu
-	eval $set_cc_for_build
-	sed 's/^	//' << EOF >$dummy.c
-	#ifdef __dietlibc__
-	LIBC=dietlibc
-	#endif
-EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
+	echo ${UNAME_MACHINE}-pc-linux-${LIBC}
 	exit ;;
     ia64:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     m32r*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     m68*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     mips:Linux:*:* | mips64:Linux:*:*)
 	eval $set_cc_for_build
@@ -942,54 +967,63 @@ EOF
 	#endif
 EOF
 	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
+	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
 	;;
+    or1k:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	exit ;;
     or32:Linux:*:*)
-	echo or32-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     padre:Linux:*:*)
-	echo sparc-unknown-linux-gnu
+	echo sparc-unknown-linux-${LIBC}
 	exit ;;
     parisc64:Linux:*:* | hppa64:Linux:*:*)
-	echo hppa64-unknown-linux-gnu
+	echo hppa64-unknown-linux-${LIBC}
 	exit ;;
     parisc:Linux:*:* | hppa:Linux:*:*)
 	# Look for CPU level
 	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
-	  PA7*) echo hppa1.1-unknown-linux-gnu ;;
-	  PA8*) echo hppa2.0-unknown-linux-gnu ;;
-	  *)    echo hppa-unknown-linux-gnu ;;
+	  PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
+	  PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
+	  *)    echo hppa-unknown-linux-${LIBC} ;;
 	esac
 	exit ;;
     ppc64:Linux:*:*)
-	echo powerpc64-unknown-linux-gnu
+	echo powerpc64-unknown-linux-${LIBC}
 	exit ;;
     ppc:Linux:*:*)
-	echo powerpc-unknown-linux-gnu
+	echo powerpc-unknown-linux-${LIBC}
+	exit ;;
+    ppc64le:Linux:*:*)
+	echo powerpc64le-unknown-linux-${LIBC}
+	exit ;;
+    ppcle:Linux:*:*)
+	echo powerpcle-unknown-linux-${LIBC}
 	exit ;;
     s390:Linux:*:* | s390x:Linux:*:*)
-	echo ${UNAME_MACHINE}-ibm-linux
+	echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
 	exit ;;
     sh64*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     sh*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     sparc:Linux:*:* | sparc64:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     tile*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     vax:Linux:*:*)
-	echo ${UNAME_MACHINE}-dec-linux-gnu
+	echo ${UNAME_MACHINE}-dec-linux-${LIBC}
 	exit ;;
     x86_64:Linux:*:*)
-	echo x86_64-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     xtensa*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     i*86:DYNIX/ptx:4*:*)
 	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
@@ -1193,6 +1227,9 @@ EOF
     BePC:Haiku:*:*)	# Haiku running on Intel PC compatible.
 	echo i586-pc-haiku
 	exit ;;
+    x86_64:Haiku:*:*)
+	echo x86_64-unknown-haiku
+	exit ;;
     SX-4:SUPER-UX:*:*)
 	echo sx4-nec-superux${UNAME_RELEASE}
 	exit ;;
@@ -1219,19 +1256,21 @@ EOF
 	exit ;;
     *:Darwin:*:*)
 	UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
-	case $UNAME_PROCESSOR in
-	    i386)
-		eval $set_cc_for_build
-		if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
-		  if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
-		      (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
-		      grep IS_64BIT_ARCH >/dev/null
-		  then
-		      UNAME_PROCESSOR="x86_64"
-		  fi
-		fi ;;
-	    unknown) UNAME_PROCESSOR=powerpc ;;
-	esac
+	eval $set_cc_for_build
+	if test "$UNAME_PROCESSOR" = unknown ; then
+	    UNAME_PROCESSOR=powerpc
+	fi
+	if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+	    if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
+		(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+		grep IS_64BIT_ARCH >/dev/null
+	    then
+		case $UNAME_PROCESSOR in
+		    i386) UNAME_PROCESSOR=x86_64 ;;
+		    powerpc) UNAME_PROCESSOR=powerpc64 ;;
+		esac
+	    fi
+	fi
 	echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
 	exit ;;
     *:procnto*:*:* | *:QNX:[0123456789]*:*)
@@ -1248,7 +1287,7 @@ EOF
     NEO-?:NONSTOP_KERNEL:*:*)
 	echo neo-tandem-nsk${UNAME_RELEASE}
 	exit ;;
-    NSE-?:NONSTOP_KERNEL:*:*)
+    NSE-*:NONSTOP_KERNEL:*:*)
 	echo nse-tandem-nsk${UNAME_RELEASE}
 	exit ;;
     NSR-?:NONSTOP_KERNEL:*:*)
@@ -1317,11 +1356,11 @@ EOF
     i*86:AROS:*:*)
 	echo ${UNAME_MACHINE}-pc-aros
 	exit ;;
+    x86_64:VMkernel:*:*)
+	echo ${UNAME_MACHINE}-unknown-esx
+	exit ;;
 esac
 
-#echo '(No uname command or uname output not recognized.)' 1>&2
-#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
-
 eval $set_cc_for_build
 cat >$dummy.c <<EOF
 #ifdef _SEQUENT_
diff --git a/config.sub b/config.sub
index 5b87368..9633db7 100755
--- a/config.sub
+++ b/config.sub
@@ -1,38 +1,31 @@
 #! /bin/sh
 # Configuration validation subroutine script.
-#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-#   2011 Free Software Foundation, Inc.
+#   Copyright 1992-2013 Free Software Foundation, Inc.
 
-timestamp='2011-10-08'
+timestamp='2013-08-10'
 
-# This file is (in principle) common to ALL GNU software.
-# The presence of a machine in this file suggests that SOME GNU software
-# can handle that machine.  It does not imply ALL GNU software can.
-#
-# This file is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# This file is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
 # configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
+# the same distribution terms that you use for the rest of that
+# program.  This Exception is an additional permission under section 7
+# of the GNU General Public License, version 3 ("GPLv3").
 
 
-# Please send patches to <config-patches at gnu.org>.  Submit a context
-# diff and a properly formatted GNU ChangeLog entry.
+# Please send patches with a ChangeLog entry to config-patches at gnu.org.
 #
 # Configuration subroutine to validate and canonicalize a configuration type.
 # Supply the specified configuration type as an argument.
@@ -75,9 +68,7 @@ Report bugs and patches to <config-patches at gnu.org>."
 version="\
 GNU config.sub ($timestamp)
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
-Software Foundation, Inc.
+Copyright 1992-2013 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -125,13 +116,17 @@ esac
 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
 case $maybe_os in
   nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
-  linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
+  linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
   knetbsd*-gnu* | netbsd*-gnu* | \
   kopensolaris*-gnu* | \
   storm-chaos* | os2-emx* | rtmk-nova*)
     os=-$maybe_os
     basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
     ;;
+  android-linux)
+    os=-linux-android
+    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
+    ;;
   *)
     basic_machine=`echo $1 | sed 's/-[^-]*$//'`
     if [ $basic_machine != $1 ]
@@ -154,7 +149,7 @@ case $os in
 	-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
 	-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
 	-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
-	-apple | -axis | -knuth | -cray | -microblaze)
+	-apple | -axis | -knuth | -cray | -microblaze*)
 		os=
 		basic_machine=$1
 		;;
@@ -223,6 +218,12 @@ case $os in
 	-isc*)
 		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
 		;;
+	-lynx*178)
+		os=-lynxos178
+		;;
+	-lynx*5)
+		os=-lynxos5
+		;;
 	-lynx*)
 		os=-lynxos
 		;;
@@ -247,13 +248,16 @@ case $basic_machine in
 	# Some are omitted here because they have special meanings below.
 	1750a | 580 \
 	| a29k \
+	| aarch64 | aarch64_be \
 	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
 	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
 	| am33_2.0 \
-	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
-        | be32 | be64 \
+	| arc | arceb \
+	| arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
+	| avr | avr32 \
+	| be32 | be64 \
 	| bfin \
-	| c4x | clipper \
+	| c4x | c8051 | clipper \
 	| d10v | d30v | dlx | dsp16xx \
 	| epiphany \
 	| fido | fr30 | frv \
@@ -264,7 +268,7 @@ case $basic_machine in
 	| le32 | le64 \
 	| lm32 \
 	| m32c | m32r | m32rle | m68000 | m68k | m88k \
-	| maxq | mb | microblaze | mcore | mep | metag \
+	| maxq | mb | microblaze | microblazeel | mcore | mep | metag \
 	| mips | mipsbe | mipseb | mipsel | mipsle \
 	| mips16 \
 	| mips64 | mips64el \
@@ -282,20 +286,21 @@ case $basic_machine in
 	| mipsisa64r2 | mipsisa64r2el \
 	| mipsisa64sb1 | mipsisa64sb1el \
 	| mipsisa64sr71k | mipsisa64sr71kel \
+	| mipsr5900 | mipsr5900el \
 	| mipstx39 | mipstx39el \
 	| mn10200 | mn10300 \
 	| moxie \
 	| mt \
 	| msp430 \
 	| nds32 | nds32le | nds32be \
-	| nios | nios2 \
+	| nios | nios2 | nios2eb | nios2el \
 	| ns16k | ns32k \
 	| open8 \
-	| or32 \
+	| or1k | or32 \
 	| pdp10 | pdp11 | pj | pjl \
 	| powerpc | powerpc64 | powerpc64le | powerpcle \
 	| pyramid \
-	| rx \
+	| rl78 | rx \
 	| score \
 	| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
 	| sh64 | sh64le \
@@ -319,8 +324,7 @@ case $basic_machine in
 	c6x)
 		basic_machine=tic6x-unknown
 		;;
-	m6811 | m68hc11 | m6812 | m68hc12 | picochip)
-		# Motorola 68HC11/12.
+	m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
 		basic_machine=$basic_machine-unknown
 		os=-none
 		;;
@@ -333,7 +337,10 @@ case $basic_machine in
 	strongarm | thumb | xscale)
 		basic_machine=arm-unknown
 		;;
-
+	xgate)
+		basic_machine=$basic_machine-unknown
+		os=-none
+		;;
 	xscaleeb)
 		basic_machine=armeb-unknown
 		;;
@@ -356,15 +363,16 @@ case $basic_machine in
 	# Recognize the basic CPU types with company name.
 	580-* \
 	| a29k-* \
+	| aarch64-* | aarch64_be-* \
 	| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
 	| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
-	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
+	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
 	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
 	| avr-* | avr32-* \
 	| be32-* | be64-* \
 	| bfin-* | bs2000-* \
 	| c[123]* | c30-* | [cjt]90-* | c4x-* \
-	| clipper-* | craynv-* | cydra-* \
+	| c8051-* | clipper-* | craynv-* | cydra-* \
 	| d10v-* | d30v-* | dlx-* \
 	| elxsi-* \
 	| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
@@ -377,7 +385,8 @@ case $basic_machine in
 	| lm32-* \
 	| m32c-* | m32r-* | m32rle-* \
 	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
-	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
+	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
+	| microblaze-* | microblazeel-* \
 	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
 	| mips16-* \
 	| mips64-* | mips64el-* \
@@ -395,19 +404,20 @@ case $basic_machine in
 	| mipsisa64r2-* | mipsisa64r2el-* \
 	| mipsisa64sb1-* | mipsisa64sb1el-* \
 	| mipsisa64sr71k-* | mipsisa64sr71kel-* \
+	| mipsr5900-* | mipsr5900el-* \
 	| mipstx39-* | mipstx39el-* \
 	| mmix-* \
 	| mt-* \
 	| msp430-* \
 	| nds32-* | nds32le-* | nds32be-* \
-	| nios-* | nios2-* \
+	| nios-* | nios2-* | nios2eb-* | nios2el-* \
 	| none-* | np1-* | ns16k-* | ns32k-* \
 	| open8-* \
 	| orion-* \
 	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
 	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
 	| pyramid-* \
-	| romp-* | rs6000-* | rx-* \
+	| rl78-* | romp-* | rs6000-* | rx-* \
 	| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
 	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
 	| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
@@ -719,7 +729,6 @@ case $basic_machine in
 	i370-ibm* | ibm*)
 		basic_machine=i370-ibm
 		;;
-# I'm not sure what "Sysv32" means.  Should this be sysv3.2?
 	i*86v32)
 		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
 		os=-sysv32
@@ -777,11 +786,15 @@ case $basic_machine in
 		basic_machine=ns32k-utek
 		os=-sysv
 		;;
-	microblaze)
+	microblaze*)
 		basic_machine=microblaze-xilinx
 		;;
+	mingw64)
+		basic_machine=x86_64-pc
+		os=-mingw64
+		;;
 	mingw32)
-		basic_machine=i386-pc
+		basic_machine=i686-pc
 		os=-mingw32
 		;;
 	mingw32ce)
@@ -816,6 +829,10 @@ case $basic_machine in
 	ms1-*)
 		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
 		;;
+	msys)
+		basic_machine=i686-pc
+		os=-msys
+		;;
 	mvs)
 		basic_machine=i370-ibm
 		os=-mvs
@@ -1004,7 +1021,11 @@ case $basic_machine in
 		basic_machine=i586-unknown
 		os=-pw32
 		;;
-	rdos)
+	rdos | rdos64)
+		basic_machine=x86_64-pc
+		os=-rdos
+		;;
+	rdos32)
 		basic_machine=i386-pc
 		os=-rdos
 		;;
@@ -1331,21 +1352,21 @@ case $os in
 	-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
 	      | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
 	      | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
-	      | -sym* | -kopensolaris* \
+	      | -sym* | -kopensolaris* | -plan9* \
 	      | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
 	      | -aos* | -aros* \
 	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
 	      | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
 	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
-	      | -openbsd* | -solidbsd* \
+	      | -bitrig* | -openbsd* | -solidbsd* \
 	      | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
 	      | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
 	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
 	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
 	      | -chorusos* | -chorusrdb* | -cegcc* \
-	      | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-	      | -mingw32* | -linux-gnu* | -linux-android* \
-	      | -linux-newlib* | -linux-uclibc* \
+	      | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
+	      | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
+	      | -linux-newlib* | -linux-musl* | -linux-uclibc* \
 	      | -uxpv* | -beos* | -mpeix* | -udk* \
 	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
 	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
@@ -1477,9 +1498,6 @@ case $os in
 	-aros*)
 		os=-aros
 		;;
-	-kaos*)
-		os=-kaos
-		;;
 	-zvmoe)
 		os=-zvmoe
 		;;
@@ -1528,6 +1546,12 @@ case $basic_machine in
 	c4x-* | tic4x-*)
 		os=-coff
 		;;
+	c8051-*)
+		os=-elf
+		;;
+	hexagon-*)
+		os=-elf
+		;;
 	tic54x-*)
 		os=-coff
 		;;
@@ -1555,9 +1579,6 @@ case $basic_machine in
 		;;
 	m68000-sun)
 		os=-sunos3
-		# This also exists in the configure program, but was not the
-		# default.
-		# os=-sunos4
 		;;
 	m68*-cisco)
 		os=-aout
@@ -1571,6 +1592,9 @@ case $basic_machine in
 	mips*-*)
 		os=-elf
 		;;
+	or1k-*)
+		os=-elf
+		;;
 	or32-*)
 		os=-coff
 		;;
diff --git a/configure b/configure
index 0859da5..b963371 100755
--- a/configure
+++ b/configure
@@ -4168,7 +4168,8 @@ else
     ;;
   *)
     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len"; then
+    if test -n "$lt_cv_sys_max_cmd_len" && \
+	test undefined != "$lt_cv_sys_max_cmd_len"; then
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
     else
@@ -4569,10 +4570,6 @@ freebsd* | dragonfly*)
   fi
   ;;
 
-gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
 haiku*)
   lt_cv_deplibs_check_method=pass_all
   ;;
@@ -4611,11 +4608,11 @@ irix5* | irix6* | nonstopux*)
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   else
@@ -5751,7 +5748,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 	    LD="${LD-ld} -m elf_i386_fbsd"
 	    ;;
 	  x86_64-*linux*)
-	    LD="${LD-ld} -m elf_i386"
+	    case `/usr/bin/file conftest.o` in
+	      *x86-64*)
+		LD="${LD-ld} -m elf32_x86_64"
+		;;
+	      *)
+		LD="${LD-ld} -m elf_i386"
+		;;
+	    esac
 	    ;;
 	  ppc64-*linux*|powerpc64-*linux*)
 	    LD="${LD-ld} -m elf32ppclinux"
@@ -7580,7 +7584,7 @@ lt_prog_compiler_static=
       lt_prog_compiler_static='-non_shared'
       ;;
 
-    linux* | k*bsd*-gnu | kopensolaris*-gnu)
+    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
       case $cc_basename in
       # old Intel for x86_64 which still supported -KPIC.
       ecc*)
@@ -8058,6 +8062,9 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
   openbsd*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    link_all_deplibs=no
+    ;;
   esac
 
   ld_shlibs=yes
@@ -8279,7 +8286,7 @@ _LT_EOF
       fi
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 	wlarc=
@@ -8456,6 +8463,7 @@ _LT_EOF
 	if test "$aix_use_runtimelinking" = yes; then
 	  shared_flag="$shared_flag "'${wl}-G'
 	fi
+	link_all_deplibs=no
       else
 	# not using gcc
 	if test "$host_cpu" = ia64; then
@@ -8909,7 +8917,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
       link_all_deplibs=yes
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
       else
@@ -9746,17 +9754,6 @@ freebsd* | dragonfly*)
   esac
   ;;
 
-gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
 haiku*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
@@ -9873,7 +9870,7 @@ linux*oldld* | linux*aout* | linux*coff*)
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
@@ -9937,6 +9934,18 @@ fi
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -12650,9 +12659,6 @@ fi
         ld_shlibs_CXX=yes
         ;;
 
-      gnu*)
-        ;;
-
       haiku*)
         archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
         link_all_deplibs_CXX=yes
@@ -12814,7 +12820,7 @@ fi
         inherit_rpath_CXX=yes
         ;;
 
-      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
         case $cc_basename in
           KCC*)
 	    # Kuck and Associates, Inc. (KAI) C++ Compiler
@@ -13674,7 +13680,7 @@ lt_prog_compiler_static_CXX=
 	    ;;
 	esac
 	;;
-      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
 	case $cc_basename in
 	  KCC*)
 	    # KAI C++ Compiler
@@ -13738,7 +13744,7 @@ lt_prog_compiler_static_CXX=
 	    ;;
 	esac
 	;;
-      netbsd*)
+      netbsd* | netbsdelf*-gnu)
 	;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -14109,6 +14115,9 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
       ;;
     esac
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    link_all_deplibs_CXX=no
+    ;;
   *)
     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
     ;;
@@ -14543,17 +14552,6 @@ freebsd* | dragonfly*)
   esac
   ;;
 
-gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
 haiku*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
@@ -14670,7 +14668,7 @@ linux*oldld* | linux*aout* | linux*coff*)
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
@@ -14734,6 +14732,18 @@ fi
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
diff --git a/doc/Makefile b/doc/Makefile
index 673bf74..82c867d 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -25,15 +25,15 @@ translations = it_IT pt_BR
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=2
+POSTGIS_MICRO_VERSION=3
 
 INSTALL=/usr/bin/install -c
 INSTALL_DATA=${INSTALL} -m 644
 
-XSLTPROC=/opt/local/bin/xsltproc
-XSLBASE=
-XMLLINT=/opt/local/bin/xmllint
-PERL=/opt/local/bin/perl
+XSLTPROC=/usr/bin/xsltproc
+XSLBASE=/usr/share/xml/docbook/stylesheet/nwalsh
+XMLLINT=/usr/bin/xmllint
+PERL=/usr/bin/perl
 
 # To allow network access use:
 #
@@ -63,10 +63,10 @@ HTML_DOCBOOK_XSL=$(XSLBASE)/html/docbook.xsl
 CHUNK_HTML_DOCBOOK_XSL=$(XSLBASE)/html/chunk.xsl
 
 # DBLatex's dblatex script for PDF generation from DocBook
-DBLATEX=
+DBLATEX=/usr/bin/dblatex
 
 # Imagemagick's convert utility program for generated images used in the documentation
-IMAGEMAGICK=/opt/local/bin/convert
+IMAGEMAGICK=/usr/bin/convert
 
 # Gettext for translated documentation
 MSGMERGE=msgmerge
@@ -78,9 +78,9 @@ XML2POT=xml2pot
 DBTOEPUB=dbtoepub
 
 # Directories for postgresql subdirectories
-PGSQL_DOCDIR=/opt/pgsql/9.2/share/doc
-PGSQL_MANDIR=/opt/pgsql/9.2/share/man
-PGSQL_SHAREDIR=/opt/pgsql/9.2/share
+PGSQL_DOCDIR=/home/postgresql-9.3.1/share/doc
+PGSQL_MANDIR=/home/postgresql-9.3.1/share/man
+PGSQL_SHAREDIR=/home/postgresql-9.3.1/share
 
 # If XSLTPROC or XSLBASE were not found during configure, we cannot
 # build the documentation
diff --git a/doc/Makefile.comments b/doc/Makefile.comments
index 856c447..32e1267 100644
--- a/doc/Makefile.comments
+++ b/doc/Makefile.comments
@@ -21,8 +21,8 @@ MODULEDIR=contrib/$(MODULE_doc)
 DATA_built=postgis_comments.sql raster_comments.sql topology_comments.sql
 
 # PGXS information
-PG_CONFIG = /opt/pgsql/9.2/bin/pg_config 
-PGXS := /opt/pgsql/9.2/lib/pgxs/src/makefiles/pgxs.mk
+PG_CONFIG = /home/postgresql-9.3/bin/pg_config 
+PGXS := /home/postgresql-9.3.1/lib/pgxs/src/makefiles/pgxs.mk
 include $(PGXS)
 
 # PGXS override feature. The ability to allow PostGIS to install itself
diff --git a/doc/html/image_src/Makefile b/doc/html/image_src/Makefile
index 1b3d271..6494769 100644
--- a/doc/html/image_src/Makefile
+++ b/doc/html/image_src/Makefile
@@ -11,9 +11,9 @@
 # **********************************************************************
 
 CC=gcc
-CFLAGS=-g -O2  -Wall -Wmissing-prototypes -I/usr/local/include
+CFLAGS=-g -O2  -Wall -Wmissing-prototypes 
 
-CUNIT_LDFLAGS=
+CUNIT_LDFLAGS= -lcunit
 CUNIT_CPPFLAGS= -I../../../liblwgeom
 
 IMAGES= \
diff --git a/doc/installation.xml b/doc/installation.xml
index dab2f53..7c9717a 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -34,13 +34,30 @@ psql -d yourdatabase -f postgis_comments.sql
 psql -d yourdatabase -f spatial_ref_sys.sql
 psql -d yourdatabase -f rtpostgis.sql
 psql -d yourdatabase -f raster_comments.sql
-psql -d yourdatabase -f topology/topology.sql
+psql -d yourdatabase -f topology.sql
 psql -d yourdatabase -f topology_comments.sql</programlisting>
 
 	<para>
 	  The rest of this chapter goes into detail each of the above installation
 	  steps.
 	</para>
+	<para>As of PostGIS 2.1.3, out-of-db rasters and all raster drivers are disabled by default. In order to re-enable these, you need to set the following environment variables:
+	<varname>POSTGIS_GDAL_ENABLED_DRIVERS</varname> and <varname>POSTGIS_ENABLE_OUTDB_RASTERS</varname> in the server environment.</para>
+	
+	<para>If you want to enable offline raster:</para>
+	<programlisting>POSTGIS_ENABLE_OUTDB_RASTERS=1</programlisting>
+	<para>Any other setting or no setting at all will disable out of db rasters.</para>
+	<para>In order to enable all GDAL drivers available in your GDAL install, set this environment variable as follows</para>
+	<programlisting>POSTGIS_GDAL_ENABLED_DRIVERS=ENABLE_ALL</programlisting>
+	<para>If you want to only enable specific drivers, set your environment variable as follows:</para>
+	<programlisting>POSTGIS_GDAL_ENABLED_DRIVERS="EHdr GTiff PNG JPEG GIF XYZ"</programlisting>
+	
+	<para>Setting environment variables varies depending on OS.  For PostgreSQL installed on Ubuntu or Debian via apt-postgresql, the preferred way is to
+	edit <filename>/etc/postgresql/<replaceable>9.3</replaceable>/<replaceable>main</replaceable>/environment</filename> where 9.3 refers to version of PostgreSQL and main refers to the cluster.</para>
+	
+	<para>On windows, if you are running as a service, you can set via System variables which for Windows 7 you can get to by right-clicking on Computer->Properties Advanced System Settings or in explorer navigating to <varname>Control Panel\All Control Panel Items\System</varname>. 
+	Then clicking <emphasis>Advanced System Settings ->Advanced->Environment Variables</emphasis> and adding new system variables.</para>
+	<para>After you set the environment variables, you'll need to restart your PostgreSQL service for the changes to take effect.</para>
   </sect1>
 
   <sect1 id="install_requirements">
@@ -493,6 +510,15 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
 			</para>
 		  </listitem>
 		</varlistentry>
+		<varlistentry>
+		  <term><command>--with-sfcgal=PATH</command></term>
+		  <listitem>
+			<para>
+			  By default PostGIS will not install with sfcgal support without this switch. 
+			  <varname>PATH</varname> is an optional argument that allows to specify an alternate PATH to sfcgal-config.
+			</para>
+		  </listitem>
+		</varlistentry>
 	  </variablelist>
 	  <note>
 		<para>
diff --git a/doc/postgis.xml b/doc/postgis.xml
index f7128ba..e629191 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -12,7 +12,7 @@
 
 <!-- Change these values to update the version numbers referenced within the documentation -->
 <!ENTITY last_proj_release_version "4.8.0">
-<!ENTITY last_geos_release_version "3.4.2">
+<!ENTITY last_geos_release_version "3.4.0">
 <!ENTITY min_postgres_version "9.0">
 
 <!ENTITY introduction SYSTEM "introduction.xml">
diff --git a/doc/postgis_comments.sql b/doc/postgis_comments.sql
index 2adc54f..e9f11b9 100644
--- a/doc/postgis_comments.sql
+++ b/doc/postgis_comments.sql
@@ -227,7 +227,7 @@ COMMENT ON FUNCTION ST_NRings(geometry ) IS 'args: geomA - If the geometry is a
 			
 COMMENT ON FUNCTION ST_NumGeometries(geometry ) IS 'args: geom - If geometry is a GEOMETRYCOLLECTION (or MULTI*) return the number of geometries, for single geometries will return 1, otherwise return NULL.';
 			
-COMMENT ON FUNCTION ST_NumInteriorRings(geometry ) IS 'args: a_polygon - Return the number of interior rings of the first polygon in the geometry. This will work with both POLYGON and MULTIPOLYGON types but only looks at the first polygon. Return NULL if there is no polygon in the geometry.';
+COMMENT ON FUNCTION ST_NumInteriorRings(geometry ) IS 'args: a_polygon - Return the number of interior rings of the a polygon in the geometry. This will work with POLYGON and return NULL for a MULTIPOLYGON type or any other type';
 			
 COMMENT ON FUNCTION ST_NumInteriorRing(geometry ) IS 'args: a_polygon - Return the number of interior rings of the first polygon in the geometry. Synonym to ST_NumInteriorRings.';
 			
diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml
index ed81cbf..c80e901 100644
--- a/doc/reference_accessor.xml
+++ b/doc/reference_accessor.xml
@@ -1646,10 +1646,8 @@ POLYGON((-7 4.2,-7.1 5,-7.1 4.3,-7 4.2)))'));
 	<refentry id="ST_NumInteriorRings">
 	  <refnamediv>
 		<refname>ST_NumInteriorRings</refname>
-		<refpurpose>Return the number of interior rings of the first polygon in
-			the geometry. This will work with both POLYGON and MULTIPOLYGON types but only looks at the first polygon.
-			Return NULL if there is no polygon in the
-			geometry.</refpurpose>
+		<refpurpose>Return the number of interior rings of the a polygon in
+			the geometry. This will work with POLYGON and return NULL for a MULTIPOLYGON type or any other type</refpurpose>
 	  </refnamediv>
 
 	  <refsynopsisdiv>
@@ -1670,6 +1668,7 @@ POLYGON((-7 4.2,-7.1 5,-7.1 4.3,-7 4.2)))'));
 			geometry.</para>
 
 		<para>&sqlmm_compliant; SQL-MM 3: 8.2.5</para>
+		<para>Changed: 2.0.0 - in prior versions it would return the number of interior rings for the first POLYGON in a MULTIPOLYGON.</para>
 	  </refsection>
 
 	  <refsection>
@@ -1711,16 +1710,6 @@ GROUP BY gid, field1,field2;
 		</funcsynopsis>
 	  </refsynopsisdiv>
 
-	  <refsection>
-		<title>Description</title>
-
-		<para>Return the number of interior rings of the first polygon in
-			the geometry. Synonym to ST_NumInteriorRings. The OpenGIS specs are
-			ambiguous about the exact function naming, so we provide both
-			spellings.</para>
-
-		<para>&sqlmm_compliant; SQL-MM 3: 8.2.5</para>
-	  </refsection>
 
 	  <refsection>
 		<title>See Also</title>
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 870d630..474550d 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -3,6 +3,41 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
     <sect1>
+      <title>Release 2.1.3</title>
+      <para>Release date: 2014/05/13</para>
+      <para>This is a bug fix and security release.</para>
+      <simplesect>
+        <title>Important changes</title>
+<para>
+Starting with this version offline raster access and use of GDAL drivers
+are disabled by default.
+</para>
+
+<para>
+An environment variable is introduced to allow for enabling
+specific GDAL drivers: POSTGIS_GDAL_ENABLED_DRIVERS.
+By default, all GDAL drivers are disabled
+</para>
+
+<para>
+An environment variable is introduced to allow for enabling
+out-db raster bands: POSTGIS_ENABLE_OUTDB_RASTERS.
+By default, out-db raster bands are disabled
+</para>
+
+<para>
+The environment variables must be set for the PostgreSQL process,
+and determines the behavior of the whole cluster.
+</para>
+      </simplesect>
+      <simplesect>
+        <title>Bug Fixes</title>
+<para>#2697, invalid GeoJSON Polygon input crashes server process</para>
+<para>#2700, Fix dumping of higher-dimension datasets with null rows</para>
+<para>#2706, ST_DumpPoints of EMPTY geometries crashes server</para>
+      </simplesect>
+    </sect1>
+    <sect1>
       <title>Release 2.1.2</title>
       <para>Release date: 2014/03/31</para>
       <para>This is a bug fix release, addressing issues that have been filed since the 2.1.1 release.</para>
@@ -295,8 +330,76 @@
       <para>#2111, Raster bands can only reference the first 256 bands of out-db rasters</para>
 		</simplesect>
 	 </sect1>
-	  
-       <sect1>
+	 
+	     <sect1>
+       <title>Release 2.0.5</title>
+         <para>Release date: 2014/03/31</para>
+         <para>This is a bug fix release, addressing issues that have been filed since the 2.0.4 release. If you are using PostGIS 2.0+ a soft upgrade is required.  For users of PostGIS 1.5 or below, a hard upgrade is required.</para>
+       <simplesect>
+         <title>Bug Fixes</title>
+         <para>#2494, avoid memcpy in GIST index</para>
+         <para>#2502, Fix postgis_topology_scripts_installed() install schema</para>
+         <para>#2504, Fix segfault on bogus pgsql2shp call </para>
+         <para>#2528, Fix memory leak in ST_Split / lwline_split_by_line</para>
+         <para>#2532, Add missing raster/geometry commutator operators</para>
+         <para>#2533, Remove duplicated signatures</para>
+         <para>#2552, Fix NULL raster handling in ST_AsPNG, ST_AsTIFF and ST_AsJPEG</para>
+         <para>#2555, Fix parsing issue of range arguments of ST_Reclass</para>
+         <para>#2589, Remove use of unnecessary void pointers</para>
+         <para>#2607, Cannot open more than 1024 out-db files in process</para>
+         <para>#2610, Ensure face splitting algorithm uses the edge index </para>
+         <para>#2619, Empty ring array in GeoJSON polygon causes crash</para>
+         <para>#2638, Geography distance on M geometries sometimes wrong</para>
+       </simplesect>
+       <simplesect>
+         <title>Important Changes</title>
+         <para>##2514, Change raster license from GPL v3+ to v2+, allowing distribution of PostGIS Extension as GPLv2.</para>
+       </simplesect>
+     </sect1>
+
+  <sect1>
+    <title>Release 2.0.4</title>
+      <para>Release date: 2013/09/06</para>
+      <para>This is a bug fix release, addressing issues that have been filed since the 2.0.3 release. If you are using PostGIS 2.0+ a soft upgrade is required.  For users of PostGIS 1.5 or below, a hard upgrade is required.</para>
+    <simplesect>
+      <title>Bug Fixes</title>
+        <para>#2110, Equality operator between EMPTY and point on origin</para>
+        <para>Allow adding points at precision distance with TopoGeo_addPoint</para>
+        <para>#1968, Fix missing edge from toTopoGeom return</para>
+        <para>#2165, ST_NumPoints regression failure with CircularString</para>
+        <para>#2168, ST_Distance is not always commutative</para>
+        <para>#2186, gui progress bar updates too frequent</para>
+        <para>#2201, ST_GeoHash wrong on boundaries</para>
+        <para>#2257, GBOX variables not initialized when testing with empty geometries</para>
+        <para>#2271, Prevent parallel make of raster</para>
+        <para>#2267, Server crash from analyze table</para>
+        <para>#2277, potential segfault removed</para>
+        <para>#2307, ST_MakeValid outputs invalid geometries</para>
+        <para>#2351, st_distance between geographies wrong</para>
+        <para>#2359, Incorrect handling of schema for overview constraints</para>
+        <para>#2371, Support GEOS versions with more than 1 digit in micro</para>
+        <para>#2372, Cannot parse space-padded KML coordinates</para>
+        <para>Fix build with systemwide liblwgeom installed</para>
+        <para>#2383, Fix unsafe use of \' in warning message</para>
+        <para>#2410, Fix segmentize of collinear curve</para>
+        <para>#2412, ST_LineToCurve support for lines with less than 4 vertices</para>
+        <para>#2415, ST_Multi support for COMPOUNDCURVE and CURVEPOLYGON</para>
+        <para>#2420, ST_LineToCurve: require at least 8 edges to define a full circle</para>
+        <para>#2423, ST_LineToCurve: require all arc edges to form the same angle</para>
+        <para>#2424, ST_CurveToLine: add support for COMPOUNDCURVE in MULTICURVE</para>
+        <para>#2427, Make sure to retain first point of curves on ST_CurveToLine</para>
+    </simplesect>
+    <simplesect>
+      <title>Enhancements</title>
+      <para>#2269, Avoid uselessly detoasting full geometries on ANALYZE</para>
+    </simplesect>
+    <simplesect>
+      <title>Known Issues</title>
+      <para>#2111, Raster bands can only reference the first 256 bands of out-db rasters</para>
+    </simplesect>
+  </sect1>
+  
+  <sect1>
 		<title>Release 2.0.3</title>
 		<para>Release date: 2013/03/01</para>
 		<para>This is a bug fix release, addressing issues that have been filed since the 2.0.2 release. If you are using PostGIS 2.0+ a soft upgrade is required.  For users of PostGIS 1.5 or below, a hard upgrade is required.</para>
diff --git a/doc/xsl/postgis_gardentest.sql.xsl b/doc/xsl/postgis_gardentest.sql.xsl
index 0baa715..30fab74 100644
--- a/doc/xsl/postgis_gardentest.sql.xsl
+++ b/doc/xsl/postgis_gardentest.sql.xsl
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  xmlns:pgis="http://www.postgis.org/pgis">
 <!-- ********************************************************************
- * $Id: postgis_gardentest.sql.xsl 11350 2013-05-04 13:54:22Z robe $
+ * $Id: postgis_gardentest.sql.xsl 12418 2014-04-04 06:16:00Z robe $
  ********************************************************************
 	 Copyright 2008-2010, Regina Obe
 	 License: BSD
@@ -9,7 +9,7 @@
 			using a garden variety of geometries.  Its intent is to flag major crashes.
 	 ******************************************************************** -->
 	<xsl:output method="text" />
-	<xsl:variable name='testversion'>2.1.0</xsl:variable>
+	<xsl:variable name='testversion'>2.1.3</xsl:variable>
 	<xsl:variable name='fnexclude14'>AddGeometryColumn DropGeometryColumn DropGeometryTable</xsl:variable>
 	<xsl:variable name='fnexclude'>AddGeometryColumn DropGeometryColumn DropGeometryTable</xsl:variable>
 	<!--This is just a place holder to state functions not supported in 1.3 or tested separately -->
@@ -18,7 +18,7 @@
 	<xsl:variable name='var_position'>1</xsl:variable>
 	<xsl:variable name='var_integer1'>3</xsl:variable>
 	<xsl:variable name='var_integer2'>5</xsl:variable>
-	<xsl:variable name='var_float1'>0.5</xsl:variable>
+	<xsl:variable name='var_float1'>20.1</xsl:variable>
 	<xsl:variable name='var_float2'>0.75</xsl:variable>
 	<xsl:variable name='var_distance'>100</xsl:variable>
 	<xsl:variable name='var_version1'>1</xsl:variable>
@@ -466,7 +466,7 @@ SELECT '<xsl:value-of select="$log_label" /> Geography: End Testing';
 				<xsl:variable name='fnname'><xsl:value-of select="funcdef/function"/></xsl:variable>
 				<xsl:variable name='fndef'><xsl:value-of select="funcdef"/></xsl:variable>
 				<xsl:variable name='numparams'><xsl:value-of select="count(paramdef/parameter)" /></xsl:variable>
-				<xsl:variable name='numparamgeoms'><xsl:value-of select="count(paramdef/type[contains(text(),'geometry') or contains(text(),'geography') or contains(text(),'box') or contains(text(), 'bytea')]) + count(paramdef/parameter[contains(text(),'WKT')]) + count(paramdef/parameter[contains(text(),'geomgml')])" /></xsl:variable>
+				<xsl:variable name='numparamgeoms'><xsl:value-of select="count(paramdef/type[contains(text(),'geometry') or contains(text(),'geography') or contains(text(),'box') or contains(text(), 'bytea')]) + count(paramdef/parameter[contains(text(),'WKT')]) + count(paramdef/parameter[contains(text(),'geomgml')]) + count(paramdef/parameter[contains(text(),'geomjson')]) + count(paramdef/parameter[contains(text(),'geomkml')])" /></xsl:variable>
 				<xsl:variable name='numparamgeogs'><xsl:value-of select="count(paramdef/type[contains(text(),'geography')] )" /></xsl:variable>
 				<xsl:variable name='log_label'><xsl:value-of select="funcdef/function" />(<xsl:value-of select="$fnargs" />)</xsl:variable>
 
@@ -614,6 +614,9 @@ SELECT '<xsl:value-of select="$fnname" /><xsl:text> </xsl:text><xsl:value-of sel
 					<xsl:when test="(contains(parameter,'geomkml'))">
 						<xsl:text>ST_AsKML(foo1.the_geom)</xsl:text>
 					</xsl:when>
+					<xsl:when test="(contains(parameter,'geomjson'))">
+						<xsl:text>ST_AsGeoJSON(foo1.the_geom)</xsl:text>
+					</xsl:when>
 					<xsl:when test="(contains(type,'box') or type = 'geometry' or type = 'geometry ' or contains(type,'geometry set')) and (position() = 1 or count($func/paramdef/type[contains(text(),'geometry') or contains(text(),'box') or contains(text(), 'WKT') or contains(text(), 'bytea')]) = '1')">
 						<xsl:text>foo1.the_geom</xsl:text>
 					</xsl:when>
diff --git a/extensions/postgis/postgis.control b/extensions/postgis/postgis.control
index 9960cde..59feff7 100644
--- a/extensions/postgis/postgis.control
+++ b/extensions/postgis/postgis.control
@@ -1,5 +1,5 @@
 # postgis extension
 comment = 'PostGIS geometry, geography, and raster spatial types and functions'
-default_version = '2.1.2'
+default_version = '2.1.3'
 module_pathname = '$libdir/postgis-2.1'
 relocatable = true
diff --git a/extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control b/extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control
index 4869283..a902eac 100644
--- a/extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control
+++ b/extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control
@@ -1,6 +1,6 @@
 # postgis tiger geocoder extension
 comment = 'PostGIS tiger geocoder and reverse geocoder'
-default_version = '2.1.2'
+default_version = '2.1.3'
 relocatable = false
 schema = tiger
 requires = 'postgis,fuzzystrmatch'
diff --git a/extensions/postgis_topology/postgis_topology.control b/extensions/postgis_topology/postgis_topology.control
index 6f6cd5f..c43ae1b 100644
--- a/extensions/postgis_topology/postgis_topology.control
+++ b/extensions/postgis_topology/postgis_topology.control
@@ -1,6 +1,6 @@
 # postgis topology extension
 comment = 'PostGIS topology spatial types and functions'
-default_version = '2.1.2'
+default_version = '2.1.3'
 relocatable = false
 schema = topology
 requires = postgis
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index c78e3bf..055af0e 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -4,22 +4,26 @@ UPGRADEABLE_VERSIONS = \
     2.0.2 \
     2.0.3 \
     2.0.4 \
+    2.0.5 \
 	2.1.0rc1 \
 	2.1.0rc2 \
 	2.1.0rc3 \
 	2.1.0 \
-	2.1.1
+	2.1.1 \
+	2.1.2
     
 UPGRADEABLE_VERSIONS_MINOR = \
 	2.0.0 \
     2.0.1 \
     2.0.2 \
     2.0.3 \
-    2.0.4 
+    2.0.4 \
+    2.0.5
 
 UPGRADEABLE_VERSIONS_PATCH = \
 	2.1.0rc1 \
 	2.1.0rc2 \
 	2.1.0rc3 \
 	2.1.0 \
-	2.1.1
+	2.1.1 \
+	2.1.2
diff --git a/install-sh b/install-sh
index a9244eb..377bb86 100755
--- a/install-sh
+++ b/install-sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2011-01-19.21; # UTC
+scriptversion=2011-11-20.07; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -35,7 +35,7 @@ scriptversion=2011-01-19.21; # UTC
 # FSF changes to this file are in the public domain.
 #
 # Calling this script install-sh is preferred over install.sh, to prevent
-# `make' implicit rules from creating a file called install from it
+# 'make' implicit rules from creating a file called install from it
 # when there is no Makefile.
 #
 # This script is compatible with the BSD install script, but was written
@@ -156,7 +156,7 @@ while test $# -ne 0; do
     -s) stripcmd=$stripprog;;
 
     -t) dst_arg=$2
-	# Protect names problematic for `test' and other utilities.
+	# Protect names problematic for 'test' and other utilities.
 	case $dst_arg in
 	  -* | [=\(\)!]) dst_arg=./$dst_arg;;
 	esac
@@ -190,7 +190,7 @@ if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
     fi
     shift # arg
     dst_arg=$arg
-    # Protect names problematic for `test' and other utilities.
+    # Protect names problematic for 'test' and other utilities.
     case $dst_arg in
       -* | [=\(\)!]) dst_arg=./$dst_arg;;
     esac
@@ -202,7 +202,7 @@ if test $# -eq 0; then
     echo "$0: no input file specified." >&2
     exit 1
   fi
-  # It's OK to call `install-sh -d' without argument.
+  # It's OK to call 'install-sh -d' without argument.
   # This can happen when creating conditional directories.
   exit 0
 fi
@@ -240,7 +240,7 @@ fi
 
 for src
 do
-  # Protect names problematic for `test' and other utilities.
+  # Protect names problematic for 'test' and other utilities.
   case $src in
     -* | [=\(\)!]) src=./$src;;
   esac
@@ -354,7 +354,7 @@ do
 	      if test -z "$dir_arg" || {
 		   # Check for POSIX incompatibilities with -m.
 		   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
-		   # other-writeable bit of parent directory when it shouldn't.
+		   # other-writable bit of parent directory when it shouldn't.
 		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
 		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
 		   case $ls_ld_tmpdir in
diff --git a/java/jdbc/Makefile b/java/jdbc/Makefile
index 9711a16..dd4f5f9 100644
--- a/java/jdbc/Makefile
+++ b/java/jdbc/Makefile
@@ -10,7 +10,7 @@
 # *
 # **********************************************************************
 
-ANT=/opt/local/bin/ant
+ANT=/usr/bin/ant
 
 all: build
 
diff --git a/java/jdbc/README b/java/jdbc/README
index 100a787..706f8e6 100644
--- a/java/jdbc/README
+++ b/java/jdbc/README
@@ -223,7 +223,8 @@ CLASSPATH, "make postgis_jts" and use at your own risk.
 
 Well, the best place are the official PostGIS mailing lists for PostGIS,
 subscription information is linked at:
-  http://postgis.refractions.net/support.php
+
+  http://postgis.net/
   
 If you want to report errors, please try to send us all the details we need
 to reproduce your problem. A small, self-contained test case would be best.
diff --git a/java/jdbc/jtssrc/pom.xml b/java/jdbc/jtssrc/pom.xml
deleted file mode 100644
index 2c2c837..0000000
--- a/java/jdbc/jtssrc/pom.xml
+++ /dev/null
@@ -1,165 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-	<modelVersion>4.0.0</modelVersion>
-
-	<groupId>org.postgis</groupId>
-	<artifactId>postgis-jdbc-jtsparser</artifactId>
-	<version>2.1.2</version>
-	<packaging>jar</packaging>
-
-	<name>Postgis JDBC Driver JTS Parser</name>
-	<url>http://www.postgis.org</url>
-	<description>Parser between JTS and PostGIS geometry formats.</description>
-
-	<licenses>
-		<license>
-			<name>GNU Lesser General Public License</name>
-			<url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
-			<distribution>repo</distribution>
-		</license>
-	</licenses>
-
-	<developers>
-		<developer>
-			<name>Postgis Development Team</name>
-		</developer>
-		<developer>
-			<name>María Arias de Reyna</name>
-			<email>delawen en gmail.com</email>
-		</developer>
-	</developers>
-	<contributors>
-		<contributor>
-			<name>Hakan Tandogan</name>
-			<email>hakan at gurkensalat.com</email>
-			<url>http://www.gurkensalat.com/</url>
-			<roles>
-				<role>Maven Packager</role>
-			</roles>
-		</contributor>
-	</contributors>
-	<mailingLists>
-		<mailingList>
-			<name>User List</name>
-			<subscribe>postgis-users-subscribe at postgis.refractions.net</subscribe>
-			<unsubscribe>postgis-users-unsubscribe at postgis.refractions.net</unsubscribe>
-			<post>postgis-users at postgis.refractions.net</post>
-			<archive>http://postgis.refractions.net/pipermail/postgis-users/</archive>
-		</mailingList>
-		<mailingList>
-			<name>Developer List</name>
-			<subscribe>postgis-devel-subscribe at postgis.refractions.net</subscribe>
-			<unsubscribe>postgis-devel-unsubscribe at postgis.refractions.net</unsubscribe>
-			<post>postgis-devel at postgis.refractions.net</post>
-			<archive>http://postgis.refractions.net/pipermail/postgis-devel/</archive>
-		</mailingList>
-	</mailingLists>
-	<issueManagement>
-		<system>Trac</system>
-		<url>http://trac.osgeo.org/postgis/</url>
-	</issueManagement>
-	<scm>
-		<url>http://trac.osgeo.org/postgis/browser/tags/2.0.0</url>
-		<connection>scm:svn:http://svn.osgeo.org/postgis/tags/2.0.0/</connection>
-		<developerConnection>scm:svn:http://svn.osgeo.org/postgis/tags/2.0.0/</developerConnection>
-	</scm>
-
-	<build>
-		<sourceDirectory>${basedir}/org</sourceDirectory>
-		<plugins>
-
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-source-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>attach-sources</id>
-						<phase>verify</phase>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>attach-javadocs</id>
-						<phase>verify</phase>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-
-	</build>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.postgis</groupId>
-			<artifactId>postgis-jdbc</artifactId>
-			<version>2.0.0</version>
-		</dependency>
-		<dependency>
-			<groupId>com.vividsolutions</groupId>
-			<artifactId>jts</artifactId>
-			<version>1.12</version>
-		</dependency>
-
-	</dependencies>
-	<reporting>
-		<plugins>
-			<plugin>
-				<artifactId>maven-javadoc-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-dependency-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-project-info-reports-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-surefire-report-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>findbugs-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>javancss-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>jdepend-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>jxr-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>taglist-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>versions-maven-plugin</artifactId>
-			</plugin>
-		</plugins>
-	</reporting>
-
-
-	<distributionManagement>
-		<repository>
-			<id>sonatype-postgis-releases</id>
-			<name>Sonatype Postgis Releases Repo</name>
-			<url>http://oss.sonatype.org/content/repositories/postgis-releases</url>
-		</repository>
-	</distributionManagement>
-</project>
diff --git a/java/jdbc/pom.xml b/java/jdbc/pom.xml
index e455d30..6e1db6c 100644
--- a/java/jdbc/pom.xml
+++ b/java/jdbc/pom.xml
@@ -1,182 +1,147 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-	<modelVersion>4.0.0</modelVersion>
-
-	<groupId>org.postgis</groupId>
-	<artifactId>postgis-jdbc</artifactId>
-	<version>${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}</version>
-	<packaging>jar</packaging>
-
-	<name>Postgis JDBC Driver</name>
-	<url>http://www.postgis.org</url>
-	<description>PostGIS adds support for geographic objects to the PostgreSQL object-relational database.</description>
-
-	<licenses>
-		<license>
-			<name>GNU Lesser General Public License</name>
-			<url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
-			<distribution>repo</distribution>
-		</license>
-	</licenses>
-
-	<developers>
-		<developer>
-			<name>Postgis Development Team</name>
-		</developer>
-		<developer>
-			<name>María Arias de Reyna</name>
-			<email>delawen en gmail.com</email>
-		</developer>
-	</developers>
-	<contributors>
-		<contributor>
-			<name>Hakan Tandogan</name>
-			<email>hakan at gurkensalat.com</email>
-			<url>http://www.gurkensalat.com/</url>
-			<roles>
-				<role>Maven Packager</role>
-			</roles>
-		</contributor>
-	</contributors>
-	<mailingLists>
-		<mailingList>
-			<name>User List</name>
-			<subscribe>postgis-users-subscribe at postgis.refractions.net</subscribe>
-			<unsubscribe>postgis-users-unsubscribe at postgis.refractions.net</unsubscribe>
-			<post>postgis-users at postgis.refractions.net</post>
-			<archive>http://postgis.refractions.net/pipermail/postgis-users/</archive>
-		</mailingList>
-		<mailingList>
-			<name>Developer List</name>
-			<subscribe>postgis-devel-subscribe at postgis.refractions.net</subscribe>
-			<unsubscribe>postgis-devel-unsubscribe at postgis.refractions.net</unsubscribe>
-			<post>postgis-devel at postgis.refractions.net</post>
-			<archive>http://postgis.refractions.net/pipermail/postgis-devel/</archive>
-		</mailingList>
-	</mailingLists>
-	<issueManagement>
-		<system>Trac</system>
-		<url>http://trac.osgeo.org/postgis/</url>
-	</issueManagement>
-	<scm>
-		<url>http://trac.osgeo.org/postgis/browser/tags/2.0.0</url>
-		<connection>scm:svn:http://svn.osgeo.org/postgis/tags/2.0.0/</connection>
-		<developerConnection>scm:svn:http://svn.osgeo.org/postgis/tags/2.0.0/</developerConnection>
-	</scm>
-
-	<build>
-
-		<sourceDirectory>${basedir}/src</sourceDirectory>
-		<!-- For the driverconfig property file -->
-		<resources>
-			<resource>
-				<directory>src</directory>
-				<filtering>true</filtering>
-				<includes>
-					<include>**/*.properties</include>
-				</includes>
-				<excludes>
-					<exclude>**/*.java</exclude>
-				</excludes>
-			</resource>
-		</resources>
+    <modelVersion>4.0.0</modelVersion>
+	
+    <parent>
+        <groupId>org.sonatype.oss</groupId>
+        <artifactId>oss-parent</artifactId>
+        <version>7</version>
+    </parent>
 
-		<plugins><!--
+    <groupId>org.postgis</groupId>
+    <artifactId>postgis-jdbc</artifactId>
+    <version>2.1.3</version>
+    <packaging>jar</packaging>
+    <name>Postgis JDBC Driver</name>
+    <url>http://www.postgis.org</url>
+    <description>PostGIS adds support for geographic objects to the PostgreSQL object-relational database.</description>
 
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-source-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>attach-sources</id>
-						<phase>verify</phase>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin><plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>attach-javadocs</id>
-						<phase>verify</phase>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
+    <licenses>
+        <license>
+            <name>GNU Lesser General Public License</name>
+            <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
 
-			-->
-		</plugins>
+    <developers>
+        <developer>
+            <name>Postgis Development Team</name>
+        </developer>
+        <developer>
+            <name>María Arias de Reyna</name>
+            <email>delawen en gmail.com</email>
+        </developer>
+    </developers>
+    <contributors>
+        <contributor>
+            <name>Hakan Tandogan</name>
+            <email>hakan at gurkensalat.com</email>
+            <url>http://www.gurkensalat.com/</url>
+            <roles>
+                <role>Maven Packager</role>
+            </roles>
+        </contributor>
+        <contributor>
+            <name>Baris Ergun</name>
+            <email>barisergun75 at gmail.com</email>
+            <url>http://www.barisergun.com/</url>
+            <roles>
+                <role>Maven Packager</role>
+            </roles>
+        </contributor>
+    </contributors>
+    <mailingLists>
+        <mailingList>
+            <name>User List</name>
+            <subscribe>postgis-users-subscribe at lists.osgeo.org</subscribe>
+            <unsubscribe>postgis-users-unsubscribe at lists.osgeo.org</unsubscribe>
+            <post>postgis-users at lists.osgeo.org</post>
+            <archive>http://lists.osgeo.org/pipermail/postgis-users/</archive>
+        </mailingList>
+        <mailingList>
+            <name>Developer List</name>
+            <subscribe>postgis-devel-subscribe at lists.osgeo.org</subscribe>
+            <unsubscribe>postgis-devel-unsubscribe at lists.osgeo.org</unsubscribe>
+            <post>postgis-devel at lists.osgeo.org</post>
+            <archive>http://lists.osgeo.org/pipermail/postgis-devel/</archive>
+        </mailingList>
+    </mailingLists>
+    <issueManagement>
+        <system>Trac</system>
+        <url>http://trac.osgeo.org/postgis/</url>
+    </issueManagement>
+    <scm>
+        <url>http://trac.osgeo.org/postgis/browser/branches/2.1</url>
+        <connection>scm:svn:http://svn.osgeo.org/postgis/branches/2.1</connection>
+        <developerConnection>scm:svn:http://svn.osgeo.org/postgis/branches/2.1</developerConnection>
+    </scm>
 
-	</build>
+    <build>
 
-	<dependencies>
-		<dependency>
-			<groupId>postgresql</groupId>
-			<artifactId>postgresql</artifactId>
-			<version>9.1-901.jdbc3</version>
-		</dependency>
-	</dependencies>
-	<reporting>
-		<plugins>
-			<plugin>
-				<artifactId>maven-javadoc-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-dependency-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-project-info-reports-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-surefire-report-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>findbugs-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>javancss-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>jdepend-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>jxr-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>taglist-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>versions-maven-plugin</artifactId>
-			</plugin>
-		</plugins>
-	</reporting>
+        <sourceDirectory>${basedir}/src</sourceDirectory>
+        <!-- For the driverconfig property file -->
+        <resources>
+            <resource>
+                <directory>src</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>**/*.properties</include>
+                </includes>
+                <excludes>
+                    <exclude>**/*.java</exclude>
+                </excludes>
+            </resource>
+        </resources>
 
+        <plugins>
+	    <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+                <version>2.2.1</version>
+                <executions>
+                    <execution>
+                        <id>attach-sources</id>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.9.1</version>
+                <configuration>
+                    <overview>${basedir}/src/java/org/postgis/overview.html</overview>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>attach-javadocs</id>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 
-	<distributionManagement>
-		<repository>
-			<id>sonatype-postgis-releases</id>
-			<name>Sonatype Postgis Releases Repo</name>
-			<url>http://oss.sonatype.org/content/repositories/postgis-releases</url>
-		</repository>
-	</distributionManagement>
-	
+    <dependencies>
+        <dependency>
+            <groupId>postgresql</groupId>
+            <artifactId>postgresql</artifactId>
+            <version>9.1-901.jdbc4</version>
+        </dependency>
+    </dependencies>
 	
-  <properties>
-    <POSTGIS_MAJOR_VERSION>2</POSTGIS_MAJOR_VERSION>
-    <POSTGIS_MINOR_VERSION>1</POSTGIS_MINOR_VERSION>
-    <POSTGIS_MICRO_VERSION>2</POSTGIS_MICRO_VERSION>
-  </properties>
+    <distributionManagement>
+        <repository>
+            <id>sonatype-postgis-releases</id>
+            <name>Sonatype Postgis Releases Repo</name>
+            <url>http://oss.sonatype.org/content/repositories/postgis-releases</url>
+        </repository>
+    </distributionManagement>
 	
 </project>
diff --git a/java/jdbc/src/org/postgis/overview.html b/java/jdbc/src/org/postgis/overview.html
new file mode 100644
index 0000000..726a4b9
--- /dev/null
+++ b/java/jdbc/src/org/postgis/overview.html
@@ -0,0 +1,15 @@
+<BODY>
+    <P>
+        The JDBC extensions provide Java objects corresponding to the internal PostGIS types. These objects can be used to write Java clients which query the PostGIS database and draw or do calculations on the GIS data in PostGIS.
+    </P>
+    <ul>
+        <li>Enter the java/jdbc sub-directory of the PostGIS distribution.</li>
+        <li>Run the mvn clean install command. postgis.jar file will be deployed on your local maven repository</li>
+    </ul>
+    <P>
+        The JDBC extensions require a PostgreSQL JDBC driver to be present in the current CLASSPATH during the build process.
+    </P>
+    <P>
+        PostgreSQL JDBC drivers can be downloaded from http://jdbc.postgresql.org or Sonatype Central Maven repository.
+    </P>
+</BODY>
diff --git a/java/jdbc_jtsparser/README b/java/jdbc_jtsparser/README
new file mode 100644
index 0000000..06ee3db
--- /dev/null
+++ b/java/jdbc_jtsparser/README
@@ -0,0 +1,2 @@
+#TODO Complete me
+As a first step build jdbc driver with 'mvn clean install' so that you have a local copy of latest postgis-jdbc.jar which this project has a dependency to.
diff --git a/java/jdbc_jtsparser/pom.xml b/java/jdbc_jtsparser/pom.xml
new file mode 100644
index 0000000..41847a6
--- /dev/null
+++ b/java/jdbc_jtsparser/pom.xml
@@ -0,0 +1,143 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.sonatype.oss</groupId>
+		<artifactId>oss-parent</artifactId>
+		<version>7</version>
+	</parent>
+
+
+	<groupId>org.postgis</groupId>
+	<artifactId>postgis-jdbc-jtsparser</artifactId>
+	<version>2.1.3</version>
+	<packaging>jar</packaging>
+	<name>Postgis JDBC Driver JTS Parser</name>
+	<url>http://www.postgis.org</url>
+	<description>Parser between JTS and PostGIS geometry formats.</description>
+
+	<licenses>
+		<license>
+			<name>GNU Lesser General Public License</name>
+			<url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+
+	<developers>
+		<developer>
+			<name>Postgis Development Team</name>
+		</developer>
+		<developer>
+			<name>María Arias de Reyna</name>
+			<email>delawen en gmail.com</email>
+		</developer>
+		<developer>
+			<name>Baris ERGUN</name>
+			<email>barisergun75 at gmail.com</email>
+		</developer>
+	</developers>
+	<contributors>
+		<contributor>
+			<name>Hakan Tandogan</name>
+			<email>hakan at gurkensalat.com</email>
+			<url>http://www.gurkensalat.com/</url>
+			<roles>
+				<role>Maven Packager</role>
+			</roles>
+		</contributor>
+		<contributor>
+			<name>Baris Ergun</name>
+			<email>barisergun75 at gmail.com</email>
+			<url>http://www.barisergun.com/</url>
+			<roles>
+				<role>Maven Packager</role>
+			</roles>
+		</contributor>
+	</contributors>
+	<mailingLists>
+		<mailingList>
+			<name>User List</name>
+			<subscribe>postgis-users-subscribe at lists.osgeo.org</subscribe>
+			<unsubscribe>postgis-users-unsubscribe at lists.osgeo.org</unsubscribe>
+			<post>postgis-users at lists.osgeo.org</post>
+			<archive>http://lists.osgeo.org/pipermail/postgis-users/</archive>
+		</mailingList>
+		<mailingList>
+			<name>Developer List</name>
+			<subscribe>postgis-devel-subscribe at lists.osgeo.org</subscribe>
+			<unsubscribe>postgis-devel-unsubscribe at lists.osgeo.org</unsubscribe>
+			<post>postgis-devel at lists.osgeo.org</post>
+			<archive>http://lists.osgeo.org/pipermail/postgis-devel/</archive>
+		</mailingList>
+	</mailingLists>
+
+	<issueManagement>
+		<system>Trac</system>
+		<url>http://trac.osgeo.org/postgis/</url>
+	</issueManagement>
+
+	<scm>
+		<url>http://trac.osgeo.org/postgis/browser/trunk</url>
+		<connection>scm:svn:http://svn.osgeo.org/postgis/trunk</connection>
+		<developerConnection>scm:svn:http://svn.osgeo.org/postgis/trunk</developerConnection>
+	</scm>
+
+	<build>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-source-plugin</artifactId>
+                    <version>2.2.1</version>
+                    <executions>
+                        <execution>
+                            <id>attach-sources</id>
+                            <goals>
+                                <goal>jar</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>2.9.1</version>
+                    <configuration>
+                         <overview>${basedir}/src/java/org/postgis/overview.html</overview>
+                    </configuration>
+                    <executions>
+                        <execution>
+                            <id>attach-javadocs</id>
+                            <goals>
+                                <goal>jar</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+            </plugins>
+	</build>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.postgis</groupId>
+			<artifactId>postgis-jdbc</artifactId>
+			<version>2.1.3</version>
+		</dependency>
+		<dependency>
+			<groupId>com.vividsolutions</groupId>
+			<artifactId>jts</artifactId>
+			<version>1.12</version>
+		</dependency>
+
+	</dependencies>
+
+	<distributionManagement>
+		<repository>
+			<id>sonatype-postgis-releases</id>
+			<name>Sonatype Postgis Releases Repo</name>
+			<url>http://oss.sonatype.org/content/repositories/postgis-releases</url>
+		</repository>
+	</distributionManagement>
+</project>
diff --git a/java/jdbc/jtssrc/examples/JtsTestParser.java b/java/jdbc_jtsparser/src/main/java/examples/JtsTestParser.java
similarity index 100%
rename from java/jdbc/jtssrc/examples/JtsTestParser.java
rename to java/jdbc_jtsparser/src/main/java/examples/JtsTestParser.java
diff --git a/java/jdbc/jtssrc/org/postgis/jts/JTSShape.java b/java/jdbc_jtsparser/src/main/java/org/postgis/jts/JTSShape.java
similarity index 100%
rename from java/jdbc/jtssrc/org/postgis/jts/JTSShape.java
rename to java/jdbc_jtsparser/src/main/java/org/postgis/jts/JTSShape.java
diff --git a/java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java b/java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryParser.java
similarity index 100%
rename from java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java
rename to java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryParser.java
diff --git a/java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java b/java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryWriter.java
similarity index 100%
rename from java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java
rename to java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryWriter.java
diff --git a/java/jdbc/jtssrc/org/postgis/jts/JtsGeometry.java b/java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGeometry.java
similarity index 100%
rename from java/jdbc/jtssrc/org/postgis/jts/JtsGeometry.java
rename to java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGeometry.java
diff --git a/java/jdbc/jtssrc/org/postgis/jts/JtsGisWrapper.java b/java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGisWrapper.java
similarity index 100%
rename from java/jdbc/jtssrc/org/postgis/jts/JtsGisWrapper.java
rename to java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGisWrapper.java
diff --git a/java/jdbc/jtssrc/org/postgis/jts/JtsWrapper.java b/java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsWrapper.java
similarity index 100%
rename from java/jdbc/jtssrc/org/postgis/jts/JtsWrapper.java
rename to java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsWrapper.java
diff --git a/java/jdbc_jtsparser/src/main/java/org/postgis/jts/overview.html b/java/jdbc_jtsparser/src/main/java/org/postgis/jts/overview.html
new file mode 100644
index 0000000..559b8a9
--- /dev/null
+++ b/java/jdbc_jtsparser/src/main/java/org/postgis/jts/overview.html
@@ -0,0 +1,9 @@
+<BODY>
+    <P>
+	Parser between JTS and PostGIS geometry formats.
+    </P>
+    <ul>
+        <li>Enter the java/jdbc_jtsparser sub-directory of the PostGIS distribution.</li>
+        <li>Run the mvn clean install command. postgis_jts_parser.jar file will be deployed on your local maven repository</li>
+    </ul>
+</BODY>
diff --git a/liblwgeom/lwin_geojson.c b/liblwgeom/lwin_geojson.c
index 4ce16cb..34fed30 100644
--- a/liblwgeom/lwin_geojson.c
+++ b/liblwgeom/lwin_geojson.c
@@ -68,7 +68,6 @@ static int
 parse_geojson_coord(json_object *poObj, int *hasz, POINTARRAY *pa)
 {
 	POINT4D pt;
-	int iType = 0;
 
 	LWDEBUGF(3, "parse_geojson_coord called for object %s.", json_object_to_json_string( poObj ) );
 
@@ -176,12 +175,11 @@ parse_geojson_linestring(json_object *geojson, int *hasz,  int root_srid)
 static LWGEOM*
 parse_geojson_polygon(json_object *geojson, int *hasz,  int root_srid)
 {
-	LWGEOM *geom;
-	POINTARRAY **ppa;
+	POINTARRAY **ppa = NULL;
 	json_object* rings = NULL;
+	json_object* points = NULL;
 	int i = 0, j = 0;
-	int nRings = 0;
-	int nPoints = 0;
+	int nRings = 0, nPoints = 0;
 
 	rings = findMemberByName( geojson, "coordinates" );
 	if ( ! rings ) 
@@ -192,48 +190,48 @@ parse_geojson_polygon(json_object *geojson, int *hasz,  int root_srid)
 
 	if ( json_type_array != json_object_get_type(rings) )
 	{
-		geojson_lwerror("The 'coordinates' in GeoJSON string are not an array", 4);
+		geojson_lwerror("The 'coordinates' in GeoJSON are not an array", 4);
 		return NULL;
 	}
-	
+
 	nRings = json_object_array_length( rings );
 
+	/* No rings => POLYGON EMPTY */
 	if ( ! nRings )
 	{
 		return (LWGEOM *)lwpoly_construct_empty(root_srid, 0, 0);
 	}
-
-	ppa = (POINTARRAY**) lwalloc(sizeof(POINTARRAY*));
-
-	json_object* points = NULL;
-	ppa[0] = ptarray_construct_empty(1, 0, 1);
-	points = json_object_array_get_idx( rings, 0 );
-	nPoints = json_object_array_length( points );
-
-	for (i=0; i < nPoints; i++ )
-	{
-		json_object* coords = NULL;
-		coords = json_object_array_get_idx( points, i );
-		parse_geojson_coord(coords, hasz, ppa[0]);
-	}
-
-	for(i = 1; i < nRings; ++i)
+	
+	for ( i = 0; i < nRings; i++ )
 	{
-		int nPoints;
-		ppa = (POINTARRAY**) lwrealloc((POINTARRAY *) ppa, sizeof(POINTARRAY*) * (i + 1));
+		points = json_object_array_get_idx(rings, i);
+		if ( ! points || json_object_get_type(points) != json_type_array )
+		{
+			geojson_lwerror("The 'coordinates' in GeoJSON ring are not an array", 4);
+			return NULL;
+		}
+		nPoints = json_object_array_length(points);
+		
+		/* Skip empty rings */
+		if ( nPoints == 0 ) continue;
+		
+		if ( ! ppa )
+			ppa = (POINTARRAY**)lwalloc(sizeof(POINTARRAY*) * nRings);
+		
 		ppa[i] = ptarray_construct_empty(1, 0, 1);
-		points = json_object_array_get_idx( rings, i );
-		nPoints = json_object_array_length( points );
-		for (j=0; j < nPoints; j++ )
+		for ( j = 0; j < nPoints; j++ )
 		{
 			json_object* coords = NULL;
 			coords = json_object_array_get_idx( points, j );
 			parse_geojson_coord(coords, hasz, ppa[i]);
 		}
-	}
-
-	geom = (LWGEOM *) lwpoly_construct(root_srid, NULL, nRings, ppa);
-	return geom;
+	}	
+	
+	/* All the rings were empty! */
+	if ( ! ppa )
+		return (LWGEOM *)lwpoly_construct_empty(root_srid, 0, 0);
+	
+	return (LWGEOM *) lwpoly_construct(root_srid, NULL, nRings, ppa);
 }
 
 static LWGEOM*
diff --git a/libtool b/libtool
index 7e3ac41..c2dedcb 100755
--- a/libtool
+++ b/libtool
@@ -1,8 +1,8 @@
-#! /bin/sh
+#! /bin/bash
 
 # libtool - Provide generalized library-building support services.
 # Generated automatically by config.status () 
-# Libtool was configured on host Butterfly.local:
+# Libtool was configured on host cdb:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
@@ -53,10 +53,10 @@ build_old_libs=yes
 pic_mode=default
 
 # Whether or not to optimize for fast installation.
-fast_install=needless
+fast_install=yes
 
 # Shell to use when invoking shell scripts.
-SHELL="/bin/sh"
+SHELL="/bin/bash"
 
 # An echo program that protects backslashes.
 ECHO="printf %s\\n"
@@ -66,37 +66,37 @@ PATH_SEPARATOR=":"
 
 # The host system.
 host_alias=
-host=x86_64-apple-darwin13.1.0
-host_os=darwin13.1.0
+host=x86_64-unknown-linux-gnu
+host_os=linux-gnu
 
 # The build system.
 build_alias=
-build=x86_64-apple-darwin13.1.0
-build_os=darwin13.1.0
+build=x86_64-unknown-linux-gnu
+build_os=linux-gnu
 
 # A sed program that does not truncate output.
-SED="/usr/bin/sed"
+SED="/bin/sed"
 
 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
 Xsed="$SED -e 1s/^X//"
 
 # A grep program that handles long lines.
-GREP="/usr/bin/grep"
+GREP="/bin/grep"
 
 # An ERE matcher.
-EGREP="/usr/bin/grep -E"
+EGREP="/bin/grep -E"
 
 # A literal string matcher.
-FGREP="/usr/bin/grep -F"
+FGREP="/bin/grep -F"
 
 # A BSD- or MS-compatible name lister.
-NM="/usr/bin/nm"
+NM="/usr/bin/nm -B"
 
 # Whether we need soft or hard links.
 LN_S="ln -s"
 
 # What is the maximum length of a command?
-max_cmd_len=196608
+max_cmd_len=1572864
 
 # Object file suffix (normally "o").
 objext=o
@@ -120,7 +120,7 @@ to_host_file_cmd=func_convert_file_noop
 to_tool_file_cmd=func_convert_file_noop
 
 # An object symbol dumper.
-OBJDUMP="false"
+OBJDUMP="objdump"
 
 # Method to check whether dependent libraries are shared objects.
 deplibs_check_method="pass_all"
@@ -147,7 +147,7 @@ AR="ar"
 AR_FLAGS="cru"
 
 # How to feed a file listing to the archiver.
-archiver_list_spec=""
+archiver_list_spec="@"
 
 # A symbol stripping program.
 STRIP="strip"
@@ -158,7 +158,7 @@ old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$tool_oldlib"
 old_postuninstall_cmds=""
 
 # Whether to use a lock for old archive extraction.
-lock_old_archive_extraction=yes
+lock_old_archive_extraction=no
 
 # A C compiler.
 LTCC="gcc"
@@ -167,19 +167,19 @@ LTCC="gcc"
 LTCFLAGS="-g -O2"
 
 # Take the output of nm and produce a listing of raw symbols and C names.
-global_symbol_pipe="sed -n -e 's/^.*[	 ]\\([BCDEGRST][BCDEGRST]*\\)[	 ][	 ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p' | sed '/ __gnu_lto/d'"
+global_symbol_pipe="sed -n -e 's/^.*[	 ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[	 ][	 ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p' | sed '/ __gnu_lto/d'"
 
 # Transform the output of nm in a proper C declaration.
-global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[BCDEGRST]* .* \\(.*\\)\$/extern char \\1;/p'"
+global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[ABCDGIRSTW]* .* \\(.*\\)\$/extern char \\1;/p'"
 
 # Transform the output of nm in a C name address pair.
-global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/  {\\\"\\1\\\", (void *) 0},/p' -e 's/^[BCDEGRST]* \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (void *) \\&\\2},/p'"
+global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/  {\\\"\\1\\\", (void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (void *) \\&\\2},/p'"
 
 # Transform the output of nm in a C name address pair when lib prefix is needed.
-global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/  {\\\"\\1\\\", (void *) 0},/p' -e 's/^[BCDEGRST]* \\([^ ]*\\) \\(lib[^ ]*\\)\$/  {\"\\2\", (void *) \\&\\2},/p' -e 's/^[BCDEGRST]* \\([^ ]*\\) \\([^ ]*\\)\$/  {\"lib\\2\", (void *) \\&\\2},/p'"
+global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/  {\\\"\\1\\\", (void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\(lib[^ ]*\\)\$/  {\"\\2\", (void *) \\&\\2},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/  {\"lib\\2\", (void *) \\&\\2},/p'"
 
 # Specify filename containing input files for $NM.
-nm_file_list_spec=""
+nm_file_list_spec="@"
 
 # The root where to search for dependent libraries,and in which our libraries should be installed.
 lt_sysroot=
@@ -197,32 +197,32 @@ need_locks="no"
 MANIFEST_TOOL=":"
 
 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
-DSYMUTIL="dsymutil"
+DSYMUTIL=""
 
 # Tool to change global to local symbols on Mac OS X.
-NMEDIT="nmedit"
+NMEDIT=""
 
 # Tool to manipulate fat objects and archives on Mac OS X.
-LIPO="lipo"
+LIPO=""
 
 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
-OTOOL="otool"
+OTOOL=""
 
 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
-OTOOL64=":"
+OTOOL64=""
 
 # Old archive suffix (normally "a").
 libext=a
 
 # Shared library suffix (normally ".so").
-shrext_cmds="\`test .\$module = .yes && echo .so || echo .dylib\`"
+shrext_cmds=".so"
 
 # The commands to extract the exported symbol list from a shared archive.
 extract_expsyms_cmds=""
 
 # Variables whose values should be saved in libtool wrapper scripts and
 # restored at link time.
-variables_saved_for_relink="PATH DYLD_LIBRARY_PATH  GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
 # Do we need the "lib" prefix for modules?
 need_lib_prefix=no
@@ -231,26 +231,26 @@ need_lib_prefix=no
 need_version=no
 
 # Library versioning type.
-version_type=darwin
+version_type=linux
 
 # Shared library runtime path variable.
-runpath_var=
+runpath_var=LD_RUN_PATH
 
 # Shared library path variable.
-shlibpath_var=DYLD_LIBRARY_PATH
+shlibpath_var=LD_LIBRARY_PATH
 
 # Is shlibpath searched before the hard-coded library search path?
-shlibpath_overrides_runpath=yes
+shlibpath_overrides_runpath=no
 
 # Format of library name prefix.
 libname_spec="lib\$name"
 
 # List of archive names.  First name is the real one, the rest are links.
 # The last name is the one that the linker finds with -lNAME
-library_names_spec="\${libname}\${release}\${major}\$shared_ext \${libname}\$shared_ext"
+library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix \${libname}\${release}\${shared_ext}\$major \$libname\${shared_ext}"
 
 # The coded name of the library, if different from the real name.
-soname_spec="\${libname}\${release}\${major}\$shared_ext"
+soname_spec="\${libname}\${release}\${shared_ext}\$major"
 
 # Permission mode override for installation of shared libraries.
 install_override_mode=""
@@ -262,20 +262,20 @@ postinstall_cmds=""
 postuninstall_cmds=""
 
 # Commands used to finish a libtool library installation in a directory.
-finish_cmds=""
+finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir"
 
 # As "finish_cmds", except a single script fragment to be evaled but
 # not shown.
 finish_eval=""
 
 # Whether we should hardcode library paths into libraries.
-hardcode_into_libs=no
+hardcode_into_libs=yes
 
 # Compile-time system search path for libraries.
-sys_lib_search_path_spec="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1  /usr/local/lib"
+sys_lib_search_path_spec="/usr/lib/gcc/x86_64-linux-gnu/4.8 /usr/lib/x86_64-linux-gnu /usr/lib /lib/lib /lib "
 
 # Run-time system search path for libraries.
-sys_lib_dlsearch_path_spec="/usr/local/lib /lib /usr/lib"
+sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/i386-linux-gnu/mesa /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/x86_64-linux-gnu/mesa /lib32 /usr/lib32 "
 
 # Whether dlopen is supported.
 dlopen_support=unknown
@@ -287,16 +287,16 @@ dlopen_self=unknown
 dlopen_self_static=unknown
 
 # Commands to strip libraries.
-old_striplib="strip -S"
-striplib="strip -x"
+old_striplib="strip --strip-debug"
+striplib="strip --strip-unneeded"
 
 
 # The linker used to build libraries.
-LD="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld"
+LD="/usr/bin/ld -m elf_x86_64"
 
 # How to create reloadable object files.
 reload_flag=" -r"
-reload_cmds="\$LTCC \$LTCFLAGS -nostdlib \${wl}-r -o \$output\$reload_objs"
+reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"
 
 # Commands used to build an old-style archive.
 old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib"
@@ -308,16 +308,16 @@ CC="gcc"
 with_gcc=yes
 
 # Compiler flag to turn off builtin functions.
-no_builtin_flag=" -fno-builtin -fno-rtti -fno-exceptions"
+no_builtin_flag=" -fno-builtin"
 
 # Additional compiler flags for building library objects.
-pic_flag=" -fno-common -DPIC"
+pic_flag=" -fPIC -DPIC"
 
 # How to pass a linker flag through the compiler.
 wl="-Wl,"
 
 # Compiler flag to prevent dynamic linking.
-link_static_flag=""
+link_static_flag="-static"
 
 # Does compiler simultaneously support -c and -o options?
 compiler_c_o="yes"
@@ -329,10 +329,10 @@ build_libtool_need_lc=no
 allow_libtool_libs_with_static_runtimes=no
 
 # Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=""
+export_dynamic_flag_spec="\${wl}--export-dynamic"
 
 # Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec="\`for conv in \$convenience\\\"\\\"; do test  -n \\\"\$conv\\\" && new_convenience=\\\"\$new_convenience \${wl}-force_load,\$conv\\\"; done; func_echo_all \\\"\$new_convenience\\\"\`"
+whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive"
 
 # Whether the compiler copes with passing no objects directly.
 compiler_needs_object="no"
@@ -344,26 +344,29 @@ old_archive_from_new_cmds=""
 old_archive_from_expsyms_cmds=""
 
 # Commands used to build a shared archive.
-archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring \$single_module"
-archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring \$single_module \${wl}-exported_symbols_list,\$output_objdir/\${libname}-symbols.expsym"
+archive_cmds="\$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
+archive_expsym_cmds="echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~
+	    cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~
+	    echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~
+	    \$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-version-script \${wl}\$output_objdir/\$libname.ver -o \$lib"
 
 # Commands used to build a loadable module if different from building
 # a shared archive.
-module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags"
-module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags \${wl}-exported_symbols_list,\$output_objdir/\${libname}-symbols.expsym"
+module_cmds=""
+module_expsym_cmds=""
 
 # Whether we are building with GNU ld or not.
-with_gnu_ld="no"
+with_gnu_ld="yes"
 
 # Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag="\${wl}-undefined \${wl}dynamic_lookup"
+allow_undefined_flag=""
 
 # Flag that enforces no undefined symbols.
 no_undefined_flag=""
 
 # Flag to hardcode $libdir into a binary during linking.
 # This must work even if $libdir does not exist
-hardcode_libdir_flag_spec=""
+hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir"
 
 # Whether we need a single "-rpath" flag with a separated argument.
 hardcode_libdir_separator=""
@@ -389,14 +392,14 @@ hardcode_shlibpath_var=unsupported
 # Set to "yes" if building a shared library automatically hardcodes DIR
 # into the library and all subsequent libraries and executables linked
 # against it.
-hardcode_automatic=yes
+hardcode_automatic=no
 
 # Set to yes if linker adds runtime paths of dependent libraries
 # to runtime path list.
 inherit_rpath=no
 
 # Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=yes
+link_all_deplibs=no
 
 # Set to "yes" if exported symbols are required.
 always_export_symbols=no
@@ -510,7 +513,7 @@ compiler_lib_search_path=""
 #         compiler:		$LTCC
 #         compiler flags:		$LTCFLAGS
 #         linker:		$LD (gnu? $with_gnu_ld)
-#         $progname:	(GNU libtool) 2.4.2
+#         $progname:	(GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu1
 #         automake:	$automake_version
 #         autoconf:	$autoconf_version
 #
@@ -520,7 +523,7 @@ compiler_lib_search_path=""
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION=2.4.2
+VERSION="2.4.2 Debian-2.4.2-1.3ubuntu1"
 TIMESTAMP=""
 package_revision=1.3337
 
@@ -1274,7 +1277,7 @@ exec_cmd=
 # Append VALUE to the end of shell variable VAR.
 func_append ()
 {
-eval "${1}+=\${2}"
+    eval "${1}+=\${2}"
 } # Extended-shell func_append implementation
 
 # func_append_quoted var value
@@ -1290,7 +1293,7 @@ func_append_quoted ()
 # func_arith arithmetic-term...
 func_arith ()
 {
-func_arith_result=$(( $* ))
+    func_arith_result=$(( $* ))
 } # Extended-shell func_arith implementation
 
 
@@ -1298,7 +1301,7 @@ func_arith_result=$(( $* ))
 # STRING may not start with a hyphen.
 func_len ()
 {
-func_len_result=${#1}
+    func_len_result=${#1}
 } # Extended-shell func_len implementation
 
 
@@ -1315,7 +1318,7 @@ func_lo2o ()
 # func_xform libobj-or-source
 func_xform ()
 {
-func_xform_result=${1%.*}.lo
+    func_xform_result=${1%.*}.lo
 } # Extended-shell func_xform implementation
 
 
@@ -6284,10 +6287,9 @@ func_mode_link ()
       # -tp=*                Portland pgcc target processor selection
       # --sysroot=*          for sysroot support
       # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
-      # -stdlib=*            select c++ std lib with clang
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
       -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-      -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-stdlib=*)
+      -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
         func_quote_for_eval "$arg"
 	arg="$func_quote_for_eval_result"
         compile_command+=" $arg"
@@ -6558,7 +6560,10 @@ func_mode_link ()
 	case $pass in
 	dlopen) libs="$dlfiles" ;;
 	dlpreopen) libs="$dlprefiles" ;;
-	link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
+	link)
+	  libs="$deplibs %DEPLIBS%"
+	  test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
+	  ;;
 	esac
       fi
       if test "$linkmode,$pass" = "lib,dlpreopen"; then
@@ -6878,19 +6883,19 @@ func_mode_link ()
 	    # It is a libtool convenience library, so add in its objects.
 	    convenience+=" $ladir/$objdir/$old_library"
 	    old_convenience+=" $ladir/$objdir/$old_library"
+	    tmp_libs=
+	    for deplib in $dependency_libs; do
+	      deplibs="$deplib $deplibs"
+	      if $opt_preserve_dup_deps ; then
+		case "$tmp_libs " in
+		*" $deplib "*) specialdeplibs+=" $deplib" ;;
+		esac
+	      fi
+	      tmp_libs+=" $deplib"
+	    done
 	  elif test "$linkmode" != prog && test "$linkmode" != lib; then
 	    func_fatal_error "\`$lib' is not a convenience library"
 	  fi
-	  tmp_libs=
-	  for deplib in $dependency_libs; do
-	    deplibs="$deplib $deplibs"
-	    if $opt_preserve_dup_deps ; then
-	      case "$tmp_libs " in
-	      *" $deplib "*) specialdeplibs+=" $deplib" ;;
-	      esac
-	    fi
-	    tmp_libs+=" $deplib"
-	  done
 	  continue
 	fi # $pass = conv
 
@@ -7783,6 +7788,9 @@ func_mode_link ()
 	    revision="$number_minor"
 	    lt_irix_increment=no
 	    ;;
+	  *)
+	    func_fatal_configuration "$modename: unknown library version type \`$version_type'"
+	    ;;
 	  esac
 	  ;;
 	no)
@@ -10091,11 +10099,11 @@ build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
 # ### BEGIN LIBTOOL TAG CONFIG: CXX
 
 # The linker used to build libraries.
-LD="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld"
+LD="/usr/bin/ld -m elf_x86_64"
 
 # How to create reloadable object files.
 reload_flag=" -r"
-reload_cmds="\$LTCC \$LTCFLAGS -nostdlib \${wl}-r -o \$output\$reload_objs"
+reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"
 
 # Commands used to build an old-style archive.
 old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib"
@@ -10110,13 +10118,13 @@ with_gcc=yes
 no_builtin_flag=" -fno-builtin"
 
 # Additional compiler flags for building library objects.
-pic_flag=" -fno-common -DPIC"
+pic_flag=" -fPIC -DPIC"
 
 # How to pass a linker flag through the compiler.
 wl="-Wl,"
 
 # Compiler flag to prevent dynamic linking.
-link_static_flag=""
+link_static_flag="-static"
 
 # Does compiler simultaneously support -c and -o options?
 compiler_c_o="yes"
@@ -10128,10 +10136,10 @@ build_libtool_need_lc=no
 allow_libtool_libs_with_static_runtimes=no
 
 # Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=""
+export_dynamic_flag_spec="\${wl}--export-dynamic"
 
 # Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec="\`for conv in \$convenience\\\"\\\"; do test  -n \\\"\$conv\\\" && new_convenience=\\\"\$new_convenience \${wl}-force_load,\$conv\\\"; done; func_echo_all \\\"\$new_convenience\\\"\`"
+whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive"
 
 # Whether the compiler copes with passing no objects directly.
 compiler_needs_object="no"
@@ -10143,26 +10151,26 @@ old_archive_from_new_cmds=""
 old_archive_from_expsyms_cmds=""
 
 # Commands used to build a shared archive.
-archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring \$single_module"
-archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring \$single_module \${wl}-exported_symbols_list,\$output_objdir/\${libname}-symbols.expsym"
+archive_cmds="\$CC \$pic_flag -shared -nostdlib \$predep_objects \$libobjs \$deplibs \$postdep_objects \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
+archive_expsym_cmds="\$CC \$pic_flag -shared -nostdlib \$predep_objects \$libobjs \$deplibs \$postdep_objects \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-retain-symbols-file \$wl\$export_symbols -o \$lib"
 
 # Commands used to build a loadable module if different from building
 # a shared archive.
-module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags"
-module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags \${wl}-exported_symbols_list,\$output_objdir/\${libname}-symbols.expsym"
+module_cmds=""
+module_expsym_cmds=""
 
 # Whether we are building with GNU ld or not.
-with_gnu_ld="no"
+with_gnu_ld="yes"
 
 # Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag="\${wl}-undefined \${wl}dynamic_lookup"
+allow_undefined_flag=""
 
 # Flag that enforces no undefined symbols.
 no_undefined_flag=""
 
 # Flag to hardcode $libdir into a binary during linking.
 # This must work even if $libdir does not exist
-hardcode_libdir_flag_spec=""
+hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir"
 
 # Whether we need a single "-rpath" flag with a separated argument.
 hardcode_libdir_separator=""
@@ -10188,14 +10196,14 @@ hardcode_shlibpath_var=unsupported
 # Set to "yes" if building a shared library automatically hardcodes DIR
 # into the library and all subsequent libraries and executables linked
 # against it.
-hardcode_automatic=yes
+hardcode_automatic=no
 
 # Set to yes if linker adds runtime paths of dependent libraries
 # to runtime path list.
 inherit_rpath=no
 
 # Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=yes
+link_all_deplibs=no
 
 # Set to "yes" if exported symbols are required.
 always_export_symbols=no
@@ -10222,17 +10230,17 @@ file_list_spec=""
 hardcode_action=immediate
 
 # The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=""
+compiler_lib_search_dirs="/usr/lib/gcc/x86_64-linux-gnu/4.8 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../.."
 
 # Dependencies to place before and after the objects being linked to
 # create a shared library.
-predep_objects=""
-postdep_objects=""
+predep_objects="/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o"
+postdep_objects="/usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o"
 predeps=""
-postdeps=""
+postdeps="-lstdc++ -lm -lgcc_s -lc -lgcc_s"
 
 # The library search path used internally by the compiler when linking
 # a shared library.
-compiler_lib_search_path=""
+compiler_lib_search_path="-L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.."
 
 # ### END LIBTOOL TAG CONFIG: CXX
diff --git a/loader/pgsql2shp-core.c b/loader/pgsql2shp-core.c
index a6cff44..4c41583 100644
--- a/loader/pgsql2shp-core.c
+++ b/loader/pgsql2shp-core.c
@@ -707,7 +707,7 @@ projFileCreate(SHPDUMPERSTATE *state)
 {
 	FILE	*fp;
 	char	*pszFullname, *pszBasename;
-	int	i, result;
+	int	i;
 
 	char *pszFilename = state->shp_file;
 	char *schema = state->schema;
@@ -720,7 +720,7 @@ projFileCreate(SHPDUMPERSTATE *state)
 	char *esc_table;
 	char *esc_geo_col_name;
 
-	int error;
+	int error, result;
 	PGresult *res;
 	int size;
 
@@ -834,7 +834,15 @@ projFileCreate(SHPDUMPERSTATE *state)
 					return 0;
 				}
 				result = fputs (srtext,fp);
-				LWDEBUGF(3, "\n result %d proj SRText is %s .\n", result, srtext);
+        LWDEBUGF(3, "\n result %d proj SRText is %s .\n", result, srtext);
+        if (result == EOF)
+        {
+            fclose( fp );
+            free( pszFullname );
+            PQclear(res);
+            free(query);
+            return 0;
+        }
 				fclose( fp );
 				free( pszFullname );
 			}
@@ -944,6 +952,8 @@ getTableInfo(SHPDUMPERSTATE *state)
 		{
 			geometry_type_from_string(PQgetvalue(res, i, 2), &type, &dummy, &dummy);
 
+			if (!type) continue; /* skip null geometries */
+
 			/* We can always set typefound to that of the first column found */
 			if (!typefound)
 				typefound = type;
@@ -995,6 +1005,24 @@ getTableInfo(SHPDUMPERSTATE *state)
 
 			/* Update the rowcount for each type */
 			state->rowcount += atoi(PQgetvalue(res, i, 0));
+
+			/* Set up the dimension output type (note: regardless of how many rows
+				 the table metadata query returns, this value will be the same. But
+				 we'll choose to use the first value anyway) */
+			tmpint = atoi(PQgetvalue(res, i, 1));
+			switch (tmpint)
+			{
+			case 0:
+				state->outtype = 's';
+				break;
+			case 1:
+				state->outtype = 'm';
+				break;
+			default:
+				state->outtype = 'z';
+				break;
+			}
+
 		}
 
 		/* Flag an error if the table contains incompatible geometry combinations */
@@ -1005,23 +1033,6 @@ getTableInfo(SHPDUMPERSTATE *state)
 			return SHPDUMPERERR;
 		}
 
-		/* Set up the dimension output type (note: regardless of how many rows
-		   the table metadata query returns, this value will be the same. But
-		   we'll choose to use the first value anyway) */
-		tmpint = atoi(PQgetvalue(res, 0, 1));
-		switch (tmpint)
-		{
-		case 0:
-			state->outtype = 's';
-			break;
-		case 1:
-			state->outtype = 'm';
-			break;
-		default:
-			state->outtype = 'z';
-			break;
-		}
-
 		/* Set up the shapefile output type based upon the dimension information */
 		switch (typefound)
 		{
diff --git a/ltmain.sh b/ltmain.sh
index 9ae038c..3825a2a 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -70,7 +70,7 @@
 #         compiler:		$LTCC
 #         compiler flags:		$LTCFLAGS
 #         linker:		$LD (gnu? $with_gnu_ld)
-#         $progname:	(GNU libtool) 2.4.2
+#         $progname:	(GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu1
 #         automake:	$automake_version
 #         autoconf:	$autoconf_version
 #
@@ -80,7 +80,7 @@
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION=2.4.2
+VERSION="2.4.2 Debian-2.4.2-1.3ubuntu1"
 TIMESTAMP=""
 package_revision=1.3337
 
@@ -5851,10 +5851,9 @@ func_mode_link ()
       # -tp=*                Portland pgcc target processor selection
       # --sysroot=*          for sysroot support
       # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
-      # -stdlib=*            select c++ std lib with clang
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
       -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-      -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-stdlib=*)
+      -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
         func_quote_for_eval "$arg"
 	arg="$func_quote_for_eval_result"
         func_append compile_command " $arg"
@@ -6125,7 +6124,10 @@ func_mode_link ()
 	case $pass in
 	dlopen) libs="$dlfiles" ;;
 	dlpreopen) libs="$dlprefiles" ;;
-	link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
+	link)
+	  libs="$deplibs %DEPLIBS%"
+	  test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
+	  ;;
 	esac
       fi
       if test "$linkmode,$pass" = "lib,dlpreopen"; then
@@ -6445,19 +6447,19 @@ func_mode_link ()
 	    # It is a libtool convenience library, so add in its objects.
 	    func_append convenience " $ladir/$objdir/$old_library"
 	    func_append old_convenience " $ladir/$objdir/$old_library"
+	    tmp_libs=
+	    for deplib in $dependency_libs; do
+	      deplibs="$deplib $deplibs"
+	      if $opt_preserve_dup_deps ; then
+		case "$tmp_libs " in
+		*" $deplib "*) func_append specialdeplibs " $deplib" ;;
+		esac
+	      fi
+	      func_append tmp_libs " $deplib"
+	    done
 	  elif test "$linkmode" != prog && test "$linkmode" != lib; then
 	    func_fatal_error "\`$lib' is not a convenience library"
 	  fi
-	  tmp_libs=
-	  for deplib in $dependency_libs; do
-	    deplibs="$deplib $deplibs"
-	    if $opt_preserve_dup_deps ; then
-	      case "$tmp_libs " in
-	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
-	      esac
-	    fi
-	    func_append tmp_libs " $deplib"
-	  done
 	  continue
 	fi # $pass = conv
 
@@ -7350,6 +7352,9 @@ func_mode_link ()
 	    revision="$number_minor"
 	    lt_irix_increment=no
 	    ;;
+	  *)
+	    func_fatal_configuration "$modename: unknown library version type \`$version_type'"
+	    ;;
 	  esac
 	  ;;
 	no)
diff --git a/macros/libtool.m4 b/macros/libtool.m4
index 44e0ecf..02b4bbe 100644
--- a/macros/libtool.m4
+++ b/macros/libtool.m4
@@ -1324,7 +1324,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 	    LD="${LD-ld} -m elf_i386_fbsd"
 	    ;;
 	  x86_64-*linux*)
-	    LD="${LD-ld} -m elf_i386"
+	    case `/usr/bin/file conftest.o` in
+	      *x86-64*)
+		LD="${LD-ld} -m elf32_x86_64"
+		;;
+	      *)
+		LD="${LD-ld} -m elf_i386"
+		;;
+	    esac
 	    ;;
 	  ppc64-*linux*|powerpc64-*linux*)
 	    LD="${LD-ld} -m elf32ppclinux"
@@ -1688,7 +1695,8 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
     ;;
   *)
     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len"; then
+    if test -n "$lt_cv_sys_max_cmd_len" && \
+	test undefined != "$lt_cv_sys_max_cmd_len"; then
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
     else
@@ -2512,17 +2520,6 @@ freebsd* | dragonfly*)
   esac
   ;;
 
-gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
 haiku*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
@@ -2639,7 +2636,7 @@ linux*oldld* | linux*aout* | linux*coff*)
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
@@ -2684,6 +2681,18 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu)
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -3243,10 +3252,6 @@ freebsd* | dragonfly*)
   fi
   ;;
 
-gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
 haiku*)
   lt_cv_deplibs_check_method=pass_all
   ;;
@@ -3285,11 +3290,11 @@ irix5* | irix6* | nonstopux*)
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -4037,7 +4042,7 @@ m4_if([$1], [CXX], [
 	    ;;
 	esac
 	;;
-      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
 	case $cc_basename in
 	  KCC*)
 	    # KAI C++ Compiler
@@ -4101,7 +4106,7 @@ m4_if([$1], [CXX], [
 	    ;;
 	esac
 	;;
-      netbsd*)
+      netbsd* | netbsdelf*-gnu)
 	;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4336,7 +4341,7 @@ m4_if([$1], [CXX], [
       _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
       ;;
 
-    linux* | k*bsd*-gnu | kopensolaris*-gnu)
+    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
       case $cc_basename in
       # old Intel for x86_64 which still supported -KPIC.
       ecc*)
@@ -4578,6 +4583,9 @@ m4_if([$1], [CXX], [
       ;;
     esac
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   *)
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
     ;;
@@ -4640,6 +4648,9 @@ dnl Note also adjust exclude_expsyms for C++ above.
   openbsd*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes
@@ -4861,7 +4872,7 @@ _LT_EOF
       fi
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 	wlarc=
@@ -5038,6 +5049,7 @@ _LT_EOF
 	if test "$aix_use_runtimelinking" = yes; then
 	  shared_flag="$shared_flag "'${wl}-G'
 	fi
+	_LT_TAGVAR(link_all_deplibs, $1)=no
       else
 	# not using gcc
 	if test "$host_cpu" = ia64; then
@@ -5342,7 +5354,7 @@ _LT_EOF
       _LT_TAGVAR(link_all_deplibs, $1)=yes
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
       else
@@ -6222,9 +6234,6 @@ if test "$_lt_caught_CXX_error" != yes; then
         _LT_TAGVAR(ld_shlibs, $1)=yes
         ;;
 
-      gnu*)
-        ;;
-
       haiku*)
         _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
         _LT_TAGVAR(link_all_deplibs, $1)=yes
@@ -6386,7 +6395,7 @@ if test "$_lt_caught_CXX_error" != yes; then
         _LT_TAGVAR(inherit_rpath, $1)=yes
         ;;
 
-      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
         case $cc_basename in
           KCC*)
 	    # Kuck and Associates, Inc. (KAI) C++ Compiler
diff --git a/postgis/gserialized_estimate.c b/postgis/gserialized_estimate.c
index 2f46223..a8ebcd7 100644
--- a/postgis/gserialized_estimate.c
+++ b/postgis/gserialized_estimate.c
@@ -1,6 +1,6 @@
 /**********************************************************************
  * PostGIS - Spatial Types for PostgreSQL
- * http://postgis.refractions.net
+ * http://postgis.net
  *
  * Copyright 2012 (C) Paul Ramsey <pramsey at cleverelephant.ca>
  *
@@ -817,7 +817,7 @@ pg_get_nd_stats(const Oid table_oid, AttrNumber att_num, int mode)
 	stats_tuple = SearchSysCache2(STATRELATT, table_oid, att_num);
 	if ( ! stats_tuple )
 	{
-		POSTGIS_DEBUGF(2, "stats for \"%s\" do not exist", get_rel_name(table_oid));
+		POSTGIS_DEBUGF(2, "stats for \"%s\" do not exist", get_rel_name(table_oid)? get_rel_name(table_oid) : "NULL");
 		return NULL;
 	}
 	
@@ -1164,7 +1164,7 @@ Datum gserialized_gist_joinsel(PG_FUNCTION_ARGS)
 	relid2 = getrelid(var2->varno, root->parse->rtable);
 
 	POSTGIS_DEBUGF(3, "using relations \"%s\" Oid(%d), \"%s\" Oid(%d)", 
-	                  get_rel_name(relid1), relid1, get_rel_name(relid2), relid2);
+	                 get_rel_name(relid1) ? get_rel_name(relid1) : "NULL", relid1, get_rel_name(relid2) ? get_rel_name(relid2) : "NULL", relid2); 
 
 	/* Pull the stats from the stats system. */
 	stats1 = pg_get_nd_stats(relid1, var1->varattno, mode);
@@ -1173,12 +1173,12 @@ Datum gserialized_gist_joinsel(PG_FUNCTION_ARGS)
 	/* If we can't get stats, we have to stop here! */
 	if ( ! stats1 )
 	{
-		POSTGIS_DEBUGF(3, "unable to retrieve stats for \"%s\" Oid(%d)", get_rel_name(relid1), relid1);
+		POSTGIS_DEBUGF(3, "unable to retrieve stats for \"%s\" Oid(%d)", get_rel_name(relid1) ? get_rel_name(relid1) : "NULL" , relid1);
 		PG_RETURN_FLOAT8(DEFAULT_ND_JOINSEL);
 	}
 	else if ( ! stats2 )
 	{
-		POSTGIS_DEBUGF(3, "unable to retrieve stats for \"%s\" Oid(%d)", get_rel_name(relid2), relid2);
+		POSTGIS_DEBUGF(3, "unable to retrieve stats for \"%s\" Oid(%d)", get_rel_name(relid2) ? get_rel_name(relid2) : "NULL", relid2);
 		PG_RETURN_FLOAT8(DEFAULT_ND_JOINSEL);
 	}
 
diff --git a/postgis/lwgeom_dumppoints.c b/postgis/lwgeom_dumppoints.c
index 17fb2c6..c26d514 100644
--- a/postgis/lwgeom_dumppoints.c
+++ b/postgis/lwgeom_dumppoints.c
@@ -74,6 +74,7 @@ Datum LWGEOM_dumppoints(PG_FUNCTION_ARGS) {
 
 		/* return early if nothing to do */
 		if (!lwgeom || lwgeom_is_empty(lwgeom)) {
+			MemoryContextSwitchTo(oldcontext);
 			funcctx = SRF_PERCALL_SETUP();
 			SRF_RETURN_DONE(funcctx);
 		}
diff --git a/postgis/sqldefines.h b/postgis/sqldefines.h
index 4d41aa8..3be6b03 100644
--- a/postgis/sqldefines.h
+++ b/postgis/sqldefines.h
@@ -6,11 +6,11 @@
 /*
  * Define just the version numbers; otherwise we get some strange substitutions in postgis.sql.in
  */
-#define POSTGIS_PGSQL_VERSION 92
-#define POSTGIS_GEOS_VERSION 34
-#define POSTGIS_PROJ_VERSION 48
-#define POSTGIS_LIB_VERSION '2.1.2'
-#define POSTGIS_LIBXML2_VERSION 2.9.0
+#define POSTGIS_PGSQL_VERSION 93
+#define POSTGIS_GEOS_VERSION 35
+#define POSTGIS_PROJ_VERSION 47
+#define POSTGIS_LIB_VERSION '2.1.3'
+#define POSTGIS_LIBXML2_VERSION 2.9.1
 
 /*
  * Define the build date and the version number
@@ -18,12 +18,12 @@
  * won't substitute within apostrophes)
  */
 #define _POSTGIS_SQL_SELECT_POSTGIS_VERSION 'SELECT ''2.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1''::text AS version'
-#define _POSTGIS_SQL_SELECT_POSTGIS_BUILD_DATE 'SELECT ''2014-03-29 05:39:47''::text AS version'
+#define _POSTGIS_SQL_SELECT_POSTGIS_BUILD_DATE 'SELECT ''2014-05-13 17:19:16''::text AS version'
 
 #if POSTGIS_SVN_REVISION
-#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '2.1.2'::text || ' r' || POSTGIS_SVN_REVISION::text AS version $$
+#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '2.1.3'::text || ' r' || POSTGIS_SVN_REVISION::text AS version $$
 #else
-#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '2.1.2'::text AS version $$
+#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '2.1.3'::text AS version $$
 #endif
 
 #define SRID_USR_MAX 998999
diff --git a/postgis_config.h.in b/postgis_config.h.in
index edf1d08..742917d 100644
--- a/postgis_config.h.in
+++ b/postgis_config.h.in
@@ -1,4 +1,5 @@
-/* postgis_config.h.in.  Generated from configure.ac by autoheader.  */
+#ifndef POSTGIS_CONFIG_H
+#define POSTGIS_CONFIG_H 1
 
 #include "postgis_svn_revision.h"
 
@@ -186,3 +187,5 @@
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
 #undef YYTEXT_POINTER
+
+#endif /* POSTGIS_CONFIG_H */
diff --git a/postgis_svn_revision.h b/postgis_svn_revision.h
index 2754e98..932c6cd 100644
--- a/postgis_svn_revision.h
+++ b/postgis_svn_revision.h
@@ -1 +1 @@
-#define POSTGIS_SVN_REVISION 12389
+#define POSTGIS_SVN_REVISION 12547
diff --git a/raster/rt_core/rt_api.c b/raster/rt_core/rt_api.c
index 06be4e8..bc5a1d4 100644
--- a/raster/rt_core/rt_api.c
+++ b/raster/rt_core/rt_api.c
@@ -1,5 +1,5 @@
 /*
- * $Id: rt_api.c 12186 2014-01-17 03:46:18Z dustymugs $
+ * $Id: rt_api.c 12496 2014-05-04 15:52:07Z dustymugs $
  *
  * WKTRaster - Raster Types for PostGIS
  * http://trac.osgeo.org/postgis/wiki/WKTRaster
@@ -441,15 +441,17 @@ int rt_util_gdal_configured(void) {
 /*
 	register all GDAL drivers
 */
-void
-rt_util_gdal_register_all(void) {
+int
+rt_util_gdal_register_all(int force_register_all) {
 	static int registered = 0;
 
-	if (registered)
-		return;
+	if (registered && !force_register_all)
+		return 0;
 
 	GDALAllRegister();
 	registered = 1;
+
+	return 1;
 }
 
 /*
@@ -475,6 +477,39 @@ rt_util_gdal_driver_registered(const char *drv) {
 	return 0;
 }
 
+/* variable for PostgreSQL GUC: postgis.gdal_enabled_drivers */
+char *gdal_enabled_drivers = NULL;
+
+/*
+	wrapper for GDALOpen and GDALOpenShared
+*/
+GDALDatasetH
+rt_util_gdal_open(const char *fn, GDALAccess fn_access, int shared) {
+	assert(NULL != fn);
+
+	if (gdal_enabled_drivers != NULL) {
+		if (strstr(gdal_enabled_drivers, GDAL_DISABLE_ALL) != NULL) {
+			rterror("rt_util_gdal_open: Cannot open file. All GDAL drivers disabled");
+			return NULL;
+		}
+		else if (strstr(gdal_enabled_drivers, GDAL_ENABLE_ALL) != NULL) {
+			/* do nothing */
+		}
+		else if (
+			(strstr(fn, "/vsicurl") != NULL) &&
+			(strstr(gdal_enabled_drivers, GDAL_VSICURL) == NULL)
+		) {
+			rterror("rt_util_gdal_open: Cannot open VSICURL file. VSICURL disabled");
+			return NULL;
+		}
+	}
+
+	if (shared)
+		return GDALOpenShared(fn, fn_access);
+	else
+		return GDALOpen(fn, fn_access);
+}
+
 void
 rt_util_from_ogr_envelope(
 	OGREnvelope	env,
@@ -1758,6 +1793,9 @@ rt_band_get_data(rt_band band) {
 		return band->data.mem;
 }
 
+/* variable for PostgreSQL env variable: POSTGIS_ENABLE_OUTDB_RASTERS */
+char enable_outdb_rasters = 1;
+
 /**
 	* Load offline band's data.  Loaded data is internally owned
 	* and should not be released by the caller.  Data will be
@@ -1794,11 +1832,17 @@ rt_band_load_offline_data(rt_band band) {
 		return ES_ERROR;
 	}
 
-	rt_util_gdal_register_all();
+	/* out-db is disabled */
+	if (!enable_outdb_rasters) {
+		rterror("rt_raster_load_offline_data: Access to offline bands disabled");
+		return ES_ERROR;
+	}
+
+	rt_util_gdal_register_all(0);
 	/*
-	 hdsSrc = GDALOpenShared(band->data.offline.path, GA_ReadOnly);
+	 hdsSrc = rt_util_gdal_open(band->data.offline.path, GA_ReadOnly, 1);
 	*/
-	hdsSrc = GDALOpen(band->data.offline.path, GA_ReadOnly);
+	hdsSrc = rt_util_gdal_open(band->data.offline.path, GA_ReadOnly, 0);
 	if (hdsSrc == NULL) {
 		rterror("rt_band_load_offline_data: Cannot open offline raster: %s", band->data.offline.path);
 		return ES_ERROR;
@@ -6208,6 +6252,7 @@ rt_raster_gdal_polygonize(
 	long j;
 	OGRSFDriverH ogr_drv = NULL;
 	GDALDriverH gdal_drv = NULL;
+	int destroy_gdal_drv = 0;
 	GDALDatasetH memdataset = NULL;
 	GDALRasterBandH gdal_band = NULL;
 	OGRDataSourceH memdatasource = NULL;
@@ -6270,7 +6315,7 @@ rt_raster_gdal_polygonize(
 	/*****************************************************
 	 * Convert raster to GDAL MEM dataset
 	 *****************************************************/
-	memdataset = rt_raster_to_gdal_mem(raster, NULL, bandNums, excludeNodataValues, 1, &gdal_drv);
+	memdataset = rt_raster_to_gdal_mem(raster, NULL, bandNums, excludeNodataValues, 1, &gdal_drv, &destroy_gdal_drv);
 	if (NULL == memdataset) {
 		rterror("rt_raster_gdal_polygonize: Couldn't convert raster to GDAL MEM dataset");
 		return NULL;
@@ -6291,6 +6336,7 @@ rt_raster_gdal_polygonize(
 	if (NULL == memdatasource) {
 		rterror("rt_raster_gdal_polygonize: Couldn't create a OGR Datasource to store pols");
 		GDALClose(memdataset);
+		if (destroy_gdal_drv) GDALDestroyDriver(gdal_drv);
 		return NULL;
 	}
 
@@ -6300,6 +6346,7 @@ rt_raster_gdal_polygonize(
 
 		/* xxx jorgearevalo: what should we do now? */
 		GDALClose(memdataset);
+		if (destroy_gdal_drv) GDALDestroyDriver(gdal_drv);
 		OGRReleaseDataSource(memdatasource);
 
 		return NULL;
@@ -6322,6 +6369,7 @@ rt_raster_gdal_polygonize(
 		rterror("rt_raster_gdal_polygonize: Couldn't create layer to store polygons");
 
 		GDALClose(memdataset);
+		if (destroy_gdal_drv) GDALDestroyDriver(gdal_drv);
 		OGRReleaseDataSource(memdatasource);
 
 		return NULL;
@@ -6350,6 +6398,7 @@ rt_raster_gdal_polygonize(
 		rterror("rt_raster_gdal_polygonize: Couldn't get GDAL band to polygonize");
 
 		GDALClose(memdataset);
+		if (destroy_gdal_drv) GDALDestroyDriver(gdal_drv);
 		OGR_Fld_Destroy(hFldDfn);
 		OGR_DS_DeleteLayer(memdatasource, 0);
 		OGRReleaseDataSource(memdatasource);
@@ -6370,6 +6419,7 @@ rt_raster_gdal_polygonize(
 		rterror("rt_raster_gdal_polygonize: Could not polygonize GDAL band");
 
 		GDALClose(memdataset);
+		if (destroy_gdal_drv) GDALDestroyDriver(gdal_drv);
 		OGR_Fld_Destroy(hFldDfn);
 		OGR_DS_DeleteLayer(memdatasource, 0);
 		OGRReleaseDataSource(memdatasource);
@@ -6410,6 +6460,7 @@ rt_raster_gdal_polygonize(
 		rterror("rt_raster_gdal_polygonize: Could not allocate memory for geomval set");
 
 		GDALClose(memdataset);
+		if (destroy_gdal_drv) GDALDestroyDriver(gdal_drv);
 		OGR_Fld_Destroy(hFldDfn);
 		OGR_DS_DeleteLayer(memdatasource, 0);
 		if (NULL != pszQuery)
@@ -6441,6 +6492,7 @@ rt_raster_gdal_polygonize(
 
 			OGR_F_Destroy(hFeature);
 			GDALClose(memdataset);
+			if (destroy_gdal_drv) GDALDestroyDriver(gdal_drv);
 			OGR_Fld_Destroy(hFldDfn);
 			OGR_DS_DeleteLayer(memdatasource, 0);
 			if (NULL != pszQuery)
@@ -6542,6 +6594,7 @@ rt_raster_gdal_polygonize(
 
 	RASTER_DEBUG(3, "destroying GDAL MEM raster");
 	GDALClose(memdataset);
+	if (destroy_gdal_drv) GDALDestroyDriver(gdal_drv);
 
 	RASTER_DEBUG(3, "destroying OGR MEM vector");
 	OGR_Fld_Destroy(hFldDfn);
@@ -8806,6 +8859,7 @@ uint8_t*
 rt_raster_to_gdal(rt_raster raster, const char *srs,
 	char *format, char **options, uint64_t *gdalsize) {
 	GDALDriverH src_drv = NULL;
+	int destroy_src_drv = 0;
 	GDALDatasetH src_ds = NULL;
 
 	vsi_l_offset rtn_lenvsi;
@@ -8819,7 +8873,7 @@ rt_raster_to_gdal(rt_raster raster, const char *srs,
 	assert(NULL != gdalsize);
 
 	/* any supported format is possible */
-	rt_util_gdal_register_all();
+	rt_util_gdal_register_all(0);
 	RASTER_DEBUG(3, "loaded all supported GDAL formats");
 
 	/* output format not specified */
@@ -8828,7 +8882,7 @@ rt_raster_to_gdal(rt_raster raster, const char *srs,
 	RASTER_DEBUGF(3, "output format is %s", format);
 
 	/* load raster into a GDAL MEM raster */
-	src_ds = rt_raster_to_gdal_mem(raster, srs, NULL, NULL, 0, &src_drv);
+	src_ds = rt_raster_to_gdal_mem(raster, srs, NULL, NULL, 0, &src_drv, &destroy_src_drv);
 	if (NULL == src_ds) {
 		rterror("rt_raster_to_gdal: Could not convert raster to GDAL MEM format");
 		return 0;
@@ -8839,6 +8893,7 @@ rt_raster_to_gdal(rt_raster raster, const char *srs,
 	if (NULL == rtn_drv) {
 		rterror("rt_raster_to_gdal: Could not load the output GDAL driver");
 		GDALClose(src_ds);
+		if (destroy_src_drv) GDALDestroyDriver(src_drv);
 		return 0;
 	}
 	RASTER_DEBUG(3, "Output driver loaded");
@@ -8854,16 +8909,17 @@ rt_raster_to_gdal(rt_raster raster, const char *srs,
 		NULL, /* progress function */
 		NULL /* progress data */
 	);
-	if (NULL == rtn_ds) {
-		rterror("rt_raster_to_gdal: Could not create the output GDAL dataset");
-		GDALClose(src_ds);
-		return 0;
-	}
 
 	/* close source dataset */
 	GDALClose(src_ds);
+	if (destroy_src_drv) GDALDestroyDriver(src_drv);
 	RASTER_DEBUG(3, "Closed GDAL MEM raster");
 
+	if (NULL == rtn_ds) {
+		rterror("rt_raster_to_gdal: Could not create the output GDAL dataset");
+		return 0;
+	}
+
 	RASTER_DEBUGF(4, "dataset SRS: %s", GDALGetProjectionRef(rtn_ds));
 
 	/* close dataset, this also flushes any pending writes */
@@ -8909,7 +8965,7 @@ rt_raster_gdal_drivers(uint32_t *drv_count, uint8_t cancc) {
 
 	assert(drv_count != NULL);
 
-	rt_util_gdal_register_all();
+	rt_util_gdal_register_all(0);
 	count = GDALGetDriverCount();
 	rtn = (rt_gdaldriver) rtalloc(count * sizeof(struct rt_gdaldriver_t));
 	if (NULL == rtn) {
@@ -8982,6 +9038,7 @@ rt_raster_gdal_drivers(uint32_t *drv_count, uint8_t cancc) {
  *   ignore nodata values for the band
  * @param count : number of elements in bandNums
  * @param rtn_drv : is set to the GDAL driver object
+ * @param destroy_rtn_drv : if non-zero, caller must destroy the MEM driver
  *
  * @return GDAL dataset using GDAL MEM driver
  */
@@ -8992,7 +9049,7 @@ rt_raster_to_gdal_mem(
 	uint32_t *bandNums,
 	int *excludeNodataValues,
 	int count,
-	GDALDriverH *rtn_drv
+	GDALDriverH *rtn_drv, int *destroy_rtn_drv
 ) {
 	GDALDriverH drv = NULL;
 	GDALDatasetH ds = NULL;
@@ -9017,10 +9074,14 @@ rt_raster_to_gdal_mem(
 
 	assert(NULL != raster);
 	assert(NULL != rtn_drv);
+	assert(NULL != destroy_rtn_drv);
 
 	/* store raster in GDAL MEM raster */
-	if (!rt_util_gdal_driver_registered("MEM"))
+	if (!rt_util_gdal_driver_registered("MEM")) {
+		RASTER_DEBUG(4, "Registering MEM driver");
 		GDALRegister_MEM();
+		*destroy_rtn_drv = 1;
+	}
 	drv = GDALGetDriverByName("MEM");
 	if (NULL == drv) {
 		rterror("rt_raster_to_gdal_mem: Could not load the MEM GDAL driver");
@@ -9028,6 +9089,12 @@ rt_raster_to_gdal_mem(
 	}
 	*rtn_drv = drv;
 
+	/* unload driver from GDAL driver manager */
+	if (*destroy_rtn_drv) {
+		RASTER_DEBUG(4, "Deregistering MEM driver");
+		GDALDeregisterDriver(drv);
+	}
+
 	width = rt_raster_get_width(raster);
 	height = rt_raster_get_height(raster);
 	ds = GDALCreate(
@@ -9567,6 +9634,7 @@ struct _rti_warp_arg_t {
 		GDALDriverH drv;
 		GDALDatasetH ds;
 		char *srs;
+		int destroy_drv;
 	} src, dst;
 
 	GDALWarpOptions *wopts;
@@ -9599,10 +9667,12 @@ _rti_warp_arg_init() {
 	}
 
 	arg->src.drv = NULL;
+	arg->src.destroy_drv = 0;
 	arg->src.ds = NULL;
 	arg->src.srs = NULL;
 
 	arg->dst.drv = NULL;
+	arg->dst.destroy_drv = 0;
 	arg->dst.ds = NULL;
 	arg->dst.srs = NULL;
 
@@ -9629,11 +9699,21 @@ _rti_warp_arg_destroy(_rti_warp_arg arg) {
 	if (arg->dst.srs != NULL)
 		CPLFree(arg->dst.srs);
 
+	if (arg->dst.drv != NULL && arg->dst.destroy_drv) {
+		GDALDeregisterDriver(arg->dst.drv);
+		GDALDestroyDriver(arg->dst.drv);
+	}
+
 	if (arg->src.ds != NULL)
 		GDALClose(arg->src.ds);
 	if (arg->src.srs != NULL)
 		CPLFree(arg->src.srs);
 
+	if (arg->src.drv != NULL && arg->src.destroy_drv) {
+		GDALDeregisterDriver(arg->src.drv);
+		GDALDestroyDriver(arg->src.drv);
+	}
+
 	if (arg->transform.func == GDALApproxTransform) {
 		if (arg->transform.arg.imgproj != NULL)
 			GDALDestroyGenImgProjTransformer(arg->transform.arg.imgproj);
@@ -9767,7 +9847,7 @@ rt_raster rt_raster_gdal_warp(
 	}
 
 	/* load raster into a GDAL MEM dataset */
-	arg->src.ds = rt_raster_to_gdal_mem(raster, arg->src.srs, NULL, NULL, 0, &(arg->src.drv));
+	arg->src.ds = rt_raster_to_gdal_mem(raster, arg->src.srs, NULL, NULL, 0, &(arg->src.drv), &(arg->src.destroy_drv));
 	if (NULL == arg->src.ds) {
 		rterror("rt_raster_gdal_warp: Could not convert raster to GDAL MEM format");
 		_rti_warp_arg_destroy(arg);
@@ -10284,8 +10364,10 @@ rt_raster rt_raster_gdal_warp(
 	}
 
 	/* load VRT driver */
-	if (!rt_util_gdal_driver_registered("VRT"))
+	if (!rt_util_gdal_driver_registered("VRT")) {
 		GDALRegister_VRT();
+		arg->dst.destroy_drv = 1;
+	}
 	arg->dst.drv = GDALGetDriverByName("VRT");
 	if (NULL == arg->dst.drv) {
 		rterror("rt_raster_gdal_warp: Could not load the output GDAL VRT driver");
@@ -10621,6 +10703,7 @@ rt_raster_gdal_rasterize(
 	CPLErr cplerr;
 	double _gt[6] = {0};
 	GDALDriverH _drv = NULL;
+	int unload_drv = 0;
 	GDALDatasetH _ds = NULL;
 	GDALRasterBandH _band = NULL;
 
@@ -11272,8 +11355,10 @@ rt_raster_gdal_rasterize(
 		_dim[0], _dim[1]);
 
 	/* load GDAL mem */
-	if (!rt_util_gdal_driver_registered("MEM"))
+	if (!rt_util_gdal_driver_registered("MEM")) {
 		GDALRegister_MEM();
+		unload_drv = 1;
+	}
 	_drv = GDALGetDriverByName("MEM");
 	if (NULL == _drv) {
 		rterror("rt_raster_gdal_rasterize: Could not load the MEM GDAL driver");
@@ -11287,6 +11372,9 @@ rt_raster_gdal_rasterize(
 		return NULL;
 	}
 
+	if (unload_drv)
+		GDALDeregisterDriver(_drv);
+
 	_ds = GDALCreate(_drv, "", _dim[0], _dim[1], 0, GDT_Byte, NULL);
 	if (NULL == _ds) {
 		rterror("rt_raster_gdal_rasterize: Could not create a GDALDataset to rasterize the geometry into");
@@ -11297,6 +11385,8 @@ rt_raster_gdal_rasterize(
 		if (src_sr != NULL) OSRDestroySpatialReference(src_sr);
 		/* OGRCleanupAll(); */
 
+		if (unload_drv) GDALDestroyDriver(_drv);
+
 		return NULL;
 	}
 
@@ -11312,6 +11402,7 @@ rt_raster_gdal_rasterize(
 		/* OGRCleanupAll(); */
 
 		GDALClose(_ds);
+		if (unload_drv) GDALDestroyDriver(_drv);
 
 		return NULL;
 	}
@@ -11333,6 +11424,7 @@ rt_raster_gdal_rasterize(
 			/* OGRCleanupAll(); */
 
 			GDALClose(_ds);
+			if (unload_drv) GDALDestroyDriver(_drv);
 
 			return NULL;
 		}
@@ -11388,6 +11480,7 @@ rt_raster_gdal_rasterize(
 			/* OGRCleanupAll(); */
 
 			GDALClose(_ds);
+			if (unload_drv) GDALDestroyDriver(_drv);
 
 			return NULL;
 		}
@@ -11417,6 +11510,7 @@ rt_raster_gdal_rasterize(
 		/* OGRCleanupAll(); */
 
 		GDALClose(_ds);
+		if (unload_drv) GDALDestroyDriver(_drv);
 
 		return NULL;
 	}
@@ -11431,6 +11525,7 @@ rt_raster_gdal_rasterize(
 	/* OGRCleanupAll(); */
 
 	GDALClose(_ds);
+	if (unload_drv) GDALDestroyDriver(_drv);
 
 	if (NULL == rast) {
 		rterror("rt_raster_gdal_rasterize: Could not rasterize geometry");
diff --git a/raster/rt_core/rt_api.h b/raster/rt_core/rt_api.h
index d8cb278..7f60d62 100644
--- a/raster/rt_core/rt_api.h
+++ b/raster/rt_core/rt_api.h
@@ -1,5 +1,5 @@
 /*
- * $Id: rt_api.h 12336 2014-03-22 05:29:54Z robe $
+ * $Id: rt_api.h 12499 2014-05-04 17:15:13Z dustymugs $
  *
  * WKTRaster - Raster Types for PostGIS
  * http://www.postgis.org/support/wiki/index.php?WKTRasterHomePage
@@ -1563,6 +1563,7 @@ rt_gdaldriver rt_raster_gdal_drivers(uint32_t *drv_count, uint8_t cancc);
  * to check for pixels with value
  * @param count : number of elements in bandNums and exclude_nodata_values
  * @param rtn_drv : is set to the GDAL driver object
+ * @param destroy_rtn_drv : if non-zero, caller must destroy the MEM driver
  *
  * @return GDAL dataset using GDAL MEM driver
  */
@@ -1572,7 +1573,7 @@ GDALDatasetH rt_raster_to_gdal_mem(
 	uint32_t *bandNums,
 	int *excludeNodataValues,
 	int count,
-	GDALDriverH *rtn_drv
+	GDALDriverH *rtn_drv, int *destroy_rtn_drv
 );
 
 /**
@@ -1983,7 +1984,13 @@ extern void *rtalloc(size_t size);
 extern void *rtrealloc(void *mem, size_t size);
 extern void rtdealloc(void *mem);
 
+/*
+ * GDAL driver flags
+ */
 
+#define GDAL_ENABLE_ALL "ENABLE_ALL"
+#define GDAL_DISABLE_ALL "DISABLE_ALL"
+#define GDAL_VSICURL "VSICURL"
 
 /* Set of functions to clamp double to int of different size
  */
@@ -2109,8 +2116,8 @@ rt_util_gdal_configured(void);
 /*
 	register all GDAL drivers
 */
-void
-rt_util_gdal_register_all(void);
+int
+rt_util_gdal_register_all(int force_register_all);
 
 /*
 	is the driver registered?
@@ -2118,6 +2125,12 @@ rt_util_gdal_register_all(void);
 int
 rt_util_gdal_driver_registered(const char *drv);
 
+/*
+	wrapper for GDALOpen and GDALOpenShared
+*/
+GDALDatasetH
+rt_util_gdal_open(const char *fn, GDALAccess fn_access, int shared);
+
 void
 rt_util_from_ogr_envelope(
 	OGREnvelope	env,
diff --git a/raster/rt_pg/rt_pg.c b/raster/rt_pg/rt_pg.c
index 50b4b3e..a3218c6 100644
--- a/raster/rt_pg/rt_pg.c
+++ b/raster/rt_pg/rt_pg.c
@@ -1,5 +1,5 @@
 /*
- * $Id: rt_pg.c 12153 2013-12-07 14:41:24Z dustymugs $
+ * $Id: rt_pg.c 12536 2014-05-13 15:07:07Z dustymugs $
  *
  * WKTRaster - Raster Types for PostGIS
  * http://www.postgis.org/support/wiki/index.php?WKTRasterHomePage
@@ -69,18 +69,7 @@
  */
 PG_MODULE_MAGIC;
 
-/*
- * Module load callback
- */
 void _PG_init(void);
-void
-_PG_init(void)
-{
-    /* Install liblwgeom handlers */
-    pg_install_lwgeom_handlers();
-
-    /* TODO: Install raster callbacks (see rt_init_allocators) */
-}
 
 /***************************************************************
  * Internal functions must be prefixed with rtpg_.  This is
@@ -100,6 +89,213 @@ static char *rtpg_removespaces(char *str);
 static char *rtpg_trim(const char* input);
 static char *rtpg_getSR(int srid);
 
+extern char *gdal_enabled_drivers;
+extern char enable_outdb_rasters;
+
+#define ENV_POSTGIS_GDAL_ENABLED_DRIVERS "POSTGIS_GDAL_ENABLED_DRIVERS"
+#define ENV_POSTGIS_ENABLE_OUTDB_RASTERS "POSTGIS_ENABLE_OUTDB_RASTERS"
+
+/* rtpg_assignHookGDALEnabledDrivers() should only be called by _PG_init */
+static void
+rtpg_assignHookGDALEnabledDrivers() {
+	char *enabled_drivers = NULL;
+	int enable_all = 0;
+	int disable_all = 0;
+
+	char **enabled_drivers_array = NULL;
+	int enabled_drivers_count = 0;
+	bool *enabled_drivers_found = NULL;
+	char *gdal_skip = NULL;
+
+	uint32_t i;
+	uint32_t j;
+
+	enabled_drivers = getenv(ENV_POSTGIS_GDAL_ENABLED_DRIVERS);
+
+	POSTGIS_RT_DEBUGF(4, "GDAL_SKIP = \"%s\"", CPLGetConfigOption("GDAL_SKIP", ""));
+	POSTGIS_RT_DEBUGF(4, "enabled_drivers = \"%s\"", enabled_drivers);
+
+	if (enabled_drivers != NULL) {
+		gdal_enabled_drivers = palloc(
+			sizeof(char) * (strlen(enabled_drivers) + 1)
+		);
+
+		sprintf(gdal_enabled_drivers, "%s", enabled_drivers);
+
+		enabled_drivers_array = rtpg_strsplit(enabled_drivers, " ", &enabled_drivers_count);
+#if POSTGIS_DEBUG_LEVEL > 0
+		POSTGIS_RT_DEBUGF(4, "enabled_drivers_count = %d", enabled_drivers_count)
+		for (i = 0; i < enabled_drivers_count; i++) {
+			POSTGIS_RT_DEBUGF(4, "enabled_drivers_array[%d] = \"%s\"", i, enabled_drivers_array[i]);
+		}
+#endif
+
+		enabled_drivers_found = palloc(sizeof(bool) * enabled_drivers_count);
+		memset(enabled_drivers_found, FALSE, sizeof(bool) * enabled_drivers_count);
+	}
+	else {
+		gdal_enabled_drivers = palloc(sizeof(char));
+		gdal_enabled_drivers[0] = '\0';
+	}
+
+	/* destroy the driver manager */
+	/* this is the only way to ensure GDAL_SKIP is recognized */
+	GDALDestroyDriverManager();
+	CPLSetConfigOption("GDAL_SKIP", NULL);
+
+	/* force wrapper function to call GDALAllRegister() */
+	rt_util_gdal_register_all(1);
+
+	/* scan for keywords DISABLE_ALL and ENABLE_ALL */
+	disable_all = 0;
+	enable_all = 0;
+	if (strstr(gdal_enabled_drivers, GDAL_DISABLE_ALL) != NULL) {
+		for (i = 0; i < enabled_drivers_count; i++) {
+			if (strstr(enabled_drivers_array[i], GDAL_DISABLE_ALL) != NULL) {
+				enabled_drivers_found[i] = TRUE;
+				disable_all = 1;
+			}
+		}
+	}
+	else if (strstr(gdal_enabled_drivers, GDAL_ENABLE_ALL) != NULL) {
+		for (i = 0; i < enabled_drivers_count; i++) {
+			if (strstr(enabled_drivers_array[i], GDAL_ENABLE_ALL) != NULL) {
+				enabled_drivers_found[i] = TRUE;
+				enable_all = 1;
+			}
+		}
+	}
+
+	if (!enable_all) {
+		int found = 0;
+		uint32_t drv_count = 0;
+		rt_gdaldriver drv_set = rt_raster_gdal_drivers(&drv_count, 0);
+
+		POSTGIS_RT_DEBUGF(4, "driver count = %d", drv_count);
+
+		/* all other drivers than those in new drivers are added to GDAL_SKIP */
+		for (i = 0; i < drv_count; i++) {
+			POSTGIS_RT_DEBUGF(4, "drv_set[%d] = \"%s\"", i, drv_set[i].short_name);
+			found = 0;
+
+			if (!disable_all) {
+				/* gdal driver found in gdal_enabled_drivers, continue to thorough search */
+				if (strstr(gdal_enabled_drivers, drv_set[i].short_name) != NULL) {
+					POSTGIS_RT_DEBUGF(4, "\"%s\" found in gdal_enabled_drivers", drv_set[i].short_name);
+					/* thorough search of enabled_drivers */
+					for (j = 0; j < enabled_drivers_count; j++) {
+						/* driver found */
+						if (strcmp(enabled_drivers_array[j], drv_set[i].short_name) == 0) {
+							POSTGIS_RT_DEBUGF(4, "\"%s\" found in enabled_drivers_array", drv_set[i].short_name);
+							enabled_drivers_found[j] = TRUE;
+							found = 1;
+						}
+					}
+				}
+			}
+
+			/* driver found, continue */
+			if (found)
+				continue;
+
+			/* driver not found, add to gdal_skip */
+			if (gdal_skip == NULL) {
+				gdal_skip = palloc(sizeof(char) * (strlen(drv_set[i].short_name) + 1));
+				gdal_skip[0] = '\0';
+			}
+			else {
+				gdal_skip = repalloc(
+					gdal_skip,
+					sizeof(char) * (
+						strlen(gdal_skip) + 1 + strlen(drv_set[i].short_name) + 1
+					)
+				);
+				strcat(gdal_skip, " ");
+			}
+			strcat(gdal_skip, drv_set[i].short_name);
+		}
+
+		for (i = 0; i < drv_count; i++) {
+			pfree(drv_set[i].short_name);
+			pfree(drv_set[i].long_name);
+			pfree(drv_set[i].create_options);
+		}
+		if (drv_count) pfree(drv_set);
+
+	}
+
+	for (i = 0; i < enabled_drivers_count; i++) {
+		if (enabled_drivers_found[i])
+			continue;
+
+		if (disable_all)
+			elog(WARNING, "%s set. Ignoring GDAL driver: %s", GDAL_DISABLE_ALL, enabled_drivers_array[i]);
+		else if (enable_all)
+			elog(WARNING, "%s set. Ignoring GDAL driver: %s", GDAL_ENABLE_ALL, enabled_drivers_array[i]);
+		else
+			elog(WARNING, "Unknown GDAL driver: %s", enabled_drivers_array[i]);
+	}
+
+	/* destroy the driver manager */
+	/* this is the only way to ensure GDAL_SKIP is recognized */
+	GDALDestroyDriverManager();
+
+	/* set GDAL_SKIP */
+	POSTGIS_RT_DEBUGF(4, "gdal_skip = \"%s\"", gdal_skip);
+	CPLSetConfigOption("GDAL_SKIP", gdal_skip);
+	if (gdal_skip != NULL) pfree(gdal_skip);
+
+	/* force wrapper function to call GDALAllRegister() */
+	rt_util_gdal_register_all(1);
+
+	if (enabled_drivers_count) {
+		pfree(enabled_drivers_array);
+		pfree(enabled_drivers_found);
+	}
+	POSTGIS_RT_DEBUGF(4, "GDAL_SKIP = \"%s\"", CPLGetConfigOption("GDAL_SKIP", ""));
+}
+
+/*
+ * Module load callback
+ */
+void _PG_init(void) {
+	char *env_postgis_enable_outdb_rasters = NULL;
+
+	/*
+	 * use POSTGIS_ENABLE_OUTDB_RASTERS to enable access to out-db rasters
+	 */
+	enable_outdb_rasters = 0;
+	env_postgis_enable_outdb_rasters = getenv(ENV_POSTGIS_ENABLE_OUTDB_RASTERS);
+	if (env_postgis_enable_outdb_rasters != NULL) {
+		char *env = rtpg_trim(env_postgis_enable_outdb_rasters);
+
+		/* out of memory */
+		if (env == NULL) {
+			elog(
+				ERROR,
+				"_PG_init: Cannot process environmental variable: %s",
+				ENV_POSTGIS_ENABLE_OUTDB_RASTERS
+			);
+			return;
+		}
+
+		if (strcmp(env, "1") == 0)
+			enable_outdb_rasters = 1;
+
+		pfree(env);
+	}
+
+	/*
+	 * use POSTGIS_GDAL_ENABLED_DRIVERS to restrict drivers
+	 */
+	rtpg_assignHookGDALEnabledDrivers();
+
+	/* Install liblwgeom handlers */
+	pg_install_lwgeom_handlers();
+
+    /* TODO: Install raster callbacks (see rt_init_allocators) */
+}
+
 /***************************************************************
  * Some rules for returning NOTICE or ERROR...
  *
@@ -5653,8 +5849,8 @@ Datum RASTER_addBandOutDB(PG_FUNCTION_ARGS)
 	}
 
 	/* open outdb raster file */
-	rt_util_gdal_register_all();
-	hdsOut = GDALOpenShared(outdbfile, GA_ReadOnly);
+	rt_util_gdal_register_all(0);
+	hdsOut = rt_util_gdal_open(outdbfile, GA_ReadOnly, 1);
 	if (hdsOut == NULL) {
 		if (pgraster != NULL) {
 			rt_raster_destroy(raster);
@@ -11260,10 +11456,10 @@ Datum RASTER_fromGDALRaster(PG_FUNCTION_ARGS)
 	}
 
 	/* register all GDAL drivers */
-	rt_util_gdal_register_all();
+	rt_util_gdal_register_all(0);
 
 	/* open GDAL raster */
-	hdsSrc = GDALOpenShared("/vsimem/in.dat", GA_ReadOnly);
+	hdsSrc = rt_util_gdal_open("/vsimem/in.dat", GA_ReadOnly, 1);
 	if (hdsSrc == NULL) {
 		VSIFCloseL(vsifp);
 		PG_FREE_IF_COPY(bytea_data, 0);
diff --git a/raster/test/cunit/cu_gdal.c b/raster/test/cunit/cu_gdal.c
index 1418627..08ae6bc 100644
--- a/raster/test/cunit/cu_gdal.c
+++ b/raster/test/cunit/cu_gdal.c
@@ -490,6 +490,7 @@ static void test_gdal_to_raster() {
 	double value;
 
 	GDALDriverH gddrv = NULL;
+	int destroy = 0;
 	GDALDatasetH gdds = NULL;
 
 	raster = rt_raster_new(width, height);
@@ -505,8 +506,9 @@ static void test_gdal_to_raster() {
 		}
 	}
 
-	gdds = rt_raster_to_gdal_mem(raster, NULL, NULL, NULL, 0, &gddrv);
+	gdds = rt_raster_to_gdal_mem(raster, NULL, NULL, NULL, 0, &gddrv, &destroy);
 	CU_ASSERT(gddrv != NULL);
+	CU_ASSERT_EQUAL(destroy, 0);
 	CU_ASSERT(gdds != NULL);
 	CU_ASSERT_EQUAL(GDALGetRasterXSize(gdds), width);
 	CU_ASSERT_EQUAL(GDALGetRasterYSize(gdds), height);
@@ -550,8 +552,9 @@ static void test_gdal_to_raster() {
 		}
 	}
 
-	gdds = rt_raster_to_gdal_mem(raster, NULL, NULL, NULL, 0, &gddrv);
+	gdds = rt_raster_to_gdal_mem(raster, NULL, NULL, NULL, 0, &gddrv, &destroy);
 	CU_ASSERT(gddrv != NULL);
+	CU_ASSERT_EQUAL(destroy, 0);
 	CU_ASSERT(gdds != NULL);
 	CU_ASSERT_EQUAL(GDALGetRasterXSize(gdds), width);
 	CU_ASSERT_EQUAL(GDALGetRasterYSize(gdds), height);
diff --git a/raster/test/cunit/cu_misc.c b/raster/test/cunit/cu_misc.c
index bc89a72..9355825 100644
--- a/raster/test/cunit/cu_misc.c
+++ b/raster/test/cunit/cu_misc.c
@@ -108,10 +108,45 @@ static void test_hsv_to_rgb() {
 	CU_ASSERT_DOUBLE_EQUAL(rgb[2], 0.4, DBL_EPSILON);
 }
 
+static void test_util_gdal_open() {
+	extern char *gdal_enabled_drivers;
+
+	GDALDatasetH ds;
+
+	char *disable_all = GDAL_DISABLE_ALL;
+	char *enabled = "GTiff JPEG PNG";
+	char *enabled_vsi = "GTiff JPEG PNG VSICURL";
+
+	rt_util_gdal_register_all(1);
+
+	/* all drivers disabled */
+	gdal_enabled_drivers = disable_all;
+	ds = rt_util_gdal_open("/tmp/foo", GA_ReadOnly, 0);
+	CU_ASSERT(ds == NULL);
+
+	/* can't test VSICURL if HTTP driver not found */
+	if (!rt_util_gdal_driver_registered("HTTP"))
+		return;
+
+	/* enabled drivers, no VSICURL */
+	gdal_enabled_drivers = enabled;
+	ds = rt_util_gdal_open("/vsicurl/http://download.osgeo.org/gdal/data/gtiff/small_world.tif", GA_ReadOnly, 0);
+	CU_ASSERT(ds == NULL);
+
+	/* enabled drivers with VSICURL */
+	/* disabled as we don't want network access as a requirement
+	gdal_enabled_drivers = enabled_vsi;
+	ds = rt_util_gdal_open("/vsicurl/http://download.osgeo.org/gdal/data/gtiff/small_world.tif", GA_ReadOnly, 0);
+	CU_ASSERT(ds != NULL);
+	GDALClose(ds);
+	*/
+}
+
 /* register tests */
 CU_TestInfo misc_tests[] = {
 	PG_TEST(test_rgb_to_hsv),
 	PG_TEST(test_hsv_to_rgb),
+	PG_TEST(test_util_gdal_open),
 	CU_TEST_INFO_NULL
 };
 CU_SuiteInfo misc_suite = {"misc",  NULL,  NULL, misc_tests};
diff --git a/raster/test/regress/Makefile.in b/raster/test/regress/Makefile.in
index b233678..c090899 100644
--- a/raster/test/regress/Makefile.in
+++ b/raster/test/regress/Makefile.in
@@ -41,8 +41,7 @@ PATH := $(PGSQL_BINDIR):$(PATH)
 export PATH
 
 TEST_FIRST = \
-	check_gdal \
-	load_outdb
+	check_gdal
 
 TEST_LAST = \
 	clean
@@ -98,11 +97,6 @@ TEST_BANDPROPS = \
 
 TEST_UTILITY = \
 	rt_utility \
-	rt_fromgdalraster \
-	rt_asgdalraster \
-	rt_astiff \
-	rt_asjpeg \
-	rt_aspng \
 	rt_reclass \
 	rt_gdalwarp \
 	rt_asraster \
@@ -135,16 +129,13 @@ TEST_SREL = \
 	
 TEST_BUGS = \
 	bug_test_car5 \
+	permitted_gdal_drivers \
 	tickets
 
 TEST_LOADER = \
 	loader/Basic \
 	loader/BasicCopy \
-	loader/BasicFilename \
-	loader/BasicOutDB \
-	loader/Tiled10x10 \
-	loader/Tiled10x10Copy \
-	loader/Tiled8x8
+	loader/BasicFilename
 
 TESTS = $(TEST_FIRST) \
 	$(TEST_METADATA) $(TEST_IO) $(TEST_BASIC_FUNC) \
diff --git a/raster/test/regress/permitted_gdal_drivers.sql b/raster/test/regress/permitted_gdal_drivers.sql
new file mode 100644
index 0000000..99cf19b
--- /dev/null
+++ b/raster/test/regress/permitted_gdal_drivers.sql
@@ -0,0 +1,70 @@
+SET client_min_messages TO warning;
+
+DO $$
+DECLARE
+	_srid int;
+BEGIN
+	SELECT srid INTO _srid FROM spatial_ref_sys WHERE srid = 4326;
+
+	IF _srid IS NULL THEN
+		INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4text") VALUES (4326,'EPSG',4326,'GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]','+proj=longlat +datum=WGS84 +no_defs ');
+	END IF;
+
+	SELECT srid INTO _srid FROM spatial_ref_sys WHERE srid = 3857;
+	IF _srid IS NULL THEN
+	 	INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4text") VALUES (3857,'EPSG',3857,'PROJCS["WGS 84 / Pseudo-Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],PROJECTION["Mercator_1SP"],PARAMETER["central_m [...]
+	END IF;
+
+END;
+$$;
+
+SELECT short_name FROM st_gdaldrivers() WHERE upper(short_name) = 'VRT';
+
+-- make sure raster transforms still work
+-- warp API requires VRT support
+WITH foo AS (
+	SELECT st_asraster(st_buffer('SRID=3857;POINT(0 0)'::geometry, 8), 0.5, 0.5) AS rast
+),
+transformed AS (
+		SELECT st_transform(rast, 4326) AS rast FROM foo
+)
+SELECT ST_SRID(rast) FROM transformed;
+SELECT short_name FROM st_gdaldrivers() WHERE upper(short_name) = 'VRT';
+
+-- no VRT permitted by default
+SELECT convert_from(ST_AsGDALRaster(ST_FromGDALRaster('<VRTDataset rasterXSize="1000"
+rasterYSize="1"><VRTRasterBand band="1"
+subClass="VRTRawRasterBand"><SourceFilename>/etc/passwd</SourceFilename></VRTRasterBand></VRTDataset>'::bytea),
+'EHDR')::bytea, 'LATIN1');
+SELECT short_name FROM st_gdaldrivers() WHERE upper(short_name) = 'VRT';
+
+CREATE TEMP TABLE raster_test AS
+	SELECT
+		'passwd' AS lbl,
+		'0100000100000000000000F03F000000000000F0BF0000000000000000000000000000000000000000000000000000000000000000110F0000E80301008400003C56525444617461736574207261737465725853697A653D223130303022207261737465725953697A653D2231223E3C56525452617374657242616E642062616E643D22312220737562436C6173733D2256525452617752617374657242616E64223E3C536F7572636546696C656E616D653E2F6574632F7061737377643C2F536F7572636546696C656E616D653E3C2F56525452617374657242616E643E3C2F565254446174617365743E00'::raster AS r
+	UNION ALL
+	SELECT 
+		'inline' AS lbl,
+		'0100000100000000000000F03F000000000000F03F00000000000020C000000000000020C000000000000000000000000000000000110F0000100010004400000000000001010101010100000000000000000101010101010101010100000000000101010101010101010101010000000101010101010101010101010101000001010101010101010101010101010001010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010100010101010 [...]
+;
+
+SELECT count(convert_from(ST_AsGDALRaster(r, 'EHDR')::bytea, 'LATIN1')) as passwd from raster_test where lbl = 'passwd';
+SELECT short_name FROM st_gdaldrivers() WHERE upper(short_name) = 'VRT';
+
+SELECT count(convert_from(ST_AsGDALRaster(r, 'EHDR')::bytea, 'LATIN1')) as passwd from raster_test where lbl = 'passwd';
+SELECT short_name FROM st_gdaldrivers() WHERE upper(short_name) = 'VRT';
+
+SELECT st_srid(st_transform(r, 4326)) from raster_test where lbl = 'inline';
+SELECT short_name FROM st_gdaldrivers() WHERE upper(short_name) = 'VRT';
+
+SELECT st_srid(st_transform(r, 4326)) from raster_test where lbl = 'inline';
+SELECT short_name FROM st_gdaldrivers() WHERE upper(short_name) = 'VRT';
+
+SELECT count(convert_from(ST_AsGDALRaster(r, 'EHDR')::bytea, 'LATIN1')) as passwd from raster_test where lbl = 'passwd';
+SELECT short_name FROM st_gdaldrivers() WHERE upper(short_name) = 'VRT';
+
+SELECT count(convert_from(ST_AsGDALRaster(r, 'EHDR')::bytea, 'LATIN1')) as passwd from raster_test where lbl = 'passwd';
+SELECT short_name FROM st_gdaldrivers() WHERE upper(short_name) = 'VRT';
+
+SELECT st_srid(st_transform(r, 4326)) from raster_test where lbl = 'inline';
+SELECT short_name FROM st_gdaldrivers() WHERE upper(short_name) = 'VRT';
diff --git a/raster/test/regress/permitted_gdal_drivers_expected b/raster/test/regress/permitted_gdal_drivers_expected
new file mode 100644
index 0000000..3e36835
--- /dev/null
+++ b/raster/test/regress/permitted_gdal_drivers_expected
@@ -0,0 +1,10 @@
+DO
+4326
+ERROR:  RASTER_fromGDALRaster: Could not open bytea with GDAL. Check that the bytea is of a GDAL supported format
+ERROR:  rt_raster_load_offline_data: Access to offline bands disabled
+ERROR:  rt_raster_load_offline_data: Access to offline bands disabled
+4326
+4326
+ERROR:  rt_raster_load_offline_data: Access to offline bands disabled
+ERROR:  rt_raster_load_offline_data: Access to offline bands disabled
+4326
diff --git a/raster/test/regress/rt_addband.sql b/raster/test/regress/rt_addband.sql
index 393f9f3..b82f991 100644
--- a/raster/test/regress/rt_addband.sql
+++ b/raster/test/regress/rt_addband.sql
@@ -183,6 +183,7 @@ SELECT * FROM ST_BandMetadata(
 SELECT (ST_DumpAsPolygons(newrast,3)).val As b3val FROM (SELECT ST_AddBand(NULL, array_agg(rast)) AS newrast FROM (SELECT ST_AsRaster(ST_Buffer(ST_Point(10,10), 34),200,200, '8BUI',i*30) As rast FROM generate_series(1,3) As i ) As foo ) As foofoo;
 
 -- out-db variants
+/*
 SELECT
 	1,
 	bandnum,
@@ -223,3 +224,4 @@ SELECT
 		ELSE NULL
 	END
 FROM ST_BandMetadata((SELECT rast FROM raster_outdb_template WHERE rid = 4), ARRAY[]::int[]);
+*/
diff --git a/raster/test/regress/rt_addband_expected b/raster/test/regress/rt_addband_expected
index 08d765d..801ce95 100644
--- a/raster/test/regress/rt_addband_expected
+++ b/raster/test/regress/rt_addband_expected
@@ -108,13 +108,3 @@ NOTICE:  RASTER_copyBand: Could not add band to raster. Returning original raste
 5|64BF|0|f|
 6|2BUI|0|f|
 90
-1|1|t|t
-1|2|t|t
-1|3|t|t
-2|1|t|t
-2|2|t|t
-2|3|t|t
-3|1|f|
-3|2|t|t
-4|1|t|t
-4|2|f|
diff --git a/raster/test/regress/rt_bytea.sql b/raster/test/regress/rt_bytea.sql
index 3493ba8..887dd4c 100644
--- a/raster/test/regress/rt_bytea.sql
+++ b/raster/test/regress/rt_bytea.sql
@@ -182,6 +182,10 @@ DROP TABLE rt_bytea_test;
 -----------------------------------------------------------------------
 --- Test out-db as in-db
 -----------------------------------------------------------------------
+/*
+cannot test as by default, out-db is disabled and can only be
+overridden by an ENV variable
+
 WITH foo AS (
 	SELECT
 		rid,
@@ -215,3 +219,4 @@ SELECT
 	rid
 FROM foo
 WHERE encode(outbytea, 'base64') = encode(outin, 'base64');
+*/
diff --git a/raster/test/regress/rt_utility.sql b/raster/test/regress/rt_utility.sql
index 9529040..88c8835 100644
--- a/raster/test/regress/rt_utility.sql
+++ b/raster/test/regress/rt_utility.sql
@@ -428,8 +428,10 @@ SELECT ST_Summary(
 		, 1, '8BUI', 1, 0
 	)
 );
+/*
 SELECT
 	rid,
 	ST_Summary(rast)
 FROM raster_outdb_template
 ORDER BY rid;
+*/
diff --git a/raster/test/regress/rt_utility_expected b/raster/test/regress/rt_utility_expected
index ec52847..c378d26 100644
--- a/raster/test/regress/rt_utility_expected
+++ b/raster/test/regress/rt_utility_expected
@@ -37,17 +37,3 @@ Raster of 10x10 pixels has 3 bands and extent of BOX(0 -10,10 0)
     band 3 of pixtype 16BSI is in-db with no NODATA value
 Skewed raster of 10x10 pixels has 1 band and extent of BOX(0 -10,10 0.0001)
     band 1 of pixtype 8BUI is in-db with NODATA value of 0
-1|Raster of 90x90 pixels has 3 bands and extent of BOX(0 -90,90 0)
-    band 1 of pixtype 8BUI is out-db with no NODATA value
-    band 2 of pixtype 8BUI is out-db with no NODATA value
-    band 3 of pixtype 8BUI is out-db with no NODATA value
-2|Raster of 90x90 pixels has 3 bands and extent of BOX(0 -90,90 0)
-    band 1 of pixtype 8BUI is out-db with no NODATA value
-    band 2 of pixtype 8BUI is out-db with no NODATA value
-    band 3 of pixtype 8BUI is out-db with no NODATA value
-3|Raster of 90x90 pixels has 2 bands and extent of BOX(0 -90,90 0)
-    band 1 of pixtype 8BUI is in-db with NODATA value of 0
-    band 2 of pixtype 8BUI is out-db with no NODATA value
-4|Raster of 90x90 pixels has 2 bands and extent of BOX(0 -90,90 0)
-    band 1 of pixtype 8BUI is out-db with NODATA value of 255
-    band 2 of pixtype 8BUI is in-db with NODATA value of 0
diff --git a/regress/Makefile.in b/regress/Makefile.in
index a0d863f..d42279c 100644
--- a/regress/Makefile.in
+++ b/regress/Makefile.in
@@ -1,7 +1,7 @@
 # **********************************************************************
 # *
 # * PostGIS - Spatial Types for PostgreSQL
-# * http://postgis.refractions.net
+# * http://postgis.net
 # * 
 # * Copyright (C) 2011-2012 Sandro Santilli <strk at keybit.net>
 # * Copyright (C) 2009-2011 Paul Ramsey <pramsey at cleverelephant.ca>
@@ -18,6 +18,8 @@ TMPDIR?=/tmp
 POSTGIS_PGSQL_VERSION=@POSTGIS_PGSQL_VERSION@
 POSTGIS_GEOS_VERSION=@POSTGIS_GEOS_VERSION@
 POSTGIS_PROJ_VERSION=@POSTGIS_PROJ_VERSION@
+POSTGIS_MAJOR_VERSION=@POSTGIS_MAJOR_VERSION@
+POSTGIS_MINOR_VERSION=@POSTGIS_MINOR_VERSION@
 HAVE_JSON=@HAVE_JSON@
 HAVE_SFCGAL=@HAVE_SFCGAL@
 MINGWBUILD=@MINGWBUILD@
@@ -205,7 +207,7 @@ test check: staged-install
 
 garden:
 	createdb postgis_garden
-	createlang plpgsql postgis_garden
+	createlang plpgsql postgis_garden || true # tolerate an error here
 	psql -d postgis_garden < ../postgis/postgis.sql
 	psql -d postgis_garden < ../spatial_ref_sys.sql
 	@echo '-------------------------------------------------'
@@ -221,3 +223,4 @@ cleanup:
 
 clean:
 	rm -rf $(REGRESS_INSTALLDIR)
+	rm -f postgis_garden_result.txt
diff --git a/regress/dumper/null3d.dmp b/regress/dumper/null3d.dmp
new file mode 100644
index 0000000..0d64ead
--- /dev/null
+++ b/regress/dumper/null3d.dmp
@@ -0,0 +1 @@
+SELECT null::geometry as g UNION ALL SELECT 'SRID=1;POINT(0 0 0 0)'::geometry;
diff --git a/regress/dumper/null3d_expected.dbf b/regress/dumper/null3d_expected.dbf
new file mode 100644
index 0000000..b07eb81
Binary files /dev/null and b/regress/dumper/null3d_expected.dbf differ
diff --git a/regress/dumper/null3d_expected.shp b/regress/dumper/null3d_expected.shp
new file mode 100644
index 0000000..2a7c13c
Binary files /dev/null and b/regress/dumper/null3d_expected.shp differ
diff --git a/regress/dumper/null3d_expected.shx b/regress/dumper/null3d_expected.shx
new file mode 100644
index 0000000..346787e
Binary files /dev/null and b/regress/dumper/null3d_expected.shx differ
diff --git a/regress/dumppoints.sql b/regress/dumppoints.sql
index 8ad24de..8e6fa54 100644
--- a/regress/dumppoints.sql
+++ b/regress/dumppoints.sql
@@ -177,3 +177,9 @@ FROM (
 SELECT 'CURVEPOLYGON(CIRCULARSTRING(0 0, 4 0, 4 4, 0 4, 0 0),(1 1, 3 3, 3 1, 1 1))'::geometry as geom
 ) as g
 ) j;
+
+SELECT '#2704', ST_DumpPoints('POLYGON EMPTY'::geometry);
+SELECT '#2704', ST_DumpPoints('MULTIPOLYGON EMPTY'::geometry);
+SELECT '#2704', ST_DumpPoints('MULTILINESTRING EMPTY'::geometry);
+SELECT '#2704', ST_DumpPoints('LINESTRING EMPTY'::geometry);
+SELECT '#2704', ST_DumpPoints('GEOMETRYCOLLECTION EMPTY'::geometry);
diff --git a/regress/in_geojson.sql b/regress/in_geojson.sql
index 4b3d767..23325e8 100644
--- a/regress/in_geojson.sql
+++ b/regress/in_geojson.sql
@@ -18,4 +18,8 @@ SELECT '#2130', ST_NPoints(ST_GeomFromGeoJSON('{"type":"MultiPolygon","coordinat
 SELECT '#2216', ST_NPoints(ST_GeomFromGeoJSON('{"type":"MultiPolygon","coordinates":[[[[4,0],[0,-4],[-4,0],[0,4],[4,0]],[[2,0],[0,2],[-2,0],[0,-2],[2,0]]],[[[24,0],[20,-4],[16,0],[20,4],[24,0]],[[22,0],[20,2],[18,0],[20,-2],[22,0]]],[[[44,0],[40,-4],[36,0],[40,4],[44,0]],[[42,0],[40,2],[38,0],[40,-2],[42,0]]]]}'));
 
 -- #2619 --
-SELECT '#2619', ST_AsText(ST_GeomFromGeoJSON('{"type":"Polygon","bbox":[1,5,2,6],"coordinates":[]}'));
\ No newline at end of file
+SELECT '#2619', ST_AsText(ST_GeomFromGeoJSON('{"type":"Polygon","bbox":[1,5,2,6],"coordinates":[]}'));
+
+-- #2697 --
+SELECT '#2697', ST_GeomFromGeoJSON('{"type":"Polygon","coordinates":[1]}');
+SELECT '#2697', ST_GeomFromGeoJSON('{"type":"Polygon","coordinates":[1,1]}');
diff --git a/regress/in_geojson_expected b/regress/in_geojson_expected
index 30ae166..24cb3e9 100644
--- a/regress/in_geojson_expected
+++ b/regress/in_geojson_expected
@@ -10,3 +10,5 @@ ERROR:  unexpected character (at offset 0)
 #2130|8
 #2216|30
 #2619|POLYGON EMPTY
+ERROR:  The 'coordinates' in GeoJSON ring are not an array
+ERROR:  The 'coordinates' in GeoJSON ring are not an array
diff --git a/regress/run_test.pl b/regress/run_test.pl
index 82fd882..1fc470a 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -713,7 +713,7 @@ sub run_loader_and_check_output
 # $1 - Description of this run of the dumper, used for error messages.
 # $2 - Table name to dump from.
 # $3 - "Expected" .shp file to compare with.
-# $3 - If you pass true, this will run the loader even if neither
+# $4 - If you pass true, this will run the loader even if neither
 #      of the expected results files exists (though of course
 #      the results won't be compared with anything).
 ##################################################################
diff --git a/topology/test/Makefile b/topology/test/Makefile
index 7a7cf9e..6102972 100644
--- a/topology/test/Makefile
+++ b/topology/test/Makefile
@@ -1,8 +1,8 @@
 DATABASE=postgis_topo_regress
 
 PSQL=psql
-PERL=/opt/local/bin/perl
-GEOS_NUMERIC_VERSION=30402
+PERL=/usr/bin/perl
+GEOS_NUMERIC_VERSION=30500
 
 all: 
 	@echo "Use 'make check' to run all tests"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list