]> granicus.if.org Git - postgis/log
postgis
7 years agoST_AsMVTGeom buffer default changed from 0 to 256
Björn Harrtell [Sun, 10 Sep 2017 12:01:56 +0000 (12:01 +0000)]
ST_AsMVTGeom buffer default changed from 0 to 256

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

7 years agoST_AsGeobuf attempts to handle type sizes better
Björn Harrtell [Sun, 10 Sep 2017 11:57:19 +0000 (11:57 +0000)]
ST_AsGeobuf attempts to handle type sizes better
Related to #3840

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

7 years agoFix colmap dbf logic (should be i++ and not ++i). Also check if map != NULL before...
Regina Obe [Sun, 10 Sep 2017 02:22:40 +0000 (02:22 +0000)]
Fix colmap dbf logic (should be i++ and not ++i). Also check if map != NULL before attempting size check.
References PostGIS 2.4.0 for #3839

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

7 years agochange GEOS warning message to reflect the fact that while some functionality will...
Regina Obe [Sun, 10 Sep 2017 01:52:23 +0000 (01:52 +0000)]
change GEOS warning message to reflect the fact that while some functionality will be disabled for < 3.7.0. GEOS 3.7.0 probably won't be out before we release, so next best if one needs a stable tagged version is to use GEOS 3.6

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

7 years agoST_AsMVT fix doc example output
Björn Harrtell [Sat, 9 Sep 2017 08:54:15 +0000 (08:54 +0000)]
ST_AsMVT fix doc example output

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

7 years agoST_AsMVT and ST_AsGeobuf doc fixes and improvements
Björn Harrtell [Sat, 9 Sep 2017 08:38:58 +0000 (08:38 +0000)]
ST_AsMVT and ST_AsGeobuf doc fixes and improvements

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

7 years agoDo not call getPointxx_p on empty or null pointarray
Sandro Santilli [Fri, 8 Sep 2017 21:46:17 +0000 (21:46 +0000)]
Do not call getPointxx_p on empty or null pointarray

Add more 0 returns on error

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

7 years agoStyle only: remove trailing blanks
Sandro Santilli [Fri, 8 Sep 2017 21:46:10 +0000 (21:46 +0000)]
Style only: remove trailing blanks

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

7 years agoAllow paranoia to be globally defined
Paul Ramsey [Fri, 8 Sep 2017 21:34:54 +0000 (21:34 +0000)]
Allow paranoia to be globally defined

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

7 years agoRemove PARANOIA blocks from lwgeom_api.c entirely
Paul Ramsey [Fri, 8 Sep 2017 21:34:35 +0000 (21:34 +0000)]
Remove PARANOIA blocks from lwgeom_api.c entirely

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

7 years agoChange all PARANOIA blocks to throw errors instead of
Paul Ramsey [Fri, 8 Sep 2017 21:09:53 +0000 (21:09 +0000)]
Change all PARANOIA blocks to throw errors instead of
quietly changing return values

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

7 years agoFix commenting of anyelement aggregates (will make more generic at a later time).
Regina Obe [Fri, 8 Sep 2017 20:48:38 +0000 (20:48 +0000)]
Fix commenting of anyelement aggregates (will make more generic at a later time).

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

7 years agoST_AsMVT/ST_AsMVTGeom/ST_AsGeobuf final signature revision
Björn Harrtell [Fri, 8 Sep 2017 20:25:28 +0000 (20:25 +0000)]
ST_AsMVT/ST_AsMVTGeom/ST_AsGeobuf final signature revision

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

7 years agoAdd paranoia back to lwgeom_api.c, as some code
Paul Ramsey [Fri, 8 Sep 2017 20:09:11 +0000 (20:09 +0000)]
Add paranoia back to lwgeom_api.c, as some code
apparently has expectation of that behavior...

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

7 years agoQuiet build noise in raster
Paul Ramsey [Fri, 8 Sep 2017 19:56:19 +0000 (19:56 +0000)]
Quiet build noise in raster

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

7 years ago#3837, --enable-debug to set PARANOIA level
Paul Ramsey [Fri, 8 Sep 2017 19:20:46 +0000 (19:20 +0000)]
#3837, --enable-debug to set PARANOIA level

