]> granicus.if.org Git - postgis/log
postgis
15 years agoignore generated images
Paul Ramsey [Mon, 13 Jul 2009 16:57:09 +0000 (16:57 +0000)]
ignore generated images

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

15 years agoPut in availability and GEOS for Hausdorff distance
Regina Obe [Wed, 8 Jul 2009 22:43:08 +0000 (22:43 +0000)]
Put in availability and GEOS for Hausdorff distance

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

15 years agomatch header format
Paul Ramsey [Wed, 8 Jul 2009 22:39:32 +0000 (22:39 +0000)]
match header format

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

15 years agoUpdate instructions for testing (and moved that step *before* install - finally!)
Sandro Santilli [Wed, 8 Jul 2009 16:27:08 +0000 (16:27 +0000)]
Update instructions for testing (and moved that step *before* install - finally!)

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

15 years agoPre-install check rule by Paul cleaned up to allow top-level run and correct dependen...
Sandro Santilli [Wed, 8 Jul 2009 16:03:36 +0000 (16:03 +0000)]
Pre-install check rule by Paul cleaned up to allow top-level run and correct dependencies. See issue #219.

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

15 years agoRemove images from clean target
Paul Ramsey [Wed, 8 Jul 2009 15:28:10 +0000 (15:28 +0000)]
Remove images from clean target

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

15 years agoRemove CUnit dependency
Paul Ramsey [Wed, 8 Jul 2009 15:16:15 +0000 (15:16 +0000)]
Remove CUnit dependency

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

15 years agoclean doc images as part of clean
Paul Ramsey [Wed, 8 Jul 2009 15:15:56 +0000 (15:15 +0000)]
clean doc images as part of clean

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

15 years agoFix itglish.
Paul Ramsey [Wed, 8 Jul 2009 15:09:43 +0000 (15:09 +0000)]
Fix itglish.

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

15 years agoFix #112: ST_CurveToLine sometimes crashes server. While the circle segmentiser detec...
Mark Cave-Ayland [Wed, 8 Jul 2009 04:59:19 +0000 (04:59 +0000)]
Fix #112: ST_CurveToLine sometimes crashes server. While the circle segmentiser detected colinear circle points, it didn't check for the
 NULL pointer returned in this case. Since we are converting to a line, the current behaviour is to simply append the circle points as s
tandard line points.

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

15 years agoFix #183: ST_LineToCurve gives getPoint4d_p offset error. This was due to the lookahe...
Mark Cave-Ayland [Wed, 8 Jul 2009 04:48:54 +0000 (04:48 +0000)]
Fix #183: ST_LineToCurve gives getPoint4d_p offset error. This was due to the lookahead in the curve segmentising code going off the end of the point array.

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

15 years agoChange error message to be more relevant
Paul Ramsey [Wed, 8 Jul 2009 00:20:48 +0000 (00:20 +0000)]
Change error message to be more relevant

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

15 years agoIt's "synonym", not "synonim"...
Sandro Santilli [Tue, 7 Jul 2009 15:44:26 +0000 (15:44 +0000)]
It's "synonym", not "synonim"...

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

15 years agoFor buffer parameters: accept 'butt' as a synonim for 'flat', 'miter' for 'mitre...
Sandro Santilli [Tue, 7 Jul 2009 15:03:50 +0000 (15:03 +0000)]
For buffer parameters: accept 'butt' as a synonim for 'flat', 'miter' for 'mitre' and 'miter_limit' for 'mitre_limit'.

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

15 years agoFix join style images to match calls
Sandro Santilli [Tue, 7 Jul 2009 13:18:55 +0000 (13:18 +0000)]
Fix join style images to match calls

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

15 years agoFix compile problems on non-GNU systems by using va_copy as an alias onto the real...
Mark Cave-Ayland [Tue, 7 Jul 2009 10:33:23 +0000 (10:33 +0000)]
Fix compile problems on non-GNU systems by using va_copy as an alias onto the real version. Per report from Stefano Bonnin.

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

