]> granicus.if.org Git - postgis/log
postgis
15 years agoRemove hack PGAdmin GUI target (#355)
Paul Ramsey [Wed, 23 Dec 2009 05:01:16 +0000 (05:01 +0000)]
Remove hack PGAdmin GUI target (#355)

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

15 years agoAdd message to GUI when creating spatial index.
Paul Ramsey [Tue, 22 Dec 2009 20:50:58 +0000 (20:50 +0000)]
Add message to GUI when creating spatial index.

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

15 years agoAdd shp2pgsql-pgadmin build target for exe without special win32 options.
Paul Ramsey [Tue, 22 Dec 2009 19:38:56 +0000 (19:38 +0000)]
Add shp2pgsql-pgadmin build target for exe without special win32 options.

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

15 years agoFix bug in geography support when creating indexes.
Mark Cave-Ayland [Tue, 22 Dec 2009 12:38:39 +0000 (12:38 +0000)]
Fix bug in geography support when creating indexes.

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

15 years agoMore improvements to the shapefile loader:
Mark Cave-Ayland [Tue, 22 Dec 2009 12:28:35 +0000 (12:28 +0000)]
More improvements to the shapefile loader:
 - Fix COPY support for shapefiles containing more than 1 record
 - Fix cancellation on mid-import
 - Remove progress logging on import, and replace with flashly progress bar

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

15 years agoHandle index building when loading geography
Paul Ramsey [Tue, 22 Dec 2009 00:35:24 +0000 (00:35 +0000)]
Handle index building when loading geography

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

15 years agoAdd support for GEOGRAPHY type to loader GUI. (#251)
Paul Ramsey [Tue, 22 Dec 2009 00:27:21 +0000 (00:27 +0000)]
Add support for GEOGRAPHY type to loader GUI. (#251)

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

15 years agoAdd support for geography type to command-line loader (#251)
Paul Ramsey [Mon, 21 Dec 2009 23:22:21 +0000 (23:22 +0000)]
Add support for geography type to command-line loader (#251)

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

15 years agoCFLAGS=-pedantic pass over the codebase and warnings reduced
Paul Ramsey [Sun, 20 Dec 2009 17:42:44 +0000 (17:42 +0000)]
CFLAGS=-pedantic pass over the codebase and warnings reduced

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

15 years agoDisable unused static function.
Paul Ramsey [Sun, 20 Dec 2009 17:23:48 +0000 (17:23 +0000)]
Disable unused static function.

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

15 years agoMinor changes to header inclusions.
Paul Ramsey [Sun, 20 Dec 2009 04:42:53 +0000 (04:42 +0000)]
Minor changes to header inclusions.

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

15 years agoFix bracket issue in commandline opt handline
Paul Ramsey [Sun, 20 Dec 2009 04:31:06 +0000 (04:31 +0000)]
Fix bracket issue in commandline opt handline

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

15 years agoRadically simpler getopt implementation from AT&T UNIX.
Paul Ramsey [Sat, 19 Dec 2009 03:56:06 +0000 (03:56 +0000)]
Radically simpler getopt implementation from AT&T UNIX.

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

15 years agoAdd some logging during the load so we can see what's going on.
Paul Ramsey [Fri, 18 Dec 2009 20:51:43 +0000 (20:51 +0000)]
Add some logging during the load so we can see what's going on.

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

15 years agoremove the #273 test, as it already the same than point_1
Olivier Courtin [Fri, 18 Dec 2009 19:28:40 +0000 (19:28 +0000)]
remove the #273 test, as it already the same than point_1

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

15 years agoLibxml become mandatory. Cf #344. Modify configure step, remove all HAVE_LIBXML2...
Olivier Courtin [Fri, 18 Dec 2009 19:08:20 +0000 (19:08 +0000)]
Libxml become mandatory. Cf #344. Modify configure step, remove all HAVE_LIBXML2 from code, sql and unit tests. Update documentation

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

15 years agoMoved size of int8 down to 19 chars (#326)
Paul Ramsey [Fri, 18 Dec 2009 18:38:45 +0000 (18:38 +0000)]
Moved size of int8 down to 19 chars (#326)

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

15 years agofix some typos, cosmetic changes, throw some more geography around
Regina Obe [Fri, 18 Dec 2009 18:26:32 +0000 (18:26 +0000)]
fix some typos, cosmetic changes, throw some more geography around

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

15 years agoFind a home for Paul's examples and Advanced FAQ and back reference from main FAQ...
Regina Obe [Fri, 18 Dec 2009 17:43:41 +0000 (17:43 +0000)]
Find a home for Paul's examples and Advanced FAQ and back reference from main FAQ section

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

15 years agoWe all new this day would come when we'd have to devote a whole section to this new...
Regina Obe [Fri, 18 Dec 2009 17:16:09 +0000 (17:16 +0000)]
We all new this day would come when we'd have to devote a whole section to this new kid called "geography".  Think we still need to shuffle things around as the next section seems like a disconnect from the geography section

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

15 years agoReverting the change of r5007, removal of the getopt hack, to get windows builds...
Mark Leslie [Fri, 18 Dec 2009 07:46:24 +0000 (07:46 +0000)]
Reverting the change of r5007, removal of the getopt hack, to get windows builds working again.

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

15 years agoAdd in icon and resource information for Win32 GUI
Paul Ramsey [Fri, 18 Dec 2009 06:39:48 +0000 (06:39 +0000)]
Add in icon and resource information for Win32 GUI

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

15 years agoMake GUI open w/o console under Win32
Paul Ramsey [Fri, 18 Dec 2009 05:55:45 +0000 (05:55 +0000)]
Make GUI open w/o console under Win32

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

15 years agoImplement proper cleanup if an import fails, and also disable the "Import" button...
Mark Cave-Ayland [Thu, 17 Dec 2009 12:54:04 +0000 (12:54 +0000)]
Implement proper cleanup if an import fails, and also disable the "Import" button during the import to ensure that multiple import threads can't be launched.

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

15 years agoAdd GUI option to allow the use of COPY rather than INSERT to load geometries into...
Mark Cave-Ayland [Thu, 17 Dec 2009 11:16:20 +0000 (11:16 +0000)]
Add GUI option to allow the use of COPY rather than INSERT to load geometries into the database. Currently the default is still to use INSERT.

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

15 years agoFix memory scope error (resulting in segfault) accidentally introduced by the command...
Mark Cave-Ayland [Thu, 17 Dec 2009 11:11:46 +0000 (11:11 +0000)]
Fix memory scope error (resulting in segfault) accidentally introduced by the command line changes.

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

15 years agoTemporarily de-regress the loader while talking to -devel
Paul Ramsey [Wed, 16 Dec 2009 17:13:54 +0000 (17:13 +0000)]
Temporarily de-regress the loader while talking to -devel

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

15 years agoQuiet solaris warnings
Paul Ramsey [Wed, 16 Dec 2009 17:00:26 +0000 (17:00 +0000)]
Quiet solaris warnings

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

15 years agoRemove warning on Solaris
Paul Ramsey [Wed, 16 Dec 2009 16:49:16 +0000 (16:49 +0000)]
Remove warning on Solaris

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

15 years agoAdd initial values.
Paul Ramsey [Wed, 16 Dec 2009 00:43:17 +0000 (00:43 +0000)]
Add initial values.

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

15 years agoChange MAX_DBF_FIELD_SIZE to 254 (#326)
Paul Ramsey [Tue, 15 Dec 2009 23:55:16 +0000 (23:55 +0000)]
Change MAX_DBF_FIELD_SIZE to 254 (#326)

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

15 years agoAdd in support for command-line options for connection info to GUI (#338)
Paul Ramsey [Tue, 15 Dec 2009 23:44:02 +0000 (23:44 +0000)]
Add in support for command-line options for connection info to GUI (#338)

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

15 years agoRemove custom getopt files and move back to system getopt. Will take some testing...
Paul Ramsey [Tue, 15 Dec 2009 21:45:37 +0000 (21:45 +0000)]
Remove custom getopt files and move back to system getopt. Will take some testing, but will be worth it to be rid of this unmaintainable hack.

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

15 years agoMake null date field blank rather than 00000000 (#321)
Paul Ramsey [Tue, 15 Dec 2009 20:56:41 +0000 (20:56 +0000)]
Make null date field blank rather than 00000000 (#321)

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

15 years agoMake 4326 the default SRID for "unknown" cases, both in column creation and in geogra...
Paul Ramsey [Tue, 15 Dec 2009 20:08:36 +0000 (20:08 +0000)]
Make 4326 the default SRID for "unknown" cases, both in column creation and in geography object creation. (#347)

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

15 years agoAdd --with-libiconv argument to configure, to allow third-party iconv libraries to...
Paul Ramsey [Tue, 15 Dec 2009 18:44:09 +0000 (18:44 +0000)]
Add --with-libiconv argument to configure, to allow third-party iconv libraries to be used instead of system iconv, if so desired. Necessary to work around an OS/X Snow Leopard issue (iconv_open only available as a 32 bit call!)

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

15 years agoFix buffer overrun case.
Paul Ramsey [Tue, 15 Dec 2009 18:42:57 +0000 (18:42 +0000)]
Fix buffer overrun case.

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

15 years agoRemove syntax error (fumbling fingers?) in the usage line (#345)
Paul Ramsey [Tue, 15 Dec 2009 15:10:47 +0000 (15:10 +0000)]
Remove syntax error (fumbling fingers?) in the usage line (#345)

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

15 years agoRemove test that enforces only OGC-standard WKT for GeomFromText(). We'll accept...
Paul Ramsey [Tue, 15 Dec 2009 15:08:46 +0000 (15:08 +0000)]
Remove test that enforces only OGC-standard WKT for GeomFromText(). We'll accept any string we can parse, just like geometry_in(). (#332)

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

15 years agoFlip argument order for -cli exe build and add CFLAGS back into linking line
Paul Ramsey [Mon, 14 Dec 2009 18:04:43 +0000 (18:04 +0000)]
Flip argument order for -cli exe build and add CFLAGS back into linking line

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

15 years agoRemove the original shp2pgsql.c file which is no longer required with the new archite...
Mark Cave-Ayland [Mon, 14 Dec 2009 11:26:22 +0000 (11:26 +0000)]
Remove the original shp2pgsql.c file which is no longer required with the new architecture.

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

15 years agoFix incorrect logic when outputting escaped strings; COPY does not require the attrib...
Mark Cave-Ayland [Mon, 14 Dec 2009 01:38:33 +0000 (01:38 +0000)]
Fix incorrect logic when outputting escaped strings; COPY does not require the attribute to be surrounded by apostrophes.

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

15 years agoFix missing COPY terminator from shp2pgsql command line component.
Mark Cave-Ayland [Mon, 14 Dec 2009 01:23:14 +0000 (01:23 +0000)]
Fix missing COPY terminator from shp2pgsql command line component.

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

15 years agoCommit initial version of reworked shp2pgsql architecture that defines a common API...
Mark Cave-Ayland [Sun, 13 Dec 2009 20:31:54 +0000 (20:31 +0000)]
Commit initial version of reworked shp2pgsql architecture that defines a common API within shp2pgsql-core that can be called from both the CLI and GUI interfaces.

There are still some minor TODOs left, however the basic concept appears to work well and I've also spent time running tests under valgrind to ensure that we don't leak memory on larger shapefiles.

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

15 years agoadded identifier to shp2pgsql usage section
Kevin Neufeld [Wed, 9 Dec 2009 17:33:33 +0000 (17:33 +0000)]
added identifier to shp2pgsql usage section

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

15 years agoupdated "Using the Loader" to demonstrate the use of the available options
Kevin Neufeld [Wed, 9 Dec 2009 17:12:52 +0000 (17:12 +0000)]
updated "Using the Loader" to demonstrate the use of the available options

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

15 years agoCorrect the output type of ST_Extent and flag this as a change in behavior in PostGIS 1.4
Regina Obe [Wed, 9 Dec 2009 05:08:52 +0000 (05:08 +0000)]
Correct the output type of ST_Extent and flag this as a change in behavior in PostGIS 1.4

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

15 years agoFix mistakes in geography faq item.
Paul Ramsey [Mon, 7 Dec 2009 15:56:34 +0000 (15:56 +0000)]
Fix mistakes in geography faq item.

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

15 years agoget rid of begin; commit in geography.sql.in.c. Now that it is part of postgis.sql...
Regina Obe [Fri, 4 Dec 2009 15:39:51 +0000 (15:39 +0000)]
get rid of begin; commit in geography.sql.in.c.  Now that it is part of postgis.sql.inc.c, no need for it.

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

15 years agochange to use refname instead of refid for link in what's new -- so operators show...
Regina Obe [Fri, 4 Dec 2009 12:32:31 +0000 (12:32 +0000)]
change to use refname instead of refid for link in what's new -- so operators show the operator symbol instead of underlying function name

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

15 years agoremoved VACUUM
Kevin Neufeld [Thu, 3 Dec 2009 20:42:28 +0000 (20:42 +0000)]
removed VACUUM
made into a single transaction block

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

15 years agoremoved url that is probably the cause in breaking docbook
Kevin Neufeld [Thu, 3 Dec 2009 18:51:40 +0000 (18:51 +0000)]
removed url that is probably the cause in breaking docbook

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

15 years agoa couple typos in the DE-9IM explanation
Kevin Neufeld [Thu, 3 Dec 2009 18:43:45 +0000 (18:43 +0000)]
a couple typos in the DE-9IM explanation
added further reading references.

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

15 years agofixed a typo and added a few cross links
Kevin Neufeld [Thu, 3 Dec 2009 16:23:55 +0000 (16:23 +0000)]
fixed a typo and added a few cross links

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

15 years agoReplace unicode codes with images. IE 6 and 7 not happy. PDF not happy with unicode...
Regina Obe [Thu, 3 Dec 2009 14:23:06 +0000 (14:23 +0000)]
Replace unicode codes with images.  IE 6 and 7 not happy. PDF not happy with unicode happy face symbol -- Regina not happy :(

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

15 years agofill in missing curve support flags for outputs
Regina Obe [Thu, 3 Dec 2009 08:58:12 +0000 (08:58 +0000)]
fill in missing curve support flags for outputs

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

15 years agoadded a few reference cross links
Kevin Neufeld [Thu, 3 Dec 2009 06:14:28 +0000 (06:14 +0000)]
added a few reference cross links

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

15 years agoremoved borders around the tables in the geometry compliancy section
Kevin Neufeld [Wed, 2 Dec 2009 23:41:11 +0000 (23:41 +0000)]
removed borders around the tables in the geometry compliancy section

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

15 years agoadded some thoughts on DE-9IM
Kevin Neufeld [Wed, 2 Dec 2009 23:25:21 +0000 (23:25 +0000)]
added some thoughts on DE-9IM

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

15 years agoadded target to resize certain images
Kevin Neufeld [Wed, 2 Dec 2009 23:23:07 +0000 (23:23 +0000)]
added target to resize certain images

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

15 years agoFlag more as working with curves. I think all do except same operator but need to...
Regina Obe [Wed, 2 Dec 2009 22:05:00 +0000 (22:05 +0000)]
Flag more as working with curves.  I think all do except same operator but need to verify.

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

15 years agoLooks fine in all my IE8 browsers perhaps its just IE7 that's behind the times. ...
Regina Obe [Wed, 2 Dec 2009 21:48:05 +0000 (21:48 +0000)]
Looks fine in all my IE8 browsers perhaps its just IE7 that's behind the times.  Use cutesy unicode dingbats for now -- alos put in item list legend.

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

15 years agoadded de9im images
Kevin Neufeld [Wed, 2 Dec 2009 21:02:15 +0000 (21:02 +0000)]
added de9im images

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

15 years agoNow that pdf table layout is fixed with informal table -- put back operators in matrix
Regina Obe [Wed, 2 Dec 2009 15:20:33 +0000 (15:20 +0000)]
Now that pdf table layout is fixed with informal table -- put back operators in matrix

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

15 years agoDo I dear try an informal table again :)
Regina Obe [Wed, 2 Dec 2009 14:47:49 +0000 (14:47 +0000)]
Do I dear try an informal table again :)

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

15 years agoTry Mateusz idea of a unicode checkmark
Regina Obe [Wed, 2 Dec 2009 14:03:10 +0000 (14:03 +0000)]
Try Mateusz idea of a unicode checkmark

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

15 years agohmm spelled geometry wrong
Regina Obe [Tue, 1 Dec 2009 22:54:19 +0000 (22:54 +0000)]
hmm spelled geometry wrong

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

15 years agoget rid of padding on tables
Regina Obe [Tue, 1 Dec 2009 22:40:07 +0000 (22:40 +0000)]
get rid of padding on tables

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

15 years agotry again
Regina Obe [Tue, 1 Dec 2009 22:30:19 +0000 (22:30 +0000)]
try again

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

15 years agoback to formal table
Regina Obe [Tue, 1 Dec 2009 21:47:49 +0000 (21:47 +0000)]
back to formal table

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

15 years agogit-svn-id: http://svn.osgeo.org/postgis/trunk@4967 b70326c6-7e19-0410-871a-916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 20:08:02 +0000 (20:08 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@4967 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agotry again
Regina Obe [Tue, 1 Dec 2009 20:00:02 +0000 (20:00 +0000)]
try again

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

15 years agogit-svn-id: http://svn.osgeo.org/postgis/trunk@4965 b70326c6-7e19-0410-871a-916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 19:53:37 +0000 (19:53 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@4965 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agofix build
Regina Obe [Tue, 1 Dec 2009 19:34:46 +0000 (19:34 +0000)]
fix build

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

15 years agoseeif pdf looks better with an informaltable
Regina Obe [Tue, 1 Dec 2009 19:19:28 +0000 (19:19 +0000)]
seeif pdf looks better with an informaltable

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

15 years agotitle change
Regina Obe [Tue, 1 Dec 2009 18:30:31 +0000 (18:30 +0000)]
title change

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

15 years agotypo
Regina Obe [Tue, 1 Dec 2009 18:29:48 +0000 (18:29 +0000)]
typo

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

15 years agoAdd sql mm compliance column get rid of cell-padding
Regina Obe [Tue, 1 Dec 2009 18:07:32 +0000 (18:07 +0000)]
Add sql mm compliance column get rid of cell-padding

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

15 years agoshorten matrix list to exclude operators and exception so pdf is not quite so ugly...
Regina Obe [Tue, 1 Dec 2009 17:17:25 +0000 (17:17 +0000)]
shorten matrix list to exclude operators and exception so pdf is not quite so ugly.  Try to fit on one page.

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

15 years agofix filter for 2.5D/curved support. More tweaking of style
Regina Obe [Tue, 1 Dec 2009 17:06:57 +0000 (17:06 +0000)]
fix filter for 2.5D/curved support. More tweaking of style

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

15 years agoget rid of border=0 altogether exclude management,types, and transaction from matrix
Regina Obe [Tue, 1 Dec 2009 16:42:57 +0000 (16:42 +0000)]
get rid of border=0 altogether exclude management,types, and transaction from matrix

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

15 years agoborder not taking
Regina Obe [Tue, 1 Dec 2009 16:15:40 +0000 (16:15 +0000)]
border not taking

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

15 years agoI want table borders
Regina Obe [Tue, 1 Dec 2009 15:09:16 +0000 (15:09 +0000)]
I want table borders

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

15 years agooops had left over junk -- get rid of junk
Regina Obe [Tue, 1 Dec 2009 14:42:21 +0000 (14:42 +0000)]
oops had left over junk -- get rid of junk

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

15 years agotry to get rid of section abstract -- see if pdflatex accepts super duper matrix
Regina Obe [Tue, 1 Dec 2009 14:28:56 +0000 (14:28 +0000)]
try to get rid of section abstract -- see if pdflatex accepts super duper matrix

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

15 years agoFirst attempt at super-duper type functionality compare matrix
Regina Obe [Tue, 1 Dec 2009 14:15:28 +0000 (14:15 +0000)]
First attempt at super-duper type functionality compare matrix

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

15 years agoFix up boundary condition in node interaction test.
Paul Ramsey [Mon, 30 Nov 2009 22:08:12 +0000 (22:08 +0000)]
Fix up boundary condition in node interaction test.

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

15 years agoAdd an internal geometry tree for use in a native prepared geometry scheme for fast...
Paul Ramsey [Mon, 30 Nov 2009 20:52:16 +0000 (20:52 +0000)]
Add an internal geometry tree for use in a native prepared geometry scheme for fast intersection tests.

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

15 years agoAdd svn:keywords to everyone
Paul Ramsey [Mon, 30 Nov 2009 20:50:57 +0000 (20:50 +0000)]
Add svn:keywords to everyone

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

15 years agoAdd NL to end of expected file.
Paul Ramsey [Mon, 30 Nov 2009 20:49:01 +0000 (20:49 +0000)]
Add NL to end of expected file.

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

15 years agoMove the fromGML test into the in_gml.sql file, so that it will be properly excluded...
Paul Ramsey [Mon, 30 Nov 2009 20:44:56 +0000 (20:44 +0000)]
Move the fromGML test into the in_gml.sql file, so that it will be properly excluded when libxml2 is not available.

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

15 years agoMove have_libxml2 define to the other library have_ defines.
Paul Ramsey [Mon, 30 Nov 2009 20:39:35 +0000 (20:39 +0000)]
Move have_libxml2 define to the other library have_ defines.

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

15 years agoFix warnings from cpp during sql file build as reported by kneufeld
Paul Ramsey [Mon, 30 Nov 2009 20:37:56 +0000 (20:37 +0000)]
Fix warnings from cpp during sql file build as reported by kneufeld

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

15 years agoUpdated SQL files for uninstallation to match current state.
Paul Ramsey [Mon, 30 Nov 2009 19:56:27 +0000 (19:56 +0000)]
Updated SQL files for uninstallation to match current state.

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

15 years agoUpdate the upgrade process description to match new scripts.
Paul Ramsey [Mon, 30 Nov 2009 19:12:35 +0000 (19:12 +0000)]
Update the upgrade process description to match new scripts.

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

15 years agoRename ST_PointOutside to _ST_PointOutside (#325)
Paul Ramsey [Mon, 30 Nov 2009 17:27:47 +0000 (17:27 +0000)]
Rename ST_PointOutside to _ST_PointOutside (#325)

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

15 years agorenamed ST_DumpPoints to _ST_DumpPoints
Kevin Neufeld [Mon, 30 Nov 2009 16:40:38 +0000 (16:40 +0000)]
renamed ST_DumpPoints to _ST_DumpPoints

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

15 years agorevise template to use new entities
Regina Obe [Mon, 30 Nov 2009 14:30:02 +0000 (14:30 +0000)]
revise template to use new entities

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

15 years agoavailability note not specified right for ST_DumpPoints
Regina Obe [Mon, 30 Nov 2009 14:24:57 +0000 (14:24 +0000)]
availability note not specified right for ST_DumpPoints

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

15 years agofill in missing proto for st_polygonize
Regina Obe [Mon, 30 Nov 2009 09:16:19 +0000 (09:16 +0000)]
fill in missing proto for st_polygonize

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