]>
granicus.if.org Git - postgis/log
Sandro Santilli [Fri, 25 Nov 2005 16:14:25 +0000 (16:14 +0000)]
Added support for PostgreSQL head, as suggested by Michael Fuhr.
Cleaned up includes.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2076
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 25 Nov 2005 16:11:34 +0000 (16:11 +0000)]
Wrapped PROJ4SRSCacheCheck function in ifdef MEMORY_CONTEXT_CHECKING block, to avoid compiler warning
git-svn-id: http://svn.osgeo.org/postgis/trunk@2075
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 25 Nov 2005 15:43:33 +0000 (15:43 +0000)]
Added unite_garray() test
git-svn-id: http://svn.osgeo.org/postgis/trunk@2074
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 25 Nov 2005 15:43:22 +0000 (15:43 +0000)]
Added database version info
git-svn-id: http://svn.osgeo.org/postgis/trunk@2073
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 25 Nov 2005 15:34:54 +0000 (15:34 +0000)]
Fixed expected ERROR and NOTICEs
git-svn-id: http://svn.osgeo.org/postgis/trunk@2072
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 25 Nov 2005 15:28:07 +0000 (15:28 +0000)]
Fixed 0-size allocation in lwcollection deserializer
(only matters when backend is compiled with --enable-cassert)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2071
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 25 Nov 2005 14:14:26 +0000 (14:14 +0000)]
Added postgis library version and builddate, to make sure the existing database
being used is equipped with the library we are willing to test.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2069
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 24 Nov 2005 20:20:21 +0000 (20:20 +0000)]
Added note about documentation updates requirement (will anyone read it before 1.1.0 ? ;)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2068
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 24 Nov 2005 20:18:26 +0000 (20:18 +0000)]
Fixed sizeof(GEOSGeom) calls, minor debugging improvements.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2067
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 24 Nov 2005 20:11:05 +0000 (20:11 +0000)]
Added -N and -g documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@2064
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 23 Nov 2005 15:54:43 +0000 (15:54 +0000)]
Changed X(), Y(), M() and Z() to raise an error if input
is not strictly a point (must update documentation)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2061
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 23 Nov 2005 15:30:04 +0000 (15:30 +0000)]
Changed locate_between_measures() to return simpler types
git-svn-id: http://svn.osgeo.org/postgis/trunk@2060
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 23 Nov 2005 14:52:39 +0000 (14:52 +0000)]
Changed M() and Z() to return NULL when input doesn't have
the requested dimension. Updated regress tests with a few
of these cases.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2059
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 23 Nov 2005 14:44:37 +0000 (14:44 +0000)]
Added usage dox and check for required input files
git-svn-id: http://svn.osgeo.org/postgis/trunk@2058
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 23 Nov 2005 14:38:00 +0000 (14:38 +0000)]
Reworked regress tests to avoid multiple database creations
git-svn-id: http://svn.osgeo.org/postgis/trunk@2057
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 23 Nov 2005 13:48:38 +0000 (13:48 +0000)]
fixed bug in points duplication check of dynptarray_addPoint4d
git-svn-id: http://svn.osgeo.org/postgis/trunk@2056
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 23 Nov 2005 13:46:35 +0000 (13:46 +0000)]
Added a few regression tests for LRS functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@2055
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 23 Nov 2005 13:19:40 +0000 (13:19 +0000)]
Initial implementation of locate_among_measure() and locate_between_measures()
git-svn-id: http://svn.osgeo.org/postgis/trunk@2054
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 22 Nov 2005 21:29:41 +0000 (21:29 +0000)]
Fixed a bug in getPoint{3dm,3dz,4d}_p() api calls automatically
fixing bugs in force_{3dm,3dz,4d}() user functions, for which
tests have been added in regress dir.
Wrapped paranoid checks in PARANOIA_LEVEL preprocessor blocks.
Updated release notes and CHANGES file.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2053
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 22 Nov 2005 19:59:14 +0000 (19:59 +0000)]
Fixed debugging printf call
git-svn-id: http://svn.osgeo.org/postgis/trunk@2051
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Fri, 18 Nov 2005 17:37:38 +0000 (17:37 +0000)]
Add fix for PG 8.1 calling the MemoryContext check method when compiled as a debug build
git-svn-id: http://svn.osgeo.org/postgis/trunk@2049
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 18 Nov 2005 10:48:59 +0000 (10:48 +0000)]
fixed double release of bbox cache memory
git-svn-id: http://svn.osgeo.org/postgis/trunk@2048
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 18 Nov 2005 10:16:21 +0000 (10:16 +0000)]
Removed casts on lwalloc return.
Used varlena macros when appropriate.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2047
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Thu, 17 Nov 2005 23:35:23 +0000 (23:35 +0000)]
Removed duplicate debugging code used to reset the cache when it was full
git-svn-id: http://svn.osgeo.org/postgis/trunk@2045
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Thu, 17 Nov 2005 23:25:04 +0000 (23:25 +0000)]
Fixed assertion bug and an off-by-one palloc() in the new transform() code
git-svn-id: http://svn.osgeo.org/postgis/trunk@2044
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Thu, 17 Nov 2005 17:49:54 +0000 (17:49 +0000)]
Reimplement transform() using a cache that maintains SRS and PROJ.4 library handles throughout each portal to speed up reprojections on large datasets
git-svn-id: http://svn.osgeo.org/postgis/trunk@2043
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Wed, 16 Nov 2005 13:04:30 +0000 (13:04 +0000)]
small comment improvements in Point.java
git-svn-id: http://svn.osgeo.org/postgis/trunk@2042
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 16 Nov 2005 10:34:41 +0000 (10:34 +0000)]
Added availability info of line_interpolate_point function
git-svn-id: http://svn.osgeo.org/postgis/trunk@2041
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 16 Nov 2005 09:49:39 +0000 (09:49 +0000)]
Updated 1.0.5 release documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@2040
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 14 Nov 2005 10:05:22 +0000 (10:05 +0000)]
Forced use of CAPI when building against GEOS 3.x.x or superior
git-svn-id: http://svn.osgeo.org/postgis/trunk@2038
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 14 Nov 2005 09:01:15 +0000 (09:01 +0000)]
Forced copy of BOX2D at deserialization time.
LWGEOM (sub)objects will always have their own copy, safely released
by lwgeom_release(). This will remove memory alignment problems.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2037
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 11 Nov 2005 18:04:38 +0000 (18:04 +0000)]
updated
git-svn-id: http://svn.osgeo.org/postgis/trunk@2034
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 11 Nov 2005 17:49:26 +0000 (17:49 +0000)]
Updated
git-svn-id: http://svn.osgeo.org/postgis/trunk@2032
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 11 Nov 2005 17:45:46 +0000 (17:45 +0000)]
Fixed memory alignment bug in base geometry type serializers, added integrity check for geometry type flag and it's pointarrays dimension mismatch
git-svn-id: http://svn.osgeo.org/postgis/trunk@2030
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 11 Nov 2005 17:23:27 +0000 (17:23 +0000)]
Fixed memory alignment issues in force_*d*_recursive
git-svn-id: http://svn.osgeo.org/postgis/trunk@2029
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 11 Nov 2005 17:03:28 +0000 (17:03 +0000)]
Added some dimensionality changes tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@2027
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 11 Nov 2005 17:02:31 +0000 (17:02 +0000)]
Added linemerge test
git-svn-id: http://svn.osgeo.org/postgis/trunk@2026
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 11 Nov 2005 10:49:27 +0000 (10:49 +0000)]
Fixed short-initialization in getPoint4d_p
git-svn-id: http://svn.osgeo.org/postgis/trunk@2020
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 1 Nov 2005 17:11:20 +0000 (17:11 +0000)]
Ported ELF detection code from PostgreSQL. PostGIS builds on freebsd > 2 out of the box now.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2019
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 1 Nov 2005 11:56:20 +0000 (11:56 +0000)]
Initial work on ST_AddEdgeNewFaces
git-svn-id: http://svn.osgeo.org/postgis/trunk@2018
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 1 Nov 2005 11:46:19 +0000 (11:46 +0000)]
Removed calls to get_proj4_from_srid() from transform() to require
a single scan of spatial_ref_sys for call rather then two.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2016
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 1 Nov 2005 11:37:19 +0000 (11:37 +0000)]
Fixed handling of --with-proj handling
git-svn-id: http://svn.osgeo.org/postgis/trunk@2015
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 1 Nov 2005 10:29:14 +0000 (10:29 +0000)]
updated
git-svn-id: http://svn.osgeo.org/postgis/trunk@2014
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 1 Nov 2005 10:22:29 +0000 (10:22 +0000)]
Changed major-minor version numbers extraction to be compatible with postgresql 7.2.1 (relies on the fact that this information will always be in the first 4 characters - single digit per version)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2011
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 1 Nov 2005 09:25:47 +0000 (09:25 +0000)]
Reworked NULL geometries handling code letting user specify policy (insert,skip,abort). Insert is the default.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2010
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Mon, 31 Oct 2005 13:42:27 +0000 (13:42 +0000)]
Document Bug in PGShapeGeometry
git-svn-id: http://svn.osgeo.org/postgis/trunk@2009
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Fri, 28 Oct 2005 13:48:14 +0000 (13:48 +0000)]
Small winding rule fix and some comment improvements
git-svn-id: http://svn.osgeo.org/postgis/trunk@2008
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 26 Oct 2005 11:10:58 +0000 (11:10 +0000)]
updated
git-svn-id: http://svn.osgeo.org/postgis/trunk@2006
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 26 Oct 2005 11:07:55 +0000 (11:07 +0000)]
Added optional second argument to specify schema in which postgis functions are to be replaced
git-svn-id: http://svn.osgeo.org/postgis/trunk@2004
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 25 Oct 2005 14:31:27 +0000 (14:31 +0000)]
Added azimuth() and shift_longitude() functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@2003
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 25 Oct 2005 14:31:02 +0000 (14:31 +0000)]
Added documentation for azimuth()
git-svn-id: http://svn.osgeo.org/postgis/trunk@2002
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 25 Oct 2005 14:21:10 +0000 (14:21 +0000)]
Added missing SRID check in azimuth() function
git-svn-id: http://svn.osgeo.org/postgis/trunk@2001
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 25 Oct 2005 14:15:41 +0000 (14:15 +0000)]
Added azimuth(point,point) function.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2000
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 25 Oct 2005 11:38:28 +0000 (11:38 +0000)]
Added shift_longitude(geometry) sql procedure and underlying
ptarray_longitude_shift(POINTARRAY *) and lwgeom_longitude_shift(LWGEOM *)
functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1999
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 25 Oct 2005 11:37:17 +0000 (11:37 +0000)]
Fixed bug in GEOSCoordSeq to POINTARRAY converter
git-svn-id: http://svn.osgeo.org/postgis/trunk@1998
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 25 Oct 2005 11:16:09 +0000 (11:16 +0000)]
Added pglwgeom_deserialize()
git-svn-id: http://svn.osgeo.org/postgis/trunk@1997
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 24 Oct 2005 16:14:04 +0000 (16:14 +0000)]
Moved loader/dumper stricter handling of attribute sizes from 1.0.5 to head section
git-svn-id: http://svn.osgeo.org/postgis/trunk@1996
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 24 Oct 2005 15:54:22 +0000 (15:54 +0000)]
fixed wrong assumption about maximum size of integer attributes (width is maximum size of text representation)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1993
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 24 Oct 2005 13:29:12 +0000 (13:29 +0000)]
Updated to reflect ownership policy in GEOS C-api.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1991
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 24 Oct 2005 11:33:46 +0000 (11:33 +0000)]
Added attribute types mapping change
git-svn-id: http://svn.osgeo.org/postgis/trunk@1990
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 24 Oct 2005 11:30:59 +0000 (11:30 +0000)]
Fixed a bug in string attributes handling truncating values of maximum
allowed length, curtesy of Lars Roessiger.
Reworked integer attributes handling to be stricter in dbf->sql mapping
and to allow for big int8 values in sql->dbf conversion
git-svn-id: http://svn.osgeo.org/postgis/trunk@1987
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Fri, 21 Oct 2005 15:35:05 +0000 (15:35 +0000)]
PGShapeGeometry constructor cleanup
git-svn-id: http://svn.osgeo.org/postgis/trunk@1986
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Fri, 21 Oct 2005 13:06:33 +0000 (13:06 +0000)]
Updated jdbc2 README to reflect JTS dependency on trove4j
git-svn-id: http://svn.osgeo.org/postgis/trunk@1985
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Fri, 21 Oct 2005 12:07:10 +0000 (12:07 +0000)]
implemented JTS GeometryFactory caching
git-svn-id: http://svn.osgeo.org/postgis/trunk@1984
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 21 Oct 2005 11:33:55 +0000 (11:33 +0000)]
Applied patch by Lars Roessiger handling numerical values with a trailing decima
l dot
git-svn-id: http://svn.osgeo.org/postgis/trunk@1982
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Fri, 21 Oct 2005 08:53:08 +0000 (08:53 +0000)]
typo fix in java2D example
git-svn-id: http://svn.osgeo.org/postgis/trunk@1981
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Thu, 20 Oct 2005 18:07:37 +0000 (18:07 +0000)]
added example for java2d
git-svn-id: http://svn.osgeo.org/postgis/trunk@1980
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Thu, 20 Oct 2005 16:13:51 +0000 (16:13 +0000)]
moved java2d to ordinary src directory, as it does not depend on any external libraries.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1979
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Thu, 20 Oct 2005 16:04:03 +0000 (16:04 +0000)]
fix postgresql 7.2 datatype registration compatibility code
git-svn-id: http://svn.osgeo.org/postgis/trunk@1978
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Thu, 20 Oct 2005 15:58:52 +0000 (15:58 +0000)]
Fixed all deprecation warnings in JTS code by using proper GeometryFactory instances (hope)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1977
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Thu, 20 Oct 2005 15:57:51 +0000 (15:57 +0000)]
added forgotten changelog entry
git-svn-id: http://svn.osgeo.org/postgis/trunk@1976
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Thu, 20 Oct 2005 14:35:07 +0000 (14:35 +0000)]
Added some source for java2D readonly support
git-svn-id: http://svn.osgeo.org/postgis/trunk@1975
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 19 Oct 2005 13:11:41 +0000 (13:11 +0000)]
Handled some more errors.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1974
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 19 Oct 2005 10:12:09 +0000 (10:12 +0000)]
Removed useless variables from linemerge()
git-svn-id: http://svn.osgeo.org/postgis/trunk@1973
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 19 Oct 2005 10:09:07 +0000 (10:09 +0000)]
Removed unused variables in linemerge()
git-svn-id: http://svn.osgeo.org/postgis/trunk@1972
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 19 Oct 2005 10:04:15 +0000 (10:04 +0000)]
Added ST_ModEdgesSplit function, cleaned up test files, added tests for
the new topology editing functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1971
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Oct 2005 16:39:15 +0000 (16:39 +0000)]
Fixed ST_NewEdgesSplit function to return new Node id rather then text
git-svn-id: http://svn.osgeo.org/postgis/trunk@1970
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Oct 2005 15:31:26 +0000 (15:31 +0000)]
Added SQL/MM functions ST_RemoveIsoEdge and ST_NewEdgesSplit.
The ST_NewEdgesSplit also updates the Relation table (out of SQL/MM specs).
git-svn-id: http://svn.osgeo.org/postgis/trunk@1969
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 17 Oct 2005 09:40:27 +0000 (09:40 +0000)]
Changed GEOS initializzation to use lwnotice for errors rather then
lwerror, to allow for cleanup on exceptions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1968
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 17 Oct 2005 09:39:56 +0000 (09:39 +0000)]
Added -Wall flag to compilers invocation
git-svn-id: http://svn.osgeo.org/postgis/trunk@1967
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 17 Oct 2005 08:37:50 +0000 (08:37 +0000)]
Fixed compiler warnings, handled exceptions in POSTGIS2GEOS conversions
git-svn-id: http://svn.osgeo.org/postgis/trunk@1966
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 14 Oct 2005 08:29:23 +0000 (08:29 +0000)]
Added topology change
git-svn-id: http://svn.osgeo.org/postgis/trunk@1965
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 13 Oct 2005 16:21:49 +0000 (16:21 +0000)]
Initial work on topology model support
git-svn-id: http://svn.osgeo.org/postgis/trunk@1964
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 13 Oct 2005 13:40:20 +0000 (13:40 +0000)]
Fixed return code from shp2pgsql
git-svn-id: http://svn.osgeo.org/postgis/trunk@1963
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 10 Oct 2005 16:19:16 +0000 (16:19 +0000)]
Fixed null values fraction computation in geometry analyzer as suggested by Michael Fuhr
git-svn-id: http://svn.osgeo.org/postgis/trunk@1961
b70326c6 -7e19-0410-871a-
916f4a2858ee
Devrim GÜNDÜZ [Mon, 3 Oct 2005 21:45:04 +0000 (21:45 +0000)]
Added basic doc about building RPMs
git-svn-id: http://svn.osgeo.org/postgis/trunk@1959
b70326c6 -7e19-0410-871a-
916f4a2858ee
Devrim GÜNDÜZ [Mon, 3 Oct 2005 21:29:44 +0000 (21:29 +0000)]
- Make PostGIS build against pgxs so that we don't need PostgreSQL sources.
- Fixed all build errors except jdbc (so, defaulted to 0)
- Added new files under %utils
git-svn-id: http://svn.osgeo.org/postgis/trunk@1958
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 3 Oct 2005 18:08:55 +0000 (18:08 +0000)]
Stricter string attributes lenght handling. DBF header will be used
to set varchar maxlenght, (var)char typmod will be used to set DBF header
len.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1957
b70326c6 -7e19-0410-871a-
916f4a2858ee
Devrim GÜNDÜZ [Mon, 3 Oct 2005 17:36:00 +0000 (17:36 +0000)]
Removed postgis-jdbc2-makefile.patch (applied to -head)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1956
b70326c6 -7e19-0410-871a-
916f4a2858ee
Devrim GÜNDÜZ [Mon, 3 Oct 2005 17:29:53 +0000 (17:29 +0000)]
Applied to HEAD, so removed
git-svn-id: http://svn.osgeo.org/postgis/trunk@1955
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 3 Oct 2005 07:53:38 +0000 (07:53 +0000)]
Added -W and -I loader switches to manuals.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1954
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 3 Oct 2005 07:45:58 +0000 (07:45 +0000)]
Issued a warning when -W is specified and no UTF8 support has been compiled in.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1953
b70326c6 -7e19-0410-871a-
916f4a2858ee
Devrim GÜNDÜZ [Fri, 30 Sep 2005 15:09:39 +0000 (15:09 +0000)]
Removed
git-svn-id: http://svn.osgeo.org/postgis/trunk@1952
b70326c6 -7e19-0410-871a-
916f4a2858ee
Devrim GÜNDÜZ [Fri, 30 Sep 2005 15:09:05 +0000 (15:09 +0000)]
Renamed the file and fixed the non-ascii char
git-svn-id: http://svn.osgeo.org/postgis/trunk@1951
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 30 Sep 2005 12:44:52 +0000 (12:44 +0000)]
undefined UNITE_USING_BUFFER (defining it to 0 did not have the expected result)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1950
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 30 Sep 2005 08:59:29 +0000 (08:59 +0000)]
Fixed release of stack memory occurring when shp2pgsql is compiled with USE_ICONV defined, an attribute value needs to be escaped and no -W is used
git-svn-id: http://svn.osgeo.org/postgis/trunk@1949
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Thu, 29 Sep 2005 07:11:12 +0000 (07:11 +0000)]
Manually applied Makefile changes from Devrim GUNDUZ (extras/rpm/patches/postgis-jdbc2-makefile.patch) to HEAD jdbc2 Makefile
git-svn-id: http://svn.osgeo.org/postgis/trunk@1947
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 28 Sep 2005 16:34:34 +0000 (16:34 +0000)]
Honoured want3d parameter in GEOS2POSTGIS converters
git-svn-id: http://svn.osgeo.org/postgis/trunk@1946
b70326c6 -7e19-0410-871a-
916f4a2858ee
Devrim GÜNDÜZ [Tue, 27 Sep 2005 21:50:50 +0000 (21:50 +0000)]
Mentioned about the patches in spec file.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1945
b70326c6 -7e19-0410-871a-
916f4a2858ee
Devrim GÜNDÜZ [Tue, 27 Sep 2005 21:48:42 +0000 (21:48 +0000)]
Initial README file for PostGIS RPM
git-svn-id: http://svn.osgeo.org/postgis/trunk@1944
b70326c6 -7e19-0410-871a-
916f4a2858ee