]> granicus.if.org Git - postgis/log
postgis
16 years agoVersions pushed to 1.3.4 and ready to tag.
Paul Ramsey [Tue, 25 Nov 2008 05:59:05 +0000 (05:59 +0000)]
Versions pushed to 1.3.4 and ready to tag.

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

16 years agoUpdate to prepare for 1.3.4
Paul Ramsey [Tue, 25 Nov 2008 00:57:49 +0000 (00:57 +0000)]
Update to prepare for 1.3.4

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

16 years agoChange to not use SELECT FROM VALUES form to avoid failures on pre-8.2 pgsql
Paul Ramsey [Mon, 24 Nov 2008 18:09:33 +0000 (18:09 +0000)]
Change to not use SELECT FROM VALUES form to avoid failures on pre-8.2 pgsql

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

16 years agoFix for GBT#73: ST_Force_Collection crashes with CIRCULARSTRING. This is basically...
Mark Cave-Ayland [Mon, 24 Nov 2008 10:50:30 +0000 (10:50 +0000)]
Fix for GBT#73: ST_Force_Collection crashes with CIRCULARSTRING. This is basically the same fix for GBT#66: ST_Dump kills backend when fed CIRCULAR STRING except that it occurs in a different place.

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

16 years agoFix compilation errors if DEBUG_GEOMETRY_STATS is enabled on 1.3 branch.
Mark Cave-Ayland [Mon, 24 Nov 2008 10:48:32 +0000 (10:48 +0000)]
Fix compilation errors if DEBUG_GEOMETRY_STATS is enabled on 1.3 branch.

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

16 years agoRest of force family, estiamte_extent and soem other one
Regina Obe [Sun, 23 Nov 2008 19:39:40 +0000 (19:39 +0000)]
Rest of force family, estiamte_extent and soem other one

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

16 years agoadd ST_CoordDims
Regina Obe [Fri, 21 Nov 2008 08:36:39 +0000 (08:36 +0000)]
add ST_CoordDims

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

16 years agoUpdate ST_AsKML and ST_Transform - they require proj support. Also add missing versi...
Regina Obe [Thu, 20 Nov 2008 13:42:00 +0000 (13:42 +0000)]
Update ST_AsKML and ST_Transform - they require proj support.  Also add missing version arg in ST_AsKML

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

16 years agoMove remaining _ST_AsKML() definition into the #if...#endif section just like the...
Mark Cave-Ayland [Thu, 20 Nov 2008 10:10:11 +0000 (10:10 +0000)]
Move remaining _ST_AsKML() definition into the #if...#endif section just like the others. Per report from Dylan Beaudette.

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

