]> granicus.if.org Git - postgis/log
postgis
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

19 years agoInitial autoconf script.
Sandro Santilli [Mon, 24 Jan 2005 11:00:04 +0000 (11:00 +0000)]
Initial autoconf script.

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

19 years agoremoved unused files
Sandro Santilli [Wed, 19 Jan 2005 18:18:15 +0000 (18:18 +0000)]
removed unused files

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

19 years agoAdded failcount output.
Sandro Santilli [Wed, 19 Jan 2005 18:15:42 +0000 (18:15 +0000)]
Added failcount output.

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

19 years agoFixed ptest rule.
Sandro Santilli [Wed, 19 Jan 2005 18:05:57 +0000 (18:05 +0000)]
Fixed ptest rule.

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

19 years agoQuoted -classpath args, added ptest args in make ptest rule
Sandro Santilli [Wed, 19 Jan 2005 17:37:21 +0000 (17:37 +0000)]
Quoted -classpath args, added ptest args in make ptest rule

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

19 years agoAdded bin/ removal to clean rule
Sandro Santilli [Wed, 19 Jan 2005 17:00:47 +0000 (17:00 +0000)]
Added bin/ removal to clean rule

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

19 years agoChanged postgis_debug.jar rule to be portable
Sandro Santilli [Wed, 19 Jan 2005 16:58:20 +0000 (16:58 +0000)]
Changed postgis_debug.jar rule to be portable

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

19 years agoAdded command line params to jtest rule
Sandro Santilli [Wed, 19 Jan 2005 16:55:19 +0000 (16:55 +0000)]
Added command line params to jtest rule

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

19 years agoApplied Markus patch to accept command line params
Sandro Santilli [Wed, 19 Jan 2005 16:51:36 +0000 (16:51 +0000)]
Applied Markus patch to accept command line params

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

19 years agoApplied Markus patch
Sandro Santilli [Wed, 19 Jan 2005 16:49:20 +0000 (16:49 +0000)]
Applied Markus patch

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

19 years agoChanged postgis.jar creation rule to respect postgresql.properties path
Sandro Santilli [Wed, 19 Jan 2005 16:46:33 +0000 (16:46 +0000)]
Changed postgis.jar creation rule to respect postgresql.properties path

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

19 years agoAdded jar files
Sandro Santilli [Wed, 19 Jan 2005 12:30:27 +0000 (12:30 +0000)]
Added jar files

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

19 years agoAdded postgresql.properties and .cvsignore, Modified CP variable assignment to
Sandro Santilli [Wed, 19 Jan 2005 12:27:55 +0000 (12:27 +0000)]
Added postgresql.properties and .cvsignore, Modified CP variable assignment to
be quoted.

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

19 years agoMade output more readable
Sandro Santilli [Wed, 19 Jan 2005 09:53:44 +0000 (09:53 +0000)]
Made output more readable

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

19 years agoChanged 'compile' rule to keep track of last compile time and avoid recompilation
Sandro Santilli [Wed, 19 Jan 2005 09:47:51 +0000 (09:47 +0000)]
Changed 'compile' rule to keep track of last compile time and avoid recompilation

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

19 years agofixed jar call for postgis.jar production
Sandro Santilli [Wed, 19 Jan 2005 09:38:36 +0000 (09:38 +0000)]
fixed jar call for postgis.jar production

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

19 years agouser env CLASSPATH honoured
Sandro Santilli [Wed, 19 Jan 2005 09:21:29 +0000 (09:21 +0000)]
user env CLASSPATH honoured

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

19 years agoImported new jdbc driver source by Markus Schaber
Sandro Santilli [Wed, 19 Jan 2005 08:54:44 +0000 (08:54 +0000)]
Imported new jdbc driver source by Markus Schaber

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

19 years agoFixed a bug in pointarray box3d computation.
Sandro Santilli [Tue, 18 Jan 2005 15:39:40 +0000 (15:39 +0000)]
Fixed a bug in pointarray box3d computation.

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

19 years agoReintroduced support for '<anygeom> EMPTY' form, for OGC compliance.
Sandro Santilli [Tue, 18 Jan 2005 13:31:54 +0000 (13:31 +0000)]
Reintroduced support for '<anygeom> EMPTY' form, for OGC compliance.

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

19 years agoHandled GEOS Geometry construction errors as FALSE results in isvalid(geom).
Sandro Santilli [Tue, 18 Jan 2005 12:44:13 +0000 (12:44 +0000)]
Handled GEOS Geometry construction errors as FALSE results in isvalid(geom).

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

19 years agoupdated
Sandro Santilli [Tue, 18 Jan 2005 10:09:21 +0000 (10:09 +0000)]
updated

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

19 years agoChanged unparse_WKB interface to take an output size pointer and an HEXFORM
Sandro Santilli [Tue, 18 Jan 2005 09:32:03 +0000 (09:32 +0000)]
Changed unparse_WKB interface to take an output size pointer and an HEXFORM
specifier. Reworked code in wktunparse to use function pointers.

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

19 years agoFixed bug introduced supporting GEOMETRYCOLLECTION(EMPTY).
Sandro Santilli [Tue, 18 Jan 2005 09:30:57 +0000 (09:30 +0000)]
Fixed bug introduced supporting GEOMETRYCOLLECTION(EMPTY).
Dropped support for all EMPTY goems execept GEOMETRYCOLLECTION.

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

19 years agoAdded GEOMETRYCOLLECTION(EMPTY) support
Sandro Santilli [Mon, 17 Jan 2005 12:15:39 +0000 (12:15 +0000)]
Added GEOMETRYCOLLECTION(EMPTY) support

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

19 years agoUsed quote_ident() for spatial columns constraints nams, suggested by Bernhard Herzog
Sandro Santilli [Mon, 17 Jan 2005 11:44:50 +0000 (11:44 +0000)]
Used quote_ident() for spatial columns constraints nams, suggested by Bernhard Herzog

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

19 years agoAdded one more bytes for terminating NULL in utf8 encoder
Sandro Santilli [Mon, 17 Jan 2005 09:21:13 +0000 (09:21 +0000)]
Added one more bytes for terminating NULL in utf8 encoder

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

19 years agoString escaping algorithm made simpler and more robust.
Sandro Santilli [Sun, 16 Jan 2005 16:50:01 +0000 (16:50 +0000)]
String escaping algorithm made simpler and more robust.
Removed escaped strings leaking.
Fixed UTF8 encoder to allocate enough space for 3bytes chars strings.

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

19 years agoSwitched to preprocessor driver CREATEFUNCTION attribute specification
Sandro Santilli [Fri, 14 Jan 2005 16:36:15 +0000 (16:36 +0000)]
Switched to preprocessor driver CREATEFUNCTION attribute specification

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

19 years agoestimated_extent() implemented for PG<80
Sandro Santilli [Thu, 13 Jan 2005 18:26:49 +0000 (18:26 +0000)]
estimated_extent() implemented for PG<80

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

19 years agoestimated_extent() prepared for future expansion (support of pre-800 PGSQL)
Sandro Santilli [Thu, 13 Jan 2005 17:41:40 +0000 (17:41 +0000)]
estimated_extent() prepared for future expansion (support of pre-800 PGSQL)

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