This required some re-working of the protobuf sections,
for reasons that aren't clear. However, hopefully that
re-working will also fix things for others. Basically,
the pkg-config portions seemed to only work by accident
for the folks who wrote them initially, so they are
improved, and the use of --without is more strongly
enforced in the conditional blocks

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

7 years ago#3873, st_geohash drops a char for some non-point features,
Paul Ramsey [Fri, 8 Sep 2017 13:04:38 +0000 (13:04 +0000)]
#3873, st_geohash drops a char for some non-point features,
due to a difference between the calculation of the correct
amount of precision to return and the calculation of the
effective geohash bounds of a feature

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

7 years agoAdd in missing news items.
Regina Obe [Fri, 8 Sep 2017 03:48:45 +0000 (03:48 +0000)]
Add in missing news items.

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

7 years agoReplace deep cloning with direct return of pointarrays
Paul Ramsey [Thu, 7 Sep 2017 18:58:03 +0000 (18:58 +0000)]
Replace deep cloning with direct return of pointarrays
constructed in GML parsing

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

7 years agoPer PR#139, change return count slightly in case of max recursion
Paul Ramsey [Thu, 7 Sep 2017 18:34:12 +0000 (18:34 +0000)]
Per PR#139, change return count slightly in case of max recursion

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

7 years agoAdd svn ignores for new build artifacts
Paul Ramsey [Thu, 7 Sep 2017 18:24:46 +0000 (18:24 +0000)]
Add svn ignores for new build artifacts

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

7 years agoPlace type decls at the top of code blocks per old
Paul Ramsey [Thu, 7 Sep 2017 17:16:33 +0000 (17:16 +0000)]
Place type decls at the top of code blocks per old
C standards

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

7 years agoRemove use of lwerror in postgis/ directory, replace
Paul Ramsey [Thu, 7 Sep 2017 13:40:42 +0000 (13:40 +0000)]
Remove use of lwerror in postgis/ directory, replace
with PgSQL elog() calls instead.

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

7 years agoRemove type warning
Paul Ramsey [Thu, 7 Sep 2017 13:00:13 +0000 (13:00 +0000)]
Remove type warning

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

7 years ago#3184, blink fix for PgSQL 11 compile issues on protobuf, will test shortly
Paul Ramsey [Thu, 7 Sep 2017 12:36:23 +0000 (12:36 +0000)]
#3184, blink fix for PgSQL 11 compile issues on protobuf, will test shortly

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

7 years ago#3662, write all notice/debug messages to stderr by default
Paul Ramsey [Thu, 7 Sep 2017 12:23:13 +0000 (12:23 +0000)]
#3662, write all notice/debug messages to stderr by default

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

7 years agoUpdate pt, pl, ko pos
Regina Obe [Thu, 7 Sep 2017 07:37:45 +0000 (07:37 +0000)]
Update pt, pl, ko pos

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

7 years agoupdate ja pos
Regina Obe [Thu, 7 Sep 2017 07:34:33 +0000 (07:34 +0000)]
update ja pos

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

7 years agoupdate it pos
Regina Obe [Thu, 7 Sep 2017 07:33:40 +0000 (07:33 +0000)]
update it pos

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

7 years agoupdated po for fr
Regina Obe [Thu, 7 Sep 2017 07:31:06 +0000 (07:31 +0000)]
updated po for fr

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

7 years agoupdated po for German
Regina Obe [Thu, 7 Sep 2017 07:30:07 +0000 (07:30 +0000)]
updated po for German

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

7 years agoupdate pots
Regina Obe [Thu, 7 Sep 2017 07:24:23 +0000 (07:24 +0000)]
update pots

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

7 years agofix field typo in reverse_geocoder
Regina Obe [Wed, 6 Sep 2017 22:32:16 +0000 (22:32 +0000)]
fix field typo in reverse_geocoder
References #3833 for PostGIS 2.4.0

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

7 years ago#3246, comment in code on the memory behavior of lwcollection_extract()
Paul Ramsey [Wed, 6 Sep 2017 21:00:51 +0000 (21:00 +0000)]
#3246, comment in code on the memory behavior of lwcollection_extract()

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

7 years ago#3606, CGAL/SFCGAL/PostGIS License Implications Clarification Documentation
Paul Ramsey [Wed, 6 Sep 2017 20:14:06 +0000 (20:14 +0000)]
#3606, CGAL/SFCGAL/PostGIS License Implications Clarification Documentation

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

