Commit graph

454 commits

Author SHA1 Message Date
Daniel Baston abdec02e9e #3059, Allow passing per-dimension parameters in ST_Expand (remaining changes)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14930 b70326c6-7e19-0410-871a-916f4a2858ee
2016-06-02 22:47:05 +00:00
Daniel Baston c585d3ca8a Add some missing NEWS items for 2.3
git-svn-id: http://svn.osgeo.org/postgis/trunk@14914 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-18 00:55:08 +00:00
Sandro Santilli f8cd960f9c Add -L switch to provide custom TOC to postgis_restore.pl
Patch by Christoph Moench-Tegeder, improved to add usage text

git-svn-id: http://svn.osgeo.org/postgis/trunk@14911 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-16 16:11:13 +00:00
Regina Obe 33bad0d42c Function costs for geometry functions based on query stats (Paul Norman)
closes #3557

git-svn-id: http://svn.osgeo.org/postgis/trunk@14907 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-16 07:14:27 +00:00
Paul Ramsey 7f4a5f1d20 #3549, parallel query in PgSQL 9.6
This patch mostly just marks a large number of functions 
as "parallel safe" when compiled against 9.6. As noted
in 

http://blog.cleverelephant.ca/2016/03/parallel-postgis.html
http://blog.cleverelephant.ca/2016/03/parallel-postgis-joins.html

this alone will not necessarily be sufficient to cause
parallel processing to kick in. We will additionally need to 
bump up function costs across the board, and even then may
require some extra kicking of GUCs to force spatial query
plans into parallelism as good moments.

The _PARALLEL keyword is used in sql.in files to add
PARALLEL SAFE to function definitions if invoked in the 
presence of PgSQL 9.6. This works fine in new installs
but upgrades will need to be tested.


git-svn-id: http://svn.osgeo.org/postgis/trunk@14905 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-15 15:24:13 +00:00
Sandro Santilli e3f9ed5050 Some syle consistency (and drop trailing whitespaces)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14870 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-28 09:37:36 +00:00
Daniel Baston e5e8645730 #3424, ST_MinimumClearance
git-svn-id: http://svn.osgeo.org/postgis/trunk@14856 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-25 21:02:23 +00:00
Sandro Santilli a1a8b815f7 Add 2.2.2 section
git-svn-id: http://svn.osgeo.org/postgis/trunk@14805 b70326c6-7e19-0410-871a-916f4a2858ee
2016-03-23 11:46:25 +00:00
Daniel Baston 45b0803360 #3466, Casting from box3d to geometry drops Z dimension (Julien Rouhaud)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14786 b70326c6-7e19-0410-871a-916f4a2858ee
2016-03-15 01:08:59 +00:00
Daniel Baston 05afd9d9de #3364, ST_GeometricMedian
git-svn-id: http://svn.osgeo.org/postgis/trunk@14746 b70326c6-7e19-0410-871a-916f4a2858ee
2016-03-05 01:22:48 +00:00
Daniel Baston afa23eb02f #2991, Enable ST_Transform to use PROJ.4 text (Mike Toews)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14698 b70326c6-7e19-0410-871a-916f4a2858ee
2016-02-25 18:03:25 +00:00
Paul Ramsey e49e6de0f8 #3469, support multipoint into to ST_MakeLine (Paul Norman)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14695 b70326c6-7e19-0410-871a-916f4a2858ee
2016-02-25 10:44:57 +00:00
Paul Ramsey 87b9f76e8c Rename ST_KMeans to ST_ClusterKMeans, add doco
git-svn-id: http://svn.osgeo.org/postgis/trunk@14675 b70326c6-7e19-0410-871a-916f4a2858ee
2016-02-24 11:40:55 +00:00
Daniel Baston 70a8b300b4 #3362, ST_ClusterDBSCAN
git-svn-id: http://svn.osgeo.org/postgis/trunk@14674 b70326c6-7e19-0410-871a-916f4a2858ee
2016-02-24 11:21:30 +00:00
Paul Ramsey b3b03c4bcb #3465, ST_Kmeans
git-svn-id: http://svn.osgeo.org/postgis/trunk@14673 b70326c6-7e19-0410-871a-916f4a2858ee
2016-02-24 10:44:11 +00:00
Daniel Baston 564f011ec9 #3428, ST_Points
git-svn-id: http://svn.osgeo.org/postgis/trunk@14604 b70326c6-7e19-0410-871a-916f4a2858ee
2016-01-16 15:45:37 +00:00
Sandro Santilli 4619e22a44 Fix typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@14580 b70326c6-7e19-0410-871a-916f4a2858ee
2016-01-06 17:30:27 +00:00
Sandro Santilli 7b287a618d Add 2.2.1 section in NEWS file
git-svn-id: http://svn.osgeo.org/postgis/trunk@14563 b70326c6-7e19-0410-871a-916f4a2858ee
2016-01-06 10:27:39 +00:00
Paul Ramsey d7eccf27e2 #3399, ST_GeneratePoints
git-svn-id: http://svn.osgeo.org/postgis/trunk@14492 b70326c6-7e19-0410-871a-916f4a2858ee
2015-12-17 18:12:23 +00:00
Sandro Santilli 28b7b9aa8e Add news item about ST_EstimatedExtent support for table inheritance
git-svn-id: http://svn.osgeo.org/postgis/trunk@14491 b70326c6-7e19-0410-871a-916f4a2858ee
2015-12-17 07:30:43 +00:00
Regina Obe f5ccb72ba7 put note about new ST_Voronoi feature
git-svn-id: http://svn.osgeo.org/postgis/trunk@14469 b70326c6-7e19-0410-871a-916f4a2858ee
2015-12-02 04:58:36 +00:00
Sandro Santilli 2f058bca6c Add topology.populate_topology_layer function
Useful for passing data around.

