]> granicus.if.org Git - postgis/log
postgis
19 years agoHand edit paris central meridian definitions.
Paul Ramsey [Wed, 23 Feb 2005 19:17:31 +0000 (19:17 +0000)]
Hand edit paris central meridian definitions.
Danger: other non-Greenwich projections might also have problems.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1434 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoanother fastjar fix
Markus Schaber [Wed, 23 Feb 2005 13:31:29 +0000 (13:31 +0000)]
another fastjar fix

git-svn-id: http://svn.osgeo.org/postgis/trunk@1433 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed jikes compiler warning, using super. for static methods is suboptimal.
Markus Schaber [Wed, 23 Feb 2005 13:19:14 +0000 (13:19 +0000)]
Fixed jikes compiler warning, using super. for static methods is suboptimal.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1432 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoGeometryFromText() bug fix
Sandro Santilli [Wed, 23 Feb 2005 09:59:34 +0000 (09:59 +0000)]
GeometryFromText() bug fix

git-svn-id: http://svn.osgeo.org/postgis/trunk@1431 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed GeometryFromText() to add a bbox cache FOR_COMPLEX_GEOMS
Sandro Santilli [Wed, 23 Feb 2005 09:58:16 +0000 (09:58 +0000)]
Fixed GeometryFromText() to add a bbox cache FOR_COMPLEX_GEOMS

git-svn-id: http://svn.osgeo.org/postgis/trunk@1430 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded bool::text cast
Sandro Santilli [Wed, 23 Feb 2005 09:44:34 +0000 (09:44 +0000)]
Added bool::text cast

git-svn-id: http://svn.osgeo.org/postgis/trunk@1429 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded bool::text cast.
Sandro Santilli [Wed, 23 Feb 2005 09:00:36 +0000 (09:00 +0000)]
Added bool::text cast.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1428 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoUpdated jdbc2/Makefile:
Markus Schaber [Tue, 22 Feb 2005 18:10:19 +0000 (18:10 +0000)]
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

git-svn-id: http://svn.osgeo.org/postgis/trunk@1427 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoRemoved unused import
Markus Schaber [Tue, 22 Feb 2005 13:05:31 +0000 (13:05 +0000)]
Removed unused import

git-svn-id: http://svn.osgeo.org/postgis/trunk@1426 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoSome more debian woody fixes.
Markus Schaber [Tue, 22 Feb 2005 13:04:14 +0000 (13:04 +0000)]
Some more debian woody fixes.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1425 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoRemove redundant addDataType() call that slipped in during
Markus Schaber [Tue, 22 Feb 2005 13:01:04 +0000 (13:01 +0000)]
Remove redundant addDataType() call that slipped in during
WKT measured geometries work. It also broke pgjdbc7.2
compatibility.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1424 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoPatches from Alex Bodnaru (debian maintainer)
Markus Schaber [Tue, 22 Feb 2005 12:31:31 +0000 (12:31 +0000)]
Patches from Alex Bodnaru (debian maintainer)

git-svn-id: http://svn.osgeo.org/postgis/trunk@1423 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded not about early memory release
Sandro Santilli [Tue, 22 Feb 2005 12:12:58 +0000 (12:12 +0000)]
Added not about early memory release

git-svn-id: http://svn.osgeo.org/postgis/trunk@1422 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoEarly release of DETOASTED geoms.
Sandro Santilli [Tue, 22 Feb 2005 10:10:13 +0000 (10:10 +0000)]
Early release of DETOASTED geoms.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1421 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed path to lwpostgis.sql script
Sandro Santilli [Tue, 22 Feb 2005 09:59:21 +0000 (09:59 +0000)]
Fixed path to lwpostgis.sql script

git-svn-id: http://svn.osgeo.org/postgis/trunk@1420 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoEarly release of DETOASTED or deserialized geometries, to reduce memory usage
Sandro Santilli [Tue, 22 Feb 2005 09:55:41 +0000 (09:55 +0000)]
Early release of DETOASTED or deserialized geometries, to reduce memory usage

git-svn-id: http://svn.osgeo.org/postgis/trunk@1419 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoForced cleanup of DETOASTED and deserialized geometries for better memory
Sandro Santilli [Tue, 22 Feb 2005 09:39:07 +0000 (09:39 +0000)]
Forced cleanup of DETOASTED and deserialized geometries for better memory
usage.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1418 b70326c6-7e19-0410-871a-916f4a2858ee

