]>
granicus.if.org Git - postgis/log
Regina Obe [Tue, 10 May 2011 04:54:28 +0000 (04:54 +0000)]
fix some comments
git-svn-id: http://svn.osgeo.org/postgis/trunk@7122
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 10 May 2011 03:57:09 +0000 (03:57 +0000)]
put in a todo why I'm punting properly handling holes for now
git-svn-id: http://svn.osgeo.org/postgis/trunk@7121
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 9 May 2011 19:59:39 +0000 (19:59 +0000)]
more cleanup of normalize_address function
git-svn-id: http://svn.osgeo.org/postgis/trunk@7120
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 9 May 2011 16:10:57 +0000 (16:10 +0000)]
put in missing constraints
git-svn-id: http://svn.osgeo.org/postgis/trunk@7119
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 9 May 2011 15:16:30 +0000 (15:16 +0000)]
Implement, document, and regress-test SQL/MM ST_NewEdgeHeal [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7118
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 9 May 2011 15:00:15 +0000 (15:00 +0000)]
major speed improvements to normalize_address
git-svn-id: http://svn.osgeo.org/postgis/trunk@7117
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 9 May 2011 14:17:05 +0000 (14:17 +0000)]
Check for "other connected edges" before TopoGeometry definitions
git-svn-id: http://svn.osgeo.org/postgis/trunk@7116
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 9 May 2011 14:07:12 +0000 (14:07 +0000)]
Fix path to raster (regress) enabler script. Fixes ticket #947.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7115
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 8 May 2011 19:34:28 +0000 (19:34 +0000)]
some explanation of theoretical vs. actual
git-svn-id: http://svn.osgeo.org/postgis/trunk@7114
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 8 May 2011 17:20:59 +0000 (17:20 +0000)]
mark as immutable
git-svn-id: http://svn.osgeo.org/postgis/trunk@7113
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 8 May 2011 17:18:38 +0000 (17:18 +0000)]
more cleanup. Get rid of more deprecated functions, put in more stable,imuutable markers. Change some functions from plpgsql to sql
git-svn-id: http://svn.osgeo.org/postgis/trunk@7112
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 8 May 2011 16:36:55 +0000 (16:36 +0000)]
Put in costing and make most of the functions either STABLE or IMMUTABLE. We were loosing a lot of cacheability of that. Also put in instructions in README how to upgrade the scripts. Will need to put this in the official docs too once cleaned that up a bit.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7111
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 7 May 2011 16:33:59 +0000 (16:33 +0000)]
put in clock timestamps in debugging logic. We seem to be loosing more time on this normalize than we should be.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7110
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 6 May 2011 21:39:46 +0000 (21:39 +0000)]
ST_ModEdgeHeal: move check for TopoGeometry after check for connected edges. Fixes bug #942 and regress-tests it [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7109
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 6 May 2011 21:21:55 +0000 (21:21 +0000)]
topology.ST_ModEdgeHeal: Check for edge existance before TopoGeometry definitions. Fixes bug #941 and regress-tests it.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7108
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Fri, 6 May 2011 14:29:04 +0000 (14:29 +0000)]
Trailing spaces removed from raster files.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7107
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Fri, 6 May 2011 12:06:29 +0000 (12:06 +0000)]
Changes in raster memory management:
- Only calling function memory context is used, except in SRF functions, where
multi_call_memory_ctx is used.
- rt_context internals hidden. The memory management and error reporting is
performed by rtalloc/rterror family functions. They simply call rt_context
struct fields as requested. Same philosophy here than in liblwgeom.
- Now rt_context memory is statically allocated. Before this, new memory for
rt_context was allocated in every function call. And the memory was allocated
outside the calling function (in fcinfo->flinfo->fn_mcxt postgres memory
context).
git-svn-id: http://svn.osgeo.org/postgis/trunk@7106
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 6 May 2011 06:46:58 +0000 (06:46 +0000)]
Closer-to-iso exceptions from ST_GetFaceEdges/ST_ModEdgeHeal [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7105
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 5 May 2011 21:12:54 +0000 (21:12 +0000)]
Drop commented out code
git-svn-id: http://svn.osgeo.org/postgis/trunk@7104
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 5 May 2011 21:12:49 +0000 (21:12 +0000)]
Do not attempt to read points from empty pointarrays (thanks valgrind for finding this)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7103
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 5 May 2011 21:12:43 +0000 (21:12 +0000)]
Allow dumping polygons with empty rings, fixing bug #937, add unit testing for that case.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7102
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 5 May 2011 12:13:45 +0000 (12:13 +0000)]
amend
git-svn-id: http://svn.osgeo.org/postgis/trunk@7101
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 5 May 2011 08:32:36 +0000 (08:32 +0000)]
another generated file git-ignored
git-svn-id: http://svn.osgeo.org/postgis/trunk@7100
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 5 May 2011 07:34:27 +0000 (07:34 +0000)]
Ignore new generated files
git-svn-id: http://svn.osgeo.org/postgis/trunk@7099
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 5 May 2011 07:30:27 +0000 (07:30 +0000)]
replace osgeo log with project one and one that is not transparent so looks okay in pdf. Add PostGIS logo. Move logos to cover page.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7098
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 5 May 2011 02:45:45 +0000 (02:45 +0000)]
get rid of literal wrapper
git-svn-id: http://svn.osgeo.org/postgis/trunk@7097
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 5 May 2011 02:44:25 +0000 (02:44 +0000)]
amend faq and fix some typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@7096
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 5 May 2011 02:30:58 +0000 (02:30 +0000)]
Update Chris' bio now that he is taking on more of an active role
git-svn-id: http://svn.osgeo.org/postgis/trunk@7095
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 5 May 2011 02:26:15 +0000 (02:26 +0000)]
attempt at OSGeo branding our documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@7094
b70326c6 -7e19-0410-871a-
916f4a2858ee
Chris Hodgson [Wed, 4 May 2011 23:56:34 +0000 (23:56 +0000)]
merged changes r7092 to fix null handling in st_collect for #912, #630 in 1.5 branch into trunk
git-svn-id: http://svn.osgeo.org/postgis/trunk@7093
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:34:20 +0000 (18:34 +0000)]
Add note about updating joined edges and relationships, touch ST_ModEdgeSplit, ST_NewEdgeSplit, ST_ModEdgeHeal [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7091
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:20:26 +0000 (18:20 +0000)]
Document ST_ModEdgeHeal [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7090
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:20:20 +0000 (18:20 +0000)]
ST_ModEdgeHeal: update TopoGeom definitions, and test it [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7089
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:20:11 +0000 (18:20 +0000)]
Test that healing of two edges is forbidden if any topogeom is defined by only one of them [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7088
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:20:01 +0000 (18:20 +0000)]
Forbid healing edges if any feature is defined by only one of the two [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7087
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:19:51 +0000 (18:19 +0000)]
Complete primitive (SQL/MM) portion of ST_ModEdgeHeal, regress test [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7086
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:19:39 +0000 (18:19 +0000)]
Stub topology.ST_ModEdgeHeal [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7085
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 3 May 2011 16:56:10 +0000 (16:56 +0000)]
Add examples of ST_GetFaceEdges
git-svn-id: http://svn.osgeo.org/postgis/trunk@7084
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 3 May 2011 13:35:55 +0000 (13:35 +0000)]
more work on handling 3d polygons with holes
git-svn-id: http://svn.osgeo.org/postgis/trunk@7083
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 3 May 2011 13:32:55 +0000 (13:32 +0000)]
extent() -> st_extent()
git-svn-id: http://svn.osgeo.org/postgis/trunk@7082
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 3 May 2011 13:32:41 +0000 (13:32 +0000)]
Implement ST_GetFaceEdges (sql/mm topology function) [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7081
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 3 May 2011 12:45:31 +0000 (12:45 +0000)]
Use strk's suggestion of quieting hudson reqress by adding a \set VERBOSITY terse
git-svn-id: http://svn.osgeo.org/postgis/trunk@7080
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 3 May 2011 08:20:00 +0000 (08:20 +0000)]
Move type definition close to the function using it (ST_GetFaceEdges)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7079
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 1 May 2011 02:46:40 +0000 (02:46 +0000)]
Fix handling of 3d polygons (still doesn't handle holes right), update doc to show example and also caveats so far, add polygon and polyhedralsurface example to c unit tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@7078
b70326c6 -7e19-0410-871a-
916f4a2858ee
Olivier Courtin [Sat, 30 Apr 2011 22:26:18 +0000 (22:26 +0000)]
First implementation of #459. Still need unit tests and docs
git-svn-id: http://svn.osgeo.org/postgis/trunk@7077
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 30 Apr 2011 08:38:38 +0000 (08:38 +0000)]
put topology_comments generation back in the overall comments make
git-svn-id: http://svn.osgeo.org/postgis/trunk@7075
b70326c6 -7e19-0410-871a-
916f4a2858ee
Olivier Courtin [Sat, 30 Apr 2011 08:29:09 +0000 (08:29 +0000)]
Fix #933. Update related unit test. Add a convenient way to trace error in ST_GeomFromGML function
git-svn-id: http://svn.osgeo.org/postgis/trunk@7074
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 29 Apr 2011 19:10:24 +0000 (19:10 +0000)]
fix some typos in tiger geocoder documentation and hmm if Hudson is hiccuping (causing Olivier headaches), this might be the water he needs.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7073
b70326c6 -7e19-0410-871a-
916f4a2858ee
Olivier Courtin [Fri, 29 Apr 2011 18:39:38 +0000 (18:39 +0000)]
Add LinearRing unit test for ST_GeomFromGML. Related to #905
git-svn-id: http://svn.osgeo.org/postgis/trunk@7072
b70326c6 -7e19-0410-871a-
916f4a2858ee
Olivier Courtin [Fri, 29 Apr 2011 17:44:00 +0000 (17:44 +0000)]
Add an srid default value as second optional parameter for ST_GeomFromGML. Related to #906. Remove a wrong srsName definition. Update doc and unit test
git-svn-id: http://svn.osgeo.org/postgis/trunk@7071
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 28 Apr 2011 21:05:41 +0000 (21:05 +0000)]
Fix for #927
git-svn-id: http://svn.osgeo.org/postgis/trunk@7070
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 28 Apr 2011 17:57:42 +0000 (17:57 +0000)]
fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@7069
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 26 Apr 2011 12:35:02 +0000 (12:35 +0000)]
#722 More deprecated functions: Get rid Extent deprecated aggregate, find_extent, Combine_BBox,StartPoint, EndPoint
git-svn-id: http://svn.osgeo.org/postgis/trunk@7065
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 25 Apr 2011 21:19:38 +0000 (21:19 +0000)]
missed a spot
git-svn-id: http://svn.osgeo.org/postgis/trunk@7064
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 25 Apr 2011 21:18:15 +0000 (21:18 +0000)]
#923: document fix
git-svn-id: http://svn.osgeo.org/postgis/trunk@7063
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 25 Apr 2011 20:43:06 +0000 (20:43 +0000)]
more link back to legacy_faq in release notes and what's changed
git-svn-id: http://svn.osgeo.org/postgis/trunk@7062
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 25 Apr 2011 20:32:10 +0000 (20:32 +0000)]
more update of credits
git-svn-id: http://svn.osgeo.org/postgis/trunk@7061
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 25 Apr 2011 18:49:06 +0000 (18:49 +0000)]
Fix spelling of chodgson
git-svn-id: http://svn.osgeo.org/postgis/trunk@7060
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 23 Apr 2011 08:19:07 +0000 (08:19 +0000)]
Add faq about how to get back removed legacy functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@7059
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 23 Apr 2011 08:03:42 +0000 (08:03 +0000)]
Add missing ST_MapAlgebra proto
git-svn-id: http://svn.osgeo.org/postgis/trunk@7058
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Fri, 22 Apr 2011 11:36:04 +0000 (11:36 +0000)]
MapAlgebra expected test messages updated.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7057
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 21 Apr 2011 18:51:34 +0000 (18:51 +0000)]
Function necessary for ST_Histogram with a geometry parameter
git-svn-id: http://svn.osgeo.org/postgis/trunk@7056
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 21 Apr 2011 15:03:55 +0000 (15:03 +0000)]
-First version of ST_Histogram
git-svn-id: http://svn.osgeo.org/postgis/trunk@7055
b70326c6 -7e19-0410-871a-
916f4a2858ee
Nicklas Avén [Wed, 20 Apr 2011 09:23:30 +0000 (09:23 +0000)]
Fix bug #918
git-svn-id: http://svn.osgeo.org/postgis/trunk@7054
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 20 Apr 2011 08:36:29 +0000 (08:36 +0000)]
take out topology_comments build from make comments -- seems to be making Hudson mad. Will put back in later. I think this is flaw in docbook and its trying to download a buggy docbook version since it succeeds for me when built separately but not built in chain. Will try to put back later.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7053
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 20 Apr 2011 08:34:12 +0000 (08:34 +0000)]
attempt at itemizing our licensing terms and licenses in use by various files and dependencies
git-svn-id: http://svn.osgeo.org/postgis/trunk@7052
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 20 Apr 2011 08:06:25 +0000 (08:06 +0000)]
minor indent change
git-svn-id: http://svn.osgeo.org/postgis/trunk@7051
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 20 Apr 2011 07:04:35 +0000 (07:04 +0000)]
Hudson is a demanding man. Try to make him happy again so he builds the docs again.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7050
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 19 Apr 2011 16:58:57 +0000 (16:58 +0000)]
Document topology.polygonize(<toponame>)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7049
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 19 Apr 2011 16:58:52 +0000 (16:58 +0000)]
Regress test for topology.polygonize(<toponame>)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7048
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 19 Apr 2011 16:58:42 +0000 (16:58 +0000)]
Add topology.polygonize(<toponame>) function, see ticket #916
git-svn-id: http://svn.osgeo.org/postgis/trunk@7047
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 19 Apr 2011 16:51:29 +0000 (16:51 +0000)]
#914 separate chip legacy functions from rest of legacy functions (regular legacy will be converted to legacy.sql, but chip won't for now)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7046
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 18 Apr 2011 14:08:30 +0000 (14:08 +0000)]
fix for #913 replace geometry2box2d with LWGEOM_to_BOX2DFLOAT4 in st_box2d function definition.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7045
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 17 Apr 2011 16:41:10 +0000 (16:41 +0000)]
variable for buffer styles
git-svn-id: http://svn.osgeo.org/postgis/trunk@7044
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Fri, 15 Apr 2011 20:34:20 +0000 (20:34 +0000)]
Warn that this function was implemented in C
git-svn-id: http://svn.osgeo.org/postgis/trunk@7042
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Fri, 15 Apr 2011 20:30:52 +0000 (20:30 +0000)]
-The minimum for float and double are -FLT_MAX & -DBL_MAX
-Stacked some CASE options
git-svn-id: http://svn.osgeo.org/postgis/trunk@7041
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Fri, 15 Apr 2011 18:06:59 +0000 (18:06 +0000)]
-Fix for #651. Replace "scale" parameter for "pixelsize".
git-svn-id: http://svn.osgeo.org/postgis/trunk@7040
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Fri, 15 Apr 2011 18:05:25 +0000 (18:05 +0000)]
-Fix for #651. Replace "scale" parameter for "pixelsize".
git-svn-id: http://svn.osgeo.org/postgis/trunk@7039
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Fri, 15 Apr 2011 17:56:46 +0000 (17:56 +0000)]
Bug fixed: Loader tried to insert in <schema>.raster_overviews instead of public.raster_overviews
git-svn-id: http://svn.osgeo.org/postgis/trunk@7038
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 15 Apr 2011 11:21:11 +0000 (11:21 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7037
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 15 Apr 2011 11:19:12 +0000 (11:19 +0000)]
change to all line feed
git-svn-id: http://svn.osgeo.org/postgis/trunk@7036
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 15 Apr 2011 11:15:59 +0000 (11:15 +0000)]
more patch corrections to support sh
git-svn-id: http://svn.osgeo.org/postgis/trunk@7035
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 15 Apr 2011 11:03:45 +0000 (11:03 +0000)]
cleanup of breaks minor other changes
git-svn-id: http://svn.osgeo.org/postgis/trunk@7034
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 15 Apr 2011 11:00:57 +0000 (11:00 +0000)]
replace with linux breaks, minor changes to paths
git-svn-id: http://svn.osgeo.org/postgis/trunk@7033
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Thu, 14 Apr 2011 16:29:21 +0000 (16:29 +0000)]
palloc return value doesn't need to be checked, because if out of memory, function ends with elog(ERROR). It never returns NULL.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7032
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 14 Apr 2011 13:50:39 +0000 (13:50 +0000)]
Drop the unused BUILD_RASTER configure variable, fix use of the RASTER variable. Fixes bug #910.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7031
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 14 Apr 2011 11:07:42 +0000 (11:07 +0000)]
Properly credit Stadt Uster, co-sponsor of buffer styles in 1.5
git-svn-id: http://svn.osgeo.org/postgis/trunk@7030
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 14 Apr 2011 11:07:33 +0000 (11:07 +0000)]
Implement SnapToGrid for CIRCULARSTRING and COMPOUNDCURVE. Just enough to fix #183.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7029
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 14 Apr 2011 10:38:22 +0000 (10:38 +0000)]
Do not error out if things are clean already
git-svn-id: http://svn.osgeo.org/postgis/trunk@7028
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 14 Apr 2011 10:36:08 +0000 (10:36 +0000)]
Properly clean in loader's cunit test dir
git-svn-id: http://svn.osgeo.org/postgis/trunk@7027
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Wed, 13 Apr 2011 19:53:58 +0000 (19:53 +0000)]
Context freed. It's not necessary.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7026
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Wed, 13 Apr 2011 19:44:48 +0000 (19:44 +0000)]
Fixed bug from ticket #837. Some other improvements in RASTER_mapAlgebra. Minor bug fixed in rt_raster_serialized_size.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7025
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 13 Apr 2011 11:21:31 +0000 (11:21 +0000)]
Add test for ticket #834
git-svn-id: http://svn.osgeo.org/postgis/trunk@7024
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Leslie [Wed, 13 Apr 2011 10:25:06 +0000 (10:25 +0000)]
Adding a dbf filter for file selection.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7023
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 13 Apr 2011 08:08:46 +0000 (08:08 +0000)]
Have 'svnrebase' rule use an authors file rather than command. Lets older git do it (old git on the machine currently mirroring the codebase to github).
git-svn-id: http://svn.osgeo.org/postgis/trunk@7022
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 13 Apr 2011 07:57:17 +0000 (07:57 +0000)]
Add svnrebase rule, to facilitate use from git
git-svn-id: http://svn.osgeo.org/postgis/trunk@7021
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 13 Apr 2011 07:41:53 +0000 (07:41 +0000)]
Add script to be used with git-svn --authors-prog
git-svn-id: http://svn.osgeo.org/postgis/trunk@7020
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 12 Apr 2011 12:34:12 +0000 (12:34 +0000)]
Quiet quiet Hudson
git-svn-id: http://svn.osgeo.org/postgis/trunk@7019
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 11 Apr 2011 17:13:51 +0000 (17:13 +0000)]
credit change
git-svn-id: http://svn.osgeo.org/postgis/trunk@7018
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 11 Apr 2011 16:17:17 +0000 (16:17 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7017
b70326c6 -7e19-0410-871a-
916f4a2858ee