]> granicus.if.org Git - postgis/log
postgis
8 years agoExclude all c functions from schema qual except ST_Transform we know calls spatial_re...
Regina Obe [Fri, 11 Mar 2016 01:34:04 +0000 (01:34 +0000)]
Exclude all c functions from schema qual except ST_Transform we know calls spatial_ref_sys and is an issue in materialized views and spatial indexes.
References #3490 for 2.3 (also added pg_catalog since dumps have it - in theory it gets automatically added, but just in case)

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

8 years agoavoid adding search_path to functions that work on internals (fix typo in last commit)
Regina Obe [Thu, 10 Mar 2016 06:35:48 +0000 (06:35 +0000)]
avoid adding search_path to functions that work on internals (fix typo in last commit)
references #3497

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

8 years agoavoid adding search_path to functions that work on internals
Regina Obe [Thu, 10 Mar 2016 04:21:46 +0000 (04:21 +0000)]
avoid adding search_path to functions that work on internals
references #3497

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

8 years ago#3460, ST_ClusterWithin 'tolerance not defined' error after upgrade
Daniel Baston [Wed, 9 Mar 2016 13:06:52 +0000 (13:06 +0000)]
#3460, ST_ClusterWithin 'tolerance not defined' error after upgrade

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

8 years agoCleanup addition of search_path for upgrade scripts
Regina Obe [Tue, 8 Mar 2016 19:15:17 +0000 (19:15 +0000)]
Cleanup addition of search_path for upgrade scripts
exclude addgeometry*, addraster*, addoverview* from seach_path function setting.
These in calls that don't take schema use the current search_path to find table.
References #3495 for 2.3 (trunk)

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

8 years agofix compile error introduced in X3D commeit
Regina Obe [Sun, 6 Mar 2016 08:06:21 +0000 (08:06 +0000)]
fix compile error introduced in X3D commeit
references #3435

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

8 years agoUse Tomvantilburg suggestion and just hard-code convex='false' for all IndexedFaceSets.
Regina Obe [Sun, 6 Mar 2016 00:43:07 +0000 (00:43 +0000)]
Use Tomvantilburg suggestion and just hard-code convex='false' for all IndexedFaceSets.
Corrects the output of wrongly rendered without affecting true convex
Closes #3435 for PostGIS 2.3 (trunk).
Update Copyright info

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

8 years agoremove this hard-coded script superceded by perl generation script of #3490
Regina Obe [Sat, 5 Mar 2016 06:01:03 +0000 (06:01 +0000)]
remove this hard-coded script superceded by perl generation script of #3490
References #2485

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

8 years agoRevise script generation to exclude SQL functions that are NOT STRICT.
Regina Obe [Sat, 5 Mar 2016 05:37:31 +0000 (05:37 +0000)]
Revise script generation to exclude SQL functions that are NOT STRICT.
Integrate into testing
Integrate into create extension
References #3490 for PostGIS 2.3

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

8 years agoscript to set search_path of functions.
Regina Obe [Sat, 5 Mar 2016 01:53:49 +0000 (01:53 +0000)]
script to set search_path of functions.
Sadly this thwarts use of spatial indexes.
Need to think about this more. References #3490

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

8 years agoAdd availability info for ST_Points
Daniel Baston [Sat, 5 Mar 2016 01:51:24 +0000 (01:51 +0000)]
Add availability info for ST_Points

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

8 years agoAdd new files for #3364
Daniel Baston [Sat, 5 Mar 2016 01:27:32 +0000 (01:27 +0000)]
Add new files for #3364

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

8 years ago#3364, ST_GeometricMedian
Daniel Baston [Sat, 5 Mar 2016 01:22:48 +0000 (01:22 +0000)]
#3364, ST_GeometricMedian

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

8 years ago#3480, copy input geometries to ST_ClusterDBSCAN
Daniel Baston [Fri, 4 Mar 2016 14:51:36 +0000 (14:51 +0000)]
#3480, copy input geometries to ST_ClusterDBSCAN

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

8 years agoAdd comment to topology face and node tables
Sandro Santilli [Fri, 4 Mar 2016 08:29:45 +0000 (08:29 +0000)]
Add comment to topology face and node tables

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

