]> granicus.if.org Git - postgis/log
postgis
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

7 years agoST_MakeEmptyCoverage (David Zwarg, ainomieli)
Regina Obe [Mon, 21 Aug 2017 02:06:40 +0000 (02:06 +0000)]
ST_MakeEmptyCoverage (David Zwarg, ainomieli)
Closes #2249 for PostGIS 2.4.0

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

7 years agoUpdate that yes indeed there are martian projectsions and you can even use them with...
Regina Obe [Sun, 20 Aug 2017 14:43:36 +0000 (14:43 +0000)]
Update that yes indeed there are martian projectsions and you can even use them with geography to get measurements in meters instead of degrees.
Closes #3637

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

7 years agoredo of last commit
Regina Obe [Sun, 20 Aug 2017 13:01:48 +0000 (13:01 +0000)]
redo of last commit

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

7 years agoFix typo in last commit for ST_FreschetDistance link
Regina Obe [Sun, 20 Aug 2017 12:35:16 +0000 (12:35 +0000)]
Fix typo in last commit for ST_FreschetDistance link

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

7 years agoAdd reference to ST_HausdorffDistance and ST_FrechetDistance to ST_Distance function.
Regina Obe [Sun, 20 Aug 2017 06:34:48 +0000 (06:34 +0000)]
Add reference to ST_HausdorffDistance and ST_FrechetDistance 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/trunk@15558 b70326c6-7e19-0410-871a-916f4a2858ee

7 years agoRemove note about consecutive points. Not the case when called w/MultiPoints.
Daniel Baston [Sat, 19 Aug 2017 16:39:12 +0000 (16:39 +0000)]
Remove note about consecutive points.  Not the case when called w/MultiPoints.

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

7 years agoClarify docs wrt purpose of ST_RemoveRepeatedPoints
Daniel Baston [Sat, 19 Aug 2017 16:20:30 +0000 (16:20 +0000)]
Clarify docs wrt purpose of ST_RemoveRepeatedPoints

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

7 years agoReverse geocoder missing street suffix direction.
Regina Obe [Fri, 18 Aug 2017 03:53:05 +0000 (03:53 +0000)]
Reverse geocoder missing street suffix direction.
References #3806 for PostGIS 2.4.0

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

7 years agoAdd more debug outputs
Sandro Santilli [Fri, 11 Aug 2017 16:38:20 +0000 (16:38 +0000)]
Add more debug outputs

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

7 years agoEnsure local POSTGIS_DEBUG_LEVEL define is effective, when set
Sandro Santilli [Fri, 11 Aug 2017 07:28:14 +0000 (07:28 +0000)]
Ensure local POSTGIS_DEBUG_LEVEL define is effective, when set

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

7 years agoPatch from Darafei Praliaskouski to include compile with protobuf and sfcgal
Regina Obe [Thu, 10 Aug 2017 21:08:26 +0000 (21:08 +0000)]
Patch from Darafei Praliaskouski to include compile with protobuf and sfcgal
Closes https://github.com/postgis/postgis/pull/130

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

7 years agoupgrade travis to PostgreSQL 9.6
Regina Obe [Thu, 10 Aug 2017 10:29:48 +0000 (10:29 +0000)]
upgrade travis to PostgreSQL 9.6
Closes https://github.com/postgis/postgis/pull/135

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

7 years agochange back to using the default travis ci - trusty from precise
Regina Obe [Thu, 10 Aug 2017 09:55:56 +0000 (09:55 +0000)]
change back to using the default travis ci - trusty from precise
Put in place permissions to fix make check error
Closes #3803 for PostGIS 2.4

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

7 years agoGet rid of CRLF settings on both svnprop and gitattributes. Causing mirroring issues
Regina Obe [Tue, 8 Aug 2017 19:40:04 +0000 (19:40 +0000)]
Get rid of CRLF settings on both svnprop and gitattributes.  Causing mirroring issues

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

7 years agoTypo Converst -> Converts
Sandro Santilli [Tue, 8 Aug 2017 19:08:52 +0000 (19:08 +0000)]
Typo Converst -> Converts

Thanks Andreas Schild (via Transifex)

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

7 years agoDoc patch from Even Rouault
Regina Obe [Tue, 8 Aug 2017 15:23:59 +0000 (15:23 +0000)]
Doc patch from Even Rouault
References #3804 for PostGIS 2.4.0

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

7 years agoadds trailing white space.
Regina Obe [Mon, 7 Aug 2017 21:12:21 +0000 (21:12 +0000)]
adds trailing white space.

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

7 years agoupdate of news items
Regina Obe [Mon, 7 Aug 2017 20:40:47 +0000 (20:40 +0000)]
update of news items

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

7 years agoAdd carriage-returns to line endings
Sandro Santilli [Mon, 7 Aug 2017 20:23:16 +0000 (20:23 +0000)]
Add carriage-returns to line endings

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

7 years agoRequest crlf for .bat files
Sandro Santilli [Mon, 7 Aug 2017 20:23:09 +0000 (20:23 +0000)]
Request crlf for .bat files

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

7 years agoMark all aggregate and window functions as parallel safe, mark more regular functions...
Regina Obe [Mon, 7 Aug 2017 06:32:00 +0000 (06:32 +0000)]
Mark all aggregate and window functions as parallel safe, mark more regular functions parallel safe, schema qualify more missing spots
References #3751 for PostGIS 2.4 (trunk)

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