19 years ago*** empty log message ***
Markus Schaber [Mon, 21 Feb 2005 18:28:27 +0000 (18:28 +0000)]
*** empty log message ***

git-svn-id: http://svn.osgeo.org/postgis/trunk@1417 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoChanged min() max() usage with LW_MIN() LW_MAX()
Sandro Santilli [Mon, 21 Feb 2005 16:22:32 +0000 (16:22 +0000)]
Changed min() max() usage with LW_MIN() LW_MAX()

git-svn-id: http://svn.osgeo.org/postgis/trunk@1416 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoChanged byte to uchar to avoid clashes with win32 headers.
Sandro Santilli [Mon, 21 Feb 2005 16:16:14 +0000 (16:16 +0000)]
Changed byte to uchar to avoid clashes with win32 headers.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1415 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoremoved ugly () display
Markus Schaber [Mon, 21 Feb 2005 15:49:54 +0000 (15:49 +0000)]
removed ugly () display

git-svn-id: http://svn.osgeo.org/postgis/trunk@1414 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded version printing (for debugging purposes)
Markus Schaber [Mon, 21 Feb 2005 14:59:27 +0000 (14:59 +0000)]
Added version printing (for debugging purposes)

git-svn-id: http://svn.osgeo.org/postgis/trunk@1413 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoSkip tests that are known to fail when running against older PostGIS server versions
Markus Schaber [Mon, 21 Feb 2005 14:16:30 +0000 (14:16 +0000)]
Skip tests that are known to fail when running against older PostGIS server versions

git-svn-id: http://svn.osgeo.org/postgis/trunk@1412 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoSome micro optimizations and cleanups
Markus Schaber [Fri, 18 Feb 2005 16:01:50 +0000 (16:01 +0000)]
Some micro optimizations and cleanups

git-svn-id: http://svn.osgeo.org/postgis/trunk@1411 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded Version.class to allow programatically identification of PostGIS jdbc version
Markus Schaber [Fri, 18 Feb 2005 14:49:54 +0000 (14:49 +0000)]
Added Version.class to allow programatically identification of  PostGIS jdbc version

git-svn-id: http://svn.osgeo.org/postgis/trunk@1410 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded beta support for JTS classes
Markus Schaber [Fri, 18 Feb 2005 14:40:08 +0000 (14:40 +0000)]
Added beta support for JTS classes

git-svn-id: http://svn.osgeo.org/postgis/trunk@1409 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoadded memory leak fix
Sandro Santilli [Fri, 18 Feb 2005 08:43:34 +0000 (08:43 +0000)]
added memory leak fix

git-svn-id: http://svn.osgeo.org/postgis/trunk@1408 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoRemoved memory leak in geos2postgis polygon conversion.
Sandro Santilli [Fri, 18 Feb 2005 08:42:52 +0000 (08:42 +0000)]
Removed memory leak in geos2postgis polygon conversion.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1407 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoImproved transform() errors verbosity.
Sandro Santilli [Thu, 17 Feb 2005 16:09:56 +0000 (16:09 +0000)]
Improved transform() errors verbosity.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1406 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoSyntaxes cleanups.
Sandro Santilli [Thu, 17 Feb 2005 15:54:01 +0000 (15:54 +0000)]
Syntaxes cleanups.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1405 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoremoved verbosity from my last entry
Markus Schaber [Thu, 17 Feb 2005 15:44:11 +0000 (15:44 +0000)]
removed verbosity from my last entry

git-svn-id: http://svn.osgeo.org/postgis/trunk@1404 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agofixed postgis_debug.jar
Markus Schaber [Thu, 17 Feb 2005 15:42:41 +0000 (15:42 +0000)]
fixed postgis_debug.jar

git-svn-id: http://svn.osgeo.org/postgis/trunk@1403 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed some introduced misorderings of func declaration/body.
Sandro Santilli [Thu, 17 Feb 2005 15:39:17 +0000 (15:39 +0000)]
Fixed some introduced misorderings of func declaration/body.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1402 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed dependency handling for jars
Markus Schaber [Thu, 17 Feb 2005 14:48:01 +0000 (14:48 +0000)]
Fixed dependency handling for jars

