]> granicus.if.org Git - postgis/log
postgis
8 years agoAdd -L switch to provide custom TOC to postgis_restore.pl
Sandro Santilli [Mon, 16 May 2016 16:11:13 +0000 (16:11 +0000)]
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

8 years agoTrim trailing spaces
Sandro Santilli [Mon, 16 May 2016 16:11:05 +0000 (16:11 +0000)]
Trim trailing spaces

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

8 years agoFunction costs for geometry functions based on query stats (Paul Norman)
Regina Obe [Mon, 16 May 2016 07:14:27 +0000 (07:14 +0000)]
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

8 years ago#3549, parallel query in PgSQL 9.6
Paul Ramsey [Sun, 15 May 2016 15:24:13 +0000 (15:24 +0000)]
#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

8 years agoConvert some SED to PERL for more reliability in BSD-style unixes and have non-gnu sed
Paul Ramsey [Sun, 15 May 2016 15:15:28 +0000 (15:15 +0000)]
Convert some SED to PERL for more reliability in BSD-style unixes and have non-gnu sed

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

8 years agoQuiet compile warning on printf(%d) on long int
Paul Ramsey [Sun, 15 May 2016 15:09:20 +0000 (15:09 +0000)]
Quiet compile warning on printf(%d) on long int

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

8 years agoreferences #3552 get rid of depecated calls for PostGIS 2.3
Regina Obe [Thu, 12 May 2016 19:05:45 +0000 (19:05 +0000)]
references #3552 get rid of depecated calls for PostGIS 2.3

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

8 years agoMove static structures where used, fixes compile warnings
Sandro Santilli [Thu, 12 May 2016 09:59:51 +0000 (09:59 +0000)]
Move static structures where used, fixes compile warnings

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

8 years agoUpdate debbie and winnie links to use https
Sandro Santilli [Thu, 12 May 2016 08:21:35 +0000 (08:21 +0000)]
Update debbie and winnie links to use https

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

8 years agoFix logic error introduced in r14890
Daniel Baston [Wed, 11 May 2016 14:30:37 +0000 (14:30 +0000)]
Fix logic error introduced in r14890

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

8 years agoFix compiler warning in ST_GeometricMedian
Daniel Baston [Wed, 11 May 2016 14:27:52 +0000 (14:27 +0000)]
Fix compiler warning in ST_GeometricMedian

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

8 years agoUse limits for double, not float, in fix for #3523
Daniel Baston [Wed, 11 May 2016 14:18:53 +0000 (14:18 +0000)]
Use limits for double, not float, in fix for #3523

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

8 years ago#3523, kmeans compile warnings
Daniel Baston [Wed, 11 May 2016 14:10:24 +0000 (14:10 +0000)]
#3523, kmeans compile warnings

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

8 years agoSimplify GML test for P1/P2 to use a single ORDER BY
Sandro Santilli [Wed, 11 May 2016 09:53:39 +0000 (09:53 +0000)]
Simplify GML test for P1/P2 to use a single ORDER BY

This is yet another attempt to fix #3513

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

8 years agoReview comments above P1-visited and P2-visited GML test
Sandro Santilli [Wed, 11 May 2016 09:26:31 +0000 (09:26 +0000)]
Review comments above P1-visited and P2-visited GML test

The comment explain the expected scan of elements.
Might help with #3513

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

8 years agostyle-only commit: remove trailing spaces
Sandro Santilli [Wed, 11 May 2016 08:38:33 +0000 (08:38 +0000)]
style-only commit: remove trailing spaces

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

8 years agoCloses #3514 zipcode penalty switch
Regina Obe [Mon, 9 May 2016 08:26:31 +0000 (08:26 +0000)]
Closes #3514 zipcode penalty switch
fix casting issue introduced in r14850

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

8 years agoAdd additional test to document ST_Polygonize behavior with nulls
Daniel Baston [Wed, 4 May 2016 21:48:46 +0000 (21:48 +0000)]
Add additional test to document ST_Polygonize behavior with nulls

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