git-svn-id: http://svn.osgeo.org/postgis/trunk@14432 b70326c6-7e19-0410-871a-916f4a2858ee
2015-11-25 23:22:15 +00:00
Sandro Santilli 89cd0131bf Add TopoGeom_{add,rem}Element functions
Includes regression tests and documentation

git-svn-id: http://svn.osgeo.org/postgis/trunk@14423 b70326c6-7e19-0410-871a-916f4a2858ee
2015-11-25 18:20:47 +00:00
Sandro Santilli 3bf900d6b2 Set endpoints isolation in lwt_RemIsoEdge (ST_RemoveIsoEdge)
See #3351

git-svn-id: http://svn.osgeo.org/postgis/trunk@14338 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-29 08:56:03 +00:00
Regina Obe 72e1af02a0 up port PostGIS 2.1 branch release notes
git-svn-id: http://svn.osgeo.org/postgis/trunk@14307 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-24 19:41:20 +00:00
Sandro Santilli 4a2f118de2 Rewrite the liblwgeom compatibilty notice to reflect reality
git-svn-id: http://svn.osgeo.org/postgis/trunk@14235 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-08 16:35:55 +00:00
Paul Ramsey 2b3db780d4 Bump versions on trunk
git-svn-id: http://svn.osgeo.org/postgis/trunk@14210 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-07 18:59:49 +00:00
Paul Ramsey 06d8196f8d PostGIS 2.2.0 version and date setting
git-svn-id: http://svn.osgeo.org/postgis/trunk@14207 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-07 18:35:41 +00:00
Sandro Santilli 59b64593da Add item about the new "lwgeom_version" function in liblwgeom
git-svn-id: http://svn.osgeo.org/postgis/trunk@14172 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-01 20:13:11 +00:00
Regina Obe 3b775f6d29 #2842 Hide unselectable tables from raster_overview and raster_columns
git-svn-id: http://svn.osgeo.org/postgis/trunk@14093 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-24 16:15:44 +00:00
Sandro Santilli 535adff0f6 Do not reference face object after free
git-svn-id: http://svn.osgeo.org/postgis/trunk@14026 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-29 09:19:59 +00:00
Sandro Santilli 3a40bb69e5 Properly encode Nicklas name in UTF8
git-svn-id: http://svn.osgeo.org/postgis/trunk@14025 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-28 19:57:41 +00:00
Sandro Santilli c50e8ff6f8 Add lwgeom_unaryunion to liblwgeom
Includes postgis change to use liblwgeom version

