]> granicus.if.org Git - postgis/log
postgis
18 years agoRe-order repository 1.1.1
Paul Ramsey [Wed, 26 Jul 2006 17:15:40 +0000 (17:15 +0000)]
Re-order repository

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

19 years agoThis commit was manufactured by cvs2svn to create tag 'pgis_1_1_1'. pgis_1_1_1
No Body [Mon, 23 Jan 2006 00:13:34 +0000 (00:13 +0000)]
This commit was manufactured by cvs2svn to create tag 'pgis_1_1_1'.

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

19 years agoSet version to 1.1.1, edited 1.1.1 Release Notes chapter in manual
Sandro Santilli [Mon, 23 Jan 2006 00:13:34 +0000 (00:13 +0000)]
Set version to 1.1.1, edited 1.1.1 Release Notes chapter in manual
and set release date (2006-01-23).

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

19 years agoFix for bug 10, SRID 28992 incorrect
Paul Ramsey [Sun, 22 Jan 2006 23:09:43 +0000 (23:09 +0000)]
Fix for bug 10, SRID 28992 incorrect

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

19 years agoSeparated 'export' from assignment, for Solaris support - reported by Michael Fuhr
Sandro Santilli [Sat, 21 Jan 2006 08:40:41 +0000 (08:40 +0000)]
Separated 'export' from assignment, for Solaris support - reported by Michael Fuhr

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

19 years agoUpdated documentation for line_substring() and line_interpolate_point()
Sandro Santilli [Thu, 19 Jan 2006 19:19:15 +0000 (19:19 +0000)]
Updated documentation for line_substring() and line_interpolate_point()

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

19 years agoAdded a couple of line_interpolate_point tests
Sandro Santilli [Thu, 19 Jan 2006 19:13:46 +0000 (19:13 +0000)]
Added a couple of line_interpolate_point tests

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

19 years agoZ and M interpolation in line_interpolate_point()
Sandro Santilli [Thu, 19 Jan 2006 19:11:18 +0000 (19:11 +0000)]
Z and M interpolation in line_interpolate_point()

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

19 years agoMade line_substring() handle corner case of start/end having the same
Sandro Santilli [Thu, 19 Jan 2006 18:26:32 +0000 (18:26 +0000)]
Made line_substring() handle corner case of start/end having the same
value. A point is returned in that case.

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

19 years agoAdded more regress tests for line_substring
Sandro Santilli [Thu, 19 Jan 2006 18:17:26 +0000 (18:17 +0000)]
Added more regress tests for line_substring

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

19 years agoAdded Z and M interpolation in ptarray_substring(), fixed some corner-case bugs
Sandro Santilli [Thu, 19 Jan 2006 18:17:14 +0000 (18:17 +0000)]
Added Z and M interpolation in ptarray_substring(), fixed some corner-case bugs

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

19 years agoAdded interpolate_point4d() general function in API
Sandro Santilli [Thu, 19 Jan 2006 18:16:17 +0000 (18:16 +0000)]
Added interpolate_point4d() general function in API

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

19 years agoAdded -v switch to show differences inline
Sandro Santilli [Thu, 19 Jan 2006 18:15:45 +0000 (18:15 +0000)]
Added -v switch to show differences inline

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

19 years agoForced lc_messages to be 'C' during regress tests
Sandro Santilli [Wed, 18 Jan 2006 21:06:07 +0000 (21:06 +0000)]
Forced lc_messages to be 'C' during regress tests

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

19 years agoFixed out-of-bound condition in ptarray_substring during copy of
Sandro Santilli [Wed, 18 Jan 2006 10:19:11 +0000 (10:19 +0000)]
Fixed out-of-bound condition in ptarray_substring during copy of
unaltered points.
Added regress test for the case (postgis-devel/2006-January/001951.html)

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

19 years agoFixed $datadir and $docdir paths to support postgresql convention
Sandro Santilli [Tue, 17 Jan 2006 14:53:34 +0000 (14:53 +0000)]
Fixed $datadir and $docdir paths to support postgresql convention
of adding 'postgresql' component IFF neither 'pgsql' nor 'postgres'
already appear in the path.

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

19 years agoAdded postgis_restore.pl fix
Sandro Santilli [Tue, 17 Jan 2006 08:37:53 +0000 (08:37 +0000)]
Added postgis_restore.pl fix

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

19 years agoCommented out debugging premature exit left from last review
Sandro Santilli [Tue, 17 Jan 2006 08:36:28 +0000 (08:36 +0000)]
Commented out debugging premature exit left from last review

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

