]> granicus.if.org Git - postgis/log
postgis
19 years agoMoved PG_LWGEOM WKB I/O and SRID get/set funx
Sandro Santilli [Fri, 30 Dec 2005 17:40:37 +0000 (17:40 +0000)]
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)

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

19 years agoRemoved unused patch
Devrim GÜNDÜZ [Wed, 28 Dec 2005 18:43:34 +0000 (18:43 +0000)]
Removed unused patch

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

19 years agoLots of fixes for 1.1
Devrim GÜNDÜZ [Wed, 28 Dec 2005 18:40:11 +0000 (18:40 +0000)]
Lots of fixes for 1.1

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

19 years agoRemoved awk usage, --with-template is detected during the single
Sandro Santilli [Wed, 21 Dec 2005 18:45:31 +0000 (18:45 +0000)]
Removed awk usage, --with-template is detected during the single
pg_config --configure scan

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

19 years agoChanged $() constructs to "``" ones, for portability
Sandro Santilli [Wed, 21 Dec 2005 13:18:34 +0000 (13:18 +0000)]
Changed $() constructs to "``" ones, for portability

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

19 years agoRaised a warning on pj_errno==-38 (a nodatum transform is attempted before giving up)
Sandro Santilli [Wed, 21 Dec 2005 12:12:14 +0000 (12:12 +0000)]
Raised a warning on pj_errno==-38 (a nodatum transform is attempted before giving up)

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

19 years agoUsed more portable sed syntax, submitted by Michael Fuhr.
Sandro Santilli [Tue, 20 Dec 2005 09:17:22 +0000 (09:17 +0000)]
Used more portable sed syntax, submitted by Michael Fuhr.

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

19 years agoFixed inconsistency between docs install/uninstall paths
Sandro Santilli [Tue, 20 Dec 2005 09:06:09 +0000 (09:06 +0000)]
Fixed inconsistency between docs install/uninstall paths

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

19 years agoFixed eprefix (bindir) use
Sandro Santilli [Mon, 19 Dec 2005 20:33:44 +0000 (20:33 +0000)]
Fixed eprefix (bindir) use

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

19 years agoDropped `liblwgeom' dependency from 'test' rule
Sandro Santilli [Mon, 19 Dec 2005 20:23:23 +0000 (20:23 +0000)]
Dropped `liblwgeom' dependency from  'test' rule

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

19 years agoAllowed for overriding of --datadir.
Sandro Santilli [Mon, 19 Dec 2005 15:07:24 +0000 (15:07 +0000)]
Allowed for overriding of --datadir.
reworked pg_config --configure parsing to make a single scan.
Fixed mishanlding of --prefix

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

19 years agomake regress => make test
Sandro Santilli [Mon, 19 Dec 2005 12:26:51 +0000 (12:26 +0000)]
make regress => make test

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

19 years agoused a consistent construct for out_and_err redirect,
Sandro Santilli [Mon, 19 Dec 2005 10:39:49 +0000 (10:39 +0000)]
used a consistent construct for out_and_err redirect,
added rule to make [eE][-+]0+[0-9]+ become e[-+][1-9]+

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

19 years agoApplied patch for MingW support (buffering and INF representation problems)
Sandro Santilli [Mon, 19 Dec 2005 10:17:10 +0000 (10:17 +0000)]
Applied patch for MingW support (buffering and INF representation problems)

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

19 years agoFixed uninstall rule for scripts
Sandro Santilli [Mon, 19 Dec 2005 09:43:00 +0000 (09:43 +0000)]
Fixed uninstall rule for scripts

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

19 years agofixed iconv check
Sandro Santilli [Fri, 16 Dec 2005 16:53:15 +0000 (16:53 +0000)]
fixed iconv check

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

19 years agoAdded support for mixed libiconv/iconv
Sandro Santilli [Fri, 16 Dec 2005 16:47:24 +0000 (16:47 +0000)]
Added support for mixed libiconv/iconv

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

19 years agoAdded make_dist.sh argument.
Sandro Santilli [Fri, 16 Dec 2005 15:07:58 +0000 (15:07 +0000)]
Added make_dist.sh argument.

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

19 years agoAlmost done with closure
Sandro Santilli [Fri, 16 Dec 2005 11:55:50 +0000 (11:55 +0000)]
Almost done with closure

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

