]> granicus.if.org Git - postgis/log
postgis
9 years agoFix elog error
Paul Ramsey [Sat, 7 Mar 2015 15:29:07 +0000 (15:29 +0000)]
Fix elog error

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

9 years ago#3074, subdivide any geometry into a simple set of
Paul Ramsey [Sat, 7 Mar 2015 01:35:12 +0000 (01:35 +0000)]
#3074, subdivide any geometry into a simple set of
smaller parts, great for subdividing tables of
Really Big Things into things that are smaller than
the page size

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

9 years ago#3074, add in lwgeom backend for subdivision
Paul Ramsey [Fri, 6 Mar 2015 22:03:33 +0000 (22:03 +0000)]
#3074, add in lwgeom backend for subdivision

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

9 years ago#3074, first piece of infrastructure, count points in a piece
Paul Ramsey [Fri, 6 Mar 2015 14:45:37 +0000 (14:45 +0000)]
#3074, first piece of infrastructure, count points in a piece

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

9 years agoRemove un-used pgsql headers
Paul Ramsey [Fri, 6 Mar 2015 14:13:52 +0000 (14:13 +0000)]
Remove un-used pgsql headers

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

9 years agoFix ST_ClipByBox2D after gbox calculations centralization (r13313)
Sandro Santilli [Fri, 6 Mar 2015 10:35:58 +0000 (10:35 +0000)]
Fix ST_ClipByBox2D after gbox calculations centralization (r13313)

See #3073

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

9 years agoFix build after gbox calculations centralization (r13313)
Sandro Santilli [Fri, 6 Mar 2015 10:05:19 +0000 (10:05 +0000)]
Fix build after gbox calculations centralization (r13313)

NOTE: test for ST_ClipByBox2D still fails

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

9 years agoUpdate expected results from sfcgal tests after bbox cache fix
Sandro Santilli [Fri, 6 Mar 2015 08:53:50 +0000 (08:53 +0000)]
Update expected results from sfcgal tests after bbox cache fix

Ref: #3069

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