15 years agoDon't use strtok_r, to help with MingW builds.
Sandro Santilli [Mon, 6 Jul 2009 16:07:03 +0000 (16:07 +0000)]
Don't use strtok_r, to help with MingW builds.

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

15 years agoforgot to save last change
Regina Obe [Mon, 6 Jul 2009 07:37:47 +0000 (07:37 +0000)]
forgot to save last change

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

15 years agoslight correction
Regina Obe [Mon, 6 Jul 2009 07:37:15 +0000 (07:37 +0000)]
slight correction

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

15 years agoUpdate style on commenting required to be picked up by doxygen
Regina Obe [Mon, 6 Jul 2009 07:33:17 +0000 (07:33 +0000)]
Update style on commenting required to be picked up by doxygen

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

15 years agoAlter loader Makefile to include PGXS so that we can extract DESTDIR to use for the...
Mark Cave-Ayland [Sun, 5 Jul 2009 21:41:27 +0000 (21:41 +0000)]
Alter loader Makefile to include PGXS so that we can extract DESTDIR to use for the location for shp2pgsql/pgsql2shp. Per report from Devrim GÜNDÜZ.

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

15 years agoupdate st_pointn to note it supports circular strings and curves
Regina Obe [Fri, 3 Jul 2009 07:21:48 +0000 (07:21 +0000)]
update st_pointn to note it supports circular strings and curves

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

15 years agoremoved the images used in the documentation since these are now generated automatica...
Kevin Neufeld [Fri, 3 Jul 2009 04:57:55 +0000 (04:57 +0000)]
removed the images used in the documentation since these are now generated automatically using ImageMagick.

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

15 years agoupdated the doc's README file
Kevin Neufeld [Fri, 3 Jul 2009 04:56:08 +0000 (04:56 +0000)]
updated the doc's README file
made "images" a target to "all" so the images get automatically generated when calling make with no parameters.

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

15 years agoAdd SQL/MM item
Paul Ramsey [Thu, 2 Jul 2009 16:57:20 +0000 (16:57 +0000)]
Add SQL/MM item

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

15 years agoBuild doc images as part of distribution build.
Paul Ramsey [Thu, 2 Jul 2009 16:31:51 +0000 (16:31 +0000)]
Build doc images as part of distribution build.

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

15 years agoadd generator to ignore
Paul Ramsey [Thu, 2 Jul 2009 16:29:09 +0000 (16:29 +0000)]
add generator to ignore

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

15 years agomore notes on requirements
Paul Ramsey [Thu, 2 Jul 2009 16:00:11 +0000 (16:00 +0000)]
more notes on requirements

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

15 years agoMaking the changes from r4244 and r4245 onto trunk, addressing ticket 212.
Mark Leslie [Thu, 2 Jul 2009 08:31:24 +0000 (08:31 +0000)]
Making the changes from r4244 and r4245 onto trunk, addressing ticket 212.

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

15 years agoBring this up to date.
Paul Ramsey [Wed, 1 Jul 2009 16:56:36 +0000 (16:56 +0000)]
Bring this up to date.

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

