]> granicus.if.org Git - postgis/log
postgis
6 years agoHarmonize doco with existing behaviour
Paul Ramsey [Tue, 24 Jul 2018 13:11:16 +0000 (13:11 +0000)]
Harmonize doco with existing behaviour

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

6 years agoreenable sfcgal tests for debbie.
Regina Obe [Wed, 4 Jul 2018 21:20:52 +0000 (21:20 +0000)]
reenable sfcgal tests for debbie.
Closes #4068 for PostGIS 2.4

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

6 years agoFix infinite loop in linearization of a big radius small arc
Sandro Santilli [Fri, 15 Jun 2018 22:23:30 +0000 (22:23 +0000)]
Fix infinite loop in linearization of a big radius small arc

Closes #4058 in 2.4 branch (2.4.5dev)
Includes unit test

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

6 years agoTravis: Install all required dependencies for MVT tests
Raúl Marín Rodríguez [Wed, 13 Jun 2018 14:53:37 +0000 (14:53 +0000)]
Travis: Install all required dependencies for MVT tests

Closes #4106

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

6 years agoFix flags in case where a boxless geom comes in with a "has box" set of flags.
Paul Ramsey [Tue, 12 Jun 2018 12:45:45 +0000 (12:45 +0000)]
Fix flags in case where a boxless geom comes in with a "has box" set of flags.
References #4077

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

6 years agoTrailing blank
Raúl Marín Rodríguez [Wed, 23 May 2018 09:40:23 +0000 (09:40 +0000)]
Trailing blank

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

6 years agoAvoid segfault in median test (32bits)
Raúl Marín Rodríguez [Wed, 23 May 2018 09:30:54 +0000 (09:30 +0000)]
Avoid segfault in median test (32bits)

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

6 years agoInconsistent results from qsort callback (yugr)
Paul Ramsey [Tue, 22 May 2018 19:36:23 +0000 (19:36 +0000)]
Inconsistent results from qsort callback (yugr)
References #4093

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

6 years agoFix bug in lwgeom_median and avoid division by zero
Raúl Marín Rodríguez [Mon, 21 May 2018 10:59:22 +0000 (10:59 +0000)]
Fix bug in lwgeom_median and avoid division by zero

References #3997
Closes https://github.com/postgis/postgis/pull/244

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

6 years agoFix PG 9.5 build in 2.4
Raúl Marín Rodríguez [Mon, 21 May 2018 10:41:32 +0000 (10:41 +0000)]
Fix PG 9.5 build in 2.4

References #4090
Applies the same fix as #3950
Closes https://github.com/postgis/postgis/pull/243

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

6 years agoSurvive to big max deviation values passed to ST_CurveToLine
Sandro Santilli [Sun, 20 May 2018 14:46:48 +0000 (14:46 +0000)]
Survive to big max deviation values passed to ST_CurveToLine

When using "max-deviation" tolerance type, passing a tolerance
bigger than twice the radius of any arc resulted in entering
an infinite loop, only limited by availability of RAM.

This commit fixes the bug by being careful in what's fed to
acos()...

Includes a unit test.
Closes #4031 in 2.4 branch (2.4.5dev)

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

6 years agoBackport PG 11 compatibility
Raúl Marín Rodríguez [Fri, 18 May 2018 09:10:03 +0000 (09:10 +0000)]
Backport PG 11 compatibility

Closes #4090
Closes https://github.com/postgis/postgis/pull/242

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

6 years agoFixes bounding box handling in twkb_input #4089
Nicklas Avén [Wed, 16 May 2018 21:38:00 +0000 (21:38 +0000)]
Fixes bounding box handling in twkb_input #4089

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

6 years agoDelay freeing input until processing is complete. From lucasvr.
Paul Ramsey [Mon, 7 May 2018 18:59:40 +0000 (18:59 +0000)]
Delay freeing input until processing is complete. From lucasvr.
Closes #3980

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

