]> granicus.if.org Git - postgis/log
postgis
12 years agoFix a NaN result leaking into the tree building algorithm (optimized 32 bit code...
Paul Ramsey [Tue, 10 Jul 2012 20:32:54 +0000 (20:32 +0000)]
Fix a NaN result leaking into the tree building algorithm (optimized 32 bit code only!).

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

12 years agoCreate target dir if non-existing
Sandro Santilli [Tue, 10 Jul 2012 20:27:35 +0000 (20:27 +0000)]
Create target dir if non-existing

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

12 years agoHandle best SRID finding for shapes the cross the poles and dateline. Also add some...
Paul Ramsey [Fri, 6 Jul 2012 23:50:33 +0000 (23:50 +0000)]
Handle best SRID finding for shapes the cross the poles and dateline. Also add some new larger zones in gnomic for larger shapes. (#1610)

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

12 years agoFix issue where the cached object is a point and the uncached one is a polygon. ...
Paul Ramsey [Thu, 5 Jul 2012 19:15:28 +0000 (19:15 +0000)]
Fix issue where the cached object is a point and the uncached one is a polygon. (#1796)

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

12 years agoSupport for larger objects in ST_Intersection(geography) (#1610) This adds a set...
Paul Ramsey [Thu, 5 Jul 2012 16:50:44 +0000 (16:50 +0000)]
Support for larger objects in ST_Intersection(geography) (#1610) This adds a set of larger regions that are handled with a gnomic projection. It could also use an orthographic. There's still a case to be handled for objects that cross the dateline or poles.

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

12 years agoFix problems with circtree building on short edges near the poles. (#1796)
Paul Ramsey [Wed, 4 Jul 2012 18:11:25 +0000 (18:11 +0000)]
Fix problems with circtree building on short edges near the poles. (#1796)

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

12 years agoFix pgsql2shp for big-endian systems (#1900)
Sandro Santilli [Wed, 4 Jul 2012 13:12:58 +0000 (13:12 +0000)]
Fix pgsql2shp for big-endian systems (#1900)

Submitted By: Ryan Oliver <ryan.oliver@dse.vic.gov.au>

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

12 years agoChanged return value of rt_pixtype_get_min_value() when pixel type is
Bborie Park [Wed, 4 Jul 2012 00:47:34 +0000 (00:47 +0000)]
Changed return value of rt_pixtype_get_min_value() when pixel type is
unknown

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

12 years agoFixed how the minimum possible value of a pixel type was being
Bborie Park [Wed, 4 Jul 2012 00:33:00 +0000 (00:33 +0000)]
Fixed how the minimum possible value of a pixel type was being
determined.  Added regression tests for band without NODATA.

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

12 years agoFixed handling of pixel value check for NODATA
Bborie Park [Tue, 3 Jul 2012 23:40:40 +0000 (23:40 +0000)]
Fixed handling of pixel value check for NODATA

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

12 years agoAdded docs for ST_PixelAsPoints and ST_PixelAsCentroids and update NEWS
Bborie Park [Tue, 3 Jul 2012 22:30:36 +0000 (22:30 +0000)]
Added docs for ST_PixelAsPoints and ST_PixelAsCentroids and update NEWS

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

12 years agoAddition of notes differentiating ST_DumpPolygons and
Bborie Park [Tue, 3 Jul 2012 22:30:30 +0000 (22:30 +0000)]
Addition of notes differentiating ST_DumpPolygons and
ST_PixelsAsPolygons

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

12 years agoAddition of regression tests for ST_PixelAsCentroids and
Bborie Park [Tue, 3 Jul 2012 22:30:20 +0000 (22:30 +0000)]
Addition of regression tests for ST_PixelAsCentroids and
ST_PixelAsPoints

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

12 years agoAddition of ST_PixelAsPoints and ST_PixelAsCentroids
Bborie Park [Tue, 3 Jul 2012 22:30:13 +0000 (22:30 +0000)]
Addition of ST_PixelAsPoints and ST_PixelAsCentroids

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

12 years agoRemoved RASTER_getPixelPolygon as it has been replaced with
Bborie Park [Tue, 3 Jul 2012 22:30:06 +0000 (22:30 +0000)]
Removed RASTER_getPixelPolygon as it has been replaced with
RASTER_getPixelPolygons

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

12 years agoChange signature of ST_PixelAsPolygons() and added regression tests.
Bborie Park [Tue, 3 Jul 2012 22:30:00 +0000 (22:30 +0000)]
Change signature of ST_PixelAsPolygons() and added regression tests.

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

12 years agoAdded check for empty raster to RASTER_getPixelPolygons
Bborie Park [Tue, 3 Jul 2012 22:29:51 +0000 (22:29 +0000)]
Added check for empty raster to RASTER_getPixelPolygons

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

12 years agoRefactored ST_PixelAsPolygons to call a C function and have enhanced
Bborie Park [Tue, 3 Jul 2012 22:29:43 +0000 (22:29 +0000)]
Refactored ST_PixelAsPolygons to call a C function and have enhanced
capabilities.  Additional variants and regression tests are next.

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

12 years agoRenamed "hasnodata" function parameter to "exclude_nodata_value"
Bborie Park [Tue, 3 Jul 2012 22:29:34 +0000 (22:29 +0000)]
Renamed "hasnodata" function parameter to "exclude_nodata_value"

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

12 years agofix typos
Regina Obe [Tue, 3 Jul 2012 20:08:31 +0000 (20:08 +0000)]
fix typos

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

12 years agoAdmit defeat and render geometries old-fashoined way
Regina Obe [Tue, 3 Jul 2012 19:45:44 +0000 (19:45 +0000)]
Admit defeat and render geometries old-fashoined way

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

12 years agolet see if a geom collection works
Regina Obe [Tue, 3 Jul 2012 19:18:11 +0000 (19:18 +0000)]
let see if a geom collection works

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

12 years agolets take out completely for now.
Regina Obe [Tue, 3 Jul 2012 19:11:35 +0000 (19:11 +0000)]
lets take out completely for now.

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

12 years agobreak out multiline into separate linestrings hopefully wkt parser can deal with...
Regina Obe [Tue, 3 Jul 2012 19:04:46 +0000 (19:04 +0000)]
break out multiline into separate linestrings hopefully wkt parser can deal with this better

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

12 years agoAdd in ST_DistanceTree for testing purposes. Do not document.
Paul Ramsey [Tue, 3 Jul 2012 18:44:21 +0000 (18:44 +0000)]
Add in ST_DistanceTree for testing purposes. Do not document.

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

12 years agoone more try
Regina Obe [Tue, 3 Jul 2012 16:13:19 +0000 (16:13 +0000)]
one more try

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

12 years agoforgot to commit wkt files
Regina Obe [Tue, 3 Jul 2012 15:50:45 +0000 (15:50 +0000)]
forgot to commit wkt files

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

12 years agosome examples of delaunay triangles
Regina Obe [Tue, 3 Jul 2012 15:45:01 +0000 (15:45 +0000)]
some examples of delaunay triangles

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

12 years agoBe tolerant with regressing against GEOS-3.2.0
Sandro Santilli [Tue, 3 Jul 2012 13:58:10 +0000 (13:58 +0000)]
Be tolerant with regressing against GEOS-3.2.0

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

12 years agocleanup of examples for ST_Raster2WorldCoord()
Bborie Park [Tue, 3 Jul 2012 13:16:10 +0000 (13:16 +0000)]
cleanup of examples for ST_Raster2WorldCoord()

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

12 years agoupdate unpackaged. Need to make this an automated task perhaps thru jenkins first.
Regina Obe [Tue, 3 Jul 2012 07:57:58 +0000 (07:57 +0000)]
update unpackaged.  Need to make this an automated task perhaps thru jenkins first.

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

12 years agoFix problem thresholded distance searching in circ-trees. (#1796)
Paul Ramsey [Sun, 1 Jul 2012 14:24:37 +0000 (14:24 +0000)]
Fix problem thresholded distance searching in circ-trees. (#1796)

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

12 years agoFix cache coherence error where the trees were being built on top of geometries which...
Paul Ramsey [Sat, 30 Jun 2012 21:18:06 +0000 (21:18 +0000)]
Fix cache coherence error where the trees were being built on top of geometries which would get freed out from underneath them. Instead build them on the cached representations we're carrying around anyways (#1796)

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

12 years agoint32 instead of int4 as per Peter Eisentraut on postgis-devel.
Bborie Park [Fri, 29 Jun 2012 20:48:21 +0000 (20:48 +0000)]
int32 instead of int4 as per Peter Eisentraut on postgis-devel.

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

12 years agoAdded svn:keywords entry and removed TODO item as ticket already exists.
Bborie Park [Fri, 29 Jun 2012 19:00:21 +0000 (19:00 +0000)]
Added svn:keywords entry and removed TODO item as ticket already exists.

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

12 years agoLet testing temp dir be settable using PGIS_REG_TMPDIR
Sandro Santilli [Fri, 29 Jun 2012 17:10:36 +0000 (17:10 +0000)]
Let testing temp dir be settable using PGIS_REG_TMPDIR

Prior to this change you could change it using the TMPDIR variable
but that one could have been used by other software as well.

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

12 years agoFixed line issues. Added another TODO item.
Bborie Park [Fri, 29 Jun 2012 02:06:47 +0000 (02:06 +0000)]
Fixed line issues.  Added another TODO item.

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

12 years agoLine formatting
Bborie Park [Fri, 29 Jun 2012 01:58:40 +0000 (01:58 +0000)]
Line formatting

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

12 years agoAdded raster TODO. Ticket is #1672
Bborie Park [Thu, 28 Jun 2012 17:31:13 +0000 (17:31 +0000)]
Added raster TODO.  Ticket is #1672

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

12 years agoAdd ST_DelaunayTriangles (#1215)
Sandro Santilli [Wed, 27 Jun 2012 15:53:53 +0000 (15:53 +0000)]
Add ST_DelaunayTriangles (#1215)

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

12 years agoAdd lwgeom_delaunay_triangulation (#1215)
Sandro Santilli [Wed, 27 Jun 2012 14:26:47 +0000 (14:26 +0000)]
Add lwgeom_delaunay_triangulation (#1215)

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

12 years agoUse LDFLAGS environment when building liblwgeom (#1891)
Sandro Santilli [Wed, 27 Jun 2012 08:26:11 +0000 (08:26 +0000)]
Use LDFLAGS environment when building liblwgeom (#1891)

Thanks mweisman

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

12 years agoInt32GetDatum() not Int64GetDatum()
Bborie Park [Tue, 26 Jun 2012 20:01:06 +0000 (20:01 +0000)]
Int32GetDatum() not Int64GetDatum()

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

12 years agoCleanup of needless dynamic memory allocations
Bborie Park [Tue, 26 Jun 2012 18:17:39 +0000 (18:17 +0000)]
Cleanup of needless dynamic memory allocations

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

12 years agoAddition of ST_PixelOfValue. Ticket is #1889.
Bborie Park [Tue, 26 Jun 2012 18:17:31 +0000 (18:17 +0000)]
Addition of ST_PixelOfValue.  Ticket is #1889.

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

12 years agoRemoved improper freeing of memory.
Bborie Park [Tue, 26 Jun 2012 18:17:19 +0000 (18:17 +0000)]
Removed improper freeing of memory.

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

12 years ago#1866 -- apply same geom_equal hack as we did in build area so differnt order of...
Regina Obe [Mon, 25 Jun 2012 09:06:07 +0000 (09:06 +0000)]
#1866 -- apply same geom_equal hack as we did in build area so differnt order of geometries in resulting geomcollection is ignored

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

12 years ago2.0.1 ticket notes
Regina Obe [Sun, 24 Jun 2012 19:31:21 +0000 (19:31 +0000)]
2.0.1 ticket notes

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

12 years agoFix a currently defined-out function signature mismatch.
Paul Ramsey [Fri, 22 Jun 2012 17:54:59 +0000 (17:54 +0000)]
Fix a currently defined-out function signature mismatch.

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

12 years agofix census tract loader for sh
Regina Obe [Fri, 22 Jun 2012 05:52:25 +0000 (05:52 +0000)]
fix census tract loader for sh

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

12 years agoRemove auto-resizing columns from text fields in shp2pgsql-gui as they seem to be...
Mark Cave-Ayland [Thu, 21 Jun 2012 22:24:00 +0000 (22:24 +0000)]
Remove auto-resizing columns from text fields in shp2pgsql-gui as they seem to be the cause of #1881.

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

12 years agoChanged the string "MISSING GDAL DATA" to "GDAL_DATA not found".
Bborie Park [Thu, 21 Jun 2012 20:18:18 +0000 (20:18 +0000)]
Changed the string "MISSING GDAL DATA" to "GDAL_DATA not found".

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

12 years agoAdded method that includes the string "MISSING GDAL DATA" in the output
Bborie Park [Thu, 21 Jun 2012 20:18:12 +0000 (20:18 +0000)]
Added method that includes the string "MISSING GDAL DATA" in the output
of postgis_gdal_version() if GDAL is unable to access its data files

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

12 years ago#1759: ST_Transform fix for geography
Regina Obe [Thu, 21 Jun 2012 11:02:49 +0000 (11:02 +0000)]
#1759: ST_Transform fix for geography

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

12 years agoHey kid, here's quarter, go buy yourself a compiler.
Paul Ramsey [Wed, 20 Jun 2012 19:32:47 +0000 (19:32 +0000)]
Hey kid, here's quarter, go buy yourself a compiler.

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

12 years agoDon't try to do tree caching tricks when the arguments are both points, that's silly.
Paul Ramsey [Wed, 20 Jun 2012 19:29:31 +0000 (19:29 +0000)]
Don't try to do tree caching tricks when the arguments are both points, that's silly.

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

12 years agomight as well change last geos version to latest release we technically don't even...
Regina Obe [Wed, 20 Jun 2012 03:32:51 +0000 (03:32 +0000)]
might as well change last geos version to latest release we technically don't even support 3.3.0

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

12 years agoChange minimum postgres version from 8.4 to 9.0
Regina Obe [Wed, 20 Jun 2012 03:32:04 +0000 (03:32 +0000)]
Change minimum postgres version from 8.4 to 9.0

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

12 years agoST_LocateAlong chokes on some value combinations (#1874)
Paul Ramsey [Wed, 20 Jun 2012 03:01:58 +0000 (03:01 +0000)]
ST_LocateAlong chokes on some value combinations (#1874)

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

12 years agoRefactored aggregate ST_SameAlignment to return NULL if one of the
Bborie Park [Tue, 19 Jun 2012 22:09:46 +0000 (22:09 +0000)]
Refactored aggregate ST_SameAlignment to return NULL if one of the
rasters passed in is NULL.  Added regression tests for aggegrate
ST_SameAlignment.

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

12 years agoST_InterpolatePoint returns empty M value (#1873)
Paul Ramsey [Tue, 19 Jun 2012 20:47:45 +0000 (20:47 +0000)]
ST_InterpolatePoint returns empty M value (#1873)

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

12 years agoAddition of aggregate variant of ST_SameAlignment. Ticket is #1661.
Bborie Park [Tue, 19 Jun 2012 19:08:15 +0000 (19:08 +0000)]
Addition of aggregate variant of ST_SameAlignment.  Ticket is #1661.

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

12 years agoMinor cleanup of comments
Bborie Park [Tue, 19 Jun 2012 19:08:06 +0000 (19:08 +0000)]
Minor cleanup of comments

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

12 years agoFix mistake in tree p-i-p return value.
Paul Ramsey [Tue, 19 Jun 2012 18:11:03 +0000 (18:11 +0000)]
Fix mistake in tree p-i-p return value.

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

12 years agoFix mistaken error trap in st_dwithincached
Paul Ramsey [Tue, 19 Jun 2012 16:46:22 +0000 (16:46 +0000)]
Fix mistaken error trap in st_dwithincached

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

12 years agoAdd in SQL binding for circ-tree cached searching. Currently in *Cached variants...
Paul Ramsey [Tue, 19 Jun 2012 03:42:30 +0000 (03:42 +0000)]
Add in SQL binding for circ-tree cached searching. Currently in *Cached variants to allow comparisons.

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

12 years agoFix mistake in handling crossings-at-a-vertex
Paul Ramsey [Mon, 18 Jun 2012 23:59:37 +0000 (23:59 +0000)]
Fix mistake in handling crossings-at-a-vertex

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

12 years agoUpdated NEWS of recent fixes to trunk
Bborie Park [Mon, 18 Jun 2012 22:58:03 +0000 (22:58 +0000)]
Updated NEWS of recent fixes to trunk

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

12 years agoBehavior is consistent across ST_Intersects(raster, ...) variants.
Bborie Park [Mon, 18 Jun 2012 22:48:11 +0000 (22:48 +0000)]
Behavior is consistent across ST_Intersects(raster, ...) variants.
Synced docs of ST_Intersects to actual behavior.  Ticket is #1870.

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

12 years agoAddition of comments to RASTER_mapAlgebra2()
Bborie Park [Mon, 18 Jun 2012 22:48:04 +0000 (22:48 +0000)]
Addition of comments to RASTER_mapAlgebra2()

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

12 years agoAdded check before calling PG_FREE_IF_COPY() in RASTER_mapAlgebra2()
Bborie Park [Mon, 18 Jun 2012 22:47:59 +0000 (22:47 +0000)]
Added check before calling PG_FREE_IF_COPY() in RASTER_mapAlgebra2()

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

12 years agoWhen no pixels are counted for summary stats, all other elements of
Bborie Park [Mon, 18 Jun 2012 22:47:52 +0000 (22:47 +0000)]
When no pixels are counted for summary stats, all other elements of
stats output should be NULL.  Ticket is #1875

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

12 years agoCleanup of dev comments
Bborie Park [Mon, 18 Jun 2012 22:47:45 +0000 (22:47 +0000)]
Cleanup of dev comments

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

12 years agoFinished work implementing use of PG_FREE_IF_COPY() and better handling of rt_pgraste...
Bborie Park [Mon, 18 Jun 2012 22:47:39 +0000 (22:47 +0000)]
Finished work implementing use of PG_FREE_IF_COPY() and better handling of rt_pgraster variables.

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

12 years agoFix division by zero in ST_ApproxSummaryStats and the situation where
Bborie Park [Mon, 18 Jun 2012 22:47:34 +0000 (22:47 +0000)]
Fix division by zero in ST_ApproxSummaryStats and the situation where
band is empty.  Added regression tests for both situations.
Ticket is #1872

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

12 years agoMore work implementing use of PG_FREE_IF_COPY() and better handling of
Bborie Park [Mon, 18 Jun 2012 22:47:26 +0000 (22:47 +0000)]
More work implementing use of PG_FREE_IF_COPY() and better handling of
rt_pgraster variables.

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

12 years agoFirst chunk of code reintroducting PG_FREE_IF_COPY() and prevent
Bborie Park [Mon, 18 Jun 2012 22:47:16 +0000 (22:47 +0000)]
First chunk of code reintroducting PG_FREE_IF_COPY() and prevent
arbitrary reuse of rt_pgraster variables.

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

12 years agoSilence a warning
Paul Ramsey [Mon, 18 Jun 2012 22:02:54 +0000 (22:02 +0000)]
Silence a warning

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

12 years agoMove the circ tree caching code out of libpgcommon and into the geography area that...
Paul Ramsey [Mon, 18 Jun 2012 22:02:30 +0000 (22:02 +0000)]
Move the circ tree caching code out of libpgcommon and into the geography area that actually uses it

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

12 years agoFix missing symbols problem with lwgeom_calculate_circ_tree (#1876)
Paul Ramsey [Mon, 18 Jun 2012 21:40:06 +0000 (21:40 +0000)]
Fix missing symbols problem with lwgeom_calculate_circ_tree (#1876)

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

12 years agoQuiet some warnings.
Paul Ramsey [Mon, 18 Jun 2012 20:14:44 +0000 (20:14 +0000)]
Quiet some warnings.

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

12 years agoRemove dead code, add commentary on caching system.
Paul Ramsey [Mon, 18 Jun 2012 17:44:33 +0000 (17:44 +0000)]
Remove dead code, add commentary on caching system.

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

12 years agoUpdate caching code to be more generic, using call-backs to allocate/build/free speci...
Paul Ramsey [Mon, 18 Jun 2012 17:12:22 +0000 (17:12 +0000)]
Update caching code to be more generic, using call-backs to allocate/build/free specific cache structures.

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

12 years agomore additions and clarifications
Regina Obe [Mon, 18 Jun 2012 13:19:40 +0000 (13:19 +0000)]
more additions and clarifications

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

12 years agotake out interruptibility from 2.0.1 release notes - got pushed to 2.1.0
Regina Obe [Mon, 18 Jun 2012 13:06:31 +0000 (13:06 +0000)]
take out interruptibility from 2.0.1 release notes - got pushed to 2.1.0

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

12 years agoAdd in 2.0.1 news
Regina Obe [Mon, 18 Jun 2012 02:35:31 +0000 (02:35 +0000)]
Add in 2.0.1 news

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

12 years agoput link to user contributed install guides (more nicely organized than the dev one)
Regina Obe [Sat, 16 Jun 2012 17:44:33 +0000 (17:44 +0000)]
put link to user contributed install guides (more nicely organized than the dev one)

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

12 years agoHide internal arguments for tree calculations and shut up the print output.
Paul Ramsey [Fri, 15 Jun 2012 23:53:33 +0000 (23:53 +0000)]
Hide internal arguments for tree calculations and shut up the print output.

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

12 years agoUpdate the caching infrastructure to allow for arbitrary new caching systems to be...
Paul Ramsey [Fri, 15 Jun 2012 23:11:03 +0000 (23:11 +0000)]
Update the caching infrastructure to allow for arbitrary new caching systems to be combined into one fn_extra pointer slot. Clean up the 1-d r-tree code a little bit. Make the cache handling code for geometry caching generic so it can be re-used across different internal indexing approaches

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

12 years agoChange ignore parameters on directory
Paul Ramsey [Fri, 15 Jun 2012 23:08:19 +0000 (23:08 +0000)]
Change ignore parameters on directory

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

12 years agoAdd circular tree calculations and associated tests in support of faster geography...
Paul Ramsey [Fri, 15 Jun 2012 22:51:57 +0000 (22:51 +0000)]
Add circular tree calculations and associated tests in support of faster geography calculations.

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

12 years agoFixed expected output. Ticket is #1848
Bborie Park [Fri, 15 Jun 2012 21:59:10 +0000 (21:59 +0000)]
Fixed expected output.  Ticket is #1848

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

12 years agoAdditional sorting of rt_clip regression test. Ticket is #1848
Bborie Park [Fri, 15 Jun 2012 15:30:03 +0000 (15:30 +0000)]
Additional sorting of rt_clip regression test.  Ticket is #1848

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

12 years agoMake the sql in rtpg_getSR slightly more flexible when handling
Bborie Park [Fri, 15 Jun 2012 15:16:25 +0000 (15:16 +0000)]
Make the sql in rtpg_getSR slightly more flexible when handling
auth_name and auth_srid.

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

12 years agoupdate ignore to ignore generated doxygen file
Paul Ramsey [Thu, 14 Jun 2012 16:56:38 +0000 (16:56 +0000)]
update ignore to ignore generated doxygen file

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

12 years agoCatch invalid topology name passed to topogeo_add* (#1867)
Sandro Santilli [Thu, 14 Jun 2012 16:06:54 +0000 (16:06 +0000)]
Catch invalid topology name passed to topogeo_add* (#1867)

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

12 years agoDon't strip comment lines in the middle of COPY commands (#1865)
Sandro Santilli [Wed, 13 Jun 2012 18:28:43 +0000 (18:28 +0000)]
Don't strip comment lines in the middle of COPY commands (#1865)

Patch by J Smith <dark.panda@gmail.com>

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

12 years agoMove sqldefine include on top of the file (#1822)
Sandro Santilli [Tue, 12 Jun 2012 17:28:58 +0000 (17:28 +0000)]
Move sqldefine include on top of the file (#1822)

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

12 years agoFix call to GEOS_interruptRegisterCallback (win32)
Sandro Santilli [Tue, 12 Jun 2012 13:11:03 +0000 (13:11 +0000)]
Fix call to GEOS_interruptRegisterCallback (win32)

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

12 years agoOnly show readable relations in metadata tables (#1813)
Sandro Santilli [Tue, 12 Jun 2012 13:06:39 +0000 (13:06 +0000)]
Only show readable relations in metadata tables (#1813)

Affects both geometry_columns and geography_columns.
No easy way to put this under automated regression testing.

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