]>
granicus.if.org Git - postgis/log
Sandro Santilli [Wed, 14 Aug 2019 11:06:20 +0000 (11:06 +0000)]
[check-all-upgrades] Fix handling of bogus commandline
git-svn-id: http://svn.osgeo.org/postgis/trunk@17710
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 14 Aug 2019 11:06:13 +0000 (11:06 +0000)]
Fix syntax error in expr line
Closes #4477
git-svn-id: http://svn.osgeo.org/postgis/trunk@17709
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 13 Aug 2019 20:54:18 +0000 (20:54 +0000)]
Update ST_AsGeoJSON doco to harmonize number of digits default
git-svn-id: http://svn.osgeo.org/postgis/trunk@17708
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 13 Aug 2019 18:00:13 +0000 (18:00 +0000)]
Lower default precision produced by ST_AsGeoJSON
References #4468
git-svn-id: http://svn.osgeo.org/postgis/trunk@17707
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 13 Aug 2019 16:59:20 +0000 (16:59 +0000)]
Geography Distance inconsistent with Intersects
Closes #4480
git-svn-id: http://svn.osgeo.org/postgis/trunk@17706
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 11 Aug 2019 06:24:50 +0000 (06:24 +0000)]
flip to 3.0.0alpha5dev
git-svn-id: http://svn.osgeo.org/postgis/trunk@17703
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 11 Aug 2019 06:15:14 +0000 (06:15 +0000)]
Prep for 3.0.0alpha4 release
git-svn-id: http://svn.osgeo.org/postgis/trunk@17701
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 11 Aug 2019 02:36:53 +0000 (02:36 +0000)]
Add upgrade install paths for address_standardizer
Closese #4420 for PostGIS 3.0 (trunk)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17687
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 9 Aug 2019 23:51:16 +0000 (23:51 +0000)]
Prepping for release tomorrow
git-svn-id: http://svn.osgeo.org/postgis/trunk@17684
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 9 Aug 2019 22:52:55 +0000 (22:52 +0000)]
Put libiconv back evidentally still need that one
References #4474
git-svn-id: http://svn.osgeo.org/postgis/trunk@17683
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 9 Aug 2019 22:50:19 +0000 (22:50 +0000)]
Move protobuf specific ticket lines to mvt test
Closes #4472
git-svn-id: http://svn.osgeo.org/postgis/trunk@17682
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 9 Aug 2019 22:44:58 +0000 (22:44 +0000)]
Try to fix bessie32 Undefined symbol "_ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEj" by getting rid of redundant configure lines that should be pulled in via pkg-config
References #4474 for PostGIS 3.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@17681
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 9 Aug 2019 22:21:12 +0000 (22:21 +0000)]
Try to get berrie to return fail code if regress fails - try 2
git-svn-id: http://svn.osgeo.org/postgis/trunk@17680
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 9 Aug 2019 21:55:25 +0000 (21:55 +0000)]
Try to get berrie to return fail code if regress fails
git-svn-id: http://svn.osgeo.org/postgis/trunk@17679
b70326c6 -7e19-0410-871a-
916f4a2858ee
Darafei Praliaskouski [Tue, 6 Aug 2019 19:15:24 +0000 (19:15 +0000)]
Improve GeoJSON SRID handling.
If SRID is not specified, set it to 4326 by default on parsing, following RFC7946.
If SRID is not 4326 on serialization, it will be marked in JSON unless disabled, making round trips almost lossless.
Fixes spatial_ref_sys truncation in all the tests.
Closes #4377
Closes https://github.com/postgis/postgis/pull/455
git-svn-id: http://svn.osgeo.org/postgis/trunk@17678
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Tue, 6 Aug 2019 15:59:22 +0000 (15:59 +0000)]
lwarc_linearize: Iterate over the number of segments
Closes https://github.com/postgis/postgis/pull/458
Closes #4407
References #3719
git-svn-id: http://svn.osgeo.org/postgis/trunk@17677
b70326c6 -7e19-0410-871a-
916f4a2858ee
Darafei Praliaskouski [Sun, 4 Aug 2019 12:01:32 +0000 (12:01 +0000)]
Link ST_Tesselate to ST_(Constrained)DelaunayTriangles
Closes #4458
git-svn-id: http://svn.osgeo.org/postgis/trunk@17676
b70326c6 -7e19-0410-871a-
916f4a2858ee
Darafei Praliaskouski [Sun, 4 Aug 2019 11:52:29 +0000 (11:52 +0000)]
[doc] Note about mulitlinestring in ST_OffsetCurve
Closes #2553
git-svn-id: http://svn.osgeo.org/postgis/trunk@17675
b70326c6 -7e19-0410-871a-
916f4a2858ee
Darafei Praliaskouski [Sun, 4 Aug 2019 11:43:42 +0000 (11:43 +0000)]
Triangle and TIN output support
Make all the "Unsupported geometry type" name themselves by __func__.
In case output format doesn't know about TIN/Triangle, output them as GeometryCollection/Polygon.
Closes #4399
Closes https://github.com/postgis/postgis/pull/454
git-svn-id: http://svn.osgeo.org/postgis/trunk@17674
b70326c6 -7e19-0410-871a-
916f4a2858ee
Darafei Praliaskouski [Sun, 4 Aug 2019 11:37:34 +0000 (11:37 +0000)]
Better error messages for SRID mismatch.
Closes #4110
Closes https://github.com/postgis/postgis/pull/455
git-svn-id: http://svn.osgeo.org/postgis/trunk@17673
b70326c6 -7e19-0410-871a-
916f4a2858ee
Darafei Praliaskouski [Sun, 4 Aug 2019 07:45:16 +0000 (07:45 +0000)]
ST_GeomFromGeoJSON crash on empty rings
Closes #4470
Closes https://github.com/postgis/postgis/pull/453
git-svn-id: http://svn.osgeo.org/postgis/trunk@17672
b70326c6 -7e19-0410-871a-
916f4a2858ee
Darafei Praliaskouski [Sun, 4 Aug 2019 07:08:37 +0000 (07:08 +0000)]
ST_Subdivide crash on intermediate EMPTY fix.
Closes #4459
Closes https://github.com/postgis/postgis/pull/456
git-svn-id: http://svn.osgeo.org/postgis/trunk@17667
b70326c6 -7e19-0410-871a-
916f4a2858ee
Darafei Praliaskouski [Sat, 3 Aug 2019 21:48:49 +0000 (21:48 +0000)]
Update documentation translations from transifex.
git-svn-id: http://svn.osgeo.org/postgis/trunk@17666
b70326c6 -7e19-0410-871a-
916f4a2858ee
Darafei Praliaskouski [Sat, 3 Aug 2019 21:04:11 +0000 (21:04 +0000)]
Update translation templates.
git-svn-id: http://svn.osgeo.org/postgis/trunk@17665
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 2 Aug 2019 20:06:12 +0000 (20:06 +0000)]
Move out GEOS 3.8 specific result into a version-tested file
git-svn-id: http://svn.osgeo.org/postgis/trunk@17664
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 1 Aug 2019 20:31:12 +0000 (20:31 +0000)]
Harmonize calls so tests return same results on multiple Pg versions
References #4464
git-svn-id: http://svn.osgeo.org/postgis/trunk@17659
b70326c6 -7e19-0410-871a-
916f4a2858ee
Nicklas Avén [Thu, 1 Aug 2019 13:28:52 +0000 (13:28 +0000)]
bugfix to fix for #4461
git-svn-id: http://svn.osgeo.org/postgis/trunk@17655
b70326c6 -7e19-0410-871a-
916f4a2858ee
Nicklas Avén [Thu, 1 Aug 2019 08:20:13 +0000 (08:20 +0000)]
Remove duplicate points with ST_AsTWKB also when apearing before min npoints Closes #4461
git-svn-id: http://svn.osgeo.org/postgis/trunk@17654
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 31 Jul 2019 21:42:20 +0000 (21:42 +0000)]
Handle POINT EMPTY in shape loader/dumper
Closes #4437
git-svn-id: http://svn.osgeo.org/postgis/trunk@17653
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Wed, 31 Jul 2019 15:22:19 +0000 (15:22 +0000)]
Travis: Use PG12 image by default
Closes #4446
git-svn-id: http://svn.osgeo.org/postgis/trunk@17649
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 30 Jul 2019 22:27:22 +0000 (22:27 +0000)]
Use protobuf version to enable/disable mvt/geobuf
Closes #4419
git-svn-id: http://svn.osgeo.org/postgis/trunk@17648
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 29 Jul 2019 17:36:47 +0000 (17:36 +0000)]
Add test case and update test case for null-handling behaviour
References #4209
git-svn-id: http://svn.osgeo.org/postgis/trunk@17645
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 29 Jul 2019 16:58:16 +0000 (16:58 +0000)]
add in -d transform into enhancements list, move bug fixes into a separate section from enhancements.
This is to make it easier to spot and drop bug fixes if they are backported to older versions of PostGIS (as they won't be new things in PostGIS 3.0)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17644
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 29 Jul 2019 16:33:57 +0000 (16:33 +0000)]
Match JSON pretty print param name to one used in pgsql
git-svn-id: http://svn.osgeo.org/postgis/trunk@17640
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 29 Jul 2019 16:32:03 +0000 (16:32 +0000)]
Handle NULL geometry values in pgsql2shp
References #4209
git-svn-id: http://svn.osgeo.org/postgis/trunk@17639
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Mon, 29 Jul 2019 15:34:52 +0000 (15:34 +0000)]
Fix undefined behaviour in _postgis_gserialized_stats
Closes #4466
git-svn-id: http://svn.osgeo.org/postgis/trunk@17635
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 29 Jul 2019 14:00:07 +0000 (14:00 +0000)]
Have run_test include full shp2pgsql commandline on failure
git-svn-id: http://svn.osgeo.org/postgis/trunk@17631
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 29 Jul 2019 14:00:00 +0000 (14:00 +0000)]
Do not free state->geo_col, and do not strdup when assigning defaults
git-svn-id: http://svn.osgeo.org/postgis/trunk@17630
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 29 Jul 2019 13:59:52 +0000 (13:59 +0000)]
Fix memory leaks in shp2pgsql
git-svn-id: http://svn.osgeo.org/postgis/trunk@17629
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 29 Jul 2019 13:35:43 +0000 (13:35 +0000)]
Remove unused variable from loader state
git-svn-id: http://svn.osgeo.org/postgis/trunk@17628
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 29 Jul 2019 13:28:21 +0000 (13:28 +0000)]
Use a single variable for column names
git-svn-id: http://svn.osgeo.org/postgis/trunk@17627
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 29 Jul 2019 02:01:37 +0000 (02:01 +0000)]
Missed a spot - get rid of hard-coding of 4326 for geography srid
References #4466
git-svn-id: http://svn.osgeo.org/postgis/trunk@17626
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 29 Jul 2019 01:47:16 +0000 (01:47 +0000)]
Take out restriction that geography can only work with srid 4326
Geography supports any long-lat projection since 2.2
Closes #4465
git-svn-id: http://svn.osgeo.org/postgis/trunk@17625
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 29 Jul 2019 01:11:07 +0000 (01:11 +0000)]
Add regression tests for using -s from_srid:to_srid with -D (copy mode) for both geometry and geography
Closes #4403
git-svn-id: http://svn.osgeo.org/postgis/trunk@17624
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 28 Jul 2019 21:37:00 +0000 (21:37 +0000)]
Hoepfully last trailing space
References #4403
git-svn-id: http://svn.osgeo.org/postgis/trunk@17623
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 28 Jul 2019 21:27:20 +0000 (21:27 +0000)]
Get rid of trailing spaces
References #4403
git-svn-id: http://svn.osgeo.org/postgis/trunk@17622
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 28 Jul 2019 21:14:48 +0000 (21:14 +0000)]
Support for srid reprojection when using -D switch
References #4403
Tests forthcoming
git-svn-id: http://svn.osgeo.org/postgis/trunk@17621
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Mon, 22 Jul 2019 13:27:46 +0000 (13:27 +0000)]
postgis_extensions_upgrade() also updates after pg_upgrade
Closes #4271
Closes https://github.com/postgis/postgis/pull/449
git-svn-id: http://svn.osgeo.org/postgis/trunk@17620
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Mon, 22 Jul 2019 11:35:56 +0000 (11:35 +0000)]
Disable tests that give different answer on Proj.5 vs. Proj.4
References #4104
git-svn-id: http://svn.osgeo.org/postgis/trunk@17619
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Fri, 19 Jul 2019 14:49:17 +0000 (14:49 +0000)]
Topology: Remove TODOs
git-svn-id: http://svn.osgeo.org/postgis/trunk@17618
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Fri, 19 Jul 2019 14:21:01 +0000 (14:21 +0000)]
lwcompound_stroke: Remove unused function
git-svn-id: http://svn.osgeo.org/postgis/trunk@17617
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Fri, 19 Jul 2019 13:02:56 +0000 (13:02 +0000)]
Re-enable gdal tests
Reverts r16688
Closes #4104
Closes https://github.com/postgis/postgis/pull/450
git-svn-id: http://svn.osgeo.org/postgis/trunk@17616
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 19 Jul 2019 05:47:19 +0000 (05:47 +0000)]
Dealing with IGN SRIDs from Michel Philippenko
closes https://github.com/postgis/postgis/pull/448
for PostGIS 23.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@17615
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 18 Jul 2019 16:29:59 +0000 (16:29 +0000)]
Correct description of ST_BandPixelType function
Closes https://github.com/postgis/postgis/pull/447
thanks Mateusz Łoskot
git-svn-id: http://svn.osgeo.org/postgis/trunk@17613
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 16 Jul 2019 21:42:00 +0000 (21:42 +0000)]
Make berrie script a bit more generic and add regular make check as well
git-svn-id: http://svn.osgeo.org/postgis/trunk@17612
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 16 Jul 2019 15:28:56 +0000 (15:28 +0000)]
Change to test again PG 12 (instead of 13)
Closes #4456
git-svn-id: http://svn.osgeo.org/postgis/trunk@17611
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 16 Jul 2019 14:19:07 +0000 (14:19 +0000)]
Revise berrie to use her own custom PostgreSQL build -- evidentally installing past the jenkins workspace is a no no for some reason
git-svn-id: http://svn.osgeo.org/postgis/trunk@17610
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Tue, 16 Jul 2019 08:58:59 +0000 (08:58 +0000)]
Add CPPFLAGS where missing
Spotted by Debian's build log hardening checker, blhc.
https://salsa.debian.org/debian-gis-team/postgis/-/jobs/222378
Patch by Christoph Berg <myon -at- debian.org>
Closes https://github.com/postgis/postgis/pull/446
git-svn-id: http://svn.osgeo.org/postgis/trunk@17609
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 15 Jul 2019 23:14:22 +0000 (23:14 +0000)]
Try to get berrie to use workspace installed pg12 to get around make install installing in wrong folder
References #4456
git-svn-id: http://svn.osgeo.org/postgis/trunk@17605
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 15 Jul 2019 12:38:43 +0000 (12:38 +0000)]
Stop trying to run createlang -- plpgsql is always installed
Closes #4457
git-svn-id: http://svn.osgeo.org/postgis/trunk@17604
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Mon, 15 Jul 2019 10:13:23 +0000 (10:13 +0000)]
ST_IsEmpty: Speed up by avoiding deserialization
Closes #4453
Closes https://github.com/postgis/postgis/pull/442
git-svn-id: http://svn.osgeo.org/postgis/trunk@17603
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Mon, 15 Jul 2019 10:08:13 +0000 (10:08 +0000)]
ST_Startpoint: Improve tests and documentation
Closes https://github.com/postgis/postgis/pull/443/
git-svn-id: http://svn.osgeo.org/postgis/trunk@17602
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Mon, 15 Jul 2019 10:07:03 +0000 (10:07 +0000)]
_ST_OrderingEquals: Avoid deserialization
Closes #4454
Closes https://github.com/postgis/postgis/pull/444
git-svn-id: http://svn.osgeo.org/postgis/trunk@17601
b70326c6 -7e19-0410-871a-
916f4a2858ee
Darafei Praliaskouski [Sun, 14 Jul 2019 14:24:18 +0000 (14:24 +0000)]
Fast Hilbert btree.
Requires btree indexes to be recreated.
Closes https://github.com/postgis/postgis/pull/436
Closes #3883
git-svn-id: http://svn.osgeo.org/postgis/trunk@17600
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 14 Jul 2019 05:06:19 +0000 (05:06 +0000)]
revise to install and test extensions
git-svn-id: http://svn.osgeo.org/postgis/trunk@17599
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 14 Jul 2019 04:43:36 +0000 (04:43 +0000)]
Just let postgis build put wherever it wants the tmp files
git-svn-id: http://svn.osgeo.org/postgis/trunk@17598
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 14 Jul 2019 04:15:41 +0000 (04:15 +0000)]
revise to have tmp folder in code folder to try to get around issue can't create directory
git-svn-id: http://svn.osgeo.org/postgis/trunk@17597
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 14 Jul 2019 02:57:13 +0000 (02:57 +0000)]
Fix Berrie's badge link. Add badge links for Bessie and Bessie32. revise to 3 bots per line
git-svn-id: http://svn.osgeo.org/postgis/trunk@17596
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 14 Jul 2019 02:41:23 +0000 (02:41 +0000)]
Add berrie to list of buildbots. revise berrie script to create ~tmp folder if it doesn't exist
References #4456
git-svn-id: http://svn.osgeo.org/postgis/trunk@17595
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 14 Jul 2019 01:14:43 +0000 (01:14 +0000)]
Add berrie's ci script
berrie is a Rasberry Pi 32-bit system running Debian Buster (10), graciously offered by Bruce Rindahl
References #4456
git-svn-id: http://svn.osgeo.org/postgis/trunk@17594
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Fri, 12 Jul 2019 16:03:58 +0000 (16:03 +0000)]
Speed up ST_X, ST_Y, ST_Z and ST_M
Closes https://github.com/postgis/postgis/pull/435
Closes https://trac.osgeo.org/postgis/ticket/4449
git-svn-id: http://svn.osgeo.org/postgis/trunk@17593
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 12 Jul 2019 16:00:06 +0000 (16:00 +0000)]
Add new entries to spatial_ref_sys and handle non-EPSG authnames
Closes #4417
git-svn-id: http://svn.osgeo.org/postgis/trunk@17592
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Fri, 12 Jul 2019 15:57:14 +0000 (15:57 +0000)]
gserialized: Style changes
References #4449
git-svn-id: http://svn.osgeo.org/postgis/trunk@17591
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 Jul 2019 22:49:56 +0000 (22:49 +0000)]
Fix Makefile override warning
Fixes the following:
warning: overriding recipe for target 'check'
.../pgxs.mk:276: warning: ignoring old recipe for target 'check'
git-svn-id: http://svn.osgeo.org/postgis/trunk@17590
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 Jul 2019 22:49:50 +0000 (22:49 +0000)]
Don't leave .bak files in staged install
git-svn-id: http://svn.osgeo.org/postgis/trunk@17589
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 10 Jul 2019 21:34:40 +0000 (21:34 +0000)]
Add example using optional bounds
git-svn-id: http://svn.osgeo.org/postgis/trunk@17588
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 10 Jul 2019 20:44:52 +0000 (20:44 +0000)]
Add ST_TileEnvelope utility function
Closes #4452
git-svn-id: http://svn.osgeo.org/postgis/trunk@17587
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Tue, 9 Jul 2019 15:43:19 +0000 (15:43 +0000)]
Speed up ST_GeometryType
Closes https://github.com/postgis/postgis/pull/434
Closes #4450
git-svn-id: http://svn.osgeo.org/postgis/trunk@17586
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Tue, 9 Jul 2019 15:33:24 +0000 (15:33 +0000)]
Fix the calculation of gserialized_max_header_size
Closes #4451
Closes https://github.com/postgis/postgis/pull/433
git-svn-id: http://svn.osgeo.org/postgis/trunk@17585
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Tue, 9 Jul 2019 15:30:01 +0000 (15:30 +0000)]
Address compiler warning in 32b systems
git-svn-id: http://svn.osgeo.org/postgis/trunk@17584
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 8 Jul 2019 21:08:55 +0000 (21:08 +0000)]
Ignore TiledAutoSkipNoData.tif
git-svn-id: http://svn.osgeo.org/postgis/trunk@17583
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 2 Jul 2019 19:47:06 +0000 (19:47 +0000)]
Strip out getMachineEndian() in favour of configure-time check
git-svn-id: http://svn.osgeo.org/postgis/trunk@17582
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Tue, 2 Jul 2019 09:00:54 +0000 (09:00 +0000)]
Fix bug in lwgeom_le
Closes #4445
git-svn-id: http://svn.osgeo.org/postgis/trunk@17580
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Tue, 2 Jul 2019 08:44:46 +0000 (08:44 +0000)]
Improve hash changes NEWS
Since the output of the function has changed, any
index using it must be reindexed
References #4433
git-svn-id: http://svn.osgeo.org/postgis/trunk@17577
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 1 Jul 2019 19:01:42 +0000 (19:01 +0000)]
get rid of -e in packaging (causing error to be thrown if tries to remove zip not present), minor adjustments to packaging.
git-svn-id: http://svn.osgeo.org/postgis/trunk@17576
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 1 Jul 2019 18:15:25 +0000 (18:15 +0000)]
fix for 32-bit hash
Closes #4433
Closes https://github.com/postgis/postgis/pull/429
git-svn-id: http://svn.osgeo.org/postgis/trunk@17575
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 1 Jul 2019 14:03:24 +0000 (14:03 +0000)]
Flip to 3.0.0alpha4dev
git-svn-id: http://svn.osgeo.org/postgis/trunk@17574
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 1 Jul 2019 07:31:51 +0000 (07:31 +0000)]
Prep for 3.0.0alpha3 release
git-svn-id: http://svn.osgeo.org/postgis/trunk@17572
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 1 Jul 2019 03:37:02 +0000 (03:37 +0000)]
optional cgal version
git-svn-id: http://svn.osgeo.org/postgis/trunk@17571
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 1 Jul 2019 01:27:27 +0000 (01:27 +0000)]
more changes to allow custom building of version items
git-svn-id: http://svn.osgeo.org/postgis/trunk@17570
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 28 Jun 2019 16:49:59 +0000 (16:49 +0000)]
Type lookups in FDW fail due to sparse search_path.
References #4440
git-svn-id: http://svn.osgeo.org/postgis/trunk@17567
b70326c6 -7e19-0410-871a-
916f4a2858ee
Raúl Marín Rodríguez [Fri, 28 Jun 2019 15:39:05 +0000 (15:39 +0000)]
Fix wagyu configure dropping CPPFLAGS
Closes #4443
git-svn-id: http://svn.osgeo.org/postgis/trunk@17566
b70326c6 -7e19-0410-871a-
916f4a2858ee
Darafei Praliaskouski [Fri, 28 Jun 2019 10:00:18 +0000 (10:00 +0000)]
Rewrite GiST penalty.
Use value of 0 as often as possible, as it's special code path in Postgres.
Fix picksplit to use correct penalty function.
Drop dead code.
Closes #4441
Closes https://github.com/postgis/postgis/pull/425
git-svn-id: http://svn.osgeo.org/postgis/trunk@17565
b70326c6 -7e19-0410-871a-
916f4a2858ee
Darafei Praliaskouski [Fri, 28 Jun 2019 09:42:49 +0000 (09:42 +0000)]
[raster] Skip NODATA tiles in raster2pgsql.
Closes #4442
Closes https://github.com/postgis/postgis/pull/427
git-svn-id: http://svn.osgeo.org/postgis/trunk@17564
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 27 Jun 2019 20:15:29 +0000 (20:15 +0000)]
add more pkgconfig and make zlib swappable
git-svn-id: http://svn.osgeo.org/postgis/trunk@17563
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 27 Jun 2019 14:15:38 +0000 (14:15 +0000)]
fix typo in news
git-svn-id: http://svn.osgeo.org/postgis/trunk@17562
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 27 Jun 2019 01:52:33 +0000 (01:52 +0000)]
Commit missing file into SVN
git-svn-id: http://svn.osgeo.org/postgis/trunk@17561
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 26 Jun 2019 22:34:24 +0000 (22:34 +0000)]
Add extended flags area in serialization
Closes #4438
git-svn-id: http://svn.osgeo.org/postgis/trunk@17560
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 26 Jun 2019 08:04:14 +0000 (08:04 +0000)]
Improve output of lwgeom_summary
- Do not print a useless newline
- Use plural/singular correctly
- Prepend a colon to elements listing
git-svn-id: http://svn.osgeo.org/postgis/trunk@17559
b70326c6 -7e19-0410-871a-
916f4a2858ee
Darafei Praliaskouski [Sat, 22 Jun 2019 20:08:40 +0000 (20:08 +0000)]
Allow FULL OUTER JOIN on geometry.
Closes #4394
Closes https://github.com/postgis/postgis/pull/409
git-svn-id: http://svn.osgeo.org/postgis/trunk@17557
b70326c6 -7e19-0410-871a-
916f4a2858ee