]> granicus.if.org Git - postgis/log
postgis
19 years agomoved java2d to ordinary src directory, as it does not depend on any external libraries.
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

19 years agofix postgresql 7.2 datatype registration compatibility code
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

19 years agoFixed all deprecation warnings in JTS code by using proper GeometryFactory instances...
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

19 years agoadded forgotten changelog entry
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

19 years agoAdded some source for java2D readonly support
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

19 years agoHandled some more errors.
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

19 years agoRemoved useless variables from linemerge()
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

19 years agoRemoved unused variables in linemerge()
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

19 years agoAdded ST_ModEdgesSplit function, cleaned up test files, added tests for
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

19 years agoFixed ST_NewEdgesSplit function to return new Node id rather then text
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

19 years agoAdded SQL/MM functions ST_RemoveIsoEdge and ST_NewEdgesSplit.
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

19 years agoChanged GEOS initializzation to use lwnotice for errors rather then
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

19 years agoAdded -Wall flag to compilers invocation
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

19 years agoFixed compiler warnings, handled exceptions in POSTGIS2GEOS conversions
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

19 years agoAdded topology change
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

19 years agoInitial work on topology model support
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

19 years agoFixed return code from shp2pgsql
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

19 years agoFixed null values fraction computation in geometry analyzer as suggested by Michael...
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

19 years agoAdded basic doc about building RPMs
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

19 years ago- Make PostGIS build against pgxs so that we don't need PostgreSQL sources.
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

19 years agoStricter string attributes lenght handling. DBF header will be used
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

19 years agoRemoved postgis-jdbc2-makefile.patch (applied to -head)
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

19 years agoApplied to HEAD, so removed
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

19 years agoAdded -W and -I loader switches to manuals.
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

19 years agoIssued a warning when -W is specified and no UTF8 support has been compiled in.
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

19 years agoRemoved
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

19 years agoRenamed the file and fixed the non-ascii char
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

19 years agoundefined UNITE_USING_BUFFER (defining it to 0 did not have the expected result)
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

19 years agoFixed release of stack memory occurring when shp2pgsql is compiled with USE_ICONV...
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

