]> granicus.if.org Git - postgis/log
postgis
16 years agoforgot to delete some stuff
Regina Obe [Fri, 17 Oct 2008 03:05:42 +0000 (03:05 +0000)]
forgot to delete some stuff

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

16 years agomove over ST_Shift_Longitude, ST_Difference, ST_SymDifference
Regina Obe [Fri, 17 Oct 2008 03:04:20 +0000 (03:04 +0000)]
move over ST_Shift_Longitude, ST_Difference, ST_SymDifference

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

16 years agoreverting accidental commit to template.xml
Kevin Neufeld [Thu, 16 Oct 2008 22:13:08 +0000 (22:13 +0000)]
reverting accidental commit to template.xml

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

16 years agoMove over ST_NumGeometries
Regina Obe [Thu, 16 Oct 2008 18:35:35 +0000 (18:35 +0000)]
Move over ST_NumGeometries

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

16 years agoMove over ST_ExteriorRing, ST_NumInteriorRings, ST_NumInteriorRing
Regina Obe [Thu, 16 Oct 2008 18:17:10 +0000 (18:17 +0000)]
Move over ST_ExteriorRing, ST_NumInteriorRings, ST_NumInteriorRing

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

16 years agoadded dblatex as a dependency for building PDF's
Kevin Neufeld [Thu, 16 Oct 2008 18:12:34 +0000 (18:12 +0000)]
added dblatex as a dependency for building PDF's
added a pdf target to doc/Makefile.in

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

