]> granicus.if.org Git - postgis/log
postgis
15 years agoFix syntax error in spatial_ref_sys hard upgrade directions (#373)
Paul Ramsey [Tue, 9 Mar 2010 00:38:04 +0000 (00:38 +0000)]
Fix syntax error in spatial_ref_sys hard upgrade directions (#373)

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

15 years agoUpdate the bbox when you alter the underlying geometry (#410) ST_SetPoint, ST_AddPoin...
Paul Ramsey [Mon, 8 Mar 2010 23:27:47 +0000 (23:27 +0000)]
Update the bbox when you alter the underlying geometry (#410) ST_SetPoint, ST_AddPoint, ST_RemovePoint.

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

15 years agoupdated broken link to utmzone PostGIS plpgsql helper function.
Kevin Neufeld [Mon, 8 Mar 2010 17:03:59 +0000 (17:03 +0000)]
updated broken link to utmzone PostGIS plpgsql helper function.
bug #461

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

15 years agoFix #441. And introduce a change in behaviour: if geometryCollection and bbox, not...
Olivier Courtin [Mon, 22 Feb 2010 22:02:48 +0000 (22:02 +0000)]
Fix #441. And introduce a change in behaviour: if geometryCollection and bbox, not sub geoms bbox are provided anymore

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

15 years agoFix computed string length in Polygon with several rings for ST_AsGML with GML3....
Olivier Courtin [Sat, 20 Feb 2010 19:08:53 +0000 (19:08 +0000)]
Fix computed string length in Polygon with several rings for ST_AsGML with GML3. Related to #421

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

15 years agotweak the sponsor name
Sandro Santilli [Mon, 8 Feb 2010 22:37:02 +0000 (22:37 +0000)]
tweak the sponsor name

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

15 years agoAdd bugfix item
Sandro Santilli [Mon, 8 Feb 2010 19:57:06 +0000 (19:57 +0000)]
Add bugfix item

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

15 years agoBack-port into 1.4 branch relaxing of output functions (see ticket #168)
Sandro Santilli [Mon, 8 Feb 2010 19:05:08 +0000 (19:05 +0000)]
Back-port into 1.4 branch relaxing of output functions (see ticket #168)

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

15 years agoFix non NULL terminated string in ST_AsSVG with GEOMETRYCOLLECTION EMPTY, cf #409...
Olivier Courtin [Sat, 6 Feb 2010 10:48:23 +0000 (10:48 +0000)]
Fix non NULL terminated string in ST_AsSVG with GEOMETRYCOLLECTION EMPTY, cf #409 reported by sdikiy. Add related unit test

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

15 years agoAdd --no-psqlrc to run_test (#405)
Paul Ramsey [Tue, 2 Feb 2010 23:46:21 +0000 (23:46 +0000)]
Add --no-psqlrc to run_test (#405)

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

15 years agoMake proper #! calls to perl in perl scripts.
Paul Ramsey [Wed, 20 Jan 2010 20:16:47 +0000 (20:16 +0000)]
Make proper #! calls to perl in perl scripts.

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

15 years agoAdd towgs84 line into proj4text for srid = 28992 (#387)
Paul Ramsey [Mon, 18 Jan 2010 19:41:17 +0000 (19:41 +0000)]
Add towgs84 line into proj4text for srid = 28992 (#387)

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

15 years agoAdd some faqs I'm tired of answering
Regina Obe [Wed, 30 Dec 2009 12:55:23 +0000 (12:55 +0000)]
Add some faqs I'm tired of answering

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

15 years agotry to fix buildbot
Regina Obe [Wed, 30 Dec 2009 12:20:05 +0000 (12:20 +0000)]
try to fix buildbot

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

15 years agomore clarity on the float4/float8 for ST_Envelope
Regina Obe [Wed, 30 Dec 2009 07:19:43 +0000 (07:19 +0000)]
more clarity on the float4/float8 for ST_Envelope

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

15 years ago#531 ST_Envelope has wrong return type changed from boolean to geometry
Regina Obe [Wed, 30 Dec 2009 06:53:03 +0000 (06:53 +0000)]
#531 ST_Envelope has wrong return type changed from boolean to geometry

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

15 years agoAdd support for GUI commandline (#355)
Paul Ramsey [Tue, 22 Dec 2009 21:12:24 +0000 (21:12 +0000)]
Add support for GUI commandline (#355)

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

15 years agoPut the GUI makefile re-ordering in place (again?)
Paul Ramsey [Tue, 22 Dec 2009 00:07:44 +0000 (00:07 +0000)]
Put the GUI makefile re-ordering in place (again?)

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

15 years agoBump up to 1.4.2SVN
Paul Ramsey [Thu, 17 Dec 2009 16:30:23 +0000 (16:30 +0000)]
Bump up to 1.4.2SVN

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

15 years agoFix regression test expected results, some of which have been altered by the fix...
Mark Cave-Ayland [Thu, 17 Dec 2009 10:18:57 +0000 (10:18 +0000)]
Fix regression test expected results, some of which have been altered by the fix for #316.

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

15 years agoFinal changes for 1.4.1 release.
Paul Ramsey [Thu, 17 Dec 2009 05:54:30 +0000 (05:54 +0000)]
Final changes for 1.4.1 release.

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

15 years agocorrect output type of ST_Extent and flag change happening in 1.4 from box2d to box3d...
Regina Obe [Wed, 9 Dec 2009 05:12:14 +0000 (05:12 +0000)]
correct output type of ST_Extent and flag change happening in 1.4 from box2d to box3d_extent.  Also ref to ST_Extent3D to deal with 3d geometries.

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

15 years agoback-ported patch for ticket #333
Kevin Neufeld [Fri, 4 Dec 2009 20:39:13 +0000 (20:39 +0000)]
back-ported patch for ticket #333
- removed unnecessary VACUUM from spatial_ref_sys.sql that breaks running the file in PgAdminIII

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

15 years agoUpdate the README to reflect new upgrade scripts
Paul Ramsey [Mon, 30 Nov 2009 19:11:39 +0000 (19:11 +0000)]
Update the README to reflect new upgrade scripts

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

15 years agoClean up uninstall function to work. (#327)
Paul Ramsey [Mon, 30 Nov 2009 18:07:01 +0000 (18:07 +0000)]
Clean up uninstall function to work. (#327)

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

15 years agopartial test script (copied form 1.5 with slight modification)
Regina Obe [Sun, 29 Nov 2009 09:50:07 +0000 (09:50 +0000)]
partial test script (copied form 1.5 with slight modification)

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

15 years agoUpdate things for 1.4.1rc2
Paul Ramsey [Sat, 28 Nov 2009 23:58:14 +0000 (23:58 +0000)]
Update things for 1.4.1rc2

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

15 years agoTry and retain postgis_comments.sql during packaging.
Paul Ramsey [Sat, 28 Nov 2009 23:29:48 +0000 (23:29 +0000)]
Try and retain postgis_comments.sql during packaging.

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

15 years agoBring error messages into line with fix for invalid polygons in parser (#316)
Paul Ramsey [Fri, 27 Nov 2009 18:42:11 +0000 (18:42 +0000)]
Bring error messages into line with fix for invalid polygons in parser (#316)

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

15 years agoFix for null date fields (#321)
Paul Ramsey [Fri, 27 Nov 2009 18:12:43 +0000 (18:12 +0000)]
Fix for null date fields (#321)

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

15 years agoAlter parser location when reporting incontinuous curves so that the location is...
Mark Cave-Ayland [Thu, 26 Nov 2009 17:40:48 +0000 (17:40 +0000)]
Alter parser location when reporting incontinuous curves so that the location is more relevant.

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

15 years agoFix #316: IsValid called on invalid 3d object leads to crash. Because of the way...
Mark Cave-Ayland [Thu, 26 Nov 2009 10:40:10 +0000 (10:40 +0000)]
Fix #316: IsValid called on invalid 3d object leads to crash. Because of the way the parser works, not all tuples can hold a valid parse position; hence when trying to display the error message, the parser would crash. The solution I went for here was to alter pop() so that "counting tuples" always hold a valid parse position, and then re-write the various check functions to ensure that they only display parse errors with details from the next "counting tuple" higher up in the stack.

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

15 years agoApply Kris Jurka's pgsql2shp patches, as detail in the postgis-devel archives on...
Mark Cave-Ayland [Fri, 20 Nov 2009 14:01:33 +0000 (14:01 +0000)]
Apply Kris Jurka's pgsql2shp patches, as detail in the postgis-devel archives on 12th Nov. Thanks Kris!

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

15 years agoFinish working on Dave Fuhry's memory-leak patch, and also fix several other leaks...
Mark Cave-Ayland [Fri, 20 Nov 2009 12:02:29 +0000 (12:02 +0000)]
Finish working on Dave Fuhry's memory-leak patch, and also fix several other leaks found by running shp2pgsql through valgrind.

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

15 years agoTemporarily remove part of Dave Fuhry's fix as it causes a double-free during regress...
Mark Cave-Ayland [Thu, 19 Nov 2009 17:45:55 +0000 (17:45 +0000)]
Temporarily remove part of Dave Fuhry's fix as it causes a double-free during regression. Will fix this tomorrow.

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

15 years agoAdd check for perl to configure.ac, since now we require it to build the PostGIS...
Mark Cave-Ayland [Thu, 19 Nov 2009 16:47:03 +0000 (16:47 +0000)]
Add check for perl to configure.ac, since now we require it to build the PostGIS upgrade scripts.

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

15 years agoApply a slightly modified version of Dave Fuhry's patch for a memory leak in shp2pgsq...
Mark Cave-Ayland [Thu, 19 Nov 2009 15:15:55 +0000 (15:15 +0000)]
Apply a slightly modified version of Dave Fuhry's patch for a memory leak in shp2pgsql. Thanks Dave!

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

15 years agothought we had fixed this get rid of ref tolwpostgis and relate with postgis.sql
Regina Obe [Mon, 16 Nov 2009 05:51:55 +0000 (05:51 +0000)]
thought we had fixed this get rid of ref tolwpostgis and relate with postgis.sql

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

15 years agoUpdate document files for the 1.4.1 release cycle.
Paul Ramsey [Sat, 14 Nov 2009 01:31:22 +0000 (01:31 +0000)]
Update document files for the 1.4.1 release cycle.

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

15 years agoCreate version-specific upgrade scripts, untested so far (#202)
Paul Ramsey [Fri, 13 Nov 2009 22:26:00 +0000 (22:26 +0000)]
Create version-specific upgrade scripts, untested so far (#202)

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

15 years agobackport Kevin's change make background white so doesn't look surreal in pdf
Regina Obe [Fri, 13 Nov 2009 15:10:56 +0000 (15:10 +0000)]
backport Kevin's change make background white so doesn't look surreal in pdf

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

15 years agoupdate to include psc and more up to date credits
Regina Obe [Fri, 13 Nov 2009 15:05:36 +0000 (15:05 +0000)]
update to include psc and more up to date credits

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

15 years agoforgot to update new styles
Regina Obe [Fri, 13 Nov 2009 13:00:53 +0000 (13:00 +0000)]
forgot to update new styles

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

15 years agoupdate make file with linecrossingdirection. I should really learn to follow my...
Regina Obe [Fri, 13 Nov 2009 11:52:51 +0000 (11:52 +0000)]
update make file with linecrossingdirection.  I should really learn to follow my own directions.

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

15 years agocopy over line crossing direction examples and note bugginess fixed in 1.4.1
Regina Obe [Fri, 13 Nov 2009 03:43:07 +0000 (03:43 +0000)]
copy over line crossing direction examples and note bugginess fixed in 1.4.1

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

15 years agoSimplify code and improve consistency of linecrossing results (#272)
Paul Ramsey [Wed, 11 Nov 2009 19:02:49 +0000 (19:02 +0000)]
Simplify code and improve consistency of linecrossing results (#272)

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

15 years agoRestore re-check for PgSQL < 8.4 also on the ~= operator only.
Paul Ramsey [Fri, 6 Nov 2009 18:35:00 +0000 (18:35 +0000)]
Restore re-check for PgSQL < 8.4 also on the ~= operator only.

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

15 years agoFix for #157, ST_GeometryType output doesn't correctly identify curved geometries
Paul Ramsey [Thu, 5 Nov 2009 20:25:37 +0000 (20:25 +0000)]
Fix for #157, ST_GeometryType output doesn't correctly identify curved geometries

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

15 years ago"Fix" for #100.
Paul Ramsey [Thu, 5 Nov 2009 00:45:53 +0000 (00:45 +0000)]
"Fix" for #100.

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

15 years agoFix for #175.
Paul Ramsey [Wed, 4 Nov 2009 20:36:18 +0000 (20:36 +0000)]
Fix for #175.

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

15 years ago8.4 fix for recheck issue around ~= (#253)
Paul Ramsey [Wed, 4 Nov 2009 20:22:25 +0000 (20:22 +0000)]
8.4 fix for recheck issue around ~= (#253)

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

15 years agocorrect postgresql minimum version
Regina Obe [Fri, 30 Oct 2009 18:59:25 +0000 (18:59 +0000)]
correct postgresql minimum version

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

15 years agoChange attribute dimension into srsDimension (GML 3.1.1), cf #276
Olivier Courtin [Thu, 29 Oct 2009 20:20:51 +0000 (20:20 +0000)]
Change attribute dimension into srsDimension (GML 3.1.1), cf #276

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

15 years agoAdd attribute dimension in gml:pos and gml:posList. Fix geometrycollection invalid...
Olivier Courtin [Thu, 29 Oct 2009 14:07:50 +0000 (14:07 +0000)]
Add attribute dimension in gml:pos and gml:posList. Fix geometrycollection invalid GML output. Update units test. Cf #276

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

15 years agocopy 1.3.6 notes from trunk. Also correct links to svn and postgis bug tracker.
Regina Obe [Wed, 28 Oct 2009 11:06:35 +0000 (11:06 +0000)]
copy 1.3.6 notes from trunk.  Also correct links to svn and postgis bug tracker.

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

15 years agoFix huge number overflow in export functions, cf #277
Olivier Courtin [Tue, 27 Oct 2009 21:37:37 +0000 (21:37 +0000)]
Fix huge number overflow in export functions, cf #277

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

15 years agoFix #179: ST_MakeLine and ST_MakeLine_Garry crash server with null arrays again....
Mark Cave-Ayland [Wed, 7 Oct 2009 12:17:26 +0000 (12:17 +0000)]
Fix #179: ST_MakeLine and ST_MakeLine_Garry crash server with null arrays again. There was another non-NULL safe array iterator within LWGEOM_makeline_garray.

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

15 years agoflip order of protos in ST_Relate so matches description order
Regina Obe [Wed, 7 Oct 2009 04:39:52 +0000 (04:39 +0000)]
flip order of protos in ST_Relate so matches description order

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

15 years agoFix #241: ST_LineCrossingDirection Server Crash (Segfault) caused by a typo freeing...
Mark Cave-Ayland [Tue, 6 Oct 2009 13:45:07 +0000 (13:45 +0000)]
Fix #241: ST_LineCrossingDirection Server Crash (Segfault) caused by a typo freeing the wrong parameter.

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

15 years agoFix another non-NULL safe array iteration within LWGEOM_collect_garray, as discovered...
Mark Cave-Ayland [Tue, 6 Oct 2009 10:15:12 +0000 (10:15 +0000)]
Fix another non-NULL safe array iteration within LWGEOM_collect_garray, as discovered by Regina's torture tests.

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

15 years agoMove CFLAGS after the PGXS include directive, so that the autotools configuration...
Mark Cave-Ayland [Tue, 6 Oct 2009 08:51:49 +0000 (08:51 +0000)]
Move CFLAGS after the PGXS include directive, so that the autotools configuration doesn't getting overwritten by the PGXS version. Required when passing custom compiler flags into PostGIS as reported by William Kyngesburye.

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

15 years agoupdated ST_IsValid's reference to the OGC specs.
Kevin Neufeld [Mon, 5 Oct 2009 21:15:51 +0000 (21:15 +0000)]
updated ST_IsValid's reference to the OGC specs.

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

15 years agoBackport fix for #254 (leaving out the regress test since I'm bound to screw that...
Regina Obe [Tue, 29 Sep 2009 15:13:11 +0000 (15:13 +0000)]
Backport fix for #254 (leaving out the regress test since I'm bound to screw that up with my windows line breaks)

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

15 years agocopy over line interpolate and line_substring figures from trunk
Regina Obe [Thu, 10 Sep 2009 04:21:43 +0000 (04:21 +0000)]
copy over line interpolate and line_substring figures from trunk

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

15 years agocopy over st_minimumboundingcirlce / st_convexhull changes from trunk
Regina Obe [Tue, 8 Sep 2009 06:56:36 +0000 (06:56 +0000)]
copy over st_minimumboundingcirlce / st_convexhull changes from trunk

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

15 years agobackport changes to st_convexhull, st_difference, st_difference
Regina Obe [Sat, 5 Sep 2009 18:19:49 +0000 (18:19 +0000)]
backport changes to st_convexhull, st_difference, st_difference

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

15 years agoCopy over convexhull changes
Regina Obe [Wed, 2 Sep 2009 13:54:18 +0000 (13:54 +0000)]
Copy over convexhull changes

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

15 years agocut in images for st_buildarea
Regina Obe [Fri, 28 Aug 2009 17:43:18 +0000 (17:43 +0000)]
cut in images for st_buildarea

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

15 years agotake out 1.5 section this should only go up to 1.4 anyway
Regina Obe [Fri, 28 Aug 2009 17:14:22 +0000 (17:14 +0000)]
take out 1.5 section this should only go up to 1.4 anyway

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

15 years agoperformance tips patch from jlivni. Same as was applied to trunk
Regina Obe [Fri, 28 Aug 2009 11:40:44 +0000 (11:40 +0000)]
performance tips patch from jlivni.  Same as was applied to trunk

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

15 years agoExtra comments on fix for #239
Paul Ramsey [Mon, 17 Aug 2009 13:21:52 +0000 (13:21 +0000)]
Extra comments on fix for #239

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

15 years agobackport pick up availability flag in note tags as well.
Regina Obe [Mon, 17 Aug 2009 11:47:08 +0000 (11:47 +0000)]
backport pick up availability flag in note tags as well.

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

15 years agoFix for handling of empty geometrycollection in asssvg (#239)
Paul Ramsey [Mon, 17 Aug 2009 02:58:14 +0000 (02:58 +0000)]
Fix for handling of empty geometrycollection in asssvg (#239)

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

15 years agorevise svg comment to be picked up in the New section
Regina Obe [Sun, 16 Aug 2009 15:02:42 +0000 (15:02 +0000)]
revise svg comment to be picked up in the New section

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

15 years agoCorrect ST_AsSVG to reflect introduction of L command
Regina Obe [Sun, 16 Aug 2009 14:51:32 +0000 (14:51 +0000)]
Correct ST_AsSVG to reflect introduction of L command

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

15 years agotypo
Regina Obe [Wed, 12 Aug 2009 06:40:21 +0000 (06:40 +0000)]
typo

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

15 years agoUpdate how to release to include step to bump stable branch minor number.
Regina Obe [Wed, 12 Aug 2009 06:10:02 +0000 (06:10 +0000)]
Update how to release to include step to bump stable branch minor number.

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

15 years agobump from 1.4.0SVN to 1.4.1SVN
Regina Obe [Wed, 12 Aug 2009 06:02:09 +0000 (06:02 +0000)]
bump from 1.4.0SVN to 1.4.1SVN

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

15 years agoFix for ticket #234
Mark Leslie [Fri, 7 Aug 2009 02:33:00 +0000 (02:33 +0000)]
Fix for ticket #234

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

15 years agoRemove printfs from code.
Paul Ramsey [Wed, 5 Aug 2009 18:08:38 +0000 (18:08 +0000)]
Remove printfs from code.

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

15 years agoupdate ST_Line_Locate ... with example of closest point. Asked way too many times...
Regina Obe [Sat, 1 Aug 2009 18:35:17 +0000 (18:35 +0000)]
update ST_Line_Locate ... with example of closest point.  Asked way too many times on postgis news groups

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

15 years agoRemove quotes from PATH in regression Makefile, as it seems that the last MingW hack...
Mark Cave-Ayland [Thu, 30 Jul 2009 16:03:09 +0000 (16:03 +0000)]
Remove quotes from PATH in regression Makefile, as it seems that the last MingW hack doesn't need this any more.

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

15 years agoPreparation for 1.4.0 release.
Paul Ramsey [Fri, 24 Jul 2009 16:35:48 +0000 (16:35 +0000)]
Preparation for 1.4.0 release.

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

15 years agoFix for Windows combining stdout/stderr when executing the $(shell) command.
Mark Cave-Ayland [Sat, 18 Jul 2009 20:02:46 +0000 (20:02 +0000)]
Fix for Windows combining stdout/stderr when executing the $(shell) command.

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

15 years agoApply fix to allow regression tests to run on MingW by fixing PATH and removing trail...
Mark Cave-Ayland [Sat, 18 Jul 2009 18:55:26 +0000 (18:55 +0000)]
Apply fix to allow regression tests to run on MingW by fixing PATH and removing trailing CR/LFs on some outputs.

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

15 years agoFix regression regex listings so that the newer "LINE n:" lines and lines containing...
Mark Cave-Ayland [Sat, 18 Jul 2009 18:45:07 +0000 (18:45 +0000)]
Fix regression regex listings so that the newer "LINE n:" lines and lines containing just a position indicator (^) introduced in PostgreSQL 8.4 are removed from the regression output.

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

15 years agoMove SERIALIZED_FORM to lwgeom_pg.h from liblwgeom.h since it references a PostgreSQL...
Mark Cave-Ayland [Thu, 16 Jul 2009 21:32:24 +0000 (21:32 +0000)]
Move SERIALIZED_FORM to lwgeom_pg.h from liblwgeom.h since it references a PostgreSQL-only structure. Per report from Nicklas Aven.

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

15 years agoCommit patch for missing lw_asprintf() from #222.
Mark Cave-Ayland [Thu, 16 Jul 2009 21:24:01 +0000 (21:24 +0000)]
Commit patch for missing lw_asprintf() from #222.

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

15 years agoMinGW fix for loader (#222), Mark Cave-Ayland
Paul Ramsey [Mon, 13 Jul 2009 17:28:26 +0000 (17:28 +0000)]
MinGW fix for loader (#222), Mark Cave-Ayland

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

15 years agoremove generated images from source
Paul Ramsey [Mon, 13 Jul 2009 16:55:38 +0000 (16:55 +0000)]
remove generated images from source

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

15 years agoDon't remove images on 'make clean'
Paul Ramsey [Wed, 8 Jul 2009 15:22:19 +0000 (15:22 +0000)]
Don't remove images on 'make clean'

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

15 years agoInclude image clean in doc clean
Paul Ramsey [Wed, 8 Jul 2009 15:16:53 +0000 (15:16 +0000)]
Include image clean in doc clean

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

15 years agoRemove unnecessary reference to CUnit
Paul Ramsey [Wed, 8 Jul 2009 15:08:11 +0000 (15:08 +0000)]
Remove unnecessary reference to CUnit

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

15 years agoUpdated ChangeLog
Paul Ramsey [Wed, 8 Jul 2009 15:02:04 +0000 (15:02 +0000)]
Updated ChangeLog

git-svn-id: http://svn.osgeo.org/postgis/branches/1.4@4273 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:58:42 +0000 (04:58 +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 standard line points.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.4@4271 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:46:31 +0000 (04:46 +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/branches/1.4@4269 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:32:52 +0000 (10:32 +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/branches/1.4@4263 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:40:10 +0000 (21:40 +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/branches/1.4@4257 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agorevise to update st_PointN support for curves
Regina Obe [Fri, 3 Jul 2009 07:24:34 +0000 (07:24 +0000)]
revise to update st_PointN support for curves

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

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

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