git-svn-id: http://svn.osgeo.org/postgis/trunk@1401 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoUpdated makefile - better dependency management for jars,
Markus Schaber [Thu, 17 Feb 2005 14:41:33 +0000 (14:41 +0000)]
Updated makefile - better dependency management for jars,
additional targets for debian, more comments.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1400 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed a bug in pointArray_construct() copying input points instead
Sandro Santilli [Thu, 17 Feb 2005 09:19:20 +0000 (09:19 +0000)]
Fixed a bug in pointArray_construct() copying input points instead
of keeping a pointer to them. This has been introduced *after* RC2
was released.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1399 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded wkb_recv and wkb_send obsoleted functions handling
Sandro Santilli [Thu, 17 Feb 2005 08:36:54 +0000 (08:36 +0000)]
Added wkb_recv and wkb_send obsoleted functions handling

git-svn-id: http://svn.osgeo.org/postgis/trunk@1398 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded force_collection() bug fix
Sandro Santilli [Mon, 14 Feb 2005 20:49:27 +0000 (20:49 +0000)]
Added force_collection() bug fix

git-svn-id: http://svn.osgeo.org/postgis/trunk@1397 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed bug in force_collection() leaving spurious bbox cache and SRID info
Sandro Santilli [Mon, 14 Feb 2005 20:45:22 +0000 (20:45 +0000)]
Fixed bug in force_collection() leaving spurious bbox cache and SRID info
in inner geometry when applied to single geoms.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1396 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoNow compiles against 7.2 with some magic trickery instead of patching.
Markus Schaber [Mon, 14 Feb 2005 11:49:19 +0000 (11:49 +0000)]
Now compiles against 7.2 with some magic trickery instead of patching.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1395 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoadded memory alignment handling
Sandro Santilli [Thu, 10 Feb 2005 17:56:18 +0000 (17:56 +0000)]
added memory alignment handling

git-svn-id: http://svn.osgeo.org/postgis/trunk@1394 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoDropped getbox2d_internal().
Sandro Santilli [Thu, 10 Feb 2005 17:41:55 +0000 (17:41 +0000)]
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.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1393 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded a couple of distance() tests.
Sandro Santilli [Thu, 10 Feb 2005 17:38:20 +0000 (17:38 +0000)]
Added a couple of distance() tests.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1392 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded -Wall to CFLAGS
Sandro Santilli [Thu, 10 Feb 2005 16:34:26 +0000 (16:34 +0000)]
Added -Wall to CFLAGS

git-svn-id: http://svn.osgeo.org/postgis/trunk@1391 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoChanged 'char' to 'uchar' (unsigned char typedef) wherever octet is actually
Sandro Santilli [Thu, 10 Feb 2005 10:52:53 +0000 (10:52 +0000)]
Changed 'char' to 'uchar' (unsigned char typedef) wherever octet is actually
meant to be.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1390 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded X(), Y() and Z() tests.
Sandro Santilli [Thu, 10 Feb 2005 10:03:59 +0000 (10:03 +0000)]
Added X(), Y() and Z() tests.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1389 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoadopt documentation wr/t conflicting driverconfig.properties to
Markus Schaber [Wed, 9 Feb 2005 18:11:37 +0000 (18:11 +0000)]
adopt documentation wr/t conflicting driverconfig.properties to
reflect what jdbc actually does.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1388 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agodocumentation update item
Sandro Santilli [Wed, 9 Feb 2005 11:55:21 +0000 (11:55 +0000)]
documentation update item

git-svn-id: http://svn.osgeo.org/postgis/trunk@1387 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoRemoved PGSQL7.1 references, clearly stated support starting from 72.
Sandro Santilli [Wed, 9 Feb 2005 11:53:20 +0000 (11:53 +0000)]
Removed PGSQL7.1 references, clearly stated support starting from 72.
Renamed all postgis.sql refs to lwpostgis.sql.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1386 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agofixed debugging output
Sandro Santilli [Wed, 9 Feb 2005 11:48:11 +0000 (11:48 +0000)]
fixed debugging output

