Commit graph

1961 commits

Author SHA1 Message Date
Sandro Santilli 5df48e3056 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
2005-12-16 01:48:52 +00:00
Sandro Santilli 6bb5849741 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
2005-12-16 01:41:44 +00:00
Sandro Santilli c9ed4a8a4a 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
2005-12-16 01:35:03 +00:00
Sandro Santilli cab475ba9e 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
2005-12-15 23:57:24 +00:00
Sandro Santilli e24484fdd2 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
2005-12-15 23:52:28 +00:00
Sandro Santilli c0da34f162 Removed obsoleted code
git-svn-id: http://svn.osgeo.org/postgis/trunk@2207 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 23:49:35 +00:00
Paul Ramsey b16600e141 Remove qandasetdiv tags and fix numbering...
git-svn-id: http://svn.osgeo.org/postgis/trunk@2206 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 23:46:34 +00:00
Sandro Santilli bb1a95371c - 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
2005-12-15 23:28:50 +00:00
Paul Ramsey 42886869cc Wording changes here and there.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2204 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 23:17:57 +00:00
Sandro Santilli 2ac1ef39fe Updated Upgrading section
git-svn-id: http://svn.osgeo.org/postgis/trunk@2203 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 22:50:58 +00:00
Sandro Santilli 5589e8316e back to single full package
git-svn-id: http://svn.osgeo.org/postgis/trunk@2202 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 19:11:39 +00:00
Sandro Santilli b5fa6ee2bf Switched HARD/SOFT upgrade and removed HACK upgrade sections.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2201 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 18:34:59 +00:00
Sandro Santilli 9c3895fa69 Added item for 1.1 closure
git-svn-id: http://svn.osgeo.org/postgis/trunk@2200 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 18:30:42 +00:00
Sandro Santilli b2b498e262 Added things to do for 1.1.0 closeup
git-svn-id: http://svn.osgeo.org/postgis/trunk@2199 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 15:18:55 +00:00
Sandro Santilli a237fda4ee Infinite->Infinity
git-svn-id: http://svn.osgeo.org/postgis/trunk@2198 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 09:28:30 +00:00
Sandro Santilli 4933426663 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
2005-12-15 01:27:32 +00:00
Sandro Santilli d13b2d4a5a 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
2005-12-15 01:21:32 +00:00
Sandro Santilli fceec8099c Moved GEOS/JTS function from regress to ogc test
git-svn-id: http://svn.osgeo.org/postgis/trunk@2195 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 01:19:24 +00:00
Sandro Santilli ba7dc20771 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
2005-12-15 01:07:28 +00:00
Sandro Santilli 08e295fcbb Splitted SCRIPTS_VERSION in MAJOR,MINOR,MICRO
git-svn-id: http://svn.osgeo.org/postgis/trunk@2193 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 00:49:05 +00:00
Sandro Santilli 75ca258548 'IMMUTABLE STRICT' -> '_IMMUTABLE_STRICT' fix for new polygon ctors
git-svn-id: http://svn.osgeo.org/postgis/trunk@2192 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 00:47:56 +00:00
Sandro Santilli a18f5a23c7 typo fixed
git-svn-id: http://svn.osgeo.org/postgis/trunk@2191 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 00:28:50 +00:00
Sandro Santilli 4ed20d08f7 Removed rectangle-level locking (DONE)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2190 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-14 18:56:34 +00:00
Sandro Santilli 1b3197b438 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
2005-12-14 18:45:20 +00:00
Sandro Santilli 0e06fd53fe Typo fixed (dumber->dumper) - was tempted to keep it ;)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2188 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-14 18:44:17 +00:00
Sandro Santilli a272f32bdf 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
2005-12-14 18:34:51 +00:00
Sandro Santilli f59bfb7e37 Removed most info, added reference to PostGIS manual instead
git-svn-id: http://svn.osgeo.org/postgis/trunk@2186 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-14 15:40:09 +00:00
Sandro Santilli 46891933a4 Removed postgis_geos_version.h - should be under lwgeom/
git-svn-id: http://svn.osgeo.org/postgis/trunk@2185 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-14 15:29:21 +00:00
Sandro Santilli e3d68fb491 - 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
2005-12-14 15:23:48 +00:00
Sandro Santilli 6395fef41e 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
2005-12-14 14:14:10 +00:00
Sandro Santilli c8b7a26abf fixed closing tag mismatch
git-svn-id: http://svn.osgeo.org/postgis/trunk@2182 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-14 13:43:36 +00:00
Sandro Santilli 933ba468a1 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
2005-12-14 13:42:10 +00:00
Sandro Santilli 41497e3030 Nicely handled missing requirements for docs build
git-svn-id: http://svn.osgeo.org/postgis/trunk@2180 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-14 12:24:26 +00:00
Sandro Santilli dbb5ca9400 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
2005-12-14 11:13:13 +00:00
Sandro Santilli ccdc1a7506 Regression tests output made much more concise
git-svn-id: http://svn.osgeo.org/postgis/trunk@2178 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-14 00:26:31 +00:00
Sandro Santilli b9573bf79b removed unused variable
git-svn-id: http://svn.osgeo.org/postgis/trunk@2177 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-13 23:25:02 +00:00
Sandro Santilli d827086167 Added GEOS/JTS version info when available
git-svn-id: http://svn.osgeo.org/postgis/trunk@2176 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-13 22:04:02 +00:00
Sandro Santilli b1f3c15704 Fixed a misnamed test
git-svn-id: http://svn.osgeo.org/postgis/trunk@2175 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-13 21:16:47 +00:00
Sandro Santilli 2bd9a8294d Renamed ReplacePoint() to SetPoint()
git-svn-id: http://svn.osgeo.org/postgis/trunk@2174 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-13 19:01:18 +00:00
Sandro Santilli bd80617203 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
2005-12-13 18:39:08 +00:00
Sandro Santilli c0aaceaaf0 Fixed bug in lwgeom_as_anytype cast funcions
git-svn-id: http://svn.osgeo.org/postgis/trunk@2172 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-13 18:19:34 +00:00
Sandro Santilli 892f1e2ee7 LRS section repopulated
git-svn-id: http://svn.osgeo.org/postgis/trunk@2170 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-13 14:19:32 +00:00
Sandro Santilli 278c553a0c 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
2005-12-13 12:51:00 +00:00
Sandro Santilli ca5fdc6080 updated
git-svn-id: http://svn.osgeo.org/postgis/trunk@2168 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-13 12:12:44 +00:00
Sandro Santilli bf9f126ae6 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
2005-12-12 20:41:04 +00:00
Sandro Santilli 021aafcfd8 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
2005-12-12 20:31:22 +00:00
Sandro Santilli 14cb4bea55 - 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
2005-12-12 17:40:50 +00:00
Sandro Santilli e0fd8db2d6 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
2005-12-12 11:35:11 +00:00
Sandro Santilli 89d73839f2 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
2005-12-12 11:33:45 +00:00
Sandro Santilli 509ca9a4c3 Fixed error message typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@2161 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-10 15:46:47 +00:00