7 years ago#3834 PostgreSQL 11 support started, will be more of these as dev continues, for...
Paul Ramsey [Wed, 6 Sep 2017 19:57:24 +0000 (19:57 +0000)]
#3834 PostgreSQL 11 support started, will be more of these as dev continues, for sure

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

7 years ago#3405 Memory leak in lwgeom_to_points
Paul Ramsey [Wed, 6 Sep 2017 18:29:41 +0000 (18:29 +0000)]
#3405 Memory leak in lwgeom_to_points

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

7 years ago#3832, support wide integer fields as int8
Paul Ramsey [Wed, 6 Sep 2017 17:52:49 +0000 (17:52 +0000)]
#3832, support wide integer fields as int8

Since the previous behaviour was to turn them into numerics,
this shouldn't cause any outrageous problems. People
with over-wide fields will still want to use the
"force integer" flag to convert their values down
to int4

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

7 years ago#3828, change strnicmp to strncasecmp for a more "modern" standard call
Paul Ramsey [Wed, 6 Sep 2017 16:29:48 +0000 (16:29 +0000)]
#3828, change strnicmp to strncasecmp for a more "modern" standard call

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

7 years ago#3670, Tolerance silently ignored in ST_RemoveRepeatedPoint for multipoint
Paul Ramsey [Wed, 6 Sep 2017 16:20:19 +0000 (16:20 +0000)]
#3670, Tolerance silently ignored in ST_RemoveRepeatedPoint for multipoint

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

7 years agoaddress_standardizer fix initialization from incompatible pointer type for PostgreSQL...
Regina Obe [Wed, 6 Sep 2017 05:39:59 +0000 (05:39 +0000)]
address_standardizer fix initialization from incompatible pointer type for PostgreSQL >= 9.6
Closes #3830

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

7 years agoRevert rework of PGSQL_VERSION extraction for PostgreSQL 10+
Sandro Santilli [Tue, 5 Sep 2017 21:23:18 +0000 (21:23 +0000)]
Revert rework of PGSQL_VERSION extraction for PostgreSQL 10+

Reverts r15633 and r15629

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/trunk@15634 b70326c6-7e19-0410-871a-916f4a2858ee

7 years agoAdd support for 4-digits PostgreSQL (10+) in _postgis_pgsql_version
Sandro Santilli [Tue, 5 Sep 2017 21:11:57 +0000 (21:11 +0000)]
Add support for 4-digits PostgreSQL (10+) in _postgis_pgsql_version

git-svn-id: http://svn.osgeo.org/postgis/trunk@15633 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:33:24 +0000 (20:33 +0000)]
Rework PGSQL_VERSION again so to use 2-digits minor from 10 onward

See #3614

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

7 years agofix regex check of _postgis_pgsql_version() to correctly detect postgresql 10+ versi...
Regina Obe [Tue, 5 Sep 2017 19:47:36 +0000 (19:47 +0000)]
fix regex check of  _postgis_pgsql_version() to correctly detect postgresql 10+ version number

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

7 years agoEnsure direction neutrality in symmetric arc linearization
Sandro Santilli [Tue, 5 Sep 2017 09:37:56 +0000 (09:37 +0000)]
Ensure direction neutrality in symmetric arc linearization

Includes test.
This is a followup to #3772

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

7 years agoFix memory leak in unit test
Daniel Baston [Mon, 4 Sep 2017 17:55:05 +0000 (17:55 +0000)]
Fix memory leak in unit test

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

7 years ago#3829, Crash in LWGEOM2GEOS
Daniel Baston [Mon, 4 Sep 2017 17:42:11 +0000 (17:42 +0000)]
#3829, Crash in LWGEOM2GEOS

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

7 years ago#3578, Fix null return for ST_NumInteriorRings on empty polygon
Daniel Baston [Mon, 4 Sep 2017 00:37:56 +0000 (00:37 +0000)]
#3578, Fix null return for ST_NumInteriorRings on empty polygon

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

7 years ago#3499, Clarify distance units in docs for ST_ClusterWithin
Daniel Baston [Sun, 3 Sep 2017 23:58:09 +0000 (23:58 +0000)]
#3499, Clarify distance units in docs for ST_ClusterWithin

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