8 years agoReplace use of 'sed' with 'perl -pe' to avoid sed incompatibilities on BSD-flavoured...
Paul Ramsey [Thu, 3 Mar 2016 21:17:13 +0000 (21:17 +0000)]
Replace use of 'sed' with 'perl -pe' to avoid sed incompatibilities on BSD-flavoured OS's like OSX and Solaris

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

8 years agoBe a little more careful w/ input sets full of nulls and empties
Paul Ramsey [Thu, 3 Mar 2016 21:16:36 +0000 (21:16 +0000)]
Be a little more careful w/ input sets full of nulls and empties

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

8 years agoGive more decimal digits in edge-motion collision detection point
Sandro Santilli [Thu, 3 Mar 2016 11:34:19 +0000 (11:34 +0000)]
Give more decimal digits in edge-motion collision detection point

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

8 years agoHave make_dist.sh use current branch as the default target branch
Sandro Santilli [Thu, 3 Mar 2016 09:22:13 +0000 (09:22 +0000)]
Have make_dist.sh use current branch as the default target branch

Works both with GIT and SVN

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

8 years agoAlways remove any previously existing dist dir on ./make_dist.sh
Sandro Santilli [Thu, 3 Mar 2016 08:40:22 +0000 (08:40 +0000)]
Always remove any previously existing dist dir on ./make_dist.sh

Simplifies the code and makes it POSIX compliant.
See #3488

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

8 years agoUpdate gitlab-ci badge url
Sandro Santilli [Wed, 2 Mar 2016 17:58:46 +0000 (17:58 +0000)]
Update gitlab-ci badge url

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

8 years agoAllow passing custom configure flags and make command
Sandro Santilli [Wed, 2 Mar 2016 16:27:07 +0000 (16:27 +0000)]
Allow passing custom configure flags and make command

Patch by Greg Troxel.

Closes #3165

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

8 years ago#3479 Fix assertion crash added after initial fix
Paul Ramsey [Tue, 1 Mar 2016 18:21:42 +0000 (18:21 +0000)]
#3479 Fix assertion crash added after initial fix

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

8 years agoAutomatically use GIT if a .git directory exists locally
Sandro Santilli [Tue, 1 Mar 2016 18:14:30 +0000 (18:14 +0000)]
Automatically use GIT if a .git directory exists locally

See #3482

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

8 years agoSet version from Version.config for branch dists too
Sandro Santilli [Tue, 1 Mar 2016 17:48:33 +0000 (17:48 +0000)]
Set version from Version.config for branch dists too

See #3482

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

8 years agoBackup final (reversioned) output dirs if already existing
Sandro Santilli [Tue, 1 Mar 2016 15:46:14 +0000 (15:46 +0000)]
Backup final (reversioned) output dirs if already existing

Avoids creating tarball with a directory containing "postgis-dev"
subdirectory (not easy to spot)

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

8 years agoFix version extraction from Version.config
Sandro Santilli [Tue, 1 Mar 2016 15:46:08 +0000 (15:46 +0000)]
Fix version extraction from Version.config

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

8 years agoAdd -b switch to create the dist file from a branch
Sandro Santilli [Tue, 1 Mar 2016 15:14:02 +0000 (15:14 +0000)]
Add -b switch to create the dist file from a branch

See #3482

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

8 years agoAdd dump-restore testing for gitlab-ci
Sandro Santilli [Tue, 1 Mar 2016 11:02:46 +0000 (11:02 +0000)]
Add dump-restore testing for gitlab-ci

Closes #3444

Runs dump-restore tests for both scripts and extension.

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

8 years agoAdd dump-restore testing for Travis
Sandro Santilli [Tue, 1 Mar 2016 10:43:13 +0000 (10:43 +0000)]
Add dump-restore testing for Travis

See #3444

Runs dump-restore tests for both scripts and extension.

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

8 years agooption for winnie to do dump restore - variable set in jenkins
Regina Obe [Mon, 29 Feb 2016 21:07:59 +0000 (21:07 +0000)]
option for winnie to do dump restore - variable set in jenkins
closes #3444

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

8 years agooption for debbbie to do dump restore - variable set in jenkins
Regina Obe [Mon, 29 Feb 2016 18:03:57 +0000 (18:03 +0000)]
option for debbbie to do dump restore - variable set in jenkins
references #3444

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