git-svn-id: http://svn.osgeo.org/postgis/trunk@1385 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded patch to enable compilation against pg72jdbc2.jar.
Markus Schaber [Tue, 8 Feb 2005 17:48:24 +0000 (17:48 +0000)]
Added patch to enable compilation against pg72jdbc2.jar.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1384 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded jdbc2 jdk1.3 enabling note.
Markus Schaber [Tue, 8 Feb 2005 14:54:27 +0000 (14:54 +0000)]
Added jdbc2 jdk1.3 enabling note.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1383 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoRemoved use of jdk1.4 only features to allow jdbc2 to be
Markus Schaber [Tue, 8 Feb 2005 14:53:29 +0000 (14:53 +0000)]
Removed use of jdk1.4 only features to allow jdbc2 to be
build with older jdk releases (tested with 1.3)

git-svn-id: http://svn.osgeo.org/postgis/trunk@1382 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoReduced scope of VACUUM ANALYZE call to the sole spatial_ref_sys table
Sandro Santilli [Tue, 8 Feb 2005 08:17:49 +0000 (08:17 +0000)]
Reduced scope of VACUUM ANALYZE call to the sole spatial_ref_sys table
as suggested by Kevin Neufeld

git-svn-id: http://svn.osgeo.org/postgis/trunk@1381 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoupdated
Sandro Santilli [Tue, 8 Feb 2005 07:59:57 +0000 (07:59 +0000)]
updated

git-svn-id: http://svn.osgeo.org/postgis/trunk@1380 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed probe_geometry_columns to work with PG72 (pg_constraint was pg_relcheck)
Sandro Santilli [Tue, 8 Feb 2005 07:59:07 +0000 (07:59 +0000)]
Fixed probe_geometry_columns to work with PG72 (pg_constraint was pg_relcheck)

git-svn-id: http://svn.osgeo.org/postgis/trunk@1379 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed probe_geometry_columns so to work on spatial tables with multiple
Sandro Santilli [Tue, 8 Feb 2005 07:37:42 +0000 (07:37 +0000)]
Fixed probe_geometry_columns so to work on spatial tables with multiple
geometry columns.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1378 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoupdated
Sandro Santilli [Mon, 7 Feb 2005 14:06:14 +0000 (14:06 +0000)]
updated

git-svn-id: http://svn.osgeo.org/postgis/trunk@1377 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed broken 72 index bindings.
Sandro Santilli [Mon, 7 Feb 2005 14:02:20 +0000 (14:02 +0000)]
Fixed broken 72 index bindings.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1376 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed pgjdbc 8.0 autoregistration.
Markus Schaber [Mon, 7 Feb 2005 13:42:38 +0000 (13:42 +0000)]
Fixed pgjdbc 8.0 autoregistration.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1375 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoReplaced DEBUG* macros with PGIS_DEBUG*, to avoid clashes with postgresql DEBUG
Sandro Santilli [Mon, 7 Feb 2005 13:21:10 +0000 (13:21 +0000)]
Replaced DEBUG* macros with PGIS_DEBUG*, to avoid clashes with postgresql DEBUG

git-svn-id: http://svn.osgeo.org/postgis/trunk@1374 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoupdated CHANGES
Sandro Santilli [Mon, 7 Feb 2005 12:56:46 +0000 (12:56 +0000)]
updated CHANGES

git-svn-id: http://svn.osgeo.org/postgis/trunk@1373 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoMore portable date command for BUILDDATE extraction
Sandro Santilli [Mon, 7 Feb 2005 12:56:29 +0000 (12:56 +0000)]
More portable date command for BUILDDATE extraction

git-svn-id: http://svn.osgeo.org/postgis/trunk@1372 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoupdated with next release changes
Sandro Santilli [Mon, 7 Feb 2005 12:32:44 +0000 (12:32 +0000)]
updated with next release changes

git-svn-id: http://svn.osgeo.org/postgis/trunk@1371 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoupdated
Sandro Santilli [Mon, 7 Feb 2005 12:31:41 +0000 (12:31 +0000)]
updated

git-svn-id: http://svn.osgeo.org/postgis/trunk@1370 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFix makefile (broken by driverconfig.properties rename
Markus Schaber [Mon, 7 Feb 2005 11:49:01 +0000 (11:49 +0000)]
Fix makefile (broken by driverconfig.properties rename

git-svn-id: http://svn.osgeo.org/postgis/trunk@1369 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoRemoved issues that were done, hoping they will not re-emerge :-)
Markus Schaber [Mon, 7 Feb 2005 11:31:19 +0000 (11:31 +0000)]
Removed issues that were done, hoping they will not re-emerge :-)

