]>
granicus.if.org Git - postgis/log
Sandro Santilli [Wed, 8 Feb 2017 13:25:12 +0000 (13:25 +0000)]
Add notes about dependency requirements for ST_AsMVT
Patch by Björn Harrtell <bjorn@wololo.org>
git-svn-id: http://svn.osgeo.org/postgis/trunk@15308
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 7 Feb 2017 21:42:32 +0000 (21:42 +0000)]
Add check for pkg-config
Patch by Björn Harrtell
References #3661
git-svn-id: http://svn.osgeo.org/postgis/trunk@15307
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 6 Feb 2017 16:33:23 +0000 (16:33 +0000)]
Mapbox vector tile output support via ST_AsMVT
Implementation by Björn Harrtell / CARTO
References #3661
git-svn-id: http://svn.osgeo.org/postgis/trunk@15304
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sun, 29 Jan 2017 22:20:49 +0000 (22:20 +0000)]
Pull translation files from transifex
git-svn-id: http://svn.osgeo.org/postgis/trunk@15300
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 28 Jan 2017 08:30:09 +0000 (08:30 +0000)]
Fix for 32-bit lwprint to support ST_AsLatLonText
Closes #3688 for PostGIS 2.4 (trunk)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15296
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 25 Jan 2017 23:46:00 +0000 (23:46 +0000)]
Turn off loading of tabblock by default. It's been broken since 2014 and not used by the geocoder
References #3698 for PostGIS 2.4
git-svn-id: http://svn.osgeo.org/postgis/trunk@15294
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 24 Jan 2017 16:37:52 +0000 (16:37 +0000)]
Fix build warnings in PostgreSQL-9.6 based builds
Closes #3696
NOTE: SPI_processed datatype changed from 32 to 64 bit stsarting
with PostgreSQL 9.6
git-svn-id: http://svn.osgeo.org/postgis/trunk@15292
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 22 Jan 2017 05:46:18 +0000 (05:46 +0000)]
Fix for pg_upgrade of pg < 9.5 + 2.3+, pg_upgrade and doing a postgis micro update to latest stable.
References #3683 for PostGIS 2.4 (trunk)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15290
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 18 Jan 2017 20:58:59 +0000 (20:58 +0000)]
ST_AsLatLonText: round minutes
Patch by Mike Toews, see #3688
git-svn-id: http://svn.osgeo.org/postgis/trunk@15288
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 18 Jan 2017 13:18:04 +0000 (13:18 +0000)]
Add missing blank line
git-svn-id: http://svn.osgeo.org/postgis/trunk@15287
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 7 Jan 2017 08:45:33 +0000 (08:45 +0000)]
Add regress check for ERROR: index returned tuples in wrong order
references #3418
git-svn-id: http://svn.osgeo.org/postgis/trunk@15284
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 6 Jan 2017 16:22:38 +0000 (16:22 +0000)]
#3418, KNN recheck in 9.5 fails with index returned tuples in wrong order
While we store float boxes, it is important to carry out *comparisons*
of those boxes in double space, so we can capture small differences.
This works well because the boxes are "overdetermined", they are slightly
larger than they need to be. The bug in this case was caused by a case
where the distance calculation between two boxes was carried out in float
space and as a result the distance got slightly overdetermined, ending
up larger than the actual distance between the objects themselves.
git-svn-id: http://svn.osgeo.org/postgis/trunk@15283
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 5 Jan 2017 19:51:00 +0000 (19:51 +0000)]
Relationship functions not using an index in some cases
Set cost back to 1 for functions that return a geometry
A higher cost has the side-effect of making the planner
think when used in conjunction with relate constructs like ST_Intersects
it's cheaper to compute the geometry once rather
than compute twice and break into an index and non-index call.
References #3675 for PostGIS 2.4
git-svn-id: http://svn.osgeo.org/postgis/trunk@15281
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 20 Dec 2016 00:08:32 +0000 (00:08 +0000)]
Add PostGIS 2.3.1 as a target
git-svn-id: http://svn.osgeo.org/postgis/trunk@15277
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 20 Dec 2016 00:07:54 +0000 (00:07 +0000)]
PostGIS upgrade scripts missing GRANT for views
references #3680 for trunk (PostGIS 2.4)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15276
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 16 Dec 2016 18:55:39 +0000 (18:55 +0000)]
Fully qualify performance test script
... helps running it from single-mode postgres
git-svn-id: http://svn.osgeo.org/postgis/trunk@15275
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sat, 10 Dec 2016 09:33:42 +0000 (09:33 +0000)]
Use a cached prepared statement for loading topology records
git-svn-id: http://svn.osgeo.org/postgis/trunk@15274
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sat, 10 Dec 2016 09:33:36 +0000 (09:33 +0000)]
Add simple performance tester for TopoGeo_addLinestring
git-svn-id: http://svn.osgeo.org/postgis/trunk@15273
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 9 Dec 2016 17:10:09 +0000 (17:10 +0000)]
Comment out what appears to be an old debugging line
git-svn-id: http://svn.osgeo.org/postgis/trunk@15272
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 9 Dec 2016 17:09:10 +0000 (17:09 +0000)]
#3645, do not load logically deleted records from shape files
git-svn-id: http://svn.osgeo.org/postgis/trunk@15271
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sat, 3 Dec 2016 22:05:08 +0000 (22:05 +0000)]
4x speed improvement in GetFaceByPoint
Implies a speedup in topology loading too, whereas the
face-containing-point callback is used twice per added line.
git-svn-id: http://svn.osgeo.org/postgis/trunk@15269
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 3 Dec 2016 20:36:47 +0000 (20:36 +0000)]
Cost on ST_SetSRID is preventing index use with relation functions. Change from 10 to 1.
References #3675 for PostGIS 2.4
git-svn-id: http://svn.osgeo.org/postgis/trunk@15267
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 2 Dec 2016 08:06:09 +0000 (08:06 +0000)]
Refactor logic for ST_MakeEnvelope to be reusable in liblwgeom
Patch by Björn Harrtell via
https://git.osgeo.org/gogs/postgis/postgis/pulls/8
git-svn-id: http://svn.osgeo.org/postgis/trunk@15266
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 28 Nov 2016 00:41:28 +0000 (00:41 +0000)]
minor update
git-svn-id: http://svn.osgeo.org/postgis/trunk@15262
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 26 Nov 2016 21:51:07 +0000 (21:51 +0000)]
Add build badges, trunk vs. branch release
references #3671 for PostGIS 2.4 (trunk)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15261
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 26 Nov 2016 19:23:00 +0000 (19:23 +0000)]
Mark ST_Extent, ST_Mem* aggregate functions parallel safe
references #3650 for PostGIS 2.4 (trunk)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15255
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 26 Nov 2016 16:39:06 +0000 (16:39 +0000)]
ST_DumpAsPolygons documentation confusing wrt no data value
references #3512 for PostGIS 2.4 (trunk)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15252
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 26 Nov 2016 15:18:01 +0000 (15:18 +0000)]
ST_Equals documentation does not describe current behavior
closes #3566 for 2.4.0 (trunk)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15249
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 26 Nov 2016 14:59:52 +0000 (14:59 +0000)]
Incorrect parameter name for CreateTopology
references #3509 for 2.4.0 (trunk)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15247
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 23 Nov 2016 07:34:29 +0000 (07:34 +0000)]
Reorganize code to make comments have more sense
git-svn-id: http://svn.osgeo.org/postgis/trunk@15244
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 22 Nov 2016 06:58:02 +0000 (06:58 +0000)]
add raster constraint max extent exceeds array size limit
references #3501 for trunk (PostGIS 2.4)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15243
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 21 Nov 2016 15:27:19 +0000 (15:27 +0000)]
Remove trailing blankspaces
git-svn-id: http://svn.osgeo.org/postgis/trunk@15242
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 21 Nov 2016 15:27:12 +0000 (15:27 +0000)]
Do not continue execution of ptarray_to_GEOSCoordSeq on error
git-svn-id: http://svn.osgeo.org/postgis/trunk@15241
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 21 Nov 2016 15:27:06 +0000 (15:27 +0000)]
Do not continue execution of getPoint4d_p on error
git-svn-id: http://svn.osgeo.org/postgis/trunk@15240
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 21 Nov 2016 15:24:13 +0000 (15:24 +0000)]
Fix too many arguments warning introduced with r15236
git-svn-id: http://svn.osgeo.org/postgis/trunk@15239
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 21 Nov 2016 15:03:20 +0000 (15:03 +0000)]
Change MSG line
git-svn-id: http://svn.osgeo.org/postgis/trunk@15237
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 18 Nov 2016 11:22:27 +0000 (11:22 +0000)]
Allow passing NULL box to getEdgeWithinBox2D
git-svn-id: http://svn.osgeo.org/postgis/trunk@15236
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 17 Nov 2016 07:57:11 +0000 (07:57 +0000)]
Update topology slide deck url
git-svn-id: http://svn.osgeo.org/postgis/trunk@15234
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 17 Nov 2016 07:57:04 +0000 (07:57 +0000)]
Remove trailing whitespaces
git-svn-id: http://svn.osgeo.org/postgis/trunk@15233
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 17 Nov 2016 07:56:57 +0000 (07:56 +0000)]
Add TopoGeo_AddLineString in the "See Also" section of AddEdge
git-svn-id: http://svn.osgeo.org/postgis/trunk@15232
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 15 Nov 2016 22:53:54 +0000 (22:53 +0000)]
Make OSX 10.12 libxml handler invisible to other platforms and less scary for othres
git-svn-id: http://svn.osgeo.org/postgis/trunk@15230
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sun, 13 Nov 2016 13:53:31 +0000 (13:53 +0000)]
Topology files want space indent
git-svn-id: http://svn.osgeo.org/postgis/trunk@15229
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 11 Nov 2016 19:35:58 +0000 (19:35 +0000)]
Bugs in BRIN support
Patch from Julien Rouhaud (Dalibo)
references #3665 for PostGIS 2.4 (trunk)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15226
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 10 Nov 2016 19:07:53 +0000 (19:07 +0000)]
Remove IRC badge, adding a link to matrix bridge to chat section
git-svn-id: http://svn.osgeo.org/postgis/trunk@15225
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 10 Nov 2016 18:46:35 +0000 (18:46 +0000)]
Add IRC badge
git-svn-id: http://svn.osgeo.org/postgis/trunk@15224
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 10 Nov 2016 04:07:45 +0000 (04:07 +0000)]
Bug in geography ST_Segmentize
Closes #3667 for PostGIS 2.4.0 (trunk)
Patch provided by Hugo Mercier (Oslandia)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15223
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 30 Oct 2016 22:24:08 +0000 (22:24 +0000)]
st_concavehull() returns sometimes empty geometry collection
references #1973 for PostGIS 2.4 (trunk)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15219
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 28 Oct 2016 15:40:00 +0000 (15:40 +0000)]
Update drone yml to 0.5 version
See https://git.osgeo.org/gogs/sac/gogs-service/issues/14
git-svn-id: http://svn.osgeo.org/postgis/trunk@15215
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 25 Oct 2016 18:38:56 +0000 (18:38 +0000)]
get rid of invalid link and obsolete statements about ST_Collect
git-svn-id: http://svn.osgeo.org/postgis/trunk@15214
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 19 Oct 2016 08:26:21 +0000 (08:26 +0000)]
Add another path to search docbook xsl into
The added path is /usr/share/xml/docbook/stylesheet/docbook-xsl
which is the target of /usr/share/xml/docbook/stylesheet/nwalsh
being a symlink on Ubuntu 16.04
git-svn-id: http://svn.osgeo.org/postgis/trunk@15212
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 15 Oct 2016 21:16:04 +0000 (21:16 +0000)]
raster GUC - boot_postgis_gdal_enabled_drivers should use TopMemoryContext instead of CurrentMemoryContext
References #3659 for trunk (PostGIS 2.4)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15208
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 12 Oct 2016 19:12:12 +0000 (19:12 +0000)]
Force pull of build-test image upon pipeline start
git-svn-id: http://svn.osgeo.org/postgis/trunk@15207
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 12 Oct 2016 19:11:27 +0000 (19:11 +0000)]
Remove trailing spaces
git-svn-id: http://svn.osgeo.org/postgis/trunk@15206
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 10 Oct 2016 20:25:29 +0000 (20:25 +0000)]
Fix typo in error message about ClipByBox availability
git-svn-id: http://svn.osgeo.org/postgis/trunk@15203
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 10 Oct 2016 19:43:01 +0000 (19:43 +0000)]
Be verbose in running tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@15197
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 7 Oct 2016 20:00:46 +0000 (20:00 +0000)]
Mark changed aggregates
Fixes #3656 (aggregate upgrades)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15189
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 7 Oct 2016 19:49:32 +0000 (19:49 +0000)]
Properly signal check errors, stopping on first error
git-svn-id: http://svn.osgeo.org/postgis/trunk@15188
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 7 Oct 2016 19:30:52 +0000 (19:30 +0000)]
Add upgrade step
git-svn-id: http://svn.osgeo.org/postgis/trunk@15187
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 7 Oct 2016 15:43:39 +0000 (15:43 +0000)]
Add script to check all upgrade paths
git-svn-id: http://svn.osgeo.org/postgis/trunk@15185
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 6 Oct 2016 17:31:34 +0000 (17:31 +0000)]
Remove hard-coded version in Doxygen project name
git-svn-id: http://svn.osgeo.org/postgis/trunk@15180
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 6 Oct 2016 10:43:42 +0000 (10:43 +0000)]
Silence warning: ar: 'u' modifier ignored since 'D' is the default
See https://bugzilla.redhat.com/show_bug.cgi?id=
1155273 #c12
git-svn-id: http://svn.osgeo.org/postgis/trunk@15170
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 3 Oct 2016 20:22:15 +0000 (20:22 +0000)]
#3652, crash on collection(multicurve())
git-svn-id: http://svn.osgeo.org/postgis/trunk@15169
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 27 Sep 2016 22:56:12 +0000 (22:56 +0000)]
correct readme. We don't support PostgreSQL 9.1 anymore (we probably will also drop 9.2 support before 2.4 is released.)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15161
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 27 Sep 2016 08:04:34 +0000 (08:04 +0000)]
Do not call printf from interrupt handler, fixing deadlocks
Closes #3644
git-svn-id: http://svn.osgeo.org/postgis/trunk@15156
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 26 Sep 2016 22:02:27 +0000 (22:02 +0000)]
PostGIS not building on latest OSX XCode
Closes #3643 for PostGIS 2.4.0 (patch from pramsey)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15155
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 26 Sep 2016 05:40:34 +0000 (05:40 +0000)]
bump up to 2.4
git-svn-id: http://svn.osgeo.org/postgis/trunk@15147
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 25 Sep 2016 09:19:00 +0000 (09:19 +0000)]
Document populate_topology_layer
closes #3462
git-svn-id: http://svn.osgeo.org/postgis/trunk@15140
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 25 Sep 2016 07:32:12 +0000 (07:32 +0000)]
Bring Tuning section up to date, by incorporating some of Mike Toews changes
Add mention of configs to enable parallel queries
Get rid of broken link to Kevin Neufeld's old press and replace with PostgreSQL wiki
Closes #3452
git-svn-id: http://svn.osgeo.org/postgis/trunk@15139
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 25 Sep 2016 06:10:51 +0000 (06:10 +0000)]
Test to trap FreeBSD crash on small tables.
References #2985 for PostGIS 2.3.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@15138
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 25 Sep 2016 03:41:38 +0000 (03:41 +0000)]
tiger normalize, pagc_normalize integer out of range
references #3641 for PostGIS 2.3.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@15136
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 24 Sep 2016 06:46:03 +0000 (06:46 +0000)]
../../utils/create_spatial_ref_sys_config_dump.pl: not found on FreeBSD Add $PERL (my freebsd doesn't work without it
git-svn-id: http://svn.osgeo.org/postgis/trunk@15134
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 24 Sep 2016 06:31:01 +0000 (06:31 +0000)]
fix numeric in interpolate_from_address
References #3640 for PostGIS 2.3.0 (trunk) better fix
git-svn-id: http://svn.osgeo.org/postgis/trunk@15133
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 24 Sep 2016 04:11:16 +0000 (04:11 +0000)]
fix numeric in interpolate_from_address
References #3640 for PostGIS 2.3.0 (trunk)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15132
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 23 Sep 2016 17:38:30 +0000 (17:38 +0000)]
Simplify loop / make more readable
git-svn-id: http://svn.osgeo.org/postgis/trunk@15131
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 22 Sep 2016 16:10:43 +0000 (16:10 +0000)]
Fix test for getFaceByPoint to not rely on invalid topology
Closes #3632
git-svn-id: http://svn.osgeo.org/postgis/trunk@15129
b70326c6 -7e19-0410-871a-
916f4a2858ee
Daniel Baston [Wed, 21 Sep 2016 22:21:23 +0000 (22:21 +0000)]
NEWS updates
git-svn-id: http://svn.osgeo.org/postgis/trunk@15128
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 21 Sep 2016 20:11:50 +0000 (20:11 +0000)]
Amend garden tests to test BRIN indexes for geometry and geography
closes #3619
git-svn-id: http://svn.osgeo.org/postgis/trunk@15127
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 21 Sep 2016 19:44:46 +0000 (19:44 +0000)]
mark more raster functions parallel safe
references #3556
git-svn-id: http://svn.osgeo.org/postgis/trunk@15126
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 21 Sep 2016 15:58:27 +0000 (15:58 +0000)]
forgot to update ChangeLog on RC1, too late but lets bring it up to date a bit.
git-svn-id: http://svn.osgeo.org/postgis/trunk@15125
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 20 Sep 2016 21:01:40 +0000 (21:01 +0000)]
AddGeometryColumn should not be marked parallel safe
closes #3636
git-svn-id: http://svn.osgeo.org/postgis/trunk@15124
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 19 Sep 2016 05:21:03 +0000 (05:21 +0000)]
flip back to 2.3.0dev until release time
git-svn-id: http://svn.osgeo.org/postgis/trunk@15122
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 19 Sep 2016 05:17:35 +0000 (05:17 +0000)]
flip switch to PostGIS 2.3.0rc1
git-svn-id: http://svn.osgeo.org/postgis/trunk@15120
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 19 Sep 2016 04:54:41 +0000 (04:54 +0000)]
doc corrections from ruvyn for PostGIS 2.3
references #3581
references #3580
references #3586
references #3575
git-svn-id: http://svn.osgeo.org/postgis/trunk@15118
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 19 Sep 2016 04:00:29 +0000 (04:00 +0000)]
missed another schema qualify
git-svn-id: http://svn.osgeo.org/postgis/trunk@15117
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 19 Sep 2016 03:42:33 +0000 (03:42 +0000)]
missed some schema qualify
git-svn-id: http://svn.osgeo.org/postgis/trunk@15116
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 18 Sep 2016 23:41:24 +0000 (23:41 +0000)]
use ST_Union instead of ST_Collect to compute max extent
References #3501 for PostGIS 2.3.0 trunk
git-svn-id: http://svn.osgeo.org/postgis/trunk@15114
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 16 Sep 2016 09:16:48 +0000 (09:16 +0000)]
Early release memory used by SPI executed topology callback queries
git-svn-id: http://svn.osgeo.org/postgis/trunk@15113
b70326c6 -7e19-0410-871a-
916f4a2858ee
Daniel Baston [Wed, 14 Sep 2016 16:04:46 +0000 (16:04 +0000)]
New method to approximate minimum bounding circle polygon without using ST_Buffer. (References #2841, #3620)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15109
b70326c6 -7e19-0410-871a-
916f4a2858ee
Daniel Baston [Wed, 14 Sep 2016 13:37:28 +0000 (13:37 +0000)]
gitignore updates (ignore gcov output)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15108
b70326c6 -7e19-0410-871a-
916f4a2858ee
Daniel Baston [Tue, 13 Sep 2016 18:06:49 +0000 (18:06 +0000)]
#3569, Incorrect coordinates returned by ST_CollectionHomogenize
git-svn-id: http://svn.osgeo.org/postgis/trunk@15105
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 13 Sep 2016 16:55:27 +0000 (16:55 +0000)]
Add ST_SnapToGrid so 32-bit and 64-bit answers agree
References #3629 for PostGIS 2.3
git-svn-id: http://svn.osgeo.org/postgis/trunk@15104
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 13 Sep 2016 08:38:49 +0000 (08:38 +0000)]
Fix DEBUG build of topology
git-svn-id: http://svn.osgeo.org/postgis/trunk@15102
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 12 Sep 2016 18:00:44 +0000 (18:00 +0000)]
Re-add accidentally removed trailing spaces in an _expected file
Also tweak .editorconfig to avoid this accident in the future
Fixes #3630
git-svn-id: http://svn.osgeo.org/postgis/trunk@15101
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 12 Sep 2016 16:17:32 +0000 (16:17 +0000)]
Remove generated file on make clean
git-svn-id: http://svn.osgeo.org/postgis/trunk@15100
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 12 Sep 2016 16:17:26 +0000 (16:17 +0000)]
Remove trailing spaces
git-svn-id: http://svn.osgeo.org/postgis/trunk@15099
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 12 Sep 2016 16:01:16 +0000 (16:01 +0000)]
Remove carriage returns from regression tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@15098
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 12 Sep 2016 16:01:08 +0000 (16:01 +0000)]
Ignore new generated files
git-svn-id: http://svn.osgeo.org/postgis/trunk@15097
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 12 Sep 2016 08:48:57 +0000 (08:48 +0000)]
Revert ST_EstimatedExtent back to good ol'days when it returned WARNING instead of ERROR when no stats
Closes #3396
git-svn-id: http://svn.osgeo.org/postgis/trunk@15096
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 9 Sep 2016 21:19:54 +0000 (21:19 +0000)]
Reduce data transfer on drone agent git fetch (--depth 20)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15094
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 9 Sep 2016 14:23:24 +0000 (14:23 +0000)]
Add test for ST_SwapOrdinate fix (#3628)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15092
b70326c6 -7e19-0410-871a-
916f4a2858ee