19 years agoAdded support for Bool and Date DBF<=>PGIS mapping
Sandro Santilli [Mon, 16 Jan 2006 10:42:58 +0000 (10:42 +0000)]
Added support for Bool and Date DBF<=>PGIS mapping

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

19 years agoFixed default pgsql prefix to /usr/local/pgsql (default since pgsql 7.2)
Sandro Santilli [Mon, 16 Jan 2006 10:10:26 +0000 (10:10 +0000)]
Fixed default pgsql prefix to /usr/local/pgsql (default since pgsql 7.2)

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

19 years agoFixed handling of pg_config --bindir
Sandro Santilli [Sun, 15 Jan 2006 22:56:21 +0000 (22:56 +0000)]
Fixed handling of pg_config --bindir

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

19 years agoFixed bug in ptarray_locate_point() - added regress test for specific case
Sandro Santilli [Fri, 13 Jan 2006 09:11:14 +0000 (09:11 +0000)]
Fixed bug in ptarray_locate_point() - added regress test for specific case

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

19 years agoFixed bug blessing all GEOMETRYCOLLECTIONS to MULTIPOLYGONS in postgis->GEOS
Sandro Santilli [Thu, 12 Jan 2006 12:26:02 +0000 (12:26 +0000)]
Fixed bug blessing all GEOMETRYCOLLECTIONS to MULTIPOLYGONS in postgis->GEOS
converted trough C-API

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

19 years agoAdded NumInteriorRing(geometry) alias function
Markus Schaber [Tue, 10 Jan 2006 16:38:54 +0000 (16:38 +0000)]
Added NumInteriorRing(geometry) alias function

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

19 years agoISO C90 comments, signedness mismatch fixes
Sandro Santilli [Mon, 9 Jan 2006 16:40:16 +0000 (16:40 +0000)]
ISO C90 comments, signedness mismatch fixes

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

19 years agoISO C90 comments (finished in lwgeom/)
Sandro Santilli [Mon, 9 Jan 2006 15:55:55 +0000 (15:55 +0000)]
ISO C90 comments (finished in lwgeom/)

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

19 years agoISO C90 comments
Sandro Santilli [Mon, 9 Jan 2006 15:12:02 +0000 (15:12 +0000)]
ISO C90 comments

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

19 years agoRemoved variable-sized array and fixed comments as for ISO C90 requirements.
Sandro Santilli [Mon, 9 Jan 2006 15:11:54 +0000 (15:11 +0000)]
Removed variable-sized array and fixed comments as for ISO C90 requirements.

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

19 years agoAdded simplify() test unit
Sandro Santilli [Mon, 9 Jan 2006 15:09:42 +0000 (15:09 +0000)]
Added simplify() test unit

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

19 years agoISO C90 comments, indenting
Sandro Santilli [Mon, 9 Jan 2006 14:43:13 +0000 (14:43 +0000)]
ISO C90 comments, indenting

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

19 years agoProc upgrade requirement message made more clear.
Sandro Santilli [Mon, 9 Jan 2006 12:56:54 +0000 (12:56 +0000)]
Proc upgrade requirement message made more clear.

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

19 years agoRemoved variable-sized array forbidden by ISO C90.
Sandro Santilli [Mon, 9 Jan 2006 12:55:43 +0000 (12:55 +0000)]
Removed variable-sized array forbidden by ISO C90.

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

19 years agoC++ style comments removed, fixed return from void function.
Sandro Santilli [Mon, 9 Jan 2006 12:39:05 +0000 (12:39 +0000)]
C++ style comments removed, fixed return from void function.

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

19 years agoChanged C++ style comments to ISO C format
Sandro Santilli [Mon, 9 Jan 2006 12:36:22 +0000 (12:36 +0000)]
Changed C++ style comments to ISO C format

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

19 years agoChanged C++ style comments to ISO C ones.
Sandro Santilli [Mon, 9 Jan 2006 12:30:02 +0000 (12:30 +0000)]
Changed C++ style comments to ISO C ones.

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

19 years agoAdded Solaris 2.7 and MingW support improvements item
Sandro Santilli [Mon, 9 Jan 2006 12:17:09 +0000 (12:17 +0000)]
Added Solaris 2.7 and MingW support improvements item

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

19 years agoFixed "strict-aliasing rule" breaks.
Sandro Santilli [Mon, 9 Jan 2006 11:48:15 +0000 (11:48 +0000)]
Fixed "strict-aliasing rule" breaks.

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