git-svn-id: http://svn.osgeo.org/postgis/trunk@1368 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed jdbc8.0 autoregistration, added regression test.
Markus Schaber [Mon, 7 Feb 2005 09:15:42 +0000 (09:15 +0000)]
Fixed jdbc8.0 autoregistration, added regression test.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1367 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed literal && inside the text, replaced with &
Paul Ramsey [Fri, 4 Feb 2005 17:08:25 +0000 (17:08 +0000)]
Fixed literal && inside the text, replaced with &

git-svn-id: http://svn.osgeo.org/postgis/trunk@1366 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agomissing license
Sandro Santilli [Fri, 4 Feb 2005 14:20:42 +0000 (14:20 +0000)]
missing license

git-svn-id: http://svn.osgeo.org/postgis/trunk@1365 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded Performance Tips chapter
Sandro Santilli [Fri, 4 Feb 2005 10:20:57 +0000 (10:20 +0000)]
Added Performance Tips chapter

git-svn-id: http://svn.osgeo.org/postgis/trunk@1364 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoApplied Markus Shaber licensing patches.
Sandro Santilli [Fri, 4 Feb 2005 09:05:24 +0000 (09:05 +0000)]
Applied Markus Shaber licensing patches.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1363 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoChanged performance-sensible functions from STABLE to IMMUTABLE
Sandro Santilli [Tue, 1 Feb 2005 16:53:53 +0000 (16:53 +0000)]
Changed performance-sensible functions from STABLE to IMMUTABLE

git-svn-id: http://svn.osgeo.org/postgis/trunk@1362 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAnother small patch from Markus
Sandro Santilli [Tue, 1 Feb 2005 15:26:08 +0000 (15:26 +0000)]
Another small patch from Markus

git-svn-id: http://svn.osgeo.org/postgis/trunk@1361 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded maintainer notice, to reduce Jeff-strk mail bounces
Sandro Santilli [Mon, 31 Jan 2005 22:15:22 +0000 (22:15 +0000)]
Added maintainer notice, to reduce Jeff-strk mail bounces

git-svn-id: http://svn.osgeo.org/postgis/trunk@1360 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoApplied Markus Shaber patches.
Sandro Santilli [Mon, 31 Jan 2005 17:17:06 +0000 (17:17 +0000)]
Applied Markus Shaber patches.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1359 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoMarkus Shaber version.
Sandro Santilli [Mon, 31 Jan 2005 12:32:48 +0000 (12:32 +0000)]
Markus Shaber version.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1358 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoUsed default float precision in BOX2D output
Sandro Santilli [Mon, 31 Jan 2005 09:24:16 +0000 (09:24 +0000)]
Used default float precision in BOX2D output

git-svn-id: http://svn.osgeo.org/postgis/trunk@1357 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoMore error handlings in transform(geom, int)
Sandro Santilli [Mon, 31 Jan 2005 09:01:14 +0000 (09:01 +0000)]
More error handlings in transform(geom, int)

git-svn-id: http://svn.osgeo.org/postgis/trunk@1356 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoreplaced by PGbox2d.java
Sandro Santilli [Sun, 30 Jan 2005 09:48:34 +0000 (09:48 +0000)]
replaced by PGbox2d.java

git-svn-id: http://svn.osgeo.org/postgis/trunk@1355 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded BOX2D and BOX3D support and tests, by Markus Shaber.
Sandro Santilli [Sun, 30 Jan 2005 09:46:46 +0000 (09:46 +0000)]
Added BOX2D and BOX3D support and tests, by Markus Shaber.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1354 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoMade unparsable proj strings error more verbose and removed a typo
Sandro Santilli [Sun, 30 Jan 2005 09:12:00 +0000 (09:12 +0000)]
Made unparsable proj strings error more verbose and removed a typo
in transform_geom().

git-svn-id: http://svn.osgeo.org/postgis/trunk@1353 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoChanged --with-geos arg to express GEOS_DIR (is more intuitive).
Sandro Santilli [Fri, 28 Jan 2005 16:10:10 +0000 (16:10 +0000)]
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.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1352 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoLAST_RELEASE_VERSION bumped to 1.0.0
Sandro Santilli [Fri, 28 Jan 2005 15:40:15 +0000 (15:40 +0000)]
LAST_RELEASE_VERSION bumped to 1.0.0