15 years agoFix bad memory access in aggregates on nulls (#210), Mark Cave-Ayland.
Paul Ramsey [Wed, 1 Jul 2009 15:42:08 +0000 (15:42 +0000)]
Fix bad memory access in aggregates on nulls (#210), Mark Cave-Ayland.

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

15 years agoarg should be text not string for st_buffer
Regina Obe [Wed, 1 Jul 2009 12:30:47 +0000 (12:30 +0000)]
arg should be text not string for st_buffer

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

15 years agoamend documentation on curved support to include new compound curve in curve polygon...
Regina Obe [Wed, 1 Jul 2009 11:53:13 +0000 (11:53 +0000)]
amend documentation on curved support to include new compound curve in curve polygon support.

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

15 years agoEnabling the compound curve parsing for segmentisation; reported in ticket 213
Mark Leslie [Tue, 30 Jun 2009 07:46:40 +0000 (07:46 +0000)]
Enabling the compound curve parsing for segmentisation; reported in ticket 213

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

15 years agoFirst swing at ticket 212.
Mark Leslie [Tue, 30 Jun 2009 07:35:37 +0000 (07:35 +0000)]
First swing at ticket 212.

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

15 years agoslight correction some functions are not new but enhanced
Regina Obe [Fri, 26 Jun 2009 13:43:14 +0000 (13:43 +0000)]
slight correction some functions are not new but enhanced

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

15 years agochange ST_Buffer argname from params to buffer_style_params so torture test can event...
Regina Obe [Fri, 26 Jun 2009 13:33:29 +0000 (13:33 +0000)]
change ST_Buffer argname from params to buffer_style_params so torture test can eventually properly exercise it and not feed it garbage params

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

15 years agoupdate ST_Buffer so appears in new in PostGIS 1.5 section
Regina Obe [Fri, 26 Jun 2009 13:30:38 +0000 (13:30 +0000)]
update ST_Buffer so appears in new in PostGIS 1.5 section

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

15 years agotry to fix hudson build error
Regina Obe [Fri, 26 Jun 2009 13:22:40 +0000 (13:22 +0000)]
try to fix hudson build error

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

15 years agoUpdate special index to include a what is new in 1.5 section
Regina Obe [Fri, 26 Jun 2009 12:43:02 +0000 (12:43 +0000)]
Update special index to include a what is new in 1.5 section

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

15 years agoUnbreak the PostGIS universe for people who aren't using GEOS SVN (will be 3.2).
Mark Cave-Ayland [Fri, 26 Jun 2009 09:35:43 +0000 (09:35 +0000)]
Unbreak the PostGIS universe for people who aren't using GEOS SVN (will be 3.2).

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

15 years agoPut queries right below the diagram showing them
Sandro Santilli [Thu, 25 Jun 2009 12:01:25 +0000 (12:01 +0000)]
Put queries right below the diagram showing them

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

15 years agoMake quad_segs images style consistent with others; add original point
Sandro Santilli [Thu, 25 Jun 2009 12:00:55 +0000 (12:00 +0000)]
Make quad_segs images style consistent with others; add original point

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

15 years agoAdd more styled buffer example images and update reference manual to include them
Sandro Santilli [Thu, 25 Jun 2009 11:19:34 +0000 (11:19 +0000)]
Add more styled buffer example images and update reference manual to include them

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

15 years agoUse thin link style for source linestring
Sandro Santilli [Thu, 25 Jun 2009 10:57:14 +0000 (10:57 +0000)]
Use thin link style for source linestring

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

15 years agoAdd examples of different encdap styles
Sandro Santilli [Thu, 25 Jun 2009 08:16:04 +0000 (08:16 +0000)]
Add examples of different encdap styles

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

15 years agoAdd item for parametrized buffers
Sandro Santilli [Thu, 25 Jun 2009 07:34:58 +0000 (07:34 +0000)]
Add item for parametrized buffers

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

15 years agoMore cleanup of code comments so function descriptions are picked up by doxygen
Regina Obe [Thu, 25 Jun 2009 03:32:43 +0000 (03:32 +0000)]
More cleanup of code comments so function descriptions are picked up by doxygen

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

15 years agofix commenting style so function descriptions are picked up by doxygen
Regina Obe [Thu, 25 Jun 2009 03:03:42 +0000 (03:03 +0000)]
fix commenting style so function descriptions are picked up by doxygen

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

15 years agoAdd news item for #206
Paul Ramsey [Wed, 24 Jun 2009 22:09:15 +0000 (22:09 +0000)]
Add news item for #206

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

15 years agoAdd support for hausdorff distance calculations. Requires GEOS 3.2+. (#209) From...
Paul Ramsey [Wed, 24 Jun 2009 22:08:33 +0000 (22:08 +0000)]
Add support for hausdorff distance calculations. Requires GEOS 3.2+. (#209) From Vincent Picavet.
If you are working off of GEOS trunk, svn up, compile and install!

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

15 years agoAdd uninstall lines for new buffer signatures
Sandro Santilli [Wed, 24 Jun 2009 17:10:18 +0000 (17:10 +0000)]
Add uninstall lines for new buffer signatures

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

15 years agoAdd tests for parametrized buffer
Sandro Santilli [Wed, 24 Jun 2009 13:32:46 +0000 (13:32 +0000)]
Add tests for parametrized buffer

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

15 years agoDocument third ST_Buffer signature (the one taking parameters as string).
Sandro Santilli [Wed, 24 Jun 2009 13:04:16 +0000 (13:04 +0000)]
Document third ST_Buffer signature (the one taking parameters as string).

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

15 years agoRemove validation from shapefile to WKT/WKB conversion to retain same behaviour as...
Mark Cave-Ayland [Wed, 24 Jun 2009 11:18:00 +0000 (11:18 +0000)]
Remove validation from shapefile to WKT/WKB conversion to retain same behaviour as 1.3. Final resolution for #198.

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

15 years agoFix accidental typo; module name hardcoded in the .sql.in.c file rather than being...
Mark Cave-Ayland [Wed, 24 Jun 2009 10:44:57 +0000 (10:44 +0000)]
Fix accidental typo; module name hardcoded in the .sql.in.c file rather than being set to MODULE_PATHNAME. Fixes #208.

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

15 years agoUse $$ quoting. See ticket #207.
Sandro Santilli [Wed, 24 Jun 2009 10:34:44 +0000 (10:34 +0000)]
Use $$ quoting. See ticket #207.

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

15 years agoAdd _ST_Buffer(geom, distance, params); refactor other versions to all proxy to the...
Sandro Santilli [Tue, 23 Jun 2009 22:40:27 +0000 (22:40 +0000)]
Add _ST_Buffer(geom, distance, params); refactor other versions to all proxy to the new one.

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

15 years agoBump up to 1.5 in trunk
Paul Ramsey [Tue, 23 Jun 2009 20:57:50 +0000 (20:57 +0000)]
Bump up to 1.5 in trunk

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

15 years agoFix dangerous use of message string as printf-like format.
Sandro Santilli [Tue, 23 Jun 2009 16:46:00 +0000 (16:46 +0000)]
Fix dangerous use of message string as printf-like format.

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

15 years agoYet another buffer auto-cast test. With a different quadSegs this time to be really...
Sandro Santilli [Tue, 23 Jun 2009 16:38:10 +0000 (16:38 +0000)]
Yet another buffer auto-cast test. With a different quadSegs this time to be really sure the argument is being used.

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

15 years agoAdd test for third argument to buffer() being a string (based on auto-cast)
Sandro Santilli [Tue, 23 Jun 2009 16:36:23 +0000 (16:36 +0000)]
Add test for third argument to buffer() being a string (based on auto-cast)

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

15 years agoPut in minimal GEOS requirement for ST_Covers and ST_CoveredBy. Its not necessary...
Regina Obe [Mon, 22 Jun 2009 03:12:20 +0000 (03:12 +0000)]
Put in minimal GEOS requirement for ST_Covers and ST_CoveredBy.  Its not necessary for 1.4 really but oh well.

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

15 years agoGracefully handle typed empty GEOS geometries.
Sandro Santilli [Sat, 20 Jun 2009 22:13:48 +0000 (22:13 +0000)]
Gracefully handle typed empty GEOS geometries.

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

15 years agoAdd tests for area() called against empty geometries
Sandro Santilli [Sat, 20 Jun 2009 21:26:04 +0000 (21:26 +0000)]
Add tests for area() called against empty geometries

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

15 years agoHandle empty polygon rings
Sandro Santilli [Sat, 20 Jun 2009 21:25:15 +0000 (21:25 +0000)]
Handle empty polygon rings

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

15 years agoget rid of ref_geom so doesn't break agg checks
Regina Obe [Fri, 19 Jun 2009 17:12:38 +0000 (17:12 +0000)]
get rid of ref_geom so doesn't break agg checks

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

15 years agotest not handling aggregates right
Regina Obe [Fri, 19 Jun 2009 15:13:00 +0000 (15:13 +0000)]
test not handling aggregates right

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

15 years agotypo in docs --
Regina Obe [Fri, 19 Jun 2009 14:18:51 +0000 (14:18 +0000)]
typo in docs --

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

15 years agofix type and add --with-gui description for building loader gui
Regina Obe [Fri, 19 Jun 2009 12:20:01 +0000 (12:20 +0000)]
fix type and add --with-gui description for building loader gui

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

15 years agoForgot ST_MinimumBoundingCircle and credit Bruce Rindahl
Regina Obe [Tue, 16 Jun 2009 15:53:10 +0000 (15:53 +0000)]
Forgot ST_MinimumBoundingCircle and credit Bruce Rindahl

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

15 years agoMore updates
Paul Ramsey [Mon, 15 Jun 2009 17:48:27 +0000 (17:48 +0000)]
More updates

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

15 years agoUpdate doc instructions.
Paul Ramsey [Mon, 15 Jun 2009 17:42:58 +0000 (17:42 +0000)]
Update doc instructions.

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

16 years agoreplace _VOLATILE_STRICT with VOLATILE STRICT
Regina Obe [Fri, 12 Jun 2009 15:30:40 +0000 (15:30 +0000)]
replace _VOLATILE_STRICT with VOLATILE STRICT

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

16 years agoChange _VOLATILE to VOLATILE
Regina Obe [Fri, 12 Jun 2009 15:14:57 +0000 (15:14 +0000)]
Change  _VOLATILE to VOLATILE

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

16 years agoastyle --style=ansi --indent=tab (#133)
Paul Ramsey [Thu, 11 Jun 2009 16:44:03 +0000 (16:44 +0000)]
astyle --style=ansi --indent=tab (#133)

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

16 years agoremove file that should never have been added
Paul Ramsey [Thu, 11 Jun 2009 16:31:09 +0000 (16:31 +0000)]
remove file that should never have been added

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

16 years agoClean up old compatibility code. (#196)
Paul Ramsey [Thu, 11 Jun 2009 15:52:30 +0000 (15:52 +0000)]
Clean up old compatibility code. (#196)

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

16 years agoFurther fix for #156, and also #167 it seems. Looks like I forgot to apply the fix...
Mark Cave-Ayland [Thu, 11 Jun 2009 13:28:39 +0000 (13:28 +0000)]
Further fix for #156, and also #167 it seems. Looks like I forgot to apply the fix to the WKB routines aswell.

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

16 years agocorrect example
Regina Obe [Wed, 10 Jun 2009 14:51:39 +0000 (14:51 +0000)]
correct example

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

16 years agoAdd David Techer, new doco enhancements, new populate_geometry_columns
Regina Obe [Wed, 10 Jun 2009 01:26:54 +0000 (01:26 +0000)]
Add David Techer, new doco enhancements, new populate_geometry_columns

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

16 years agoAdd Jean David Techer to list of contributors
Regina Obe [Wed, 10 Jun 2009 01:18:45 +0000 (01:18 +0000)]
Add  Jean David Techer to list of contributors

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

16 years agoUpdate the hard upgrade script to handle 1.4 transition. (#144)
Paul Ramsey [Tue, 9 Jun 2009 23:54:15 +0000 (23:54 +0000)]
Update the hard upgrade script to handle 1.4 transition. (#144)

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

16 years agoCloses (#134)
Paul Ramsey [Tue, 9 Jun 2009 23:27:02 +0000 (23:27 +0000)]
Closes (#134)

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

16 years agoMore work on 1.4 upgrade script.
Paul Ramsey [Tue, 9 Jun 2009 22:51:14 +0000 (22:51 +0000)]
More work on 1.4 upgrade script.

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

16 years agoMore fixes to upgrade process.
Paul Ramsey [Tue, 9 Jun 2009 22:14:42 +0000 (22:14 +0000)]
More fixes to upgrade process.

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

16 years agoWork on upgrade script.
Paul Ramsey [Mon, 8 Jun 2009 23:21:55 +0000 (23:21 +0000)]
Work on upgrade script.

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

16 years agoTurn "CREATE OR REPLACE FUNCTION" into "CREATEFUNCTION" for preprocessing magic.
Paul Ramsey [Mon, 8 Jun 2009 22:33:08 +0000 (22:33 +0000)]
Turn "CREATE OR REPLACE FUNCTION" into "CREATEFUNCTION" for preprocessing magic.

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

16 years agoremove syntax error
Paul Ramsey [Mon, 8 Jun 2009 22:30:29 +0000 (22:30 +0000)]
remove syntax error

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

16 years agoUpdated to EPSG 7.1 version (#191)
Paul Ramsey [Mon, 8 Jun 2009 19:40:07 +0000 (19:40 +0000)]
Updated to EPSG 7.1 version (#191)

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

16 years ago #190: populate_geometry_columns gives nonstandard use of \' in a string literal...
Regina Obe [Mon, 8 Jun 2009 17:35:06 +0000 (17:35 +0000)]
 #190: populate_geometry_columns  gives  nonstandard use of \' in a string literal in 8.4

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

16 years agoAdd a new uninstall_postgis.sql file to the repository that will enable the complete...
Mark Cave-Ayland [Sat, 6 Jun 2009 14:09:39 +0000 (14:09 +0000)]
Add a new uninstall_postgis.sql file to the repository that will enable the complete removal of PostGIS from a database.

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

16 years agoupdated to make 8.2 minimum for Linux as well (its too confusing to have minimum...
Regina Obe [Thu, 4 Jun 2009 15:29:50 +0000 (15:29 +0000)]
updated to make 8.2 minimum for Linux as well (its too confusing to have minimum 8.2 for windows and not for Linux as well)

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

16 years agochange ReadME and installation to change minimum version from 8.1 to 8.2 (not many...
Regina Obe [Thu, 4 Jun 2009 15:20:14 +0000 (15:20 +0000)]
change ReadME and installation to change minimum version from 8.1 to 8.2 (not many people are running 8.1 and besides Paul already put in a DROP AGG IF EXISTS in upgrade script -- so binds us to 8.2+ already.  Besides I don't think we should be supporting more than 2 versions behind of latest PostgreSQL release in our trunk.  Too much maintenance.  Correct ReadME bug tracker link

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

16 years agoFix for #192.
Paul Ramsey [Thu, 4 Jun 2009 14:17:07 +0000 (14:17 +0000)]
Fix for #192.

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

16 years agoFix for issue #189, includes implicit requirement for 8.2+ in DROP AGGREGATE
Paul Ramsey [Wed, 3 Jun 2009 23:56:23 +0000 (23:56 +0000)]
Fix for issue #189, includes implicit requirement for 8.2+ in DROP AGGREGATE

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

16 years agoFix for issue #186
Paul Ramsey [Wed, 3 Jun 2009 23:07:48 +0000 (23:07 +0000)]
Fix for issue #186

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

16 years agoremove warnings from autoconf process
Paul Ramsey [Wed, 3 Jun 2009 22:46:42 +0000 (22:46 +0000)]
remove warnings from autoconf process

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

16 years agosmall typo in Populate_Geometry_Columns doc
Kevin Neufeld [Fri, 29 May 2009 18:10:09 +0000 (18:10 +0000)]
small typo in Populate_Geometry_Columns doc

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

16 years agoperformed an overhaul of the installation guide ... hopefully it's easier to follow.
Kevin Neufeld [Wed, 27 May 2009 17:14:08 +0000 (17:14 +0000)]
performed an overhaul of the installation guide ... hopefully it's easier to follow.

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