]> granicus.if.org Git - postgis/log
postgis
7 years agoflip version to 2.3.7dev, add in 2.3.6 to upgrade path
Regina Obe [Tue, 16 Jan 2018 06:33:20 +0000 (06:33 +0000)]
flip version to 2.3.7dev, add in 2.3.6 to upgrade path
backport changes to stamp timestamp
References #3991 for PostGIS 2.3.7dev

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

7 years agoGet rid of sed fiddling with SVN revision
Regina Obe [Mon, 15 Jan 2018 21:01:41 +0000 (21:01 +0000)]
Get rid of sed fiddling with SVN revision

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

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

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

7 years agoupdate change log, echo branch reference, minor correction to HOWTO_RELEASE
Regina Obe [Mon, 15 Jan 2018 02:19:08 +0000 (02:19 +0000)]
update change log, echo branch reference, minor correction to HOWTO_RELEASE

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

7 years agominor edits to HOWTO_RELEASE
Regina Obe [Sun, 14 Jan 2018 16:05:45 +0000 (16:05 +0000)]
minor edits to HOWTO_RELEASE
Add 2.3.5, 2.3.6dev to upgradeable_versions.mk
Update release_notes.xml to reflect impending release
Flip version to 2.3.6rc1 (in prep for rc1 tagging)

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

7 years agoBackport changes to standardize debbie's packaging and ensure
Regina Obe [Sun, 14 Jan 2018 15:34:35 +0000 (15:34 +0000)]
Backport changes to standardize debbie's packaging and ensure
she builds tagged versions as well without manual intervention
Update HOWTO_RELEASE to reflect change
References #3985 for PostGIS 2.3

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

