Commit graph

10688 commits

Author SHA1 Message Date
Paul Ramsey d70e63b117 Updates for 0.7.5 release.
git-svn-id: http://svn.osgeo.org/postgis/trunk@252 b70326c6-7e19-0410-871a-916f4a2858ee
2003-04-09 03:40:07 +00:00
Paul Ramsey 5edf582e13 Cygwin BE_DLLLIBS fix from nvine/jtishler
git-svn-id: http://svn.osgeo.org/postgis/trunk@251 b70326c6-7e19-0410-871a-916f4a2858ee
2003-04-08 21:41:06 +00:00
David Blasby 23cbce7ad7 simple table to test relate(g1,g2). Taken from JTS/GEOS regression test.
git-svn-id: http://svn.osgeo.org/postgis/trunk@250 b70326c6-7e19-0410-871a-916f4a2858ee
2003-04-08 21:23:51 +00:00
Jeff Lounsbury 2f415269ca Fixed a bug which dropped the last Z value of each line in 3d lines.
git-svn-id: http://svn.osgeo.org/postgis/trunk@249 b70326c6-7e19-0410-871a-916f4a2858ee
2003-04-01 23:02:50 +00:00
Paul Ramsey f7ce6ed4aa M-handling patch and some Z-recognition too.
From strk@freek.keybit.net.


git-svn-id: http://svn.osgeo.org/postgis/trunk@248 b70326c6-7e19-0410-871a-916f4a2858ee
2003-03-07 16:39:53 +00:00
Chris Hodgson 6f7054ca78 swapped '~=' for '=' in the operator class definition for gist_geometry_ops.
git-svn-id: http://svn.osgeo.org/postgis/trunk@247 b70326c6-7e19-0410-871a-916f4a2858ee
2003-03-06 18:57:24 +00:00
Chris Hodgson 0e254544ba changed 'geometry' to 'GEOMETRY' two places in the AddGeometryColumn sql code.
git-svn-id: http://svn.osgeo.org/postgis/trunk@246 b70326c6-7e19-0410-871a-916f4a2858ee
2003-03-06 18:29:35 +00:00
Chris Hodgson 17d19d4d35 Updated the documentation for the '~' operator and added documentation for the '@' operator (they were backwards).
git-svn-id: http://svn.osgeo.org/postgis/trunk@245 b70326c6-7e19-0410-871a-916f4a2858ee
2003-03-06 18:10:30 +00:00
David Blasby c978eec0db indexing for 7.3: @ and ~ were backwards. Corrected.
git-svn-id: http://svn.osgeo.org/postgis/trunk@244 b70326c6-7e19-0410-871a-916f4a2858ee
2003-03-06 18:04:14 +00:00
Jeff Lounsbury 8bb975b8f2 added more type checking into the create table statment.
Now uses int8, and numeric types if the columns definitions are too big


git-svn-id: http://svn.osgeo.org/postgis/trunk@243 b70326c6-7e19-0410-871a-916f4a2858ee
2003-02-15 00:27:14 +00:00
Jeff Lounsbury 531b02bb0d changed the PIP function to loop from i=0 to 1<n-1
git-svn-id: http://svn.osgeo.org/postgis/trunk@242 b70326c6-7e19-0410-871a-916f4a2858ee
2003-02-14 20:07:26 +00:00
Paul Ramsey 96820b1766 Changes in preparation for 0.7.4 release.
git-svn-id: http://svn.osgeo.org/postgis/trunk@240 b70326c6-7e19-0410-871a-916f4a2858ee
2003-02-13 02:48:10 +00:00
Paul Ramsey 653a19eebe Fixed bug with 7.1 build relating to postgis_estimate.
git-svn-id: http://svn.osgeo.org/postgis/trunk@239 b70326c6-7e19-0410-871a-916f4a2858ee
2003-02-12 21:03:49 +00:00
Paul Ramsey ac00534052 Changed constraint name for geometry_columns_pk.
git-svn-id: http://svn.osgeo.org/postgis/trunk@238 b70326c6-7e19-0410-871a-916f4a2858ee
2003-02-04 23:11:34 +00:00
Paul Ramsey 585bd29bbf Fix memory management error, array of pointers allocated insufficient space.
git-svn-id: http://svn.osgeo.org/postgis/trunk@237 b70326c6-7e19-0410-871a-916f4a2858ee
2003-02-04 22:57:44 +00:00
Paul Ramsey e1549fa3d6 Added CVS substitution strings for logging.
git-svn-id: http://svn.osgeo.org/postgis/trunk@236 b70326c6-7e19-0410-871a-916f4a2858ee
2003-02-04 21:39:20 +00:00
Paul Ramsey 979080abf7 Fixed stupid case error in 7.2 gist support.
git-svn-id: http://svn.osgeo.org/postgis/trunk@235 b70326c6-7e19-0410-871a-916f4a2858ee
2003-02-04 06:49:27 +00:00
Paul Ramsey 2c8327f3d0 Updated SRS file with better proj4 definitions and nicer commented
description lines.


