]> granicus.if.org Git - postgis/log
postgis
19 years agominor speedups in distance()
Sandro Santilli [Thu, 8 Sep 2005 22:58:47 +0000 (22:58 +0000)]
minor speedups in distance()

git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@1895 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:10 +0000 (19:26 +0000)]
Handled search_box outside of histogram_box case in selectivity estimator

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

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

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

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

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

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

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

19 years agoLeak plugged in compute_serialized_box3d_p. Version upgraded to 1.0.4.
Sandro Santilli [Sat, 3 Sep 2005 06:10:18 +0000 (06:10 +0000)]
Leak plugged in compute_serialized_box3d_p. Version upgraded to 1.0.4.

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

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

git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@1882 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:21 +0000 (16:49 +0000)]
Fixed bug in pointArray_construct() misinterpreting hasZ and hasM parameters

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

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

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

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

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

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

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

19 years agoFixed sprintf() calls to avoid overlapping memory,
Sandro Santilli [Mon, 29 Aug 2005 11:48:42 +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/branches/pgis_1_0@1873 b70326c6-7e19-0410-871a-916f4a2858ee

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

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

19 years agoAdded spatial_ref_sys change
Sandro Santilli [Fri, 12 Aug 2005 23:47:26 +0000 (23:47 +0000)]
Added spatial_ref_sys change

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

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

git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@1866 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:23 +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/branches/pgis_1_0@1864 b70326c6-7e19-0410-871a-916f4a2858ee

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

git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@1862 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:07:06 +0000 (23:07 +0000)]
Fixed a segfault in transform_geom exploited by proj4's make_project error.

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

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

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

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

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

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

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

19 years agoset version to 1.0.3
Sandro Santilli [Tue, 2 Aug 2005 23:14:52 +0000 (23:14 +0000)]
set version to 1.0.3

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

19 years agoset 1.0.3 release date
Sandro Santilli [Tue, 2 Aug 2005 23:14:11 +0000 (23:14 +0000)]
set 1.0.3 release date

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

19 years agoAdded 1.0.3 release notes.
Sandro Santilli [Tue, 2 Aug 2005 23:12:59 +0000 (23:12 +0000)]
Added 1.0.3 release notes.

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

19 years agoBack-ported upgrade chapter extension and availability note on a couple of functions.
Sandro Santilli [Tue, 2 Aug 2005 21:37:55 +0000 (21:37 +0000)]
Back-ported upgrade chapter extension and availability note on a couple of functions.

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

19 years agoAdded postgis_restore.pl improvements and rebuild_bbox_cache.pl new entry
Sandro Santilli [Fri, 29 Jul 2005 22:23:31 +0000 (22:23 +0000)]
Added postgis_restore.pl improvements and rebuild_bbox_cache.pl new entry

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