git-svn-id: http://svn.osgeo.org/postgis/trunk@1351 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoApplied small patches from Markus Shaber
Sandro Santilli [Fri, 28 Jan 2005 14:50:35 +0000 (14:50 +0000)]
Applied small patches from Markus Shaber

git-svn-id: http://svn.osgeo.org/postgis/trunk@1350 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed a bug in transform() missing to update SRID in output
Sandro Santilli [Thu, 27 Jan 2005 18:06:29 +0000 (18:06 +0000)]
Fixed a bug in transform() missing to update SRID in output

git-svn-id: http://svn.osgeo.org/postgis/trunk@1349 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed FAQ to use the schema version of AddGeometryColumn
Sandro Santilli [Thu, 27 Jan 2005 11:17:23 +0000 (11:17 +0000)]
Fixed FAQ to use the schema version of AddGeometryColumn
(generated confusion for 0.7.5 users)

git-svn-id: http://svn.osgeo.org/postgis/trunk@1348 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoVersion bumped to 1.0.0RC2
Sandro Santilli [Wed, 26 Jan 2005 08:35:56 +0000 (08:35 +0000)]
Version bumped to 1.0.0RC2

git-svn-id: http://svn.osgeo.org/postgis/trunk@1346 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded 1.0.0RC2 section
Sandro Santilli [Wed, 26 Jan 2005 08:34:29 +0000 (08:34 +0000)]
Added 1.0.0RC2 section

git-svn-id: http://svn.osgeo.org/postgis/trunk@1345 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded an --enable-autoconf switch to make sure users will known about
Sandro Santilli [Wed, 26 Jan 2005 08:18:46 +0000 (08:18 +0000)]
Added an --enable-autoconf switch to make sure users will known about
the untested nature of the ./configure script.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1344 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoRemoved ?= construct in FLEX/YACC rules
Sandro Santilli [Tue, 25 Jan 2005 13:52:42 +0000 (13:52 +0000)]
Removed ?= construct in FLEX/YACC rules

git-svn-id: http://svn.osgeo.org/postgis/trunk@1343 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoMade all *FromText() accept only WKT <text>, no more cheating.
Sandro Santilli [Tue, 25 Jan 2005 11:29:03 +0000 (11:29 +0000)]
Made all *FromText() accept only WKT <text>, no more cheating.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1342 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed a bug in transform() missing to update bbox cache
Sandro Santilli [Tue, 25 Jan 2005 09:47:32 +0000 (09:47 +0000)]
Fixed a bug in transform() missing to update bbox cache

git-svn-id: http://svn.osgeo.org/postgis/trunk@1341 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoMade all OGC TypeFromWKB() functions consistent in taking a bytea
Sandro Santilli [Tue, 25 Jan 2005 09:03:45 +0000 (09:03 +0000)]
Made all OGC TypeFromWKB() functions consistent in taking a bytea

git-svn-id: http://svn.osgeo.org/postgis/trunk@1340 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded autoconf invokation
Sandro Santilli [Tue, 25 Jan 2005 08:48:44 +0000 (08:48 +0000)]
Added autoconf invokation

git-svn-id: http://svn.osgeo.org/postgis/trunk@1339 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed bug in definition of distance_spheroid.
Sandro Santilli [Mon, 24 Jan 2005 18:11:50 +0000 (18:11 +0000)]
Fixed bug in definition of distance_spheroid.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1338 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded checks for flex and yacc paths.
Sandro Santilli [Mon, 24 Jan 2005 15:22:56 +0000 (15:22 +0000)]
Added checks for flex and  yacc paths.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1337 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoMoved YACC default value set from inner to config Makefile.
Sandro Santilli [Mon, 24 Jan 2005 15:16:25 +0000 (15:16 +0000)]
Moved YACC default value set from inner to config Makefile.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1336 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoAdded default value for FLEX
Sandro Santilli [Mon, 24 Jan 2005 15:14:45 +0000 (15:14 +0000)]
Added default value for FLEX

git-svn-id: http://svn.osgeo.org/postgis/trunk@1335 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoRemoved spaces and '?' signs in Makefile.config.in.
Sandro Santilli [Mon, 24 Jan 2005 11:23:54 +0000 (11:23 +0000)]
Removed spaces and '?' signs in Makefile.config.in.
Added support for geos-config call in configure.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1334 b70326c6-7e19-0410-871a-916f4a2858ee