2009-04-29 19:36  kneufeld

	* regress/run_test: fix for ERROR in regression logs
	  - first test if the table is there before attempting to drop it

2009-04-27 22:08  robe

	* loader/pgsql2shp.c: add another sentence

2009-04-27 22:04  robe

	* loader/pgsql2shp.c: change empty table error to just a warning

2009-04-27 22:01  robe

	* doc/README: typo

2009-04-27 19:48  kneufeld

	* doc/README: test commit

2009-04-27 19:21  kneufeld

	* doc/postgis.xml: test commit

2009-04-27 19:09  kneufeld

	* TODO: Test commit to test autobuild

2009-04-26 20:12  kneufeld

	* Version.config: reverted the name of the branch back to 1.3.6SVN,
	  otherwise changes made in the branch will overwrite the already
	  named postgis-1.3.6RC1.tar.gz tagged release in the snapshot
	  autobuilding process. Also, an every changing branch repo should
	  not have the same name as a tagged static release.

2009-04-26 05:08  kneufeld

	* doc/postgis.xml: converted xref to link so dblatex can build a
	  pdf

2009-04-26 04:56  kneufeld

	* doc/postgis.xml: added missing id references

2009-04-21 20:04  pramsey

	* ChangeLog, HOWTO_RELEASE, NEWS, README.postgis, Version.config,
	  doc/postgis.xml, make_dist.sh: 1.3.6rc1 release preparation

2009-04-21 17:45  pramsey

	* configure.in, make_dist.sh: more search paths for XSL sheets in
	  configure

2009-04-06 17:32  pramsey

	* NEWS, doc/postgis.xml: Fix mis-spelling in Eduin Carrillo's name

2009-04-05 16:47  pramsey

	* lwgeom/measures.c: Fix for collection vs collection distance
	  behavior. Per Nicklas Avén. GBT #146

2009-03-22 07:24  colivier

	* lwgeom/lwgeom_gml.c: Fix issue #141 on 1.3 branche. Related to
	  Multi GML size computation.

2009-03-10 16:20  kneufeld

	* lwgeom/lwpostgis.sql.in: Added fix to address an SRID of -1 in
	  probe_geometry_columns

2009-03-10 07:19  pracine

	* lwgeom/lwpostgis.sql.in: Added fix to address an SRID of -1 in
	  probe_geometry_columns

2009-03-08 21:46  pramsey

	* lwgeom/lwgeom_api.c: Fix goof in box2d computation.

2009-03-08 21:17  pramsey

	* lwgeom/lwgeom_sqlmm.c: Fix for GBT#112

2009-03-08 15:43  pramsey

	* lwgeom/lwgeom_api.c: Fix GBT#116, EMPTY hex polygon no longer
	  causes crash.

2009-03-08 14:31  mcayland

	* lwgeom/lwgeom_functions_analytic.c: Fix GBT#122: ST_SnapToGrid
	  gives 13 when fed circular string. Alter the error message so
	  that it correctly displays the type rather than just it's
	  internal number.

2009-02-19 20:58  pramsey

	* loader/dbfopen.c: Add a little more testing, so we don't write
	  lots and lots of EOF markers

2009-02-19 20:57  pramsey

	* loader/dbfopen.c: Add end-of-file marker to DBF, per GBT#105

2009-02-19 09:38  mcayland

	* lwgeom/long_xact.c, lwgeom/lwgeom_estimate.c: Update 1.3 branch
	  so that it will compile against PostgreSQL 8.4. Based upon Talha
	  Rizwan's original patch, with a small tweak from me.

2009-02-02 06:19  mleslie

	* lwgeom/lwgeom_sqlmm.c, regress/sql-mm-general.sql,
	  regress/sql-mm-general_expected: Fix for Issue 108 and regress
	  test.

2009-01-22 18:15  robe

	* loader/shp2pgsql.c: fix tabbing

2009-01-22 18:14  robe

	* loader/dbfopen.c, loader/shp2pgsql.c: #HISTORY: #GBT 99:
	  shp2pgsql 'Only import DBF' error.

2009-01-07 18:15  kneufeld

	* lwgeom/lwpostgis.sql.in: updated AddGeometryColumn to throw an
	  error if then specified schema doesn't exist, rather than
	  throwing an notice and then an error.

2009-01-04 19:31  mcayland

	* lwgeom/measures.c: Commit quick fix for GBT#85: ST_Distance
	  crashes on Circular String. Rather than devise and implement a
	  set of distance functions for CIRCULARSTRINGs, I've simply added
	  code to detect the condition and throw an "Unsupported geometry
	  type" error, similar to as already exists within the codebase.

2008-12-22 12:26  robe

	* loader/pgsql2shp.c: #HISTORY: #GBT 88 FIX - pgsql2shp crashes on
	  Windows Vista

2008-12-17 19:43  mcayland

	* lwgeom/wktunparse.c: #HISTORY: Really fix what was broken in
	  r3431/3432. See the notes there for the full detail.

2008-12-17 16:18  mcayland

	* lwgeom/wktunparse.c: Undo r3431/3432: this isn't ready for the
	  primetime yet as it breaks a couple of the regression tests.

2008-12-17 15:05  mcayland

	* lwgeom/wktunparse.c: Fix for one of Regina's torture failures as
	  posted to the -devel list here:
	  http://postgis.refractions.net/pipermail/postgis-devel/2008-December/004362.html.
	  A CurvePolygon has a "standard header" and so must be passed
	  through a function that understands the optional existence of
	  SRIDs/BBOXes etc. in the header.

2008-12-16 12:54  robe

	* regress/torturetest.sql: Documented functions spot check test
	  script

2008-12-16 11:59  robe

	* loader/pgsql2shp.c: #HISTORY GBT#34: .prj creation by pgsql2shp

2008-12-15 21:56  pramsey

	* README.postgis, Version.config: Bump branch numbers to 1.3.6SVN

2008-12-15 21:53  pramsey

	* NEWS, README.postgis, doc/postgis.xml: Changes in preparation for
	  1.3.5 release.

2008-12-15 10:35  mcayland

	* lwgeom/lwgeom_functions_basic.c: #HISTORY: Fix for GBT#83:
	  "ST_Multi on curved polygon gives ERROR: Unknown geometry type:
	  0". On reflection, ST_Multi() can only operate on standard POINT,
	  LINESTRING and POLYGON types as the only MULTI geomtypes are
	  MULTIPOINT, MULTILINESTRING and MULTIPOLYGON. This was caused by
	  the introduction of the curve crashing fixes in 1.3.4.

2008-12-15 02:40  robe

	* lwgeom/lwgeom_geos_c.c: #GBT 84: Fix typo in boundary error

2008-12-07 04:05  robe

	* postgis_comments.sql: update with new functions moved over

2008-12-05 12:20  robe

	* lwgeom/lwgeom_dump.c: #HISTORY: #GBT 80: ST_Multi seg faults when
	  given MULTILINESTRING

2008-12-03 16:27  mcayland

	* lwgeom/lwgeom_functions_lrs.c, lwgeom/ptarray.c: Lightbulb
	  moment: the fix for GBT#21: locate_along_measure: wrong values,
	  invalid data required extra work as floating point errors could
	  still be introduced by the removal of the memcpy(). In fact it
	  was the clipping logic that was wrong, so this patch re-adds the
	  memcpy() in the correct place(s) and corrects the clipping flags
	  to remove this floating point error. With thanks to Stephen
	  Davies.

2008-11-25 10:06  mcayland

	* lwgeom/lwgeom_estimate.c: Quick fix for GBT#72:
	  ST_Estimated_Extent sometimes returns null if table exists but
	  not in current schema.

2008-11-25 06:00  pramsey

	* NEWS, README.postgis, Version.config: Bump working version to
	  1.3.5SVN

2008-11-25 05:59  pramsey

	* NEWS, README.postgis, Version.config, doc/postgis.xml: Versions
	  pushed to 1.3.4 and ready to tag.

2008-11-25 00:57  pramsey

	* NEWS: Update to prepare for 1.3.4

2008-11-24 18:09  pramsey

	* regress/regress_ogc_prep.sql, regress/regress_ogc_prep_expected:
	  Change to not use SELECT FROM VALUES form to avoid failures on
	  pre-8.2 pgsql

2008-11-24 10:50  mcayland

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c: Fix for
	  GBT#73: ST_Force_Collection crashes with CIRCULARSTRING. This is
	  basically the same fix for GBT#66: ST_Dump kills backend when fed
	  CIRCULAR STRING except that it occurs in a different place.

2008-11-24 10:48  mcayland

	* lwgeom/lwgeom_estimate.c: Fix compilation errors if
	  DEBUG_GEOMETRY_STATS is enabled on 1.3 branch.

2008-11-23 19:39  robe

	* postgis_comments.sql: Rest of force family, estiamte_extent and
	  soem other one

2008-11-21 08:36  robe

	* postgis_comments.sql: add ST_CoordDims

2008-11-20 13:42  robe

	* doc/postgis.xml: Update ST_AsKML and ST_Transform - they require
	  proj support. Also add missing version arg in ST_AsKML

2008-11-20 10:10  mcayland

	* lwgeom/lwpostgis.sql.in: Move remaining _ST_AsKML() definition
	  into the #if...#endif section just like the others. Per report
	  from Dylan Beaudette.

2008-11-19 13:48  robe

	* doc/postgis.xml: Add compile instructions for proj and geos
	  (forgot to do that a long time ago and I promised I would)

2008-11-17 00:09  robe

	* postgis_comments.sql: missing st_asgml func proto

2008-11-17 00:01  robe

	* postgis_comments.sql: recent corrections and additions

2008-11-14 23:56  robe

	* postgis_comments.sql: makebbox constructors and
	  ST_LineFromMultiPoint

2008-11-11 20:38  pramsey

	* lwgeom/lwgeom_gist.c, lwgeom/lwpostgis.sql.in, regress/run_test:
	  PostgreSQL 8.4 support (#62)

2008-11-11 17:45  mcayland

	* Makefile.config.in: Update new version of the sed command -
	  please ignore my bad sed-fu...

2008-11-11 17:27  mcayland

	* Makefile.config.in: Change Makefile.config.in to use sed instead
	  of cut to allow us to filter non-numeric parts of `pg_config
	  --version` when finding the currently installed PostgreSQL
	  version.

2008-11-07 13:54  mcayland

	* lwgeom/lwgeom_transform.c: After a quick sanity grep, I noticed
	  that ST_Transform() was also susceptible to crashing on curve
	  types in the same way as the previous two fixes. Hence I'm
	  committing a fix now before Regina finds it and logs another bug
	  report :)

2008-11-07 13:45  mcayland

	* lwgeom/lwgeom_functions_basic.c: Fix GBT#69: ST_Translate crashes
	  when fed circular string. lwgeom_affine_recursive() needs to know
	  about the new lwgeom_getcurve_inspected() function.

2008-11-07 13:18  mcayland

	* lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom_api.c: Undo
	  commits 3270 & 3271. It has been discovered the
	  lwgeom_inspected_* routines correctly inspect CURVEPOLYGONs
	  implicitly, and so it's just the curve types that need fixing.

2008-11-07 12:57  mcayland

	* lwgeom/liblwgeom.h, lwgeom/lwgeom.c: Add missing LWCURVE cast
	  functions required for some forthcoming GBT fixes.

2008-11-07 12:25  mcayland

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Add missing
	  lwgeom_getcurve_inspected() function which is required for some
	  of the latest GBT fixes.

2008-11-07 11:47  mcayland

	* lwgeom/lwgeom_functions_basic.c: Fix GBT#70: ST_NPoints Crashes
	  with Curves. lwgeom_npoints() needs to know about the new
	  lwgeom_getcurve_inspected() function.

2008-11-07 11:41  mcayland

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Add missing
	  lwgeom_getcurve_inspected() function which is required for some
	  of the latest GBT fixes.

2008-11-07 01:03  mleslie

	* lwgeom/liblwgeom.h, lwgeom/lwcurve.c: Updated the curve box3d
	  algorithm to use the floating point comparison operators.

2008-11-06 17:13  mcayland

	* lwgeom/lwgeom_dump.c: Fix for GBT#66: ST_Dump kills backend when
	  fed CIRCULAR STRING. With thanks to Regina Obe.

2008-11-05 20:49  pramsey

	* lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_rtree.c,
	  lwgeom/lwgeom_rtree.h, regress/regress_ogc_prep.sql,
	  regress/regress_ogc_prep_expected: Fix for case where the p-i-p
	  shortcut case and the GEOS shortcut case interleave and use the
	  same cache area.

2008-11-05 13:05  robe

	* doc/postgis.xml: amend ST_Shift..

2008-11-05 11:27  mcayland

	* lwgeom/lwgeom_gml.c: Fix ST_AsGML() not recognising
	  GEOMETRYCOLLECTION as a valid geometry type from my GBT#65 fix :(

2008-11-05 11:17  mcayland

	* regress/geojson_expected, regress/kml_expected: Fix regression
	  tests reporting incorrect failures due to a change of output
	  caused by r3244.

2008-11-05 11:03  mcayland

	* lwgeom/lwgeom.c: Fix for GBT#68 - ST_Shift_Longitude doesn't work
	  with MULTIPOINT. Looks like this was just a simple mistake in the
	  code. I've also improved the error message to return the proper
	  type name instead of just a number.

2008-11-04 20:29  robe

	* postgis_comments.sql: fix proto for ST_CurveToLine

2008-11-04 20:08  robe

	* postgis_comments.sql: missing protos

2008-11-04 14:34  robe

	* lwgeom/lwpostgis.sql.in: Change ST_AsKML functions to use
	  ST_Transform instead of Transform

2008-11-04 14:11  mcayland

	* lwgeom/liblwgeom.c: Fix lwgeom_typename() not returning a valid
	  string for any of the newer geometry types.

2008-11-04 13:58  mcayland

	* lwgeom/lwgeom_gml.c: Fix for GBT#65: ST_AsGML kills the backend
	  when fed a CIRCULAR STRING. The default code attempts to inspect
	  any unknown geometry which fails on CIRCULARSTR
	  ING. 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:17  robe

	* postgis_comments.sql: More protos for KML

2008-11-04 01:49  robe

	* postgis_comments.sql: ST_LineToCurve, ST_CurveToLine

2008-11-04 00:04  mleslie

	* regress/sql-mm-circularstring.sql,
	  regress/sql-mm-circularstring_expected.in: Re-enabling the
	  bbox2d/3d tests for circular string.

2008-10-30 23:02  mcayland

	* doc/postgis.xml, lwgeom/lwgeom_geojson.c, regress/geojson.sql,
	  regress/geojson_expected: Fix regression test differences between
	  different platforms in the AsGeoJSON regression code. There were
	  two issues: firstly, the original 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:52  robe

	* postgis_comments.sql: Add ST_DumpRings

2008-10-30 09:16  robe

	* postgis_comments.sql: ST_Accum

2008-10-29 18:00  robe

	* postgis_comments.sql: Add ST_Union second function proto

2008-10-29 17:37  robe

	* postgis_comments.sql: Add remaining linear referencing functions

2008-10-29 13:15  robe

	* postgis_comments.sql: Add ST_Line_Substring

2008-10-29 12:39  robe

	* postgis_comments.sql: Add ST_Line_Interpolate_Point

2008-10-26 22:19  robe

	* postgis_comments.sql: document st_length*spheroid functions

2008-10-26 21:24  robe

	* postgis_comments.sql: Add ST_Distance_Spher* functions

2008-10-26 19:52  robe

	* postgis_comments.sql: add affine and rest of affine family of
	  functions

2008-10-25 17:34  robe

	* doc/postgis.xml: Add = operator the most confusing and
	  accidentally used operator of all

2008-10-24 15:54  pramsey

	* README.postgis: Alter version to match working version.

2008-10-24 14:56  robe

	* postgis_comments.sql: add ST_SnapToGrid

2008-10-23 18:51  kneufeld

	* doc/postgis.xml: added Probe_Geometry_Columns to documentation

2008-10-22 18:55  robe

	* postgis_comments.sql: add ST_Relate

2008-10-21 12:22  pramsey

	* lwgeom/Makefile.shlib: Add dragonfly support, per Greg Troxel.

2008-10-21 06:41  robe

	* postgis_comments.sql: Move over perimeter and max distance

2008-10-21 06:05  robe

	* postgis_comments.sql: update with latest change from Kevin

2008-10-20 17:35  robe

	* postgis_comments.sql: Add ST_Covers and ST_CoveredBy, revert
	  change to ST_MemUnion

2008-10-20 14:54  robe

	* README.postgis: Correct links in read me. Change to say you
	  install make check after make install, for spatial enabling db --
	  add line about loading postgis_comments.sql

2008-10-20 11:54  pramsey

	* Version.config: Back to SVN version for now.

2008-10-20 03:28  pramsey

	* Version.config: small case :/

2008-10-20 03:27  pramsey

	* Version.config, make_dist.sh: Move to rc1 version.

2008-10-19 23:41  robe

	* postgis_comments.sql: Fix typo in GeometryType

2008-10-19 23:34  robe

	* postgis_comments.sql: typo in ST_Y

2008-10-19 14:40  robe

	* postgis_comments.sql: Move over remainder of Geometry Accessors
	  to new section. Fix ST_MemUnion (really ST_MemGeomUnion)

2008-10-17 18:52  robe

	* postgis_comments.sql: the *N family

2008-10-17 18:04  robe

	* postgis_comments.sql: st_length2d and st_length3d

2008-10-17 03:40  robe

	* postgis_comments.sql: add ST_MemUnion

2008-10-17 03:04  robe

	* postgis_comments.sql: Add ST_Shift_Longitude, ST_Difference,
	  ST_SymDifference

2008-10-16 18:36  robe

	* postgis_comments.sql: ST_NumGeometries

2008-10-16 18:17  robe

	* postgis_comments.sql: add ST_ExteriorRing, ST_NumInteriorRings,
	  ST_NumInteriorRing

2008-10-16 07:21  robe

	* postgis_comments.sql: update st_azimuth - it should be called
	  vector instead of line

2008-10-16 07:17  robe

	* postgis_comments.sql: st_azimuth

2008-10-16 06:35  robe

	* postgis_comments.sql: add st_boundary

2008-10-15 13:39  robe

	* postgis_comments.sql: st_segmentize and st_linemerge

2008-10-14 20:45  mcayland

	* lwgeom/lwgeom_geos_c.c: Fix warnings caused by incorrect header
	  prototypes for GEOSPreparedGeom_destroy (now fixed with this
	  patch and the patch in GEOS SVN)

2008-10-14 18:59  pramsey

	* lwgeom/lwgeom_gist.c: ifdef pgsql 7.2 back to original behavior,
	  since sliced detoasting
	  is not supported.

2008-10-14 18:15  robe

	* postgis_comments.sql: add st_simplify notes

2008-10-14 11:44  robe

	* postgis_comments.sql: add new function summaries for management
	  functions

2008-10-14 03:56  robe

	* doc/postgis.xml, postgis_comments.sql: update help to include
	  installing postgis_comments.sql, minor changes to
	  postgis_comments.sql

2008-10-13 15:28  robe

	* postgis_comments.sql: postgis function definitions

2008-10-12 17:55  pramsey

	* lwgeom/lwgeom_gist.c: Peformance patch for gist consistent.

2008-10-10 18:17  pramsey

	* lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in,
	  regress/regress_ogc_prep.sql, regress/regress_ogc_prep_expected:
	  Move prepared geometry into the standard function API (no special
	  signature) and add regression tests to match.

2008-10-08 09:05  mleslie

	* lwgeom/lwcurve.c, regress/sql-mm-circularstring.sql,
	  regress/sql-mm-circularstring_expected.in: Rebuilt the box3d
	  generation for circular strings to account for a special
	  large-arc case. Fix for issue 58, includes regression test for
	  the case.

2008-10-08 08:59  mleslie

	* lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_rtree.c: Fixed invalid
	  references hidden within PGIS_DEBUG ifdefs.

2008-10-06 19:51  pramsey

	* lwgeom/lwgeom_geos_c.c: Fix slight error in box shortcut logic in
	  prepared intersects.

2008-10-05 05:36  pramsey

	* lwgeom, lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in: Backport
	  prepared geometry handling code for GEOS 3.1+

2008-10-03 01:50  mleslie

	* lwgeom/lwpostgis.sql.in: Fixed unescaped quotes in the error
	  raising for the srid validity check of AddGeometryColumn.

2008-10-02 17:36  pramsey

	* lwgeom/lwpostgis.sql.in: Add check for invalid SRID to
	  addgeometrycolumn

2008-10-02 17:20  pramsey

	* lwgeom/lwgeom_geos_c.c: Duh, boneheaded syntax error. Compile
	  your code much, Paul?

