]> granicus.if.org Git - postgis/log
postgis
13 years agoAdd Jose and Even to credits
Regina Obe [Thu, 8 Dec 2011 14:44:46 +0000 (14:44 +0000)]
Add Jose and Even to credits

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

13 years agoAdd a note about ST_Estimated_Extent on empty or non-analyzed tables (#877)
Sandro Santilli [Thu, 8 Dec 2011 13:35:31 +0000 (13:35 +0000)]
Add a note about ST_Estimated_Extent on empty or non-analyzed tables (#877)

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

13 years agoHave ST_Estimated_Extent return NULL when no stats are found for a table.
Sandro Santilli [Thu, 8 Dec 2011 11:29:00 +0000 (11:29 +0000)]
Have ST_Estimated_Extent return NULL when no stats are found for a table.

No stats means empty table or no run of analyze. Warn about that.
These Fixes bug #877. Includes regress test.

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

13 years agoHush VACUUM and ANALYZE backend feedback while running tests
Sandro Santilli [Thu, 8 Dec 2011 11:28:53 +0000 (11:28 +0000)]
Hush VACUUM and ANALYZE backend feedback while running tests

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

13 years agotopology.AddToSearchPath: quote database identifier.
Sandro Santilli [Thu, 8 Dec 2011 08:07:58 +0000 (08:07 +0000)]
topology.AddToSearchPath: quote database identifier.

Thanks to Jose Carlos Martinez Llario <jomarlla@cgf.upv.es>

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

13 years agoAdded rt_raster_set_pixel_line for use when setting values for sequential pixels...
Bborie Park [Wed, 7 Dec 2011 20:46:47 +0000 (20:46 +0000)]
Added rt_raster_set_pixel_line for use when setting values for sequential pixels.  Should be faster than repeated calls to rt_raster_set_pixel.

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

13 years agoRefactored the GDALRasterIO part of rt_raster_from_gdal_dataset to use scanlines...
Bborie Park [Wed, 7 Dec 2011 15:29:46 +0000 (15:29 +0000)]
Refactored the GDALRasterIO part of rt_raster_from_gdal_dataset to use scanlines instead of "natural" blocks, which dramatically simplifies the code and makes it easier to maintain.

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

13 years agoalphabetize and update tester credits
Regina Obe [Wed, 7 Dec 2011 06:17:56 +0000 (06:17 +0000)]
alphabetize and update tester credits

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

13 years agoupdate license to provide detail about documentation license and copyright of data...
Regina Obe [Wed, 7 Dec 2011 03:41:57 +0000 (03:41 +0000)]
update license to provide detail about documentation license and copyright of data etc.

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

13 years agoFixed regression issue with rt_raster_from_gdal_dataset by explicitly setting the...
Bborie Park [Wed, 7 Dec 2011 01:15:46 +0000 (01:15 +0000)]
Fixed regression issue with rt_raster_from_gdal_dataset by explicitly setting the valid block sizes passed into GDALRasterIO.  Probably related to the changes made in r8309

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

13 years agoRemoved attempt to duplicate entire band in rt_raster_from_gdal_dataset
Bborie Park [Tue, 6 Dec 2011 16:48:12 +0000 (16:48 +0000)]
Removed attempt to duplicate entire band in rt_raster_from_gdal_dataset

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

13 years agoput some obsolete notes in existing management functions. Now that raster_columns...
Regina Obe [Tue, 6 Dec 2011 14:40:21 +0000 (14:40 +0000)]
put some obsolete notes in existing management functions.  Now that raster_columns is a view no longer need to use management functions to drop or add raster columns or tables.  Will document the new addconstraints etc. taht replaces much of these soon.

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

13 years agoAdd copyright header. Date and attribution looked up by SCM history.
Sandro Santilli [Tue, 6 Dec 2011 12:16:47 +0000 (12:16 +0000)]
Add copyright header. Date and attribution looked up by SCM history.

Verified by my own memory (I wrote the initial vesion of that file)

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

13 years agoResolved a bunch of memory issues related to use of SPI that have been bugging me...
Bborie Park [Tue, 6 Dec 2011 06:06:28 +0000 (06:06 +0000)]
Resolved a bunch of memory issues related to use of SPI that have been bugging me for a while.  Tested successfully in Linux 32 and 64-bit and OSX 64-bit.

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

13 years agoAs per discussions and ticket #1319, raster_columns and raster_overviews are now...
Bborie Park [Mon, 5 Dec 2011 18:58:51 +0000 (18:58 +0000)]
As per discussions and ticket #1319, raster_columns and raster_overviews are now constraint-based views.  AddRasterColumn, DropRasterColumn and DropRasterTable are now deprecated in favor of AddRasterConstraints and DropRasterConstraints.  Additional constraints are now available for enforcing the consistency of the rasters in a table.

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

13 years agoRemoved division by bin-width for when bin-widths are specified in ST_Histogram
Bborie Park [Mon, 5 Dec 2011 18:36:56 +0000 (18:36 +0000)]
Removed division by bin-width for when bin-widths are specified in ST_Histogram

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

13 years agoCorrectly free raster memory when handling NULL rasters.
Bborie Park [Mon, 5 Dec 2011 02:06:37 +0000 (02:06 +0000)]
Correctly free raster memory when handling NULL rasters.

Associated ticket is #1349

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

13 years ago#1343: get rid of geomvalxy and change ST_PixelAsPolygons to use default args and...
Regina Obe [Sat, 3 Dec 2011 08:29:50 +0000 (08:29 +0000)]
#1343: get rid of geomvalxy and change ST_PixelAsPolygons to use default args and do without geomvalxy

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

13 years ago#1338 - document ST_PixelWidth/Height
Regina Obe [Sat, 3 Dec 2011 07:24:02 +0000 (07:24 +0000)]
#1338 - document ST_PixelWidth/Height

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

13 years agoRemoved VARIADIC from ST_BandMetadata. Associated ticket is #1343.
Bborie Park [Sat, 3 Dec 2011 06:54:04 +0000 (06:54 +0000)]
Removed VARIADIC from ST_BandMetadata.  Associated ticket is #1343.

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

13 years ago#1346: fix misuse of quote_literal causing topology, topology, topology, topology
Regina Obe [Fri, 2 Dec 2011 17:44:26 +0000 (17:44 +0000)]
#1346: fix misuse of quote_literal causing topology, topology, topology, topology

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

13 years agoEncode dependency of topology.sql on ManageHelper.sql
Sandro Santilli [Fri, 2 Dec 2011 17:28:16 +0000 (17:28 +0000)]
Encode dependency of topology.sql on ManageHelper.sql

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

13 years agomore revisions to cross streets logic -- don't rely on start point working with multi...
Regina Obe [Fri, 2 Dec 2011 15:43:01 +0000 (15:43 +0000)]
more revisions to cross streets logic -- don't rely on start point working with multilinestrings. change tfid to be unique index on faces.

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

13 years agoAdded cleanup statements for bandmetatype type and change function signature for...
Bborie Park [Fri, 2 Dec 2011 15:22:33 +0000 (15:22 +0000)]
Added cleanup statements for bandmetatype type and change function signature for st_bandmetadata.

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

13 years agoRemoved the type bandmetadata as per #1343.
Bborie Park [Fri, 2 Dec 2011 15:13:44 +0000 (15:13 +0000)]
Removed the type bandmetadata as per #1343.

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

13 years agomove geocode_intersection.sql to user api section since it is documented.
Regina Obe [Fri, 2 Dec 2011 08:07:15 +0000 (08:07 +0000)]
move geocode_intersection.sql to user api section since it is documented.

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

13 years agotry to make emphasis bold by putting in a role='bold'
Regina Obe [Fri, 2 Dec 2011 06:27:51 +0000 (06:27 +0000)]
try to make emphasis bold by putting in a role='bold'

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

13 years agoreplace ~= with ST_OrderingEquals (now that we got rid of recheck the older ~= no...
Regina Obe [Thu, 1 Dec 2011 20:41:20 +0000 (20:41 +0000)]
replace ~= with ST_OrderingEquals (now that we got rid of recheck the older ~= no longer is a truish geometry equality operator

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

13 years agoemphasize approximate in KNN operators to reduce the chance of any misunderstandings
Regina Obe [Thu, 1 Dec 2011 20:37:22 +0000 (20:37 +0000)]
emphasize approximate in KNN operators to reduce the chance of any misunderstandings

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

13 years agomake compatible with postgresql 8.4, more speed improvements
Regina Obe [Thu, 1 Dec 2011 19:06:41 +0000 (19:06 +0000)]
make compatible with postgresql 8.4, more speed improvements

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

13 years agomissed a spot about occasions where point distance is not same as <->
Regina Obe [Thu, 1 Dec 2011 17:52:15 +0000 (17:52 +0000)]
missed a spot about occasions where point distance is not same as <->

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

13 years agotry to clarify accuracy etc. of <#> and <->
Regina Obe [Thu, 1 Dec 2011 17:38:08 +0000 (17:38 +0000)]
try to clarify accuracy etc. of <#> and <->

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

13 years agoTicket 1342. Integrate ST_PixelAsPolygons into rtpostgis.sql
Pierre Racine [Thu, 1 Dec 2011 16:14:16 +0000 (16:14 +0000)]
Ticket 1342. Integrate ST_PixelAsPolygons into rtpostgis.sql

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

13 years agoReturn null when band number does not exist.
Pierre Racine [Thu, 1 Dec 2011 16:07:24 +0000 (16:07 +0000)]
Return null when band number does not exist.

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

13 years agoRemoved ST_MinPossibleVal defined in another script
Pierre Racine [Thu, 1 Dec 2011 16:06:40 +0000 (16:06 +0000)]
Removed ST_MinPossibleVal defined in another script

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

13 years agoAdded doc, more test and return null when band number does not exist.
Pierre Racine [Thu, 1 Dec 2011 16:05:42 +0000 (16:05 +0000)]
Added doc, more test and return null when band number does not exist.

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

13 years agoTicket 1342. Integrate ST_Clip script into rtpostgis.sql
Pierre Racine [Thu, 1 Dec 2011 15:52:39 +0000 (15:52 +0000)]
Ticket 1342. Integrate ST_Clip script into rtpostgis.sql

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

13 years agoTicket #1340. Integrate ST_Union into rtpostgis.sql
Pierre Racine [Thu, 1 Dec 2011 15:15:34 +0000 (15:15 +0000)]
Ticket #1340. Integrate ST_Union into rtpostgis.sql

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

13 years agoReplaced AsBinary with ST_AsBinary in the test section
Pierre Racine [Thu, 1 Dec 2011 15:11:15 +0000 (15:11 +0000)]
Replaced AsBinary with ST_AsBinary in the test section

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

13 years ago#1337 clarify what sql is good for and get rid of some other obsolete syntax (this...
Regina Obe [Thu, 1 Dec 2011 13:32:10 +0000 (13:32 +0000)]
#1337 clarify what sql is good for and get rid of some other obsolete syntax   (this really needs to be read with a fine-tooth comb).  The amount of obsolete info in this chapter is mesmerizing

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

13 years ago#1333 geocode_intersections: would help to actually include the function to.
Regina Obe [Thu, 1 Dec 2011 08:36:30 +0000 (08:36 +0000)]
#1333 geocode_intersections: would help to actually include the function to.

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

13 years ago#1333 geocode intersections
Regina Obe [Thu, 1 Dec 2011 08:28:22 +0000 (08:28 +0000)]
#1333 geocode intersections

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

13 years agoAdded neighborhood hillshade on top of ST_MapAlgebraFctNgb. Part of #1318
David Zwarg [Thu, 1 Dec 2011 04:29:24 +0000 (04:29 +0000)]
Added neighborhood hillshade on top of ST_MapAlgebraFctNgb. Part of #1318

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

13 years agoTweaked ST_BandMetadata so that calling the function with an empty array returns...
Bborie Park [Thu, 1 Dec 2011 02:23:46 +0000 (02:23 +0000)]
Tweaked ST_BandMetadata so that calling the function with an empty array returns all metadata of all bands.  Example: ST_BandMetadata(rast, VARIADIC ARRAY[]::int[])

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

13 years agoCopied from ST_MapAlgebra.sql
Pierre Racine [Thu, 1 Dec 2011 01:11:28 +0000 (01:11 +0000)]
Copied from ST_MapAlgebra.sql

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

13 years agoCopied from ST_Union
Pierre Racine [Thu, 1 Dec 2011 01:10:24 +0000 (01:10 +0000)]
Copied from ST_Union

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

13 years agoSome cleaning before inclusion in rtpostgis.sql
Pierre Racine [Thu, 1 Dec 2011 01:09:22 +0000 (01:09 +0000)]
Some cleaning before inclusion in rtpostgis.sql
Removed ST_MultiBandMapAlgebra and ST_HasNoBand

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

13 years agoReturn the last band when the provided band number does not exist.
Pierre Racine [Thu, 1 Dec 2011 01:07:58 +0000 (01:07 +0000)]
Return the last band when the provided band number does not exist.

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

13 years agoAdded some variants and tests
Pierre Racine [Thu, 1 Dec 2011 01:07:10 +0000 (01:07 +0000)]
Added some variants and tests

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

13 years agoplpgsql implementation for st_clip.sql(raster, geom)
Pierre Racine [Wed, 30 Nov 2011 22:42:13 +0000 (22:42 +0000)]
plpgsql implementation for st_clip.sql(raster, geom)

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

13 years agoAdded the id of the polygon in the example
Pierre Racine [Wed, 30 Nov 2011 22:41:39 +0000 (22:41 +0000)]
Added the id of the polygon in the example

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

13 years agoAdded ST_Aspect map algebra neighborhood shortcut function. #1318
David Zwarg [Wed, 30 Nov 2011 22:34:29 +0000 (22:34 +0000)]
Added ST_Aspect map algebra neighborhood shortcut function. #1318

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

13 years agoAdded ST_Slope map algebra neighborhood shortcut function.
David Zwarg [Wed, 30 Nov 2011 21:44:36 +0000 (21:44 +0000)]
Added ST_Slope map algebra neighborhood shortcut function.

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

13 years agoFixed ST_AsRaster to duplicate exactly the attributes of a reference raster.
Bborie Park [Wed, 30 Nov 2011 20:35:57 +0000 (20:35 +0000)]
Fixed ST_AsRaster to duplicate exactly the attributes of a reference raster.

Associated ticket is #1336.

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

13 years agoAdded helper user functions for common MapAlgebra operations: Min, Max, Mean, Range...
David Zwarg [Wed, 30 Nov 2011 19:26:34 +0000 (19:26 +0000)]
Added helper user functions for common MapAlgebra operations: Min, Max, Mean, Range. #1318

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

13 years agoUpdated tests for 'dog-ate-my-homework' test. Expanded comments and elaborated on...
David Zwarg [Wed, 30 Nov 2011 16:45:54 +0000 (16:45 +0000)]
Updated tests for 'dog-ate-my-homework' test. Expanded comments and elaborated on complex conditionals in ST_MapAlgebraFctNgb

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

13 years agoAdded additional tests for ST_MapAlgebraFctNgb, changed string compare on nodatamode...
David Zwarg [Wed, 30 Nov 2011 14:51:33 +0000 (14:51 +0000)]
Added additional tests for ST_MapAlgebraFctNgb, changed string compare on nodatamode to !=

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

13 years agoIn preparation of turning the table raster_columns into a view, refactored ST_BandMet...
Bborie Park [Tue, 29 Nov 2011 23:25:49 +0000 (23:25 +0000)]
In preparation of turning the table raster_columns into a view, refactored ST_BandMetadata to have the bandnum parameter be variadic.  Fleshed out regression tests for ST_BandMetadata.

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

13 years agoIgnore more generated files
Sandro Santilli [Tue, 29 Nov 2011 20:30:36 +0000 (20:30 +0000)]
Ignore more generated files

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

13 years agoST_AddPoint returns incorrect result on Linux (#1335) from roualt
Paul Ramsey [Tue, 29 Nov 2011 20:22:40 +0000 (20:22 +0000)]
ST_AddPoint returns incorrect result on Linux (#1335) from roualt

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

13 years agoReplaced the summarystatsstate type with the summarystats type to avoid defining...
Pierre Racine [Tue, 29 Nov 2011 16:57:52 +0000 (16:57 +0000)]
Replaced the summarystatsstate type with the summarystats type to avoid defining a new type.

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

13 years agoChanged the note at the beginning of the file when the function is now implemented...
Pierre Racine [Tue, 29 Nov 2011 16:34:48 +0000 (16:34 +0000)]
Changed the note at the beginning of the file when the function is now implemented in C.

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

13 years agoSome more useful functions
Pierre Racine [Tue, 29 Nov 2011 16:20:06 +0000 (16:20 +0000)]
Some more useful functions

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

13 years agoAdded some plpgsql functions
Pierre Racine [Tue, 29 Nov 2011 16:15:25 +0000 (16:15 +0000)]
Added some plpgsql functions

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

13 years agoFix for #1310
Regina Obe [Tue, 29 Nov 2011 08:49:06 +0000 (08:49 +0000)]
Fix for #1310

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

13 years agoNote: libxml2 dependency of ST_Geom*ML functions and ref back to configuration sectio...
Regina Obe [Mon, 28 Nov 2011 13:36:52 +0000 (13:36 +0000)]
Note: libxml2 dependency of ST_Geom*ML functions and ref back to configuration section.  Also put in missing  --with-xml2config flag in installion_configuration section

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

13 years agoput a firmer sorta date in the sand
Regina Obe [Sat, 26 Nov 2011 21:17:59 +0000 (21:17 +0000)]
put a firmer sorta date in the sand

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

13 years agomore credit cleanup -- add people I missed, fix some minor typos
Regina Obe [Sat, 26 Nov 2011 21:16:12 +0000 (21:16 +0000)]
more credit cleanup -- add people I missed, fix some minor typos

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

13 years agoST_AsSVG kills whole postgres server when fails (#1028)
Paul Ramsey [Sat, 26 Nov 2011 06:07:16 +0000 (06:07 +0000)]
ST_AsSVG kills whole postgres server when fails (#1028)

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

13 years agoupdate credits to include hard-core testers
Regina Obe [Sat, 26 Nov 2011 05:25:41 +0000 (05:25 +0000)]
update credits to include hard-core testers

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

13 years agoRevert per #1246
Paul Ramsey [Sat, 26 Nov 2011 05:04:27 +0000 (05:04 +0000)]
Revert per #1246

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

13 years agoremove more obsolete protos in docs and up extension alpha version numbers
Regina Obe [Fri, 25 Nov 2011 11:54:34 +0000 (11:54 +0000)]
remove more obsolete protos in docs and up extension alpha version numbers

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

13 years agoremove more protos that have been removed and replaced with default args
Regina Obe [Fri, 25 Nov 2011 11:49:07 +0000 (11:49 +0000)]
remove more protos that have been removed and replaced with default args

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

13 years agoMove the 'CREATE SCHEMA' query out of first column anchorage (#1325)
Sandro Santilli [Thu, 24 Nov 2011 21:13:22 +0000 (21:13 +0000)]
Move the 'CREATE SCHEMA' query out of first column anchorage (#1325)

Makes the upgrade script generator less confused...

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

13 years agoFix operator mis-referencing nd function for 2d op.
Paul Ramsey [Thu, 24 Nov 2011 19:17:16 +0000 (19:17 +0000)]
Fix operator mis-referencing nd function for 2d op.

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

13 years agoOverride GeometryType and ST_GeometryType for TopoGeometry (#1289)
Sandro Santilli [Thu, 24 Nov 2011 16:01:29 +0000 (16:01 +0000)]
Override GeometryType and ST_GeometryType for TopoGeometry (#1289)

Includes regression testing.
NOTE: we'll always advertise MULTI as a safest bet

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

13 years agoShake legacy testcase a bit to avoid to mix population with queries
Sandro Santilli [Thu, 24 Nov 2011 16:01:14 +0000 (16:01 +0000)]
Shake legacy testcase a bit to avoid to mix population with queries

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

13 years agoprovide examples for ST_GeomFromGeoJSON now that I can compile it :)
Regina Obe [Thu, 24 Nov 2011 03:44:16 +0000 (03:44 +0000)]
provide examples for ST_GeomFromGeoJSON now that I can compile it :)

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

13 years agoupdate to include links to wiki for extra compilation help and pre-built binaries.
Regina Obe [Thu, 24 Nov 2011 03:23:10 +0000 (03:23 +0000)]
update to include links to wiki for extra compilation help and pre-built binaries.

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

13 years agoAmend installation instructions to include json-dir configure option
Regina Obe [Thu, 24 Nov 2011 03:14:49 +0000 (03:14 +0000)]
Amend installation instructions to include json-dir configure option

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

13 years agominor updates to bios
Regina Obe [Thu, 24 Nov 2011 02:05:06 +0000 (02:05 +0000)]
minor updates to bios

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

13 years agoupdate news / credits for ST_GeomFromGeoJSON
Regina Obe [Thu, 24 Nov 2011 01:58:25 +0000 (01:58 +0000)]
update news / credits for ST_GeomFromGeoJSON

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

13 years agoConst-correct GML signatures
Sandro Santilli [Wed, 23 Nov 2011 17:28:48 +0000 (17:28 +0000)]
Const-correct GML signatures

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

13 years agochange + to | to make strk happy
Regina Obe [Wed, 23 Nov 2011 17:26:50 +0000 (17:26 +0000)]
change + to | to make strk happy

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

13 years agoupdate ST_AsGML with examples and include envelope bits option
Regina Obe [Wed, 23 Nov 2011 17:24:02 +0000 (17:24 +0000)]
update ST_AsGML with examples and include envelope bits option

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

13 years agofix typo in GML description noted by strk
Regina Obe [Wed, 23 Nov 2011 15:27:59 +0000 (15:27 +0000)]
fix typo in GML description noted by strk

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

13 years agocorrect signatures of some functions changed to use more default args
Regina Obe [Wed, 23 Nov 2011 02:17:27 +0000 (02:17 +0000)]
correct signatures of some functions changed to use more default args

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

13 years agoPrefixed internal C utility functions with rtpg_. This keeps the coding style inline...
Bborie Park [Tue, 22 Nov 2011 19:01:26 +0000 (19:01 +0000)]
Prefixed internal C utility functions with rtpg_.  This keeps the coding style inline with that for postgis.

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

13 years agoCorrected incorrect drop function statement.
Bborie Park [Tue, 22 Nov 2011 18:10:07 +0000 (18:10 +0000)]
Corrected incorrect drop function statement.

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

13 years agoMore SQL function cleanup with use of default parameter values.
Bborie Park [Tue, 22 Nov 2011 17:58:35 +0000 (17:58 +0000)]
More SQL function cleanup with use of default parameter values.

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

13 years agoup the alpha numbers
Regina Obe [Tue, 22 Nov 2011 09:26:56 +0000 (09:26 +0000)]
up the alpha numbers

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

13 years agomissed a spot
Regina Obe [Tue, 22 Nov 2011 09:21:14 +0000 (09:21 +0000)]
missed a spot

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

13 years agocorrect documentation to get rid of protos eradicated in r8218 (so extensions installs)
Regina Obe [Tue, 22 Nov 2011 09:05:36 +0000 (09:05 +0000)]
correct documentation to get rid of protos eradicated in r8218 (so extensions installs)

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

13 years agoAdditional function cleanup by making use of DEFAULT parameter values
Bborie Park [Tue, 22 Nov 2011 01:06:50 +0000 (01:06 +0000)]
Additional function cleanup by making use of DEFAULT parameter values

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

13 years agoFixed expression parsing in RASTER_mapAlgebra2. Evidently, the count parameter of...
Bborie Park [Mon, 21 Nov 2011 20:09:10 +0000 (20:09 +0000)]
Fixed expression parsing in RASTER_mapAlgebra2.  Evidently, the count parameter of replace() is an input/output parameter.

Associated ticket is #1317.

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

13 years agoFixed behavior of one raster not having specified band and being sampled.
Bborie Park [Mon, 21 Nov 2011 19:55:54 +0000 (19:55 +0000)]
Fixed behavior of one raster not having specified band and being sampled.

Associated ticket is #1316.

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

13 years agoFixed extent bug for UNION in rt_raster_from_two_rasters
Bborie Park [Mon, 21 Nov 2011 19:18:37 +0000 (19:18 +0000)]
Fixed extent bug for UNION in rt_raster_from_two_rasters

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

13 years agodescription corrections to ST_MapAlgebraNgbFct based on input from dzwarg
Regina Obe [Mon, 21 Nov 2011 19:18:34 +0000 (19:18 +0000)]
description corrections to ST_MapAlgebraNgbFct based on input from dzwarg

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

13 years agoMany fix following the C implementation of the two raster version of ST_MapAlgebra.
Pierre Racine [Mon, 21 Nov 2011 17:37:06 +0000 (17:37 +0000)]
Many fix following the C implementation of the two raster version of ST_MapAlgebra.

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

13 years agoAdd a vertex-snap-tolerance parameter to ptarray_substring
Sandro Santilli [Mon, 21 Nov 2011 16:32:27 +0000 (16:32 +0000)]
Add a vertex-snap-tolerance parameter to ptarray_substring

This is aimed at improving robustness for ST_Split, which now
uses an hard-coded tolerance of 1e-14 (see #1311)

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