7 years ago2.3 fix, st_transform does not qualify query to spatial_ref_sys (references #3975)
Paul Ramsey [Fri, 12 Jan 2018 13:55:02 +0000 (13:55 +0000)]
2.3 fix, st_transform does not qualify query to spatial_ref_sys (references #3975)

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

7 years agoAdd check for PostgreSQL version compatibility in postgis_full_version
Sandro Santilli [Fri, 12 Jan 2018 09:38:17 +0000 (09:38 +0000)]
Add check for PostgreSQL version compatibility in postgis_full_version

Adds _postgis_scripts_pgsql_version() and _postgis_pgsql_version()
internal functions, each returning an encoded version number,
and has postgis_full_version() compare running vs. build-time used

Always show PGSQL version scripts were built against

References #3822 for 2.3 branch

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

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

Closes #3982

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

7 years agoUse template1 for connecting
Sandro Santilli [Tue, 9 Jan 2018 20:52:25 +0000 (20:52 +0000)]
Use template1 for connecting

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

7 years agoWait for database to be up before proceeding
Sandro Santilli [Tue, 9 Jan 2018 20:29:32 +0000 (20:29 +0000)]
Wait for database to be up before proceeding

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

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

Fixes #3956 in 2.3 branch

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

7 years agoDo not assume CREATE OPERATOR CLASS needs to end with ');'
Sandro Santilli [Tue, 9 Jan 2018 18:41:25 +0000 (18:41 +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.3@16243 b70326c6-7e19-0410-871a-916f4a2858ee

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

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

7 years agoFix KMeans initialization issue that lost clusters sometimes.
Darafei Praliaskouski [Tue, 2 Jan 2018 14:09:50 +0000 (14:09 +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.3@16214 b70326c6-7e19-0410-871a-916f4a2858ee

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

git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@16210 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 18:10:09 +0000 (18:10 +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.3@16147 b70326c6-7e19-0410-871a-916f4a2858ee

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

git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@16140 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:38 +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.3@16132 b70326c6-7e19-0410-871a-916f4a2858ee

7 years agoAdd to bessie step to install and test extension install
Regina Obe [Wed, 29 Nov 2017 02:37:54 +0000 (02:37 +0000)]
Add to bessie step to install and test extension install

git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@16125 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 01:12:37 +0000 (01:12 +0000)]
Explicitly specify $(PERL) to call create_unpackaged.pl otherwise at least on freebsd it fails (and backport other minor changes like remove of 9.1 which support was dropped in 2.2)
Closes #3938 for PostGIS 2.3.6
Also add the Bessie sisters to battery testing

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

7 years agoPush versions for next release
Paul Ramsey [Wed, 15 Nov 2017 18:04:29 +0000 (18:04 +0000)]
Push versions for next release

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

7 years agoPrepare for release
Paul Ramsey [Wed, 15 Nov 2017 17:54:39 +0000 (17:54 +0000)]
Prepare for release

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

7 years agoAdd missing 2.2.6 upgrade path
Regina Obe [Thu, 9 Nov 2017 09:01:28 +0000 (09:01 +0000)]
Add missing 2.2.6 upgrade path
References #3926 for PostGIS 2.3.5

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

7 years agoAdd missing release notes for ST_Segmentize geography fix.
Regina Obe [Thu, 9 Nov 2017 08:55:04 +0000 (08:55 +0000)]
Add missing release notes for ST_Segmentize geography fix.
References #3667 for PostGIS 2.3.5

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

7 years agoReplace project-and-entend logic with
Paul Ramsey [Tue, 7 Nov 2017 18:31:37 +0000 (18:31 +0000)]
Replace project-and-entend logic with
bisect-and-recurse in geography segmentization.
Preserves "mostly equal" segment lengths, and
should be more numerically stable.
Backport to 2.3.
References #3667

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

7 years agoMake sure target directories are created before copying files to them
Sandro Santilli [Tue, 31 Oct 2017 15:33:31 +0000 (15:33 +0000)]
Make sure target directories are created before copying files to them

References #3912 for 2.3 branch
References #3916 for 2.3 branch

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

7 years agoPut build AUX files under build-aux
Sandro Santilli [Sat, 21 Oct 2017 09:04:58 +0000 (09:04 +0000)]
Put build AUX files under build-aux

Cleans and ignore build aux files from new location,
and remove spurious install-sh from repository.

References #3912 for 2.3 branch

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

7 years agoPush versions to dev
Paul Ramsey [Wed, 18 Oct 2017 18:19:58 +0000 (18:19 +0000)]
Push versions to dev

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

7 years agoPrepare for 2.3.4 release
Paul Ramsey [Wed, 18 Oct 2017 18:09:59 +0000 (18:09 +0000)]
Prepare for 2.3.4 release

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

7 years agoAllocate enough space for all possible GBOX string outputs (Raúl Marín Rodríguez)
Paul Ramsey [Tue, 17 Oct 2017 16:54:52 +0000 (16:54 +0000)]
Allocate enough space for all possible GBOX string outputs (Raúl Marín Rodríguez)
Closes #3907

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

7 years agoThrow error on malformed WKB input (2.3 branch)
Paul Ramsey [Tue, 10 Oct 2017 22:45:32 +0000 (22:45 +0000)]
Throw error on malformed WKB input (2.3 branch)
Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2589
Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2590
Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2591
Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2592
(References #3895)

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

7 years agoUndefined behaviour in pointarray_to_encoded_polyline (2.3 branch)
Paul Ramsey [Tue, 10 Oct 2017 18:04:45 +0000 (18:04 +0000)]
Undefined behaviour in pointarray_to_encoded_polyline (2.3 branch)
(References #3891)

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

7 years agoFix undefined behaviour in zigzag with negative inputs (2.4 branch)
Paul Ramsey [Tue, 10 Oct 2017 16:59:04 +0000 (16:59 +0000)]
Fix undefined behaviour in zigzag with negative inputs (2.4 branch)
(References #3882)

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

7 years agolw_dist2d_pt_arc division by zero (References #3874)
Paul Ramsey [Tue, 10 Oct 2017 16:37:14 +0000 (16:37 +0000)]
lw_dist2d_pt_arc division by zero (References #3874)

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

7 years agogeohash_point_as_int: Fix undefined behaviour in shift operation
Paul Ramsey [Fri, 6 Oct 2017 13:21:23 +0000 (13:21 +0000)]
geohash_point_as_int: Fix undefined behaviour in shift operation
References #3875

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

7 years agoUndefined behaviour in TYPMOD_GET_SRID
Paul Ramsey [Fri, 6 Oct 2017 13:17:46 +0000 (13:17 +0000)]
Undefined behaviour in TYPMOD_GET_SRID
References #3880

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

7 years agoCombine multiple signum definitions (2.3)
Paul Ramsey [Thu, 5 Oct 2017 13:21:42 +0000 (13:21 +0000)]
Combine multiple signum definitions (2.3)
(References #3878)

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

7 years agodivision by zero in lw_dist2d_arc_arc
Paul Ramsey [Thu, 5 Oct 2017 13:00:35 +0000 (13:00 +0000)]
division by zero in lw_dist2d_arc_arc
References #3879

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

7 years agoGracefully handle short-measure issue (Closes #3845)
Paul Ramsey [Mon, 2 Oct 2017 12:50:57 +0000 (12:50 +0000)]
Gracefully handle short-measure issue (Closes #3845)

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

7 years agoAdd -lm to liblwgeom link line
Sandro Santilli [Mon, 2 Oct 2017 06:20:26 +0000 (06:20 +0000)]
Add -lm to liblwgeom link line

References #3869 for 2.3 branch

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

7 years agoFix yaml syntax in drone config
Sandro Santilli [Sat, 30 Sep 2017 17:46:23 +0000 (17:46 +0000)]
Fix yaml syntax in drone config

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

7 years agoTWKB news item (References #3866)
Paul Ramsey [Tue, 26 Sep 2017 19:48:12 +0000 (19:48 +0000)]
TWKB news item (References #3866)

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

7 years agoincrease possible size of varint
Nicklas Avén [Tue, 26 Sep 2017 19:10:50 +0000 (19:10 +0000)]
increase possible size of varint

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

7 years agoTriangles un-closed in M should be WKT parseable (Closes #3818)
Paul Ramsey [Tue, 26 Sep 2017 17:04:17 +0000 (17:04 +0000)]
Triangles un-closed in M should be WKT parseable (Closes #3818)

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

7 years agoNot-quite curved CurvePolygon rejected by ST_Contains (Closes #3781)
Paul Ramsey [Mon, 25 Sep 2017 13:39:20 +0000 (13:39 +0000)]
Not-quite curved CurvePolygon rejected by ST_Contains (Closes #3781)

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

7 years agoST_ConcaveHull fix for ExteriorRing is not a polygon
Regina Obe [Wed, 20 Sep 2017 00:19:16 +0000 (00:19 +0000)]
ST_ConcaveHull fix for ExteriorRing is not a polygon
References #2836 for PostGIS 2.3.4

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

7 years agoNews item (references #3731)
Paul Ramsey [Mon, 18 Sep 2017 21:59:09 +0000 (21:59 +0000)]
News item (references #3731)

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

7 years agoAdded NEWS entry (references #3774)
Paul Ramsey [Mon, 18 Sep 2017 14:46:44 +0000 (14:46 +0000)]
Added NEWS entry (references #3774)

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

7 years agoTrig length calculation for compoundcurve in 2.3 branch (references #3774)
Paul Ramsey [Mon, 18 Sep 2017 13:27:42 +0000 (13:27 +0000)]
Trig length calculation for compoundcurve in 2.3 branch (references #3774)

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

7 years ago#3731, backend crash on zero size stats histogram
Paul Ramsey [Thu, 14 Sep 2017 22:58:42 +0000 (22:58 +0000)]
#3731, backend crash on zero size stats histogram

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

7 years ago#3847, coverity fixes for 2.3
Paul Ramsey [Thu, 14 Sep 2017 14:01:43 +0000 (14:01 +0000)]
#3847, coverity fixes for 2.3

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

7 years agoFix misplaced section end
Paul Ramsey [Wed, 13 Sep 2017 20:30:38 +0000 (20:30 +0000)]
Fix misplaced section end

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

7 years ago#3249, #2352, document ST_RemoveIsoEdge
Paul Ramsey [Wed, 13 Sep 2017 20:21:20 +0000 (20:21 +0000)]
#3249, #2352, document ST_RemoveIsoEdge

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

7 years agoLight PgSQL 11 support so I can compile and test bug fixes
Paul Ramsey [Wed, 13 Sep 2017 13:14:19 +0000 (13:14 +0000)]
Light PgSQL 11 support so I can compile and test bug fixes

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

7 years ago[drone] Extract upgrade target version dynamically
Sandro Santilli [Mon, 11 Sep 2017 16:38:10 +0000 (16:38 +0000)]
[drone] Extract upgrade target version dynamically

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

7 years agoinitialize state->num_fields and state->pgfieldtypes so doesn't cause intermittent...
Regina Obe [Mon, 11 Sep 2017 15:50:06 +0000 (15:50 +0000)]
initialize state->num_fields and state->pgfieldtypes so doesn't cause intermittent crashes on windows
Closes #3839 for PostGIS 2.3.4

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

7 years agoalways enable loader cunit tests
Regina Obe [Mon, 11 Sep 2017 15:16:01 +0000 (15:16 +0000)]
always enable loader cunit tests
References #3839

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

7 years agofix field typo in reverse_geocoder
Regina Obe [Thu, 7 Sep 2017 05:51:03 +0000 (05:51 +0000)]
fix field typo in reverse_geocoder
Closes #3833 for PostGIS 2.3.4

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

7 years agoRevert "Rework PGSQL_VERSION again so to use 2-digits minor from 10 onward"
Sandro Santilli [Tue, 5 Sep 2017 21:25:01 +0000 (21:25 +0000)]
Revert "Rework PGSQL_VERSION again so to use 2-digits minor from 10 onward"

This reverts commit r15631

For information about PostgreSQL versioning changes, see
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=69dc5ae408f68c302029a6b43912a2cc16b1256c

Ref #3614

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

7 years agoAdd item about PostgreSQL 10 support
Sandro Santilli [Tue, 5 Sep 2017 20:50:46 +0000 (20:50 +0000)]
Add item about PostgreSQL 10 support

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

7 years agoRework PGSQL_VERSION again so to use 2-digits minor from 10 onward
Sandro Santilli [Tue, 5 Sep 2017 20:50:39 +0000 (20:50 +0000)]
Rework PGSQL_VERSION again so to use 2-digits minor from 10 onward

See #3614 (for 2.3 branch)

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

7 years agoSupport PgSQL 10 on PostGIS 2.3
Paul Ramsey [Tue, 5 Sep 2017 20:37:59 +0000 (20:37 +0000)]
Support PgSQL 10 on PostGIS 2.3

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

7 years ago#3829 Segfault in LWGEOM2GEOS
Paul Ramsey [Tue, 5 Sep 2017 16:58:11 +0000 (16:58 +0000)]
#3829 Segfault in LWGEOM2GEOS

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

7 years ago#3499, Clarify distance units in docs for ST_ClusterWithin
Daniel Baston [Mon, 4 Sep 2017 00:06:56 +0000 (00:06 +0000)]
#3499, Clarify distance units in docs for ST_ClusterWithin

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

7 years agoNote that ST_Intersection drops M
Regina Obe [Fri, 1 Sep 2017 14:00:22 +0000 (14:00 +0000)]
Note that ST_Intersection drops M
Closes #3826 for PostGIS 2.3.4

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

7 years agofix issues with loading tabblock, incorporate changes from Jeffrey Wescott
Regina Obe [Thu, 24 Aug 2017 18:05:47 +0000 (18:05 +0000)]
fix issues with loading tabblock, incorporate changes from Jeffrey Wescott
change url to new census ssl one
update docs to describe how to load bg, tract, tabblock tables
Closes #3698 for PostGIS 2.3.4
Closes #3816 for PostGIS 2.3.4

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

7 years agodelete no longer used
Regina Obe [Thu, 24 Aug 2017 03:00:07 +0000 (03:00 +0000)]
delete no longer used

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

7 years agoAdd reference to ST_HausdorffDistance to ST_Distance function.
Regina Obe [Sun, 20 Aug 2017 06:31:31 +0000 (06:31 +0000)]
Add reference to ST_HausdorffDistance to ST_Distance function.
per Gary Turner https://lists.osgeo.org/pipermail/postgis-users/2017-August/042322.html

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

7 years agoReverse geocoder missing street suffix direction.
Regina Obe [Fri, 18 Aug 2017 04:02:00 +0000 (04:02 +0000)]
Reverse geocoder missing street suffix direction.
Closes #3806 for PostGIS 2.3.4

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

7 years agoFix travis build by changing permissions of home folder
Regina Obe [Thu, 10 Aug 2017 09:36:25 +0000 (09:36 +0000)]
Fix travis build by changing permissions of home folder
upgrade to test on 9.5
References #3803 for PostGIS 2.3.4
Closes https://github.com/postgis/postgis/pull/134

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

7 years agodoc Patch from Even Rouault
Regina Obe [Tue, 8 Aug 2017 23:48:01 +0000 (23:48 +0000)]
doc Patch from Even Rouault
Closes #3804 for PostGIS 2.3.4

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

7 years agoRequest crlf for .bat files
Sandro Santilli [Tue, 8 Aug 2017 15:36:37 +0000 (15:36 +0000)]
Request crlf for .bat files

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

7 years agoClarify description of ST_Snap that it is the newly snapped input geometry and will...
Regina Obe [Sat, 5 Aug 2017 11:16:49 +0000 (11:16 +0000)]
Clarify description of ST_Snap that it is the newly snapped input geometry and will return input geometry unchanged if no snapping.

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

7 years agorevert last change seems other things I borught over from 2.4 where are unrelated...
Regina Obe [Fri, 4 Aug 2017 23:02:43 +0000 (23:02 +0000)]
revert last change seems other things I borught over from 2.4 where are unrelated to #3800

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

7 years agoFix email addresses and credit stuff. shp2pgsql-gui Add support for exporting materi...
Regina Obe [Fri, 4 Aug 2017 22:49:07 +0000 (22:49 +0000)]
Fix email addresses and credit stuff.  shp2pgsql-gui Add support for exporting materialized views, foreign tables, and partitioned tables
Closes #3800 for PostGIS 2.3.4

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

7 years agoMark 3D functions and some other missed functions as parallel safe.
Regina Obe [Fri, 28 Jul 2017 04:09:54 +0000 (04:09 +0000)]
Mark 3D functions and some other missed functions as parallel safe.
Closes #3792 for PostGIS 2.3.4

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

7 years agoSolaris build issues due to missing isfinite define
Regina Obe [Thu, 27 Jul 2017 19:27:05 +0000 (19:27 +0000)]
Solaris build issues due to missing isfinite define
Patch from Julian Schauder
Closes #3795 for PostGIS 2.3.4

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

7 years agoOSS-Fuzz detected issues with ptarray
Regina Obe [Thu, 20 Jul 2017 22:34:53 +0000 (22:34 +0000)]
OSS-Fuzz detected issues with ptarray
References #3786 for PostGIS 2.3 (for 2.3.4)

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

7 years agoFix buffer overflow and use of uninitialized values
Sandro Santilli [Mon, 10 Jul 2017 18:00:49 +0000 (18:00 +0000)]
Fix buffer overflow and use of uninitialized values

Closes #3101 for 2.3 branch

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

7 years agoMemory leak in lwline_from_wkb_state
Regina Obe [Sun, 9 Jul 2017 14:35:20 +0000 (14:35 +0000)]
Memory leak in lwline_from_wkb_state
Closes #3782 for PostGIS 2.3.4
Patch provided by Even Rouault

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

7 years agomissing copying libintl-8.dll needed for the VC++ 32-bit builds for postgis-gui
Regina Obe [Thu, 6 Jul 2017 20:41:38 +0000 (20:41 +0000)]
missing copying libintl-8.dll needed for the VC++ 32-bit builds for postgis-gui

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

7 years agobump to 2.3.4dev
Regina Obe [Sat, 1 Jul 2017 06:49:42 +0000 (06:49 +0000)]
bump to 2.3.4dev

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

7 years agoupdate version numbers, NEWS, release notes in prep for PostGIS 2.3.3 release
Regina Obe [Sat, 1 Jul 2017 04:15:58 +0000 (04:15 +0000)]
update version numbers, NEWS, release notes in prep for PostGIS 2.3.3 release

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

7 years agoupdate ChangeLog in prep for PostGIS 2.3.3 release
Regina Obe [Sat, 1 Jul 2017 03:22:13 +0000 (03:22 +0000)]
update ChangeLog in prep for PostGIS 2.3.3 release

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

7 years agoBring performance tips section up to newer versions
Regina Obe [Fri, 30 Jun 2017 20:43:48 +0000 (20:43 +0000)]
Bring performance tips section up to newer versions
Closes #3746 for PostGIS 2.3 (branch)

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

7 years agotry to fix travis gdal related build error
Regina Obe [Sat, 24 Jun 2017 06:18:36 +0000 (06:18 +0000)]
try to fix travis gdal related build error

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

7 years agofix typo
Regina Obe [Sat, 24 Jun 2017 05:36:53 +0000 (05:36 +0000)]
fix typo

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

7 years agoSpecify highest version of PostgreSQL supported.
Regina Obe [Sat, 24 Jun 2017 05:36:22 +0000 (05:36 +0000)]
Specify highest version of PostgreSQL supported.
References #3762 for PostGIS 2.3.3

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

7 years agochange doco for Geocode_Intersection to agree with function definition.
Regina Obe [Sat, 24 Jun 2017 05:31:35 +0000 (05:31 +0000)]
change doco for Geocode_Intersection to agree with function definition.
Closes #3717 for PostGIS 2.3.3

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

7 years agoChange ST_Clip from Error to Notice when ST_Clip can compute no band
Regina Obe [Sat, 24 Jun 2017 04:58:24 +0000 (04:58 +0000)]
Change ST_Clip from Error to Notice when ST_Clip can compute no band
Closest #3730 for PostGIS 2.3.3

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

7 years agoUpdate 3D example and put a note about function may return the same geometry.
Regina Obe [Sat, 24 Jun 2017 04:33:02 +0000 (04:33 +0000)]
Update 3D example and put a note about function may return the same geometry.
References #3702 for PostGIS 2.4 (trunk)

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

7 years agoIncrease LIMIT clause on tests so can more readily catch issues like #3704.
Regina Obe [Sat, 24 Jun 2017 04:06:19 +0000 (04:06 +0000)]
Increase LIMIT clause on tests so can more readily catch issues like #3704.

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

7 years agoFix lwgeom_cmp return code
Sandro Santilli [Fri, 23 Jun 2017 22:57:38 +0000 (22:57 +0000)]
Fix lwgeom_cmp return code

Closes #3777 once again (for 2.3 branch)

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

7 years agoFix compiler warnings about printf-like formats
Sandro Santilli [Fri, 23 Jun 2017 15:07:50 +0000 (15:07 +0000)]
Fix compiler warnings about printf-like formats

This was already fixed in trunk

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

7 years agoFix handling of EMPTY geometries in btree operator
Sandro Santilli [Fri, 23 Jun 2017 14:58:58 +0000 (14:58 +0000)]
Fix handling of EMPTY geometries in btree operator

Includes regress test

Closes #3777 for 2.3 branch

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

7 years agoST_AsX3D handle empty geometries
Regina Obe [Fri, 23 Jun 2017 06:15:04 +0000 (06:15 +0000)]
ST_AsX3D handle empty geometries
Closes #3704 for PostGIS 2.3.3

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

7 years agoBackport test sql script missed in last commit
Regina Obe [Fri, 23 Jun 2017 05:55:55 +0000 (05:55 +0000)]
Backport test sql script missed in last commit
References #3682 for 2.3.3
References #3701 for 2.3.3

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

7 years agoBackport fixes for pgsql2shp for Boolean field length and quote escaping
Regina Obe [Fri, 23 Jun 2017 05:19:48 +0000 (05:19 +0000)]
Backport fixes for pgsql2shp for Boolean field length and quote escaping
Includes tests for both
Closes #3682
Closes #3701

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

7 years agoAvoid ever-growing postgis extension upgrade scripts
Sandro Santilli [Mon, 19 Jun 2017 20:37:07 +0000 (20:37 +0000)]
Avoid ever-growing postgis extension upgrade scripts

Fixes #3775 for 2.3 branch

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