16 years agoAdd compile instructions for proj and geos (forgot to do that a long time ago and...
Regina Obe [Wed, 19 Nov 2008 13:48:47 +0000 (13:48 +0000)]
Add compile instructions for proj and geos (forgot to do that a long time ago and I promised I would)

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

16 years agomissing st_asgml func proto
Regina Obe [Mon, 17 Nov 2008 00:09:42 +0000 (00:09 +0000)]
missing st_asgml func proto

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

16 years agorecent corrections and additions
Regina Obe [Mon, 17 Nov 2008 00:01:19 +0000 (00:01 +0000)]
recent corrections and additions

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

16 years agomakebbox constructors and ST_LineFromMultiPoint
Regina Obe [Fri, 14 Nov 2008 23:56:16 +0000 (23:56 +0000)]
makebbox constructors and ST_LineFromMultiPoint

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

16 years agoPostgreSQL 8.4 support (#62)
Paul Ramsey [Tue, 11 Nov 2008 20:38:10 +0000 (20:38 +0000)]
PostgreSQL 8.4 support (#62)

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

16 years agoUpdate new version of the sed command - please ignore my bad sed-fu...
Mark Cave-Ayland [Tue, 11 Nov 2008 17:45:16 +0000 (17:45 +0000)]
Update new version of the sed command - please ignore my bad sed-fu...

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

16 years agoChange Makefile.config.in to use sed instead of cut to allow us to filter non-numeric...
Mark Cave-Ayland [Tue, 11 Nov 2008 17:27:59 +0000 (17:27 +0000)]
Change Makefile.config.in to use sed instead of cut to allow us to filter non-numeric parts of `pg_config --version` when finding the currently installed PostgreSQL version.

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

16 years agoAfter a quick sanity grep, I noticed that ST_Transform() was also susceptible to...
Mark Cave-Ayland [Fri, 7 Nov 2008 13:54:21 +0000 (13:54 +0000)]
After a quick sanity grep, I noticed that ST_Transform() was also susceptible to crashing on curve types in the same way as the previous two fixes. Hence I'm committing a fix now before Regina finds it and logs another bug report :)

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

16 years agoFix GBT#69: ST_Translate crashes when fed circular string. lwgeom_affine_recursive...
Mark Cave-Ayland [Fri, 7 Nov 2008 13:45:42 +0000 (13:45 +0000)]
Fix GBT#69: ST_Translate crashes when fed circular string. lwgeom_affine_recursive() needs to know about the new lwgeom_getcurve_inspected() function.

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

16 years agoUndo commits 3270 & 3271. It has been discovered the lwgeom_inspected_* routines...
Mark Cave-Ayland [Fri, 7 Nov 2008 13:18:11 +0000 (13:18 +0000)]
Undo commits 3270 & 3271. It has been discovered the lwgeom_inspected_* routines correctly inspect CURVEPOLYGONs implicitly, and so it's just the curve types that need fixing.

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

16 years agoAdd missing LWCURVE cast functions required for some forthcoming GBT fixes.
Mark Cave-Ayland [Fri, 7 Nov 2008 12:57:04 +0000 (12:57 +0000)]
Add missing LWCURVE cast functions required for some forthcoming GBT fixes.

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

16 years agoAdd missing lwgeom_getcurve_inspected() function which is required for some of the...
Mark Cave-Ayland [Fri, 7 Nov 2008 12:25:30 +0000 (12:25 +0000)]
Add missing lwgeom_getcurve_inspected() function which is required for some of the latest GBT fixes.

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

16 years agoFix GBT#70: ST_NPoints Crashes with Curves. lwgeom_npoints() needs to know about...
Mark Cave-Ayland [Fri, 7 Nov 2008 11:47:12 +0000 (11:47 +0000)]
Fix GBT#70: ST_NPoints Crashes with Curves. lwgeom_npoints() needs to know about the new lwgeom_getcurve_inspected() function.

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

16 years agoAdd missing lwgeom_getcurve_inspected() function which is required for some of the...
Mark Cave-Ayland [Fri, 7 Nov 2008 11:41:23 +0000 (11:41 +0000)]
Add missing lwgeom_getcurve_inspected() function which is required for some of the latest GBT fixes.

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

16 years agoUpdated the curve box3d algorithm to use the floating point comparison operators.
Mark Leslie [Fri, 7 Nov 2008 01:03:50 +0000 (01:03 +0000)]
Updated the curve box3d algorithm to use the floating point comparison operators.

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

16 years agoFix for GBT#66: ST_Dump kills backend when fed CIRCULAR STRING. With thanks to Regina...
Mark Cave-Ayland [Thu, 6 Nov 2008 17:13:49 +0000 (17:13 +0000)]
Fix for GBT#66: ST_Dump kills backend when fed CIRCULAR STRING. With thanks to Regina Obe.

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

16 years agoFix for case where the p-i-p shortcut case and the GEOS shortcut case interleave...
Paul Ramsey [Wed, 5 Nov 2008 20:49:11 +0000 (20:49 +0000)]
Fix for case where the p-i-p shortcut case and the GEOS shortcut case interleave and use the same cache area.

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

16 years agoamend ST_Shift..
Regina Obe [Wed, 5 Nov 2008 13:05:39 +0000 (13:05 +0000)]
amend ST_Shift..

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

16 years agoFix ST_AsGML() not recognising GEOMETRYCOLLECTION as a valid geometry type from my...
Mark Cave-Ayland [Wed, 5 Nov 2008 11:27:37 +0000 (11:27 +0000)]
Fix ST_AsGML() not recognising GEOMETRYCOLLECTION as a valid geometry type from my GBT#65 fix :(

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

16 years agoFix regression tests reporting incorrect failures due to a change of output caused...
Mark Cave-Ayland [Wed, 5 Nov 2008 11:17:52 +0000 (11:17 +0000)]
Fix regression tests reporting incorrect failures due to a change of output caused by r3244.

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

16 years agoFix for GBT#68 - ST_Shift_Longitude doesn't work with MULTIPOINT. Looks like this...
Mark Cave-Ayland [Wed, 5 Nov 2008 11:03:23 +0000 (11:03 +0000)]
Fix for GBT#68 - ST_Shift_Longitude doesn't work with MULTIPOINT. Looks like this was just a simple mistake in the code. I've also improved the error message to return the proper type name instead of just a number.

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

16 years agofix proto for ST_CurveToLine
Regina Obe [Tue, 4 Nov 2008 20:29:58 +0000 (20:29 +0000)]
fix proto for ST_CurveToLine

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

16 years agomissing protos
Regina Obe [Tue, 4 Nov 2008 20:08:24 +0000 (20:08 +0000)]
missing protos

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

16 years agoChange ST_AsKML functions to use ST_Transform instead of Transform
Regina Obe [Tue, 4 Nov 2008 14:34:03 +0000 (14:34 +0000)]
Change ST_AsKML functions to use ST_Transform instead of Transform

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

16 years agoFix lwgeom_typename() not returning a valid string for any of the newer geometry...
Mark Cave-Ayland [Tue, 4 Nov 2008 14:11:36 +0000 (14:11 +0000)]
Fix lwgeom_typename() not returning a valid string for any of the newer geometry types.

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

16 years agoFix for GBT#65: ST_AsGML kills the backend when fed a CIRCULAR STRING. The default...
Mark Cave-Ayland [Tue, 4 Nov 2008 13:58:55 +0000 (13:58 +0000)]
Fix for GBT#65: ST_AsGML kills the backend when fed a CIRCULAR STRING. The default code attempts to inspect any unknown geometry which fails on CIRCULARSTR
ING. A longer term fix may be to fix CIRCULARSTRING so that it can be inspected, however the fix here is to throw an ERROR for unknown types just as the other As_*() functions do.

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

16 years agoMore protos for KML
Regina Obe [Tue, 4 Nov 2008 13:17:41 +0000 (13:17 +0000)]
More protos for KML

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

16 years agoST_LineToCurve, ST_CurveToLine
Regina Obe [Tue, 4 Nov 2008 01:49:57 +0000 (01:49 +0000)]
ST_LineToCurve, ST_CurveToLine

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

16 years agoRe-enabling the bbox2d/3d tests for circular string.
Mark Leslie [Tue, 4 Nov 2008 00:04:16 +0000 (00:04 +0000)]
Re-enabling the bbox2d/3d tests for circular string.

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

16 years agoFix regression test differences between different platforms in the AsGeoJSON regressi...
Mark Cave-Ayland [Thu, 30 Oct 2008 23:02:21 +0000 (23:02 +0000)]
Fix regression test differences between different platforms in the AsGeoJSON regression code. There were two issues: firstly, the original regression tests included precision information > 15 significant figures, and secondly the GeoJSON code was exposing BOX2DFLOAT4 information to the client instead of calculating the true bounding box. With thanks to Olivier Courtin.

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

16 years agoAdd ST_DumpRings
Regina Obe [Thu, 30 Oct 2008 22:52:02 +0000 (22:52 +0000)]
Add ST_DumpRings

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

16 years agoST_Accum
Regina Obe [Thu, 30 Oct 2008 09:16:39 +0000 (09:16 +0000)]
ST_Accum

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

16 years agoAdd ST_Union second function proto
Regina Obe [Wed, 29 Oct 2008 18:00:09 +0000 (18:00 +0000)]
Add ST_Union second function proto

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

16 years agoAdd remaining linear referencing functions
Regina Obe [Wed, 29 Oct 2008 17:37:14 +0000 (17:37 +0000)]
Add remaining linear referencing functions

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

16 years agoAdd ST_Line_Substring
Regina Obe [Wed, 29 Oct 2008 13:15:00 +0000 (13:15 +0000)]
Add ST_Line_Substring

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

16 years agoAdd ST_Line_Interpolate_Point
Regina Obe [Wed, 29 Oct 2008 12:39:57 +0000 (12:39 +0000)]
Add ST_Line_Interpolate_Point

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

16 years agodocument st_length*spheroid functions
Regina Obe [Sun, 26 Oct 2008 22:19:10 +0000 (22:19 +0000)]
document st_length*spheroid functions

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

16 years agoAdd ST_Distance_Spher* functions
Regina Obe [Sun, 26 Oct 2008 21:24:58 +0000 (21:24 +0000)]
Add ST_Distance_Spher* functions

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

16 years agoadd affine and rest of affine family of functions
Regina Obe [Sun, 26 Oct 2008 19:52:28 +0000 (19:52 +0000)]
add affine and rest of affine family of functions

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

16 years agoAdd = operator the most confusing and accidentally used operator of all
Regina Obe [Sat, 25 Oct 2008 17:34:45 +0000 (17:34 +0000)]
Add = operator the most confusing and accidentally used operator of all

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

16 years agoAlter version to match working version.
Paul Ramsey [Fri, 24 Oct 2008 15:54:19 +0000 (15:54 +0000)]
Alter version to match working version.

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

16 years agoadd ST_SnapToGrid
Regina Obe [Fri, 24 Oct 2008 14:56:48 +0000 (14:56 +0000)]
add ST_SnapToGrid

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

16 years agoadded Probe_Geometry_Columns to documentation
Kevin Neufeld [Thu, 23 Oct 2008 18:51:58 +0000 (18:51 +0000)]
added Probe_Geometry_Columns to documentation

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

16 years agoadd ST_Relate
Regina Obe [Wed, 22 Oct 2008 18:55:39 +0000 (18:55 +0000)]
add ST_Relate

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

16 years agoAdd dragonfly support, per Greg Troxel.
Paul Ramsey [Tue, 21 Oct 2008 12:22:19 +0000 (12:22 +0000)]
Add dragonfly support, per Greg Troxel.

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

16 years agoMove over perimeter and max distance
Regina Obe [Tue, 21 Oct 2008 06:41:51 +0000 (06:41 +0000)]
Move over perimeter and max distance

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

16 years agoupdate with latest change from Kevin
Regina Obe [Tue, 21 Oct 2008 06:05:23 +0000 (06:05 +0000)]
update with latest change from Kevin

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

16 years agoAdd ST_Covers and ST_CoveredBy, revert change to ST_MemUnion
Regina Obe [Mon, 20 Oct 2008 17:35:49 +0000 (17:35 +0000)]
Add ST_Covers and ST_CoveredBy, revert change to ST_MemUnion

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

16 years agoCorrect links in read me. Change to say you install make check after make install...
Regina Obe [Mon, 20 Oct 2008 14:54:17 +0000 (14:54 +0000)]
Correct links in read me.  Change to say you install make check after make install, for spatial enabling db -- add line about loading postgis_comments.sql

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

16 years agoBack to SVN version for now.
Paul Ramsey [Mon, 20 Oct 2008 11:54:51 +0000 (11:54 +0000)]
Back to SVN version for now.

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

16 years agosmall case :/
Paul Ramsey [Mon, 20 Oct 2008 03:28:32 +0000 (03:28 +0000)]
small case :/

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

16 years agoMove to rc1 version.
Paul Ramsey [Mon, 20 Oct 2008 03:27:39 +0000 (03:27 +0000)]
Move to rc1 version.

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

16 years agoFix typo in GeometryType
Regina Obe [Sun, 19 Oct 2008 23:41:20 +0000 (23:41 +0000)]
Fix typo in GeometryType

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

16 years agotypo in ST_Y
Regina Obe [Sun, 19 Oct 2008 23:34:15 +0000 (23:34 +0000)]
typo in ST_Y

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

16 years agoMove over remainder of Geometry Accessors to new section. Fix ST_MemUnion (really...
Regina Obe [Sun, 19 Oct 2008 14:40:53 +0000 (14:40 +0000)]
Move over remainder of Geometry Accessors to new section.  Fix ST_MemUnion (really ST_MemGeomUnion)

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

16 years agothe *N family
Regina Obe [Fri, 17 Oct 2008 18:52:00 +0000 (18:52 +0000)]
the *N family

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

16 years agost_length2d and st_length3d
Regina Obe [Fri, 17 Oct 2008 18:04:19 +0000 (18:04 +0000)]
st_length2d and st_length3d

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

16 years agoadd ST_MemUnion
Regina Obe [Fri, 17 Oct 2008 03:40:04 +0000 (03:40 +0000)]
add ST_MemUnion

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

16 years agoAdd ST_Shift_Longitude, ST_Difference, ST_SymDifference
Regina Obe [Fri, 17 Oct 2008 03:04:42 +0000 (03:04 +0000)]
Add ST_Shift_Longitude, ST_Difference, ST_SymDifference

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

16 years agoST_NumGeometries
Regina Obe [Thu, 16 Oct 2008 18:36:00 +0000 (18:36 +0000)]
ST_NumGeometries

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

16 years agoadd ST_ExteriorRing, ST_NumInteriorRings, ST_NumInteriorRing
Regina Obe [Thu, 16 Oct 2008 18:17:32 +0000 (18:17 +0000)]
add ST_ExteriorRing, ST_NumInteriorRings, ST_NumInteriorRing

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

16 years agoupdate st_azimuth - it should be called vector instead of line
Regina Obe [Thu, 16 Oct 2008 07:21:25 +0000 (07:21 +0000)]
update st_azimuth - it should be called vector instead of line

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

16 years agost_azimuth
Regina Obe [Thu, 16 Oct 2008 07:17:42 +0000 (07:17 +0000)]
st_azimuth

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

16 years agoadd st_boundary
Regina Obe [Thu, 16 Oct 2008 06:35:27 +0000 (06:35 +0000)]
add st_boundary

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

16 years agost_segmentize and st_linemerge
Regina Obe [Wed, 15 Oct 2008 13:39:46 +0000 (13:39 +0000)]
st_segmentize and st_linemerge

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

16 years agoFix warnings caused by incorrect header prototypes for GEOSPreparedGeom_destroy ...
Mark Cave-Ayland [Tue, 14 Oct 2008 20:45:30 +0000 (20:45 +0000)]
Fix warnings caused by incorrect header prototypes for GEOSPreparedGeom_destroy (now fixed with this patch and the patch in GEOS SVN)

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

16 years agoifdef pgsql 7.2 back to original behavior, since sliced detoasting
Paul Ramsey [Tue, 14 Oct 2008 18:59:05 +0000 (18:59 +0000)]
ifdef pgsql 7.2 back to original behavior, since sliced detoasting
is not supported.

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

16 years agoadd st_simplify notes
Regina Obe [Tue, 14 Oct 2008 18:15:25 +0000 (18:15 +0000)]
add st_simplify notes

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

16 years agoadd new function summaries for management functions
Regina Obe [Tue, 14 Oct 2008 11:44:18 +0000 (11:44 +0000)]
add new function summaries for management functions

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

16 years agoupdate help to include installing postgis_comments.sql, minor changes to postgis_comm...
Regina Obe [Tue, 14 Oct 2008 03:56:02 +0000 (03:56 +0000)]
update help to include installing postgis_comments.sql, minor changes to postgis_comments.sql

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

16 years agopostgis function definitions
Regina Obe [Mon, 13 Oct 2008 15:28:52 +0000 (15:28 +0000)]
postgis function definitions

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

16 years agoPeformance patch for gist consistent.
Paul Ramsey [Sun, 12 Oct 2008 17:55:38 +0000 (17:55 +0000)]
Peformance patch for gist consistent.

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

16 years agoMove prepared geometry into the standard function API (no special signature) and...
Paul Ramsey [Fri, 10 Oct 2008 18:17:42 +0000 (18:17 +0000)]
Move prepared geometry into the standard function API (no special signature) and add regression tests to match.

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

16 years agoRebuilt the box3d generation for circular strings to account for a special large...
Mark Leslie [Wed, 8 Oct 2008 09:05:24 +0000 (09:05 +0000)]
Rebuilt the box3d generation for circular strings to account for a special large-arc case.  Fix for issue 58, includes regression test for the case.

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

16 years agoFixed invalid references hidden within PGIS_DEBUG ifdefs.
Mark Leslie [Wed, 8 Oct 2008 08:59:29 +0000 (08:59 +0000)]
Fixed invalid references hidden within PGIS_DEBUG ifdefs.

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

16 years agoFix slight error in box shortcut logic in prepared intersects.
Paul Ramsey [Mon, 6 Oct 2008 19:51:44 +0000 (19:51 +0000)]
Fix slight error in box shortcut logic in prepared intersects.

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

16 years agoBackport prepared geometry handling code for GEOS 3.1+
Paul Ramsey [Sun, 5 Oct 2008 05:36:31 +0000 (05:36 +0000)]
Backport prepared geometry handling code for GEOS 3.1+

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

16 years agoFixed unescaped quotes in the error raising for the srid validity check of AddGeometr...
Mark Leslie [Fri, 3 Oct 2008 01:50:38 +0000 (01:50 +0000)]
Fixed unescaped quotes in the error raising for the srid validity check of AddGeometryColumn.

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

16 years agoAdd check for invalid SRID to addgeometrycolumn
Paul Ramsey [Thu, 2 Oct 2008 17:36:08 +0000 (17:36 +0000)]
Add check for invalid SRID to addgeometrycolumn

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

16 years agoDuh, boneheaded syntax error. Compile your code much, Paul?
Paul Ramsey [Thu, 2 Oct 2008 17:20:21 +0000 (17:20 +0000)]
Duh, boneheaded syntax error. Compile your code much, Paul?

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

16 years agoEnsure relate(g,g,p) is case insensitive. (#44)
Paul Ramsey [Thu, 2 Oct 2008 16:43:53 +0000 (16:43 +0000)]
Ensure relate(g,g,p) is case insensitive. (#44)

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

16 years agopass commandline options into commands (#45)
Paul Ramsey [Thu, 2 Oct 2008 15:59:41 +0000 (15:59 +0000)]
pass commandline options into commands (#45)

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

16 years agoBackport fixes for GBT#21 (locate_along_measure returning invalid values) and regress...
Mark Cave-Ayland [Tue, 30 Sep 2008 13:36:50 +0000 (13:36 +0000)]
Backport fixes for GBT#21 (locate_along_measure returning invalid values) and regression test enhancements to the 1.3 branch.

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

16 years agoFix regression issues with geojson and add news to ChangeLog
Paul Ramsey [Mon, 29 Sep 2008 22:56:51 +0000 (22:56 +0000)]
Fix regression issues with geojson and add news to ChangeLog

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

16 years agoBackport memory improvements and multi-polygon support for p-i-p
Paul Ramsey [Mon, 29 Sep 2008 18:25:00 +0000 (18:25 +0000)]
Backport memory improvements and multi-polygon support for p-i-p
shortcuts from trunk.

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

16 years agoFix commit 3000 by changing the module definition to be 1.3 branch style (@MODULE_FIL...
Mark Cave-Ayland [Thu, 25 Sep 2008 10:04:54 +0000 (10:04 +0000)]
Fix commit 3000 by changing the module definition to be 1.3 branch style (@MODULE_FILENAME@ instead of MODULE_PATHNAME used by pgxs)

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

16 years agoPut svn back in micro version
Regina Obe [Wed, 24 Sep 2008 14:06:34 +0000 (14:06 +0000)]
Put svn back in micro version

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

16 years agotypo
Regina Obe [Wed, 24 Sep 2008 14:01:29 +0000 (14:01 +0000)]
typo

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

16 years agoAdded ST_MakePointM and remove redundant redefinition of MakePointM
Regina Obe [Wed, 24 Sep 2008 13:59:18 +0000 (13:59 +0000)]
Added ST_MakePointM and remove redundant redefinition of MakePointM

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

16 years agoreduce memory leak in P-i-P shortcut
Paul Ramsey [Tue, 23 Sep 2008 19:09:31 +0000 (19:09 +0000)]
reduce memory leak in P-i-P shortcut

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

16 years agoExpand list of contributors
Regina Obe [Tue, 16 Sep 2008 01:51:54 +0000 (01:51 +0000)]
Expand list of contributors

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