]> granicus.if.org Git - postgis/log
postgis
19 years agoAdded pg_config --libs to PGFELIBS as a workaround for systems
Sandro Santilli [Wed, 8 Mar 2006 18:21:35 +0000 (18:21 +0000)]
Added pg_config --libs to PGFELIBS as a workaround for systems
that doesn't automatically detect dependencies

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

19 years agoFixed 'clean' rule to succeed also when tree already cleaned (rm -f)
Sandro Santilli [Wed, 1 Mar 2006 09:10:22 +0000 (09:10 +0000)]
Fixed 'clean' rule to succeed also when tree already cleaned (rm -f)

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

19 years agoMinor error in install instructions
Paul Ramsey [Fri, 24 Feb 2006 20:23:26 +0000 (20:23 +0000)]
Minor error in install instructions

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

19 years agodocumented affine(), rewrote transscale() to use affine()
Markus Schaber [Thu, 23 Feb 2006 11:48:08 +0000 (11:48 +0000)]
documented affine(), rewrote transscale() to use affine()

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

19 years agoAdded affine() internal function.
Sandro Santilli [Wed, 22 Feb 2006 14:06:20 +0000 (14:06 +0000)]
Added affine() internal function.
Provided rotate{Z,X,Y}() internally using affine().
Made scale() and translate() internally use affine().
Obsoleted transscale() function.
Fixed a bbox-related bug in transscale()
Added a test for affine transformations.

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

19 years agoQualified args of difference() to avoid clashes with other packages
Sandro Santilli [Wed, 15 Feb 2006 08:38:06 +0000 (08:38 +0000)]
Qualified args of difference() to avoid clashes with other packages

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

19 years agoMade it a single transaction
Sandro Santilli [Fri, 10 Feb 2006 10:58:57 +0000 (10:58 +0000)]
Made it a single transaction

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

19 years agoRemoved intermediate VACUUM
Sandro Santilli [Fri, 10 Feb 2006 10:57:43 +0000 (10:57 +0000)]
Removed intermediate VACUUM

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

19 years agofixed srid handling in jts for composed geometries - this had prevented 'inner' geome...
Markus Schaber [Mon, 6 Feb 2006 20:04:33 +0000 (20:04 +0000)]
fixed srid handling in jts for composed geometries - this had prevented 'inner' geometries with no given srid from inheriting the srid from outer collection.

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

19 years agoAdded uchar typedef
Sandro Santilli [Mon, 6 Feb 2006 11:16:12 +0000 (11:16 +0000)]
Added uchar typedef

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

19 years agouint32_t typedef moved back from wktparse.h to lwgparse.c and wktunparse.c
Sandro Santilli [Mon, 6 Feb 2006 11:12:22 +0000 (11:12 +0000)]
uint32_t typedef moved back from wktparse.h to lwgparse.c and wktunparse.c

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

19 years agoadded snaptogrid behavior
Sandro Santilli [Mon, 6 Feb 2006 11:09:02 +0000 (11:09 +0000)]
added snaptogrid behavior

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

19 years agoSwapped stdint.h (unavailable on Solaris9) with inttypes.h
Sandro Santilli [Fri, 3 Feb 2006 20:53:37 +0000 (20:53 +0000)]
Swapped stdint.h (unavailable on Solaris9) with inttypes.h

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

19 years agoChanged int4 typedefs to use POSIX uint32_t
Sandro Santilli [Fri, 3 Feb 2006 09:52:14 +0000 (09:52 +0000)]
Changed int4 typedefs to use POSIX uint32_t

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

19 years agoUpdated maintainers info.
Paul Ramsey [Thu, 2 Feb 2006 04:46:16 +0000 (04:46 +0000)]
Updated maintainers info.

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

19 years agoMade regress/run_test create and drop it's regress database
Sandro Santilli [Wed, 1 Feb 2006 22:15:32 +0000 (22:15 +0000)]
Made regress/run_test create and drop it's regress database
unless otherwise specified using --nocreate and --nodrop switches.

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

19 years agoPortable tests for docdir and datadir, comments fixed.
Sandro Santilli [Wed, 1 Feb 2006 20:48:50 +0000 (20:48 +0000)]
Portable tests for docdir and datadir, comments fixed.
Thanks to Havard Tveite for pointing out.

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

19 years agoFixed bug in SnapToGrid() bbox computation.
Sandro Santilli [Sun, 29 Jan 2006 13:54:38 +0000 (13:54 +0000)]
Fixed bug in SnapToGrid() bbox computation.
Previous policy (WHEN SIMPLE) turned out to be non-simple,
so this has been changed to TAINING.
Bbox will then be recomputed by scanning output coordinates
iff input had a bbox cache.
AUTOCACHE_BBOX define (the default) will still force a
computation of output box if worth it.
Regress tests added for the case reported on postgis-users

Run of regress tests do not require postgis install
anymore. The library build in source tree will be
used for this purpose.

Version bumped to 1.1.2 and CHANGES file updated.

git-svn-id: http://svn.osgeo.org/postgis/trunk@2298 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