git-svn-id: http://svn.osgeo.org/postgis/trunk@13941 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-19 10:52:19 +00:00
Sandro Santilli 3ba5649caf Add NEWS item about lwgeom_linemerge function in liblwgeom
git-svn-id: http://svn.osgeo.org/postgis/trunk@13940 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-19 09:15:02 +00:00
Regina Obe 6d25814e67 #3227 Support for Tiger 2015 (also summary update of what's new in PostGIS 2.2)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13906 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-14 01:42:33 +00:00
Sandro Santilli 66d1d5f9c2 Add memcmp short-circuit to ST_Equals (#3223)
Patch by Daniel Baston

git-svn-id: http://svn.osgeo.org/postgis/trunk@13864 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-31 17:23:29 +00:00
Sandro Santilli 8a6b6f0880 Switch to versioned liblwgeom interface (#2278)
See
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

git-svn-id: http://svn.osgeo.org/postgis/trunk@13855 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-30 09:57:08 +00:00
Sandro Santilli fd47e7724b Add item about new topology API in liblwgeom
Also update reference to Regione Toscana institution under
"corporate sponsors" section.

git-svn-id: http://svn.osgeo.org/postgis/trunk@13812 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-19 10:11:16 +00:00
Sandro Santilli 08d2c65250 Leave a note about new Java binding home
git-svn-id: http://svn.osgeo.org/postgis/trunk@13809 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-18 10:04:43 +00:00
Paul Ramsey ddc7877634 #3023, ST_ClusterIntersecting / ST_ClusterWithin Functions (Dan Baston)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13752 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-29 19:11:33 +00:00
Sandro Santilli 46025a47a1 Add lwgeom_is_simple method in liblwgeom, use from postgis module
git-svn-id: http://svn.osgeo.org/postgis/trunk@13740 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-29 15:28:37 +00:00
Regina Obe f5132ad1a6 document enhancements in address_standardizer
git-svn-id: http://svn.osgeo.org/postgis/trunk@13726 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-27 19:21:34 +00:00
Olivier Courtin c27487cb9a Update NEWS file, related to #3117
git-svn-id: http://svn.osgeo.org/postgis/trunk@13713 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-25 21:08:29 +00:00
Paul Ramsey d47d1be63a #3181, Output POINT EMPTY in WKB using NaN as coordinate values
git-svn-id: http://svn.osgeo.org/postgis/trunk@13707 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-25 20:07:31 +00:00
Sandro Santilli d427e6a0b4 Expose ST_CPAWithin to SQL
Includes dox and regress test

git-svn-id: http://svn.osgeo.org/postgis/trunk@13694 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-23 18:56:11 +00:00
Sandro Santilli 533361f15d Add ST_ApproximateMedialAxis (#3169)
Requires SFCGAL (any version).
Uses SFCGAL specific API if available (1.2+),
post-processes StraightSkeleton output otherwise.

Includes regression test and documentation.

git-svn-id: http://svn.osgeo.org/postgis/trunk@13678 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-17 13:10:33 +00:00
Paul Ramsey b59ba8df91 #1137, Add a tolerance distance to ST_RemoveRepeatedPoints
git-svn-id: http://svn.osgeo.org/postgis/trunk@13666 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-12 18:35:14 +00:00
Sandro Santilli d0669ae0a9 Add item about new functions supporting compoundcurve types
git-svn-id: http://svn.osgeo.org/postgis/trunk@13665 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-12 09:09:51 +00:00
Sandro Santilli 86e9808ab2 Add missing item about |=| addition
git-svn-id: http://svn.osgeo.org/postgis/trunk@13655 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-11 19:12:43 +00:00
Sandro Santilli 4a03fe9b32 Allow passing M factor to ST_Scale (#3062)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13654 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-11 19:09:13 +00:00