Commit graph

9166 commits

Author SHA1 Message Date
Paul Ramsey 47ea3400cc #2351, st_distance between geographies wrong
git-svn-id: http://svn.osgeo.org/postgis/trunk@11535 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-07 17:39:43 +00:00
Paul Ramsey e388dfa7c8 Ignore generated sfcgal.sql
git-svn-id: http://svn.osgeo.org/postgis/trunk@11533 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-05 22:35:08 +00:00
Paul Ramsey a0276a135a Ignore generated makefile
git-svn-id: http://svn.osgeo.org/postgis/trunk@11532 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-05 22:34:26 +00:00
Paul Ramsey cca5a0864f #2315, geography_distance_uncached: variable ‘tolerance’ set but not used
git-svn-id: http://svn.osgeo.org/postgis/trunk@11531 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-05 21:31:44 +00:00
Paul Ramsey 193f790857 #2168, ST_Distance is not always commutative
git-svn-id: http://svn.osgeo.org/postgis/trunk@11530 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-05 21:01:48 +00:00
Paul Ramsey 1ccaeae619 #2165, ST_NumPoints regression failure with CircularString
git-svn-id: http://svn.osgeo.org/postgis/trunk@11528 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-05 20:38:56 +00:00
Paul Ramsey 88eec79212 #2307, ST_MakeValid outputs invalid geometries
git-svn-id: http://svn.osgeo.org/postgis/trunk@11525 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-05 18:11:58 +00:00
Bborie Park 5fcd1c4e28 Added raster upgrade path from 2.0 to 2.1. Ticket #2348
git-svn-id: http://svn.osgeo.org/postgis/trunk@11523 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-04 19:18:17 +00:00
Sandro Santilli b8e8bef2fe Fix spelling errors in st_makevalid documentation
Fixes a couple of spelling errors, and use the full word 'without' instead of the contraction 'w/out'.