19 years agoFound another (faster) way to avoid breaking "strict-aliasing rules"
Sandro Santilli [Mon, 9 Jan 2006 11:43:13 +0000 (11:43 +0000)]
Found another (faster) way to avoid breaking "strict-aliasing rules"

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

19 years agoRemoved POINT4D=>POINT2D cast raising GCC warning
Sandro Santilli [Mon, 9 Jan 2006 11:05:10 +0000 (11:05 +0000)]
Removed POINT4D=>POINT2D cast raising GCC warning

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

19 years agoChanged "! test" to "test !" and "-e" to "-f" for Solaris compatibility.
Sandro Santilli [Mon, 9 Jan 2006 10:56:47 +0000 (10:56 +0000)]
Changed "! test" to "test !" and "-e" to "-f" for Solaris compatibility.

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

19 years agoChanged all C++ style comments to ISO C ones.
Sandro Santilli [Mon, 9 Jan 2006 10:42:43 +0000 (10:42 +0000)]
Changed all C++ style comments to ISO C ones.

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

19 years agoAdded lwpostgis_upgrade.sql
Sandro Santilli [Sun, 8 Jan 2006 15:02:02 +0000 (15:02 +0000)]
Added lwpostgis_upgrade.sql

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

19 years agoChanged $PWD uses with `pwd` (required for Solaris 2.7)
Sandro Santilli [Sat, 7 Jan 2006 10:18:48 +0000 (10:18 +0000)]
Changed $PWD uses with `pwd` (required for Solaris 2.7)

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

19 years agoMore portable (hopefully) use of quotes and backticks
Sandro Santilli [Thu, 5 Jan 2006 15:01:58 +0000 (15:01 +0000)]
More portable (hopefully) use of quotes and backticks

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

19 years agorollback to contain cast
Chris Hodgson [Thu, 5 Jan 2006 00:26:31 +0000 (00:26 +0000)]
rollback to contain cast

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

19 years ago1.12 with changes from 1.11 integrated
Chris Hodgson [Thu, 5 Jan 2006 00:19:54 +0000 (00:19 +0000)]
1.12 with changes from 1.11 integrated

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

19 years agoRecommitted with changes from 1_34 integrated
Chris Hodgson [Thu, 5 Jan 2006 00:07:39 +0000 (00:07 +0000)]
Recommitted with changes from 1_34 integrated

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

19 years agoAdded function optimistic_overlap in order to support TerrainServer. Note that optim...
Chris Hodgson [Wed, 4 Jan 2006 21:37:07 +0000 (21:37 +0000)]
Added function optimistic_overlap in order to support TerrainServer.  Note that optimistic_overlap existed in postgis prior to 1.0 but was removed.  The included version is a hack to work with the newer lwgeom structs

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

19 years agoModified lwgeom2 = ... line in LWGEOMFromWKB function; removed the (uchar *) cast
Chris Hodgson [Wed, 4 Jan 2006 21:21:41 +0000 (21:21 +0000)]
Modified lwgeom2 = ... line in LWGEOMFromWKB function; removed  the (uchar *) cast

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

19 years agoAdded the CHIP_send function which enables Postgres 8.0 to send a binary CHIP
Chris Hodgson [Wed, 4 Jan 2006 21:16:09 +0000 (21:16 +0000)]
Added the CHIP_send function which enables Postgres 8.0 to send a binary CHIP

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

19 years agoAdded missing include for definition of unparse_WKB()
Sandro Santilli [Sun, 1 Jan 2006 02:30:02 +0000 (02:30 +0000)]
Added missing include for definition of unparse_WKB()

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

19 years agoDropped unused box2df_to_box() and box_to_box2df() functions. Added box_to_box2df_p...
Sandro Santilli [Sun, 1 Jan 2006 02:19:27 +0000 (02:19 +0000)]
Dropped unused box2df_to_box() and box_to_box2df() functions. Added box_to_box2df_p() function to complement exiting box2df_to_box_p().

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

19 years agoFixed reference to PostgreSQL "contrib" directory (no more required)
Sandro Santilli [Sat, 31 Dec 2005 15:11:41 +0000 (15:11 +0000)]
Fixed reference to PostgreSQL "contrib" directory (no more required)

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

19 years agoFixed "possibly uninitialized" warning in box2df_to_box3d
Sandro Santilli [Sat, 31 Dec 2005 14:57:56 +0000 (14:57 +0000)]
Fixed "possibly uninitialized" warning in box2df_to_box3d

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

19 years agoFixed all signedness warnings
Sandro Santilli [Fri, 30 Dec 2005 18:14:53 +0000 (18:14 +0000)]
Fixed all signedness warnings

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

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