]> granicus.if.org Git - postgis/log
postgis
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

10 years agoflag ST_3DIntersects as overloaded sfcgal function
Regina Obe [Sun, 18 Jan 2015 09:50:52 +0000 (09:50 +0000)]
flag ST_3DIntersects as overloaded sfcgal function

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

10 years ago#3014: add upgrade path from 2.1.5
Regina Obe [Sun, 18 Jan 2015 09:40:05 +0000 (09:40 +0000)]
#3014: add upgrade path from 2.1.5

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

10 years agoFAQ about 2.0.6, 2.1.3 security changes for raster
Regina Obe [Sun, 18 Jan 2015 07:46:34 +0000 (07:46 +0000)]
FAQ about 2.0.6, 2.1.3 security changes for raster

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

10 years agoCamelCase-ize ST_DistanceSphere (#2748)
Sandro Santilli [Fri, 16 Jan 2015 13:43:35 +0000 (13:43 +0000)]
CamelCase-ize ST_DistanceSphere (#2748)

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

10 years agoFill in meta info for RFC documents
Sandro Santilli [Thu, 15 Jan 2015 08:57:57 +0000 (08:57 +0000)]
Fill in meta info for RFC documents

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

10 years agoAdd function ST_EffectiveArea, Visvalingam’s algorithm simplification #2227
Nicklas Avén [Sun, 11 Jan 2015 20:13:12 +0000 (20:13 +0000)]
Add function ST_EffectiveArea, Visvalingam’s algorithm simplification #2227

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

10 years agoCamelCase-ize ST_LengtSpheroid, ST_DistanceSpheroid (#2748)
Sandro Santilli [Sun, 4 Jan 2015 17:08:14 +0000 (17:08 +0000)]
CamelCase-ize ST_LengtSpheroid, ST_DistanceSpheroid (#2748)

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

10 years agoCamelCase-ize ST_ShiftLongitude, ST_CombineBbox, ST_FindExtent (#2748)
Sandro Santilli [Sun, 4 Jan 2015 16:43:37 +0000 (16:43 +0000)]
CamelCase-ize ST_ShiftLongitude, ST_CombineBbox, ST_FindExtent (#2748)

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

10 years agoDrop topology schema after topology extension test (#2138)
Sandro Santilli [Fri, 2 Jan 2015 17:11:25 +0000 (17:11 +0000)]
Drop topology schema after topology extension test (#2138)

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

10 years agoFix typo, insert a comma
Sandro Santilli [Tue, 30 Dec 2014 16:55:29 +0000 (16:55 +0000)]
Fix typo, insert a comma

Thanks Christian Sturm

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

10 years agoAllow index scans in edge splitting and healing queries (#3000)
Sandro Santilli [Tue, 30 Dec 2014 09:16:34 +0000 (09:16 +0000)]
Allow index scans in edge splitting and healing queries (#3000)

Speeds up topology population when input edges intersect.

A simple test splitting and re-healing an edge in a ~500k edges
topology completes in ~1/10 of the time.

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

10 years agoEnhance some comments
Sandro Santilli [Mon, 29 Dec 2014 11:59:51 +0000 (11:59 +0000)]
Enhance some comments

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

10 years agoDo not rely on TopoGeometry->Geometry cast in ST_Simplify test
Sandro Santilli [Mon, 29 Dec 2014 11:08:55 +0000 (11:08 +0000)]
Do not rely on TopoGeometry->Geometry cast in ST_Simplify test

Makes the test independent from CAST issues

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

10 years agoIgnore raster garden test results
Sandro Santilli [Mon, 29 Dec 2014 10:56:53 +0000 (10:56 +0000)]
Ignore raster garden test results

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

10 years ago#3009, geography case may alter tuple values
Paul Ramsey [Wed, 17 Dec 2014 17:36:01 +0000 (17:36 +0000)]
#3009, geography case may alter tuple values

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

10 years agochange title and point to raw version of vincent's topology pgconf 2012 talk
Regina Obe [Fri, 12 Dec 2014 21:14:39 +0000 (21:14 +0000)]
change title and point to raw version of vincent's topology pgconf 2012 talk

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

10 years agofix link to vincent's topology talk -- point to 2012 instead of 2010 one.
Regina Obe [Fri, 12 Dec 2014 21:08:21 +0000 (21:08 +0000)]
fix link to vincent's topology talk -- point to 2012 instead of 2010 one.

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

10 years agomissed get to gets correction in last commit
Regina Obe [Fri, 12 Dec 2014 07:25:08 +0000 (07:25 +0000)]
missed get to gets correction in last commit

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

10 years agoGrammar corrections from Eric Theise - https://github.com/erictheise/postgis/commit...
Regina Obe [Fri, 12 Dec 2014 06:56:45 +0000 (06:56 +0000)]
Grammar corrections from Eric Theise - https://github.com/erictheise/postgis/commit/b76aeaf6b2539345d44f3c2d60fbd84625e3467d

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

10 years agoFix Solaris regression failure for string representation of 'Infinity'
Paul Ramsey [Thu, 4 Dec 2014 00:25:34 +0000 (00:25 +0000)]
Fix Solaris regression failure for string representation of 'Infinity'

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

10 years agoUpdate emails in authors files
Paul Ramsey [Wed, 3 Dec 2014 23:50:54 +0000 (23:50 +0000)]
Update emails in authors files

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

10 years agoRemove old knowledge from the README
Paul Ramsey [Wed, 3 Dec 2014 23:48:12 +0000 (23:48 +0000)]
Remove old knowledge from the README

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

10 years ago#3006 Numeric overflow when executing AddRasterConstraints, increased precision...
Regina Obe [Wed, 3 Dec 2014 23:28:59 +0000 (23:28 +0000)]
#3006 Numeric overflow when executing AddRasterConstraints,  increased precision to 25,10

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

10 years agoReplace final reference to 'make' with $(MAKE)
Paul Ramsey [Tue, 2 Dec 2014 00:33:33 +0000 (00:33 +0000)]
Replace final reference to 'make' with $(MAKE)

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

10 years agoget rid of redundant DO regress
Regina Obe [Fri, 14 Nov 2014 23:33:50 +0000 (23:33 +0000)]
get rid of redundant DO regress

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

10 years ago#2992: revise DO regular expression to work under windows as well. This is a revisio...
Regina Obe [Fri, 14 Nov 2014 23:30:56 +0000 (23:30 +0000)]
#2992: revise DO regular expression to work under windows as well.  This is a revision of r13123 commit.

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

10 years agoReword documentation for TopoElement domain
Sandro Santilli [Wed, 12 Nov 2014 17:57:03 +0000 (17:57 +0000)]
Reword documentation for TopoElement domain

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

10 years agoDo not expect DO responses in raster regress
Sandro Santilli [Tue, 11 Nov 2014 09:25:43 +0000 (09:25 +0000)]
Do not expect DO responses in raster regress

Fixes testsuite broke by r13123

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