git-svn-id: http://svn.osgeo.org/postgis/trunk@234 b70326c6-7e19-0410-871a-916f4a2858ee
2003-02-03 20:08:57 +00:00
Chris Hodgson 8f5cdf655e fixed a small error in an example - road_name -> name
git-svn-id: http://svn.osgeo.org/postgis/trunk@233 b70326c6-7e19-0410-871a-916f4a2858ee
2003-01-31 17:23:20 +00:00
David Blasby e1d087579d applied Mark Cave-Ayland's new patch that is a bit cleaner and has a
user-defined FETCH limit for creating a histogram.


git-svn-id: http://svn.osgeo.org/postgis/trunk@232 b70326c6-7e19-0410-871a-916f4a2858ee
2003-01-22 17:07:39 +00:00
David Blasby a8ca9583d6 added patch from Mark Cave-Ayland that saves memory during histogram
calculations by using cursors instead of loading all the BOXs at once.


git-svn-id: http://svn.osgeo.org/postgis/trunk@231 b70326c6-7e19-0410-871a-916f4a2858ee
2003-01-21 17:46:08 +00:00
Paul Ramsey 49b460b38e Added USE_STATS fix for index selectivity.
git-svn-id: http://svn.osgeo.org/postgis/trunk@230 b70326c6-7e19-0410-871a-916f4a2858ee
2003-01-06 18:07:09 +00:00
David Blasby 5bb0a51628 fixed select astext(the_geom)||'dave' from ...; bug
git-svn-id: http://svn.osgeo.org/postgis/trunk@229 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-17 23:24:59 +00:00
Paul Ramsey cd341742f7 Removed old sql.in files.
git-svn-id: http://svn.osgeo.org/postgis/trunk@228 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-10 04:45:20 +00:00
Paul Ramsey 9f29df1016 Support for 7.3 undefinition.
git-svn-id: http://svn.osgeo.org/postgis/trunk@227 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-10 04:37:03 +00:00
Paul Ramsey 1d0cae9cac New SQL update files, with version dependant start and end scripts.
git-svn-id: http://svn.osgeo.org/postgis/trunk@226 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-10 04:36:37 +00:00
Paul Ramsey 305ea49e70 Set USE_PROJ back to default 0.
git-svn-id: http://svn.osgeo.org/postgis/trunk@225 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-06 20:31:56 +00:00
Paul Ramsey a8aaa365e7 Returned to 'opaque' as type in creation, since 7.3 will automatically
cast and < 7.3 will fail if I use a different value. This causes some
warnings in 7.3, but no failures.


git-svn-id: http://svn.osgeo.org/postgis/trunk@224 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 22:12:04 +00:00
Paul Ramsey d41b05ae11 Updates to support 7.3 typecasting conventions. 7.3 support is now ready
for beta testing.


git-svn-id: http://svn.osgeo.org/postgis/trunk@223 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 21:49:59 +00:00
Paul Ramsey c89be2e709 "fixed" pg_opclass so that 7.3 index creation works.
git-svn-id: http://svn.osgeo.org/postgis/trunk@222 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 21:11:10 +00:00
Paul Ramsey c6f15e8ddb Changed an opaque to internal (many to go...)
git-svn-id: http://svn.osgeo.org/postgis/trunk@221 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 20:57:50 +00:00
Paul Ramsey ad92e082d1 Pass USE_VERSION macro into the C compilation process to the pre-processor can
make use of it