19 years agoAdded Carl Anderson to release-specifi credits section (forgot, who know how many...
Sandro Santilli [Fri, 16 Dec 2005 11:53:49 +0000 (11:53 +0000)]
Added Carl Anderson to release-specifi credits section (forgot, who know how many else)

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

19 years agoEdited release notes in manual, set release date to 2005/12/21
Sandro Santilli [Fri, 16 Dec 2005 11:14:06 +0000 (11:14 +0000)]
Edited release notes in manual, set release date to 2005/12/21
(if everything goes file)

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

19 years agosmall README improvements
Markus Schaber [Fri, 16 Dec 2005 10:06:16 +0000 (10:06 +0000)]
small README improvements

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

19 years agoAdded installed procs version when proc upgrade needed
Sandro Santilli [Fri, 16 Dec 2005 09:36:32 +0000 (09:36 +0000)]
Added installed procs version when proc upgrade needed

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

19 years agoAdded release procedure and Versioning rationale.
Sandro Santilli [Fri, 16 Dec 2005 09:32:53 +0000 (09:32 +0000)]
Added release procedure and Versioning rationale.

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

19 years agolwpostgis_upgrade.sql installed by install and removed by uninstall,
Sandro Santilli [Fri, 16 Dec 2005 08:59:58 +0000 (08:59 +0000)]
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.

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

19 years agoAdded required typinfo include
Sandro Santilli [Fri, 16 Dec 2005 08:56:15 +0000 (08:56 +0000)]
Added required typinfo include

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

19 years agoSimplified top warning about upgradability of changes.
Sandro Santilli [Fri, 16 Dec 2005 08:38:12 +0000 (08:38 +0000)]
Simplified top warning about upgradability of changes.

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

19 years agoAdded dependency of postgis_proc_upgrade.pl in lwpostgis_upgrade.sql rule
Sandro Santilli [Fri, 16 Dec 2005 08:37:30 +0000 (08:37 +0000)]
Added dependency of postgis_proc_upgrade.pl in lwpostgis_upgrade.sql rule

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

19 years agoFixed version checker to only use Major to compare
Sandro Santilli [Fri, 16 Dec 2005 08:33:04 +0000 (08:33 +0000)]
Fixed version checker to only use Major to compare

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

19 years agoReverted use of $(shlib_major) to $(shlib).
Sandro Santilli [Fri, 16 Dec 2005 02:08:02 +0000 (02:08 +0000)]
Reverted use of $(shlib_major) to $(shlib).
Since lwpostgis_upgrade.sql is always enough
to rebind, and also required...

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

19 years agoAdded comment about the use of postgis_lib_version in version checker
Sandro Santilli [Fri, 16 Dec 2005 01:48:52 +0000 (01:48 +0000)]
Added comment about the use of postgis_lib_version in version checker
(last commit log was incomplete)

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

19 years agoUnified SCRIPTS, LIB and RELEASE versions for the sake of simplicity.
Sandro Santilli [Fri, 16 Dec 2005 01:41:44 +0000 (01:41 +0000)]
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.

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

19 years agoAdded notes `bout postgis_scripts_released(), postgis_scripts_installed()
Sandro Santilli [Fri, 16 Dec 2005 01:35:03 +0000 (01:35 +0000)]
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.

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

19 years agoperl availability check by ./configure (sorry, you'll need it from now on)
Sandro Santilli [Thu, 15 Dec 2005 23:57:24 +0000 (23:57 +0000)]
perl availability check by ./configure (sorry, you'll need it from now on)

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

19 years agoAdded note about jdbc/ drop and PgSQL source dependency relief
Sandro Santilli [Thu, 15 Dec 2005 23:52:28 +0000 (23:52 +0000)]
Added note about jdbc/ drop and PgSQL source dependency relief

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

19 years agoRemoved obsoleted code
Sandro Santilli [Thu, 15 Dec 2005 23:49:35 +0000 (23:49 +0000)]
Removed obsoleted code

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

19 years agoRemove qandasetdiv tags and fix numbering...
Paul Ramsey [Thu, 15 Dec 2005 23:46:34 +0000 (23:46 +0000)]
Remove qandasetdiv tags and fix numbering...

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

19 years ago- Made postgis_version() a C function w/out changing output.
Sandro Santilli [Thu, 15 Dec 2005 23:28:50 +0000 (23:28 +0000)]
- 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)

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

19 years agoWording changes here and there.
Paul Ramsey [Thu, 15 Dec 2005 23:17:57 +0000 (23:17 +0000)]
Wording changes here and there.

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

19 years agoUpdated Upgrading section
Sandro Santilli [Thu, 15 Dec 2005 22:50:58 +0000 (22:50 +0000)]
Updated Upgrading section

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

19 years agoback to single full package
Sandro Santilli [Thu, 15 Dec 2005 19:11:39 +0000 (19:11 +0000)]
back to single full package

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

19 years agoSwitched HARD/SOFT upgrade and removed HACK upgrade sections.
Sandro Santilli [Thu, 15 Dec 2005 18:34:59 +0000 (18:34 +0000)]
Switched HARD/SOFT upgrade and removed HACK upgrade sections.

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

19 years agoAdded item for 1.1 closure
Sandro Santilli [Thu, 15 Dec 2005 18:30:42 +0000 (18:30 +0000)]
Added item for 1.1 closure

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

19 years agoAdded things to do for 1.1.0 closeup
Sandro Santilli [Thu, 15 Dec 2005 15:18:55 +0000 (15:18 +0000)]
Added things to do for 1.1.0 closeup

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

19 years agoInfinite->Infinity
Sandro Santilli [Thu, 15 Dec 2005 09:28:30 +0000 (09:28 +0000)]
Infinite->Infinity

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

19 years agoAdded PROJ version in output - would change the whole thing to postgis_full_version...
Sandro Santilli [Thu, 15 Dec 2005 01:27:32 +0000 (01:27 +0000)]
Added PROJ version in output - would change the whole thing to postgis_full_version() if it only fit into 80 cols

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

19 years agoMade PROJ test be run only if USE_PROJ=1
Sandro Santilli [Thu, 15 Dec 2005 01:21:32 +0000 (01:21 +0000)]
Made PROJ test be run only if USE_PROJ=1

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

19 years agoMoved GEOS/JTS function from regress to ogc test
Sandro Santilli [Thu, 15 Dec 2005 01:19:24 +0000 (01:19 +0000)]
Moved GEOS/JTS function from regress to ogc test

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

19 years agoRemoved call to replace(text,text,text) in regress.sql
Sandro Santilli [Thu, 15 Dec 2005 01:07:28 +0000 (01:07 +0000)]
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

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

19 years agoSplitted SCRIPTS_VERSION in MAJOR,MINOR,MICRO
Sandro Santilli [Thu, 15 Dec 2005 00:49:05 +0000 (00:49 +0000)]
Splitted SCRIPTS_VERSION in MAJOR,MINOR,MICRO

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

19 years ago'IMMUTABLE STRICT' -> '_IMMUTABLE_STRICT' fix for new polygon ctors
Sandro Santilli [Thu, 15 Dec 2005 00:47:56 +0000 (00:47 +0000)]
'IMMUTABLE STRICT' -> '_IMMUTABLE_STRICT' fix for new polygon ctors

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

19 years agotypo fixed
Sandro Santilli [Thu, 15 Dec 2005 00:28:50 +0000 (00:28 +0000)]
typo fixed

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

19 years agoRemoved rectangle-level locking (DONE)
Sandro Santilli [Wed, 14 Dec 2005 18:56:34 +0000 (18:56 +0000)]
Removed rectangle-level locking (DONE)

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

19 years agoDropped 1.1.0 specific section - all pending items dumped to 'other random items'
Sandro Santilli [Wed, 14 Dec 2005 18:45:20 +0000 (18:45 +0000)]
Dropped 1.1.0 specific section - all pending items dumped to 'other random items'

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

19 years agoTypo fixed (dumber->dumper) - was tempted to keep it ;)
Sandro Santilli [Wed, 14 Dec 2005 18:44:17 +0000 (18:44 +0000)]
Typo fixed (dumber->dumper) - was tempted to keep it ;)

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

19 years agoReintroduced revised INSTALLATION, UPGRADE, USAGE.
Sandro Santilli [Wed, 14 Dec 2005 18:34:51 +0000 (18:34 +0000)]
Reintroduced revised INSTALLATION, UPGRADE, USAGE.
Added REQUIREMENTS, CONFIGURATION and TESTING.
UPGRADE still requires some cleanup (IMHO).

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

19 years agoRemoved most info, added reference to PostGIS manual instead
Sandro Santilli [Wed, 14 Dec 2005 15:40:09 +0000 (15:40 +0000)]
Removed most info, added reference to PostGIS manual instead

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

19 years agoRemoved postgis_geos_version.h - should be under lwgeom/
Sandro Santilli [Wed, 14 Dec 2005 15:29:21 +0000 (15:29 +0000)]
Removed postgis_geos_version.h - should be under lwgeom/

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

19 years ago- Create two packages:
Sandro Santilli [Wed, 14 Dec 2005 15:23:48 +0000 (15:23 +0000)]
- 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

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

19 years agoRemoved obsoleted --param shade.verbatim param from xsltproc call,
Sandro Santilli [Wed, 14 Dec 2005 14:14:10 +0000 (14:14 +0000)]
Removed obsoleted --param shade.verbatim param from xsltproc call,
moved common flags on top file.

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

19 years agofixed closing tag mismatch
Sandro Santilli [Wed, 14 Dec 2005 13:43:36 +0000 (13:43 +0000)]
fixed closing tag mismatch

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

19 years agoAdded release version in abstract, updated INSTALL section to reflect autoconf-based...
Sandro Santilli [Wed, 14 Dec 2005 13:42:10 +0000 (13:42 +0000)]
Added release version in abstract, updated INSTALL section to reflect autoconf-based layout

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

19 years agoNicely handled missing requirements for docs build
Sandro Santilli [Wed, 14 Dec 2005 12:24:26 +0000 (12:24 +0000)]
Nicely handled missing requirements for docs build

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

19 years agoSnapped buffer() output to a grid of 1.0E-14 grid to account for slightly
Sandro Santilli [Wed, 14 Dec 2005 11:13:13 +0000 (11:13 +0000)]
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.

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

19 years agoRegression tests output made much more concise
Sandro Santilli [Wed, 14 Dec 2005 00:26:31 +0000 (00:26 +0000)]
Regression tests output made much more concise

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

19 years agoremoved unused variable
Sandro Santilli [Tue, 13 Dec 2005 23:25:02 +0000 (23:25 +0000)]
removed unused variable

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

19 years agoAdded GEOS/JTS version info when available
Sandro Santilli [Tue, 13 Dec 2005 22:04:02 +0000 (22:04 +0000)]
Added GEOS/JTS version info when available

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

19 years agoFixed a misnamed test
Sandro Santilli [Tue, 13 Dec 2005 21:16:47 +0000 (21:16 +0000)]
Fixed a misnamed test

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

19 years agoRenamed ReplacePoint() to SetPoint()
Sandro Santilli [Tue, 13 Dec 2005 19:01:18 +0000 (19:01 +0000)]
Renamed ReplacePoint() to SetPoint()

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

19 years agoAdded RemovePoint() and ReplacePoint() to complete Geometry editiong function.
Sandro Santilli [Tue, 13 Dec 2005 18:39:08 +0000 (18:39 +0000)]
Added RemovePoint() and ReplacePoint() to complete Geometry editiong function.
Added regress tests for them.

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

19 years agoFixed bug in lwgeom_as_anytype cast funcions
Sandro Santilli [Tue, 13 Dec 2005 18:19:34 +0000 (18:19 +0000)]
Fixed bug in lwgeom_as_anytype cast funcions

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

19 years agoLRS section repopulated
Sandro Santilli [Tue, 13 Dec 2005 14:19:32 +0000 (14:19 +0000)]
LRS section repopulated

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

19 years agoMoved out of LRS section: line_locate_point back (to Misc),
Sandro Santilli [Tue, 13 Dec 2005 12:51:00 +0000 (12:51 +0000)]
Moved out of LRS section: line_locate_point back (to Misc),
line_substring and line_interpolate_point (to Geometry constructors).
Added more cross-references.

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

19 years agoupdated
Sandro Santilli [Tue, 13 Dec 2005 12:12:44 +0000 (12:12 +0000)]
updated

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

19 years agoHandled common invokation mistake (accept trailing .sql in test names)
Sandro Santilli [Mon, 12 Dec 2005 20:41:04 +0000 (20:41 +0000)]
Handled common invokation mistake (accept trailing .sql in test names)

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

19 years agoChanged math statements to be compatible with solaris shell, fixed typo
Sandro Santilli [Mon, 12 Dec 2005 20:31:22 +0000 (20:31 +0000)]
Changed math statements to be compatible with solaris shell, fixed typo

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

19 years ago- Fixed Z presence detection in GEOS funcions (C++ and C wrappers).
Sandro Santilli [Mon, 12 Dec 2005 17:40:50 +0000 (17:40 +0000)]
- 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

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

19 years agoAvoided detect_geos_version rule when using the GEOS C-API
Sandro Santilli [Mon, 12 Dec 2005 11:35:11 +0000 (11:35 +0000)]
Avoided detect_geos_version rule when using the GEOS C-API

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

19 years agoWrapped grid_print declaration and definition in VERBOSE block, to avoid compiler...
Sandro Santilli [Mon, 12 Dec 2005 11:33:45 +0000 (11:33 +0000)]
Wrapped grid_print declaration and definition in VERBOSE block, to avoid compiler warning about it being unused

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

19 years agoFixed error message typo
Sandro Santilli [Sat, 10 Dec 2005 15:46:47 +0000 (15:46 +0000)]
Fixed error message typo

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

19 years agoAdded credits for GEOS and Proj4.
Paul Ramsey [Fri, 9 Dec 2005 20:43:31 +0000 (20:43 +0000)]
Added credits for GEOS and Proj4.

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

19 years agoOrganized Change log for 1.1.0
Sandro Santilli [Fri, 9 Dec 2005 15:14:01 +0000 (15:14 +0000)]
Organized Change log for 1.1.0

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

19 years agoAdded Charlie Savage in credits
Sandro Santilli [Fri, 9 Dec 2005 12:02:40 +0000 (12:02 +0000)]
Added Charlie Savage in credits

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

19 years agoPlugged memory leaks in Polygonize().
Sandro Santilli [Fri, 9 Dec 2005 12:00:29 +0000 (12:00 +0000)]
Plugged memory leaks in Polygonize().

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

19 years agoAdded a couple of polygonize tests
Sandro Santilli [Fri, 9 Dec 2005 10:14:24 +0000 (10:14 +0000)]
Added a couple of polygonize tests

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

19 years agoFixed handling of CAST for 8.0.0 restore.
Sandro Santilli [Wed, 7 Dec 2005 12:22:13 +0000 (12:22 +0000)]
Fixed handling of CAST for 8.0.0 restore.
Type name canonicalization function defined separately.

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

19 years agoAdded note about OID column drop in pre 8.1 to 8.1+ upgrades
Sandro Santilli [Wed, 7 Dec 2005 09:05:55 +0000 (09:05 +0000)]
Added note about OID column drop in pre 8.1 to 8.1+ upgrades

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

19 years agoLabel the spec file as 1.1.0
Devrim GÜNDÜZ [Tue, 6 Dec 2005 15:42:16 +0000 (15:42 +0000)]
Label the spec file as 1.1.0

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

19 years agoUpdated SnapToGrid documentation
Sandro Santilli [Tue, 6 Dec 2005 15:37:27 +0000 (15:37 +0000)]
Updated SnapToGrid documentation

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

19 years agoUpdate to 1.0.6
Devrim GÜNDÜZ [Tue, 6 Dec 2005 15:26:51 +0000 (15:26 +0000)]
Update to 1.0.6

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

19 years agoUpdated after release 1.0.6
Sandro Santilli [Tue, 6 Dec 2005 15:09:29 +0000 (15:09 +0000)]
Updated after release 1.0.6

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

19 years agoAdded check for successfully postgis installation before running tests
Sandro Santilli [Tue, 6 Dec 2005 14:56:25 +0000 (14:56 +0000)]
Added check for successfully postgis installation before running tests

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

19 years agoAdded user-reported intersects() test
Sandro Santilli [Tue, 6 Dec 2005 14:51:51 +0000 (14:51 +0000)]
Added user-reported intersects() test

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

19 years agoHad regress_ogc test skipped if no GEOS nor JTS support is compiled in
Sandro Santilli [Fri, 2 Dec 2005 15:11:51 +0000 (15:11 +0000)]
Had regress_ogc test skipped if no GEOS nor JTS support is compiled in

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

19 years agoAdded missing rules
Sandro Santilli [Fri, 2 Dec 2005 14:56:09 +0000 (14:56 +0000)]
Added missing rules

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

19 years agoCopied PostgreSQL top-level Makefile for use by systems in which make != gmake
Sandro Santilli [Fri, 2 Dec 2005 14:52:52 +0000 (14:52 +0000)]
Copied PostgreSQL top-level Makefile for use by systems in which make != gmake

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

19 years agoFixed support for PGSQL version 7.2 and 7.3
Sandro Santilli [Fri, 2 Dec 2005 14:35:18 +0000 (14:35 +0000)]
Fixed support for PGSQL version 7.2 and 7.3

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

19 years agoFixed SnapToGrid output expectance (higher dims no more discarded)
Sandro Santilli [Fri, 2 Dec 2005 14:15:38 +0000 (14:15 +0000)]
Fixed SnapToGrid output expectance (higher dims no more discarded)

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

19 years agoAdded note about new SnapToGrid function
Sandro Santilli [Fri, 2 Dec 2005 13:21:03 +0000 (13:21 +0000)]
Added note about new SnapToGrid function

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

19 years agoAdded SnapToGrid(geom, point_offset, xsz, ysz, zsz, msz)
Sandro Santilli [Fri, 2 Dec 2005 13:16:39 +0000 (13:16 +0000)]
Added SnapToGrid(geom, point_offset, xsz, ysz, zsz, msz)

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