16 years agoUpdate to previous parser patch: if the error location is 0 (i.e. we haven't even...
Mark Cave-Ayland [Thu, 16 Oct 2008 08:33:25 +0000 (08:33 +0000)]
Update to previous parser patch: if the error location is 0 (i.e. we haven't even matched a valid OGC WKT type) then display a more appropriate message. Per minor gripe from Paul.

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

16 years agoupdate st_azimuth - it should be called vector instead of line since order of points...
Regina Obe [Thu, 16 Oct 2008 07:22:08 +0000 (07:22 +0000)]
update st_azimuth - it should be called vector instead of line since order of points reverses the angle

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

16 years agoMove over ST_Azimuth and provide example
Regina Obe [Thu, 16 Oct 2008 07:17:17 +0000 (07:17 +0000)]
Move over ST_Azimuth and provide example

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

16 years agoMove over ST_Boundary to new section, copy comment about SQL-MM srid to xsl header
Regina Obe [Thu, 16 Oct 2008 06:35:03 +0000 (06:35 +0000)]
Move over ST_Boundary to new section,  copy comment about SQL-MM srid to xsl header

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

16 years agoFix pointer problem in the new HINT code caused by strncpy() not padding with zeros...
Mark Cave-Ayland [Wed, 15 Oct 2008 21:44:19 +0000 (21:44 +0000)]
Fix pointer problem in the new HINT code caused by strncpy() not padding with zeros unless the specified length is *longer* than the source string.

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

16 years agolast one!
Paul Ramsey [Wed, 15 Oct 2008 18:36:22 +0000 (18:36 +0000)]
last one!

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

16 years agoexpunge remaining stringBuffer references
Paul Ramsey [Wed, 15 Oct 2008 18:26:27 +0000 (18:26 +0000)]
expunge remaining stringBuffer references

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

16 years agoRemove stringBuffer.* from build/repository.
Paul Ramsey [Wed, 15 Oct 2008 17:59:18 +0000 (17:59 +0000)]
Remove stringBuffer.* from build/repository.

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

16 years agoUpdate the LWGEOM parser to provide error HINTs when being called from PostgreSQL...
Mark Cave-Ayland [Wed, 15 Oct 2008 15:03:54 +0000 (15:03 +0000)]
Update the LWGEOM parser to provide error HINTs when being called from PostgreSQL, and update regression tests accordingly.

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

16 years agofix spacing of st_linemerge, st_segmentize examples.
Regina Obe [Wed, 15 Oct 2008 13:43:59 +0000 (13:43 +0000)]
fix spacing of st_linemerge, st_segmentize examples.

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

16 years agoMove over ST_Segmentize and ST_LineMerge
Regina Obe [Wed, 15 Oct 2008 13:39:03 +0000 (13:39 +0000)]
Move over ST_Segmentize and ST_LineMerge

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

16 years agomoved cleanup of the pdf to the maintainer-clean target
Kevin Neufeld [Tue, 14 Oct 2008 23:08:00 +0000 (23:08 +0000)]
moved cleanup of the pdf to the maintainer-clean target

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

16 years agoRemove sliced test code and return to original state.
Paul Ramsey [Tue, 14 Oct 2008 20:11:07 +0000 (20:11 +0000)]
Remove sliced test code and return to original state.

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

16 years agoNearly finish work on the new parser API. The key part of this patch is to alter...
Mark Cave-Ayland [Tue, 14 Oct 2008 19:51:24 +0000 (19:51 +0000)]
Nearly finish work on the new parser API. The key part of this patch is to alter the behaviour of the parser so that instead of generating errors directly, it returns an error code, error location and an error message. Hence the caller is now in charge of the behaviour when parsing invalid geometries, and so can ignore errors or proceed onto the next geometry if required. The regression test change is due to a change in an error message, since the error is now returned from the unparser before it even gets to GEOS.

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

16 years agoProvide examples for ST_Simplify and ST_SimplifyPreserveTopology
Regina Obe [Tue, 14 Oct 2008 19:39:07 +0000 (19:39 +0000)]
Provide examples for ST_Simplify and ST_SimplifyPreserveTopology

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

16 years agoMove over st_simplify and st_simplifypreservetopology. Still need to put in examples.
Regina Obe [Tue, 14 Oct 2008 18:16:03 +0000 (18:16 +0000)]
Move over st_simplify and st_simplifypreservetopology.  Still need to put in examples.

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

16 years agoastyle style=ansi indent=tab=8
Paul Ramsey [Tue, 14 Oct 2008 17:42:15 +0000 (17:42 +0000)]
astyle style=ansi indent=tab=8

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

16 years agocompletely move over rest of management functions to new section. Add probe_geometry...
Regina Obe [Tue, 14 Oct 2008 11:40:27 +0000 (11:40 +0000)]
completely move over rest of management functions to new section.  Add probe_geometry_columns - never been documented, but useful.  Get rid of update_geometry_stats - just returns a dumb message that its obsolete.

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

16 years agoAdd missing function proto for dropgeometrytable
Regina Obe [Tue, 14 Oct 2008 03:56:39 +0000 (03:56 +0000)]
Add missing function proto for dropgeometrytable

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

16 years agoRename parser_check_flags to current_parser_check_flags and unparser_check_flags...
Mark Cave-Ayland [Mon, 13 Oct 2008 13:16:14 +0000 (13:16 +0000)]
Rename parser_check_flags to current_parser_check_flags and unparser_check_flags to current_unparser_check_flags to clarify that these status variables only reflect the checks enabled for the current parse.

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

16 years agoMove the liblwgeom unparser example over to the dynptarray API which is the proper...
Mark Cave-Ayland [Mon, 13 Oct 2008 13:03:23 +0000 (13:03 +0000)]
Move the liblwgeom unparser example over to the dynptarray API which is the proper way to alter point arrays in memory.

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

16 years agoFix up some more warnings in SVN trunk; note that there are still 2 remaining Prepare...
Mark Cave-Ayland [Mon, 13 Oct 2008 11:36:17 +0000 (11:36 +0000)]
Fix up some more warnings in SVN trunk; note that there are still 2 remaining PreparedGeometry warnings, but these will require patching GEOS.

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

16 years agoPerformance boost: only detoast the front of the tuple first and
Paul Ramsey [Sun, 12 Oct 2008 17:47:37 +0000 (17:47 +0000)]
Performance boost: only detoast the front of the tuple first and
extract the bbox from that.

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

16 years agoPull prep_cache reference safely inside PREPARED_GEOM #ifdef
Paul Ramsey [Fri, 10 Oct 2008 16:34:24 +0000 (16:34 +0000)]
Pull prep_cache reference safely inside PREPARED_GEOM #ifdef

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

16 years agoSet keywords propery.
Paul Ramsey [Fri, 10 Oct 2008 05:24:08 +0000 (05:24 +0000)]
Set keywords propery.

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

16 years agoClean-up and comment.
Paul Ramsey [Fri, 10 Oct 2008 05:17:54 +0000 (05:17 +0000)]
Clean-up and comment.

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

16 years agoRename lwgeom_geos_c.c to lwgeom_geos.c
Paul Ramsey [Fri, 10 Oct 2008 04:41:03 +0000 (04:41 +0000)]
Rename lwgeom_geos_c.c to lwgeom_geos.c

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

16 years agoPrepared geometries getting closer to readiness. Integrated into standard functions...
Paul Ramsey [Fri, 10 Oct 2008 04:39:54 +0000 (04:39 +0000)]
Prepared geometries getting closer to readiness. Integrated into standard functions, regression tests added.

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

16 years agoUpdating the regression test README file with details about the c preprocessing step...
Mark Leslie [Fri, 10 Oct 2008 01:35:58 +0000 (01:35 +0000)]
Updating the regression test README file with details about the c preprocessing step and the formatting of the _expected file results.

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

16 years agoSQL my MM
Regina Obe [Wed, 8 Oct 2008 18:57:11 +0000 (18:57 +0000)]
SQL my MM

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

16 years agoupdate st_translate include support for 3d flag
Regina Obe [Wed, 8 Oct 2008 18:51:22 +0000 (18:51 +0000)]
update st_translate include support for 3d flag

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

16 years agoMove to memcmp keys, leave prepared functions tied to old keyed signatures for now.
Paul Ramsey [Wed, 8 Oct 2008 18:27:16 +0000 (18:27 +0000)]
Move to memcmp keys, leave prepared functions tied to old keyed signatures for now.

git-svn-id: http://svn.osgeo.org/postgis/trunk@3081 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 10:14:46 +0000 (10:14 +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/trunk@3080 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agofixed several broken or redirected external URLs.
Kevin Neufeld [Wed, 8 Oct 2008 05:48:57 +0000 (05:48 +0000)]
fixed several broken or redirected external URLs.

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

16 years agofixed several broken or redirected external URLs.
Kevin Neufeld [Wed, 8 Oct 2008 05:45:46 +0000 (05:45 +0000)]
fixed several broken or redirected external URLs.

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

16 years agoFix minor logic error in intersects() bbox shortcut.
Paul Ramsey [Wed, 8 Oct 2008 04:25:40 +0000 (04:25 +0000)]
Fix minor logic error in intersects() bbox shortcut.

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

16 years agoRe-work prepared geom cache to use memcmp instead of keys, step 1.
Paul Ramsey [Tue, 7 Oct 2008 23:51:14 +0000 (23:51 +0000)]
Re-work prepared geom cache to use memcmp instead of keys, step 1.

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

16 years agoMove DEBUG statement next to a req'd variable.
Paul Ramsey [Tue, 7 Oct 2008 20:38:23 +0000 (20:38 +0000)]
Move DEBUG statement next to a req'd variable.

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

16 years agocorrect mistake
Regina Obe [Tue, 7 Oct 2008 18:09:23 +0000 (18:09 +0000)]
correct mistake

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

16 years agoMove over ST_ConvexHull
Regina Obe [Tue, 7 Oct 2008 17:39:00 +0000 (17:39 +0000)]
Move over ST_ConvexHull

git-svn-id: http://svn.osgeo.org/postgis/trunk@3071 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:56 +0000 (19:51 +0000)]
Fix slight error in box shortcut logic in prepared intersects.

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

16 years agoConvert from LWDEBUG to POSTGIS_DEBUG
Paul Ramsey [Sun, 5 Oct 2008 22:12:34 +0000 (22:12 +0000)]
Convert from LWDEBUG to POSTGIS_DEBUG

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

16 years agoFix stupid mistake in the liblwgeom parser...
Mark Cave-Ayland [Sun, 5 Oct 2008 17:33:03 +0000 (17:33 +0000)]
Fix stupid mistake in the liblwgeom parser...

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

16 years agoFix boneheaded error in prepared intersects.
Paul Ramsey [Sat, 4 Oct 2008 21:29:16 +0000 (21:29 +0000)]
Fix boneheaded error in prepared intersects.

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

16 years agoProtect prepared geometry implementation in GEOS>=3.1 defines.
Paul Ramsey [Sat, 4 Oct 2008 17:49:51 +0000 (17:49 +0000)]
Protect prepared geometry implementation in GEOS>=3.1 defines.

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

16 years agoFix the DEBUGF statements I didn't realise I broke with the new LWGEOM parser/unparse...
Mark Cave-Ayland [Sat, 4 Oct 2008 16:00:46 +0000 (16:00 +0000)]
Fix the DEBUGF statements I didn't realise I broke with the new LWGEOM parser/unparser API (in response to Paul's r3061 commit).

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

16 years agoSome extra debugf's in the prepared geometry code.
Paul Ramsey [Fri, 3 Oct 2008 18:07:18 +0000 (18:07 +0000)]
Some extra debugf's in the prepared geometry code.

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

16 years agoPatch up and comment out some DEBUGF lines that don't compile due to changes in function
Paul Ramsey [Fri, 3 Oct 2008 17:37:42 +0000 (17:37 +0000)]
Patch up and comment out some DEBUGF lines that don't compile due to changes in function
signatures in liblwgeom

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

16 years agocorrect incorrect statement
Regina Obe [Fri, 3 Oct 2008 13:23:56 +0000 (13:23 +0000)]
correct incorrect statement

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

16 years agoUpdate ST_Union's fitness for 3d with examples.
Regina Obe [Fri, 3 Oct 2008 13:20:28 +0000 (13:20 +0000)]
Update ST_Union's fitness for 3d with examples.

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

16 years agoAdd more examples of 3d use and annotate more 3d functions
Regina Obe [Fri, 3 Oct 2008 09:22:13 +0000 (09:22 +0000)]
Add more examples of 3d use and annotate more 3d functions

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

16 years agoRework prepared geometry handling to look more like the implementation of
Paul Ramsey [Thu, 2 Oct 2008 23:53:37 +0000 (23:53 +0000)]
Rework prepared geometry handling to look more like the implementation of
PJ caching in transform.

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

16 years agoFlip format to 'astyle --style=ansi --indent=tab=8' to make upcoming
Paul Ramsey [Thu, 2 Oct 2008 18:52:10 +0000 (18:52 +0000)]
Flip format to 'astyle --style=ansi --indent=tab=8' to make upcoming
changes more consistent, stylewise. (Can't stand the mixed styles anymore!)

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

16 years agoadd .so. to svn:ignore
Paul Ramsey [Thu, 2 Oct 2008 18:35:45 +0000 (18:35 +0000)]
add .so. to svn:ignore

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

16 years agoadd check for invalid srid to addgeometrycolumn (#33)
Paul Ramsey [Thu, 2 Oct 2008 17:36:52 +0000 (17:36 +0000)]
add check for invalid srid to addgeometrycolumn (#33)

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

16 years agoensure relate(g,g,p) is case insensitive (#44)
Paul Ramsey [Thu, 2 Oct 2008 16:46:39 +0000 (16:46 +0000)]
ensure relate(g,g,p) is case insensitive (#44)

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

16 years agoFlag more 3d compatible functions
Regina Obe [Thu, 2 Oct 2008 16:15:33 +0000 (16:15 +0000)]
Flag more 3d compatible functions

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

16 years agopass commandline options into backend command (#45)
Paul Ramsey [Thu, 2 Oct 2008 16:00:22 +0000 (16:00 +0000)]
pass commandline options into backend command (#45)

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

16 years agoFix log message to refer to correct function name
Paul Ramsey [Thu, 2 Oct 2008 15:56:57 +0000 (15:56 +0000)]
Fix log message to refer to correct function name

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

16 years agoFix minor typos in ST_Polygonize
Regina Obe [Thu, 2 Oct 2008 12:43:13 +0000 (12:43 +0000)]
Fix minor typos in ST_Polygonize

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

16 years agoGet rid of extra line breaks in specialty function section (by changing xsl). Move...
Regina Obe [Thu, 2 Oct 2008 12:14:05 +0000 (12:14 +0000)]
Get rid of extra line breaks in specialty function section (by changing xsl).  Move over ST_Polygonize and provide examples.

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

16 years agoStart annotating functions that support 3d, add some examples of 3d, update xsl to...
Regina Obe [Thu, 2 Oct 2008 11:40:06 +0000 (11:40 +0000)]
Start annotating functions that support 3d, add some examples of 3d, update xsl to pull out functions that support 3d in a separate special function index

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

16 years agoextraneous junk left
Regina Obe [Thu, 2 Oct 2008 11:17:03 +0000 (11:17 +0000)]
extraneous junk left

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

16 years agoMove over ST_Extent
Regina Obe [Thu, 2 Oct 2008 11:16:15 +0000 (11:16 +0000)]
Move over ST_Extent

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

16 years agoGet rid of excess paragraph in mm compliance section
Regina Obe [Wed, 1 Oct 2008 21:55:56 +0000 (21:55 +0000)]
Get rid of excess paragraph in mm compliance section

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

16 years agoMoved some functions to Geometry Processing section
Regina Obe [Wed, 1 Oct 2008 21:53:01 +0000 (21:53 +0000)]
Moved some functions to Geometry Processing section

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

16 years agoPut in SQL mm compliance for ST_Intersection
Regina Obe [Wed, 1 Oct 2008 21:42:53 +0000 (21:42 +0000)]
Put in SQL mm compliance for ST_Intersection

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

16 years agoMove ST_Intersection to new reference_new.xml
Regina Obe [Wed, 1 Oct 2008 20:04:05 +0000 (20:04 +0000)]
Move ST_Intersection to new reference_new.xml

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

16 years agoRevise to include mm compliance section
Regina Obe [Tue, 30 Sep 2008 17:42:11 +0000 (17:42 +0000)]
Revise to include mm compliance section

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

16 years agoMove over ST_Intersects sql mm compliance note to reference_new (remove sT_Intersects...
Regina Obe [Tue, 30 Sep 2008 17:39:13 +0000 (17:39 +0000)]
Move over ST_Intersects sql mm compliance note to reference_new (remove sT_Intersects from MM section of old reference)

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

16 years agoUpdate regression tests to include test cases for GBT#21.
Mark Cave-Ayland [Tue, 30 Sep 2008 13:29:49 +0000 (13:29 +0000)]
Update regression tests to include test cases for GBT#21.

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

16 years agoFix for locate_along_measure returning invalid values (GBT#21)
Mark Cave-Ayland [Tue, 30 Sep 2008 13:25:22 +0000 (13:25 +0000)]
Fix for locate_along_measure returning invalid values (GBT#21)

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

16 years agoadded a new aggregate and sql_mm toc to docs generated via a custom xsl (provided...
Kevin Neufeld [Tue, 30 Sep 2008 04:06:13 +0000 (04:06 +0000)]
added a new aggregate and sql_mm toc to docs generated via a custom xsl (provided by Regina Obe) to the documentation Makefile

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

16 years agochange to sort functions alphabetically
Regina Obe [Mon, 29 Sep 2008 16:20:42 +0000 (16:20 +0000)]
change to sort functions alphabetically

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

16 years agoUpdate LWGEOM unparser to (E)WKT/WKB to resturn a LWGEOM_UNPARSER_RESULT structure...
Mark Cave-Ayland [Sun, 28 Sep 2008 19:48:17 +0000 (19:48 +0000)]
Update LWGEOM unparser to (E)WKT/WKB to resturn a LWGEOM_UNPARSER_RESULT structure instead of just the WKT/WKB character array. This is the same work done for r3023 but applied to the unparser instead.

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

16 years agoWith the advent of LWGEOM_PARSER_RESULT, it is now possible to get rid of the horribl...
Mark Cave-Ayland [Sun, 28 Sep 2008 16:18:12 +0000 (16:18 +0000)]
With the advent of LWGEOM_PARSER_RESULT, it is now possible to get rid of the horrible SERIALIZED_LWGEOM hack for PostgreSQL 8.3 to allow us to return the size separate from the result. This is good as it removes another level of indirection from the parser. Note that the size field has now been added to the LWGEOM_PARSER_RESULT structure.

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

16 years agoClear up warnings (mixed declartions within code and invalid return) from r3022.
Mark Cave-Ayland [Sun, 28 Sep 2008 15:47:02 +0000 (15:47 +0000)]
Clear up warnings (mixed declartions within code and invalid return) from r3022.

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

16 years agoUpdate (E)WKT/WKB parser to return a structure (LWGEOM_PARSER_RESULT) instead of...
Mark Cave-Ayland [Sun, 28 Sep 2008 15:32:46 +0000 (15:32 +0000)]
Update (E)WKT/WKB parser to return a structure (LWGEOM_PARSER_RESULT) instead of just the serialized lwgeom. This is in preparation for returning more detailed error information back to the caller.

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

16 years agoUpdate pip shortcut code to be less aggressive in building cache.
Paul Ramsey [Sun, 28 Sep 2008 09:03:32 +0000 (09:03 +0000)]
Update pip shortcut code to be less aggressive in building cache.

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

16 years agoRename parser_check_flags to unparser_check_flags for the unparser to prevent linking...
Mark Cave-Ayland [Sat, 27 Sep 2008 08:19:18 +0000 (08:19 +0000)]
Rename parser_check_flags to unparser_check_flags for the unparser to prevent linking error under OS X. Also add missing function prototype to silence compiler warning in the PiP code.

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

16 years agoharmonize sql functions with c functions for prepared geometry
Paul Ramsey [Fri, 26 Sep 2008 21:46:23 +0000 (21:46 +0000)]
harmonize sql functions with c functions for prepared geometry

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

16 years agoMake preparedgeometry memory handling a good deal kinder (no longer losing base geome...
Paul Ramsey [Fri, 26 Sep 2008 21:34:31 +0000 (21:34 +0000)]
Make preparedgeometry memory handling a good deal kinder (no longer losing base geometry every time)

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

16 years agoput index in listitems and hope for the best
Regina Obe [Fri, 26 Sep 2008 21:01:24 +0000 (21:01 +0000)]
put index in listitems and hope for the best

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

16 years agoP-I-P rennovation complete: memory leaks gone, multipolygon support added
Paul Ramsey [Fri, 26 Sep 2008 19:43:19 +0000 (19:43 +0000)]
P-I-P rennovation complete: memory leaks gone, multipolygon support added

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

16 years agocorrect the comments
Regina Obe [Fri, 26 Sep 2008 18:59:39 +0000 (18:59 +0000)]
correct the comments

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

16 years agoxsl that generates index listing of postgis spatial aggregates and MM compliant functions
Regina Obe [Fri, 26 Sep 2008 18:55:43 +0000 (18:55 +0000)]
xsl that generates index listing of postgis spatial aggregates and MM compliant functions

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

16 years agoPut in author/license info (hmm this is a guess - couldn't find a good example in...
Regina Obe [Fri, 26 Sep 2008 12:45:38 +0000 (12:45 +0000)]
Put in author/license info (hmm this is a guess - couldn't find a good example in SVN to go by).  Also comment on what xsl is doing.

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

16 years agoupdated "make clean" directive to include the newly generated PDFs
Kevin Neufeld [Fri, 26 Sep 2008 02:50:51 +0000 (02:50 +0000)]
updated "make clean" directive to include the newly generated PDFs

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

16 years agoAdd parser flags to the LWGEOM to (E)WKB/WKT parsers, similar to has already been...
Mark Cave-Ayland [Thu, 25 Sep 2008 21:50:19 +0000 (21:50 +0000)]
Add parser flags to the LWGEOM to (E)WKB/WKT parsers, similar to has already been done for the (E)WKB/WKT to LWGEOM parsers.

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

16 years agoRemove missing variables from LWDEBUG(F) statement that would cause compilation to...
Mark Cave-Ayland [Thu, 25 Sep 2008 21:34:13 +0000 (21:34 +0000)]
Remove missing variables from LWDEBUG(F) statement that would cause compilation to fail with POSTGIS_DEBUG_LEVEL > 0

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

16 years agoAnother biggish leak into the parent context.
Paul Ramsey [Thu, 25 Sep 2008 20:46:16 +0000 (20:46 +0000)]
Another biggish leak into the parent context.

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

16 years agoMore small memory leaks removed.
Paul Ramsey [Thu, 25 Sep 2008 19:18:37 +0000 (19:18 +0000)]
More small memory leaks removed.

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

16 years agoRemove more memory leaks from P-I-P shortcut code.
Paul Ramsey [Thu, 25 Sep 2008 17:18:25 +0000 (17:18 +0000)]
Remove more memory leaks from P-I-P shortcut code.

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

16 years agoMore typo fixes
Regina Obe [Thu, 25 Sep 2008 12:18:01 +0000 (12:18 +0000)]
More typo fixes

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