git-svn-id: http://svn.osgeo.org/postgis/trunk@220 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 20:54:57 +00:00
Paul Ramsey 1c6560a521 Changed libdir references to LIBPATH and started using the magic
$libpath entry for default installs.


git-svn-id: http://svn.osgeo.org/postgis/trunk@219 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 20:48:06 +00:00
Paul Ramsey bf1895790b Formatting change.
git-svn-id: http://svn.osgeo.org/postgis/trunk@218 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 20:40:55 +00:00
Paul Ramsey 4755b3aeda Early support for 7.3. No fixes for typecasting problems yet.
git-svn-id: http://svn.osgeo.org/postgis/trunk@217 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 20:30:22 +00:00
Paul Ramsey 4a38d9ea45 Removed DOS linefeeds from SQL files.
git-svn-id: http://svn.osgeo.org/postgis/trunk@216 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 19:55:03 +00:00
Paul Ramsey 49cf83de48 Changes to support 7.3 cleanly.
git-svn-id: http://svn.osgeo.org/postgis/trunk@215 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 19:48:55 +00:00
Paul Ramsey cf702ad523 Changes to allow 7.3 support to be easily added.
git-svn-id: http://svn.osgeo.org/postgis/trunk@214 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 19:48:20 +00:00
Paul Ramsey e6f984113b Original OpenGIS test suite files. To be edited to conform to
PostGIS syntax where legal.


git-svn-id: http://svn.osgeo.org/postgis/trunk@213 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-01 05:59:31 +00:00
Paul Ramsey 776b6717e2 Changed references to 'make' into macro references to MAKE
git-svn-id: http://svn.osgeo.org/postgis/trunk@212 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-26 03:59:16 +00:00
Chris Hodgson 88095317f3 changed the title of the new section from "Mapserver" to "Using Mapserver"
git-svn-id: http://svn.osgeo.org/postgis/trunk@211 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-22 21:25:43 +00:00
Chris Hodgson e131c67fdb added more advanced mapserver documentation, and separated mapserver into its own section of the documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@210 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-22 21:22:22 +00:00
David Blasby c1b2ee7f30 Non-compiled in transform() returns error instead of nop.
git-svn-id: http://svn.osgeo.org/postgis/trunk@209 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-22 17:38:29 +00:00
Chris Hodgson 793d362943 re-formatted the xml doc and added a bit about complex queries (still lots more to come on that topic)
git-svn-id: http://svn.osgeo.org/postgis/trunk@208 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-20 21:32:12 +00:00
Jeff Lounsbury a6b0d3d0fa added support for clockwise-ness in shp dumper
git-svn-id: http://svn.osgeo.org/postgis/trunk@207 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-06 23:55:44 +00:00
Paul Ramsey 5f8e465b35 Removed debugging connstring print.
git-svn-id: http://svn.osgeo.org/postgis/trunk@206 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-04 21:21:43 +00:00
David Blasby b0177cdeae Now accepts both types of multipoint - 'MULTIPOINT(0 0, 1 1)'::geometry and
'MULTIPOINT( (0 0), (1 1))'::geometry;


git-svn-id: http://svn.osgeo.org/postgis/trunk@205 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-25 16:13:18 +00:00
Paul Ramsey 808dcb728b Added PGbox3d accessors for LLB and URB. Added PGgeometry update to
account for SRIDs when they are present in the WKT. Submitted by
Rueben Schultz.


git-svn-id: http://svn.osgeo.org/postgis/trunk@204 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-24 15:53:42 +00:00
Chris Hodgson d80dce00bd fixed the last compile warning on solaris/gcc
git-svn-id: http://svn.osgeo.org/postgis/trunk@203 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-17 17:06:39 +00:00
Chris Hodgson 6fd46b3fab - cleaned up all the compiler warnings
- for getopt.c, this involved moving the line:
      extern char *getenv(const char *name);
  outside of the two nested #ifdefs that it was inside, as it is always required (the code that calls it isn't inside any #ifdefs) Perhaps this may break compilation in non-linux/gnu environments?


git-svn-id: http://svn.osgeo.org/postgis/trunk@202 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-17 16:45:04 +00:00