8 years agoTry to fix make install issue using --prefix
Regina Obe [Mon, 29 Feb 2016 17:38:48 +0000 (17:38 +0000)]
Try to fix make install issue using --prefix
references #2688

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

8 years agoUpdate ST_ClusterDBScan to use integer instead of int so consistent with other functions
Regina Obe [Mon, 29 Feb 2016 13:14:29 +0000 (13:14 +0000)]
Update ST_ClusterDBScan to use integer instead of int so consistent with other functions
Update xsl to handle window functions and update to verion 2.3
Closes #3475

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

8 years ago#3479, error out if kmeans has k > ngeoms
Paul Ramsey [Sun, 28 Feb 2016 23:46:41 +0000 (23:46 +0000)]
#3479, error out if kmeans has k > ngeoms

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

8 years agoRedo ST_ClusterKMeans parcel table with only 7 parcels (12 seems to kill our image...
Regina Obe [Sun, 28 Feb 2016 06:39:01 +0000 (06:39 +0000)]
Redo ST_ClusterKMeans parcel table with only 7 parcels (12 seems to kill our image renderer so only paints 80% of the picture)

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

8 years agofix typo in image names
Regina Obe [Sun, 28 Feb 2016 02:55:36 +0000 (02:55 +0000)]
fix typo in image names

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

8 years agoTest data and figures for ST_ClusterKMeans
Regina Obe [Sat, 27 Feb 2016 17:32:02 +0000 (17:32 +0000)]
Test data and figures for ST_ClusterKMeans

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

8 years agoFix typo in prior commit when updating description
Regina Obe [Sat, 27 Feb 2016 16:19:49 +0000 (16:19 +0000)]
Fix typo in prior commit when updating description
references #3478

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

8 years agoPut in availability info in docs for ST_ClusterKMeans, ST_ClusterDBSCAN
Regina Obe [Sat, 27 Feb 2016 14:53:40 +0000 (14:53 +0000)]
Put in availability info in docs for ST_ClusterKMeans, ST_ClusterDBSCAN
Closes #3478

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

8 years agoPRId64 to LWTFMT_ELEMID
Sandro Santilli [Sat, 27 Feb 2016 09:21:31 +0000 (09:21 +0000)]
PRId64 to LWTFMT_ELEMID

Shoudl fix #3477

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

8 years agouse a new arg identifier winset for window functions.
Regina Obe [Sat, 27 Feb 2016 08:05:34 +0000 (08:05 +0000)]
use a new arg identifier winset for window functions.
Update window functions to be flagged as taking input geometry winset
Update templste.xml (to instruct how to flag window and aggregate functions)
Update the comments generation to handle the new geometry winset type arg
Closes #3474
Mark ST_ClusterWithin and ST_ClusterIntersecting
as taking geometry set (so flagged as aggregates)
Closes #3476

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

8 years agoFix sfcgal tickets_expected to match postgis proper for #2145 test.
Regina Obe [Sat, 27 Feb 2016 07:59:53 +0000 (07:59 +0000)]
Fix sfcgal tickets_expected to match postgis proper for #2145 test.
Closes #3473

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

8 years agoHarmonize w/ header
Paul Ramsey [Fri, 26 Feb 2016 15:05:26 +0000 (15:05 +0000)]
Harmonize w/ header

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

8 years agoSegmentize geography using equal length segments, from
Paul Ramsey [Fri, 26 Feb 2016 14:25:03 +0000 (14:25 +0000)]
Segmentize geography using equal length segments, from
https://github.com/postgis/postgis/pull/90
Hugo Mercier, @mhugo

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

8 years agoExpunge all trace of rt_init_allocators
Paul Ramsey [Fri, 26 Feb 2016 11:19:07 +0000 (11:19 +0000)]
Expunge all trace of rt_init_allocators

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

8 years agoBack out unique callback name change (#3429)
Paul Ramsey [Fri, 26 Feb 2016 09:53:09 +0000 (09:53 +0000)]
Back out unique callback name change (#3429)

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

8 years ago#3429, directly call set_handlers for allocator initialization
Paul Ramsey [Fri, 26 Feb 2016 09:51:29 +0000 (09:51 +0000)]
#3429, directly call set_handlers for allocator initialization

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

8 years agoAdd missing SFCGAL test results
Daniel Baston [Fri, 26 Feb 2016 08:21:55 +0000 (08:21 +0000)]
Add missing SFCGAL test results

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

8 years ago#2991, Enable ST_Transform to use PROJ.4 text (Mike Toews)
Daniel Baston [Thu, 25 Feb 2016 18:03:25 +0000 (18:03 +0000)]
#2991, Enable ST_Transform to use PROJ.4 text (Mike Toews)

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

8 years agoAvoid signature collision in altered callback function
Paul Ramsey [Thu, 25 Feb 2016 16:02:29 +0000 (16:02 +0000)]
Avoid signature collision in altered callback function

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

8 years agoSupport curves in centroid calculation via stroking
Paul Ramsey [Thu, 25 Feb 2016 15:58:40 +0000 (15:58 +0000)]
Support curves in centroid calculation via stroking
https://github.com/postgis/postgis/pull/95 (Remi Cura)

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

8 years ago#3469, support multipoint into to ST_MakeLine (Paul Norman)
Paul Ramsey [Thu, 25 Feb 2016 10:44:57 +0000 (10:44 +0000)]
#3469, support multipoint into to ST_MakeLine (Paul Norman)

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

8 years agoChange from on-the-fly raster context set-up to _PG_init()-driven context set-up...
Paul Ramsey [Thu, 25 Feb 2016 10:08:04 +0000 (10:08 +0000)]
Change from on-the-fly raster context set-up to _PG_init()-driven context set-up, hopefully to address upgrade issues on ubuntu

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

8 years agoAdd note per https://github.com/postgis/postgis/pull/14
Paul Ramsey [Thu, 25 Feb 2016 09:08:09 +0000 (09:08 +0000)]
Add note per https://github.com/postgis/postgis/pull/14

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

8 years agoRemove spare function defns
Paul Ramsey [Thu, 25 Feb 2016 08:56:42 +0000 (08:56 +0000)]
Remove spare function defns

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

8 years agoFix invalid func, add a missing func
Regina Obe [Wed, 24 Feb 2016 18:12:24 +0000 (18:12 +0000)]
Fix invalid func, add a missing func
References #2485

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

8 years agoCheck for side-location conflicts when adding a new edge
Sandro Santilli [Wed, 24 Feb 2016 17:25:11 +0000 (17:25 +0000)]
Check for side-location conflicts when adding a new edge

It is possible to trigger such failure adding an edge
to a corrupted topology. Test added.

See #3464

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

8 years agoFix initialization nit for @ustrk
Paul Ramsey [Wed, 24 Feb 2016 17:18:09 +0000 (17:18 +0000)]
Fix initialization nit for @ustrk

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

8 years agoPreliminary script to add search path to functions fix restore issues
Regina Obe [Wed, 24 Feb 2016 17:13:36 +0000 (17:13 +0000)]
Preliminary script to add search path to functions fix restore issues
References #2485

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

8 years ago#3437, ST_Intersects incorrect for MultiPoints
Daniel Baston [Wed, 24 Feb 2016 16:35:19 +0000 (16:35 +0000)]
#3437, ST_Intersects incorrect for MultiPoints

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

8 years agogitignore additions
Daniel Baston [Wed, 24 Feb 2016 16:25:57 +0000 (16:25 +0000)]
gitignore additions

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

8 years agoFix geography/geometry casting issues in buffer tests
Paul Ramsey [Wed, 24 Feb 2016 16:12:33 +0000 (16:12 +0000)]
Fix geography/geometry casting issues in buffer tests

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

8 years agoNegative indexing for ST_PointN and ST_SetPoint (Rémi Cura)
Daniel Baston [Wed, 24 Feb 2016 16:04:06 +0000 (16:04 +0000)]
Negative indexing for ST_PointN and ST_SetPoint (Rémi Cura)

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

8 years agoFix function signature to CREATE OR REPLACE
Paul Ramsey [Wed, 24 Feb 2016 16:02:25 +0000 (16:02 +0000)]
Fix function signature to CREATE OR REPLACE

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

8 years agoAdded parameters for geography buffering from @tbonfort
Paul Ramsey [Wed, 24 Feb 2016 15:59:10 +0000 (15:59 +0000)]
Added parameters for geography buffering from @tbonfort
https://github.com/postgis/postgis/pull/11

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

8 years ago#2743, avoid re-definition of GUCs during upgrade
Paul Ramsey [Wed, 24 Feb 2016 15:19:04 +0000 (15:19 +0000)]
#2743, avoid re-definition of GUCs during upgrade

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

8 years agoApply clean-up steps after set-up steps have been applied.
Paul Ramsey [Wed, 24 Feb 2016 14:32:39 +0000 (14:32 +0000)]
Apply clean-up steps after set-up steps have been applied.
https://github.com/postgis/postgis/pull/33

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

8 years agoSwitch from using random to rand(). random() not supported on windows (at least mingw64)
Regina Obe [Wed, 24 Feb 2016 14:00:02 +0000 (14:00 +0000)]
Switch from using random to rand(). random() not supported on windows (at least mingw64)

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

8 years agoMove all ST_Cluster* docs to measurement section
Daniel Baston [Wed, 24 Feb 2016 13:00:16 +0000 (13:00 +0000)]
Move all ST_Cluster* docs to measurement section

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

8 years agoAdd doc entry for ST_ClusterDBSCAN
Daniel Baston [Wed, 24 Feb 2016 12:48:55 +0000 (12:48 +0000)]
Add doc entry for ST_ClusterDBSCAN

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

8 years agoRename ST_KMeans to ST_ClusterKMeans, add doco
Paul Ramsey [Wed, 24 Feb 2016 11:40:55 +0000 (11:40 +0000)]
Rename ST_KMeans to ST_ClusterKMeans, add doco

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

8 years ago#3362, ST_ClusterDBSCAN
Daniel Baston [Wed, 24 Feb 2016 11:21:30 +0000 (11:21 +0000)]
#3362, ST_ClusterDBSCAN

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

8 years ago#3465, ST_Kmeans
Paul Ramsey [Wed, 24 Feb 2016 10:44:11 +0000 (10:44 +0000)]
#3465, ST_Kmeans

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

8 years ago#3461, add test case
Paul Ramsey [Tue, 23 Feb 2016 17:10:40 +0000 (17:10 +0000)]
#3461, add test case

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

8 years ago#3461 ST_GeomFromKML crashes Postgres when there are innerBoundaryIs and no outerBoun...
Paul Ramsey [Tue, 23 Feb 2016 16:57:57 +0000 (16:57 +0000)]
#3461 ST_GeomFromKML crashes Postgres when there are innerBoundaryIs and no outerBoundaryIs

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

8 years agoFix crash on face-collapsing edge change
Sandro Santilli [Tue, 23 Feb 2016 15:53:12 +0000 (15:53 +0000)]
Fix crash on face-collapsing edge change

See #3463

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

8 years agoNote use of flags
Paul Ramsey [Tue, 23 Feb 2016 14:49:09 +0000 (14:49 +0000)]
Note use of flags

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

9 years agoAdd Japanese translation, update templates
Sandro Santilli [Tue, 16 Feb 2016 09:18:38 +0000 (09:18 +0000)]
Add Japanese translation, update templates

Japanese translation imported from transifex and locally tweaked
to pass make check

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

9 years agoadd 2.2.1 release notes (forgot to do that after release of 2.2.1)
Regina Obe [Tue, 16 Feb 2016 05:08:24 +0000 (05:08 +0000)]
add 2.2.1 release notes (forgot to do that after release of 2.2.1)

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

9 years agoCapture GEOS error message in case of failure in ST_Voronoi
Daniel Baston [Wed, 10 Feb 2016 21:56:53 +0000 (21:56 +0000)]
Capture GEOS error message in case of failure in ST_Voronoi

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

9 years agoEnsure restored database is created the same as the initial one
Sandro Santilli [Tue, 9 Feb 2016 22:04:46 +0000 (22:04 +0000)]
Ensure restored database is created the same as the initial one

Fixes ORDER BY consistency, probably also with the loader tests
already tweaked to workaround this

See #3444

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

9 years agoRe-append "topology" schema on restore, with --dumprestore
Sandro Santilli [Tue, 9 Feb 2016 18:20:36 +0000 (18:20 +0000)]
Re-append "topology" schema on restore, with --dumprestore

See #3454

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

9 years agoDo not rely on storage order on querying loaded shapefiles
Sandro Santilli [Tue, 9 Feb 2016 16:52:07 +0000 (16:52 +0000)]
Do not rely on storage order on querying loaded shapefiles

Fixes runs with RUNTESTFLAGS=--dumprestore
See #3444

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

9 years agoAdd --dumprestore switch to ./run_test.pl
Sandro Santilli [Tue, 9 Feb 2016 15:47:59 +0000 (15:47 +0000)]
Add --dumprestore switch to ./run_test.pl

See #3444

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

9 years agoReally generate system_ref_sys config dump for extension
Sandro Santilli [Tue, 9 Feb 2016 14:18:58 +0000 (14:18 +0000)]
Really generate system_ref_sys config dump for extension

See #3443

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

9 years agoCreate sql_bits dir if not present
Sandro Santilli [Tue, 9 Feb 2016 11:53:53 +0000 (11:53 +0000)]
Create sql_bits dir if not present

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

9 years agoDrop temporarely added geometry_distance_box_nd(geometry,geometry)
Sandro Santilli [Tue, 9 Feb 2016 10:51:00 +0000 (10:51 +0000)]
Drop temporarely added geometry_distance_box_nd(geometry,geometry)

See #3450

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

9 years agoDrop temporarely existing deprecated st_effectivearea signature
Sandro Santilli [Tue, 9 Feb 2016 10:41:01 +0000 (10:41 +0000)]
Drop temporarely existing deprecated st_effectivearea signature

See #3450

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

9 years agoDrop temporarely added tkwb aggregate and support functions
Sandro Santilli [Tue, 9 Feb 2016 09:43:33 +0000 (09:43 +0000)]
Drop temporarely added tkwb aggregate and support functions

These were added during 2.2.0 development
but removed before going final.

See #3450

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

9 years agoDefine PERL before use
Sandro Santilli [Tue, 9 Feb 2016 09:09:01 +0000 (09:09 +0000)]
Define PERL before use

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

9 years agoFurther simplify extension wrapping
Sandro Santilli [Tue, 9 Feb 2016 08:35:02 +0000 (08:35 +0000)]
Further simplify extension wrapping

See #3450

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

9 years agoWrap every DROP to first unregister object from postgis extension
Sandro Santilli [Tue, 9 Feb 2016 08:28:56 +0000 (08:28 +0000)]
Wrap every DROP to first unregister object from postgis extension

Also drop temporarely introduced ST_AsTWKB signature.
See #3450

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

9 years agoRevert "Unregister all functions before starting postgis extention upgrade"
Sandro Santilli [Mon, 8 Feb 2016 17:16:12 +0000 (17:16 +0000)]
Revert "Unregister all functions before starting postgis extention upgrade"

This reverts r14629 (see #3450)

The code was broken (but the idea is still good to evaluate)

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

9 years agoUnregister all functions before starting postgis extention upgrade
Sandro Santilli [Mon, 8 Feb 2016 16:54:36 +0000 (16:54 +0000)]
Unregister all functions before starting postgis extention upgrade

Also drop temporarely introduced ST_AsTWKB signature.
See #3450

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

9 years agoSpelling error fixes from Sebastiaan Couwenberg
Regina Obe [Sun, 7 Feb 2016 05:37:38 +0000 (05:37 +0000)]
Spelling error fixes from Sebastiaan Couwenberg
references #3449

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

9 years agoFix return type of AddTopoGeometryColumn in documentation
Sandro Santilli [Fri, 29 Jan 2016 08:09:20 +0000 (08:09 +0000)]
Fix return type of AddTopoGeometryColumn in documentation

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

9 years agoAutomatically generate system_ref_sys config dump for extension
Sandro Santilli [Thu, 28 Jan 2016 10:26:27 +0000 (10:26 +0000)]
Automatically generate system_ref_sys config dump for extension

Fixes #3443

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

9 years agoDocument which functions Enhanced by PIP change. references #75
Regina Obe [Sat, 23 Jan 2016 08:41:48 +0000 (08:41 +0000)]
Document which functions Enhanced by PIP change. references #75
Also add section to show enhancments in xsl generation script

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

9 years agoCopy new regress tests into sfcgal expected results
Daniel Baston [Thu, 21 Jan 2016 23:55:30 +0000 (23:55 +0000)]
Copy new regress tests into sfcgal expected results

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