8 years ago#3470, ST_Polygonize doesn't accept NULL geometries
Daniel Baston [Wed, 4 May 2016 00:56:52 +0000 (00:56 +0000)]
#3470, ST_Polygonize doesn't accept NULL geometries

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

8 years agoSet nargs correctly in PGISDirectFunctionCall2
Daniel Baston [Wed, 4 May 2016 00:34:37 +0000 (00:34 +0000)]
Set nargs correctly in PGISDirectFunctionCall2

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

8 years agoFix debug output
Daniel Baston [Wed, 4 May 2016 00:20:57 +0000 (00:20 +0000)]
Fix debug output

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

8 years agoMake AsGML execution order predictable (see #3513 again)
Sandro Santilli [Mon, 2 May 2016 17:05:52 +0000 (17:05 +0000)]
Make AsGML execution order predictable (see #3513 again)

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

8 years ago#3119, Wrong documented behavior for ST_LengthSpheroid
Daniel Baston [Sun, 1 May 2016 16:22:41 +0000 (16:22 +0000)]
#3119, Wrong documented behavior for ST_LengthSpheroid

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

8 years agoSome syle consistency (and drop trailing whitespaces)
Sandro Santilli [Thu, 28 Apr 2016 09:37:36 +0000 (09:37 +0000)]
Some syle consistency (and drop trailing whitespaces)

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

8 years agoStyle only change: remove trailing whitespaces
Sandro Santilli [Wed, 27 Apr 2016 14:45:28 +0000 (14:45 +0000)]
Style only change: remove trailing whitespaces

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

8 years agoMake ordering consistent with the rest of the test
Sandro Santilli [Wed, 27 Apr 2016 14:14:26 +0000 (14:14 +0000)]
Make ordering consistent with the rest of the test

(see #3513)

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

8 years agoOrder return from SRF, improving predictability
Sandro Santilli [Wed, 27 Apr 2016 14:07:36 +0000 (14:07 +0000)]
Order return from SRF, improving predictability

Should close #3513

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

8 years ago#3218, ST_PixelAsCentroid documentation has incorrect names
Daniel Baston [Wed, 27 Apr 2016 12:11:26 +0000 (12:11 +0000)]
#3218, ST_PixelAsCentroid documentation has incorrect names

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

8 years ago#3217, ST_Value documentation has incorrect parameter names
Daniel Baston [Wed, 27 Apr 2016 12:03:24 +0000 (12:03 +0000)]
#3217, ST_Value documentation has incorrect parameter names

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

8 years ago#3413, typo in find_srid error notice
Daniel Baston [Wed, 27 Apr 2016 00:06:35 +0000 (00:06 +0000)]
#3413, typo in find_srid error notice

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

8 years agofix doc typo
Daniel Baston [Tue, 26 Apr 2016 23:19:09 +0000 (23:19 +0000)]
fix doc typo

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

8 years agoPreserve SRID in ST_MinimumClearanceLine, and add regress checks missed in last commit
Daniel Baston [Tue, 26 Apr 2016 23:17:34 +0000 (23:17 +0000)]
Preserve SRID in ST_MinimumClearanceLine, and add regress checks missed in last commit

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

8 years ago#3424, ST_MinimumClearance
Daniel Baston [Mon, 25 Apr 2016 21:02:23 +0000 (21:02 +0000)]
#3424, ST_MinimumClearance

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

8 years agoTrim trailing whitespaces (as per .editorconfig)
Sandro Santilli [Fri, 22 Apr 2016 09:46:38 +0000 (09:46 +0000)]
Trim trailing whitespaces (as per .editorconfig)

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

8 years agoAdd note about ST_IsValid flag argument being an extension to specs
Sandro Santilli [Fri, 22 Apr 2016 09:43:05 +0000 (09:43 +0000)]
Add note about ST_IsValid flag argument being an extension to specs

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

8 years agoTrim trailing whitespaces (as per .editorconfig)
Sandro Santilli [Thu, 21 Apr 2016 14:34:39 +0000 (14:34 +0000)]
Trim trailing whitespaces (as per .editorconfig)

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

8 years agoFix link to gitlab-ci build for the branch
Sandro Santilli [Mon, 18 Apr 2016 08:30:32 +0000 (08:30 +0000)]
Fix link to gitlab-ci build for the branch

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

8 years agoprevent error when tiger street number is not a number (just return first number...
Regina Obe [Sun, 17 Apr 2016 21:49:37 +0000 (21:49 +0000)]
prevent error when tiger street number is not a number (just return first number part)
Closes #3531 for trunk (PostGIS 2.3.0)

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

8 years agoMinor cleanup of last commit and also more schema qualifying
Regina Obe [Sun, 17 Apr 2016 20:30:29 +0000 (20:30 +0000)]
Minor cleanup of last commit and also more schema qualifying
references #3530 #3421  for postgis 2.3 (trunk)

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

8 years agorevise to use node start/end of edges for geocode_intersection and remove ST_Intersec...
Regina Obe [Sun, 17 Apr 2016 20:19:00 +0000 (20:19 +0000)]
revise to use node start/end of edges for geocode_intersection and remove ST_Intersects check
references #3530 for postgis 2.3 (trunk)

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

8 years agoput back makde pdf but after the html files ahave already been copied
Regina Obe [Thu, 14 Apr 2016 00:02:12 +0000 (00:02 +0000)]
put back makde pdf but after the html files ahave already been copied

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

8 years agoget rid of make update po, get rid of html make hard coding and replace with make...
Regina Obe [Wed, 13 Apr 2016 22:50:07 +0000 (22:50 +0000)]
get rid of make update po, get rid of html make hard coding and replace with make html localized.  Remove pdf generation for now.

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

8 years ago#3529, move test to subdivide.sql
Paul Ramsey [Wed, 13 Apr 2016 16:53:02 +0000 (16:53 +0000)]
#3529, move test to subdivide.sql

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

8 years agoDon't run online test for GEOS 3.5+ feature, closes #3529
Paul Ramsey [Wed, 13 Apr 2016 15:57:26 +0000 (15:57 +0000)]
Don't run online test for GEOS 3.5+ feature, closes #3529

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

8 years agoFix reference to ST_LineLocatePoint
Sandro Santilli [Wed, 13 Apr 2016 08:52:02 +0000 (08:52 +0000)]
Fix reference to ST_LineLocatePoint

Should fix #3527

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

8 years ago#3522, handle POINT and MULTIPOINT correctly in ST_Subdivide
Paul Ramsey [Tue, 12 Apr 2016 21:39:32 +0000 (21:39 +0000)]
#3522, handle POINT and MULTIPOINT correctly in ST_Subdivide

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

8 years agoignore build stuff
Paul Ramsey [Tue, 12 Apr 2016 21:37:50 +0000 (21:37 +0000)]
ignore build stuff

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

8 years ago#3524, add interruptibility to geography brute force distance calculation
Paul Ramsey [Tue, 12 Apr 2016 19:20:15 +0000 (19:20 +0000)]
#3524, add interruptibility to geography brute force distance calculation

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

8 years ago#1851, spatial_ref_sys fixes for Pulkovo_1942_58, to_wgs84
Paul Ramsey [Mon, 11 Apr 2016 18:42:26 +0000 (18:42 +0000)]
#1851, spatial_ref_sys fixes for Pulkovo_1942_58, to_wgs84

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

8 years agoFirst pass of style tweaks
Sandro Santilli [Wed, 6 Apr 2016 08:43:15 +0000 (08:43 +0000)]
First pass of style tweaks

Use space indent by default, tabs for Makefiles and C sources.
Add comments

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

8 years agoRemove reference to '*.in.c' files as they don't exist anymore
Sandro Santilli [Wed, 6 Apr 2016 08:43:09 +0000 (08:43 +0000)]
Remove reference to '*.in.c' files as they don't exist anymore

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

8 years agoStub an EditorConfig configuration
Sandro Santilli [Wed, 6 Apr 2016 07:30:47 +0000 (07:30 +0000)]
Stub an EditorConfig configuration

See http://editorconfig.org/

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

8 years agominor cleanup to prevent adding ofa ll address*.dlls
Regina Obe [Sun, 3 Apr 2016 20:43:18 +0000 (20:43 +0000)]
minor cleanup to prevent adding ofa ll address*.dlls

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

8 years ago#3516, ST_Voronoi crashes backend
Daniel Baston [Sat, 26 Mar 2016 23:23:48 +0000 (23:23 +0000)]
#3516, ST_Voronoi crashes backend

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

8 years agoIgnore some new build artifacts
Paul Ramsey [Thu, 24 Mar 2016 23:40:07 +0000 (23:40 +0000)]
Ignore some new build artifacts

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

8 years agoAdd 2.2.2 section
Sandro Santilli [Wed, 23 Mar 2016 11:46:25 +0000 (11:46 +0000)]
Add 2.2.2 section

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

8 years agoRemove unused function
Sandro Santilli [Wed, 23 Mar 2016 11:46:17 +0000 (11:46 +0000)]
Remove unused function

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

8 years agoForce sorting in ST_ColorMap test (fix aliasing issue rid was aliased as testid)
Regina Obe [Sun, 20 Mar 2016 19:52:40 +0000 (19:52 +0000)]
Force sorting in ST_ColorMap test (fix aliasing issue rid was aliased as testid)
closes #3503

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

8 years agoForce sorting in ST_ColorMap test
Regina Obe [Sun, 20 Mar 2016 19:41:05 +0000 (19:41 +0000)]
Force sorting in ST_ColorMap test
references #3503

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

8 years agoupport ST_AsEncodedPolyLine google example, alphabetize entries
Regina Obe [Sun, 20 Mar 2016 06:33:10 +0000 (06:33 +0000)]
upport ST_AsEncodedPolyLine google example, alphabetize entries

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

8 years agopass POINT EMPTY tests on fun architectures, #3426
Paul Ramsey [Thu, 17 Mar 2016 16:36:04 +0000 (16:36 +0000)]
pass POINT EMPTY tests on fun architectures, #3426

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

8 years ago#3466, Casting from box3d to geometry drops Z dimension (Julien Rouhaud)
Daniel Baston [Tue, 15 Mar 2016 01:08:59 +0000 (01:08 +0000)]
#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

8 years agofix typo in comment
Daniel Baston [Sun, 13 Mar 2016 22:25:39 +0000 (22:25 +0000)]
fix typo in comment

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

8 years agoForce order in ST_GeneratePoints so results are deterministic on all platforms
Regina Obe [Sat, 12 Mar 2016 18:15:50 +0000 (18:15 +0000)]
Force order in ST_GeneratePoints so results are deterministic on all platforms
Closes #3502

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

8 years agostart schema qualifying calls
Regina Obe [Sat, 12 Mar 2016 17:49:56 +0000 (17:49 +0000)]
start schema qualifying calls
references #3451

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

8 years agoExclude all c functions from schema qual except ST_Transform we know calls spatial_re...
Regina Obe [Fri, 11 Mar 2016 01:34:04 +0000 (01:34 +0000)]
Exclude all c functions from schema qual except ST_Transform we know calls spatial_ref_sys and is an issue in materialized views and spatial indexes.
References #3490 for 2.3 (also added pg_catalog since dumps have it - in theory it gets automatically added, but just in case)

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

8 years agoavoid adding search_path to functions that work on internals (fix typo in last commit)
Regina Obe [Thu, 10 Mar 2016 06:35:48 +0000 (06:35 +0000)]
avoid adding search_path to functions that work on internals (fix typo in last commit)
references #3497

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

8 years agoavoid adding search_path to functions that work on internals
Regina Obe [Thu, 10 Mar 2016 04:21:46 +0000 (04:21 +0000)]
avoid adding search_path to functions that work on internals
references #3497

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

8 years ago#3460, ST_ClusterWithin 'tolerance not defined' error after upgrade
Daniel Baston [Wed, 9 Mar 2016 13:06:52 +0000 (13:06 +0000)]
#3460, ST_ClusterWithin 'tolerance not defined' error after upgrade

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

8 years agoCleanup addition of search_path for upgrade scripts
Regina Obe [Tue, 8 Mar 2016 19:15:17 +0000 (19:15 +0000)]
Cleanup addition of search_path for upgrade scripts
exclude addgeometry*, addraster*, addoverview* from seach_path function setting.
These in calls that don't take schema use the current search_path to find table.
References #3495 for 2.3 (trunk)

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

8 years agofix compile error introduced in X3D commeit
Regina Obe [Sun, 6 Mar 2016 08:06:21 +0000 (08:06 +0000)]
fix compile error introduced in X3D commeit
references #3435

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

8 years agoUse Tomvantilburg suggestion and just hard-code convex='false' for all IndexedFaceSets.
Regina Obe [Sun, 6 Mar 2016 00:43:07 +0000 (00:43 +0000)]
Use Tomvantilburg suggestion and just hard-code convex='false' for all IndexedFaceSets.
Corrects the output of wrongly rendered without affecting true convex
Closes #3435 for PostGIS 2.3 (trunk).
Update Copyright info

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

8 years agoremove this hard-coded script superceded by perl generation script of #3490
Regina Obe [Sat, 5 Mar 2016 06:01:03 +0000 (06:01 +0000)]
remove this hard-coded script superceded by perl generation script of #3490
References #2485

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

8 years agoRevise script generation to exclude SQL functions that are NOT STRICT.
Regina Obe [Sat, 5 Mar 2016 05:37:31 +0000 (05:37 +0000)]
Revise script generation to exclude SQL functions that are NOT STRICT.
Integrate into testing
Integrate into create extension
References #3490 for PostGIS 2.3

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

8 years agoscript to set search_path of functions.
Regina Obe [Sat, 5 Mar 2016 01:53:49 +0000 (01:53 +0000)]
script to set search_path of functions.
Sadly this thwarts use of spatial indexes.
Need to think about this more. References #3490

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

8 years agoAdd availability info for ST_Points
Daniel Baston [Sat, 5 Mar 2016 01:51:24 +0000 (01:51 +0000)]
Add availability info for ST_Points

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

8 years agoAdd new files for #3364
Daniel Baston [Sat, 5 Mar 2016 01:27:32 +0000 (01:27 +0000)]
Add new files for #3364

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

8 years ago#3364, ST_GeometricMedian
Daniel Baston [Sat, 5 Mar 2016 01:22:48 +0000 (01:22 +0000)]
#3364, ST_GeometricMedian

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

8 years ago#3480, copy input geometries to ST_ClusterDBSCAN
Daniel Baston [Fri, 4 Mar 2016 14:51:36 +0000 (14:51 +0000)]
#3480, copy input geometries to ST_ClusterDBSCAN

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

8 years agoAdd comment to topology face and node tables
Sandro Santilli [Fri, 4 Mar 2016 08:29:45 +0000 (08:29 +0000)]
Add comment to topology face and node tables

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

8 years agoReplace use of 'sed' with 'perl -pe' to avoid sed incompatibilities on BSD-flavoured...
Paul Ramsey [Thu, 3 Mar 2016 21:17:13 +0000 (21:17 +0000)]
Replace use of 'sed' with 'perl -pe' to avoid sed incompatibilities on BSD-flavoured OS's like OSX and Solaris

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

8 years agoBe a little more careful w/ input sets full of nulls and empties
Paul Ramsey [Thu, 3 Mar 2016 21:16:36 +0000 (21:16 +0000)]
Be a little more careful w/ input sets full of nulls and empties

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

8 years agoGive more decimal digits in edge-motion collision detection point
Sandro Santilli [Thu, 3 Mar 2016 11:34:19 +0000 (11:34 +0000)]
Give more decimal digits in edge-motion collision detection point

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

8 years agoHave make_dist.sh use current branch as the default target branch
Sandro Santilli [Thu, 3 Mar 2016 09:22:13 +0000 (09:22 +0000)]
Have make_dist.sh use current branch as the default target branch

Works both with GIT and SVN

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

8 years agoAlways remove any previously existing dist dir on ./make_dist.sh
Sandro Santilli [Thu, 3 Mar 2016 08:40:22 +0000 (08:40 +0000)]
Always remove any previously existing dist dir on ./make_dist.sh

Simplifies the code and makes it POSIX compliant.
See #3488

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

8 years agoUpdate gitlab-ci badge url
Sandro Santilli [Wed, 2 Mar 2016 17:58:46 +0000 (17:58 +0000)]
Update gitlab-ci badge url

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

8 years agoAllow passing custom configure flags and make command
Sandro Santilli [Wed, 2 Mar 2016 16:27:07 +0000 (16:27 +0000)]
Allow passing custom configure flags and make command

Patch by Greg Troxel.

Closes #3165

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

8 years ago#3479 Fix assertion crash added after initial fix
Paul Ramsey [Tue, 1 Mar 2016 18:21:42 +0000 (18:21 +0000)]
#3479 Fix assertion crash added after initial fix

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

8 years agoAutomatically use GIT if a .git directory exists locally
Sandro Santilli [Tue, 1 Mar 2016 18:14:30 +0000 (18:14 +0000)]
Automatically use GIT if a .git directory exists locally

See #3482

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

8 years agoSet version from Version.config for branch dists too
Sandro Santilli [Tue, 1 Mar 2016 17:48:33 +0000 (17:48 +0000)]
Set version from Version.config for branch dists too

See #3482

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

8 years agoBackup final (reversioned) output dirs if already existing
Sandro Santilli [Tue, 1 Mar 2016 15:46:14 +0000 (15:46 +0000)]
Backup final (reversioned) output dirs if already existing

Avoids creating tarball with a directory containing "postgis-dev"
subdirectory (not easy to spot)

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

8 years agoFix version extraction from Version.config
Sandro Santilli [Tue, 1 Mar 2016 15:46:08 +0000 (15:46 +0000)]
Fix version extraction from Version.config

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

8 years agoAdd -b switch to create the dist file from a branch
Sandro Santilli [Tue, 1 Mar 2016 15:14:02 +0000 (15:14 +0000)]
Add -b switch to create the dist file from a branch

See #3482

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

8 years agoAdd dump-restore testing for gitlab-ci
Sandro Santilli [Tue, 1 Mar 2016 11:02:46 +0000 (11:02 +0000)]
Add dump-restore testing for gitlab-ci

Closes #3444

Runs dump-restore tests for both scripts and extension.

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

8 years agoAdd dump-restore testing for Travis
Sandro Santilli [Tue, 1 Mar 2016 10:43:13 +0000 (10:43 +0000)]
Add dump-restore testing for Travis

See #3444

Runs dump-restore tests for both scripts and extension.

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

8 years agooption for winnie to do dump restore - variable set in jenkins
Regina Obe [Mon, 29 Feb 2016 21:07:59 +0000 (21:07 +0000)]
option for winnie to do dump restore - variable set in jenkins
closes #3444

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

8 years agooption for debbbie to do dump restore - variable set in jenkins
Regina Obe [Mon, 29 Feb 2016 18:03:57 +0000 (18:03 +0000)]
option for debbbie to do dump restore - variable set in jenkins
references #3444

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

8 years agoTry to fix make install issue using --prefix
Regina Obe [Mon, 29 Feb 2016 17:38:48 +0000 (17:38 +0000)]
Try to fix make install issue using --prefix
references #2688

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

8 years agoUpdate ST_ClusterDBScan to use integer instead of int so consistent with other functions
Regina Obe [Mon, 29 Feb 2016 13:14:29 +0000 (13:14 +0000)]
Update ST_ClusterDBScan to use integer instead of int so consistent with other functions
Update xsl to handle window functions and update to verion 2.3
Closes #3475

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

8 years ago#3479, error out if kmeans has k > ngeoms
Paul Ramsey [Sun, 28 Feb 2016 23:46:41 +0000 (23:46 +0000)]
#3479, error out if kmeans has k > ngeoms

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