7 years agoFix compiler warnings in CUnit test
Daniel Baston [Sun, 3 Sep 2017 23:38:36 +0000 (23:38 +0000)]
Fix compiler warnings in CUnit test

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

7 years agoflip version number back to 2.4.0dev
Regina Obe [Sat, 2 Sep 2017 16:38:35 +0000 (16:38 +0000)]
flip version number back to 2.4.0dev

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

7 years agoPrep for PostGIS 2.4.0beta1 release before tagging
Regina Obe [Sat, 2 Sep 2017 12:31:48 +0000 (12:31 +0000)]
Prep for PostGIS 2.4.0beta1 release before tagging

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

7 years agoNote that ST_Intersection drops M
Regina Obe [Fri, 1 Sep 2017 13:58:46 +0000 (13:58 +0000)]
Note that ST_Intersection drops M
References #3826 for PostGIS 2.4.0

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

7 years agoFix typo in formula for ST_MakeEmptyCoverage flagged by Andreas Schild
Regina Obe [Fri, 1 Sep 2017 05:43:19 +0000 (05:43 +0000)]
Fix typo in formula for ST_MakeEmptyCoverage flagged by Andreas Schild
References #3824
Update out of date pots

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

7 years agoDon't drop st_union when updating postgis extension to 2.4
Regina Obe [Wed, 30 Aug 2017 00:25:02 +0000 (00:25 +0000)]
Don't drop st_union when updating postgis extension to 2.4
Closes #3821 for PostGIS 2.4.0

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

7 years agoST_AsMVTGeom fix unintentional white space change
Björn Harrtell [Tue, 29 Aug 2017 19:50:38 +0000 (19:50 +0000)]
ST_AsMVTGeom fix unintentional white space change

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

7 years agoST_AsMVTGeom only attempt to correct Polygons (other types should be fine)
Björn Harrtell [Tue, 29 Aug 2017 19:43:43 +0000 (19:43 +0000)]
ST_AsMVTGeom only attempt to correct Polygons (other types should be fine)

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

7 years agoST_AsGeom optimize POINT case
Björn Harrtell [Tue, 29 Aug 2017 19:09:43 +0000 (19:09 +0000)]
ST_AsGeom optimize POINT case

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

7 years agoST_AsMVTGeom move normalize to test logic
Björn Harrtell [Tue, 29 Aug 2017 16:58:29 +0000 (16:58 +0000)]
ST_AsMVTGeom move normalize to test logic
Closes #3819

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

7 years agoMake postgis_pgsql version functions "internal"
Sandro Santilli [Tue, 29 Aug 2017 07:27:53 +0000 (07:27 +0000)]
Make postgis_pgsql version functions "internal"

... they are really only meant to be used by postgis_full_version()

Closes #3822 again (as internal functions don't need documentation)

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

7 years agoAlways show PGSQL version scripts were built against
Sandro Santilli [Tue, 29 Aug 2017 07:27:47 +0000 (07:27 +0000)]
Always show PGSQL version scripts were built against

also add a missing NEWS item

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