19 years agoAdded more obsoleted functions, new obsoleted_ops considered,
Sandro Santilli [Fri, 29 Jul 2005 22:08:12 +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/branches/pgis_1_0@1843 b70326c6-7e19-0410-871a-916f4a2858ee

19 years agoFixed support for pre-schema postgresql installations
Sandro Santilli [Fri, 29 Jul 2005 12:24:00 +0000 (12:24 +0000)]
Fixed support for pre-schema postgresql installations

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

19 years agoInitial implementation of geometries bbox cache recomputation script
Sandro Santilli [Fri, 29 Jul 2005 11:46:16 +0000 (11:46 +0000)]
Initial implementation of geometries bbox cache recomputation script

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

19 years agoAdded postgis_proc_upgrade.pl description
Sandro Santilli [Fri, 29 Jul 2005 08:31:39 +0000 (08:31 +0000)]
Added postgis_proc_upgrade.pl description

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

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

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

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

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

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

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

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

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

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

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

19 years agoremoved useless strchr call in LWGEOM_in
Sandro Santilli [Tue, 19 Jul 2005 11:25:35 +0000 (11:25 +0000)]
removed useless strchr call in LWGEOM_in

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

19 years agoVersion set to 1.0.3cvs
Sandro Santilli [Wed, 13 Jul 2005 14:28:31 +0000 (14:28 +0000)]
Version set to 1.0.3cvs

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

19 years agoUpdated
Sandro Santilli [Wed, 13 Jul 2005 14:28:20 +0000 (14:28 +0000)]
Updated

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

19 years agoMoved create_undef.pl script under utils/ directory
Sandro Santilli [Wed, 13 Jul 2005 14:26:33 +0000 (14:26 +0000)]
Moved create_undef.pl script under utils/ directory
and fixed bug reported by klaus F�rster

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

19 years agoFixed bug in user query handling, reported by Andrew Seales
Sandro Santilli [Tue, 12 Jul 2005 16:19:29 +0000 (16:19 +0000)]
Fixed bug in user query handling, reported by Andrew Seales

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

19 years agoChanged pgsql 8.1 support advertisements to be more clear about status
Sandro Santilli [Fri, 1 Jul 2005 14:43:37 +0000 (14:43 +0000)]
Changed pgsql 8.1 support advertisements to be more clear about status
of it.

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

19 years agoAdded 1.0.2 section in Release Notes
Sandro Santilli [Fri, 1 Jul 2005 14:35:34 +0000 (14:35 +0000)]
Added 1.0.2 section in Release Notes

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

19 years agoAdded new -I switch for shp2pgsql and release date
Sandro Santilli [Fri, 1 Jul 2005 14:24:02 +0000 (14:24 +0000)]
Added new -I switch for shp2pgsql and release date

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

19 years agoSet library version to 1.0.2
Sandro Santilli [Fri, 1 Jul 2005 14:23:27 +0000 (14:23 +0000)]
Set library version to 1.0.2

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

19 years agobackported -I switch
Sandro Santilli [Fri, 1 Jul 2005 14:22:40 +0000 (14:22 +0000)]
backported -I switch

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

19 years agoRemoved chunked buffer(0) implementation of GeomUnion, will eventually end up in...
Sandro Santilli [Fri, 1 Jul 2005 13:02:16 +0000 (13:02 +0000)]
Removed chunked buffer(0) implementation of GeomUnion, will eventually end up in 1.1.0

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

19 years agoGeneralized to allow specification of numclients
Sandro Santilli [Wed, 29 Jun 2005 23:04:22 +0000 (23:04 +0000)]
Generalized to allow specification of numclients

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

19 years agocopied here from head branch
Sandro Santilli [Wed, 29 Jun 2005 18:30:06 +0000 (18:30 +0000)]
copied here from head branch

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

19 years agoAdded index concurrency tester
Sandro Santilli [Tue, 28 Jun 2005 22:01:02 +0000 (22:01 +0000)]
Added index concurrency tester

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

19 years agoFixed extimators to work with postgresql 8.1.x
Sandro Santilli [Tue, 28 Jun 2005 22:00:05 +0000 (22:00 +0000)]
Fixed extimators to work with postgresql 8.1.x

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

19 years agoReverted rtree logic back to use leaf/internal consistency functions
Sandro Santilli [Tue, 28 Jun 2005 14:58:22 +0000 (14:58 +0000)]
Reverted rtree logic back to use leaf/internal consistency functions

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

19 years agoupdated
Sandro Santilli [Tue, 28 Jun 2005 14:50:50 +0000 (14:50 +0000)]
updated

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

19 years agoMaintained separate vars for CFLAGS and CXXFLAGS
Sandro Santilli [Tue, 28 Jun 2005 14:50:39 +0000 (14:50 +0000)]
Maintained separate vars for CFLAGS and CXXFLAGS

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

19 years agoBugfix in RTBelowStrategyNumber handling
Sandro Santilli [Tue, 28 Jun 2005 14:34:48 +0000 (14:34 +0000)]
Bugfix in RTBelowStrategyNumber handling

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

19 years agoInitial support for postgresql 8.1
Sandro Santilli [Tue, 28 Jun 2005 13:59:23 +0000 (13:59 +0000)]
Initial support for postgresql 8.1

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

19 years agoBack-ported chunked GeomUnion implementation
Sandro Santilli [Tue, 28 Jun 2005 11:32:43 +0000 (11:32 +0000)]
Back-ported chunked GeomUnion implementation

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

19 years agoFixed rtree indexing (ported from pgsql rtree fix)
Sandro Santilli [Fri, 24 Jun 2005 12:36:22 +0000 (12:36 +0000)]
Fixed rtree indexing (ported from pgsql rtree fix)

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

19 years agoMemory leak fix in pg_error
Sandro Santilli [Fri, 17 Jun 2005 14:51:02 +0000 (14:51 +0000)]
Memory leak fix in pg_error

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

19 years agofault tolerant btree ops
Sandro Santilli [Wed, 15 Jun 2005 16:04:31 +0000 (16:04 +0000)]
fault tolerant btree ops

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

19 years agofault tolerant btree ops
Sandro Santilli [Wed, 15 Jun 2005 16:04:31 +0000 (16:04 +0000)]
fault tolerant btree ops

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

19 years agoThis commit was manufactured by cvs2svn to create branch 'pgis_1_0'.
No Body [Fri, 10 Jun 2005 16:27:19 +0000 (16:27 +0000)]
This commit was manufactured by cvs2svn to create branch 'pgis_1_0'.

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

19 years agoVersion changed to 1.0.2cvs
Sandro Santilli [Wed, 25 May 2005 17:14:54 +0000 (17:14 +0000)]
Version changed to 1.0.2cvs

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

19 years agoFixed version to 1.0.1
Sandro Santilli [Tue, 24 May 2005 13:46:36 +0000 (13:46 +0000)]
Fixed version to 1.0.1

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

19 years agoSet release date to today
Sandro Santilli [Tue, 24 May 2005 13:36:35 +0000 (13:36 +0000)]
Set release date to today

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

19 years agoCompiled 1.0.1 release notes
Sandro Santilli [Mon, 23 May 2005 14:13:48 +0000 (14:13 +0000)]
Compiled 1.0.1 release notes

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

19 years agoApplied 'strictness' patch by James Marca
Sandro Santilli [Wed, 18 May 2005 17:01:28 +0000 (17:01 +0000)]
Applied 'strictness' patch by James Marca

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

19 years agoFixed SetSRID() entry
Sandro Santilli [Wed, 18 May 2005 15:48:53 +0000 (15:48 +0000)]
Fixed SetSRID() entry

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

19 years agoadded Paris projections fixes
Sandro Santilli [Wed, 18 May 2005 15:38:28 +0000 (15:38 +0000)]
added Paris projections fixes

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

19 years agoUpdated proj4text for some French projections, as for Nicolas Ribot report
Sandro Santilli [Wed, 18 May 2005 15:35:47 +0000 (15:35 +0000)]
Updated proj4text for some French projections, as for Nicolas Ribot report

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

19 years agoBUGFIX in attribute names unicity enforcement
Sandro Santilli [Mon, 16 May 2005 17:51:17 +0000 (17:51 +0000)]
BUGFIX in attribute names unicity enforcement

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

19 years agoAdded note about pgsq2shp attributes names bugfix
Sandro Santilli [Mon, 16 May 2005 17:51:03 +0000 (17:51 +0000)]
Added note about pgsq2shp attributes names bugfix

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

19 years agoBack-ported loaderdumper manuals update.
Sandro Santilli [Mon, 16 May 2005 08:04:49 +0000 (08:04 +0000)]
Back-ported loaderdumper manuals update.
Updated CHANGES file.

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

19 years agoBack-ported -k patch
Sandro Santilli [Mon, 16 May 2005 08:03:29 +0000 (08:03 +0000)]
Back-ported -k patch

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

19 years agoAccept custom options to createdb invocation
Sandro Santilli [Mon, 16 May 2005 07:57:03 +0000 (07:57 +0000)]
Accept custom options to createdb invocation

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

19 years agoForced OID usage in geometry_column table
Sandro Santilli [Tue, 10 May 2005 12:52:08 +0000 (12:52 +0000)]
Forced OID usage in geometry_column table

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

19 years agofixed upgrade procedure section as suggested by Steven Bowden
Sandro Santilli [Tue, 10 May 2005 08:15:20 +0000 (08:15 +0000)]
fixed upgrade procedure section as suggested by Steven Bowden

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

19 years agoforce jdbc2 classfiles to be java 1.2 compatible.
Markus Schaber [Wed, 4 May 2005 08:25:24 +0000 (08:25 +0000)]
force jdbc2 classfiles to be java 1.2 compatible.

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

19 years agolib version changed to 1.0.1CVS
Sandro Santilli [Wed, 4 May 2005 07:00:33 +0000 (07:00 +0000)]
lib version changed to 1.0.1CVS

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

19 years agoGEOS/JTS performed operations dox made more explicit about which
Sandro Santilli [Wed, 4 May 2005 06:58:42 +0000 (06:58 +0000)]
GEOS/JTS performed operations dox made more explicit about which
argument is 'this' and which is 'otherGeometry'.

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

19 years agoadded notice about jdbc2 makefile change
Markus Schaber [Mon, 2 May 2005 10:09:51 +0000 (10:09 +0000)]
added notice about jdbc2 makefile change

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

19 years agoAdded fix in join selectivity
Sandro Santilli [Fri, 22 Apr 2005 01:07:46 +0000 (01:07 +0000)]
Added fix in join selectivity

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

19 years agoFixed bug in join selectivity estimator returning invalid estimates (>1)
Sandro Santilli [Fri, 22 Apr 2005 01:05:41 +0000 (01:05 +0000)]
Fixed bug in join selectivity estimator returning invalid estimates (>1)

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

19 years agoFixed bug in 3d spheroid length computation, patch by zmocnik at hotmail dot com
Sandro Santilli [Thu, 21 Apr 2005 16:31:09 +0000 (16:31 +0000)]
Fixed bug in 3d spheroid length computation, patch by zmocnik at hotmail dot com

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

19 years agoupdated
Sandro Santilli [Thu, 21 Apr 2005 09:07:48 +0000 (09:07 +0000)]
updated

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

19 years agoApplied patch from Ron Mayer fixing a segfault in string escaper funx
Sandro Santilli [Thu, 21 Apr 2005 09:07:41 +0000 (09:07 +0000)]
Applied patch from Ron Mayer fixing a segfault in string escaper funx

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

19 years agoFixed link to SimpleFeature Specification
Sandro Santilli [Wed, 20 Apr 2005 15:22:35 +0000 (15:22 +0000)]
Fixed link to SimpleFeature Specification

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

19 years agoFixed pg_opclass update to be schema-aware.
Markus Schaber [Wed, 20 Apr 2005 15:09:01 +0000 (15:09 +0000)]
Fixed pg_opclass update to be schema-aware.

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

19 years agoFixed bogus example of GeometryFromText(box3d, int) changing it
Sandro Santilli [Wed, 20 Apr 2005 10:27:07 +0000 (10:27 +0000)]
Fixed bogus example of GeometryFromText(box3d, int) changing it
to SetSRID(box3d, int) in chapter 5.1.2

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

19 years agoAdded eclipsebin directory to cvsignore.
Markus Schaber [Tue, 19 Apr 2005 14:40:47 +0000 (14:40 +0000)]
Added eclipsebin directory to cvsignore.

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

19 years agoAdded 1.0.0 section
Sandro Santilli [Mon, 18 Apr 2005 23:31:19 +0000 (23:31 +0000)]
Added 1.0.0 section

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

19 years agoFixed 1.0.0 release date to 2005/04/19
Sandro Santilli [Mon, 18 Apr 2005 14:14:57 +0000 (14:14 +0000)]
Fixed 1.0.0 release date to 2005/04/19

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

19 years agoSlightly changed standard deviation computation to be more corner-case-friendly.
Sandro Santilli [Mon, 18 Apr 2005 14:12:59 +0000 (14:12 +0000)]
Slightly changed standard deviation computation to be more corner-case-friendly.

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

19 years agoAdded changes in estimator code and tester.
Sandro Santilli [Mon, 18 Apr 2005 14:03:03 +0000 (14:03 +0000)]
Added changes in estimator code and tester.

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

19 years agoFixed bug in table2 schema parsing.
Sandro Santilli [Mon, 18 Apr 2005 13:49:55 +0000 (13:49 +0000)]
Fixed bug in table2 schema parsing.

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

19 years agoFixed to work against LWGEOM installations
Sandro Santilli [Mon, 18 Apr 2005 13:28:19 +0000 (13:28 +0000)]
Fixed to work against LWGEOM installations

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

19 years agoApplied patched by Ron Mayer fixing memory leakages and invalid results
Sandro Santilli [Mon, 18 Apr 2005 10:57:01 +0000 (10:57 +0000)]
Applied patched by Ron Mayer fixing memory leakages and invalid results
in join selectivity estimator. Fixed some return to use default JOIN
selectivity estimate instead of default RESTRICT selectivity estimate.

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

19 years agoFixed Makefile reference to read Makefile.config.
Sandro Santilli [Fri, 15 Apr 2005 20:11:21 +0000 (20:11 +0000)]
Fixed Makefile reference to read Makefile.config.

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

19 years agoThis commit was manufactured by cvs2svn to create branch 'pgis_1_0'.
No Body [Fri, 15 Apr 2005 20:11:21 +0000 (20:11 +0000)]
This commit was manufactured by cvs2svn to create branch 'pgis_1_0'.

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

19 years agoAdded configure outputs
Sandro Santilli [Fri, 15 Apr 2005 10:01:13 +0000 (10:01 +0000)]
Added configure outputs

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

19 years agoAdded more people to manual "CREDITS" chapter (copied from CREDITS file).
Sandro Santilli [Fri, 15 Apr 2005 09:54:37 +0000 (09:54 +0000)]
Added more people to manual "CREDITS" chapter (copied from CREDITS file).
Added a not in CREDITS redirecting to the postgis manual.

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