git-svn-id: http://svn.osgeo.org/postgis/trunk@11521 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-04 16:26:34 +00:00
Sandro Santilli 43fab9e0ce Renew the COPYING gpl-2.0 with last version from gnu.org
git-svn-id: http://svn.osgeo.org/postgis/trunk@11519 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-04 16:22:19 +00:00
Sandro Santilli 98fe7c41d9 Let DO commands from SQL drop files end up in final upgrade script
Should fix upgrade path from 2.0 to 2.1 (#2334)

git-svn-id: http://svn.osgeo.org/postgis/trunk@11518 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-04 14:13:16 +00:00
Sandro Santilli dcb375e803 Turn lwgeom_backend_switch into a static function
git-svn-id: http://svn.osgeo.org/postgis/trunk@11517 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-03 20:26:18 +00:00
Sandro Santilli b1f68c71ae Another couple of warnings gone
git-svn-id: http://svn.osgeo.org/postgis/trunk@11513 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-03 17:45:21 +00:00
Sandro Santilli 7dc81980ca More unused variables and functions warnings cleaned
git-svn-id: http://svn.osgeo.org/postgis/trunk@11512 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-03 08:53:51 +00:00
Sandro Santilli 7d7ea5caf5 Remove warnings from liblwgeom
These are mostly unused variables

git-svn-id: http://svn.osgeo.org/postgis/trunk@11511 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-03 08:26:51 +00:00
Mark Cave-Ayland 5fe8a92016 Fix "array subscript is above array bounds" gcc build warnings on trunk using a suitable pointer and cast.
git-svn-id: http://svn.osgeo.org/postgis/trunk@11508 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-01 11:54:39 +00:00
Sandro Santilli 609a4398eb Update expectances after GEOSSnap fixes (#2346)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11506 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-30 22:16:57 +00:00
Bborie Park ca08d5daaf Alphabetize built-in map algebra callback functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@11504 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-30 17:10:10 +00:00
Sandro Santilli 20029a16ed Actually use the --strip-trailing-cr switch, do not check it only
git-svn-id: http://svn.osgeo.org/postgis/trunk@11503 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-27 16:04:59 +00:00
Sandro Santilli 0d894dc7e9 Use system diff only if it knows how to strip trailing CR (#2344)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11502 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-27 07:03:21 +00:00
Sandro Santilli b12729afa5 Not all args with a dash are options, only those starting with one
git-svn-id: http://svn.osgeo.org/postgis/trunk@11501 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-25 18:14:12 +00:00
Sandro Santilli d4ac8262d6 Use system diff when available (my implementation is horrible)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11500 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-25 18:10:59 +00:00
Sandro Santilli d7d5f9609f Cleanly handle unsupported switches
git-svn-id: http://svn.osgeo.org/postgis/trunk@11499 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-25 16:58:13 +00:00
Sandro Santilli e0b1e109fb Use consistent formatting for the NEWS file
git-svn-id: http://svn.osgeo.org/postgis/trunk@11498 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-25 16:49:10 +00:00
Sandro Santilli f179fe5317 Fix swapped obtained/expected in regression failure report
git-svn-id: http://svn.osgeo.org/postgis/trunk@11497 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-25 16:47:19 +00:00
Bborie Park 4b7c3b7d28 Refactored use of out-db rasters for regression tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@11496 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-24 17:27:48 +00:00
Bborie Park 9e5db41057 Removed unnecessary test due to introduction of ST_FromGDALRaster()
git-svn-id: http://svn.osgeo.org/postgis/trunk@11495 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-24 17:27:38 +00:00
Regina Obe 19d264643b hardcode minor for now fix later, get rid of old links
git-svn-id: http://svn.osgeo.org/postgis/trunk@11494 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-24 06:29:17 +00:00
Regina Obe 13787c303c add Natural Resources Canada (supporting Lidar point cloud)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11493 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-24 04:42:32 +00:00
Regina Obe d7bbaa5cf0 this may not work
git-svn-id: http://svn.osgeo.org/postgis/trunk@11492 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-24 04:24:28 +00:00
Regina Obe 35cc4fac8b git-svn-id: http://svn.osgeo.org/postgis/trunk@11491 b70326c6-7e19-0410-871a-916f4a2858ee 2013-05-24 04:13:45 +00:00
Regina Obe 7d1bad4060 git-svn-id: http://svn.osgeo.org/postgis/trunk@11490 b70326c6-7e19-0410-871a-916f4a2858ee 2013-05-24 04:13:05 +00:00
Regina Obe 5ff8f6f758 minor edit
git-svn-id: http://svn.osgeo.org/postgis/trunk@11489 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-24 04:11:58 +00:00
Bborie Park 1988ccc896 Fixed issues caught by clang
git-svn-id: http://svn.osgeo.org/postgis/trunk@11488 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-23 22:02:34 +00:00
Regina Obe ce46df3108 replace defunct credit reference with credits_other_contributors
git-svn-id: http://svn.osgeo.org/postgis/trunk@11487 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-23 20:21:19 +00:00
Regina Obe bfc1a2e67f oops forgot beginning tag
git-svn-id: http://svn.osgeo.org/postgis/trunk@11486 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-23 19:16:28 +00:00
Regina Obe 91b323a43c credit past is taking up too much prime real estate relegate past contributors to other section, add missing corporate sponsor Palantir Technologies (funded geography and funding point cloud), minor updates to bios, alphabetize core contributors otherwise have to go by relevance and get into hissing fights
git-svn-id: http://svn.osgeo.org/postgis/trunk@11485 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-23 04:34:20 +00:00
Sandro Santilli 18a18d6b4c Avoid (srf()).* construct, known to invoke srf() for each out field
Should slightly improve performances of TopoGeo_addLinestring
(in turn used by toTopoGeom)

git-svn-id: http://svn.osgeo.org/postgis/trunk@11484 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-22 20:24:12 +00:00
Regina Obe 7b8fa20420 #2185: failure on 64-bit windows edb. In event of parse error return PG_RETURN_NULL() instead of forcing functions not to cache (revert last sugar coat change)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11482 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-20 10:41:57 +00:00
Regina Obe a179cb25e8 move Bborie Park up to PSC section and augment bio on all the work he's been doing
git-svn-id: http://svn.osgeo.org/postgis/trunk@11479 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-20 00:02:59 +00:00
Regina Obe b423cff853 #2185: bah still crashes sometimes on 9.2 -- better just remove teh immutable entirely fromt hese functions. No one should be suing these anyway since they are deprecated
git-svn-id: http://svn.osgeo.org/postgis/trunk@11477 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-19 19:01:20 +00:00
Regina Obe 8bc4d53baa #2185: bandage for 9.2 EDB x64 basically set all these SQL functions to have a cost of 1 (like the others) so they rarely will ever cache. It's super sugar coating the issue -- there is something I feel wrong with our parser that it's properly cleaning on error and corrupting shared memory when things are cached. but at least regress.sql now passes under 9.2 edb 64
git-svn-id: http://svn.osgeo.org/postgis/trunk@11476 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-19 18:41:54 +00:00
Regina Obe 1992e8fa05 #2332 ammendment correct the note to note we are no longer just wrapping the otehr function
git-svn-id: http://svn.osgeo.org/postgis/trunk@11474 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-19 15:37:34 +00:00
Regina Obe 5dac72b188 #2332 windows 64 EDB crasher on invalid wkb using ST_GeomFromWKB - fix by using similar logic to go ST_GeomFromEWKB and skipping intermediary call.
git-svn-id: http://svn.osgeo.org/postgis/trunk@11473 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-19 13:01:36 +00:00
Sandro Santilli e84d935d96 Use finite() instead of isfinite()
The former is also already used under postgis/ so we already rely
on it. The latter is been reported to be unavailable on Solaris.

git-svn-id: http://svn.osgeo.org/postgis/trunk@11471 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-18 21:07:29 +00:00
Sandro Santilli 482a15c971 Ensure local liblwgeom and libpgcommon includes are scanned first
git-svn-id: http://svn.osgeo.org/postgis/trunk@11470 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-17 22:53:31 +00:00
Regina Obe 2aa809cf20 clarify soft upgrade requirement for PostGIS 2.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@11467 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-16 12:37:18 +00:00
Bborie Park 586d28fb33 Added SFCGAL version output
git-svn-id: http://svn.osgeo.org/postgis/trunk@11466 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-15 23:55:58 +00:00
Bborie Park 5fc94286f9 Allow correct handling of sect2 tags in chunked html
git-svn-id: http://svn.osgeo.org/postgis/trunk@11465 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-14 22:38:13 +00:00
Regina Obe 44dbb34719 #2329: fix bug in where condition of backup
git-svn-id: http://svn.osgeo.org/postgis/trunk@11464 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-14 21:03:01 +00:00