6 years agoEmit a cancellation error code on GEOS interruptedExceptions, for consistency
Paul Ramsey [Mon, 7 May 2018 18:47:53 +0000 (18:47 +0000)]
Emit a cancellation error code on GEOS interruptedExceptions, for consistency
with internal interruptions.
Closes #4070

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

6 years agoUpdate NEWS re #4079
Paul Ramsey [Mon, 7 May 2018 18:05:37 +0000 (18:05 +0000)]
Update NEWS re #4079

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

6 years agoensure that polygons are CW coming out of the ASMVTGEOM process
Paul Ramsey [Mon, 7 May 2018 18:04:57 +0000 (18:04 +0000)]
ensure that polygons are CW coming out of the ASMVTGEOM process
Closes #4079

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

6 years agoST_ClusterKMeans crash on NULL and EMPTY
Darafei Praliaskouski [Sat, 21 Apr 2018 13:20:22 +0000 (13:20 +0000)]
ST_ClusterKMeans crash on NULL and EMPTY

Closes #4071

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

6 years agoGuard against lookup failure, to avoid segfault in internally called case (closes...
Paul Ramsey [Mon, 16 Apr 2018 17:28:27 +0000 (17:28 +0000)]
Guard against lookup failure, to avoid segfault in internally called case (closes #4067)

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

6 years agoDisable sfcgal in make dist
Regina Obe [Tue, 10 Apr 2018 02:34:23 +0000 (02:34 +0000)]
Disable sfcgal in make dist
References #4068 for PostGIS 2.4

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

6 years agoDisable sfcgal testing until sfcgal 1.3.3 / CGAL 4.11 issue is resolved.
Regina Obe [Tue, 10 Apr 2018 02:31:42 +0000 (02:31 +0000)]
Disable sfcgal testing until sfcgal 1.3.3 / CGAL 4.11 issue is resolved.
References #4068 for PostGIS 2.4

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

6 years agorevise debbie to build against master sfcgal
Regina Obe [Mon, 9 Apr 2018 17:26:53 +0000 (17:26 +0000)]
revise debbie to build against master sfcgal
References #4068 for PostGIS 2.4

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

6 years agomissed some spots where source_folder variable is used
Regina Obe [Mon, 9 Apr 2018 15:11:17 +0000 (15:11 +0000)]
missed some spots where source_folder variable is used

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

6 years agoswitch to test against GEOS 3.6.2
Regina Obe [Mon, 9 Apr 2018 01:41:39 +0000 (01:41 +0000)]
switch to test against GEOS 3.6.2

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

6 years agofix path setting
Regina Obe [Fri, 6 Apr 2018 09:06:58 +0000 (09:06 +0000)]
fix path setting

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

6 years agoFlip version to 2.4.5dev, revise winnie to be able to use source_folder if passed...
Regina Obe [Fri, 6 Apr 2018 05:21:46 +0000 (05:21 +0000)]
Flip version to 2.4.5dev, revise winnie to be able to use source_folder if passed in (will allow tagged builds to be built from dev branch for testing)

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

6 years agofix date typo in release notes
Regina Obe [Mon, 2 Apr 2018 06:54:54 +0000 (06:54 +0000)]
fix date typo in release notes

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

6 years agoFix typo in release notes
Regina Obe [Mon, 2 Apr 2018 06:54:20 +0000 (06:54 +0000)]
Fix typo in release notes

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

6 years agoUpdate in prep for 2.4.7
Regina Obe [Mon, 2 Apr 2018 04:57:28 +0000 (04:57 +0000)]
Update in prep for 2.4.7

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

6 years agoFix crasher in raster when fed an empty raster (note was tempted to change the def...
Regina Obe [Wed, 28 Mar 2018 08:53:19 +0000 (08:53 +0000)]
Fix crasher in raster when fed an empty raster (note was tempted to change the def of empty raster to include raster with no bands but not sure where else that is used, so just revised the clip check to not try to clip if no bands).
References #3055 for PostGIS 2.4.4,
also minor doc fix references #2925 for PostGIS 2.4.4

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

6 years agoST_CPAWithin precision fix
Darafei Praliaskouski [Tue, 27 Mar 2018 17:36:47 +0000 (17:36 +0000)]
ST_CPAWithin precision fix

Closes #4032

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

6 years agoupgrade support for PostgreSQL 11
Regina Obe [Sun, 25 Mar 2018 03:33:58 +0000 (03:33 +0000)]
upgrade support for PostgreSQL 11
closes #4044 for PostGIS 2.4.4

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

6 years agochange sorting of tickets to be nuermic by ticket number. Add in missing tickets
Regina Obe [Sat, 24 Mar 2018 03:01:20 +0000 (03:01 +0000)]
change sorting of tickets to be nuermic by ticket number.  Add in missing tickets

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

6 years agonote in docs about soft upgrade that legacy.sql must be rerun for each minor.
Regina Obe [Sat, 24 Mar 2018 02:17:06 +0000 (02:17 +0000)]
note in docs about soft upgrade that legacy.sql must be rerun for each minor.
Closes #2960 for PostGIS 2.4.4

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

6 years agoAvoid dropping SRID in ST_ClusterIntersecting
Daniel Baston [Sat, 24 Mar 2018 00:00:32 +0000 (00:00 +0000)]
Avoid dropping SRID in ST_ClusterIntersecting

References #4055

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

6 years agochange to use GDAL 2.2.4, 3.6.2 (for packaging) but keep 3.7.0dev for regress testing
Regina Obe [Fri, 23 Mar 2018 06:35:53 +0000 (06:35 +0000)]
change to use GDAL 2.2.4, 3.6.2 (for packaging) but keep 3.7.0dev for regress testing

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

6 years agoschema qualify geography functions (including ST_Buffer)
Regina Obe [Fri, 23 Mar 2018 00:09:53 +0000 (00:09 +0000)]
schema qualify geography functions (including ST_Buffer)
References #4052 for PostGIS 2.4.4

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

6 years agoSeems sometimes the postgis_svn_revision.h gets wiped out, so end up with no svn...
Regina Obe [Sun, 18 Mar 2018 22:43:31 +0000 (22:43 +0000)]
Seems sometimes the postgis_svn_revision.h gets wiped out, so end up with no svn number.
Explicitly call svn_repo_revision.pl to ensure we have an svn number to read
References #4047 for PostGIS 2.4

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

6 years agothis for sure will fix revision # this time I tested before hand
Regina Obe [Sun, 18 Mar 2018 09:10:45 +0000 (09:10 +0000)]
this for sure will fix revision # this time I tested before hand
References #4047 for PostGIS 2.4

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

6 years agovariable typo
Regina Obe [Sun, 18 Mar 2018 05:16:54 +0000 (05:16 +0000)]
variable typo
References #4047 for PostGIS 2.4

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

6 years agoAdd logic to show git log timestamp in UTC instead of Unix timestamp and put in svn...
Regina Obe [Sun, 18 Mar 2018 05:12:00 +0000 (05:12 +0000)]
Add logic to show git log timestamp in UTC instead of Unix timestamp and put in svn revision number
References #4047 for PostGIS 2.4

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

6 years agoUpdate lexer generated file
Paul Ramsey [Mon, 26 Feb 2018 20:04:33 +0000 (20:04 +0000)]
Update lexer generated file
References #4017

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

6 years agoFix memory corruption in case where lexer is interrupted mid-process
Paul Ramsey [Mon, 26 Feb 2018 20:03:28 +0000 (20:03 +0000)]
Fix memory corruption in case where lexer is interrupted mid-process
References #4017
For 2.4 branch

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

6 years agoUse more precise bounds when testing overlap of temporal ranges.
Paul Ramsey [Mon, 26 Feb 2018 18:25:45 +0000 (18:25 +0000)]
Use more precise bounds when testing overlap of temporal ranges.
For 2.4, references #4025

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

6 years agoDo not include private header for json-c >= 0.13
Sandro Santilli [Sun, 25 Feb 2018 14:54:42 +0000 (14:54 +0000)]
Do not include private header for json-c >= 0.13

Patch by Björn Esser

Closes #3942 for 2.4 branch

(also fixes NEWS section corrupted by recent commit)

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

6 years agoFix cast from box3d to geometry
Darafei Praliaskouski [Thu, 22 Feb 2018 11:13:38 +0000 (11:13 +0000)]
Fix cast from box3d to geometry

Patch by Matthias Bay

Closes https://github.com/postgis/postgis/pull/214
Closes #4020

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

6 years ago[gitlab-ci] Switch to PostgreSQL 9.6 and libjson-c-dev
Sandro Santilli [Wed, 21 Feb 2018 14:31:32 +0000 (14:31 +0000)]
[gitlab-ci] Switch to PostgreSQL 9.6 and libjson-c-dev

Fixes gitlab-ci build for 2.4, references #4023

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

6 years agoLowercase Algunenano
Sandro Santilli [Wed, 21 Feb 2018 09:05:21 +0000 (09:05 +0000)]
Lowercase Algunenano

All LDAP account names are lowercase

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

6 years agoAdd Raúl Marín Rodríguez to developers list
Regina Obe [Tue, 20 Feb 2018 22:38:22 +0000 (22:38 +0000)]
Add Raúl Marín Rodríguez to developers list

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

6 years agobackport regress changes from 2.5
Regina Obe [Tue, 20 Feb 2018 22:35:16 +0000 (22:35 +0000)]
backport regress changes from 2.5

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

6 years agolwpoly_construct_circle: Avoid division by zero (Raúl Marín Rodríguez)
Paul Ramsey [Fri, 26 Jan 2018 14:55:44 +0000 (14:55 +0000)]
lwpoly_construct_circle: Avoid division by zero (Raúl Marín Rodríguez)
References #4003

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

6 years agoAvoid memory exhaustion when building a btree index (references #4004)
Paul Ramsey [Fri, 26 Jan 2018 12:47:38 +0000 (12:47 +0000)]
Avoid memory exhaustion when building a btree index (references #4004)
From Edmund Horner

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

6 years agoSet availability of support function for KNN index
Sandro Santilli [Mon, 22 Jan 2018 14:15:29 +0000 (14:15 +0000)]
Set availability of support function for KNN index

Fixes upgrade from 2.1 to 2.2+
Closes #3978 in 2.4 branch (2.4.4)

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

6 years ago[drone] Use trisquel2 image, test all pgsql versions and upgrades
Sandro Santilli [Mon, 22 Jan 2018 12:35:11 +0000 (12:35 +0000)]
[drone] Use trisquel2 image, test all pgsql versions and upgrades

The new docker image also uses newer GEOS (3.6.2).
References #3813 for 2.4 branch
NOTE: could not use -Werror in this branch as it would fail

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

6 years agobackport run_test.pl fixes from trunk
Sandro Santilli [Mon, 22 Jan 2018 11:30:28 +0000 (11:30 +0000)]
backport run_test.pl fixes from trunk

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

6 years agochange scripts back to versions of things to compile against (GDAL, PROJ, SCGAL,...
Regina Obe [Sun, 21 Jan 2018 07:12:17 +0000 (07:12 +0000)]
change scripts back to versions of things to compile against (GDAL, PROJ, SCGAL, GEOS) being set at job level until we have the stop and start postgres in repo as well.

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

6 years agoHave Debbie test all available upgrades
Sandro Santilli [Sat, 20 Jan 2018 12:58:39 +0000 (12:58 +0000)]
Have Debbie test all available upgrades

References #2676 for 2.4 branch

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

6 years agoForgot to add pkg.m4 macro in r16324
Sandro Santilli [Thu, 18 Jan 2018 21:46:35 +0000 (21:46 +0000)]
Forgot to add pkg.m4 macro in r16324

See #3992

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

6 years agoMove PgSQL 11 support note to 2.4.4
Regina Obe [Wed, 17 Jan 2018 23:23:15 +0000 (23:23 +0000)]
Move PgSQL 11 support note to 2.4.4
It was put in after 2.4.3 was already tagged and tarred.

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

6 years agoUse PKG_PROG_PKG_CONFIG macro from pkg.m4 to detect pkg-config
Sandro Santilli [Tue, 16 Jan 2018 20:54:14 +0000 (20:54 +0000)]
Use PKG_PROG_PKG_CONFIG macro from pkg.m4 to detect pkg-config

Patch by Bas Couwenberg
Closes #3992 in 2.4 branch (for 2.4.4)

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

6 years agoUpdates news re pg11 support
Paul Ramsey [Tue, 16 Jan 2018 14:47:33 +0000 (14:47 +0000)]
Updates news re pg11 support

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

6 years agoBackport support for Pg11 to 2.4 branch. Closes #3946
Paul Ramsey [Tue, 16 Jan 2018 14:46:55 +0000 (14:46 +0000)]
Backport support for Pg11 to 2.4 branch. Closes #3946

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

6 years agoflip version to 2.4.4dev, add 2.4.3 to upgrade versions
Regina Obe [Tue, 16 Jan 2018 07:06:27 +0000 (07:06 +0000)]
flip version to 2.4.4dev, add 2.4.3 to upgrade versions
add timestamp to dev docs
closes #3991 for PostGIS 2.4.4dev

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

6 years agoGet rid of SVN number and revise to not build local html except for trunk
Regina Obe [Mon, 15 Jan 2018 21:38:08 +0000 (21:38 +0000)]
Get rid of SVN number and revise to not build local html except for trunk

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

6 years agomore clearifying notes on HOWTO_RELEASE
Regina Obe [Mon, 15 Jan 2018 20:47:31 +0000 (20:47 +0000)]
more clearifying notes on HOWTO_RELEASE
change version to 2.4.3 in prep for tagging tomorrow or Wednesday.

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

6 years agoupdate ChangeLog
Regina Obe [Mon, 15 Jan 2018 00:50:50 +0000 (00:50 +0000)]
update ChangeLog
flip Version.config to rc2
revise make dist to output branch reading from

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

6 years agowith_interrupt_tests using non-standard extension
Regina Obe [Mon, 15 Jan 2018 00:24:58 +0000 (00:24 +0000)]
with_interrupt_tests using non-standard extension
Closes #3988 for PostGIS 2.4.3

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

6 years agoin prep for release Wednesday, flip back to dev, stamp expected date of release in...
Regina Obe [Sun, 14 Jan 2018 15:42:00 +0000 (15:42 +0000)]
in prep for release Wednesday, flip back to dev, stamp expected date of release in news
Add 2.3.6 upgrade path

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

6 years agofix missed edit.
Regina Obe [Sun, 14 Jan 2018 15:35:20 +0000 (15:35 +0000)]
fix missed edit.
References #3985 for PostGIS 2.4

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

6 years agoChange release version to 2.4.3rc1
Regina Obe [Sat, 13 Jan 2018 19:24:26 +0000 (19:24 +0000)]
Change release version to 2.4.3rc1

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

6 years agofix typo in make_dist.sh
Regina Obe [Sat, 13 Jan 2018 19:20:33 +0000 (19:20 +0000)]
fix typo in make_dist.sh
Add doc building,
update How To release to reflect tar ball and docs start building as soon as work is committed.
References #3985 for PostGIS 2.4

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

6 years agorevise make_dist.sh to allow overriding the package name, and create debbie make...
Regina Obe [Sat, 13 Jan 2018 18:01:51 +0000 (18:01 +0000)]
revise make_dist.sh to allow overriding the package name, and create debbie make dist script that calls the main one
References #3985 for PostGIS 2.4

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

6 years agofix typo in release version it's 2.4.3 not 2.4.8
Regina Obe [Sat, 13 Jan 2018 06:05:32 +0000 (06:05 +0000)]
fix typo in release version it's 2.4.3 not 2.4.8

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

6 years agoAdd release notes to docs in prep for release. Minor reword in NEWs
Regina Obe [Sat, 13 Jan 2018 05:56:33 +0000 (05:56 +0000)]
Add release notes to docs in prep for release. Minor reword in NEWs

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

6 years agorevert setting GDAL and GEOS, forgot pg launch script needs these which we don't...
Regina Obe [Fri, 12 Jan 2018 16:50:48 +0000 (16:50 +0000)]
revert setting GDAL and GEOS, forgot pg launch script needs these which we don't have in repo.  Turn on DUMP_RESTORE testing

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

6 years agochange to valid GDAL version
Regina Obe [Fri, 12 Jan 2018 16:18:36 +0000 (16:18 +0000)]
change to valid GDAL version

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

6 years agoset to a GEOS debbie doesn't have. Change to GEOS 3.7.0dev
Regina Obe [Fri, 12 Jan 2018 15:50:28 +0000 (15:50 +0000)]
set to  a GEOS debbie doesn't have.  Change to GEOS 3.7.0dev

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

6 years agomore moving of variables to script from job
Regina Obe [Fri, 12 Jan 2018 15:38:47 +0000 (15:38 +0000)]
more moving of variables to script from job

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

6 years agochange to hard-code GDAL, GEOS, and MAKE_EXTENSION and dump so easier for people...
Regina Obe [Fri, 12 Jan 2018 15:25:34 +0000 (15:25 +0000)]
change to hard-code GDAL, GEOS, and MAKE_EXTENSION and dump so easier for people to set without changing the job.

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

6 years ago2.4 fix, st_transform does not qualify query to spatial_ref_sys (references #3975)
Paul Ramsey [Fri, 12 Jan 2018 13:47:51 +0000 (13:47 +0000)]
2.4 fix, st_transform does not qualify query to spatial_ref_sys (references #3975)

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

7 years agoEncoded Polyline of EMPTY
Darafei Praliaskouski [Fri, 12 Jan 2018 08:48:50 +0000 (08:48 +0000)]
Encoded Polyline of EMPTY
Pull in from trunk

Closes #3982

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

7 years agoSimplify syntax for brin opclasses so upgrade script recognizes it
Sandro Santilli [Tue, 9 Jan 2018 18:36:31 +0000 (18:36 +0000)]
Simplify syntax for brin opclasses so upgrade script recognizes it

Fixes #3956 in 2.4 branch

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

7 years agoDo not assume CREATE OPERATOR CLASS needs to end with ');'
Sandro Santilli [Tue, 9 Jan 2018 18:36:18 +0000 (18:36 +0000)]
Do not assume CREATE OPERATOR CLASS needs to end with ');'

A single ending semicolon is enough to terminate the statement

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

7 years agoUpgrade SFCGAL too when requested
Sandro Santilli [Tue, 9 Jan 2018 18:36:02 +0000 (18:36 +0000)]
Upgrade SFCGAL too when requested

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

7 years agoFix KMeans initialization issue that lost clusters sometimes.
Darafei Praliaskouski [Tue, 2 Jan 2018 14:06:27 +0000 (14:06 +0000)]
Fix KMeans initialization issue that lost clusters sometimes.

Closes #3965
Closes https://github.com/postgis/postgis/pull/179

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

7 years agoDrag in authors mapping from trunk.
Darafei Praliaskouski [Tue, 2 Jan 2018 13:50:12 +0000 (13:50 +0000)]
Drag in authors mapping from trunk.

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

7 years agoswitch to have version of libs used be defined in script rather than the jenkins job
Regina Obe [Mon, 1 Jan 2018 19:58:34 +0000 (19:58 +0000)]
switch to have version of libs used be defined in script rather than the jenkins job

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

7 years agocopy over 2.3.4 and 2.3.5 notes
Regina Obe [Sun, 24 Dec 2017 19:06:03 +0000 (19:06 +0000)]
copy over 2.3.4 and 2.3.5 notes

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

7 years agoChange syscache stats lookup to use STATRELATTINH key and three parameters in all...
Paul Ramsey [Wed, 20 Dec 2017 23:09:33 +0000 (23:09 +0000)]
Change syscache stats lookup to use STATRELATTINH key and three parameters in all cases for 2.4 branch. Closes #3904

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

7 years agoBring epsilon fix to minimum bounding circle back to 2.4 (closes #3930)
Paul Ramsey [Wed, 20 Dec 2017 14:30:19 +0000 (14:30 +0000)]
Bring epsilon fix to minimum bounding circle back to 2.4 (closes #3930)

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

7 years agoUse original vertex values where available in contructing new pointarray (references...
Paul Ramsey [Mon, 18 Dec 2017 23:53:53 +0000 (23:53 +0000)]
Use original vertex values where available in contructing new pointarray (references #3941)

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

7 years agoManual fixes from PostGIS users (not many left now) to EPSG file
Paul Ramsey [Mon, 18 Dec 2017 14:54:00 +0000 (14:54 +0000)]
Manual fixes from PostGIS users (not many left now) to EPSG file
References #3944

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

7 years agoUpdate SRS to EPSG 9.2
Sandro Santilli [Mon, 18 Dec 2017 09:20:18 +0000 (09:20 +0000)]
Update SRS to EPSG 9.2

Patch by Even Rouault
Ref #3944 for 2.4 branch

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

7 years agoadd in verbose and logic to drop test database if it exists. Switch to using BRANCH...
Regina Obe [Tue, 12 Dec 2017 17:59:02 +0000 (17:59 +0000)]
add in verbose and logic to drop test database if it exists.  Switch to using BRANCH instead of TAG

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

7 years agouse new osgeo project logo
Regina Obe [Sun, 10 Dec 2017 01:54:32 +0000 (01:54 +0000)]
use new osgeo project logo

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

7 years agoTurn off interrupt tests in configure by default.
Regina Obe [Wed, 6 Dec 2017 20:00:21 +0000 (20:00 +0000)]
Turn off interrupt tests in configure by default.
Also added a section in configure output to note if interrupt tests are enabled or not
Closes #3827 for PostGIS 2.4.3

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

7 years agoSupport google line encodings that include a backslash character (References #3713)
Paul Ramsey [Thu, 30 Nov 2017 21:41:27 +0000 (21:41 +0000)]
Support google line encodings that include a backslash character (References #3713)

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

7 years agoExplicitly specify $(PERL) to call create_unpackaged.pl otherwise at least on freebsd...
Regina Obe [Wed, 29 Nov 2017 00:18:54 +0000 (00:18 +0000)]
Explicitly specify $(PERL) to call create_unpackaged.pl otherwise at least on freebsd it fails
Also get rid of 9.1 check, we don't support 9.1 anymore.
References #3938 for PostGIS 2.4.3

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

7 years agoAdd the freebsd bot scripts -- the svn hook change should make these fire right away
Regina Obe [Tue, 28 Nov 2017 23:41:40 +0000 (23:41 +0000)]
Add the freebsd bot scripts -- the svn hook change should make these fire right away

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

7 years agopush version numbers forward
Paul Ramsey [Wed, 15 Nov 2017 18:18:04 +0000 (18:18 +0000)]
push version numbers forward

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