9 years agoSimplify geometry type constraint (#3070)
Sandro Santilli [Fri, 6 Mar 2015 08:51:14 +0000 (08:51 +0000)]
Simplify geometry type constraint (#3070)

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

9 years agoMake serialization code more agressive about not adding boxes to small things
Paul Ramsey [Thu, 5 Mar 2015 19:30:40 +0000 (19:30 +0000)]
Make serialization code more agressive about not adding boxes to small things

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

9 years agoMove free before the report
Paul Ramsey [Thu, 5 Mar 2015 19:09:17 +0000 (19:09 +0000)]
Move free before the report

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

9 years agoCentralize gbox calculations in liblwgeom
Paul Ramsey [Thu, 5 Mar 2015 19:07:08 +0000 (19:07 +0000)]
Centralize gbox calculations in liblwgeom

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

9 years agoChange more getpoint2d_p to const point calls
Paul Ramsey [Thu, 5 Mar 2015 18:38:59 +0000 (18:38 +0000)]
Change more getpoint2d_p to const point calls

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

9 years agoChange some more functions to use getPoint2d_cp
Paul Ramsey [Thu, 5 Mar 2015 18:13:52 +0000 (18:13 +0000)]
Change some more functions to use getPoint2d_cp

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

9 years agoChange some getPoint2d_p to getPoint2d_cp
Paul Ramsey [Thu, 5 Mar 2015 18:03:23 +0000 (18:03 +0000)]
Change some getPoint2d_p to getPoint2d_cp

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

9 years agoMove some more primitive pointarray accesses back to liblwgeom where they belong
Paul Ramsey [Thu, 5 Mar 2015 17:59:58 +0000 (17:59 +0000)]
Move some more primitive pointarray accesses back to liblwgeom where they belong

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

9 years agoReplace a few more gserialized reads with the macro
Paul Ramsey [Thu, 5 Mar 2015 17:51:48 +0000 (17:51 +0000)]
Replace a few more gserialized reads with the macro

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

9 years agoCatch remaining detoasting calls and replace with MACRO
Paul Ramsey [Wed, 4 Mar 2015 21:05:19 +0000 (21:05 +0000)]
Catch remaining detoasting calls and replace with MACRO

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

9 years agoWrap de-toastings in a common MACRO
Paul Ramsey [Wed, 4 Mar 2015 20:45:31 +0000 (20:45 +0000)]
Wrap de-toastings in a common MACRO

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

9 years agoBe (slightly) more memory friendly when generating statistics
Paul Ramsey [Wed, 4 Mar 2015 19:49:36 +0000 (19:49 +0000)]
Be (slightly) more memory friendly when generating statistics

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

9 years ago#3069, bounding boxes added to simple objects on deserialization
Paul Ramsey [Wed, 4 Mar 2015 19:47:33 +0000 (19:47 +0000)]
#3069, bounding boxes added to simple objects on deserialization

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

9 years agoHave postgis_typmod_dims return NULL for unconstrained dims (#3068)
Sandro Santilli [Tue, 3 Mar 2015 12:42:47 +0000 (12:42 +0000)]
Have postgis_typmod_dims return NULL for unconstrained dims (#3068)

This is consistent with postgis_constraint_type() also returning
NULL for unconstrained.

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

9 years agoImplement canonical text output for GIDX and BOX2DF
Sandro Santilli [Tue, 3 Mar 2015 10:26:01 +0000 (10:26 +0000)]
Implement canonical text output for GIDX and BOX2DF

They make spatial indexes inspectable with Gevel:
http://www.sai.msu.su/~megera/wiki/Gevel

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

9 years agoFix ND-GiST picksplit method to split on the best plane (#3058)
Sandro Santilli [Mon, 2 Mar 2015 17:33:40 +0000 (17:33 +0000)]
Fix ND-GiST picksplit method to split on the best plane (#3058)

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

10 years agoReduce length of purpose section for ST_Buffer and ST_Intersection
Sandro Santilli [Thu, 26 Feb 2015 10:54:51 +0000 (10:54 +0000)]
Reduce length of purpose section for ST_Buffer and ST_Intersection

Better use description for lengthy text...

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

10 years agoReorder docs parameters
Sandro Santilli [Wed, 25 Feb 2015 15:03:43 +0000 (15:03 +0000)]
Reorder docs parameters

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

10 years agoAdd ST_SwapOrdinates function
Sandro Santilli [Wed, 25 Feb 2015 15:03:31 +0000 (15:03 +0000)]
Add ST_SwapOrdinates function

This is a generalization of ST_FlipCoordinates

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

10 years agoUpdate corporate name OpenGeo -> Boundless
Sandro Santilli [Wed, 25 Feb 2015 08:47:20 +0000 (08:47 +0000)]
Update corporate name OpenGeo -> Boundless

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

10 years agoAdd N-dimensional distance operator with KNN support
Sandro Santilli [Wed, 25 Feb 2015 08:46:08 +0000 (08:46 +0000)]
Add N-dimensional distance operator with KNN support

Includes docs and tests

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

10 years agoInclude the LIMIT clause in KNN scan test queries
Sandro Santilli [Tue, 24 Feb 2015 17:00:08 +0000 (17:00 +0000)]
Include the LIMIT clause in KNN scan test queries

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

10 years agoRe-enable all scan types by the end of index test
Sandro Santilli [Tue, 24 Feb 2015 17:00:02 +0000 (17:00 +0000)]
Re-enable all scan types by the end of index test

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

10 years agoOnly run KNN tests when building against PostgreSQL 9.1+
Sandro Santilli [Tue, 24 Feb 2015 10:20:33 +0000 (10:20 +0000)]
Only run KNN tests when building against PostgreSQL 9.1+

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

10 years agoMake sure <#> order is unambiguous for first result
Sandro Santilli [Tue, 24 Feb 2015 09:17:22 +0000 (09:17 +0000)]
Make sure <#> order is unambiguous for first result

Before this commit the first 2 points (or more) all had a
bounding box distance of 0 so actual order was undefined

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

10 years agoFix scan type detection function to work with nested nodes
Sandro Santilli [Tue, 24 Feb 2015 08:59:45 +0000 (08:59 +0000)]
Fix scan type detection function to work with nested nodes

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

10 years agoAdd test for index supported KNN queries
Sandro Santilli [Mon, 23 Feb 2015 18:27:38 +0000 (18:27 +0000)]
Add test for index supported KNN queries

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

10 years agoDo not require XML support in PostgreSQL for testing purposes
Sandro Santilli [Mon, 23 Feb 2015 18:19:10 +0000 (18:19 +0000)]
Do not require XML support in PostgreSQL for testing purposes

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

10 years agoAdd test for use of GiST index with && operator
Sandro Santilli [Mon, 23 Feb 2015 17:32:30 +0000 (17:32 +0000)]
Add test for use of GiST index with && operator

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

10 years ago#3053: possible bug in geometry_geometrytype (strncat overlap)
Paul Ramsey [Mon, 23 Feb 2015 14:39:22 +0000 (14:39 +0000)]
#3053: possible bug in geometry_geometrytype (strncat overlap)

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

10 years ago#3051, warning: 'end' may be used uninitialized in this function
Paul Ramsey [Mon, 23 Feb 2015 14:36:22 +0000 (14:36 +0000)]
#3051, warning: 'end' may be used uninitialized in this function

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

10 years agoFurther reword docs for <-> and <#> operators
Sandro Santilli [Mon, 23 Feb 2015 10:12:54 +0000 (10:12 +0000)]
Further reword docs for <-> and <#> operators

.. makeing clear KNN is only available with PgSQL 9.1+

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

10 years agoMake <-> and <#> operators also available with pgsql < 9.1
Sandro Santilli [Mon, 23 Feb 2015 10:05:53 +0000 (10:05 +0000)]
Make <-> and <#> operators also available with pgsql < 9.1

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

10 years agoImprove documentation for GetRingEdges (#3046)
Sandro Santilli [Mon, 23 Feb 2015 09:40:14 +0000 (09:40 +0000)]
Improve documentation for GetRingEdges (#3046)

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

10 years agoMove snap-to-grid functions into lwgeom where they belong.
Paul Ramsey [Fri, 20 Feb 2015 20:31:25 +0000 (20:31 +0000)]
Move snap-to-grid functions into lwgeom where they belong.
Modernize geometry construction to use accessors more

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

10 years ago#3050 Peak into header for GeometryType
Paul Ramsey [Fri, 20 Feb 2015 18:22:33 +0000 (18:22 +0000)]
#3050 Peak into header for GeometryType

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

10 years ago#3049 Use getPoint_cp for read-only accesses
Paul Ramsey [Fri, 20 Feb 2015 17:48:41 +0000 (17:48 +0000)]
#3049 Use getPoint_cp for read-only accesses

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

10 years agoFix dimensionality confusion in &&& operator (#3045)
Sandro Santilli [Fri, 20 Feb 2015 17:27:56 +0000 (17:27 +0000)]
Fix dimensionality confusion in &&& operator  (#3045)

Also enforce the concept that missing dimensions are infinite,
thus always intersecting present dimensions.
See http://lists.osgeo.org/pipermail/postgis-devel/2015-February/024759.html

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

10 years agoAdd bbox cache size test
Sandro Santilli [Fri, 20 Feb 2015 16:26:56 +0000 (16:26 +0000)]
Add bbox cache size test

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

10 years ago#3048, speed up simplify
Paul Ramsey [Fri, 20 Feb 2015 15:18:25 +0000 (15:18 +0000)]
#3048, speed up simplify

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

10 years agoRemove spaces and capital letters from suite names
Sandro Santilli [Thu, 19 Feb 2015 16:35:54 +0000 (16:35 +0000)]
Remove spaces and capital letters from suite names

I wonder if the suite name should really be the file name,
could work even better...

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

10 years agoAdd tests for ND overlap operator &&&
Sandro Santilli [Thu, 19 Feb 2015 16:22:09 +0000 (16:22 +0000)]
Add tests for ND overlap operator &&&

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

10 years agoAdd a couple of tests for <-> and <#> operators (#3036)
Sandro Santilli [Thu, 19 Feb 2015 15:54:35 +0000 (15:54 +0000)]
Add a couple of tests for <-> and <#> operators (#3036)

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

10 years agoAdd missing tests for ancient operators
Sandro Santilli [Thu, 19 Feb 2015 15:45:27 +0000 (15:45 +0000)]
Add missing tests for ancient operators

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

10 years agoupdate readme
Paul Ramsey [Thu, 19 Feb 2015 00:13:37 +0000 (00:13 +0000)]
update readme

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

10 years agoHarmonize Suite names
Paul Ramsey [Wed, 18 Feb 2015 23:35:24 +0000 (23:35 +0000)]
Harmonize Suite names

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

10 years ago#3041, add remaining tests
Paul Ramsey [Wed, 18 Feb 2015 23:13:26 +0000 (23:13 +0000)]
#3041, add remaining tests

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

10 years ago#3041, Cunit 2.1-3 breaks testing
Paul Ramsey [Wed, 18 Feb 2015 22:56:28 +0000 (22:56 +0000)]
#3041, Cunit 2.1-3 breaks testing
Renovate the raster cunit as well

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

10 years ago#3041, Cunit 2.1-3 breaks testing
Paul Ramsey [Wed, 18 Feb 2015 21:58:15 +0000 (21:58 +0000)]
#3041, Cunit 2.1-3 breaks testing
This fix is for the liblwgeom cu_tester only, the raster and other
testers remain to be fixed

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

10 years agoAdd note about missing operator tests
Sandro Santilli [Wed, 18 Feb 2015 17:27:59 +0000 (17:27 +0000)]
Add note about missing operator tests

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

10 years agoExtract operators tests from the generic, legacy "regress" test
Sandro Santilli [Wed, 18 Feb 2015 17:20:23 +0000 (17:20 +0000)]
Extract operators tests from the generic, legacy "regress" test

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

10 years agoReword doc for &&& operator to avoid confusing "ND" with "3D"
Sandro Santilli [Wed, 18 Feb 2015 16:46:28 +0000 (16:46 +0000)]
Reword doc for &&& operator to avoid confusing "ND" with "3D"

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

10 years agoReword documentation for <-> operator
Sandro Santilli [Wed, 18 Feb 2015 16:32:20 +0000 (16:32 +0000)]
Reword documentation for <-> operator

Hopefully it's now less confusing

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

10 years agoFurther raise tolerated interrupt delay to 250ms (#2989)
Sandro Santilli [Wed, 18 Feb 2015 12:22:18 +0000 (12:22 +0000)]
Further raise tolerated interrupt delay to 250ms (#2989)

In one of the reported Debbie cases it took ~210ms to interrupt...

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

10 years agoRaise tolerated lateness in interruption of ST_Segmentize (#2989)
Sandro Santilli [Wed, 18 Feb 2015 12:20:53 +0000 (12:20 +0000)]
Raise tolerated lateness in interruption of ST_Segmentize (#2989)

Tolerance raised from 150 to 200 milliseconds to aim at reducing
false positives on slow machines (ie: Debbie).

Uninterrupted, the query would take several seconds.

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

10 years agoSupport adding operator class members in minor upgrades
Sandro Santilli [Wed, 18 Feb 2015 11:09:53 +0000 (11:09 +0000)]
Support adding operator class members in minor upgrades

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

10 years agoPretend raster/geometry operator ~ never changed (#3039)
Sandro Santilli [Tue, 17 Feb 2015 17:11:18 +0000 (17:11 +0000)]
Pretend raster/geometry operator ~ never changed (#3039)

Fix soft-upgrade from 2.1.2.

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

10 years agoFix warning about unchecked return code
Sandro Santilli [Tue, 17 Feb 2015 11:22:04 +0000 (11:22 +0000)]
Fix warning about unchecked return code

The code path is actually never hit as far as I can tell

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

10 years agoDrop use of lw_asprintf
Sandro Santilli [Tue, 17 Feb 2015 11:06:33 +0000 (11:06 +0000)]
Drop use of lw_asprintf

Also removes a memory leak

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

10 years agoFix another typo in recent rewrite of message handlers
Sandro Santilli [Tue, 17 Feb 2015 10:42:51 +0000 (10:42 +0000)]
Fix another typo in recent rewrite of message handlers

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

10 years agoFix typo in recent rewrite of message handlers
Sandro Santilli [Tue, 17 Feb 2015 10:29:26 +0000 (10:29 +0000)]
Fix typo in recent rewrite of message handlers

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

10 years agoRemove use of lw_vasprintf from loader GUI
Sandro Santilli [Tue, 17 Feb 2015 10:23:18 +0000 (10:23 +0000)]
Remove use of lw_vasprintf from loader GUI

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

10 years agoFix build, providing a missing macro from recent commit
Sandro Santilli [Tue, 17 Feb 2015 10:20:55 +0000 (10:20 +0000)]
Fix build, providing a missing macro from recent commit

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

10 years agoRemove unused vasbappend function from shp2pgsql core
Sandro Santilli [Tue, 17 Feb 2015 10:03:53 +0000 (10:03 +0000)]
Remove unused vasbappend function from shp2pgsql core

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

10 years agoRemove use of lw_vasprintf from libpgcommon
Sandro Santilli [Tue, 17 Feb 2015 10:03:47 +0000 (10:03 +0000)]
Remove use of lw_vasprintf from libpgcommon

Drops useless heap allocations

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

10 years agoRemove use of lw_vasprintf from liblwgeom
Sandro Santilli [Tue, 17 Feb 2015 10:03:42 +0000 (10:03 +0000)]
Remove use of lw_vasprintf from liblwgeom

Drops useless heap allocations

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

10 years agoRemove use of lw_vasprintf from raster
Sandro Santilli [Tue, 17 Feb 2015 10:03:35 +0000 (10:03 +0000)]
Remove use of lw_vasprintf from raster

reduces useless heap allocations

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

10 years agoEmbed availability info for raster operators
Sandro Santilli [Tue, 17 Feb 2015 09:23:50 +0000 (09:23 +0000)]
Embed availability info for raster operators

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

10 years agoEmbed availability info for raster types
Sandro Santilli [Tue, 17 Feb 2015 09:19:05 +0000 (09:19 +0000)]
Embed availability info for raster types

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

10 years agoAdd embedded availability info for all operators
Sandro Santilli [Mon, 16 Feb 2015 20:36:18 +0000 (20:36 +0000)]
Add embedded availability info for all operators

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

10 years agoAdd embedded availability info for all types
Sandro Santilli [Mon, 16 Feb 2015 20:16:24 +0000 (20:16 +0000)]
Add embedded availability info for all types

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

10 years agoFix conditional enabling of json input unit test
Sandro Santilli [Thu, 12 Feb 2015 16:58:44 +0000 (16:58 +0000)]
Fix conditional enabling of json input unit test

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

10 years agoFix for #3034
Nicklas Avén [Wed, 11 Feb 2015 22:50:59 +0000 (22:50 +0000)]
Fix for #3034

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

10 years ago#3032 force eol to be unix LF for this file and accept mwtoews patch (I'm going to...
Regina Obe [Tue, 10 Feb 2015 04:41:06 +0000 (04:41 +0000)]
#3032 force eol to be unix LF for this file and accept mwtoews patch (I'm going to trust he knows what he's doing with travis better than I do strk check)

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

10 years agoDo not drop non-obsoleted functions on upgrade (#2038)
Sandro Santilli [Mon, 2 Feb 2015 15:45:02 +0000 (15:45 +0000)]
Do not drop non-obsoleted functions on upgrade (#2038)

These functions are retained:
 ST_Intersection(raster, integer, geometry)
 ST_Intersection(geometry,raster)

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

10 years agoDocument swapping 'edge crosses node' reported ids (#3022)
Sandro Santilli [Thu, 29 Jan 2015 20:19:21 +0000 (20:19 +0000)]
Document swapping 'edge crosses node' reported ids (#3022)

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

10 years agoValidateTopology: swap edge_id and node_id for "edge crosses node" (#3022)
Sandro Santilli [Tue, 27 Jan 2015 18:16:29 +0000 (18:16 +0000)]
ValidateTopology: swap edge_id and node_id for "edge crosses node" (#3022)

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

10 years agoset availability
Regina Obe [Sun, 25 Jan 2015 10:43:30 +0000 (10:43 +0000)]
set availability

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

10 years agomissing 2.1.5 release notes
Regina Obe [Sun, 25 Jan 2015 08:55:36 +0000 (08:55 +0000)]
missing 2.1.5 release notes

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

10 years ago#3021 table to document the different error return types (was debating if this belong...
Regina Obe [Sun, 25 Jan 2015 07:35:56 +0000 (07:35 +0000)]
#3021 table to document the different error return types (was debating if this belongs in validatetopology_returntype, but guess better on VAlidateTopology page (and especially if the return type is reused by other functions)

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

10 years agofix up cunit test
Bborie Park [Sat, 24 Jan 2015 17:43:19 +0000 (17:43 +0000)]
fix up cunit test

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

10 years agoslight cleanup
Bborie Park [Sat, 24 Jan 2015 17:27:17 +0000 (17:27 +0000)]
slight cleanup

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

10 years agoadd unit test for #3020. use rectangular out-db raster
Bborie Park [Sat, 24 Jan 2015 17:27:11 +0000 (17:27 +0000)]
add unit test for #3020. use rectangular out-db raster

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

10 years agoST_AddBand out-db band uses width value for height
Bborie Park [Sat, 24 Jan 2015 17:26:59 +0000 (17:26 +0000)]
ST_AddBand out-db band uses width value for height

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

10 years agoTweak images for ST_Split documentation to be more readable
Sandro Santilli [Fri, 23 Jan 2015 14:39:10 +0000 (14:39 +0000)]
Tweak images for ST_Split documentation to be more readable

Only covers the polygon by line split case

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

10 years agoGracefully handle typos in style names for docs images
Sandro Santilli [Thu, 22 Jan 2015 16:12:40 +0000 (16:12 +0000)]
Gracefully handle typos in style names for docs images

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

10 years agoUpdate list of deprecated signatures
Sandro Santilli [Wed, 21 Jan 2015 18:04:02 +0000 (18:04 +0000)]
Update list of deprecated signatures

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

10 years agoDeprecate ST_3DLength_Spheroid (#2748)
Sandro Santilli [Wed, 21 Jan 2015 17:33:02 +0000 (17:33 +0000)]
Deprecate ST_3DLength_Spheroid (#2748)

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

10 years agoAllow unregistering layers of corrupted topologies (#3016)
Sandro Santilli [Wed, 21 Jan 2015 14:48:07 +0000 (14:48 +0000)]
Allow unregistering layers of corrupted topologies (#3016)

Makes topology.layer trigger and DropTopoGeometryColumn tolerant
of topology schemas with no "relation" table.

Allows using DropTopology to de-register and drop these kind of
corrupted topologies.

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

10 years agoAvoid exceptions from TopologySummary (#3015)
Sandro Santilli [Wed, 21 Jan 2015 12:24:57 +0000 (12:24 +0000)]
Avoid exceptions from TopologySummary (#3015)

Includes testcase for the function

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

10 years agoDisreguard ALTER responses during testing
Sandro Santilli [Wed, 21 Jan 2015 11:11:11 +0000 (11:11 +0000)]
Disreguard ALTER responses during testing

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

10 years agotake out statements about how SFCGAL handles Polyhedral surfaces
Regina Obe [Tue, 20 Jan 2015 01:11:53 +0000 (01:11 +0000)]
take out statements about how SFCGAL handles Polyhedral surfaces

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