2008-10-02 16:43  pramsey

	* lwgeom/lwgeom_geos_c.c: Ensure relate(g,g,p) is case insensitive.
	  (#44)

2008-10-02 15:59  pramsey

	* utils/postgis_restore.pl: pass commandline options into commands
	  (#45)

2008-09-30 13:36  mcayland

	* lwgeom/lwgeom_functions_lrs.c, regress/regress_lrs.sql,
	  regress/regress_lrs_expected: Backport fixes for GBT#21
	  (locate_along_measure returning invalid values) and regression
	  test enhancements to the 1.3 branch.

2008-09-29 22:56  pramsey

	* ChangeLog, lwgeom/lwgeom_functions_lrs.c: Fix regression issues
	  with geojson and add news to ChangeLog

2008-09-29 18:25  pramsey

	* lwgeom/lwgeom_functions_analytic.c,
	  lwgeom/lwgeom_functions_lrs.c, lwgeom/lwgeom_geos_c.c,
	  lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: Backport memory
	  improvements and multi-polygon support for p-i-p
	  shortcuts from trunk.

2008-09-25 10:04  mcayland

	* lwgeom/lwpostgis.sql.in: Fix commit 3000 by changing the module
	  definition to be 1.3 branch style (@MODULE_FILENAME@ instead of
	  MODULE_PATHNAME used by pgxs)

2008-09-24 14:06  robe

	* Version.config: Put svn back in micro version

2008-09-24 14:01  robe

	* lwgeom/lwpostgis.sql.in: typo

2008-09-24 13:59  robe

	* lwgeom/lwpostgis.sql.in: Added ST_MakePointM and remove redundant
	  redefinition of MakePointM

2008-09-23 19:09  pramsey

	* lwgeom/lwgeom_rtree.c: reduce memory leak in P-i-P shortcut

2008-09-16 01:51  robe

	* doc/postgis.xml: Expand list of contributors

2008-09-16 01:30  robe

	* doc/postgis.xml: updated intro - credits (very complacent folk,
	  nobody voiced an objection), more info links

2008-09-12 19:45  kneufeld

	* doc/postgis.xml: fixed broken download url of source tarball in
	  section 2.2.

2008-08-30 16:36  robe

	* doc/postgis.xml: typo correction ST_Envelope change vald to valid

2008-08-12 16:46  pramsey

	* doc/postgis.xml: Change to mapserver 5 syntax

2008-08-02 08:40  mcayland

	* doc/postgis.xml: Copy the JDBC documentation changes from SVN
	  trunk to the 1.3 branch related to ant, since ant has been the
	  preferred build system for a while but the documentation was
	  never updated to reflect this.

2008-07-31 06:35  robe

	* doc/postgis.xml: Put in Availability 1.3.4 for ST_AsGeoJSON

2008-07-21 13:41  robe

	* doc/postgis.xml, lwgeom/lwpostgis.sql.in: deprecate ST_Area2D and
	  update docs accordingly

2008-07-16 08:44  mcayland

	* lwgeom/lwgeom_estimate.c: Fix for segfault in ANALYZE due to
	  incorrect use of legacy BOX type within compute_geometry_stats()
	  (Fixes GBT#43). Thanks to Landon Fuller for the bug report and
	  fix.

2008-07-14 21:52  pramsey

	* doc/html/style.css: Updated CSS from Dane Springmeyer

2008-07-13 23:49  pramsey

	* doc/postgis.xml, lwgeom/lwgeom_geojson.c, regress/geojson.sql,
	  regress/geojson_expected: Apply GeoJSON patch from Olivier
	  Courtin.

2008-07-03 17:36  pramsey

	* doc/postgis.xml: Add version information to <title>

2008-07-03 17:14  pramsey

	* Version.config: Remove SVN from micro version

2008-06-30 15:34  robe

	* doc/postgis.xml: Same changes as in trunk

2008-06-27 16:42  robe

	* doc/postgis.xml: same changes as made to trunk

2008-05-28 22:58  pramsey

	* lwgeom/box2d.c, lwgeom/liblwgeom.h,
	  lwgeom/lwgeom_functions_analytic.c,
	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_svg.c,
	  lwgeom/lwpostgis.sql.in, lwgeom/measures.c: 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

	* spatial_ref_sys.sql: Fix towgs84 for 31300 and 31370 (issue 23)

2008-05-28 21:47  pramsey

	* doc/postgis.xml: Geomunion name change note, issue 26.

2008-05-28 21:45  pramsey

	* doc/postgis.xml: Bug reporting documentation (issue 27)

2008-05-28 21:35  pramsey

	* doc/postgis.xml: Fix for issue 30, ST_Buffer doco mistake

2008-05-27 17:14  pramsey

	* loader/dbfopen.c, loader/shapefil.h: Pull trunk changes back into
	  1.3 branch.

2008-05-27 02:59  pramsey

	* ChangeLog, loader/dbfopen.c, loader/shapefil.h,
	  loader/shp2pgsql.c: Fix for DBF files with deleted records. (#29)

2008-05-14 16:43  mcayland

	* .: Branch 1.3.x release series.

2008-04-24 01:04  pramsey

	* ST_AsGeoJSon patch from Olivier Courtin
	  <olivier.courtin@camptocamp.com>.

2008-04-22 14:54  pramsey

	* envelope doco fix

2008-04-12 18:39  pramsey

	* Bump trunk up to 1.3.4SVN

2008-04-12 18:32  pramsey

	* Versions and news for the 1.3.3 release.

2008-04-12 16:46  pramsey

	* Update re dbf patch

2008-04-12 16:44  pramsey

	* New -n switch to support DBF-only loading of attributes without
	  shapes.
	  Submitted by Regina Obe.

2008-04-12 10:16  mcayland

	* 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

	* 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

	* 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

	* Change sr_id into an integer, per mca's suggestion.

2008-04-08 21:36  pramsey

	* Fix string literal comparison warnings: "comparison with string
	  literal results in
	  unspecified behaviour"

2008-04-07 20:09  pramsey

	* 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

	* Fix the ST_AsKML regression tests.

2008-04-07 19:47  pramsey

	* 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

	* remove unloved header file

2008-03-31 11:16  mcayland

	* 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

	* small syntax errors in ST_YMAX, etc functions

2008-03-30 19:37  pramsey

	* confirm st_*min st_*max

2008-03-28 23:24  pramsey

	* Syntax error in sql.in

2008-03-28 21:31  pramsey

	* Fixed up KML patch from Eduin Carillo.

2008-03-28 21:28  pramsey

	* Enable the USE_PROJ and GEOS_VERNUM macros to propogate into
	  lwpostgis.sql.in

2008-03-28 21:10  pramsey

	* Revert KML patch, bad puppy!

2008-03-28 21:04  pramsey

	* Added KML patch from Eduin Carillo.
	  http://code.google.com/p/postgis/issues/detail?id=17

2008-03-28 20:18  pramsey

	* Changed ifeq to ifndef for CXX macro test.

2008-03-28 20:17  pramsey

	* Removed unloved and un-used geos_version.sh file.

2008-03-28 20:03  pramsey

	* 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

	* Added GEOS_VERNUM macro and protected GEOS 3.0/3.1 functionality
	  behind it.

2008-03-28 18:55  mcayland

	* 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

	* Removed regress_ogc_prep from tests temporarily until a new GEOS
	  is released with support
	  for new predicates.

2008-03-27 21:18  mcayland

	* 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

	* Change link to postgis bug tracker

2008-03-21 08:17  mcayland

	* 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

	* Document ST_SimplifyPreserveTopology(geometry,float)

2008-02-12 15:03  pramsey

	* Added hook to GEOSTopologyPreserveSimplify

2008-01-29 01:24  benjubb

	* 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
	  third argument is used to determine when the first argument
	  changes. The assumption is that when the third argument changes,
	  the first argument is assumed to have changed too. This
	  side-steps the issue of determining when the identity of the
	  first geometry changes.

2008-01-22 19:44  benjubb

	* Ammended to include prepared geometry cache code in scope of
	  PREPARED_GEOM symbol.

2008-01-22 00:24  benjubb

	* 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

	* Made some minor changes suggested by Mark Cave-Ayland.

2008-01-18 01:05  benjubb

	* Added new function wrappers to expose prepared geometry
	  predicates:
	  ST_ContainsPrepared( geometry, geometry )
	  ST_ContainsProperlyPrepared( geometry, geometry )
	  ST_CoversPrepared( geometry, geometry )
	  ST_IntersectsPrepared( geometry, geometry )
	  
	  as well, this function was added, for orthogonality:
	  ST_ContainsProperly( geometry, geometry )

2008-01-18 01:04  benjubb

	* 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

	* 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.
	  This tests the prepared geometry caching mechanism.
	  This testfile haven't been added to regress/Makefile yet, as it
	  fails for one case. This
	  probably due to a bug in GEOS.

2008-01-11 15:05  mcayland

	* Bump version number to 1.3.3SVN for next development cycle.

2008-01-11 15:04  mcayland

	* 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

	* Fix up bad entities and screwed up programlistings from some
	  previous pretty-printing
	  run on the XML.

2007-12-02 20:37  mcayland

	* 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

	* Added release notes.

2007-11-30 13:04  mcayland

	* 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

	* 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

	* 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

	* 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

	* 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

	* 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

	* 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
	  upgrading version. Note that this is a quick and dirty fix as I
	  didn't want to change Makefile.shlib too much - as soon as we
	  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

	* 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

	* 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

	* KML credits patch <yecarrillo>

2007-10-10 21:27  mcayland

	* 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

	* 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

	* 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

	* 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

	* Rename ST_GeomUnion to ST_Union in docs and ST_MemGeomUnion to
	  ST_MemUnion in
	  .sql.

2007-08-21 23:02  mcayland

	* 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

	* - Include levenshtein difference in rating when doing city/state
	  match.

2007-08-13 16:30  pramsey

	* Increment version number to 1.3.2 for next development cycle

2007-08-13 16:12  pramsey

	* Version flip up to 1.3.1

2007-08-13 15:51  mcayland

	* 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

	* This time really fix the documentation missing tag problem...

2007-08-13 07:14  mcayland

	* 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

	* 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

	* Added release notes and updated version numbers and release
	  dates.

2007-08-09 22:19  mleslie

	* Moved the intersects method back to the original definition and
	  disabled the new apparently broken implementation.

2007-08-09 16:57  mleslie

	* Bumped the version number to RC5.

2007-08-09 16:56  mleslie

	* Updated the regression tests for curved geoms to avoid the byte
	  ordering problems.

2007-08-03 20:58  mleslie

	* Removed an unused function that was erroneously committed.

2007-08-02 19:58  mleslie

	* 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

	* Removed a call to the deprecated point_in_ring function.

2007-07-31 20:40  mleslie

	* Updated the version numbers.

2007-07-26 18:55  mleslie

	* Applyed Michael Fuhrs patch to fix the reserved word issue
	  against PostgreSQL 8.3.

2007-07-23 21:43  mleslie

	* Fixed the FP_LTEQ macro to accomodate values significantly larger
	  that zero.

2007-07-23 18:52  mleslie

	* Added the covers and coveredby functions to the jts connector.

2007-07-23 16:29  mleslie

	* Updated the loader to create the index after the data has been
	  loaded.

2007-07-20 04:29  pramsey

	* Fix some ST_ declarations that were missing.

2007-07-18 15:57  mleslie

	* Applying Michael Fuhrs patch to correct my attrocious selling.

2007-07-16 18:53  mleslie

	* Added notes about the implicit index operators on the relational
	  functions.

2007-07-16 18:26  mleslie

	* Resurrected the ST_LineToCurve regression tests, but commented
	  them out until ST_SnapToGrid excepts curves.

2007-07-16 18:06  mleslie

	* Upgraded the escaping of quotes from the deprecated backslashing
	  to the doubling of quotes.

2007-07-13 05:48  mcayland

	* Rollback experimental shp2pgsql escaping change that accidently
	  got included in the last commit :(

2007-07-13 05:42  mcayland

	* 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

	* 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

	* Removing the unsnappable test calls to LineToCurve.

2007-07-11 01:17  pramsey

	* Remove extra/debian, per recommendation from Stephen Frost

2007-07-10 21:12  pramsey

	* Remove templategis from make, install, clean targets.

2007-07-09 03:11  snowman

	* - Remove debugging NOTICE

2007-07-09 02:20  snowman

	* - 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

	* - 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

	* ST_Dwithin reference entry

2007-07-06 16:44  pramsey

	* Added ST_DWithin SQL function

2007-07-04 17:12  mleslie

	* Applied the patch from Michael Fuhr to fix the definition of
	  ST_PointN

2007-07-03 21:36  snowman

	* - Change to generic database name

2007-07-03 21:36  snowman

	* - Update install instructions

2007-07-03 21:32  snowman

	* 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

	* 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
	  - normalize/
	  Normalization routines, includes mapping 'North' -> 'N',
	  'Virginia' -> 'VA', etc, etc.
	  - geocode/
	  Actual geocoding routines to find the point geometry of the
	  address. Includes interpolation across the linestring found
	  for the location (perhaps not the best), and fallbacks to
	  zip-code and city, state matches using the associated lookup
	  tables for those. Also currently returns a set rather than
	  a cursor, that's up for some debate but the cursor makes it
	  difficult to do things like fallback, imv. Especially since
	  references to it from another pl/pgsql function require it to
	  be a specific record type across multiple calls. That's
	  currently a problem. :/

2007-07-03 21:22  snowman

	* Initial import of utility functions, seperated into individual
	  files
	  for sanity.

2007-07-03 21:19  snowman

	* 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
	  conversions. Also creates the tlid, cfcc, and geometry
	  indexes.
	  
	  - tiger_geocode_roads.sql:
	  Script to create the tiger_geocode_roads table which breaks
	  down the roads_local to just the street name, etc, much
	  smaller than roads_local but has the pointers to get back
	  to the full roads_local for address number matching, etc.
	  Also creates the appropriate indexes using soundex().
	  
	  - lookup_tables.sql:
	  - Add 'drop if exists' to make script easily re-runnable
	  - Add primary keys, good thing to have, and creates indexes
	  - Add st_code (TIGER/Line state code) to state_lookup
	  - Remove dup in street_type_lookup
	  - Add in building of:
	  place_lookup
	  county_lookup
	  countysub_lookup
	  zip_lookup_all
	  zip_lookup

2007-07-03 21:05  snowman

	* - Minor reorg, add in other parts of the initial load

2007-07-03 20:51  snowman

	* - Original tiger geocoder

2007-07-03 20:03  mleslie

	* Added a home for the tiger geocoder.

2007-06-28 22:46  mleslie

	* 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

	* 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

	* Added or updated debugging statements.

2007-06-28 20:14  mleslie

	* 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

	* Updated the regression test suite to allow variable results
	  depending on jts/geos availability.

2007-06-15 19:04  mleslie

	* Added curvey geometry recognition to the jts connector.

2007-06-12 14:46  pramsey

	* Typo corrections from Michael Fuhr.

2007-06-08 10:28  mcayland

	* 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

	* Added relational function definitions that inline index operators
	  for automagic index utilization.

2007-06-06 19:19  nbarker

	* Hibernate Spatial Criteria Queries and Dialect

2007-06-05 20:46  mleslie

	* Updated the docs to reflect the function name transition.

2007-06-05 20:45  mleslie

	* Reorganized the sqlmm function declarations to prevent
	  duplication and confusion.

2007-06-04 23:06  mleslie

	* 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

	* 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

	* 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

	* 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

	* 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

	* 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

	* 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

	* 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

	* Bump SVN code version to 1.2.2SVN

2007-05-14 17:55  mcayland

	* Fix broken regress_proj expected results by removing the extra
	  DELETE at the end of the file.

2007-05-14 17:51  mcayland

	* 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

	* Spelling fix

2007-04-02 21:17  pramsey

	* Small doco fix

2007-03-15 09:22  mschaber

	* aded PostGIS Dialect for Hibernate from Norman Barker

2007-03-09 19:34  mleslie

	* Bug 143 is once again dealt with, this time for good.

2007-03-09 18:30  mleslie

	* Rolling back a cure that killed the patient.

2007-03-09 00:33  mleslie

	* Bug 143 code fix and regression case.

2007-03-01 08:31  strk

	* * extras/template_gis/Makefile:
	  Install 'defaults' file to $(DATADIR)$(prefix)

2007-02-28 17:39  pramsey

	* Remove minor typo

2007-02-26 09:03  strk

	* * regress/run_test: discard CONTEXT and DELETE
	  lines from test outputs.
	  
	  Patch by Eduin Carrillo, sliglty modified to take precision
	  into account:
	  
	  * regress/: Makefile, kml.sql, kml_expected:
	  Regression test for asKML().

2007-02-06 17:38  pramsey

	* Edits from Bruce Rindahl

2007-01-26 15:11  mcayland

	* 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

	* * extras/template_gis/Makefile: escape $bindir
	  to allow for colons in it's value (win32 issue).

2007-01-18 18:51  mschaber

	* finally really fixed javadoc build on Windows. Yes, that hack is
	  ugly. Kudos to Marc Cave-Ayland.

2007-01-18 18:33  mschaber

	* further fix for javadoc build

2007-01-18 17:56  mschaber

	* fixed jdbc javadoc build

2007-01-15 10:48  strk

	* Patch by Michael Fuhr: * extras/template_gis/Makefile: quote grep
	  argument for Solaris to work.

2007-01-12 20:28  pramsey

	* Change 'Postgis' to 'PostGIS'

2007-01-12 18:07  strk

	* Patch by Gerald Fenoy <djay@gentoo.org>:
	  
	  * configure.in: add --with-xsl switch.

2007-01-12 01:50  pramsey

	* 1.2.1 release prep

2007-01-11 01:40  mleslie

	* 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

	* Fixed the COMPOUNDCURVE example to properly should the contained
	  CIRCULARSTRING.

2007-01-08 10:48  mschaber

	* fixed 8.2 compatibility

2007-01-08 10:12  mschaber

	* hopefully fixed GCJ build

2007-01-05 00:52  strk

	* * GNUmakefile: bring in extra/template_gis for all rules.
	  * extras/template_gis/Makefile: have 'install' also install
	  manuals.

2007-01-03 17:28  kneufeld

	* initial load

2006-12-29 00:31  strk

	* * configure.in: fixed GEOS_LDFLAGS detection
	  for older GEOS versions.

2006-12-29 00:26  strk

	* cleaned up Hard Upgrade manual section (was unreadable).

2006-12-27 04:58  devrim

	* Update spec file to 1.2.0 and fix many issues.
	  Update RPM patches.

2006-12-22 11:28  mschaber

	* Added generation of JDBC javadoc zip file

2006-12-21 00:19  pramsey

	* Updated to 1.2.0

2006-12-20 20:43  strk

	* * regress/README: wrote info about adding regression tests
	  (plus some ChangeLog formatting)

2006-12-20 18:47  kneufeld

	* Added fix to permit gist indexes to have more than 459 null
	  geometries in a table

2006-12-20 18:44  kneufeld

	* Added test to fix that permitted gist indexes to have more than
	  459 null geometries in a table

2006-12-20 18:43  kneufeld

	* Added fix to permit gist indexes to have more than 459 null
	  geometries in a table

2006-12-18 14:12  mschaber

	* Improved SRID handling in regression tests and added
	  CoordinateArraySequence tests.

2006-12-18 13:04  mschaber

	* Added ChangeLog/News entries for recent commits

2006-12-18 12:58  mschaber

	* Fix multi-dimension handling in JtsBinaryWriter, thanks to Thomas
	  Marti for the hints

2006-12-18 12:55  mschaber

	* Fixed Makefile for jts tests, commented debug options better

2006-12-15 11:00  strk

	* Patch by Eduin Carrillo: short circuit transform when source and
	  target SRID are the same.

2006-12-15 10:54  strk

	* Added additional step for adding release marks in ChangeLog

2006-12-15 10:51  strk

	* marked 1.2.0 release

2006-12-15 10:48  strk

	* Patch by Eduin Carrillo <yecarrillo@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

	* fixed 'hard upgrade' instructions in readme.postgis

2006-12-11 17:41  pramsey

	* Updated vers. #

2006-12-09 03:57  pramsey

	* Update version to corrent 1.2.0 version, and set news to correct
	  version
	  and date.

2006-12-06 02:00  mleslie

	* Updated with curved geometry definitions.

2006-12-06 00:30  mleslie

	* Added sections for SQL-MM and ArcSDE function ports.

2006-12-05 20:45  mleslie

	* Fixing some incomplete paths, and adding changes to the regress
	  directory.

2006-12-05 20:41  mleslie

	* Added the previous changes for the curved geometry support.

2006-12-05 19:22  kneufeld

	* Added SQL/MM wrappers to existing PostGIS functions

2006-12-05 19:07  kneufeld

	* 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

	* Moved common sql defines to their own header file.
	  ie. IF USE_VERSION>72 ...

2006-12-05 11:00  mschaber

	* Added JTS shape + missing News message

2006-12-05 01:21  mleslie

	* Updated the documentation to include an SQL-MM types section.

2006-12-01 22:16  mleslie

	* 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

	* java/ejb3/src/org/postgis/hibernate/GeometryType.java Added
	  Nullpointer Fix by Norman Barker

2006-11-20 12:59  strk

	* * utils/postgis_restore.pl (canonicalize_typename):
	  canonicalize 'timezone .* time stamp' to 'timezone'
	  (fixes bug #121)

2006-11-17 17:12  strk

	* Patch by "Antoine Bajolet" <antoine.bajolet@tdf.fr>:
	  
	  * lwgeom/lwgeom_gist.c: fixed 'directives may not be used inside
	  a
	  macro argument' error raised by some compilers.

2006-11-10 15:17  strk

	* * configure.in (geos detection): use $geos_prefix/lib when
	  --ldflags is not supported by geos-config available.

2006-11-10 14:11  strk

	* Patch by Havard Tveite <havard.tveite@nlh.no>:
	  
	  * doc/postgix.xml (Hard Upgrade): add info about createdb params
	  * utils/postgis_restore.pl: fix use of createdb params

2006-11-02 13:22  strk

	* * doc/postgis.xml: list setSRID bug fix in 'Bug fixes' section.

2006-11-02 11:48  mschaber

	* Added missing docs about setsrid()

2006-11-02 09:03  mschaber

	* fixed setSRID bug in JDBC ComposedGeom.

2006-11-02 08:06  strk

	* ready for 1.1.6 release

2006-11-02 07:55  strk

	* * 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

	* Renamed CHANGES file to NEWS, updated references to it

2006-10-26 09:35  strk

	* Initial import of an automatic generated ChangeLog - all
	  developers please manually edit this on each commit

2006-10-25 10:23  mschaber

	* fixed CAPI change that broke 64-bit platforms

2006-10-25 10:00  mschaber

	* updated changelog to reflect loader regression fix

2006-10-25 09:57  mschaber

	* Make regress test build loader and dumper as it needs them

2006-10-24 12:35  strk

	* use Z ordinate in reprojections

2006-10-19 12:01  strk

	* spatial_ref_sys.sql updated to EPSG 6.11.1

2006-10-14 14:22  mschaber

	* sanitized usage info output on loader/dumper

2006-10-14 09:26  mschaber

	* Cleaned up Version.config & co.

2006-10-13 15:56  mschaber

	* updated CHANGES and doc/postgis.xml in preparation of upcoming
	  release

2006-10-13 15:35  mschaber

	* updated HOWTO_RELEASE to reflect version.

2006-10-13 14:18  mcayland

	* Updated CHANGES files to reflect the MingW (Win32) linker fix for
	  pgsql2hp under PostgreSQL 8.2

2006-10-11 13:35  mschaber

	* Added hint about template_postgis to docs, thanks to Marc
	  Cave-Ayland for contribution.

2006-10-11 11:19  mschaber

	* fix ARC regression test failures in loader

2006-10-11 10:45  mschaber

	* added note about odt to README, re-exported pdf

2006-10-11 10:00  strk

	* Fixed a bug in InsertLineStringWKT, also fixed some typos

2006-10-11 09:43  mschaber

	* added -S option and updated README to loader/dumper

2006-10-11 09:37  mschaber

	* bumped versions to 1.1.5

2006-10-09 17:22  mschaber

	* fix EJB3 replace Method for Hibernate

2006-10-09 17:12  mschaber

	* added EJB3Spatial.odt, fixed Normans contact mail

2006-10-09 16:33  mcayland

	* 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

	* fixed svn:ignore

2006-10-02 23:26  mschaber

	* Fix all Eclipse warnings in java code, small cleanup

2006-10-02 23:16  mschaber

	* 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

	* fixed NullPointer exception in org.postgis.Geometry.equals()

2006-10-02 14:39  mschaber

	* added .settings to svn:ignore

2006-10-02 14:30  mschaber

	* Removed obsolete synchronisation from JTS.

2006-10-02 12:37  mschaber

	* fix bit width bugs in Docu

2006-09-27 15:50  mschaber

	* Added further jdbc Todo issues.

2006-09-27 12:37  strk

	* removed incompatible pointer type warning

2006-09-27 08:37  mschaber

	* fix erroneously changed build.xml

2006-09-27 08:36  mschaber

	* removed hyperflous jar file

2006-09-27 08:23  strk

	* lower default verbosity level

2006-09-27 08:22  strk

	* fixed to work with SVN

2006-09-27 07:50  strk

	* updated tag step

2006-09-27 07:39  strk

	* updated release notes

2006-09-27 07:29  strk

	* version set to 1.1.4 (stripped CVS suffix

2006-09-25 08:27  strk

	* Encode pgsql2shp process pid into temporary table name, to reduce
	  likelyhood of name clashes.

2006-09-22 14:51  mschaber

	* fixed typo, updated CHANGES

2006-09-20 09:03  mschaber

	* added ejb3 tutorial

2006-09-18 13:21  strk

	* Applied patch by Michael Fuhr <mike@fuhr.org>:
	  Most are spelling errors, but in one case I removed the word
	  "symmetric"
	  from the description of the Difference() function
	  (SymDifference() is
	  symmetric; Difference() is not).

2006-09-18 09:16  strk

	* Fixed regress tests to pass with GEOS-3.0.0

2006-09-13 20:17  mschaber

	* updated readme to java directory layout change

2006-09-09 16:32  pramsey

	* Added fix for null dates that are encoded as '' instead of
	  00000000.

2006-09-07 17:37  strk

	* More fixes for mixed declarations and code

2006-09-07 17:03  strk

	* Declare variables at start of blocks...

2006-09-06 11:16  strk

	* removed duplicated function definition

2006-09-05 15:22  mschaber

	* updated jdbc Makefile to new directory layout

2006-09-05 15:16  mschaber

	* Java/JDBC directory reorganization

2006-08-30 08:46  mschaber

	* added EJB2 support POC

2006-08-30 08:39  mschaber

	* fixed README about droped trove4j dependency

2006-07-28 13:11  strk

	* added regress/lwpostgis.sql to svn:ignore list

2006-07-28 13:08  strk

	* updated

2006-07-28 13:07  strk

	* Added tests for makeline, makebox2d and makebox3d

2006-07-28 13:07  strk

	* Fixed small typo in debugging message, replaced custom SRID check
	  with errorIfSRIDMismatch() function in LWGEOM_makeline

2006-07-28 13:06  strk

	* Added SRID match check in MakeBox3D, fixed small typo in error
	  message

2006-07-28 13:05  strk

	* Added SRID match check in MakeBox2D

2006-07-27 15:06  strk

	* Marked shapefiles as binary, corrected accidentally mangled ones

2006-07-27 09:44  mschaber

	* typo fix in comment

2006-07-26 18:44  pramsey

	* Changed Refractions mailing address.

2006-07-26 17:21  pramsey

	* Re-order repository

2006-07-26 17:21  pramsey

	* Re-order repository

2006-07-25 20:16  strk

	* Fixed bug in collect() function discarding SRID of input

2006-07-25 18:24  mschaber

	* Reworked jdbc2 makefile

2006-07-21 21:21  pramsey

	* Add official "adaptions" to the files to make them suitable for
	  submission to the OGC compliance process.

2006-07-19 13:31  mschaber

	* fixed checkSrid method in JtsBinaryWriter

2006-07-19 09:45  mschaber

	* Fix setSridRecurse function in JTS

2006-07-18 18:13  mschaber

	* fix compiler warning due to deprecated method

2006-07-18 18:13  mschaber

	* fix SRID handling in JTS code

2006-07-07 13:56  strk

	* 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

	* Fixed support for PostgreSQL 8.2 (gist) - patch by Michael Fuhr
	  <mike@fuhr.org>

2006-06-30 21:29  strk

	* Prepared for 1.1.3 release: release notes, changes, version.
	  Release date set for today (2006-06-30)

2006-06-26 01:02  strk

	* replaced ROLLBACK with COMMIT in psql output to hide differences
	  with 7.4 and lower pgsql versions.

2006-06-26 00:56  strk

	* 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

	* Added debug lines in LWGEOM_affine, fixed some compiler warnings
	  for build with POSTGIS_DEBUG enabled.

2006-06-26 00:40  strk

	* qualified all geometry arguments.

2006-06-25 23:59  strk

	* Added Long Transaction Support routines, dox and regress test.

2006-06-25 23:45  strk

	* 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

	* Release Notes moved to an higher depth to reduce ToC noise.

2006-06-25 22:50  strk

	* Fixed HTML output rules

2006-06-25 22:33  strk

	* Add getTransactionID() stored procedure to support pgsql 7.3 (not
	  tested against 7.2)

2006-06-24 01:08  strk

	* Removed compiler warnings (and more requested)

2006-06-24 00:11  strk

	* Added spaces between parameters ref and operator, as pgsql 7.3
	  chokes otherwise ($1*$2 becomes $1 * $2)

2006-06-23 23:37  strk

	* Added EnableLongTransactions() and DisableLongTransactions().

2006-06-23 21:56  strk

	* 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

	* Removed -0 values from polygon doubles

2006-06-18 11:29  strk

	* Changed -e test with -f, for Solaris support

2006-06-17 11:46  strk

	* removed spurious newline

2006-06-17 11:44  strk

	* Fixed portability issues in the new run_test code, added loader
	  test
	  for all supported shapefile types

2006-06-16 14:18  strk

	* Aliased 'test' rule as 'check', to conform to common practice.

2006-06-16 14:13  strk

	* New regress test cases and support for loader/dumper.

2006-06-16 14:12  strk

	* - BUGFIX in pgsql2shp successful return code.
	  - BUGFIX in shp2pgsql handling of MultiLine WKT.

2006-06-13 10:20  strk

	* Updated template_gis Makefile to work with older debian sarge
	  (stable).
	  Patch by Alex Bodnaru.

2006-06-09 06:03  strk

	* Fixed bug in PGISSCRIPT variable (provided by Alex Bodnaru)

2006-06-05 17:24  strk

	* Updated misleading documentation for Segmentize() function

2006-06-02 16:59  strk

	* Fully supported georeferencing in chip drawing ops (must still
	  tweak edge cases)

2006-06-01 16:57  strk

	* Fixed lwgeom drawing primitives to honour georeferencing.

2006-06-01 07:07  strk

	* Added "fmgr.h" include, for PG_MODULE_MAGIC definition

2006-06-01 06:58  strk

	* Added magic block ctor for 8.2 compatibility

2006-06-01 06:56  strk

	* Don't link pgsql2shp to more libs then required.

2006-05-31 08:58  strk

	* 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

	* Imported template_gis utilities contributed by Roberto Boati and
	  Alex Bodnaru.

2006-05-30 17:19  strk

	* Added some primitives for CHIP management + rendering for points
	  and lines

2006-05-30 17:17  strk

	* Fixed bug in CHIP input routine failing on uncompressed 1x1
	  integer chip inputs

2006-05-30 08:47  strk

	* added copyright header

2006-05-30 08:38  strk

	* Added some missing copyright headers.

2006-05-23 09:48  strk

	* NEW AsHEXEWKB(geom, XDR|NDR) function + documentation

2006-05-22 15:29  strk

	* Moved 'measures' query into a specific file, added a test for bug
	  #108

2006-05-22 14:57  strk

	* Set version to 1.1.3CVS

2006-05-22 14:23  strk

	* Transform a SRID==0 from GEOS to a SRID=-1.

2006-05-22 13:08  strk

	* 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

	* 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

	* Applied cleanups by Alex Bodnaru

2006-05-22 11:02  strk

	* New DumpRings(polygon) function + docs

2006-05-22 10:58  strk

	* fixed errors in DEBUG builds

2006-05-22 10:38  strk

	* Added usage comment about lwpoly_construct()

2006-05-17 15:52  strk

	* Added Bruce Rindahl in the credits hall

2006-05-17 15:32  strk

	* Added note about doc generation change

2006-05-17 13:11  strk

	* 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

	* 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

	* Added note about pdfxmltex being provided by xmltex package

2006-05-17 12:25  strk

	* Added check for pdfxmltex availability before attempting to use
	  it

2006-05-17 07:52  strk

	* Additional bbox tests for transcale, rotateX and rotateY

2006-05-16 19:11  strk

	* Added tests for translate and scale bbox computation

2006-05-16 17:09  strk

	* BUGXFIX in affine() failing to update bounding box

2006-05-11 14:24  strk

	* Update to 1.1.2 by Laurent WANDREBECK

2006-05-11 09:41  strk

	* added postgis.fo and postgis.pdf

2006-05-11 09:41  strk

	* changed single-file html production to 'make html', simpler

2006-05-10 13:40  strk

	* Added notes about requirements for dox generation, cleaned up
	  Makefile

2006-05-10 10:47  mschaber

	* Small typo fix in comment

2006-05-10 10:37  strk

	* Removed >/dev/null redirection of pdfxmltex command, to see
	  what's going on

2006-05-09 13:06  mschaber

	* Fixed JtsGeometry.equals()
	  Imporoved Geometry setter/getter
	  updated postgis version

2006-05-04 15:19  strk

	* Support for Tru64 build (bug#104)

2006-05-03 08:33  mschaber

	* added eclipsebin to cvsignore

2006-05-03 08:30  mschaber

	* Added regression tests for OGC conformant multiPoint parsing,
	  updated CHANGELOG

2006-05-03 08:18  mschaber

	* Added test case for scientific notation

2006-04-26 14:42  mschaber

	* fixed typo in regression test online help

2006-04-26 12:19  strk

	* Added --with-geos-libdir and --with-proj-libdir configure
	  switches

2006-04-18 16:57  strk

	* Fixed invalid C++ style comment

2006-04-18 16:56  strk

	* Used ad-hoc AC_PROG_YACC for yacc detection

2006-04-18 14:09  strk

	* Limited text field size to 255 (bug #84) [will eventually provide
	  a switch to support wider fields ]

2006-04-18 12:36  strk

	* updated

2006-04-18 12:30  strk

	* Added test for wkt parser

2006-04-18 12:30  strk

	* WKT parser: forbidden EMPTY elements in non-collection
	  multigeoms.

2006-04-18 10:28  strk

	* 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

	* Added check for libiconv_open (for MingW) - patch provided by
	  Mark Cave-Ayland

2006-04-18 09:16  strk

	* Substituted bzero() use with memset()

2006-04-18 09:10  strk

	* Applied patch by Mark Cave-Ayland allowing in-place regression
	  tests to
	  be run under MingW (Win32)

2006-04-10 08:19  strk

	* Added support for printing argument geoms on union failures
	  within unite_garray() loop.

2006-03-29 09:25  strk

	* removed obsoleted items

2006-03-29 09:19  strk

	* Set release version and date

2006-03-29 09:14  strk

	* Prepared for 1.1.2 release

2006-03-28 08:39  strk

	* 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

	* 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

	* Applied patch from Mark Cave Ayland embedding access control for
	  the estimated_extent functions.

2006-03-13 10:41  strk

	* added enforceRHR fix

2006-03-12 17:20  pramsey

	* Fix isccw to return correct ccw answer.

2006-03-12 17:13  pramsey

	* 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

	* Added pg_config --libs to PGFELIBS as a workaround for systems
	  that doesn't automatically detect dependencies

2006-03-01 09:10  strk

	* Fixed 'clean' rule to succeed also when tree already cleaned (rm
	  -f)

2006-02-24 20:23  pramsey

	* Minor error in install instructions

2006-02-23 11:48  mschaber

	* documented affine(), rewrote transscale() to use affine()

2006-02-22 14:06  strk

	* 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

	* Qualified args of difference() to avoid clashes with other
	  packages

2006-02-10 10:58  strk

	* Made it a single transaction

2006-02-10 10:57  strk

	* Removed intermediate VACUUM

2006-02-06 20:04  mschaber

	* 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

	* Added uchar typedef

2006-02-06 11:12  strk

	* uint32_t typedef moved back from wktparse.h to lwgparse.c and
	  wktunparse.c

2006-02-06 11:09  strk

	* added snaptogrid behavior

2006-02-03 20:53  strk

	* Swapped stdint.h (unavailable on Solaris9) with inttypes.h

2006-02-03 09:52  strk

	* Changed int4 typedefs to use POSIX uint32_t

2006-02-02 04:46  pramsey

	* Updated maintainers info.

2006-02-01 22:15  strk

	* 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

	* Portable tests for docdir and datadir, comments fixed.
	  Thanks to Havard Tveite for pointing out.

2006-01-29 13:54  strk

	* 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
	  iff input had a bbox cache.
	  AUTOCACHE_BBOX define (the default) will still force a
	  computation of output box if worth it.
	  Regress tests added for the case reported on postgis-users
	  
	  Run of regress tests do not require postgis install
	  anymore. The library build in source tree will be
	  used for this purpose.
	  
	  Version bumped to 1.1.2 and CHANGES file updated.

2006-01-23 00:13  strk

	* 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

	* Fix for bug 10, SRID 28992 incorrect

2006-01-21 08:40  strk

	* Separated 'export' from assignment, for Solaris support -
	  reported by Michael Fuhr

2006-01-19 19:19  strk

	* Updated documentation for line_substring() and
	  line_interpolate_point()

2006-01-19 19:13  strk

	* Added a couple of line_interpolate_point tests

2006-01-19 19:11  strk

	* Z and M interpolation in line_interpolate_point()

2006-01-19 18:26  strk

	* 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

	* Added more regress tests for line_substring

2006-01-19 18:17  strk

	* Added Z and M interpolation in ptarray_substring(), fixed some
	  corner-case bugs

2006-01-19 18:16  strk

	* Added interpolate_point4d() general function in API

2006-01-19 18:15  strk

	* Added -v switch to show differences inline

2006-01-18 21:06  strk

	* Forced lc_messages to be 'C' during regress tests

2006-01-18 10:19  strk

	* 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

	* 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

	* Added postgis_restore.pl fix

2006-01-17 08:36  strk

	* Commented out debugging premature exit left from last review

2006-01-16 10:42  strk

	* Added support for Bool and Date DBF<=>PGIS mapping

2006-01-16 10:10  strk

	* Fixed default pgsql prefix to /usr/local/pgsql (default since
	  pgsql 7.2)

2006-01-15 22:56  strk

	* Fixed handling of pg_config --bindir

2006-01-13 09:11  strk

	* Fixed bug in ptarray_locate_point() - added regress test for
	  specific case

2006-01-12 12:26  strk

	* Fixed bug blessing all GEOMETRYCOLLECTIONS to MULTIPOLYGONS in
	  postgis->GEOS
	  converted trough C-API

2006-01-10 16:38  mschaber

	* Added NumInteriorRing(geometry) alias function

2006-01-09 16:40  strk

	* ISO C90 comments, signedness mismatch fixes

2006-01-09 15:55  strk

	* ISO C90 comments (finished in lwgeom/)

2006-01-09 15:12  strk

	* ISO C90 comments

2006-01-09 15:11  strk

	* Removed variable-sized array and fixed comments as for ISO C90
	  requirements.

2006-01-09 15:09  strk

	* Added simplify() test unit

2006-01-09 14:43  strk

	* ISO C90 comments, indenting

2006-01-09 12:56  strk

	* Proc upgrade requirement message made more clear.

2006-01-09 12:55  strk

	* Removed variable-sized array forbidden by ISO C90.

2006-01-09 12:39  strk

	* C++ style comments removed, fixed return from void function.

2006-01-09 12:36  strk

	* Changed C++ style comments to ISO C format

2006-01-09 12:30  strk

	* Changed C++ style comments to ISO C ones.

2006-01-09 12:17  strk

	* Added Solaris 2.7 and MingW support improvements item

2006-01-09 11:48  strk

	* Fixed "strict-aliasing rule" breaks.

2006-01-09 11:43  strk

	* Found another (faster) way to avoid breaking "strict-aliasing
	  rules"

2006-01-09 11:05  strk

	* Removed POINT4D=>POINT2D cast raising GCC warning

2006-01-09 10:56  strk

	* Changed "! test" to "test !" and "-e" to "-f" for Solaris
	  compatibility.

2006-01-09 10:42  strk

	* Changed all C++ style comments to ISO C ones.

2006-01-08 15:02  strk

	* Added lwpostgis_upgrade.sql

2006-01-07 10:18  strk

	* Changed $PWD uses with `pwd` (required for Solaris 2.7)

2006-01-05 15:01  strk

	* More portable (hopefully) use of quotes and backticks

2006-01-05 00:26  chodgson

	* rollback to contain cast

2006-01-05 00:19  chodgson

	* 1.12 with changes from 1.11 integrated

2006-01-05 00:07  chodgson

	* Recommitted with changes from 1_34 integrated

2006-01-04 21:37  chodgson

	* 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

	* Modified lwgeom2 = ... line in LWGEOMFromWKB function; removed
	  the (uchar *) cast

2006-01-04 21:16  chodgson

	* Added the CHIP_send function which enables Postgres 8.0 to send a
	  binary CHIP

2006-01-01 02:30  strk

	* Added missing include for definition of unparse_WKB()

2006-01-01 02:19  strk

	* 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

	* Fixed reference to PostgreSQL "contrib" directory (no more
	  required)

2005-12-31 14:57  strk

	* Fixed "possibly uninitialized" warning in box2df_to_box3d

2005-12-30 18:14  strk

	* Fixed all signedness warnings

2005-12-30 17:40  strk

	* 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
	  the PG_LWGEOM-specific function.
	  Cleaned up signedness-related and comments-related warnings for
	  the files
	  being committed (more to do on other files)

2005-12-28 18:43  devrim

	* Removed unused patch

2005-12-28 18:40  devrim

	* Lots of fixes for 1.1

2005-12-21 18:45  strk

	* Removed awk usage, --with-template is detected during the single
	  pg_config --configure scan

2005-12-21 13:18  strk

	* Changed $() constructs to "``" ones, for portability

2005-12-21 12:12  strk

	* Raised a warning on pj_errno==-38 (a nodatum transform is
	  attempted before giving up)

2005-12-20 09:17  strk

	* Used more portable sed syntax, submitted by Michael Fuhr.

2005-12-20 09:06  strk

	* Fixed inconsistency between docs install/uninstall paths

2005-12-19 20:33  strk

	* Fixed eprefix (bindir) use

2005-12-19 20:23  strk

	* Dropped `liblwgeom' dependency from 'test' rule

2005-12-19 15:07  strk

	* 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

	* make regress => make test

2005-12-19 10:39  strk

	* 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

	* Applied patch for MingW support (buffering and INF representation
	  problems)

2005-12-19 09:43  strk

	* Fixed uninstall rule for scripts

2005-12-16 16:53  strk

	* fixed iconv check

2005-12-16 16:47  strk

	* Added support for mixed libiconv/iconv

2005-12-16 15:07  strk

	* Added make_dist.sh argument.

2005-12-16 11:55  strk

	* Almost done with closure

2005-12-16 11:53  strk

	* Added Carl Anderson to release-specifi credits section (forgot,
	  who know how many else)

2005-12-16 11:14  strk

	* Edited release notes in manual, set release date to 2005/12/21
	  (if everything goes file)

2005-12-16 10:06  mschaber

	* small README improvements

2005-12-16 09:36  strk

	* Added installed procs version when proc upgrade needed

2005-12-16 09:32  strk

	* Added release procedure and Versioning rationale.

2005-12-16 08:59  strk

	* 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

	* Added required typinfo include

2005-12-16 08:38  strk

	* Simplified top warning about upgradability of changes.

2005-12-16 08:37  strk

	* Added dependency of postgis_proc_upgrade.pl in
	  lwpostgis_upgrade.sql rule

2005-12-16 08:33  strk

	* Fixed version checker to only use Major to compare

2005-12-16 02:08  strk

	* 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

	* Added comment about the use of postgis_lib_version in version
	  checker
	  (last commit log was incomplete)

2005-12-16 01:41  strk

	* Unified SCRIPTS, LIB and RELEASE versions for the sake of
	  simplicity.
	  postgis_scripts_released() will return the same as
	  postgis_lib_version()
	  postgis_scripts_installed() return still the same numbers but as
	  written
	  in the database at the time of lwpostgis.sql sourcing.

2005-12-16 01:35  strk

	* 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

	* perl availability check by ./configure (sorry, you'll need it
	  from now on)

2005-12-15 23:52  strk

	* Added note about jdbc/ drop and PgSQL source dependency relief

2005-12-15 23:49  strk

	* Removed obsoleted code

2005-12-15 23:46  pramsey

	* Remove qandasetdiv tags and fix numbering...

2005-12-15 23:28  strk

	* - 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

	* Wording changes here and there.

2005-12-15 22:50  strk

	* Updated Upgrading section

2005-12-15 19:11  strk

	* back to single full package

2005-12-15 18:34  strk

	* Switched HARD/SOFT upgrade and removed HACK upgrade sections.

2005-12-15 18:30  strk

	* Added item for 1.1 closure

2005-12-15 15:18  strk

	* Added things to do for 1.1.0 closeup

2005-12-15 09:28  strk

	* Infinite->Infinity

2005-12-15 01:27  strk

	* 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

	* Made PROJ test be run only if USE_PROJ=1

2005-12-15 01:19  strk

	* Moved GEOS/JTS function from regress to ogc test

2005-12-15 01:07  strk

	* 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

	* Splitted SCRIPTS_VERSION in MAJOR,MINOR,MICRO

2005-12-15 00:47  strk

	* 'IMMUTABLE STRICT' -> '_IMMUTABLE_STRICT' fix for new polygon
	  ctors

2005-12-15 00:28  strk

	* typo fixed

2005-12-14 18:56  strk

	* Removed rectangle-level locking (DONE)

2005-12-14 18:45  strk

	* Dropped 1.1.0 specific section - all pending items dumped to
	  'other random items'

2005-12-14 18:44  strk

	* Typo fixed (dumber->dumper) - was tempted to keep it ;)

2005-12-14 18:34  strk

	* Reintroduced revised INSTALLATION, UPGRADE, USAGE.
	  Added REQUIREMENTS, CONFIGURATION and TESTING.
	  UPGRADE still requires some cleanup (IMHO).

2005-12-14 15:40  strk

	* Removed most info, added reference to PostGIS manual instead

2005-12-14 15:29  strk

	* Removed postgis_geos_version.h - should be under lwgeom/

2005-12-14 15:23  strk

	* - Create two packages:
	  postgis-$$.tar.gz and postgis-regress-$$.tar.gz
	  
	  - New syntax:
	  -- postgis-cvs.tar.gz postgis-regress-cvs.tar.gz
	  sh make_dist.sh
	  -- 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

	* Removed obsoleted --param shade.verbatim param from xsltproc
	  call,
	  moved common flags on top file.

2005-12-14 13:43  strk

	* fixed closing tag mismatch

2005-12-14 13:42  strk

	* Added release version in abstract, updated INSTALL section to
	  reflect autoconf-based layout

2005-12-14 12:24  strk

	* Nicely handled missing requirements for docs build

2005-12-14 11:13  strk

	* 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

	* Regression tests output made much more concise

2005-12-13 23:25  strk

	* removed unused variable

2005-12-13 22:04  strk

	* Added GEOS/JTS version info when available

2005-12-13 21:16  strk

	* Fixed a misnamed test

2005-12-13 19:01  strk

	* Renamed ReplacePoint() to SetPoint()

2005-12-13 18:39  strk

	* Added RemovePoint() and ReplacePoint() to complete Geometry
	  editiong function.
	  Added regress tests for them.

2005-12-13 18:19  strk

	* Fixed bug in lwgeom_as_anytype cast funcions

2005-12-13 14:19  strk

	* LRS section repopulated

2005-12-13 12:51  strk

	* 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

	* updated

2005-12-12 20:41  strk

	* Handled common invokation mistake (accept trailing .sql in test
	  names)

2005-12-12 20:31  strk

	* Changed math statements to be compatible with solaris shell,
	  fixed typo

2005-12-12 17:40  strk

	* - Fixed Z presence detection in GEOS funcions (C++ and C
	  wrappers).
	  - NEW BuildArea(any_geometry) function
	  - NEW OGC BdPolyFromText(linestring_wkt, srid) function
	  - NEW OGC BdMPolyFromText(linestring_wkt, srid) function
	  - Updated postgis manual and added regression tests for new
	  functions.
	  - Reworked regress test runner to be more succint and report
	  a summary of test results

2005-12-12 11:35  strk

	* Avoided detect_geos_version rule when using the GEOS C-API

2005-12-12 11:33  strk

	* Wrapped grid_print declaration and definition in VERBOSE block,
	  to avoid compiler warning about it being unused

2005-12-10 15:46  strk

	* Fixed error message typo

2005-12-09 20:43  pramsey

	* Added credits for GEOS and Proj4.

2005-12-09 15:14  strk

	* Organized Change log for 1.1.0

2005-12-09 12:02  strk

	* Added Charlie Savage in credits

2005-12-09 12:00  strk

	* Plugged memory leaks in Polygonize().

2005-12-09 10:14  strk

	* Added a couple of polygonize tests

2005-12-07 12:22  strk

	* Fixed handling of CAST for 8.0.0 restore.
	  Type name canonicalization function defined separately.

2005-12-07 09:05  strk

	* Added note about OID column drop in pre 8.1 to 8.1+ upgrades

2005-12-06 15:42  devrim

	* Label the spec file as 1.1.0

2005-12-06 15:37  strk

	* Updated SnapToGrid documentation

2005-12-06 15:26  devrim

	* Update to 1.0.6

2005-12-06 15:09  strk

	* Updated after release 1.0.6

2005-12-06 14:56  strk

	* Added check for successfully postgis installation before running
	  tests

2005-12-06 14:51  strk

	* Added user-reported intersects() test

2005-12-02 15:11  strk

	* Had regress_ogc test skipped if no GEOS nor JTS support is
	  compiled in

2005-12-02 14:56  strk

	* Added missing rules

2005-12-02 14:52  strk

	* Copied PostgreSQL top-level Makefile for use by systems in which
	  make != gmake

2005-12-02 14:35  strk

	* Fixed support for PGSQL version 7.2 and 7.3

2005-12-02 14:15  strk

	* Fixed SnapToGrid output expectance (higher dims no more
	  discarded)

2005-12-02 13:21  strk

	* Added note about new SnapToGrid function

2005-12-02 13:16  strk

	* Added SnapToGrid(geom, point_offset, xsz, ysz, zsz, msz)

2005-12-02 10:46  strk

	* Added LWGEOM_snaptogrid_pointoff and gridspec utility funx

2005-12-02 09:12  strk

	* Added note about SnapToGrid bbox computation

2005-12-02 09:07  strk

	* 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

	* Added PARANOIA_LEVEL checks in box3d<->box2d converters

2005-12-02 08:26  strk

	* 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

	* Changed back 'tests' to 'test'

2005-12-01 19:25  strk

	* Added note about SnapToGrid and higher dims

2005-12-01 19:09  strk

	* 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

	* Fixed missing LineMerge symbol when built against geos-1.0

2005-12-01 16:21  strk

	* Added SRID mismatch checks in GEOS and JTS wrappers

2005-12-01 16:19  strk

	* Updated comment about GEOS C-API (starts with 2.2.x)

2005-12-01 15:53  strk

	* Renamed clean: to cleanup:, provided empty clean: to make things
	  work
	  from toplevel makefile.

2005-12-01 15:50  strk

	* Fixed handling of bogus geos-1.0

2005-12-01 14:07  strk

	* Skipped checks of SQL command outputs
	  (INSERT,UPDATE,CREATE,DROP).
	  Cleaned up postgis_reg after tests run.

2005-12-01 13:53  strk

	* Fixed lwgeom_segmentize2d() to always return a clone

2005-12-01 13:49  strk

	* Fixed short-allocation in lwcollection_clone()

2005-12-01 13:37  strk

	* Fixed test to cleanup after run

2005-11-30 21:02  strk

	* Added missing proj tests

2005-11-30 18:24  strk

	* Fixed segfault on addPoint() with invalid offset

2005-11-30 18:24  strk

	* Fixed error message on non-readable expected file

2005-11-30 17:04  strk

	* Added Alex Mayrhofer to list of contributors

2005-11-30 16:59  strk

	* Moved 8.2 support to 1.0.6 section

2005-11-30 16:57  strk

	* Added proj tests, curtesy of Alex Mayrhofer

2005-11-29 22:40  strk

	* CAPI usage triggered starting at geos-2.2

2005-11-29 10:05  strk

	* 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

	* Updated documentation for X,Y,M and Z

2005-11-28 16:01  strk

	* Fixed a segfault on geom_accum(NULL, NULL) condition

2005-11-28 15:59  strk

	* Added geom_accum(NULL,NULL) test

2005-11-28 15:06  strk

	* 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

	* Added bbox cache handling fix in 1.0.6

2005-11-28 11:48  strk

	* minor cleanups and comments

2005-11-28 11:31  strk

	* memory release in force_collection

2005-11-28 11:27  strk

	* Added force_collection test

2005-11-28 11:20  strk

	* Fixed ExteriorRing() and Segmentize() handling of bbox cache

2005-11-28 11:04  strk

	* Added ExteriorRing and Segmentize tests

2005-11-25 17:22  mschaber

	* java2d and doc improvements

2005-11-25 16:14  strk

	* Added support for PostgreSQL head, as suggested by Michael Fuhr.
	  Cleaned up includes.

2005-11-25 16:11  strk

	* Wrapped PROJ4SRSCacheCheck function in ifdef
	  MEMORY_CONTEXT_CHECKING block, to avoid compiler warning

2005-11-25 15:43  strk

	* Added unite_garray() test

2005-11-25 15:43  strk

	* Added database version info

2005-11-25 15:34  strk

	* Fixed expected ERROR and NOTICEs

2005-11-25 15:28  strk

	* Fixed 0-size allocation in lwcollection deserializer
	  (only matters when backend is compiled with --enable-cassert)

2005-11-25 14:14  strk

	* 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

	* Added note about documentation updates requirement (will anyone
	  read it before 1.1.0 ? ;)

2005-11-24 20:18  strk

	* Fixed sizeof(GEOSGeom) calls, minor debugging improvements.

2005-11-24 20:11  strk

	* Added -N and -g documentation

2005-11-23 15:54  strk

	* 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

	* Changed locate_between_measures() to return simpler types

2005-11-23 14:52  strk

	* 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

	* Added usage dox and check for required input files

2005-11-23 14:38  strk

	* Reworked regress tests to avoid multiple database creations

2005-11-23 13:48  strk

	* fixed bug in points duplication check of dynptarray_addPoint4d

2005-11-23 13:46  strk

	* Added a few regression tests for LRS functions

2005-11-23 13:19  strk

	* Initial implementation of locate_among_measure() and
	  locate_between_measures()

2005-11-22 21:29  strk

	* 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

	* Fixed debugging printf call

2005-11-18 17:37  mcayland

	* Add fix for PG 8.1 calling the MemoryContext check method when
	  compiled as a debug build

2005-11-18 10:48  strk

	* fixed double release of bbox cache memory

2005-11-18 10:16  strk

	* Removed casts on lwalloc return.
	  Used varlena macros when appropriate.

2005-11-17 23:35  mcayland

	* Removed duplicate debugging code used to reset the cache when it
	  was full

2005-11-17 23:25  mcayland

	* Fixed assertion bug and an off-by-one palloc() in the new
	  transform() code

2005-11-17 17:49  mcayland

	* 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

	* small comment improvements in Point.java

2005-11-16 10:34  strk

	* Added availability info of line_interpolate_point function

2005-11-16 09:49  strk

	* Updated 1.0.5 release documentation

2005-11-14 10:05  strk

	* Forced use of CAPI when building against GEOS 3.x.x or superior

2005-11-14 09:01  strk

	* 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

	* updated

2005-11-11 17:49  strk

	* Updated

2005-11-11 17:45  strk

	* 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

	* Fixed memory alignment issues in force_*d*_recursive

2005-11-11 17:03  strk

	* Added some dimensionality changes tests

2005-11-11 17:02  strk

	* Added linemerge test

2005-11-11 10:49  strk

	* Fixed short-initialization in getPoint4d_p

2005-11-01 17:11  strk

	* Ported ELF detection code from PostgreSQL. PostGIS builds on
	  freebsd > 2 out of the box now.

2005-11-01 11:56  strk

	* Initial work on ST_AddEdgeNewFaces

2005-11-01 11:46  strk

	* 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

	* Fixed handling of --with-proj handling

2005-11-01 10:29  strk

	* updated

2005-11-01 10:22  strk

	* 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

	* Reworked NULL geometries handling code letting user specify
	  policy (insert,skip,abort). Insert is the default.

2005-10-31 13:42  mschaber

	* Document Bug in PGShapeGeometry

2005-10-28 13:48  mschaber

	* Small winding rule fix and some comment improvements

2005-10-26 11:10  strk

	* updated

2005-10-26 11:07  strk

	* Added optional second argument to specify schema in which postgis
	  functions are to be replaced

2005-10-25 14:31  strk

	* Added azimuth() and shift_longitude() functions

2005-10-25 14:31  strk

	* Added documentation for azimuth()

2005-10-25 14:21  strk

	* Added missing SRID check in azimuth() function

2005-10-25 14:15  strk

	* Added azimuth(point,point) function.

2005-10-25 11:38  strk

	* Added shift_longitude(geometry) sql procedure and underlying
	  ptarray_longitude_shift(POINTARRAY *) and
	  lwgeom_longitude_shift(LWGEOM *)
	  functions.

2005-10-25 11:37  strk

	* Fixed bug in GEOSCoordSeq to POINTARRAY converter

2005-10-25 11:16  strk

	* Added pglwgeom_deserialize()

2005-10-24 16:14  strk

	* Moved loader/dumper stricter handling of attribute sizes from
	  1.0.5 to head section

2005-10-24 15:54  strk

	* fixed wrong assumption about maximum size of integer attributes
	  (width is maximum size of text representation)

2005-10-24 13:29  strk

	* Updated to reflect ownership policy in GEOS C-api.

2005-10-24 11:33  strk

	* Added attribute types mapping change

2005-10-24 11:30  strk

	* 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

	* PGShapeGeometry constructor cleanup

2005-10-21 13:06  mschaber

	* Updated jdbc2 README to reflect JTS dependency on trove4j

2005-10-21 12:07  mschaber

	* implemented JTS GeometryFactory caching

2005-10-21 11:33  strk

	* Applied patch by Lars Roessiger handling numerical values with a
	  trailing decima
	  l dot

2005-10-21 08:53  mschaber

	* typo fix in java2D example

2005-10-20 18:07  mschaber

	* added example for java2d

2005-10-20 16:13  mschaber

	* moved java2d to ordinary src directory, as it does not depend on
	  any external libraries.

2005-10-20 16:04  mschaber

	* fix postgresql 7.2 datatype registration compatibility code

2005-10-20 15:58  mschaber

	* Fixed all deprecation warnings in JTS code by using proper
	  GeometryFactory instances (hope)

2005-10-20 15:57  mschaber

	* added forgotten changelog entry

2005-10-20 14:35  mschaber

	* Added some source for java2D readonly support

2005-10-19 13:11  strk

	* Handled some more errors.

2005-10-19 10:12  strk

	* Removed useless variables from linemerge()

2005-10-19 10:09  strk

	* Removed unused variables in linemerge()

2005-10-19 10:04  strk

	* Added ST_ModEdgesSplit function, cleaned up test files, added
	  tests for
	  the new topology editing functions.

2005-10-18 16:39  strk

	* Fixed ST_NewEdgesSplit function to return new Node id rather then
	  text

2005-10-18 15:31  strk

	* 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

	* Changed GEOS initializzation to use lwnotice for errors rather
	  then
	  lwerror, to allow for cleanup on exceptions.

2005-10-17 09:39  strk

	* Added -Wall flag to compilers invocation

2005-10-17 08:37  strk

	* Fixed compiler warnings, handled exceptions in POSTGIS2GEOS
	  conversions

2005-10-14 08:29  strk

	* Added topology change

2005-10-13 16:21  strk

	* Initial work on topology model support

2005-10-13 13:40  strk

	* Fixed return code from shp2pgsql

2005-10-10 16:19  strk

	* Fixed null values fraction computation in geometry analyzer as
	  suggested by Michael Fuhr

2005-10-03 21:45  devrim

	* Added basic doc about building RPMs

2005-10-03 21:29  devrim

	* - 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

	* 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

	* Removed postgis-jdbc2-makefile.patch (applied to -head)

2005-10-03 17:29  devrim

	* Applied to HEAD, so removed

2005-10-03 07:53  strk

	* Added -W and -I loader switches to manuals.

2005-10-03 07:45  strk

	* Issued a warning when -W is specified and no UTF8 support has
	  been compiled in.

2005-09-30 15:09  devrim

	* Removed

2005-09-30 15:09  devrim

	* Renamed the file and fixed the non-ascii char

2005-09-30 12:44  strk

	* undefined UNITE_USING_BUFFER (defining it to 0 did not have the
	  expected result)

2005-09-30 08:59  strk

	* 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

	* Manually applied Makefile changes from Devrim GUNDUZ
	  (extras/rpm/patches/postgis-jdbc2-makefile.patch) to HEAD jdbc2
	  Makefile

2005-09-28 16:34  strk

	* Honoured want3d parameter in GEOS2POSTGIS converters

2005-09-27 21:50  devrim

	* Mentioned about the patches in spec file.

2005-09-27 21:48  devrim

	* Initial README file for PostGIS RPM

2005-09-27 21:26  devrim

	* Initial import of postgis.spec

2005-09-27 21:12  devrim

	* Necesarry patches used to build PostGIS RPMs.

2005-09-27 16:30  strk

	* Wrapped debugging line in preprocessor block.

2005-09-26 13:48  strk

	* Made USE_GEOS_CAPI definable by ./configure

2005-09-26 13:47  strk

	* Added --with-geos-capi switch

2005-09-26 12:53  strk

	* Added LineMerge function in Geometry Editors chapter

2005-09-26 12:36  strk

	* Initial switches for use of GEOS C-API

2005-09-26 12:30  strk

	* Added LineMerge interface

2005-09-26 12:09  strk

	* Updated LineMerge facts

2005-09-26 12:08  strk

	* Added JTSLineMerge stub, fixed typos in profiling outputs.

2005-09-26 12:07  strk

	* Added stub for linemerge()

2005-09-26 12:04  strk

	* Added new LineMerge funtion

2005-09-26 12:03  strk

	* Fixed prototype of linemerge() and error typo in it

2005-09-26 11:35  strk

	* 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

	* Added linemerge_garray function

2005-09-23 17:22  strk

	* Added LineMerger interface

2005-09-23 17:06  strk

	* Initial wrapper to GEOS C api

2005-09-23 16:43  strk

	* Added wrappers for ewkb output

2005-09-23 16:41  strk

	* cleanups

2005-09-23 16:24  strk

	* cleanups

2005-09-23 15:43  strk

	* added header sentinels

2005-09-23 11:45  strk

	* Made LWGEOMFromWKB use underlying pglwgeom_from_ewkb()

2005-09-23 11:23  strk

	* Added pglwgeom_from_ewkb function

2005-09-16 13:19  strk

	* given some consistent format to items

2005-09-15 14:53  strk

	* Fixed X(),Y() and Z() functions descriptions, added M().

2005-09-15 10:24  strk

	* Moved AddPoint() function from 'geometry constructors' to
	  'geometry editors' chapter

2005-09-15 10:16  strk

	* Disabled buffer-based GeomUnion

2005-09-15 10:13  strk

	* Moved the fix_geometry_column() removal to 1.1.0 section

2005-09-15 09:55  strk

	* Removed automatic fix_geometry_columns() call in
	  update_geometry_stats and AddGeometryColumns()

2005-09-15 09:50  strk

	* Added Reporting Bugs chapter

2005-09-09 17:03  strk

	* Updated release info for 1.0.4

2005-09-09 16:21  strk

	* Fixed bug in scale() and transscale() functions corrupting output
	  bounding box

2005-09-09 15:23  strk

	* cleanups for waste left in previous patches

2005-09-09 14:47  strk

	* Fixed bug in translate() corrupting output bounding box.
	  Bounding-box related cleanups in exterior_ring()

2005-09-08 23:30  strk

	* Made ptarray_compute_box3d a wrapper of ptarray_compute_box3d_p

2005-09-08 22:59  strk

	* minor speedups in distance()

2005-09-08 19:26  strk

	* Handled search_box outside of histogram_box case in selectivity
	  estimator

2005-09-07 11:58  mschaber

	* added some more Todo points

2005-09-06 09:22  strk

	* Added notes about PointN, GeometryN and InteriorRingN indexing
	  method

2005-09-06 08:29  strk

	* BOX3d parser note

2005-09-06 08:28  strk

	* looser BOX3D parser

2005-09-03 06:11  strk

	* Leak plugged in compute_serialized_box3d_p

2005-08-31 17:09  strk

	* removed compiler warnings

2005-08-31 16:49  strk

	* Fixed bug in pointArray_construct() misinterpreting hasZ and hasM
	  parameters

2005-08-29 22:36  strk

	* Removed premature object destruction in InsertLineString{WKT,}
	  causing segfault

2005-08-29 12:08  strk

	* Added Nikita Shulga <malfet@jscc.ru> in contributors list.

2005-08-29 11:56  strk

	* Typo fixed

2005-08-29 11:48  strk

	* Fixed sprintf() calls to avoid overlapping memory,
	  reworked not-null objects existance check to reduce startup
	  costs.

2005-08-16 21:38  strk

	* Added M(point) function

2005-08-16 11:24  strk

	* Early memory release in GiST indexing

2005-08-12 19:20  pramsey

	* Added +proj=longlat to all corrupt srs entries.

2005-08-10 23:16  strk

	* Removed pfree of proj4 text in make_project failure cases
	  (required for error message)

2005-08-10 23:12  strk

	* Added segfault fix

2005-08-10 23:06  strk

	* Fixed a segfault in transform_geom exploited by proj4's
	  make_project error.

2005-08-04 16:29  strk

	* Checked for PSQL run success

2005-08-04 15:20  strk

	* Added availability note for version functions

2005-08-04 15:03  strk

	* Updated

2005-08-04 14:55  strk

	* 1.0.3 release notes and date

2005-08-04 14:54  strk

	* Added plpgsql_validator explicit function skip

2005-07-29 22:24  strk

	* updated 1.0.3 section

2005-07-29 22:08  strk

	* 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

	* fix EWKT constructors to accept SRID=4711; representation

2005-07-27 02:47  strk

	* Support for multibyte field names in loader

2005-07-27 02:35  strk

	* Minor cleanups in loader

2005-07-27 02:07  strk

	* Fixed handling of POINT types as WKT (-w) in loader

2005-07-25 22:24  strk

	* bugfix in ptarray_compute_box2d_p

2005-07-22 19:15  strk

	* Fixed bug in {get,pop}{int,double} for 64bit archs

2005-07-19 11:26  strk

	* removed useless strchr call in LWGEOM_in

2005-07-13 14:28  strk

	* updated

2005-07-13 14:26  strk

	* Fixed bug reported by klaus F�rster

2005-07-12 16:19  strk

	* Fixed bug in user query handling, reported by Andrew Seales

2005-07-05 16:12  strk

	* Forced INSTALL to be install-sh

2005-07-05 15:13  strk

	* Added more win32-specific variables

2005-07-04 17:04  strk

	* Cleaned up to use more facilities from Makefile.shlib

2005-07-04 09:47  strk

	* Added conservative iconv detection code

2005-07-04 09:14  strk

	* adjusted for 1.0.2 release

2005-07-04 09:12  strk

	* Dropped broken attempt at 'detecting' iconv.

2005-07-03 17:46  strk

	* Added 1.0.2 release notes

2005-07-01 21:10  strk

	* Included debian packaging scripts

2005-06-28 22:01  strk

	* Added index concurrency tester

2005-06-28 22:00  strk

	* Fixed extimators to work with postgresql 8.1.x

2005-06-28 14:58  strk

	* Reverted rtree logic back to use leaf/internal consistency
	  functions

2005-06-28 14:51  strk

	* updated

2005-06-28 14:42  strk

	* Maintained separate vars for CFLAGS and CXXFLAGS

2005-06-28 14:34  strk

	* Bugfix in RTBelowStrategyNumber handling

2005-06-28 14:00  strk

	* updated

2005-06-28 13:53  strk

	* Inclusion of core rtree header for StratregyNumber typedef (8.1
	  support)

2005-06-28 11:33  strk

	* Added switch for pgsql 8.1 build

2005-06-28 11:33  strk

	* Moved chunked GeomUnion defines on top of file

2005-06-28 08:12  mschaber

	* fix compile problems in ValueSetter for ancient jdk releases.

2005-06-27 15:16  strk

	* Initial chunk-based unite_garray implementation

2005-06-26 09:15  strk

	* Added collect,buffer implementation for unite_garray().
	  Compile-time definable: GEOS version defaults to on, JTS to off

2005-06-25 10:24  strk

	* Added pgsql standard geometryc types cast

2005-06-24 12:36  strk

	* Fixed rtree indexing (ported from pgsql rtree fix)

2005-06-24 07:55  mschaber

	* added casts between PostgreSQL and PostGIS geometries to TODO
	  list

2005-06-17 14:51  strk

	* Memory leak fix in pg_error

2005-06-16 17:55  strk

	* Added -I switch for GiST index creation in loader

2005-06-15 16:04  strk

	* fault tolerant btree ops

2005-06-15 16:04  strk

	* fault tolerant btree ops

2005-06-10 16:27  strk

	* Added (commented) aggregates handling

2005-06-10 16:03  strk

	* Renamed {GEOS,JTS}_polygonize_garray to polygonize_garray to
	  reduce
	  redundancies.

2005-06-10 16:02  strk

	* Fixed handling of --with-geos

2005-06-10 12:36  strk

	* Added availability info for postgis_full_version() and
	  postgis_jts_version()

2005-06-10 12:00  strk

	* Added JTSnoop and JTSversion functions.

2005-06-10 11:58  strk

	* More info in the Upgrade chapter (soft upgrade/hard upgrade)

2005-06-10 09:54  strk

	* Added isvalid(empty) test

2005-06-09 16:02  strk

	* updated

2005-06-09 16:02  strk

	* Added SRID check in line_locate_point()

2005-06-09 16:02  strk

	* removed spurious comments

2005-06-09 16:01  strk

	* Fixed bug in ptarray_locate_point

2005-06-09 16:00  strk

	* Added test for line_locate_point

2005-06-09 15:12  strk

	* Added line_locate_point() function

2005-06-09 12:30  strk

	* Added a check for correct order of ``from'' and ``to'' args in
	  line_substring()

2005-06-09 12:24  strk

	* NEW line_substring() function

2005-06-07 07:51  strk

	* Added missing Makefile.shlib and removed explicit 'all' rule from
	  lwgeom build

2005-06-06 18:42  strk

	* iconv autodetection

2005-06-06 17:28  strk

	* Moved 'all' rule before Makefile.shlib inclusion, to have bare
	  'make' calls work again

2005-06-06 17:21  strk

	* 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

	* Initial implementation of postgis procedures upgrade script

2005-06-06 16:49  strk

	* Added availability info for new functions

2005-06-06 16:48  strk

	* Incremented micro version number in SCRIPTS_VERSION (due to
	  functions addition)

2005-06-06 16:47  strk

	* Moved create_undef.pl from root to utils/ dir

2005-06-06 16:47  strk

	* Removed automatic build of docs

2005-06-06 07:58  mschaber

	* added scale() and transscale() functions (like transform())

2005-06-06 07:54  mschaber

	* merge Alex' jdbc2 specific Makefile patches

2005-06-04 10:06  strk

	* Applied Alex Bodnaru patch for pgsql source tree dependency drop.

2005-05-25 12:01  strk

	* Stripped out CR chars

2005-05-25 10:12  mschaber

	* fix comment

2005-05-25 10:08  mschaber

	* JTS binary parser now passes basic regression suite

2005-05-24 17:19  strk

	* Added release date for postgis-1.0.1

2005-05-24 16:56  strk

	* Added iconv autodetection, removed already-added things

2005-05-24 14:02  strk

	* Added postgis-1.0.1 release date

2005-05-23 16:18  mschaber

	* Cleaned up Point.equals(Point) mess

2005-05-23 14:15  strk

	* Compiled 1.0.1 release notes

2005-05-18 17:01  strk

	* Applied 'strictness' patch by James Marca

2005-05-18 15:49  strk

	* Fixed SetSRID() entry

2005-05-18 15:39  strk

	* added Paris projections fixes

2005-05-18 15:36  strk

	* Updated proj4text for some French projections, as for Nicolas
	  Ribot report

2005-05-16 17:50  strk

	* Added note about pgsq2shp attributes names bugfix

2005-05-16 17:22  strk

	* Fixed DBF field names handling as for clashes avoiding.
	  pgsql field renames are warned.

2005-05-16 08:05  strk

	* Moved dumper and postgis_restore.pl changes in 1.0.1 section
	  (back-ported)

2005-05-16 07:49  strk

	* Allowed custom args passing to createdb invocation

2005-05-15 08:05  strk

	* updated docs as for -k switch

2005-05-13 14:16  strk

	* Added new -k switch and credits for it

2005-05-13 14:06  strk

	* Applied patch from Obe, Regina to keep identifiers case.

2005-05-13 08:03  strk

	* Added support for macosx build

2005-05-12 10:09  strk

	* changed PGBELIBS command to avoid backtics and newlines

2005-05-12 07:45  strk

	* 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

	* Renamed MINGW to mingw in HOST_OS findstrings

2005-05-10 12:52  strk

	* Forced OID usage in geometry_column table

2005-05-10 12:32  strk

	* fixed mingw handling syntax

2005-05-10 10:58  strk

	* Added Makefile.config

2005-05-10 10:57  strk

	* Added scripts used by autoconf

2005-05-10 09:35  strk

	* Added initial custom support for MINGW

2005-05-10 08:31  strk

	* GEOS autodetect activated

2005-05-10 08:15  strk

	* fixed upgrade procedure section as suggested by Steven Bowden

2005-05-09 22:33  strk

	* updated

2005-05-04 07:00  strk

	* Version bumped to 1.1.0CVS

2005-05-04 06:58  strk

	* GEOS/JTS performed operations dox made more explicit about which
	  argument is 'this' and which is 'otherGeometry'.

2005-05-02 10:52  strk

	* Moved 1.0.1 changes into their own section - added jdbc2 -target
	  change notice

2005-04-28 11:51  mschaber

	* added jdbc2 maintainerclean

2005-04-28 11:01  strk

	* Fixed distclean rule to build required Makefile.config

2005-04-28 08:35  mschaber

	* fix sources.inc things

2005-04-27 16:14  mschaber

	* Reworked Makefile

2005-04-26 18:45  strk

	* Added MakeValidShape() function

2005-04-26 18:08  strk

	* Fixed USE_JTS variable to actually use autoconf-detected value

2005-04-26 07:01  mschaber

	* Improved versionprinter to print offline versions even if
	  database is not available

2005-04-22 01:07  strk

	* Added fix in join selectivity

2005-04-22 01:07  strk

	* Fixed bug in join selectivity estimator returning invalid
	  estimates (>1)

2005-04-21 16:31  strk

	* Fixed bug in 3d spheroid length computation, patch by zmocnik at
	  hotmail dot com

2005-04-21 09:21  strk

	* Added new LRS funx suggested by Paul

2005-04-21 09:09  strk

	* updated

2005-04-21 09:08  strk

	* Applied patch from Ron Mayer fixing a segfault in string escaper
	  funx

2005-04-20 15:22  strk

	* Fixed link to SimpleFeature Specification

2005-04-20 15:17  strk

	* Fixed clean-lib rule (wasn't removing anything!)

2005-04-20 15:09  mschaber

	* Fixed pg_opclass update to be schema-aware.

2005-04-20 10:21  strk

	* Fixed bogus example of GeometryFromText(box3d, int) changing it
	  to SetSRID(box3d, int) in chapter 5.1.2

2005-04-20 08:12  strk

	* Updated

2005-04-20 08:10  strk

	* Added rules to automatically call configure or config.status,
	  added docs rule to be invoked by topdir.

2005-04-20 08:01  strk

	* Removed again, can't work anymore.

2005-04-20 07:55  strk

	* 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

	* added LPATH to summary output (if different from install dir)

2005-04-19 10:41  strk

	* Reworked autoconf path to use pgsql or custom layout based on
	  presence of a --prefix switch.

2005-04-19 09:32  strk

	* Added -c flag to INSTALL invokations (copy, not move)

2005-04-19 09:20  strk

	* More info in configure output, added autogen.sh wrapper

2005-04-18 23:31  strk

	* Added 1.0.0 section

2005-04-18 14:46  strk

	* Improved autoconf script, dropped pgsql source dependency.
	  EXPERIMENTAL.

2005-04-18 14:25  strk

	* Added TODO list for release 1.1

2005-04-18 14:15  strk

	* Fixed 1.0.0 release date to 2005/04/19

2005-04-18 14:12  strk

	* Slightly changed standard deviation computation to be more
	  corner-case-friendly.

2005-04-18 14:04  strk

	* Added estmator code and testers bugfix for 1.0.0 release.

2005-04-18 13:50  strk

	* Fixed bug in table2 schema parsing.

2005-04-18 13:30  strk

	* Fixed to work against LWGEOM installations

2005-04-18 10:57  strk

	* 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

	* Fixed Makefile to read Makefile.config

2005-04-15 15:10  strk

	* Updated to reflect examples->extras rename

2005-04-15 15:09  strk

	* Renamed examples/ to extras/. Added WFS_locks.

2005-04-15 14:04  mschaber

	* jdbc2 works:
	  + Makefile improvements
	  + JTS support improvements
	  + Improved regression test system
	  + Basic consistency check method for geometry collections
	  + Support for (Hex)(E)wkb
	  + Autoprobing DriverWrapper for HexWKB / EWKT switching

2005-04-15 10:01  strk

	* Added configure outputs

2005-04-15 09:54  strk

	* 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

	* Version bumbed to 1.0.0

2005-04-14 13:35  strk

	* Added shp2pgsql bugfix and autoconf improvement in Release Notes.

2005-04-14 12:58  strk

	* Applied patch by Gino Lucrezi fixing bug in string escaping code.

2005-04-14 11:25  strk

	* --enable-autoconf put back

2005-04-14 11:23  strk

	* Cleanup, improvements, JTS support added

2005-04-14 09:40  strk

	* Added Alex Bodnaru in the "Other contributors" section, for
	  debian packaging.

2005-04-14 08:02  strk

	* Added a not about need of memory alignment constraints handling
	  for deserializers

2005-04-13 15:57  strk

	* Removed the CREDITS section from Release Notes and move
	  contributors
	  in chapter 1.1 (Credits).

2005-04-13 14:25  strk

	* Release notes made an appendix, updated credits section

2005-04-13 14:24  strk

	* Added MINGW support as suggested by David Techer.

2005-04-12 11:18  strk

	* Added release notes for 1.0.0 final

2005-04-12 11:17  strk

	* XSLBASE made back-redefinable

2005-04-08 06:45  pramsey

	* Make xsl reference work for rackmount nightly build

2005-04-07 21:02  mschaber

	* typo fixes and linked function in 4.2.4

2005-04-07 19:03  strk

	* Added new strict OGC compliancy enforcement sector of manual

2005-04-07 19:00  strk

	* Corrected and augmented the new chapter about ensuring OGC
	  compliancy.

2005-04-07 09:32  mschaber

	* Added information about geometry validity.

2005-04-06 16:49  strk

	* Added -p flag addition for shp2pgsql

2005-04-06 14:16  strk

	* Removed manual update of gid field.

2005-04-06 14:02  mschaber

	* added -p option (prepare mode) that spits out the table schema
	  without
	  inserting any data.

2005-04-06 10:46  strk

	* Bugfix in -w (hwgeom) handling of ZM shapefiles.
	  Big reorganizzation of code to easy maintainance.

2005-04-06 08:53  strk

	* force_3dm() bugfix

2005-04-06 08:53  strk

	* Augmented memory allocated by force_3dm() - detected cases of
	  memory shortage

2005-04-05 13:43  mschaber

	* Fix documentation of -D option in shp2pgsql manpage

2005-04-05 10:18  strk

	* Added transform() bugfix

2005-04-05 10:18  strk

	* BUGFIX in transform() releaseing random memory address

2005-04-05 08:00  strk

	* Documented loader support for 0.x versions

2005-04-04 20:51  strk

	* Added -w flag to output old (WKT/HWGEOM) sql.

2005-04-04 09:48  strk

	* Added install of loader/dumper manual pages

2005-04-01 09:39  strk

	* Added not about new manual pages

2005-04-01 09:38  strk

	* Added manual pages provided by Roberto Boati
	  <roberto.boati@daisyred.com>

2005-03-30 17:25  strk

	* 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

	* 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

	* Preliminary change email addres to private one because
	  schabios@logi-track.com is currently not working.

2005-03-30 11:47  strk

	* Added RC6 release notes.

2005-03-30 11:46  strk

	* Obsoleted functions set back in, to avoid problems upgrading.

2005-03-30 11:40  strk

	* Removed obsoleted box2d functions

2005-03-29 16:34  strk

	* Added postgis_restore.pl bugfix

2005-03-29 16:33  strk

	* 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

	* Fix build for win32 using mingw

2005-03-28 11:37  strk

	* Dropped {x,y}{min,max}(box2d) functions

2005-03-28 09:48  strk

	* Added multi() changes

2005-03-28 09:47  strk

	* 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

	* Added regress tests for multi()

2005-03-25 18:43  strk

	* Fixed PQunescapeBytearea argument (might give problems on 64bit
	  archs)

2005-03-25 16:38  strk

	* MICRO_VERSION set to RC5

2005-03-25 16:38  strk

	* Added release date and version

2005-03-25 16:37  strk

	* Added release dates

2005-03-25 16:28  strk

	* 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

	* generalized Other changes

2005-03-25 14:48  strk

	* Fixed bogus she-bang

2005-03-25 13:56  strk

	* Updated release notes section

2005-03-25 09:34  strk

	* code cleanup

2005-03-24 18:01  mschaber

	* additional performance tips

2005-03-24 16:28  strk

	* Variable declaration set in place in lwgeom_centroid()

2005-03-24 16:27  strk

	* Added estimated_extent() bugfix notice

2005-03-24 16:27  strk

	* Added comments in estimate_allocation() bugfix point.

2005-03-24 15:07  strk

	* Fixed non-GEOS centroid() function to avoid obsoleted
	  LWGEOM_EXPLODED funx

2005-03-24 14:45  strk

	* Fixed bug in estimated_extent() returning pointer to a memory
	  allocated in SPI memory context

2005-03-23 17:10  strk

	* Removed cr

2005-03-23 16:29  strk

	* Added box3d computation tests

2005-03-23 16:24  strk

	* added box3d computation fix

2005-03-23 16:23  strk

	* Fixed bug in box3d computation.
	  Dropped obsoleted LWGEOM_EXPLODED structure and associated
	  functions.

2005-03-21 17:56  strk

	* grep -v arg quoted..

2005-03-21 17:52  strk

	* Quoted grep argument

2005-03-21 13:43  mschaber

	* handle versioned jars in cvsignore

2005-03-21 12:24  strk

	* Expanded estimated_extent() paragraph to document differences
	  between pre
	  and post pgsql 800.

2005-03-18 21:04  strk

	* Set release date

2005-03-18 17:47  strk

	* postgis_restore.pl improvements

2005-03-18 17:23  strk

	* Hash used for detecting obsoleted funx in dump

2005-03-18 12:43  strk

	* 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

	* added box3d-computation bugfix note

2005-03-18 12:36  strk

	* Big API cleanup.
	  Bug fix in box3d computation for collections containing empty
	  elements.

2005-03-18 10:47  strk

	* Added extent(), extent3d() and collect() tests - should really
	  give this tests a new layout ...

2005-03-17 18:14  strk

	* box2d outupt precision increment

2005-03-17 18:11  strk

	* BOX2D output reverted to .15g precision

2005-03-17 09:39  strk

	* Early memory releases in lwgeom_translate_recursive

2005-03-16 15:08  strk

	* 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

	* Early memory releases on transform_geometry_recursive() and
	  LWGEOM_asText().
	  Code cleanups.

2005-03-15 12:24  strk

	* hole-in-ring detector made more readable

2005-03-15 09:25  strk

	* Added loader bug fix

2005-03-14 22:02  strk

	* Fixed holes handling.

2005-03-14 11:31  strk

	* Added cleanup of versioned jars

2005-03-14 11:14  strk

	* installdirs/clean rules cleanup suggested by Alex Bodnaru

2005-03-11 17:56  strk

	* Early memory release in transform_geom

2005-03-11 17:47  strk

	* Fixed destructive memory release in LWGEOM_translate()

2005-03-11 17:47  strk

	* Added test for translate()

2005-03-10 21:37  strk

	* added 64bit bug fix

2005-03-10 19:26  strk

	* Hopefully fixed bug in int4 and double reader from byte stream
	  (was not
	  working on 64bit machines).

2005-03-10 18:19  strk

	* Made void args explicit to make newer compilers happy

2005-03-10 18:18  strk

	* changed report_error typedef to allow for lwerror usage w/out
	  problems

2005-03-08 18:36  mschaber

	* Additional explanations in README.

2005-03-08 18:32  mschaber

	* Fix possible null pointer exception if PostGIS is compiled
	  without geos / proj support.

2005-03-08 16:46  strk

	* More cleanups on 'clean'

2005-03-08 16:41  strk

	* Simplified clean rule

2005-03-08 16:39  strk

	* Added configure script removal in maintainer-clean rule

2005-03-08 16:00  strk

	* Deleted libjts directory... libjts production should happen from
	  within JTS itself.

2005-03-08 15:44  strk

	* Changed default JTS includes and lib paths

2005-03-08 12:39  strk

	* Added libjts build scripts

2005-03-08 12:21  strk

	* Added a distclean rule to get rid of autoconf-generated files.
	  Had maintainer-clean rule invoke distclean rule.

2005-03-08 12:13  strk

	* set USE_JTS back to 0 - got set to 1 from previous commit

2005-03-08 12:11  strk

	* Added utils rule to set the execute bit on utilities.

2005-03-08 12:04  strk

	* synced makefiles, changed default path of libjts

2005-03-08 11:24  strk

	* Commented out debugging lines

2005-03-08 11:24  strk

	* avoided initializzation of JvNewObjectArray with undefined
	  pointer

2005-03-08 11:06  strk

	* modernized old-style parameter declarations

2005-03-08 09:42  strk

	* Added estimator changes

2005-03-08 09:27  strk

	* RESTRICT selectivity estimator use self->varno instead of
	  varRelid.
	  Seems to work for subqueries...

2005-03-08 09:23  strk

	* Fixed debugging lines.

2005-03-08 08:38  strk

	* Discarded environmental variable USE_JTS to avoid unexpected
	  enabling

2005-03-07 21:24  strk

	* Added missing JTSnoop prototype

2005-03-07 21:19  strk

	* Put optimization flag back to -O2

2005-03-07 21:11  strk

	* Removed stub functions (moved to lwgeom_nojts.c) and added stub
	  for JTSnoop.

2005-03-07 21:07  strk

	* Added initial JTS wrapper.

2005-03-07 21:06  strk

	* 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

	* Separate stub funx file for builds w/out GEOS or JTS

2005-03-07 20:46  strk

	* sync'd with Makefile.config

2005-03-07 20:44  strk

	* Added JTS support parameter

2005-03-07 18:36  strk

	* Sync with Makefile.config

2005-03-07 16:08  strk

	* Incremented SCRIPTS_VERSION micro num

2005-03-07 13:58  strk

	* Added process id to output files. Removed 'clean' rule.

2005-03-07 13:20  strk

	* Removed unused lwexploded_dump() function

2005-03-07 11:53  mschaber

	* Fix version.in vs. version.config typo

2005-03-04 19:34  strk

	* cleanups - version file source

2005-03-04 19:31  mleslie

	* Cleaned up distance_sphere and updated documentation.

2005-03-04 19:25  strk

	* removed temp files used in docs creation step

2005-03-04 19:18  strk

	* Expanded "upgrading" chapter to explain postgis_restore.pl
	  upgrade procedure.

2005-03-04 19:18  strk

	* Made 'html' the default rule

2005-03-04 19:15  strk

	* Parametrized XSLBASE directory

2005-03-04 16:29  strk

	* Changed to use Version.config

2005-03-04 15:54  strk

	* Commented out unused variable

2005-03-04 15:25  mschaber

	* added version improvement to changes

2005-03-04 15:22  mschaber

	* - Separates the version config variables into the toplevel
	  Version.config
	  
	  - Adds new version config variables for jdbc
	  
	  - jdbc "make jar" additionally creates files named like
	  postgis_1_0_0RC4.jar using the info from Version.config
	  
	  - org/postgis/Version.java now uses a Makefile generated
	  ressource to
	  initialize its values, so it is always "in sync" with
	  Version.config

2005-03-04 14:55  strk

	* Added loader/dumper bug fixes

2005-03-04 14:54  strk

	* Fixed bug in multiline handling.

2005-03-04 14:48  strk

	* Applied patch from Jonne Savolainen fixing multilines handling

2005-03-04 14:25  strk

	* Added 'test' and 'maintainer-clean' rules.

2005-03-04 14:25  strk

	* Added a maintainer-clean rule.

2005-03-04 14:13  strk

	* Parametrized test output dir and added Makefile

2005-03-04 11:03  mschaber

	* another make install fix :-(

2005-03-04 09:03  strk

	* PG_LWGEOM_construct() moved from lwgeom_api.c to lwgeom_pg.c.

2005-03-04 08:52  strk

	* Modified upgrade section to show postgis_restore.pl based
	  procedure.

2005-03-04 07:51  mschaber

	* another "make install" fix from alex

2005-03-04 07:48  mschaber

	* Adopted Version.java to the official PostGIS scheme.

2005-03-04 07:36  mschaber

	* Updated VERSION to RC4

2005-03-04 07:32  mschaber

	* Removed unneccesarry TEMP variable

2005-03-03 22:12  mschaber

	* removed obsolete build.xml

2005-03-03 21:55  mschaber

	* Make classpath element separator configurable

2005-03-03 20:55  mschaber

	* jdbc2 naming explanation
	  Contact info
	  Copyright notice

2005-03-03 19:08  mschaber

	* add postgis_debug.jar to make install (thx to alex bodnaru)

2005-03-03 17:20  mleslie

	* Rebuilt the distance_sphere function.

2005-03-03 16:06  mschaber

	* Fix compile with jikes

2005-03-03 10:32  strk

	* parser additions note

2005-03-03 10:31  strk

	* Removed generated parser files.

2005-03-03 10:29  strk

	* Added generated parsers to avoid FLEX/YACC requirement on
	  release.

2005-03-02 17:29  strk

	* Commented out parser generation... requires PGSQL source :(

2005-03-02 17:26  strk

	* Added parser generation.

2005-03-02 17:04  strk

	* added FLEX & YACC fix

2005-03-02 13:10  mschaber

	* Additional Regression Test for prepared statement usage

2005-03-02 12:06  mschaber

	* Code cleanups, Makefile improvements.

2005-03-01 13:22  strk

	* Renamed lwgeom_to_wkt to lwgeom_to_ewkt, as it doesn't strip out
	  non-ogc
	  extensions.

2005-03-01 13:20  strk

	* Corrected expected results.

2005-03-01 11:41  strk

	* Added GEOS/JTS provided functions test

2005-03-01 08:43  strk

	* Fixed install-lwgeom-scripts rule as suggested by Rhys
	  Ickeringill.

2005-03-01 08:40  strk

	* FLEX and YACC variables set after PGSQL/Makefile.global has been
	  sourced
	  and only if not therein defined.

2005-03-01 01:17  pramsey

	* Fix link error.

2005-02-28 09:57  mschaber

	* Add serialVersionUID for jdk1.5
	  correctly setType(), needed for jdbc 8.0+

2005-02-28 08:14  mschaber

	* Add serialVersionUID for jdk1.5
	  correctly setType(), needed for jdbc 8.0+

2005-02-25 13:44  strk

	* Added geom_accum and SnapToGrid bug fixes

2005-02-25 13:42  strk

	* SnapToGrid: Fixed minor bug in consistency check.

2005-02-25 13:28  strk

	* Fixed a bugus free() in LWGEOM_accum.

2005-02-25 09:34  strk

	* added force_collection early return

2005-02-25 09:31  strk

	* 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

	* Added comment on top of TYPE macros

2005-02-24 14:13  mschaber

	* 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

	* 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

	* Additional regression tests for EWKT and EWKB on PostGIS 1.X

2005-02-24 08:36  strk

	* Added missing prototype

2005-02-24 08:32  strk

	* Fixed bug in StartPoint and EndPoint functions.

2005-02-24 08:10  strk

	* lib version changed to 1.0.0RC3, scripts version to 0.2.0.

2005-02-24 08:08  strk

	* Added spatial_ref_sys change and version/release

2005-02-23 19:17  pramsey

	* Hand edit paris central meridian definitions.
	  Danger: other non-Greenwich projections might also have problems.

2005-02-23 13:31  mschaber

	* another fastjar fix

2005-02-23 13:19  mschaber

	* Fixed jikes compiler warning, using super. for static methods is
	  suboptimal.

2005-02-23 09:59  strk

	* GeometryFromText() bug fix

2005-02-23 09:58  strk

	* Fixed GeometryFromText() to add a bbox cache FOR_COMPLEX_GEOMS

2005-02-23 09:44  strk

	* Added bool::text cast

2005-02-23 09:00  strk

	* Added bool::text cast.

2005-02-22 18:10  mschaber

	* Updated jdbc2/Makefile:
	  
	  - more comments
	  - all helper binaries are now configurable
	  - workaround for broken woody jars via DEBUGJAR environment
	  variable
	  - classpath cleanups, regression tests now use jars instead of
	  build
	  directory, this should help catching packaging errors
	  - small other cleanups

2005-02-22 13:05  mschaber

	* Removed unused import

2005-02-22 13:04  mschaber

	* Some more debian woody fixes.

2005-02-22 13:01  mschaber

	* Remove redundant addDataType() call that slipped in during
	  WKT measured geometries work. It also broke pgjdbc7.2
	  compatibility.

2005-02-22 12:31  mschaber

	* Patches from Alex Bodnaru (debian maintainer)

2005-02-22 12:12  strk

	* Added not about early memory release

2005-02-22 10:10  strk

	* Early release of DETOASTED geoms.

2005-02-22 09:59  strk

	* Fixed path to lwpostgis.sql script

2005-02-22 09:55  strk

	* Early release of DETOASTED or deserialized geometries, to reduce
	  memory usage

2005-02-22 09:39  strk

	* Forced cleanup of DETOASTED and deserialized geometries for
	  better memory
	  usage.

2005-02-21 18:28  mschaber

	* *** empty log message ***

2005-02-21 16:22  strk

	* Changed min() max() usage with LW_MIN() LW_MAX()

2005-02-21 16:16  strk

	* Changed byte to uchar to avoid clashes with win32 headers.

2005-02-21 15:49  mschaber

	* removed ugly () display

2005-02-21 14:59  mschaber

	* Added version printing (for debugging purposes)

2005-02-21 14:16  mschaber

	* Skip tests that are known to fail when running against older
	  PostGIS server versions

2005-02-18 16:01  mschaber

	* Some micro optimizations and cleanups

2005-02-18 14:49  mschaber

	* Added Version.class to allow programatically identification of
	  PostGIS jdbc version

2005-02-18 14:40  mschaber

	* Added beta support for JTS classes

2005-02-18 08:43  strk

	* added memory leak fix

2005-02-18 08:42  strk

	* Removed memory leak in geos2postgis polygon conversion.

2005-02-17 16:09  strk

	* Improved transform() errors verbosity.

2005-02-17 15:54  strk

	* Syntaxes cleanups.

2005-02-17 15:44  mschaber

	* removed verbosity from my last entry

2005-02-17 15:42  mschaber

	* fixed postgis_debug.jar

2005-02-17 15:39  strk

	* Fixed some introduced misorderings of func declaration/body.

2005-02-17 14:48  mschaber

	* Fixed dependency handling for jars

2005-02-17 14:41  mschaber

	* Updated makefile - better dependency management for jars,
	  additional targets for debian, more comments.

2005-02-17 09:19  strk

	* 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

	* Added wkb_recv and wkb_send obsoleted functions handling

2005-02-14 20:49  strk

	* Added force_collection() bug fix

2005-02-14 20:45  strk

	* 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

	* Now compiles against 7.2 with some magic trickery instead of
	  patching.

2005-02-10 17:56  strk

	* added memory alignment handling

2005-02-10 17:41  strk

	* 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.
	  All this changes are aimed at taking into account memory
	  alignment
	  constraints which might be the cause of recent crash bug reports.

2005-02-10 17:38  strk

	* Added a couple of distance() tests.

2005-02-10 16:34  strk

	* Added -Wall to CFLAGS

2005-02-10 10:52  strk

	* Changed 'char' to 'uchar' (unsigned char typedef) wherever octet
	  is actually
	  meant to be.

2005-02-10 10:03  strk

	* Added X(), Y() and Z() tests.

2005-02-09 18:11  mschaber

	* adopt documentation wr/t conflicting driverconfig.properties to
	  reflect what jdbc actually does.

2005-02-09 11:55  strk

	* documentation update item

2005-02-09 11:53  strk

	* Removed PGSQL7.1 references, clearly stated support starting from
	  72.
	  Renamed all postgis.sql refs to lwpostgis.sql.

2005-02-09 11:48  strk

	* fixed debugging output

2005-02-08 17:48  mschaber

	* Added patch to enable compilation against pg72jdbc2.jar.

2005-02-08 14:54  mschaber

	* Added jdbc2 jdk1.3 enabling note.

2005-02-08 14:53  mschaber

	* 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

	* Reduced scope of VACUUM ANALYZE call to the sole spatial_ref_sys
	  table
	  as suggested by Kevin Neufeld

2005-02-08 07:59  strk

	* updated

2005-02-08 07:59  strk

	* Fixed probe_geometry_columns to work with PG72 (pg_constraint was
	  pg_relcheck)

2005-02-08 07:37  strk

	* Fixed probe_geometry_columns so to work on spatial tables with
	  multiple
	  geometry columns.

2005-02-07 14:06  strk

	* updated

2005-02-07 14:02  strk

	* Fixed broken 72 index bindings.

2005-02-07 13:42  mschaber

	* Fixed pgjdbc 8.0 autoregistration.

2005-02-07 13:21  strk

	* Replaced DEBUG* macros with PGIS_DEBUG*, to avoid clashes with
	  postgresql DEBUG

2005-02-07 12:56  strk

	* updated CHANGES

2005-02-07 12:56  strk

	* More portable date command for BUILDDATE extraction

2005-02-07 12:32  strk

	* updated with next release changes

2005-02-07 12:31  strk

	* updated

2005-02-07 11:49  mschaber

	* Fix makefile (broken by driverconfig.properties rename

2005-02-07 11:31  mschaber

	* Removed issues that were done, hoping they will not re-emerge :-)

2005-02-07 09:15  mschaber

	* Fixed jdbc8.0 autoregistration, added regression test.

2005-02-04 17:08  pramsey

	* Fixed literal && inside the text, replaced with &amp;

2005-02-04 14:20  strk

	* missing license

2005-02-04 10:20  strk

	* Added Performance Tips chapter

2005-02-04 09:05  strk

	* Applied Markus Shaber licensing patches.

2005-02-01 16:53  strk

	* Changed performance-sensible functions from STABLE to IMMUTABLE

2005-02-01 15:26  strk

	* Another small patch from Markus

2005-01-31 22:15  strk

	* Added maintainer notice, to reduce Jeff-strk mail bounces

2005-01-31 17:17  strk

	* Applied Markus Shaber patches.

2005-01-31 12:32  strk

	* Markus Shaber version.

2005-01-31 09:24  strk

	* Used default float precision in BOX2D output

2005-01-31 09:01  strk

	* More error handlings in transform(geom, int)

2005-01-30 09:48  strk

	* replaced by PGbox2d.java

2005-01-30 09:46  strk

	* Added BOX2D and BOX3D support and tests, by Markus Shaber.

2005-01-30 09:12  strk

	* Made unparsable proj strings error more verbose and removed a
	  typo
	  in transform_geom().

2005-01-28 16:10  strk

	* 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

	* LAST_RELEASE_VERSION bumped to 1.0.0

2005-01-28 14:50  strk

	* Applied small patches from Markus Shaber

2005-01-27 18:06  strk

	* Fixed a bug in transform() missing to update SRID in output

2005-01-27 11:17  strk

	* Fixed FAQ to use the schema version of AddGeometryColumn
	  (generated confusion for 0.7.5 users)

2005-01-26 08:35  strk

	* Version bumped to 1.0.0RC2

2005-01-26 08:34  strk

	* Added 1.0.0RC2 section

2005-01-26 08:18  strk

	* 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

	* Removed ?= construct in FLEX/YACC rules

2005-01-25 11:29  strk

	* Made all *FromText() accept only WKT <text>, no more cheating.

2005-01-25 09:47  strk

	* Fixed a bug in transform() missing to update bbox cache

2005-01-25 09:03  strk

	* Made all OGC TypeFromWKB() functions consistent in taking a bytea

2005-01-25 08:48  strk

	* Added autoconf invokation

2005-01-24 18:11  strk

	* Fixed bug in definition of distance_spheroid.

2005-01-24 15:22  strk

	* Added checks for flex and yacc paths.

2005-01-24 15:16  strk

	* Moved YACC default value set from inner to config Makefile.

2005-01-24 15:14  strk

	* Added default value for FLEX

2005-01-24 11:23  strk

	* Removed spaces and '?' signs in Makefile.config.in.
	  Added support for geos-config call in configure.

2005-01-24 11:00  strk

	* Initial autoconf script.

2005-01-19 18:18  strk

	* removed unused files

2005-01-19 18:15  strk

	* Added failcount output.

2005-01-19 18:05  strk

	* Fixed ptest rule.

2005-01-19 17:37  strk

	* Quoted -classpath args, added ptest args in make ptest rule

2005-01-19 17:00  strk

	* Added bin/ removal to clean rule

2005-01-19 16:58  strk

	* Changed postgis_debug.jar rule to be portable

2005-01-19 16:55  strk

	* Added command line params to jtest rule

2005-01-19 16:51  strk

	* Applied Markus patch to accept command line params

2005-01-19 16:49  strk

	* Applied Markus patch

2005-01-19 16:46  strk

	* Changed postgis.jar creation rule to respect
	  postgresql.properties path

2005-01-19 12:30  strk

	* Added jar files

2005-01-19 12:27  strk

	* Added postgresql.properties and .cvsignore, Modified CP variable
	  assignment to
	  be quoted.

2005-01-19 09:53  strk

	* Made output more readable

2005-01-19 09:47  strk

	* Changed 'compile' rule to keep track of last compile time and
	  avoid recompilation

2005-01-19 09:38  strk

	* fixed jar call for postgis.jar production

2005-01-19 09:21  strk

	* user env CLASSPATH honoured

2005-01-19 08:54  strk

	* Imported new jdbc driver source by Markus Schaber

2005-01-18 15:39  strk

	* Fixed a bug in pointarray box3d computation.

2005-01-18 13:31  strk

	* Reintroduced support for '<anygeom> EMPTY' form, for OGC
	  compliance.

2005-01-18 12:44  strk

	* Handled GEOS Geometry construction errors as FALSE results in
	  isvalid(geom).

2005-01-18 10:09  strk

	* updated

2005-01-18 09:32  strk

	* 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

	* Fixed bug introduced supporting GEOMETRYCOLLECTION(EMPTY).
	  Dropped support for all EMPTY goems execept GEOMETRYCOLLECTION.

2005-01-17 12:15  strk

	* Added GEOMETRYCOLLECTION(EMPTY) support

2005-01-17 11:44  strk

	* Used quote_ident() for spatial columns constraints nams,
	  suggested by Bernhard Herzog

2005-01-17 09:21  strk

	* Added one more bytes for terminating NULL in utf8 encoder

2005-01-16 16:50  strk

	* 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

	* Switched to preprocessor driver CREATEFUNCTION attribute
	  specification

2005-01-13 18:26  strk

	* estimated_extent() implemented for PG<80

2005-01-13 17:41  strk

	* estimated_extent() prepared for future expansion (support of
	  pre-800 PGSQL)

2005-01-13 13:37  strk

	* Updated expected error message on !closed polygon rings to match
	  current one.

2005-01-13 13:36  strk

	* Added closed-ring check for polygon geometry inputs.

2005-01-13 10:54  strk

	* changed asText to asEWKT for lossless conversions

2005-01-13 10:45  strk

	* Added GEOSexception test

2005-01-13 10:44  strk

	* Fixed more tests

2005-01-13 10:37  strk

	* Changed astext() calls with asewkt() to mach expected results.

2005-01-13 09:42  strk

	* Updated 1.0.0 release date and changed version to 1.0.0RC1

2005-01-13 09:10  strk

	* Removed initial README, replaced with an updated one.

2005-01-13 09:10  strk

	* Added updated README file

2005-01-13 08:48  strk

	* Added note about utils/postgis_restore.pl

2005-01-13 08:43  strk

	* Added more New Things

2005-01-13 08:39  strk

	* Added release notes chapter

2005-01-12 17:03  strk

	* added USE_ICONV configuration

2005-01-12 17:03  strk

	* Added optional UTF8 output support as suggested by IIDA Tetsushi

2005-01-12 09:38  strk

	* Added not for AUTOCACHE_BBOX setting

2005-01-12 09:31  strk

	* don't drop the regress test

2005-01-12 09:23  strk

	* Added a sleep before running make dist

2005-01-12 08:43  strk

	* commented notice in LWGEOM_noop()

2005-01-12 08:30  strk

	* Changed force_*d(geom) and multi(geom) to support AUTOCACHE_BBOX

2005-01-12 07:37  strk

	* setSRID() and force_2d() changed to use PG_LWGEOM_construct()
	  entry point,
	  for AUTOCACHE_BBOX support.

2005-01-12 07:27  strk

	* forceRHR() and reverse() forced to use pglwgeom_serialize() entry
	  point
	  for honouring the AUTOCACHE_BBOX define

2005-01-11 18:05  strk

	* fixed postgis_gist_joinsel signature for PG72

2005-01-11 18:04  strk

	* added optional versions specificatoin on command line

2005-01-11 17:56  strk

	* dropped special pgsql 7.1 handling

2005-01-11 17:46  strk

	* added postgis_lib_build_date() and postgis_scripts_build_date()
	  docs

2005-01-11 17:45  strk

	* Changed builddate format to Y-m-D H:M:S

2005-01-11 17:39  strk

	* Added postgis_lib_build_date() and postgis_scripts_build_date()
	  provided by Markus Schaber

2005-01-11 16:54  strk

	* initial revision

2005-01-11 15:40  strk

	* Comments cleanup.

2005-01-11 15:10  strk

	* removed obsoleted script

2005-01-11 15:09  strk

	* Added SRID checks for all operators.

2005-01-11 14:20  mcayland

	* Added new indexable operators <<|, &<|, |&> and |>> to allow
	  comparisons of bounding box positions in the Y axis

2005-01-11 14:10  strk

	* Fixed translate() to always use one of the AUTOCACHE_BBOX
	  honouring
	  entry points.
	  Cleaned up expand(geom).

2005-01-11 08:33  strk

	* removed link from geometry_dump type ref

2005-01-11 08:29  strk

	* Dropped inherithed rule for static lib build (liblwgeom.a), added
	  a 'tsort' rule to check xdeps status.

2005-01-11 08:12  strk

	* Fixed memory handling bug in dump(geom)

2005-01-10 09:47  strk

	* Added missing prototypes

2005-01-10 09:28  strk

	* changed size_t printing lines to use %lu and unsigned long cast

2005-01-10 09:27  strk

	* renamed misures.c to measures.c

2005-01-09 20:28  strk

	* size_t usage cleanups.

2005-01-09 18:32  strk

	* Avoided lwcollection_deserialize call for non collections (was
	  broken).

2005-01-07 18:32  strk

	* Dropped BOX2D operators. They will rely on cast to geometry.

2005-01-07 16:43  strk

	* Fixed handling of empty collection in GEOS2POSTGIS converter

2005-01-07 14:42  strk

	* Made accum(geometry) compatible with PG73.

2005-01-07 14:23  strk

	* removed unused variable

2005-01-07 14:20  strk

	* Added a geometry type OID extractor and caching function.

2005-01-07 12:33  strk

	* Added a note about compatibility of Dump(geometry)

2005-01-07 12:28  strk

	* made accum(geom) compatible with PG72

2005-01-07 12:24  strk

	* dropped dump(geometry) for PGSQL<73 builds

2005-01-07 12:09  strk

	* fixed var declaration misplacement

2005-01-07 12:00  strk

	* make LWGEOM_{to,from}_bytea available to all pgsql versions

2005-01-07 11:57  strk

	* fixed typo in symdifference function definition

2005-01-07 11:55  strk

	* fixed postgis_gist_joinsel definition for PG73

2005-01-07 11:50  strk

	* Moved pgsql compatibility code into pgsql_compat.h

2005-01-07 10:26  strk

	* variable declaration cleanups.

2005-01-07 10:25  strk

	* Added WARNING define for pgsql<73

2005-01-07 10:13  strk

	* fixed misplaced declaration after body start

2005-01-07 10:10  strk

	* Dump(geometry) enabled by default.

2005-01-07 10:06  strk

	* Added Dump(geometry) doc

2005-01-07 10:04  strk

	* cleanup

2005-01-07 09:56  strk

	* fixed typo in error message

2005-01-07 09:56  strk

	* fixed typo in error message

2005-01-07 09:52  strk

	* JOINSEL disabled for builds against pgsql<80

2005-01-07 00:58  strk

	* Initial import

2005-01-06 15:45  strk

	* Added MakePolygon documentation

2005-01-06 15:34  strk

	* Added not about possible lost of simplicity() using SnapToGrid(),
	  added links to the function from there and simplify()

2005-01-06 15:29  strk

	* Renamed Apply_Grid to SnapToGrid, documented behaviour of
	  collapsed geoms.

2005-01-06 13:46  strk

	* Added makepolygon(geometry, geometry[])

2005-01-06 13:45  strk

	* forward declarations for lwpoly_from_lwlines(), ptarray_clone()
	  and ptarray_isclosed2d()

2005-01-06 13:45  strk

	* Added lwpoly_from_lwlines()

2005-01-06 13:44  strk

	* Added ptarray_clone() and ptarray_isclosed2d()

2005-01-06 09:38  strk

	* Added accum(geom) documentation

2005-01-06 09:36  strk

	* Added accom(geom) aggregate

2005-01-06 09:08  strk

	* Added apply_grid wrappers.

2005-01-06 08:51  strk

	* Modified transform() to always use PG_LWGEOM_construct entry
	  point for
	  output (to support AUTOCACHE_BBOX).

2005-01-06 01:10  pramsey

	* Fix spelling error

2005-01-05 22:52  strk

	* updated Polygonize doc

2005-01-05 22:48  strk

	* Had translate compute bbox cache translating input one if
	  present.
	  Cleanups.

2005-01-05 22:11  strk

	* Made apply_grid compute output bbox WHEN_SIMPLE (input bbox is
	  present)

2005-01-05 21:59  strk

	* Simplify reworked to use LWGEOM abstraction (no more flattening
	  of input collection).

2005-01-05 17:08  strk

	* Added apply_grid doc

2005-01-05 17:06  strk

	* Integrated apply_grid() contributed function.

2005-01-05 12:44  strk

	* 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

	* Added AUTOCACHE_BBOX support in PG_LWGEOM_construct().

2005-01-05 09:47  strk

	* 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

	* GEOSpolygonize returns GEOMETRYCOLLECTION instead of MULTIPOLYGON

2005-01-03 15:00  strk

	* iscacheable patch from Carl Anderson

2004-12-31 13:11  strk

	* update ExteriorRing doc

2004-12-31 13:10  strk

	* Made ExteriorRing use LWGEOM.

2004-12-31 12:46  strk

	* update InteriorRingN doc

2004-12-31 12:44  strk

	* GeometryN and InteriorRingN changed to use LWGEOM format (and the
	  latter made OGC-strict).

2004-12-31 12:00  strk

	* updated

2004-12-31 11:39  strk

	* All output geoms serializzations made using pglwgeom_serialize

2004-12-31 11:31  strk

	* fixed bugs in convexhull, made GEOS2POSTGIS use
	  pglwgeom_serialize

2004-12-31 11:30  strk

	* Fixed a bug in lwpoint_serialize_size

2004-12-31 11:26  strk

	* error messages and VARLENA handling cleanups

2004-12-31 10:47  strk

	* initial import

2004-12-31 10:35  strk

	* re-introduced G2P conversion profile for convexhull (was missing
	  from previous patch)

2004-12-31 10:28  strk

	* Made convexhull use input bbox cache if any for output geom.

2004-12-31 09:04  strk

	* Varlena handling cleanups

2004-12-30 20:41  strk

	* updated

2004-12-30 20:36  strk

	* Rewrote GEOSCentroid() to pass exception using an input arg, and
	  return
	  NULL for EMPTY geom.

2004-12-30 16:08  strk

	* Made parse_WKT_lwgeom (text::geometry) use AUTOCACHE_BBOX
	  heuristic, stricter use of PG text type

2004-12-30 15:59  strk

	* Fixed a bug in translate() and transform() leaving result
	  geometries with
	  the old bounding box cache.

2004-12-30 15:58  strk

	* Added compute_serialized_bbox_p() to always recomputed a geometry
	  bounding box

2004-12-30 15:11  strk

	* Had LineFromMultiPoint make use of input SRID

2004-12-30 14:44  strk

	* Added AUTOCACHE_BBOX variable, defaulting to 1.

2004-12-30 13:47  strk

	* Introduced bbox caching worth evaluation functions, honoured in
	  LWGEOM_in, LWGEOMFromWKB, and GEOS2POSTGIS.

2004-12-30 13:35  strk

	* Handled NULL returns from getCentroid making it an EMPTY GEOM

2004-12-30 10:27  strk

	* Applied Carl Anderson patch for LinearRing support.

2004-12-30 10:27  strk

	* USE_GEOS and USE_PROJ defaults switched to NO, and made
	  overridable via
	  environment.

2004-12-30 10:24  strk

	* Added cache_bbox trigger

2004-12-30 10:22  strk

	* moved some BBOX procs signatures from lwgeom_inout.c to
	  lwgeom_pg.h

2004-12-30 10:21  strk

	* removed useless memory copies in ndims(geom)

2004-12-30 10:18  strk

	* initial revision

2004-12-28 09:23  strk

	* specified LineString input requirement for StartPoint and
	  LastPoint

2004-12-27 13:34  strk

	* Expanded "GIS Objects" chapter adding OGC/PostGIS (E)WKT/B and
	  canonical forms.

2004-12-27 12:50  strk

	* Added HasBBOX() item

2004-12-27 09:59  strk

	* Added bool hasBBOX(geometry). Removed useless input copy in
	  zmflag(geometry).

2004-12-23 14:48  strk

	* Fixed help string, and added a TODO item

2004-12-23 11:02  strk

	* 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

	* Adjusted some function refereces, added another subsection for
	  Geometry Output functions.

2004-12-22 17:12  strk

	* Added Mark Cave-Ayland implementation of JOIN selectivity
	  estimator.

2004-12-22 17:02  strk

	* initial revision

2004-12-22 10:32  strk

	* 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

	* Drop useless SRID from geometry when downloading EWKB format.

2004-12-21 17:46  strk

	* Made asText and asBinary strict OGC conformant, introduced asEWKT
	  and asEWKB
	  for extended version outputs.

2004-12-21 15:19  strk

	* Canonical binary reverted back to EWKB, now supporting SRID
	  inclusion.

2004-12-21 15:17  strk

	* Made setSRID(geom, -1) actually *remove* srid from LWGEOM.

2004-12-21 12:21  mcayland

	* 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

	* 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

	* allocation for deserialized lwline made after type checking

2004-12-20 17:49  strk

	* Added array element delimiter for type geometry

2004-12-20 14:21  strk

	* SRID is no more skipped from asText output.

2004-12-20 14:11  strk

	* Created a new 'Geometry Editors' section.

2004-12-20 14:02  strk

	* Added addBBOX() and dropBBOX() documentation.

2004-12-20 14:01  strk

	* Added dropBBOX().

2004-12-17 18:00  strk

	* LWGEOM_gist_joinsel defined for all PG versions

2004-12-17 18:00  strk

	* Fixed call to geos_version.sh

2004-12-17 11:08  strk

	* Moved getMachineEndian from parser to liblwgeom.{h,c}.
	  Added XDR and NDR defines.
	  Fixed all usage of them.

2004-12-17 11:07  strk

	* Added missing prototype

2004-12-17 11:06  strk

	* Added GEOSnoop stub for non-geos installations

2004-12-17 10:10  strk

	* Added canonical binary conversions as bytea<->geometry casts and
	  explicit _send and _recv for PG>73

2004-12-17 10:10  strk

	* getMachineEndian exported

2004-12-17 06:53  pramsey

	* Changes in preparation for 1.0.0RC1

2004-12-16 12:30  strk

	* Initial skel for geometry_send canonical binary rep.

2004-12-16 12:07  strk

	* pg_restore-800 handling

2004-12-15 13:10  strk

	* Added UpdateGeometrySRID documentation

2004-12-15 12:59  strk

	* Enforced schema use in UpdateGeometrySRID

2004-12-15 12:54  strk

	* Added UpdateGeometrySRID

2004-12-15 09:46  strk

	* updated TODO

2004-12-15 09:43  strk

	* Die if target database exists

2004-12-15 08:46  strk

	* Fixed memory leaks depending on input size.

2004-12-14 11:41  strk

	* Fixed a bug in lwgeom_dropBBOX()

2004-12-14 11:02  strk

	* Added geometry::text cast.

2004-12-14 09:47  strk

	* Added SRID check in collect_garray();

2004-12-14 09:37  strk

	* reduced function calls in lwcollection_serialize_size

2004-12-14 09:29  strk

	* fixed a typo in polygonize function

2004-12-13 14:12  strk

	* updated

2004-12-13 14:03  strk

	* Initial skeleton on join selectivity estimator.
	  Current estimators application for box2d && box2d operator.

2004-12-13 13:04  strk

	* lwpostgis.sql copy moved from root to lwgeom/Makefile

2004-12-13 12:56  strk

	* Handled more schema specification in 800 pg_restore output.

2004-12-13 12:25  strk

	* Removed obsoleted function and fixed some warnings.

2004-12-10 22:20  strk

	* Added notice about availability of shorter syntax for
	  estimated_extent()

2004-12-10 22:16  strk

	* Added estimated_extent() doc.

2004-12-10 12:35  strk

	* implemented estimated_extent() function

2004-12-09 09:42  strk

	* Adjusted to work with new bytea WKB encoding, only supports
	  2d/3dz.

2004-12-08 14:46  strk

	* updated

2004-12-05 11:46  strk

	* Initial revision

2004-12-05 11:45  strk

	* commented out drops of unexistant tables

2004-12-05 11:44  strk

	* Changed AddGeometryColumns to not complain about invalid schema

2004-11-29 16:37  strk

	* Fixed a bug in pt_in_ring_2d.

2004-11-29 11:16  strk

	* Commented out useless CFLAGS override.

2004-11-29 11:15  strk

	* Some initializzations to make compiler happy.

2004-11-26 17:08  strk

	* Removed duplicated tests

2004-11-26 17:06  strk

	* Moved basic LWGEOM parsing tests in mainstream regress dir.

2004-11-26 16:54  strk

	* First regress test cleaned up.

2004-11-26 16:26  strk

	* Ported index regress test to lwgeom

2004-11-26 15:52  strk

	* Added regressions test notes

2004-11-26 15:50  strk

	* Finished cleanup of main regression test.

2004-11-26 15:06  strk

	* lwcollection_same allows different components ordering to
	  reflect older behaviour.

2004-11-26 14:56  strk

	* Cleanup

2004-11-26 14:55  strk

	* Fixed a bug in lwcollection_same

2004-11-26 13:04  strk

	* Initial regress tests adaptation for lwgeom

2004-11-23 16:16  strk

	* POSTGIS2GEOS conversion failures handled cleanier

2004-11-19 17:39  strk

	* Massaged to work with pg_dump-7.2 and pg_restore-7.2

2004-11-19 17:29  strk

	* precision made of type signed int (for %.*d correct use).

2004-11-19 13:48  strk

	* 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

	* Fixed IN/OUT representation of types to support < 73 PG versions

2004-11-18 18:16  strk

	* updated

2004-11-18 18:14  strk

	* Added a copy of the PQunescapeBytea function found in libpq of
	  PG>=73

2004-11-18 13:47  strk

	* Substituted isfinite() with finite().

2004-11-17 15:28  strk

	* Yet another GEOSHasZ bug fix

2004-11-17 15:18  strk

	* GEOSHasZ now checks both DoubleNotANumber and isFinite

2004-11-17 09:07  strk

	* Changes GEOSHasZ to use isfinite()

2004-11-17 07:57  strk

	* Fixed a typo in geometry type names.

2004-11-16 13:54  strk

	* SRID checks and enforce for all GEOS operations.
	  Z value handled so to show it only when available.

2004-11-16 13:52  strk

	* Added GEOSHasZ() and GEOSSetSRID()

2004-11-15 10:51  strk

	* Fixed a bug in PIP invocation, added some debugging lines.

2004-11-13 01:47  pramsey

	* Add information about where test was downloaded from.

2004-11-12 18:13  strk

	* Deleted entries in spatial_ref_sys and geometry_columns.

2004-11-12 17:50  strk

	* Made PointN, InteriorRingN and GeometryN 1-based as required by
	  OGC conformance suite.

2004-11-11 21:29  pramsey

	* 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

	* updated

2004-11-08 11:08  strk

	* Added -fPIC to CFLAGS as suggested by Vincent Schut.

2004-11-05 11:44  strk

	* updated

2004-11-05 11:44  strk

	* Had isvalid raise a NOTICE with invalidity message.

2004-11-05 10:04  strk

	* updated

2004-11-05 08:16  strk

	* Added ndims(geometry) function, used in a 3rd constraint set
	  by AddGeometryColumn, documented.

2004-11-04 11:40  strk

	* Renamed max/min/avg macros to LW_MAX, LW_MIN, LW_AVG.

2004-11-04 09:18  strk

	* Oops.. my attemt at moving lwpostgis.sql.in one dir up was bogus.

2004-11-04 08:56  strk

	* Moved lwpostgis.sql.in and it's build logic up to root directory.

2004-11-02 17:53  strk

	* Fixed "compat.h" include to be local.

2004-11-02 16:48  strk

	* Added a copy of GNU vsprintf.c file and compiled in.

2004-11-02 15:59  strk

	* min/max macro made available regardless of MINGW32 define.

2004-11-02 07:50  strk

	* Updated as suggested by Frank Warmerdam.

2004-11-02 07:25  strk

	* Fixed a typo in probe_geometry_columns() reported by Vinko
	  Vrsalovic.

2004-10-29 05:28  strk

	* updated

2004-10-29 05:27  strk

	* Fixed bug in AddGeometryColumn refusing to add 4D geoms.

2004-10-28 16:48  strk

	* Initial local TODO

2004-10-28 16:28  strk

	* header inclusion cleanup

2004-10-28 16:25  strk

	* Fixed bug in debugguing output

2004-10-28 16:24  strk

	* removed LF

2004-10-28 16:23  strk

	* More cleanups.

2004-10-28 16:13  strk

	* cleanups.

2004-10-28 16:10  strk

	* Made data structurs old-compilers-friendly.

2004-10-28 16:10  strk

	* Fixed a bug in LWGEOM_asGML.

2004-10-28 15:40  strk

	* Fixed geos-based opPolygonize include.

2004-10-28 09:38  strk

	* Cleanups.

2004-10-28 09:29  strk

	* Added makeline(point, point). Changed LineFromMultiPoint
	  definition.

2004-10-28 09:00  strk

	* Added AddPoint(line, point, [position]) and support API
	  functions.

2004-10-28 07:56  strk

	* fixed name of line constructor as documentation reports it.
	  LineFromMultiPoint().

2004-10-28 07:45  strk

	* collect(geometry, geometry) re-introduced. collector() is an
	  alias for collect().

2004-10-27 15:40  strk

	* Added MakeBox2D, MakeBox3D implementation and documentation.

2004-10-27 15:19  strk

	* MakePoly renamed to Polygonize

2004-10-27 15:09  strk

	* updated

2004-10-27 14:28  strk

	* Added constructors docs and intial organizzation for postgis
	  extension functions.

2004-10-27 13:35  strk

	* Unset debug define.

2004-10-27 12:30  strk

	* AsSVG returns NULL on GEOMETRY COLLECTION input.

2004-10-27 11:06  strk

	* updated

2004-10-27 11:05  strk

	* Added polygonize interface (makepoly aggregate)

2004-10-27 11:02  strk

	* Removed another getbox2d() call.

2004-10-27 10:55  strk

	* Fixed fix_geometry_columns() to leave correctly linked records
	  untouched.

2004-10-26 16:48  strk

	* Bug fix in GEOS version extractor.

2004-10-25 17:07  strk

	* Obsoleted getbox2d(). Use getbox2d_p() or getbox2d_internal()
	  instead.

2004-10-25 15:31  strk

	* portable math expressions.

2004-10-25 14:20  strk

	* Y axis reverse and relative path fixes from Olivier Courtin.

2004-10-25 12:27  strk

	* Removed useless network type includes,
	  Added param.h include for BYTE_ORDER defines under win32.

2004-10-21 19:48  strk

	* Stricter syntax fixes. Reported by S�bastien NICAISE
	  <snicaise@iciatechnologies.com>

2004-10-21 19:47  strk

	* updated

2004-10-21 19:46  strk

	* ZMflags check on costituent geometries only performed when there
	  is
	  at least one.

2004-10-21 19:45  strk

	* Added detect_geos_version in all: rule

2004-10-18 11:35  strk

	* Added reverse(geometry) and ForceRHR(geometry) documentation.

2004-10-18 11:29  strk

	* makeline_from_multipoint renamed to line_from_multipoint

2004-10-18 09:37  strk

	* updated

2004-10-17 13:25  strk

	* removed USE_WKB partially-used define

2004-10-17 13:24  strk

	* HEXWKB polygon

2004-10-17 13:01  strk

	* updated

2004-10-17 12:59  strk

	* HEXWKB multiline output

2004-10-17 12:51  strk

	* Fixed a bug in lwline_serialize_buf preventing dimension override

2004-10-17 12:43  strk

	* Fixed a debugging function output bug

2004-10-17 12:26  strk

	* Point and MultiPoint loaded using HEXWKB.

2004-10-17 12:16  strk

	* fixed prototype for user query table

2004-10-17 12:15  strk

	* Bug fixed in multipoint4D creation

2004-10-15 22:02  strk

	* updated

2004-10-15 22:01  strk

	* Initial WKB functionalities

2004-10-15 16:21  strk

	* makeline_from_multipoint() implemented and exposed.

2004-10-15 15:25  strk

	* updated

2004-10-15 15:21  strk

	* Fixed a bug in outputput dimension detection for makeline()

2004-10-15 15:01  strk

	* updated

2004-10-15 15:00  strk

	* Added debugging lines

2004-10-15 15:00  strk

	* Fixed a bug in make_lwline

2004-10-15 11:52  strk

	* updated

2004-10-15 11:48  strk

	* Fixed a bug making asSVG return a spurious char at the end.

2004-10-15 11:42  strk

	* Added makeline() aggregate and make_lwline() API method.

2004-10-15 09:44  strk

	* updated AsSVG doc

2004-10-15 09:41  strk

	* changed precision semantic back to number of decimal digits

2004-10-15 09:41  strk

	* Added a trailing zeros trimmer

2004-10-15 08:26  strk

	* Fixed handling of mixed dimensioned geometries in source table.

2004-10-15 07:35  strk

	* Fixed a bug introduced by me (byteorder skipped for inner geoms
	  in WKB)

2004-10-14 10:28  strk

	* Updated pgsql2shp documentation.

2004-10-14 09:59  strk

	* Added support for user query (replacing schema.table)

2004-10-13 19:33  strk

	* updated

2004-10-13 19:32  strk

	* Added third buffer arg expanation

2004-10-13 18:49  strk

	* fixed arg number in buffer third arg

2004-10-13 18:39  strk

	* Added a third argument to the buffer() function.

2004-10-13 17:21  strk

	* 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

	* updated

2004-10-13 15:19  strk

	* Added point constructors PG funx.

2004-10-13 14:26  strk

	* Added simpler lwpoint constructors.

2004-10-11 14:36  strk

	* updated

2004-10-11 14:34  strk

	* Added endiannes specification for postgis-1.0.0+

2004-10-11 14:03  strk

	* Added endiannes specification to unparse_WKB, AsBinary,
	  lwgeom_to_wkb.

2004-10-11 12:23  strk

	* Added test.o to cleanup list

2004-10-11 12:23  strk

	* updated

2004-10-11 11:53  strk

	* 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

	* changed description of pgsql2shp -b switch

2004-10-11 10:31  strk

	* Changed collect() to return MULTI* if applicabe (all input is
	  corresponding
	  SINGLE type).

2004-10-11 10:30  strk

	* Added debug strings

2004-10-11 09:55  strk

	* collect() always return a collection, with a component for each
	  input
	  geometry.
	  memcollect() obsoleted.

2004-10-11 09:46  strk

	* Fixed bug making it unbuildable.

2004-10-11 09:32  strk

	* Added lwgeom_addBBOX() and lwcollection_construct_empty()

2004-10-11 07:15  strk

	* lwgeom_same new implementation

2004-10-11 06:03  strk

	* updated

2004-10-10 20:31  strk

	* segmentize2d() port and use of new LWGEOM structure.

2004-10-09 15:17  strk

	* updated

2004-10-08 13:26  strk

	* updated

2004-10-08 13:21  strk

	* Debugging output cleanup.

2004-10-08 13:20  strk

	* 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

	* added memory allocation debugging

2004-10-08 13:15  strk

	* Added box2d.o module, reverted SCRIPTS_VERSION to 0.1.0.

2004-10-08 13:15  strk

	* Initial revision

2004-10-08 10:48  strk

	* Some updates

2004-10-08 07:01  strk

	* Dropped HWGEOM from this branch.

2004-10-07 22:02  strk

	* updated

2004-10-07 21:52  strk

	* Lots of rewriting/cleanup. TypeM/TypeZ supports.

2004-10-07 21:51  strk

	* Fixed a bug in 4d handling

2004-10-07 20:39  strk

	* Fixed bugs in TYPE_ macro usage

2004-10-07 17:18  strk

	* Changed ptarray2d_construct interface.

2004-10-07 17:18  strk

	* Changed geometrytype() to support TYPEM.

2004-10-07 17:17  strk

	* Changed AddGeometryColumn to handle TYPEM.
	  Updated SCRIPTS_VERSION to 1.1.0

2004-10-07 17:15  strk

	* Fixed TYPEM handling.

2004-10-07 10:03  strk

	* API cleanup, more steps toward standalone library.

2004-10-07 06:54  strk

	* cleanups

2004-10-06 17:04  strk

	* ZM handling. Log trimmed.

2004-10-06 10:11  strk

	* Other separator fixes

2004-10-06 09:52  strk

	* Added zmflag(geom) doc

2004-10-06 09:40  strk

	* Handled 0-DBF-attributes corner case.

2004-10-06 08:53  strk

	* Added zmflag(geom) function.

2004-10-06 08:17  strk

	* updated

2004-10-06 07:19  strk

	* Left off a semicolon in previous patch...

2004-10-05 22:46  strk

	* Removed PGSQLException use as suggested by Kris Jurka

2004-10-05 21:59  strk

	* Flex invocation patch by Kris Jurka.

2004-10-05 21:54  strk

	* Yes another change in SPI_cursor_open

2004-10-05 21:53  strk

	* Fixed bugs in Centroid (not GEOS)

2004-10-05 21:42  strk

	* Cleanups for older compilers and PG verisons.

2004-10-05 21:20  strk

	* updated

2004-10-05 21:08  strk

	* Added debugging lines, fixed a bug in TYPE_HASSRID and
	  TYPE_HASBBOX macros.

2004-10-05 21:08  strk

	* Made clean rule verbose

2004-10-05 17:15  strk

	* Bug fix in size computation.

2004-10-05 16:28  strk

	* Added ZM dimensions flags knowledge.

2004-10-05 16:07  strk

	* updated

2004-10-05 15:12  strk

	* Added newlines in standalone reporters

2004-10-05 15:11  strk

	* Added force_3dz, force_3dm docs

2004-10-05 15:11  strk

	* Changed default variable setting to a more portable syntax

2004-10-05 07:53  strk

	* ZM aware WKT/WKB input/output.

2004-10-04 13:53  strk

	* Serialized form and WKB prepared to accept ZM flags replacing DD
	  (dimensions)

2004-10-04 09:25  strk

	* Added missing prototype

2004-10-03 15:57  strk

	* updated

2004-10-03 15:52  strk

	* Made GEOS<->LWGEOM converters keep geometry structures.
	  Fixed bug in serializers.
	  Added noop(geometry) for deserialize/serialize debugging.

2004-10-01 14:49  strk

	* Added lwgeom_add(LWGEOM *to, int where, LWGEOM *what).
	  Added LWGEOM2GEOS keeping input geometry structure.

2004-10-01 07:51  strk

	* initial revision

2004-10-01 07:51  strk

	* Added runtime cast functions.

2004-09-30 16:06  strk

	* bug fixes

2004-09-30 15:42  strk

	* Added BBOX finders and its support in serializer.

2004-09-30 11:49  strk

	* updated

2004-09-30 11:45  strk

	* More common flags between LW<type>s.
	  LWGEOM_summary output made cleaner and moved to lwgeom_debug.c

2004-09-30 08:18  strk

	* 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

	* updated

2004-09-29 15:25  strk

	* Added serialize function for LWGEOM

2004-09-29 10:50  strk

	* 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

	* Changed LWGEOM to PG_LWGEOM.
	  Changed LWGEOM_construct to PG_LWGEOM_construct.

2004-09-28 17:13  strk

	* Removed ^Ms, added note about flatting nature of LWGEOM_EXPLODED.

2004-09-28 16:22  strk

	* Added AsGML function ref

2004-09-28 09:31  strk

	* Fixed a bug in PostGIS2GEOS_point

2004-09-28 09:05  strk

	* updated

2004-09-28 09:01  strk

	* Added forceRHR() and support functions.

2004-09-28 09:00  strk

	* Added ptarray_isccw(). Added extern modifiers to public
	  prototypes.

2004-09-28 08:28  strk

	* updated

2004-09-28 08:22  strk

	* Added reverse(geometry) and support functions

2004-09-28 08:21  strk

	* Added some const modifiers

2004-09-27 17:27  strk

	* updated

2004-09-27 08:26  strk

	* Debugging defines set to NODEBUG.

2004-09-27 08:24  strk

	* updated

2004-09-27 08:23  strk

	* Added USE_GIST variable on top of file. Changed true values
	  report
	  as fraction of total rows.

2004-09-24 22:27  strk

	* Added profile.h deps

2004-09-24 12:20  strk

	* Added worst and best percentile for both intersects and distance

2004-09-24 11:58  strk

	* approximated nums to 2 decimal digits

2004-09-24 11:35  strk

	* initial intersects profiler frontend implementation

2004-09-24 09:46  strk

	* Added box2d->geometry cast.

2004-09-23 16:14  strk

	* Added -m / -z switches to control output type: XYM,XYMZ.

2004-09-23 15:09  strk

	* Modified GML output as suggested by Martin Daly.

2004-09-23 11:12  strk

	* Initial GML output routines.

2004-09-23 10:13  strk

	* Profile output modified again, input geoms points and conversion
	  times separated

2004-09-22 17:13  strk

	* indentation fixes

2004-09-22 17:12  strk

	* indentation and function-call-debugging preparation

2004-09-22 17:11  strk

	* removed some compiler warnings

2004-09-22 17:11  strk

	* Added missing prototype to make compiler happy

2004-09-22 16:52  strk

	* Added lwpoint_size, lwline_size, lwpoly_size for computing
	  serialized size from deserialized objects.

2004-09-22 16:29  strk

	* Some more source file cleanups.

2004-09-22 16:09  strk

	* Moved size computation functions in module static scope.
	  Renamed public one to lwgeom_size(char *).

2004-09-22 15:15  strk

	* 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

	* LWGEOM TODO moved back to the lwgeom/ dir.

2004-09-22 14:57  strk

	* updated

2004-09-22 14:57  strk

	* line_interpolate_point added.

2004-09-22 14:56  strk

	* fixed a comment

2004-09-22 13:45  strk

	* Added 'label' argument to the profreport macro.

2004-09-22 11:42  strk

	* 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

	* Add number nesting to sections. Fix link in postgis.xml

2004-09-21 21:04  strk

	* slightly changed PROF_SUM output for sort acceptance

2004-09-21 20:44  strk

	* Fixed a profiler bug.
	  Added points count and doubled profiler output.

2004-09-21 19:10  pramsey

	* Add section autolabelling to printed output

2004-09-21 19:09  pramsey

	* Add autolabelling to sections in generated HTML.

2004-09-21 17:50  strk

	* Added missing profiling report calls in predicates

2004-09-21 17:36  strk

	* Added GEOS profiling support.

2004-09-21 16:08  strk

	* reduced memory copies in GEOS2POSTGIS()

2004-09-21 16:07  strk

	* buffer serialized accept NULL as return-size pointer

2004-09-21 15:44  strk

	* Added lwgeom_empy_length(), lwgeom_constructempty_buf(),
	  lwexploded_serialize_buf()

2004-09-21 10:57  strk

	* Added lwexploded_findlength

2004-09-20 21:13  strk

	* Optimized postgis->geos conversion

2004-09-20 21:13  strk

	* commented pfree call in GEOSnoop (seems to generate memory
	  faults)

2004-09-20 17:14  strk

	* updated

2004-09-20 17:13  strk

	* changed comments to better show shape type handling

2004-09-20 17:11  strk

	* Added -d -d availability notice in help string.
	  Added user notice about output shape type.

2004-09-20 17:03  strk

	* Added force_4d(geometry)

2004-09-20 16:33  strk

	* Added 4d geometries support.
	  Changelog section moved at bottom file.

2004-09-20 14:14  strk

	* Fixed a bug in popbyte. Trapped WKB endiannes errors.

2004-09-20 13:50  strk

	* updated

2004-09-20 13:49  strk

	* Postgis-1.x support (LWGEOM) added.
	  postgis version detected at runtime.
	  Endiannes unchecked ... TODO.

2004-09-20 12:07  strk

	* Changed postgis.sql to lwpostgis.sql

2004-09-20 12:07  strk

	* Added lwpostgis.sql rule

2004-09-20 10:58  strk

	* updated layout description and configuration instructions

2004-09-20 10:09  strk

	* Renamed README

2004-09-20 10:08  strk

	* Added missing 'uninstall' rules. Fixed existing install rules.

2004-09-20 09:58  strk

	* 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

	* added missing prototype

2004-09-20 09:22  strk

	* Reworked build scripts.

2004-09-20 09:21  strk

	* fixed bugs in non-GEOS centroid function

2004-09-20 09:20  strk

	* cleanups

2004-09-20 08:53  strk

	* generalized library ignore line

2004-09-20 08:52  strk

	* Added postgis_geos_version.h

2004-09-20 08:52  strk

	* included local postgis_geos_version.h

2004-09-20 08:51  strk

	* Added detect_geos_version rule

2004-09-20 08:29  strk

	* Moved lwgeom TODO in the root

2004-09-20 08:25  strk

	* HWGEOM functions moved under hwgeom/ directory

2004-09-20 08:21  strk

	* fixed typo

2004-09-20 07:50  strk

	* prepared to contain old internal representation code

2004-09-18 22:15  strk

	* Fixed a serius bug in pointArray_construct.
	  Added debugging output, optimized some functions, indentation
	  buties..

2004-09-18 22:13  strk

	* Added more debugging output

2004-09-16 20:36  pramsey

	* Reorganize OpenGIS function reference into categories.

2004-09-16 15:50  mleslie

	* 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

	* Added box3d_to_box2df_p to reduce number of required memcpys

2004-09-16 09:06  strk

	* 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

	* Added binary predicate short-circuits

2004-09-16 09:05  strk

	* Added getbox2d_internal

2004-09-16 09:04  strk

	* updated

2004-09-14 12:31  strk

	* CHIP and GEOS types (forgot to add)

2004-09-14 12:23  strk

	* Added a note about tweeking random_page_cost

2004-09-14 08:39  strk

	* fixed a typo in the geometry_send function definition

2004-09-14 07:43  strk

	* Updated call to SPI_cursor_open to 8.0 (beta2) interface.

2004-09-13 19:04  strk

	* updated

2004-09-13 17:59  strk

	* removed old files from Attic/

2004-09-13 15:37  pramsey

	* Added pdf rule that uses pdfxmltex

2004-09-13 14:26  strk

	* Added binary input/output function for type geometry.

2004-09-13 14:26  strk

	* indentation fix

2004-09-13 13:35  strk

	* updated

2004-09-13 13:32  strk

	* Added AsSVG().

2004-09-13 08:48  strk

	* Added POINT rendering info for AsSVG function

2004-09-10 18:41  pramsey

	* Bump version numbers to 0.9.0

2004-09-10 16:41  pramsey

	* Added 'recommended' to proj/geos flags

2004-09-10 16:19  pramsey

	* Note 8.0 support and w32

2004-09-10 16:16  pramsey

	* Added Log tag to header.

2004-09-10 15:52  strk

	* Added asSVG documentation

2004-09-10 13:26  strk

	* updated

2004-09-10 13:25  strk

	* fixed a memory fault

2004-09-10 12:49  strk

	* Included SVG output function, modified to have precision
	  expressed
	  in terms of significant digits.

2004-09-10 08:48  strk

	* Added all ..FromWKB functions, asbinary(geom) and bytea<->geom
	  casts

2004-09-10 07:36  strk

	* asbinary(), geomfromwkb

2004-09-09 22:48  pramsey

	* Changes in preparation for 0.9

2004-09-09 20:51  pramsey

	* Fix silly entity handling in chunked mode HTML generation

2004-09-09 19:08  pramsey

	* Added FAQ for mapserver section and entries on SQL spatial
	  queries.

2004-09-09 17:38  pramsey

	* Added example spatial SQL section.

2004-09-09 15:37  pramsey

	* Add --output flag to html build rule

2004-09-08 16:34  strk

	* some bug fixes... geometry_analyze added

2004-09-08 14:30  strk

	* Fixed bug in GEOS link reference

2004-09-08 14:27  strk

	* updated

2004-09-08 14:19  strk

	* Added segmentize()

2004-09-08 14:18  strk

	* Added segmentize(geom,double) documentation

2004-09-08 10:57  strk

	* updated

2004-09-08 10:44  strk

	* re-introduced 'jw' optional production method

2004-09-08 10:25  strk

	* Fixed a bug in the z() function.
	  Added ! GEOS implementation of Centroid().

2004-09-08 00:31  pramsey

	* Commit today's edits.

2004-09-07 22:40  pramsey

	* Make default html output be a single page.

2004-09-07 22:35  pramsey

	* Change chunking depth to "chapter".

2004-09-07 22:28  pramsey

	* More minor editorial changes.

2004-09-07 22:28  pramsey

	* Changed Docbook processing from DSSSL to XSL.

2004-09-07 17:04  strk

	* GEOS support added.

2004-09-07 07:47  strk

	* Added CHIP type and support funx

2004-09-06 16:18  strk

	* updated some comments

2004-09-06 16:05  strk

	* updated

2004-09-06 16:04  strk

	* Changed getbox2d_p signature to return 0 for EMPTY geometries.
	  Ported DP simplifier.

2004-09-06 12:24  strk

	* Added IsEmpty()

2004-09-06 10:37  strk

	* Finished BOX3D functions porting.
	  Added envelope() and extent3d().

2004-09-06 09:32  strk

	* Added min/max coordinates from box2d and box3d.
	  Made geometry->box3d cast actually use 'z' value.

2004-09-06 09:13  strk

	* Added box3d support and expand(geom|box2d|box3d, double)

2004-09-04 19:58  pramsey

	* More minor edits.

2004-08-28 23:00  pramsey

	* Replace all tabs with spaces.

2004-08-28 22:55  pramsey

	* Updated street address reference.

2004-08-28 22:54  pramsey

	* Removed < sign and replaced with &lt;

2004-08-27 16:01  strk

	* Added geom_accum(), collect_garray() and collect()

2004-08-27 15:04  strk

	* updated

2004-08-27 15:03  strk

	* Fixed bug in lwgeom_explode allocating less memory then needed.

2004-08-27 14:35  strk

	* Added LWGEOM_EXPLODED structure definition and utility funx.
	  Added collector() function and memcollect() aggregate.
	  Still faulting...

2004-08-27 08:13  strk

	* Added point_inside_circle() and translate()

2004-08-27 08:12  strk

	* Fixed typo ( mem_collect ==> memcollect )

2004-08-26 16:55  strk

	* max_distance() raises an 'unimplemented yet' error.

2004-08-26 16:44  strk

	* Added nrings(geom), multi(geom) and all of <type>FromText(geom,
	  [srid])

2004-08-26 15:04  strk

	* updated

2004-08-26 15:02  strk

	* Added (bogus) max_distance(geom,geom)

2004-08-26 12:55  strk

	* Added distance(geometry) and all support functions.

2004-08-26 12:54  strk

	* Added a note about spheroid computation

2004-08-26 08:57  strk

	* Added spheroid type and functions

2004-08-25 15:28  strk

	* Added IsClosed() and force_collection()

2004-08-25 15:26  strk

	* Added macros for LWGEOM.type manipulation

2004-08-25 13:41  strk

	* Added force_3d

2004-08-25 12:32  strk

	* Added perimeter,perimeter2d,perimeter3d.
	  Modified length,length2d,length3d semantic.
	  Added force_2d.

2004-08-25 12:29  strk

	* Added serialized functions writing to a pre-allocated buffer.

2004-08-25 07:29  strk

	* 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

	* Added lwgeom_pg to contain PG-specific functions/interfaces.

2004-08-24 16:33  strk

	* Added StartPoint(), EndPoint()

2004-08-24 16:20  strk

	* Added X(), Y() and Z() funx

2004-08-24 15:50  strk

	* PointN() ported.

2004-08-24 15:10  strk

	* fixed a bug preventing ExteriorRing() and InteriorRingN from
	  setting the
	  correct SRID.

2004-08-24 15:07  strk

	* updated

2004-08-24 15:05  strk

	* Added NumInteriorRings() and InteriorRingN()

2004-08-24 14:48  strk

	* Added dimension() and exteriorring()

2004-08-24 14:47  strk

	* Added LWGEOM_construct() function to easy the work of dealing
	  with SRID/BBOX optional embedding.

2004-08-24 13:45  strk

	* Fixed a bug in lwgeom_getSRID()

2004-08-24 13:35  strk

	* Indentation and debugging output.

2004-08-24 13:34  strk

	* fixed a typo in a comment

2004-08-24 13:33  strk

	* Fixed a bug in LWGEOM_addBBOX preventing it to detect missing
	  BBOX embedding.

2004-08-24 10:01  strk

	* 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

	* Added npoints,numpoints,numgeometries,geometryn

2004-08-24 07:40  strk

	* transformation work made on an input copy (made by setSRID).
	  previous behaviour was unsafe (scribbling input object).

2004-08-24 07:32  strk

	* initial import

2004-08-24 06:59  strk

	* added missing prototype

2004-08-24 06:56  strk

	* geos version detector and wrapper used from parent directory

2004-08-23 16:05  strk

	* fixed typo

2004-08-23 15:57  strk

	* versioning functions completed

2004-08-23 15:41  strk

	* changed install rule to install lwpostgis.sql instead of
	  lwgeom.sql

2004-08-23 15:37  strk

	* Changed SCRIPTS_VERSION to 0.0.1

2004-08-23 13:54  strk

	* proj support added

2004-08-23 13:40  strk

	* deleted debugging block from summary() fn

2004-08-23 13:38  strk

	* Added getPoint(POINTARRAY *pts, int ptnum)

2004-08-23 10:49  strk

	* Fixed a bug in serializedform length computation (for
	  collection).

2004-08-23 08:32  strk

	* Removed custom allocator from lwgeom_api.
	  Added summary(geometry).
	  Some indentation.

2004-08-20 16:36  strk

	* transform() support

2004-08-20 16:35  strk

	* initial skel for transform()

2004-08-20 14:54  strk

	* updated

2004-08-20 14:54  strk

	* gist operators support functions renamed to allow for finer
	  control by postgis_restore.pl

2004-08-20 14:52  strk

	* Hardcoded some functions being obsoleted

2004-08-20 14:08  strk

	* 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

	* Added lwpostgis.sql

2004-08-20 10:23  strk

	* removed leak from mem_size()

2004-08-20 09:35  strk

	* lwgeom_mem_size uses int32 cast instead of int

2004-08-20 09:31  strk

	* bug fixed in lwgeom_mem_size

2004-08-20 08:14  strk

	* 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

	* 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

	* indentation fixes

2004-08-19 14:15  strk

	* added lwpostgis.sql build rule

2004-08-19 14:05  strk

	* Added finite coordinate check.
	  Reduced required bounding box copies.

2004-08-19 13:57  strk

	* mem_size removed from list

2004-08-19 13:56  strk

	* Added mem_size(lwgeom)

2004-08-19 13:54  strk

	* cpp checks updated to use 80 instead of 75 for USE_VERSION

2004-08-19 13:49  strk

	* initial import

2004-08-19 13:21  strk

	* initial import

2004-08-19 13:18  strk

	* Added selectivity estimation

2004-08-19 13:16  strk

	* some indentation fixes

2004-08-19 13:10  strk

	* fixed typos

2004-08-19 12:29  strk

	* added btree index support file

2004-08-19 12:28  strk

	* added btree index support

2004-08-19 10:52  strk

	* Fixed a bug in ascii dump "CREATE OPERATOR" scan

2004-08-19 09:30  strk

	* rename_geometry_table_constraints() re-introduced to make
	  constraint names conformant.

2004-08-19 09:28  strk

	* fixed some of the buch of broken comments

2004-08-19 06:15  strk

	* USE_VERSION gets 80 where it got 75

2004-08-19 05:38  pramsey

	* 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

	* Added PG80 (75) patches.

2004-08-18 13:21  strk

	* Added skip of postgisgistcostestimate (obsoleted)

2004-08-18 08:26  strk

	* Spatial table constraints names get column name appended.
	  rename_geometry_table_constraints() obsoleted.

2004-08-17 15:27  strk

	* added extent(lwgeom) and support functions.

2004-08-17 14:35  strk

	* SRID(geometry) changed to SRID(lwgeom)

2004-08-17 14:30  strk

	* 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

	* Added SRID(geometry) for backward compatibility

2004-08-17 14:21  strk

	* Added geometrytype(LWGEOM)

2004-08-16 20:38  strk

	* OPERATOR parsing bug fixed. Schema removal improoved. More test
	  reports.

2004-08-16 11:03  mcayland

	* 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

	* GEOS version extraction not attempted if USE_GEOS is not set to
	  1.

2004-08-13 12:29  strk

	* Support dump generated by pg_dump 7.4

2004-08-11 17:07  strk

	* Fixed a bug in non-finite Z check

2004-08-10 21:09  strk

	* changed proj version extractor to support pre 4.4.8 releases

2004-08-08 18:10  strk

	* reduced psql invocation to a single one.

2004-08-08 18:09  strk

	* lwgeom.sql production follow postgis.sql production rules (cpp
	  usage)

2004-08-08 18:09  strk

	* Added missing required parameter to usage string

2004-08-07 12:13  strk

	* more header comments

2004-08-06 09:54  strk

	* added handling of operators and operator classes (skip postgis
	  defined, keep others)

2004-08-06 08:08  strk

	* perl detection and bug fixes.

2004-08-05 20:00  strk

	* Another schema support bug from Mark

2004-08-05 19:12  strk

	* fixed bug in automatic perl invokation

2004-08-05 16:53  strk

	* schema support patches sent by Mark

2004-08-03 09:41  strk

	* geometry_columns and spatial_ref_sys back created from dump

2004-08-03 09:30  strk

	* 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

	* updated

2004-08-03 07:58  strk

	* handling of more cases

2004-08-02 19:03  strk

	* initial import

2004-08-02 16:27  strk

	* Fixed format bugs (needed for postgis_undef.pl to work)

2004-07-29 14:10  strk

	* Unability to open a shapefile or dbffile reported more nicely.

2004-07-28 17:32  strk

	* Added postgis_full_version(), marked postgis_version() as
	  deprecated.

2004-07-28 16:15  strk

	* Fixed a bug in postgis_full_version()

2004-07-28 16:10  strk

	* 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

	* 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

	* Added postgis_scripts_version

2004-07-27 17:51  strk

	* short-circuit test for 'contains'

2004-07-27 17:49  strk

	* Added short-circuit test for the within function.

2004-07-23 21:24  strk

	* Added postgis_proj_version()

2004-07-22 16:58  strk

	* Updated to reflect geos version string split.

2004-07-22 16:20  strk

	* Added postgis_lib_version() and postgis_geos_version()

2004-07-19 16:24  strk

	* Added -i switch

2004-07-17 09:52  strk

	* GEOS multi-version support switches implemented with
	  GEOS_LAST_INTERFACE

2004-07-17 09:52  strk

	* Added GEOS_FIRST_INTERFACE, GEOS_LAST_INTERFACE, GEOS_JTS_PORT
	  detection

2004-07-17 09:51  strk

	* Modified to always detect geos version (no deps)

2004-07-08 19:33  strk

	* Updated to respect CoordinateSequence GEOS interface switch.

2004-07-02 13:33  strk

	* Changed GEOS header inclusion mechanism to be more polite

2004-07-01 17:02  strk

	* Updated to support latest GEOS API.

2004-07-01 17:02  strk

	* Updated to support latest GEOS (actually removed all geos-version
	  related
	  switches).
	  Fixed an access to unallocated memory.

2004-06-22 21:30  pramsey

	* Compile patch from Markus Schaber

2004-06-22 16:52  strk

	* Standard deviation factor used in histogram extent computation
	  made
	  a compile-time define.

2004-06-22 11:05  strk

	* Handled empty strings in numeric fields as '0'es... pg_atoi()
	  does
	  not do this (while atoi() does).

2004-06-18 17:11  strk

	* Fixed a bug in minor version extractor.
	  Wrapped GEOS_VERSION in an #ifndef block.
	  More runtime checks.

2004-06-16 20:04  strk

	* added geos_version.sh as dependency of postgis_geos_version.h
	  rule

2004-06-16 19:59  strk

	* Changed GEOS_VERSION to POSTGIS_GEOS_VERSION to avoid future
	  clashes

2004-06-16 19:37  strk

	* Added cleanup needed for GEOS > 1.0

2004-06-16 19:28  strk

	* fixed a typo in preprocessor define

2004-06-16 18:50  strk

	* Added postgis_geos_version.h to .cvsignore and to the list of
	  files
	  removed by the clean: rule.

2004-06-16 18:47  strk

	* Added code to detect geos version.
	  Added appropriate includes in geos connectors.

2004-06-16 18:47  strk

	* initial import

2004-06-16 13:42  strk

	* Added schema support in getMaxFieldSize.
	  Added direct support for TIMESTAMP field types (thanks to Steffen
	  Macke).

2004-06-16 13:14  strk

	* documented statistics gethering operations

2004-06-14 08:06  strk

	* fixed bogus support for PG71

2004-06-14 07:48  strk

	* Histogram extent redefinition after hard deviant removal fixed to
	  be
	  "at most" the standard deviation based computed.

2004-06-11 11:38  strk

	* Infinite geometries handling.
	  Histogram extent re-computation after 'hard deviant' features
	  removal.

2004-06-10 18:54  strk

	* histogram grid size refined to use near-square cells.

2004-06-10 15:44  strk

	* Added standard deviation based histogram extent refinement

2004-06-10 13:42  strk

	* 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

	* Moved changes needed for PG75 inside postgis_gist_72.c using #if
	  switches.

2004-06-09 10:05  strk

	* Added switch for GIST_SUPPORT=75

2004-06-09 10:05  strk

	* initial import

2004-06-09 09:35  strk

	* Removed partial pgsql List API copy

2004-06-09 09:08  strk

	* changed index/rindex to strchr/strrchr

2004-06-09 09:06  strk

	* Added Romi's Win32 patches.

2004-06-08 17:49  strk

	* Fixed to build cleanly agains pg75

2004-06-08 17:48  strk

	* Compression of code terminated.
	  Big blocks switched based on version have been removed.

2004-06-08 17:40  strk

	* removed user connect command

2004-06-08 15:18  strk

	* 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

	* 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

	* added 'static' modifiers for the 'error' function, possibly
	  clashing with some other declaration

2004-06-07 17:58  strk

	* reverted change in lwg_parse_yyerror

2004-06-07 17:26  strk

	* Default MODULE_FILENAME uses $libdir unless LPATH is set in the
	  environment

2004-06-07 16:57  strk

	* Removed obsolete postgisgistcostestimate function creation

2004-06-07 16:34  strk

	* Removed postgis_old.sql from list of default rules

2004-06-07 16:32  strk

	* Moved old version-specific sql files under the Attic directory.

2004-06-07 16:32  strk

	* Moved old version-specific sql files under the Attic directory.

2004-06-07 16:11  strk

	* AddGeometryColumns call table constraints 'enforce_srid' and
	  'enforce_geotype'

2004-06-07 15:32  strk

	* Fixed a bug killing the backend - lwg_parse_yyerror never called
	  custom error handler

2004-06-07 10:07  strk

	* allowed lower case in wkt

2004-06-07 09:16  strk

	* Added missing prototypes.

2004-06-04 15:24  strk

	* Added y.output

2004-06-04 15:24  strk

	* Added more cleanup

2004-06-04 15:23  strk

	* added semicolumns at end of blocks

2004-06-04 15:21  strk

	* removed, will be created

2004-06-04 13:39  strk

	* 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

	* probe_geometry_columns() return message extended

2004-06-04 12:40  strk

	* Added comments about fix_geometry_columns() job.
	  SRID and type checks made stricter in fix_geometry_columns().

2004-06-04 12:26  strk

	* 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

	* Added DropGeometryTable description

2004-06-04 10:07  strk

	* Added DropGeometryColumn function

2004-06-04 09:16  strk

	* first entries

2004-06-04 09:11  strk

	* Added prototypes

2004-06-04 09:07  strk

	* 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

	* 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

	* Lifted AddGeometryColumns result message, including output from
	  fix_geometry_columns

2004-06-04 08:25  strk

	* fix_geometry_columns() makes its best effort to find appropriate
	  schema.

2004-06-03 16:44  strk

	* Added expand_geometry - expand(geometry, int8)

2004-06-03 13:49  strk

	* added postgis_old.sql

2004-06-03 13:44  strk

	* Made it functional again.

2004-06-03 13:43  strk

	* compatted CASTS section, commented out bogus cast geometry::chip
	  referring to missing function

2004-06-03 13:20  strk

	* Skipped attrelid, varattnum linking for PG>=75

2004-06-03 12:48  strk

	* 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

	* 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
	  FUNCTION
	  for PG > 71.
	  Made update_geometry_stats(*) return meaningful result.

2004-06-03 09:45  strk

	* infinite geoms handled in WKB parser

2004-06-03 08:19  strk

	* yet another Infinite check used: finite() - which checks for
	  NaN,-Inf,+Inf

2004-06-03 08:13  strk

	* Simplified INFINITY checks by use of isinf()

2004-06-03 07:58  strk

	* Infinite coordinate geoms omitted from index

2004-06-03 07:57  strk

	* wkt parser throws an error on Infinite coordinates

2004-06-03 04:51  pramsey

	* Document the expand() function (finally!)

2004-06-02 23:54  strk

	* Made equality checks the default in picksplit to catch also NaN
	  results (INF geoms)

2004-06-02 23:29  strk

	* reverted Inf handling modification (conceptually bogus)

2004-06-02 22:43  strk

	* handled special case of Inf boxes as GiST keys in picksplit

2004-06-02 17:15  strk

	* 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

	* build_histogram2d sets 'local' search_path.
	  fix_geometry_columns sets to NULL cached data for unexistant
	  tables.

2004-06-01 16:56  strk

	* removed namespace check for PG<73 in update_geometry_stats()

2004-06-01 16:30  strk

	* Made AddGeometryColumn delete from geometry_column records which
	  would be incompatible with the one being added

2004-06-01 16:16  strk

	* 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
	  use
	  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

	* Updates in anticipation of 0.8.2 release

2004-05-28 02:42  pramsey

	* Document the multi() function.

2004-05-24 13:02  strk

	* compat definition of fix_geometry_columns

2004-05-20 19:21  pramsey

	* Fix bug in append mode that filled values into nonexistant gid
	  column.

2004-05-18 16:56  pramsey

	* Fix typos and section misreferences in OGC function reference
	  section

2004-05-18 16:52  pramsey

	* Add multi() to the new cpp based sql.in file.

2004-05-13 12:24  strk

	* Transformed NULL numeric values to 0 as it was before the
	  introduction
	  of bigint bug workaround.

2004-05-13 12:13  strk

	* Used DBFWriteAttributeDirectly interface for writing attributes.
	  This way we are not affected by shapelib long-integer bug.

2004-05-13 12:07  strk

	* 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

	* Fixed bug in 3d features handling.

2004-05-13 09:40  strk

	* Totally reworked code to have a main loop for shapefile objects.
	  Much more readable, I belive.

2004-05-13 07:48  strk

	* Put table creation code in its own function.
	  Fixed a bug with NULL shape records handling.

2004-05-13 06:38  strk

	* DBFReadStringValue always used to workaround shapelib bug with
	  int values.

2004-05-04 16:55  strk

	* Added -fPIC to CXXFLAGS. Reported to be needed on Solaris7 w/
	  gcc-3.3.2
	  by Havard Tveite <havard.tveite@nlh.no>.

2004-04-29 21:07  rmason

	* removed generated file

2004-04-29 21:07  rmason

	* *** empty log message ***

2004-04-29 18:44  dblasby

	* Noted diff between inf and Infinity on Solaris/Intel machines

2004-04-29 18:41  dblasby

	* updated version

2004-04-29 18:36  dblasby

	* added sleep so it wouldnt complain on solarias as much

2004-04-29 18:20  dblasby

	* WKT parser changes required this change

2004-04-29 18:16  dblasby

	* minor changes

2004-04-29 18:15  dblasby

	* WKT parser changes to MULTIPOINT required this be updated

2004-04-29 04:35  rmason

	* clean up of wbk int and double reading code

2004-04-29 03:57  rmason

	* fix number parsing

2004-04-29 03:13  rmason

	* remove extra brackets from multipoints

2004-04-28 23:07  pramsey

	* Change PGSQL_SRC behavior back to developer-friendly.

2004-04-28 22:59  dblasby

	* minor changes

2004-04-28 22:50  dblasby

	* Inital Version. Hasnt been proofread.

2004-04-28 22:40  pramsey

	* Added flex/bison lines for parser.

2004-04-28 22:26  pramsey

	* Fixed spelling mistake in header text.

2004-04-28 21:20  dblasby

	* minor changes to ensure its using the index

2004-04-28 21:08  dblasby

	* updated results

2004-04-28 21:02  dblasby

	* minor change for endianess

2004-04-28 21:00  dblasby

	* removed an elog(NOTICE)

2004-04-28 19:17  dblasby

	* inital version of regression tests

2004-04-28 18:27  dblasby

	* moved to regress/ directory

2004-04-28 18:10  dblasby

	* Added automatic endian detection for the WKB parser/unparser.

2004-04-28 04:55  pramsey

	* Genericize the Makefile per Dave's request.

2004-04-27 23:47  dblasby

	* minor 3d geometrycollection bug fix

2004-04-27 23:33  dblasby

	* initial version

2004-04-27 23:12  dblasby

	* minor changes for solaris

2004-04-27 22:13  dblasby

	* fixed some typos for flip_bytes in read_int and read_double

2004-04-27 20:53  dblasby

	* minor ordering change

2004-04-27 20:49  dblasby

	* added float nextafterf_custom(float x, float y) for OSs that do
	  not have
	  a nextafterf implementation.

2004-04-27 17:46  dblasby

	* 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

	* Fixed bug in simplify() that was using the square of the given
	  tolerance.

2004-04-27 07:44  strk

	* 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

	* made slightly more generic

2004-04-26 23:15  dblasby

	* Minor cleanup

2004-04-26 23:12  dblasby

	* inital version

2004-04-26 23:05  dblasby

	* Initial working version - based on Ralph Masons WKT and WKB
	  parser/writer.

2004-04-22 16:05  dblasby

	* fixed minor typos GeomFromWKB not GeometryFromWKB

2004-04-21 09:13  strk

	* 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

	* Memory allocated for main_scan_query was not enough when using
	  binary cursor. Fixed

2004-04-13 16:49  dblasby

	* GeometryN(...) now correctly says "1" is the 1st geometry (used
	  to be 0).

2004-04-08 17:05  dblasby

	* Somehow the memory leak changes I made got removed - I've
	  re-added them.

2004-04-08 17:00  dblasby

	* 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

	* Added a cstring(lwgeom) function that returns WKT!

2004-04-07 16:23  strk

	* Made new postgis.sql generation procedure the default

2004-04-06 22:58  dblasby

	* Changes to make it work with all the PostGIS type.

2004-04-02 19:03  dblasby

	* Added support for 4d coordinates

2004-03-29 10:46  strk

	* postgis.sql.in is now parsed by both sed and cpp

2004-03-29 10:20  strk

	* 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

	* Removed rogue docbook tags

2004-03-26 01:07  dblasby

	* changed name of fluffType() to multi().

2004-03-26 00:54  dblasby

	* added full support for fluffType(<geom>)
	  postgis09=# select fluffType('POINT(0 0)');
	  flufftype
	  -------------------------
	  SRID=-1;MULTIPOINT(0 0)

2004-03-25 00:43  dblasby

	* 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

	* 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
	  the differences and to modify the code. Also, diffs have been
	  splitted between pgsql < 73 and >= 73.
	  Added reduced-parameters wrappers to both functions.

2004-03-22 08:18  strk

	* postgis_new.sql build by default

2004-03-19 16:35  strk

	* Updated AddGeometryColumn() and DropGeometryColumn() descriptions
	  to the schema-aware versions

2004-03-15 17:07  strk

	* 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

	* minor clean and trying to figure out a memory bug. valgrind wasnt
	  helping, but
	  it went away.

2004-03-11 00:54  dblasby

	* Should be working (with a tonne of notices) for points lines and
	  polygons (2d
	  and 3d)

2004-03-10 18:46  strk

	* Fixed a bug reducing the output shapes from Multipolygon tables.

2004-03-10 17:35  strk

	* removed just-introduced bug

2004-03-10 17:23  strk

	* code cleanup, fixed a bug missing to transform 'gid' to 'gid__2'
	  in shapefile attribute name

2004-03-10 01:15  dblasby

	* WKB reader and WKB writer (totally untested)

2004-03-09 17:29  dblasby

	* Initial implementation - should compile; not at all tested.

2004-03-09 00:21  strk

	* Removed useless code blocks in histogram builder

2004-03-09 00:09  strk

	* estimator applies a gain of AOI/cell_area on each cell it
	  intersects (reverted to previous behaviour)

2004-03-08 17:21  strk

	* changed error computation code to delta/totrows

2004-03-08 12:16  strk

	* Added the RECHECK clause for gist_geometry_ops operator class
	  operators

2004-03-06 18:02  strk

	* Comma-separated bps values accepted

2004-03-06 17:43  strk

	* Added RCSID string in usage output

2004-03-06 17:35  strk

	* Added rcsid string to usage output

2004-03-05 21:06  strk

	* Added -vacuum switch

2004-03-05 21:03  strk

	* Made the -bps switch specify the exact level(s) at which to run
	  the test

2004-03-05 18:25  dblasby

	* Empty files - preparing for writting actual code.

2004-03-05 18:23  dblasby

	* Same as the one in the above directory

2004-03-05 18:23  dblasby

	* moved to lwgeom/ directory

2004-03-05 18:16  strk

	* Applied Mark Cave-Ayland patch

2004-03-05 16:40  strk

	* rewritten split_extent to be more datatype-conservative

2004-03-05 16:01  strk

	* added -bps switch to set maximun query level. reworked command
	  line parsing

2004-03-05 15:29  strk

	* more verbose output

2004-03-05 11:52  strk

	* initial import

2004-03-05 00:38  dblasby

	* Initial version - still under discussion.

2004-03-04 13:50  strk

	* postgis_gist_sel(): added warnings if search_box goes outside of
	  histogram grid

2004-03-04 09:44  strk

	* 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

	* added check to keep selectivity value in the range of validity
	  (suggested by m.cave)

2004-03-02 11:39  strk

	* cpp call for postgis_new.sql creation uses shell redirection for
	  the output file

2004-03-02 11:37  strk

	* modified to reflect new statistics building process for PG75

2004-03-01 16:02  strk

	* histogram's boxesPerSide computed as a function of the column's
	  statistic target

2004-02-29 21:53  strk

	* bug fix in postgis_gist_sel (for PG75): SysCache is not released
	  if not acquired

2004-02-28 14:44  strk

	* Added rule to generate postgis_new.sql from postgis.sql.in using
	  cpp

2004-02-28 14:43  strk

	* initial import

2004-02-26 16:42  strk

	* Fixed bugs reported by Mark Cave-Ayland
	  <m.cave-ayland@webbased.co.uk>.
	  Re-introduced previously removed estimate value incrementation by
	  the fractional part of each of the cells' value computed as the
	  fraction
	  of overlapping area.

2004-02-25 13:17  strk

	* RTContainedBy and RTOverlap strategries implemented locally with
	  a pgbox_overlap function

2004-02-25 12:00  strk

	* 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

	* initial version of && selectivity estimation for PG75

2004-02-23 21:59  strk

	* geometry analyzer builds the histogram

2004-02-23 12:18  strk

	* added skeleton functions for pg75 stats integration

2004-02-12 10:34  strk

	* changed USE_GEOS check from ifdef / ifndef to if / if !

2004-02-09 18:49  strk

	* byte endiannes detected empirically

2004-02-06 08:26  strk

	* 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

	* moved forward declarations from postgis.h to postgis_proj.c

2004-02-05 20:31  dblasby

	* Optimized the curvature method (doesnt have to calculate e2)

2004-02-05 20:21  dblasby

	* Added 'curvature method' for cases where the original algorithm
	  breaks down.

2004-02-04 22:27  strk

	* Added pg75 support scripts

2004-02-04 22:21  strk

	* Added detection code for PG75

2004-02-04 02:53  dblasby

	* applied patricia tozer's patch (distance function was taking acos
	  of something
	  just slightly outside [-1,1]).

2004-02-03 22:19  pramsey

	* Backed default sql file location out of contrib insto share

2004-02-03 22:04  pramsey

	* Real DESTDIR changes this time.

2004-02-03 21:51  pramsey

	* Ooops, let local configuration slip into cvs version

2004-02-03 21:42  pramsey

	* Fixed error in -C loader directive

2004-02-03 21:38  pramsey

	* Added DESTDIR to Makefiles to assist in RPM building.

2004-02-03 08:37  strk

	* 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

	* Test commit on new CVS archive.

2004-01-21 19:11  strk

	* Added line_interpolate_point entry

2004-01-21 19:04  strk

	* Added line_interpolate_point function by jsunday@rochgrp.com

2004-01-20 20:14  strk

	* cleaner comments for DropGeometryColumn

2004-01-20 20:10  strk

	* removed bogus comment about missed alter table drop column

2004-01-16 20:06  strk

	* Added FTLogical<->boolean mapping

2004-01-15 09:57  strk

	* field type array allocates num_fields * sizeof(int) instead of
	  sizeof(char*)

2004-01-15 00:23  pramsey

	* Change absolute classpath reference to relative.

2004-01-14 01:52  pramsey

	* Fix solaris alignment problem in transformations.

2004-01-13 22:14  pramsey

	* Changed getint and getdouble used by WKB so that it plays nice
	  with
	  memory alignment (solaris issue).

2004-01-13 20:30  strk

	* Added useless PG_RETURN_NULL() call to make compiler happy

2004-01-12 19:12  pramsey

	* Updates for 0.8.1 release.

2004-01-02 20:11  strk

	* always call setval with no schema specification. drop 'database'
	  argument using the empty string to the AddGeometryColumn call

2003-12-30 13:31  strk

	* made shp2pgsql looser about numeric precisions

2003-12-30 12:37  strk

	* Fixed segfault bug reported by Randy George, removed explicit
	  sequence drop

2003-12-30 10:40  strk

	* For all versions:
	  Updated fix_geometry_columns to use a more readable format in
	  queries.
	  
	  For PG >= 73:
	  Updated fix_geometry_columns() to consider schema when fixing
	  attrelid and
	  varattnum, also changed empty value to 'public' string for
	  records with
	  an invalid schema specification.
	  Updated DropGeometryColumn to actually issue the
	  ALTER TABLE DROP COLUMN query.

2003-12-27 13:30  strk

	* Added schema specification support

2003-12-23 09:00  strk

	* AddGeometryColumn, DropGeometryColum moved to version-specific
	  scripts.
	  Schema support enabled for version 73 and 74.

2003-12-19 18:55  strk

	* substituted setenv() calls with putenv() for Solaris support

2003-12-18 18:07  strk

	* 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

	* added simplify() documentation

2003-12-12 18:00  strk

	* reverted make_line patch, patched size_subobject instead - the
	  reported bug was caused to their inconsistency

2003-12-12 14:39  strk

	* Fixed a bug in make_line allocating less memory then required

2003-12-12 13:34  strk

	* added missing 'const' in prototypes

2003-12-12 12:03  strk

	* More debugging output, some code cleanup.

2003-12-12 10:28  strk

	* added GEOSnoop OUTPUT debugging info

2003-12-12 10:08  strk

	* 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

	* Final touch to wkb binary input function

2003-12-09 11:13  strk

	* WKB_recv: set StringInfo cursor to the end of StringInfo buf as
	  required by postgres backend

2003-12-08 17:57  strk

	* Binary WKB input function built only when USE_VERSION > 73.
	  Making some modifications based on reported failures

2003-12-04 19:12  strk

	* Removed useless linkages from dumper and loader

2003-12-04 19:11  strk

	* code cleanup (removed useless and leaking malloc calls)

2003-12-04 18:58  dblasby

	* changed david skae to skea

2003-12-01 20:52  strk

	* shapelib put in sync with gdal cvs

2003-12-01 14:27  strk

	* added simple malloc wrapper

2003-11-28 11:28  strk

	* Some more changes, now useless since wkb.h is no more used (just
	  to get in sync)

2003-11-28 11:25  strk

	* Added explicit geometry as text cast

2003-11-28 11:06  strk

	* Added WKB_recv function for binary WKB input

2003-11-26 18:54  strk

	* fixed bug in HexDecoder, made WKB parsing the default

2003-11-26 18:14  strk

	* binary cursor implemented

2003-11-26 17:21  strk

	* Made HEXWKB parsing settable at compile time

2003-11-26 16:40  strk

	* Handled NULLS in wkb parsing, reduced functions args

2003-11-26 15:45  strk

	* wkb support for all geom types

2003-11-26 14:31  strk

	* WKB start to work

2003-11-25 17:32  strk

	* first attempt at wkb definitions

2003-11-25 17:28  strk

	* hardly trying to get WKB parsing work

2003-11-25 03:03  pramsey

	* Updates for 0.8.0 release.

2003-11-25 02:38  pramsey

	* Fixed syntax error in execution example.

2003-11-24 17:36  strk

	* Removed useless BYTE_ORDER checks

2003-11-21 23:51  pramsey

	* Added Cygwin endian definition include to fix windows compile.

2003-11-20 18:01  strk

	* patch from m.spring@gmx.de

2003-11-20 17:51  strk

	* Installs for PG>7.1 goes to pkglibdir

2003-11-20 16:46  strk

	* postgresql linking against libstdc++ reported as possibly needed
	  for geos support

2003-11-20 15:54  strk

	* Updated postgis library path to be referenced with /..

2003-11-20 15:34  strk

	* expected in-transaction memory release for btree operators

2003-11-20 15:29  strk

	* Moved MODULE_FILENAME definition where it will be easly
	  modifiable

2003-11-20 15:27  strk

	* 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

	* Set CFLAGS where useless CPPFLAGS were used before

2003-11-19 18:01  strk

	* CR removed

2003-11-19 17:50  strk

	* missing function definition added (I forgot - sorry)

2003-11-19 15:44  strk

	* added prototypes for geometry_{le,ge,cmp}

2003-11-19 15:29  strk

	* Added default btree operator class for PG7.4

2003-11-19 15:26  strk

	* Added geometry_le, geometry_ge, geometry_cmp functions,
	  modified geometry_lt, geometry_gt, geometry_eq to be consistent.

2003-11-19 15:23  strk

	* Fixed wrong COMMUTATOR specifications in '<','>','~=','@'
	  operators,
	  added new '<=', '>=' operators

2003-11-19 10:27  strk

	* typo fixed (ENABLE_SEQSCAN missing) - PG7.4 support listed in 2.2

2003-11-18 14:58  strk

	* default row buffer lenght set to 100

2003-11-18 14:39  strk

	* Some more structuring. Initialization routine moved out of main
	  loop.
	  Preparing dumper for WKB parsing.

2003-11-16 00:27  strk

	* Huge code re-organization. More structured code, more errors
	  handled,
	  cursor based iteration, less code lines.

2003-11-14 22:04  strk

	* 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

	* used quote_ident() calls in AddGeometryColumns as suggested by
	  Bernhard Herzog

2003-11-12 20:59  strk

	* more cvsignore

2003-11-12 20:57  strk

	* first import

2003-11-12 20:55  strk

	* AddGeometryColumn column identifier case respect fix as suggested
	  by Bernhard Herzog

2003-11-12 16:36  strk

	* delete all caught exceptions after use

2003-11-11 11:28  strk

	* Added (mem)GeomUnion and (mem_)collect aggregates documentation,
	  updated Centroid paragraph

2003-11-11 10:58  strk

	* Fixed a typo in envelope()

2003-11-11 10:38  strk

	* Postgresql 7.4 enabler scripts.

2003-11-11 10:14  strk

	* Added support for PG74

2003-11-05 18:26  strk

	* Added fast collect() and geomunion() aggregates implementations

2003-11-05 18:25  strk

	* moved #ifdef USE_GEOS below prototypes, added NULL implementation
	  of unite_garray

2003-11-05 18:02  strk

	* renamed unite_finalfunc to unite_garray

2003-11-05 17:48  strk

	* Added GEOS support tips to installation instructions

2003-11-05 11:00  strk

	* postgis.xml put back in place. Makefile modified to generate a
	  postgis-out.xml from postgis.xml.

2003-11-04 21:54  strk

	* made last release version a parameter

2003-11-04 21:52  strk

	* added 'global' specification to sed command

2003-11-04 19:23  strk

	* renamed postgis.xml to postgis.xml.in

2003-11-04 19:20  strk

	* dropped 'clean' rule (not really a good idea right now)

2003-11-04 19:07  strk

	* added doc clean in clean rule

2003-11-04 19:06  strk

	* added missing first geom pfree in unite_finalfunc

2003-11-04 18:56  strk

	* initial import

2003-10-29 15:53  strk

	* 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

	* Added geoscentroid function.

2003-10-29 13:58  strk

	* Added GEOSGetCentroid() function

2003-10-28 16:57  strk

	* Added collect_garray() function.

2003-10-28 15:16  strk

	* unite_sfunc() from postgis_geos.c renamed to geom_accum() and
	  moved in postgis_fn.c

2003-10-28 11:18  strk

	* Added Algorithms section and simplify() enabler code

2003-10-28 11:16  strk

	* Added postgis_algo.c prototypes

2003-10-28 11:16  strk

	* Added postgis_algo.c build support

2003-10-28 10:59  strk

	* handled NULL state array in unite_finalfunc, cleaned up some
	  spurios code

2003-10-27 23:44  strk

	* 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

	* Made GeomUnion release memory soon, Added fastunion support
	  functions

2003-10-27 10:21  strk

	* Initial import.

2003-10-24 21:52  strk

	* Modified strcmp-based if-else with switch-case in GEOS2POSTGIS()
	  using new GEOSGeometryTypeId() interface.

2003-10-24 21:33  strk

	* 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

	* GEOSGetCoordinates() reverted to getCoordinates() call so to be
	  compatible
	  to all type of geometries (not only LineStrings)

2003-10-24 08:28  strk

	* Fixed memory leak in GEOSGetCoordinates(), made sure that
	  GEOS2POSTGIS
	  free type string even in case of collapsed geoms. Made sure that
	  geomunion
	  release memory in case of exception thrown by GEOSUnion. Sooner
	  release
	  of palloced memory in PolyFromGeometry (pts_per_ring).

2003-10-23 19:52  strk

	* added memory debugging tips for gcc >= 3.2.2

2003-10-23 09:14  strk

	* Added default-commented line to disable gcc "smart" memory
	  caching feature.

2003-10-23 08:06  strk

	* Added 'unite' aggregate.

2003-10-22 20:58  pramsey

	* More additions to the TODO

2003-10-22 18:51  pramsey

	* Updated TODO list somewhat

2003-10-21 07:44  strk

	* Made GEOS_DIR and PROJ_DIR settable via environment vars

2003-10-20 19:50  strk

	* Removed some memory leaks in PostGIS2* converters.

2003-10-17 16:32  pramsey

	* Pass USE_* information to version string, add some 7.4 version
	  passing
	  flags to the compile.

2003-10-17 16:12  dblasby

	* Made Envelope() CW instead of CCW.

2003-10-17 16:07  dblasby

	* made isEmpty() return true/false

2003-10-17 00:56  pramsey

	* Added some more AsText wrappers.

2003-10-17 00:55  pramsey

	* Added some AsText wrappers to results to make results match
	  answers.

2003-10-16 20:16  dblasby

	* Added NOTICE_HANDLER function. For some reason this didnt get
	  properly
	  committed last time.

2003-10-16 16:35  dblasby

	* added #include <sys/types.h> for people using freeBSD
	  (strk@keybit.net patch)

2003-10-15 17:04  dblasby

	* added a bunch of catch (GEOSExceptions) blocks to write out more
	  imformative
	  error messages.

2003-10-14 23:19  dblasby

	* GEOS2POSTGIS - added protection to pfree(NULL) for multi* geoms

2003-10-14 21:42  pramsey

	* Added const declarations to sync with current GEOS cvs.

2003-10-06 18:09  dblasby

	* 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

	* added pointonsurface() as a sub. Some memory management
	  fixes/tests.
	  removed a few NOTICEs.

2003-09-29 16:15  pramsey

	* Patch from strk:
	  - "\t" always preceeded the first value of a dump_format query
	  if NULL
	  
	  - field values where quoted with (") in dump_format when
	  called with -k ( did I introduce that? )
	  
	  - Appropriate calls to DBF[..]ReadAttributes based on
	  cached attribute types.
	  
	  - Assured that *all* shapes are NULL before exiting with
	  an error ( I did not check that NULL shapes in the midle
	  of the shapefiles are handled, but previous code did
	  not check that either ... )

2003-09-19 00:37  jeffloun

	* 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

	* added ability to delete geometries.

2003-09-10 22:44  jeffloun

	* got rid of warning...

2003-09-10 22:40  jeffloun

	* changed it to make the field names in the dbf file capital
	  letters

2003-09-10 21:36  jeffloun

	* fixed a bug in is_clockwise...

2003-09-04 16:46  dblasby

	* removed truly_inside() doc.

2003-09-04 16:19  dblasby

	* removed truly_inside() function.

2003-08-22 17:40  dblasby

	* fixed geometry_in('SRID=<int>{no ;}').

2003-08-21 16:22  dblasby

	* added patch from strk@freek.keybit.net for PG_NARGS() not being
	  in 7.2

2003-08-18 20:19  pramsey

	* Add missing </para>

2003-08-18 20:08  pramsey

	* Removed illegal characters from the file.

2003-08-18 20:00  pramsey

	* More entities

2003-08-18 19:45  pramsey

	* Replace <> with proper entities in Dave's new function entries

2003-08-18 16:59  pramsey

	* Added info on piping results to output file.

2003-08-18 16:41  pramsey

	* Change include from io.h to geom.h.

2003-08-17 19:00  pramsey

	* Change sequence handling to respect versions prior to 7.3. Patch
	  from
	  strk.

2003-08-08 18:19  dblasby

	* 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)
	  conformance tests were corrected
	  some dos cr/lf removed
	  empty geometries i.e. GEOMETRYCOLLECT(EMPTY) added (with indexing
	  support)
	  pointN(<linestring>,1) now returns the first point (used to
	  return 2nd)

2003-08-07 05:13  pramsey

	* Added some information about compiling PostgreSQL with C++
	  support to
	  enable proper GEOS behavior.

2003-08-06 19:31  dblasby

	* 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

	* Added null implementations of new GEOS-returning-geometry
	  functions (ie.
	  buffer).

2003-08-05 16:28  jeffloun

	* 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

	* added the functionality to convert GEOS->PostGIS geometries.
	  Added those geos
	  functions to postgis.

2003-08-01 23:22  jeffloun

	* 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

	* Added BC Albers parameterization (epsg 42102)

2003-07-25 17:08  pramsey

	* Moved Cygwin endian define out of source files into postgis.h
	  common
	  header file.

2003-07-08 18:35  dblasby

	* changed asbinary_specify() so that it is more aware of TEXT being
	  un-terminated.
	  
	  this is a modified patch from David Garnier
	  <david.garnier@etudier-online.com>.

2003-07-01 18:30  pramsey

	* Added CVS revision headers.

2003-06-18 16:30  pramsey

	* 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
	  NULL
	  geometry for that record printing a warning on stderr.
	  <strk@freek.keybit.net>

2003-06-12 22:25  pramsey

	* Added transaction begin and end.

2003-05-27 22:35  dblasby

	* New version of the postgis-GEOS connector.

2003-05-13 22:51  dblasby

	* Added a modified version of Carl Anderson
	  <carl.anderson@vadose.org> patch for
	  schema-aware find_srid().
	  
	  I have modified your schema-patched find_srid() and commited it
	  to the postgis
	  
	  1. removed isstrict qualification and explicity throw an error if
	  one of the
	  arguments is null
	  2. use "LIKE" instead of "~" for pattern matching because "~"
	  wasnt working on
	  my system
	  3. throw an error if the the requested geometry couldnt be found.

2003-04-14 18:01  pramsey

	* Patch for optional case sensitivity respect. From strk.

2003-04-10 23:35  pramsey

	* More info

2003-04-10 19:17  dblasby

	* added area() as alias for area2d()

2003-04-10 19:16  dblasby

	* changes to area()

2003-04-10 17:45  pramsey

	* More info.

2003-04-10 17:40  pramsey

	* Fixed within() test to have right order of arguments.

2003-04-10 17:29  pramsey

	* Changes to function names to MATCH the specification.

2003-04-10 17:19  pramsey

	* More consistency fixes.

2003-04-10 17:05  pramsey

	* Fixes for consistency (!!!!) of the tests and a first README on
	  how to run
	  them.

2003-04-10 16:40  pramsey

	* Extra OGC text constructor functions.

2003-04-10 16:22  pramsey

	* Hack to supply c++ CXX variable if undefined.

2003-04-10 16:20  pramsey

	* Cruft removal

2003-04-10 05:19  pramsey

	* Formatting changes.

2003-04-10 05:16  pramsey

	* Remove old commented out duplicate function.

2003-04-09 21:53  pramsey

	* Makefile should fully honor USE_GEOS flag now.

2003-04-09 21:35  pramsey

	* Cleaned up makefile and transform warning removed for null case.

2003-04-09 21:08  pramsey

	* Some reformatting.

2003-04-09 18:34  dblasby

	* GEOS support -first run

2003-04-09 18:34  dblasby

	* test data for isvalid()

2003-04-09 03:40  pramsey

	* Makefile update

2003-04-09 03:40  pramsey

	* Updates for 0.7.5 release.

2003-04-08 21:41  pramsey

	* Cygwin BE_DLLLIBS fix from nvine/jtishler

2003-04-08 21:23  dblasby

	* simple table to test relate(g1,g2). Taken from JTS/GEOS
	  regression test.

2003-04-01 23:02  jeffloun

	* Fixed a bug which dropped the last Z value of each line in 3d
	  lines.

2003-03-07 16:39  pramsey

	* M-handling patch and some Z-recognition too.
	  From strk@freek.keybit.net.

2003-03-06 18:57  chodgson

	* swapped '~=' for '=' in the operator class definition for
	  gist_geometry_ops.

2003-03-06 18:29  chodgson

	* changed 'geometry' to 'GEOMETRY' two places in the
	  AddGeometryColumn sql code.

2003-03-06 18:10  chodgson

	* Updated the documentation for the '~' operator and added
	  documentation for the '@' operator (they were backwards).

2003-03-06 18:04  dblasby

	* indexing for 7.3: @ and ~ were backwards. Corrected.

2003-02-15 00:27  jeffloun

	* 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

	* changed the PIP function to loop from i=0 to 1<n-1

2003-02-13 02:48  pramsey

	* Changes in preparation for 0.7.4 release.

2003-02-12 21:03  pramsey

	* Fixed bug with 7.1 build relating to postgis_estimate.

2003-02-04 23:11  pramsey

	* Changed constraint name for geometry_columns_pk.

2003-02-04 22:57  pramsey

	* Fix memory management error, array of pointers allocated
	  insufficient space.

2003-02-04 21:39  pramsey

	* Added CVS substitution strings for logging.

2003-02-04 06:49  pramsey

	* Fixed stupid case error in 7.2 gist support.

2003-02-03 20:08  pramsey

	* Updated SRS file with better proj4 definitions and nicer
	  commented
	  description lines.

2003-01-31 17:23  chodgson

	* fixed a small error in an example - road_name -> name

2003-01-22 17:07  dblasby

	* 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

	* 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

	* Added USE_STATS fix for index selectivity.

2002-12-17 23:24  dblasby

	* fixed select astext(the_geom)||'dave' from ...; bug

2002-12-10 04:45  pramsey

	* Removed old sql.in files.

2002-12-10 04:37  pramsey

	* Support for 7.3 undefinition.

2002-12-10 04:36  pramsey

	* New SQL update files, with version dependant start and end
	  scripts.

2002-12-06 20:31  pramsey

	* Set USE_PROJ back to default 0.

2002-12-05 22:12  pramsey

	* 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

	* Updates to support 7.3 typecasting conventions. 7.3 support is
	  now ready
	  for beta testing.

2002-12-05 21:11  pramsey

	* "fixed" pg_opclass so that 7.3 index creation works.

2002-12-05 20:57  pramsey

	* Changed an opaque to internal (many to go...)

2002-12-05 20:54  pramsey

	* Pass USE_VERSION macro into the C compilation process to the
	  pre-processor can
	  make use of it

2002-12-05 20:48  pramsey

	* Changed libdir references to LIBPATH and started using the magic
	  $libpath entry for default installs.

2002-12-05 20:40  pramsey

	* Formatting change.

2002-12-05 20:30  pramsey

	* Early support for 7.3. No fixes for typecasting problems yet.

2002-12-05 19:55  pramsey

	* Removed DOS linefeeds from SQL files.

2002-12-05 19:48  pramsey

	* Changes to support 7.3 cleanly.

2002-12-05 19:48  pramsey

	* Changes to allow 7.3 support to be easily added.

2002-12-01 05:59  pramsey

	* Original OpenGIS test suite files. To be edited to conform to
	  PostGIS syntax where legal.

2002-11-26 03:59  pramsey

	* Changed references to 'make' into macro references to MAKE

2002-11-22 21:25  chodgson

	* changed the title of the new section from "Mapserver" to "Using
	  Mapserver"

2002-11-22 21:22  chodgson

	* added more advanced mapserver documentation, and separated
	  mapserver into its own section of the documentation

2002-11-22 17:38  dblasby

	* Non-compiled in transform() returns error instead of nop.

2002-11-20 21:32  chodgson

	* 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

	* added support for clockwise-ness in shp dumper

2002-11-04 21:21  pramsey

	* Removed debugging connstring print.

2002-10-25 16:13  dblasby

	* 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

	* 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

	* fixed the last compile warning on solaris/gcc

2002-10-17 16:45  chodgson

	* - 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

	* Fixed syntax error in hyperlink to postgis source.

2002-10-16 20:33  dblasby

	* Added support to turn off the postgis_gist_sel() computations
	  (see Makefile).

2002-10-16 17:27  pramsey

	* Added USE_STATS switch to make the new statistics system
	  optional.

2002-10-16 17:06  chodgson

	* makefile now has both support for auto-determining postgres
	  version and support for the new histogram2d stuff

2002-10-11 22:52  dblasby

	* New file with original estimation methods.

2002-10-11 22:52  dblasby

	* Added support for histogram2d and better statistical analysis.

2002-10-11 20:22  jeffloun

	* fixed the errors in the error fix i had just committed...

2002-10-11 20:10  jeffloun

	* Fixed a bug from adding NULL support to shape dumper

2002-10-10 17:32  jeffloun

	* added support to write out null geometries to polygon,
	  multipolygon, arc, and multiarcs...

2002-10-10 17:11  jeffloun

	* Added support to write out Null geometries to point and
	  mulitpoints

2002-10-10 17:00  chodgson

	* - 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

	* Fixed complier complaint reported by Mark Sutton <mes@lazo.ca>.

2002-09-06 20:29  pramsey

	* Trivial initialization bug, forget to set dimension.

2002-09-05 16:49  pramsey

	* Changes in preparation for 0.7.3 release

2002-09-05 16:39  dblasby

	* Fixed typo in dropgeometrycolumn() - IS null to =null. This was
	  caused in the
	  last 'fix'.

2002-09-05 00:07  pramsey

	* 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

	* Applied "Mark Cave-Ayland" <mark.cave-ayland@webbased.co.uk>'s
	  patch so
	  transform() will correctly tranform BBOX only geometries.

2002-09-03 15:31  pramsey

	* 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

	* Changes in preparation for 0.7.2 release.

2002-08-19 16:14  dblasby

	* changed "=NULL" to "is null" for postgresql 7.3 devel issues (as
	  reported
	  by Eric - redmonde@purdue.edu)

2002-08-16 17:58  dblasby

	* Applyed "Mark Cave-Ayland" <mark.cave-ayland@webbased.co.uk>'s
	  patch
	  to the truly_inside() function. Thanks mark!

2002-08-07 16:31  pramsey

	* Patch to write null geometries as "\N" in the dump file format
	  case.
	  Submitted by Steffen Macke <sdteffen@web.de>

2002-07-26 16:50  chodgson

	* minor correction

2002-07-24 20:40  pramsey

	* fixes the unwanted quotation of NULLs for the sql insert format.
	  Submitted
	  by Steffen Macke.

2002-07-17 20:10  chodgson

	* fixed some formatting errors from my previous addition

2002-07-17 18:34  chodgson

	* added a "common problems" sub-section to the "installing postgis"
	  section

2002-07-06 17:51  pramsey

	* Reverted USE_PROJ to 0

2002-07-06 15:16  pramsey

	* 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

	* added bytea(wkb)

2002-06-26 18:34  pramsey

	* fixed syntax error in reference to pgsql2shp

2002-06-26 18:25  pramsey

	* Cygwin fixes to the install target to provide .exe extensions.

2002-06-07 18:16  jeffloun

	* 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

	* - 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

	* - updated the ~ and @ operator definitions in
	  postgis_gist_72.sql.in so that ~ is contains and @ is contained

2002-05-28 17:54  chodgson

	* - 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

	* Fixed syntax error in GeometryN defn.

2002-05-14 20:50  pramsey

	* Set USE_PG72 to 0.

2002-05-14 20:47  pramsey

	* Documentation updates for 0.7.1 release.

2002-05-14 20:36  pramsey

	* Stripped DOS carriage returns from all source code files. Should
	  fix some compilation problems on some platforms.

2002-05-14 18:28  chodgson

	* - 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

	* - 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

	* Fixed mistake in FAQ example on radius searching.

2002-05-04 22:52  pramsey

	* More docbook changes.

2002-05-04 22:51  pramsey

	* Docbook syntax error changes.

2002-05-04 22:47  pramsey

	* Added postgis_undef.sql to make clean target.

2002-05-04 22:46  pramsey

	* Documentation updates to go with the 0.7 release. All new
	  functions
	  documented, and appropriate changes made to installation and
	  other
	  directions. New build process for the PG72 indexes and PROJ4
	  support
	  added to Makefile.

2002-05-04 22:44  pramsey

	* Add commenting to indicate the coordinate system of each insert
	  line in
	  a human readable form.

2002-05-04 22:44  pramsey

	* Update shapelib references to 1.2.9.

2002-05-04 20:30  pramsey

	* Added an "install" target which installs shp2pgsql and pgsql2shp
	  in the
	  default pgsql bin directory.

2002-05-04 20:29  pramsey

	* Changed WANT_PROJECTION flag to USE_PROJ to match other Makefile
	  defines.

2002-05-04 20:28  pramsey

	* Added GeomFromText alias to GeometryFromText since the former is
	  in the
	  SFSQL spec and the latter is not.

2002-05-03 03:14  pramsey

	* Start of 0.7 documenation edits.

2002-05-02 22:25  dblasby

	* 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

	* Better error reporting.

2002-04-30 23:20  dblasby

	* Added some debugging to transform.

2002-04-29 17:23  dblasby

	* Added distance_ellipsiod(point,point,ellipsoid)
	  (called distance_spheroid in SQL)

2002-04-26 22:50  chodgson

	* - 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
	  containing the new postgres >= 7.2 definitions
	  
	  - the makefile has been updated to compile EITHER postgis_gist.c
	  OR postgis_gist_72.c, and also to process EITHER
	  postgis_gist.sql.in OR postgis_gist_72.sql and add the output to
	  the end of postgis.sql
	  
	  - in order to compile the gist functions for posgres 7.2 or
	  newer, make sure to point your PGSQL_SRC at the new source
	  directory, and uncomment the line in the makefile which says PG72
	  = 1 (near the top)
	  
	  - some functions that were previously in postgis_ops.c were moved
	  to postgis_fn.c, as part of a general cleanup I did when
	  splitting off the gist functions into their own file
	  
	  - some definitions that were previously in postgis.h
	  (unnecessarily) where removed, as they varied depending on which
	  version of postgis_gist was being used
	  
	  - also edited the loader/Makefile to clean up properly

2002-04-26 16:13  pramsey

	* Column name length limitation removed. Patch submitted by
	  Bernhard
	  Reiter <bernhard@intevation.de>

2002-04-23 17:02  pramsey

	* XML syntax error.

2002-04-19 18:20  pramsey

	* Removed the CREATE INDEX statement since there is already a
	  primary
	  key index.

2002-04-19 18:15  pramsey

	* 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

	* Patches to bring example up to current version in terms of SQL
	  access
	  and to stop silly bug in missing table case. Submitted by
	  Steffen Macke <sdteffen@web.de>

2002-04-15 22:38  jeffloun

	* 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

	* changed postgis_Version() to return type text, not type char.

2002-03-25 22:20  pramsey

	* Minor syntax changes in commenting.

2002-03-25 02:04  pramsey

	* Minor syntactical changes to try and allow compilation on IRIX.

2002-03-22 18:42  chodgson

	* Added the collect(geometry) function which is an aggregate
	  function that
	  takes a group of geometries and turns them into a geometry
	  collection. For
	  example, "select collect(roadsgeom) from roadstable group by
	  roadname"
	  would return one geometrycollection for each unique road name.

2002-03-15 17:10  dblasby

	* ADD xmin(box3d) etc... for box3d's.

2002-03-14 19:35  jeffloun

	* added a warning to the shape dumper when there are no fields in
	  the database.

2002-03-01 19:32  pramsey

	* 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@yahoo.com>.

2002-02-27 00:38  dblasby

	* minor bug in geometry_to_text() for BOX3D only types fixed.

2002-02-27 00:06  dblasby

	* BOX3D only geometries now dump as "SRID=x;BOX3D(...)". They are
	  now okay to dump/restore.

2002-02-26 23:46  dblasby

	* for bbox only geometries, it will dump as "SRID=x;NULL", and on
	  load, it will be NULL.

2002-02-23 19:04  pramsey

	* Patch to pgsql2shp to allow dumping of tables with more than one
	  geometry
	  column, and addition of -g option to specific which geometry
	  column to dump.
	  Submitted by Steffen Macke <sdteffen@yahoo.com>.

2002-02-19 16:57  pramsey

	* Patch to shp2pgsql.c to properly handle 3D shape files. Submitted
	  by Steffen Macke <sdteffen@yahoo.com>.

2002-02-18 18:02  dblasby

	* minor bug fix

2002-02-18 17:02  dblasby

	* Added TS support function (chip and some non-SFSQL functions)

2002-02-13 16:50  pramsey

	* Fixed syntax error in UPDATE statement.

2002-01-11 16:58  dblasby

	* better "no proj4" support addded

2002-01-08 16:55  pramsey

	* Fixed dumb error in POINT syntax example.

2002-01-07 21:07  dblasby

	* Order changes to avoid conflicts.

2002-01-03 23:31  dblasby

	* Added max_distance(l1,l2) function

2001-12-21 23:01  dblasby

	* 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

	* Doco changes to reflect use of 'createlang' as default language
	  creator.

2001-12-18 22:28  dblasby

	* Added to achive (no code)

2001-12-12 22:21  dblasby

	* changed setSRID(chip and geometry, int) so its cachable

2001-12-12 22:19  dblasby

	* Made setSRID cachable

2001-11-21 19:39  dblasby

	* Chip now handles data with different datasizes (datum_size)

2001-11-19 17:25  pramsey

	* Fix error in sentence about OGC support.

2001-11-07 19:35  pramsey

	* Added dates to changelog *yawn*

2001-11-07 17:25  pramsey

	* Added 0.6.2 changes.

2001-11-06 23:03  jeffloun

	* Fixed the 'free memory that didn't exist problem' from newsgroup
	  feedback

2001-11-02 23:04  dblasby

	* New CHIP type

2001-11-02 23:00  dblasby

	* Added CHIP info

2001-11-02 00:28  pramsey

	* Added README to files installed by default

2001-11-01 22:57  pramsey

	* Updated shapelib files from latest CVS version.

2001-10-31 22:18  pramsey

	* Added spatial_ref_sys.sql to the installed files for 'make
	  install'

2001-10-30 19:52  pramsey

	* Added some line commenting to make names more readable.

2001-10-30 19:47  pramsey

	* More spelling fixes, this time with ispell! :)

2001-10-30 19:43  pramsey

	* Fix spelling mistake.

2001-10-29 17:52  jeffloun

	* 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

	* Added N.Vines changes to Makefile for better compilation under
	  cygwin.

2001-10-26 16:30  pramsey

	* Fixed documentation error with respect to box3d

2001-10-25 18:22  dblasby

	* Fixed but in WKB out - wkb_multi* didnt set the 'size' return
	  value.

2001-10-24 20:56  pramsey

	* 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

	* 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

	* fixed a bug in shp2pgsqkl that allocated way too much memory in
	  polygon files.

2001-10-22 20:13  jeffloun

	* Standard GNU option handling.

2001-10-22 20:12  jeffloun

	* 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

	* postgis_undef.sql is now automatically generated from postgis.sql
	  so
	  no longer part of source code distribution

2001-10-18 17:51  pramsey

	* Added lines to automatically create postgis_undef.sql from
	  postgis.sql using create_undef.pl as part of standard build
	  process.

2001-10-18 16:39  dblasby

	* create_undef.pl changed to reove the 2 meta-info tables
	  (spatial_ref_sys and geometry_columns).

2001-10-17 23:13  pramsey

	* Updated style.css to match new website.

2001-10-15 18:07  pramsey

	* 0.6.1 changes

2001-10-15 17:42  pramsey

	* Usage documentation changes.

2001-10-11 18:35  pramsey

	* Added line break ot usage.

2001-10-11 18:34  pramsey

	* Made usage line more friendly for 80 column displays.

2001-10-11 18:26  pramsey

	* Edited the usage log to by nicer to 80 column displays

2001-10-11 18:07  jeffloun

	* Fixed some errors and warning that caused it not to compile under
	  linux

2001-10-11 17:15  jeffloun

	* Modified the .c files slightly to get rid of some warnings.

2001-10-04 18:53  jeffloun

	* 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

	* Modified the program to use getopt topion parsing.

2001-09-20 18:14  jeffloun

	* 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

	* Removed index-based extent() support functions in postgis_debug.c
	  due to
	  compile errors reported under cygwin.

2001-09-19 23:03  pramsey

	* Updated to provide usage information for the dumper.

2001-09-19 22:59  pramsey

	* Split the loader README into two readmes, one for loader and one
	  for
	  dumper.

2001-09-19 19:01  pramsey

	* Makefile changes in preparation for 0.6 release.
	  Documentation fiddling for final format.

2001-09-19 18:47  pramsey

	* Changes and additions necessary to include pgsql2shp

2001-09-19 18:00  pramsey

	* Additions for the 0.6 release.

2001-09-18 01:34  pramsey

	* 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

	* Fixed a stupid debugging error that would cause all things to be
	  treated as 3d points.

2001-09-17 21:00  jeffloun

	* Makefile changes:
	  I added an option in the makefile to add debugging information
	  into the compile.
	  
	  shp2psql.c
	  Modified this program so that it works with the new specs of
	  version 0.6 , sr_id's etc.
	  Also added a command line option to specify the sr_id.

2001-09-04 19:41  dblasby

	* Added workaround for PostgreSQL's user defined VARIABLE length
	  datatype default value bug

2001-09-04 19:30  dblasby

	* Added support to make WKB a full type.

2001-08-30 22:24  pramsey

	* Typo in SQL example fixed.

2001-08-24 21:11  dblasby

	* geometry(text) function safer with null text fields.

2001-08-24 21:02  dblasby

	* added geometry(text) conversion function

2001-08-14 22:15  dblasby

	* 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

	* Fixed type in index description.

2001-08-08 22:10  pramsey

	* Added a -C option for the shp2pgsql compile

2001-08-08 21:54  dblasby

	* Added new undef.sql file and perl file to generate it.

2001-08-08 21:49  dblasby

	* Added new perl function to make an undef SQL script.

2001-08-08 05:25  pramsey

	* Made OGIS type numbers final per request from James MacGill @
	  Leeds

2001-08-07 21:36  pramsey

	* This file is superceded by the Makefile.

2001-08-07 21:35  pramsey

	* This binary should not have been in CVS.

2001-08-02 16:50  dblasby

	* Added more openGIS functions:
	  Length2d() is renamed length()
	  perimeter2d() is renamed to perimeter()
	  
	  numgeometries(geometry) works on MULTI* types
	  geometryn(geometry) works on MULTI* types
	  
	  
	  from section 2.1.5.1
	  --------------------
	  startpoint(geometry) :- if geometry is a linestring, return the
	  first
	  point. Otherwise, return NULL.
	  
	  endpoint(geometry) :- if geometry is a linestring, return the
	  last
	  point. Otherwise, return NULL.
	  
	  from section 2.1.9.1/3.2.18.2
	  --------------------
	  
	  centroid(geometry) :- if geometry is a polygon (or multipolygon),
	  return
	  the mathematical centroid (no guaranteed to be on polygon),
	  otherwise
	  return NULL. I define centroid as the average location of all the
	  points
	  in the polygon (outer ring only). For multipolygons, average all
	  the
	  points on all the outer rings.
	  
	  from section 3.2.12.2/3.2.17.2
	  ---------------------
	  isclosed(geometry) :- if geometry is a linestring then returns
	  startpoint == endpoint. If its not a linestring then return NULL.
	  If
	  its a multilinestring, return true only if all the
	  sub-linestrings have
	  startpoint=endpoint.

2001-07-31 19:11  dblasby

	* Added plpgsql functions AddGeometryColumn() and
	  DeleteGeometryColumn().

2001-07-30 17:29  dblasby

	* 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

	* Ooops, back to shp2pgsql as the target (dummy target)

2001-07-30 16:31  pramsey

	* Renamed loader target to 'loader'.

2001-07-30 16:27  pramsey

	* Added a line to automatically make shp2pgsql with 'all'

2001-07-29 17:18  pramsey

	* Added section on upgrading.

2001-07-26 17:41  pramsey

	* And one last time, this time for real, fixing the install
	  location.

2001-07-26 17:37  pramsey

	* Changed back to libdir for the install path

2001-07-26 17:22  pramsey

	* Updated minor version number to 5

2001-07-24 20:37  dblasby

	* added expand_bbox(bbox,double) for easier searching.

2001-07-24 20:18  dblasby

	* minor change to distance(geom,geom) for stability

2001-07-24 20:12  dblasby

	* added distance(geometry,geometry) and support functions

2001-07-23 22:53  pramsey

	* Apply Norman Vine's Cygwin fix for the loader to compile

2001-07-22 19:00  pramsey

	* Fix error in shp2pgsql section.

2001-07-21 00:43  pramsey

	* Added lines for 0.2 and 0.5

2001-07-21 00:16  dblasby

	* Fixes to single-point-line problem.

2001-07-21 00:02  pramsey

	* Updates for 0.5 release.

2001-07-20 23:49  pramsey

	* Entered 0.5 change list

2001-07-20 23:40  pramsey

	* First version.

2001-07-20 23:27  pramsey

	* Change version numbers

2001-07-20 23:26  pramsey

	* Updated to include all new functions and features since release
	  0.2

2001-07-20 18:48  dblasby

	* Dumper changes.

2001-07-20 18:24  pramsey

	* Spelling error in makefile.

2001-07-20 18:23  pramsey

	* Fixed dos2unix problem.

2001-07-20 18:21  pramsey

	* Added newlines after each begin directive.

2001-07-20 16:10  dblasby

	* Added -dump option to produce pg_dump format output. Minor fixes.

2001-07-20 15:25  pramsey

	* Hopefully fixed PGSQL_SRC environment variable test.

2001-07-18 22:17  dblasby

	* 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

	* Changed loader name to shp2pgsql

2001-07-18 21:42  pramsey

	* Initial add of the data loader code.

2001-07-16 16:53  pramsey

	* Added a 'make clean' directive.

2001-06-29 22:32  dblasby

	* 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

	* Fix typo in box3d

2001-06-28 23:53  dblasby

	* Added force_collection(geometry)

2001-06-28 17:52  dblasby

	* 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

	* *** empty log message ***

2001-06-27 17:28  dblasby

	* Initial version of Projection support (currently limited to
	  ellipsoids).

2001-06-26 23:57  pramsey

	* 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

	* Added OGIS support functions and basic constructors.

2001-06-22 18:13  dblasby

	* Altered to point local development library path at right place.

2001-06-22 17:39  cvs

	* Initial revision

2001-06-22 17:39  cvs

	* New repository initialized by cvs2svn.