7 years agoAdd check for PostgreSQL version compatibility in postgis_full_version
Sandro Santilli [Mon, 28 Aug 2017 20:29:14 +0000 (20:29 +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

Fixes #3822 (untested)

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

7 years agonote that the drop and recreate of views is a breaking change
Regina Obe [Mon, 28 Aug 2017 15:20:06 +0000 (15:20 +0000)]
note that the drop and recreate of views is a breaking change
References #3821

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

7 years agoMinor correction to NEWS for #524
Regina Obe [Mon, 28 Aug 2017 02:13:57 +0000 (02:13 +0000)]
Minor correction to NEWS for #524
point on point is not new

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

7 years agoCovers support for Polygon-on-polygon, line on line, point on line, point on point...
Regina Obe [Mon, 28 Aug 2017 01:53:32 +0000 (01:53 +0000)]
Covers support for Polygon-on-polygon, line on line, point on line, point on point for geography
Patch from Danny Götte
Closes #524

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

7 years agoAllow signed distance for ST_Project (Darafei Praliaskouski)
Regina Obe [Sun, 27 Aug 2017 15:17:39 +0000 (15:17 +0000)]
Allow signed distance for ST_Project (Darafei Praliaskouski)
Closes https://github.com/postgis/postgis/pull/138
Closes #3709

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

7 years agoUpdate to EPSG registry v9
Regina Obe [Sun, 27 Aug 2017 07:02:10 +0000 (07:02 +0000)]
Update to EPSG registry v9
Closes #3684

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

7 years agoST_GeneratePoints check to use ST_Intersects instead of ST_Contains
Regina Obe [Sun, 27 Aug 2017 06:51:30 +0000 (06:51 +0000)]
ST_GeneratePoints check to use ST_Intersects instead of ST_Contains
Minimize failures when point falls on the boundary.
Closes #3765 for PostGIS 2.4.0

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

7 years agoCorrections from ruvyn
Regina Obe [Sun, 27 Aug 2017 06:32:16 +0000 (06:32 +0000)]
Corrections from ruvyn
Closes #3592 for PostGIS 2.4.0

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

7 years agodocument postgis_liblwgeom_version
Regina Obe [Sun, 27 Aug 2017 06:02:19 +0000 (06:02 +0000)]
document postgis_liblwgeom_version
Closes #3310

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

7 years agoUpdate matrix link to plumbed room
Sandro Santilli [Fri, 25 Aug 2017 21:54:15 +0000 (21:54 +0000)]
Update matrix link to plumbed room

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

7 years agoST_AsMVTGeom fix regression tests
Björn Harrtell [Fri, 25 Aug 2017 21:40:17 +0000 (21:40 +0000)]
ST_AsMVTGeom fix regression tests
References #3819

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

7 years agoST_AsMVTGeom keep the last step normalize for platform consistency
Björn Harrtell [Fri, 25 Aug 2017 21:34:47 +0000 (21:34 +0000)]
ST_AsMVTGeom keep the last step normalize for platform consistency
References #3819

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

7 years agoST_AsMVTGeom only force CW for polys and do not normalize
Björn Harrtell [Fri, 25 Aug 2017 21:27:31 +0000 (21:27 +0000)]
ST_AsMVTGeom only force CW for polys and do not normalize
Closes #3819

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

7 years agoupdate German po with merge from transifex
Regina Obe [Fri, 25 Aug 2017 06:10:37 +0000 (06:10 +0000)]
update German po with merge from transifex

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

7 years agoUpdate pt_BR po from transifex
Regina Obe [Fri, 25 Aug 2017 06:07:47 +0000 (06:07 +0000)]
Update pt_BR po from transifex

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

7 years agoupdate from transifex Korean docs
Regina Obe [Fri, 25 Aug 2017 05:52:06 +0000 (05:52 +0000)]
update from transifex Korean docs

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

7 years agoupdate pots, update japan translation from transifex (fixed parse issue in japan...
Regina Obe [Fri, 25 Aug 2017 05:44:20 +0000 (05:44 +0000)]
update pots, update japan translation from transifex (fixed parse issue in japan reference_raster.xml.po)

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

7 years agoupdate instructions on where to get postgis tiger extension files if not present...
Regina Obe [Thu, 24 Aug 2017 16:53:15 +0000 (16:53 +0000)]
update instructions on where to get postgis tiger extension files if not present in install or need newer.

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

7 years agoFix uninitialized last_old_id
Regina Obe [Thu, 24 Aug 2017 14:52:00 +0000 (14:52 +0000)]
Fix uninitialized last_old_id
Closes #3817

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

7 years agoRemove hard-coded object last update info
Sandro Santilli [Thu, 24 Aug 2017 08:58:58 +0000 (08:58 +0000)]
Remove hard-coded object last update info

Make lack of last update info in sql file a fatal error.
Makes the script more generic (could probably be reused by
any extension)

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

7 years agoRemove accidentally committed debug line
Sandro Santilli [Thu, 24 Aug 2017 08:45:03 +0000 (08:45 +0000)]
Remove accidentally committed debug line

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

7 years agoFix census tabblock download and document process for including it.
Regina Obe [Thu, 24 Aug 2017 03:56:41 +0000 (03:56 +0000)]
Fix census tabblock download and document process for including it.
Reference #3698 for PostGIS 2.4.0
Change site of census
Reference #3816 for PostGIS 2.4.0

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

7 years agoRevise comment format of some aggregates so that postgis upgrade script generator...
Regina Obe [Wed, 23 Aug 2017 23:56:33 +0000 (23:56 +0000)]
Revise comment format of some aggregates so that postgis upgrade script generator picks them up
Closes #3812

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

7 years agoRevert changes done for gitlab upgrade
Regina Obe [Wed, 23 Aug 2017 17:17:30 +0000 (17:17 +0000)]
Revert changes done for gitlab upgrade
References #3813

Make GEOS 3.4 the new minimum
Closes #3810

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

7 years agoattempt 5
Regina Obe [Wed, 23 Aug 2017 16:54:16 +0000 (16:54 +0000)]
attempt 5
references Try to upgrade gitlab to newer PostgreSQL / GEOS (add install software-properties-common )
References #3813

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

7 years agoattempt 4
Regina Obe [Wed, 23 Aug 2017 16:49:35 +0000 (16:49 +0000)]
attempt 4
references Try to upgrade gitlab to newer PostgreSQL / GEOS (add a -y to force install of apt repo tools)
References #3813

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

7 years agoattempt 3
Regina Obe [Wed, 23 Aug 2017 16:43:50 +0000 (16:43 +0000)]
attempt 3
references Try to upgrade gitlab to newer PostgreSQL / GEOS (install add repo tools)
References #3813

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

7 years agoTry to upgrade gitlab to newer PostgreSQL / GEOS (get rid of sudo)
Regina Obe [Wed, 23 Aug 2017 16:31:55 +0000 (16:31 +0000)]
Try to upgrade gitlab to newer PostgreSQL / GEOS (get rid of sudo)
References #3813

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

7 years agoTry to upgrade gitlab to newer PostgreSQL and GEOS using alternative repo.
Regina Obe [Wed, 23 Aug 2017 16:27:44 +0000 (16:27 +0000)]
Try to upgrade gitlab to newer PostgreSQL and GEOS using alternative repo.
References #3813

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

7 years agoReduce likeliness of non-noded intersections when using ST_Node
Regina Obe [Wed, 23 Aug 2017 16:16:40 +0000 (16:16 +0000)]
Reduce likeliness of non-noded intersections when using ST_Node
Patch contributed by Wouter Geraedts (with minor adjustments to the doc)
Closes #3647
Closes ​https://github.com/postgis/postgis/pull/136

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

7 years agoremove obsolete file the functions in this file are included in tiger_loader_2016...
Regina Obe [Wed, 23 Aug 2017 03:55:54 +0000 (03:55 +0000)]
remove obsolete file the functions in this file are included in tiger_loader_2016.sql already

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

7 years agoMake GEOS 3.5.0 the minimum required
Regina Obe [Tue, 22 Aug 2017 23:13:38 +0000 (23:13 +0000)]
Make GEOS 3.5.0 the minimum required
Closes #3810

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

7 years agoStyle only change: remove spurious blanks
Sandro Santilli [Tue, 22 Aug 2017 23:09:16 +0000 (23:09 +0000)]
Style only change: remove spurious blanks

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

7 years agoupdate to use more efficient lateral syntax
Regina Obe [Tue, 22 Aug 2017 14:43:42 +0000 (14:43 +0000)]
update to use more efficient lateral syntax

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

7 years agoAdd support for curves in lwgeom_reverse/ST_Reverse
Sandro Santilli [Tue, 22 Aug 2017 12:39:14 +0000 (12:39 +0000)]
Add support for curves in lwgeom_reverse/ST_Reverse

Includes tests
Closes #2411

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

7 years ago[style only] remove trailing blanks
Sandro Santilli [Tue, 22 Aug 2017 12:38:59 +0000 (12:38 +0000)]
[style only] remove trailing blanks

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

7 years agoDrop check-installed-upgrades Makefile rule
Sandro Santilli [Mon, 21 Aug 2017 17:15:14 +0000 (17:15 +0000)]
Drop check-installed-upgrades Makefile rule

You can use utils/check_all_upgrades.sh for this

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

7 years agoIn light of fact postgresql according to Stephen Frost is planning to release mid...
Regina Obe [Mon, 21 Aug 2017 03:48:26 +0000 (03:48 +0000)]
In light of fact postgresql according to Stephen Frost is planning to release mid-September,
I've stamped the 09 september in there.
I think we can beat them to release

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