19 years agoManually applied Makefile changes from Devrim GUNDUZ (extras/rpm/patches/postgis...
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

19 years agoHonoured want3d parameter in GEOS2POSTGIS converters
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

19 years agoMentioned about the patches in spec file.
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

19 years agoInitial README file for PostGIS RPM
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

19 years agoInitial import of postgis.spec
Devrim GÜNDÜZ [Tue, 27 Sep 2005 21:26:15 +0000 (21:26 +0000)]
Initial import of postgis.spec

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

19 years agoNecesarry patches used to build PostGIS RPMs.
Devrim GÜNDÜZ [Tue, 27 Sep 2005 21:12:11 +0000 (21:12 +0000)]
Necesarry patches used to build PostGIS RPMs.

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

19 years agoWrapped debugging line in preprocessor block.
Sandro Santilli [Tue, 27 Sep 2005 16:30:26 +0000 (16:30 +0000)]
Wrapped debugging line in preprocessor block.

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

19 years agoMade USE_GEOS_CAPI definable by ./configure
Sandro Santilli [Mon, 26 Sep 2005 13:48:07 +0000 (13:48 +0000)]
Made USE_GEOS_CAPI definable by ./configure

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

19 years agoAdded --with-geos-capi switch
Sandro Santilli [Mon, 26 Sep 2005 13:47:53 +0000 (13:47 +0000)]
Added --with-geos-capi switch

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

19 years agoAdded LineMerge function in Geometry Editors chapter
Sandro Santilli [Mon, 26 Sep 2005 12:53:10 +0000 (12:53 +0000)]
Added LineMerge function in Geometry Editors chapter

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

19 years agoInitial switches for use of GEOS C-API
Sandro Santilli [Mon, 26 Sep 2005 12:36:54 +0000 (12:36 +0000)]
Initial switches for use of GEOS C-API

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

19 years agoAdded LineMerge interface
Sandro Santilli [Mon, 26 Sep 2005 12:30:27 +0000 (12:30 +0000)]
Added LineMerge interface

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

19 years agoUpdated LineMerge facts
Sandro Santilli [Mon, 26 Sep 2005 12:09:36 +0000 (12:09 +0000)]
Updated LineMerge facts

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

19 years agoAdded JTSLineMerge stub, fixed typos in profiling outputs.
Sandro Santilli [Mon, 26 Sep 2005 12:08:57 +0000 (12:08 +0000)]
Added JTSLineMerge stub, fixed typos in profiling outputs.

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

19 years agoAdded stub for linemerge()
Sandro Santilli [Mon, 26 Sep 2005 12:07:48 +0000 (12:07 +0000)]
Added stub for linemerge()

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

19 years agoAdded new LineMerge funtion
Sandro Santilli [Mon, 26 Sep 2005 12:04:28 +0000 (12:04 +0000)]
Added new LineMerge funtion

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

19 years agoFixed prototype of linemerge() and error typo in it
Sandro Santilli [Mon, 26 Sep 2005 12:03:40 +0000 (12:03 +0000)]
Fixed prototype of linemerge() and error typo in it

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

19 years agoChanged GEOSLineMerge function to take one geometry and return the simplest
Sandro Santilli [Mon, 26 Sep 2005 11:35:33 +0000 (11:35 +0000)]
Changed GEOSLineMerge function to take one geometry and return the simplest
geometry formed by set of merged LineStrings. Fixed memory leak in
GEOSrelate().

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

19 years agoAdded linemerge_garray function
Sandro Santilli [Fri, 23 Sep 2005 17:25:20 +0000 (17:25 +0000)]
Added linemerge_garray function

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

19 years agoAdded LineMerger interface
Sandro Santilli [Fri, 23 Sep 2005 17:22:20 +0000 (17:22 +0000)]
Added LineMerger interface

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

19 years agoInitial wrapper to GEOS C api
Sandro Santilli [Fri, 23 Sep 2005 17:06:32 +0000 (17:06 +0000)]
Initial wrapper to GEOS C api

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

19 years agoAdded wrappers for ewkb output
Sandro Santilli [Fri, 23 Sep 2005 16:43:56 +0000 (16:43 +0000)]
Added wrappers for ewkb output

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

19 years agocleanups
Sandro Santilli [Fri, 23 Sep 2005 16:41:20 +0000 (16:41 +0000)]
cleanups

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

19 years agocleanups
Sandro Santilli [Fri, 23 Sep 2005 16:24:14 +0000 (16:24 +0000)]
cleanups

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

19 years agoadded header sentinels
Sandro Santilli [Fri, 23 Sep 2005 15:43:19 +0000 (15:43 +0000)]
added header sentinels

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

19 years agoMade LWGEOMFromWKB use underlying pglwgeom_from_ewkb()
Sandro Santilli [Fri, 23 Sep 2005 11:45:23 +0000 (11:45 +0000)]
Made LWGEOMFromWKB use underlying pglwgeom_from_ewkb()

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

19 years agoAdded pglwgeom_from_ewkb function
Sandro Santilli [Fri, 23 Sep 2005 11:23:47 +0000 (11:23 +0000)]
Added pglwgeom_from_ewkb function

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

19 years agogiven some consistent format to items
Sandro Santilli [Fri, 16 Sep 2005 13:19:03 +0000 (13:19 +0000)]
given some consistent format to items

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

19 years agoFixed X(),Y() and Z() functions descriptions, added M().
Sandro Santilli [Thu, 15 Sep 2005 14:53:43 +0000 (14:53 +0000)]
Fixed X(),Y() and Z() functions descriptions, added M().

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

19 years agoMoved AddPoint() function from 'geometry constructors' to 'geometry editors' chapter
Sandro Santilli [Thu, 15 Sep 2005 10:24:38 +0000 (10:24 +0000)]
Moved AddPoint() function from 'geometry constructors' to 'geometry editors' chapter

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

19 years agoDisabled buffer-based GeomUnion
Sandro Santilli [Thu, 15 Sep 2005 10:16:43 +0000 (10:16 +0000)]
Disabled buffer-based GeomUnion

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

19 years agoMoved the fix_geometry_column() removal to 1.1.0 section
Sandro Santilli [Thu, 15 Sep 2005 10:13:33 +0000 (10:13 +0000)]
Moved the fix_geometry_column() removal to 1.1.0 section

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

19 years agoRemoved automatic fix_geometry_columns() call in update_geometry_stats and AddGeometr...
Sandro Santilli [Thu, 15 Sep 2005 09:55:13 +0000 (09:55 +0000)]
Removed automatic fix_geometry_columns() call in update_geometry_stats and AddGeometryColumns()

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

19 years agoAdded Reporting Bugs chapter
Sandro Santilli [Thu, 15 Sep 2005 09:50:16 +0000 (09:50 +0000)]
Added Reporting Bugs chapter

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

19 years agoUpdated release info for 1.0.4
Sandro Santilli [Fri, 9 Sep 2005 17:03:45 +0000 (17:03 +0000)]
Updated release info for 1.0.4

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

19 years agoFixed bug in scale() and transscale() functions corrupting output bounding box
Sandro Santilli [Fri, 9 Sep 2005 16:21:32 +0000 (16:21 +0000)]
Fixed bug in scale() and transscale() functions corrupting output bounding box

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

19 years agocleanups for waste left in previous patches
Sandro Santilli [Fri, 9 Sep 2005 15:23:17 +0000 (15:23 +0000)]
cleanups for waste left in previous patches

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

19 years agoFixed bug in translate() corrupting output bounding box. Bounding-box related cleanup...
Sandro Santilli [Fri, 9 Sep 2005 14:47:21 +0000 (14:47 +0000)]
Fixed bug in translate() corrupting output bounding box. Bounding-box related cleanups in exterior_ring()

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

19 years agoMade ptarray_compute_box3d a wrapper of ptarray_compute_box3d_p
Sandro Santilli [Thu, 8 Sep 2005 23:30:01 +0000 (23:30 +0000)]
Made ptarray_compute_box3d a wrapper of ptarray_compute_box3d_p

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

19 years agominor speedups in distance()
Sandro Santilli [Thu, 8 Sep 2005 22:59:18 +0000 (22:59 +0000)]
minor speedups in distance()

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

19 years agoHandled search_box outside of histogram_box case in selectivity estimator
Sandro Santilli [Thu, 8 Sep 2005 19:26:22 +0000 (19:26 +0000)]
Handled search_box outside of histogram_box case in selectivity estimator

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

19 years agoadded some more Todo points
Markus Schaber [Wed, 7 Sep 2005 11:58:25 +0000 (11:58 +0000)]
added some more Todo points

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

19 years agoAdded notes about PointN, GeometryN and InteriorRingN indexing method
Sandro Santilli [Tue, 6 Sep 2005 09:22:22 +0000 (09:22 +0000)]
Added notes about PointN, GeometryN and InteriorRingN indexing method

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

19 years agoBOX3d parser note
Sandro Santilli [Tue, 6 Sep 2005 08:29:32 +0000 (08:29 +0000)]
BOX3d parser note

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

19 years agolooser BOX3D parser
Sandro Santilli [Tue, 6 Sep 2005 08:28:05 +0000 (08:28 +0000)]
looser BOX3D parser

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

19 years agoLeak plugged in compute_serialized_box3d_p
Sandro Santilli [Sat, 3 Sep 2005 06:11:20 +0000 (06:11 +0000)]
Leak plugged in compute_serialized_box3d_p

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

19 years agoremoved compiler warnings
Sandro Santilli [Wed, 31 Aug 2005 17:09:25 +0000 (17:09 +0000)]
removed compiler warnings

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

19 years agoFixed bug in pointArray_construct() misinterpreting hasZ and hasM parameters
Sandro Santilli [Wed, 31 Aug 2005 16:49:26 +0000 (16:49 +0000)]
Fixed bug in pointArray_construct() misinterpreting hasZ and hasM parameters

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

19 years agoRemoved premature object destruction in InsertLineString{WKT,} causing segfault
Sandro Santilli [Mon, 29 Aug 2005 22:36:25 +0000 (22:36 +0000)]
Removed premature object destruction in InsertLineString{WKT,} causing segfault

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

19 years agoAdded Nikita Shulga <malfet@jscc.ru> in contributors list.
Sandro Santilli [Mon, 29 Aug 2005 12:08:27 +0000 (12:08 +0000)]
Added Nikita Shulga <malfet@jscc.ru> in contributors list.

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

19 years agoTypo fixed
Sandro Santilli [Mon, 29 Aug 2005 11:56:06 +0000 (11:56 +0000)]
Typo fixed

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

19 years agoFixed sprintf() calls to avoid overlapping memory,
Sandro Santilli [Mon, 29 Aug 2005 11:48:33 +0000 (11:48 +0000)]
Fixed sprintf() calls to avoid overlapping memory,
reworked not-null objects existance check to reduce startup costs.

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

19 years agoAdded M(point) function
Sandro Santilli [Tue, 16 Aug 2005 21:38:18 +0000 (21:38 +0000)]
Added M(point) function

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

19 years agoEarly memory release in GiST indexing
Sandro Santilli [Tue, 16 Aug 2005 11:24:06 +0000 (11:24 +0000)]
Early memory release in GiST indexing

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

19 years agoAdded +proj=longlat to all corrupt srs entries.
Paul Ramsey [Fri, 12 Aug 2005 19:20:37 +0000 (19:20 +0000)]
Added +proj=longlat to all corrupt srs entries.

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

19 years agoRemoved pfree of proj4 text in make_project failure cases (required for error message)
Sandro Santilli [Wed, 10 Aug 2005 23:16:26 +0000 (23:16 +0000)]
Removed pfree of proj4 text in make_project failure cases (required for error message)

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

19 years agoAdded segfault fix
Sandro Santilli [Wed, 10 Aug 2005 23:12:51 +0000 (23:12 +0000)]
Added segfault fix

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

19 years agoFixed a segfault in transform_geom exploited by proj4's make_project error.
Sandro Santilli [Wed, 10 Aug 2005 23:06:56 +0000 (23:06 +0000)]
Fixed a segfault in transform_geom exploited by proj4's make_project error.

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

19 years agoChecked for PSQL run success
Sandro Santilli [Thu, 4 Aug 2005 16:29:39 +0000 (16:29 +0000)]
Checked for PSQL run success

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

19 years agoAdded availability note for version functions
Sandro Santilli [Thu, 4 Aug 2005 15:20:41 +0000 (15:20 +0000)]
Added availability note for version functions

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

19 years agoUpdated
Sandro Santilli [Thu, 4 Aug 2005 15:03:36 +0000 (15:03 +0000)]
Updated

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

19 years ago1.0.3 release notes and date
Sandro Santilli [Thu, 4 Aug 2005 14:55:27 +0000 (14:55 +0000)]
1.0.3 release notes and date

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

19 years agoAdded plpgsql_validator explicit function skip
Sandro Santilli [Thu, 4 Aug 2005 14:54:36 +0000 (14:54 +0000)]
Added plpgsql_validator explicit function skip

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

19 years agoupdated 1.0.3 section
Sandro Santilli [Fri, 29 Jul 2005 22:24:17 +0000 (22:24 +0000)]
updated 1.0.3 section

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

19 years agoAdded more obsoleted functions, new obsoleted_ops considered,
Sandro Santilli [Fri, 29 Jul 2005 22:08:43 +0000 (22:08 +0000)]
Added more obsoleted functions, new obsoleted_ops considered,
check of pg_restore -l return code, better regexp to allow broader
range of dump/restore versions.

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

19 years agofix EWKT constructors to accept SRID=4711; representation
Markus Schaber [Thu, 28 Jul 2005 12:23:16 +0000 (12:23 +0000)]
fix EWKT constructors to accept SRID=4711; representation

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

19 years agoSupport for multibyte field names in loader
Sandro Santilli [Wed, 27 Jul 2005 02:47:14 +0000 (02:47 +0000)]
Support for multibyte field names in loader

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

19 years agoMinor cleanups in loader
Sandro Santilli [Wed, 27 Jul 2005 02:35:50 +0000 (02:35 +0000)]
Minor cleanups in loader

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

19 years agoFixed handling of POINT types as WKT (-w) in loader
Sandro Santilli [Wed, 27 Jul 2005 02:07:01 +0000 (02:07 +0000)]
Fixed handling of POINT types as WKT (-w) in loader

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

19 years agobugfix in ptarray_compute_box2d_p
Sandro Santilli [Mon, 25 Jul 2005 22:24:07 +0000 (22:24 +0000)]
bugfix in ptarray_compute_box2d_p

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

19 years agoFixed bug in {get,pop}{int,double} for 64bit archs
Sandro Santilli [Fri, 22 Jul 2005 19:15:28 +0000 (19:15 +0000)]
Fixed bug in {get,pop}{int,double} for 64bit archs

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