Commit graph

9 commits

Author SHA1 Message Date
Paul Ramsey cd876cbd2e Moved Cygwin endian define out of source files into postgis.h common
header file.


git-svn-id: http://svn.osgeo.org/postgis/trunk@280 b70326c6-7e19-0410-871a-916f4a2858ee
2003-07-25 17:08:37 +00:00
Paul Ramsey d6f7f47e2d Added CVS revision headers.
git-svn-id: http://svn.osgeo.org/postgis/trunk@278 b70326c6-7e19-0410-871a-916f4a2858ee
2003-07-01 18:30:55 +00:00
Chris Hodgson b5fc36871a - fixed a bug in box3d_overleft which would likely go unnoticed
- fixed the docs for &<, &>, <<, and >> which were backwards


git-svn-id: http://svn.osgeo.org/postgis/trunk@191 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-10 17:00:40 +00:00
Chris Hodgson 11e05b0b46 - cut the gist indexing-related functions out of postgis_ops.c and put them in postgis_gist.c, then put the new gist indexing functions for postgres >= 7.2 in the file postgis_gist_72
- similarly, the sql definitions of the gist functions have been split into their own new sql.in file, with postgis_gist_72.sql.in containing the new postgres >= 7.2 definitions

- the makefile has been updated to compile EITHER postgis_gist.c OR postgis_gist_72.c, and also to process EITHER postgis_gist.sql.in OR postgis_gist_72.sql and add the output to the end of postgis.sql

- in order to compile the gist functions for posgres 7.2 or newer, make sure to point your PGSQL_SRC at the new source directory, and uncomment the line in the makefile which says PG72 = 1 (near the top)

- some functions that were previously in postgis_ops.c were moved to postgis_fn.c, as part of a general cleanup I did when splitting off the gist functions into their own file

- some definitions that were previously in postgis.h (unnecessarily) where removed, as they varied depending on which version of postgis_gist was being used

- also edited the loader/Makefile to clean up properly


git-svn-id: http://svn.osgeo.org/postgis/trunk@140 b70326c6-7e19-0410-871a-916f4a2858ee
2002-04-26 22:50:06 +00:00
David Blasby dca40f3c7e ADD xmin(box3d) etc... for box3d's.
git-svn-id: http://svn.osgeo.org/postgis/trunk@129 b70326c6-7e19-0410-871a-916f4a2858ee
2002-03-15 17:10:49 +00:00
David Blasby e26876d522 added geometry(text) conversion function
git-svn-id: http://svn.osgeo.org/postgis/trunk@57 b70326c6-7e19-0410-871a-916f4a2858ee
2001-08-24 21:02:11 +00:00
David Blasby 4e740fbca6 Added support for better restrictivity of && searches.
Defaulted to 0.005 (in backend/utils/adt/geo_selfuncs.c) - I've changed it
to be much smaller.  This should work for everything but really really
large tables.


git-svn-id: http://svn.osgeo.org/postgis/trunk@56 b70326c6-7e19-0410-871a-916f4a2858ee
2001-08-14 22:15:59 +00:00
David Blasby 0441f8c8f6 Added plpgsql functions AddGeometryColumn() and DeleteGeometryColumn().
git-svn-id: http://svn.osgeo.org/postgis/trunk@47 b70326c6-7e19-0410-871a-916f4a2858ee
2001-07-31 19:11:26 +00:00
No Body 3cda119445 Initial revision
git-svn-id: http://svn.osgeo.org/postgis/trunk@2 b70326c6-7e19-0410-871a-916f4a2858ee
2001-06-22 17:39:29 +00:00