]> granicus.if.org Git - postgis/log
postgis
20 years agoUpdated to support latest GEOS (actually removed all geos-version related
Sandro Santilli [Thu, 1 Jul 2004 17:02:05 +0000 (17:02 +0000)]
Updated to support latest GEOS (actually removed all geos-version related
switches).
Fixed an access to unallocated memory.

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

20 years agoCompile patch from Markus Schaber
Paul Ramsey [Tue, 22 Jun 2004 21:30:58 +0000 (21:30 +0000)]
Compile patch from Markus Schaber

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

20 years agoStandard deviation factor used in histogram extent computation made
Sandro Santilli [Tue, 22 Jun 2004 16:52:17 +0000 (16:52 +0000)]
Standard deviation factor used in histogram extent computation made
a compile-time define.

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

20 years agoHandled empty strings in numeric fields as '0'es... pg_atoi() does
Sandro Santilli [Tue, 22 Jun 2004 11:05:46 +0000 (11:05 +0000)]
Handled empty strings in numeric fields as '0'es... pg_atoi() does
not do this (while atoi() does).

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

20 years agoFixed a bug in minor version extractor.
Sandro Santilli [Fri, 18 Jun 2004 17:11:10 +0000 (17:11 +0000)]
Fixed a bug in minor version extractor.
Wrapped GEOS_VERSION in an #ifndef block.
More runtime checks.

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

20 years agoadded geos_version.sh as dependency of postgis_geos_version.h rule
Sandro Santilli [Wed, 16 Jun 2004 20:04:58 +0000 (20:04 +0000)]
added geos_version.sh as dependency of postgis_geos_version.h rule

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

20 years agoChanged GEOS_VERSION to POSTGIS_GEOS_VERSION to avoid future clashes
Sandro Santilli [Wed, 16 Jun 2004 19:59:36 +0000 (19:59 +0000)]
Changed GEOS_VERSION to POSTGIS_GEOS_VERSION to avoid future clashes

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

20 years agoAdded cleanup needed for GEOS > 1.0
Sandro Santilli [Wed, 16 Jun 2004 19:37:54 +0000 (19:37 +0000)]
Added cleanup needed for GEOS > 1.0

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

20 years agofixed a typo in preprocessor define
Sandro Santilli [Wed, 16 Jun 2004 19:28:20 +0000 (19:28 +0000)]
fixed a typo in preprocessor define

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

20 years agoAdded postgis_geos_version.h to .cvsignore and to the list of files
Sandro Santilli [Wed, 16 Jun 2004 18:50:59 +0000 (18:50 +0000)]
Added postgis_geos_version.h to .cvsignore and to the list of files
removed by the clean: rule.

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

20 years agoAdded code to detect geos version.
Sandro Santilli [Wed, 16 Jun 2004 18:47:59 +0000 (18:47 +0000)]
Added code to detect geos version.
Added appropriate includes in geos connectors.

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

20 years agoinitial import
Sandro Santilli [Wed, 16 Jun 2004 18:47:18 +0000 (18:47 +0000)]
initial import

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

20 years agoAdded schema support in getMaxFieldSize.
Sandro Santilli [Wed, 16 Jun 2004 13:42:05 +0000 (13:42 +0000)]
Added schema support in getMaxFieldSize.
Added direct support for TIMESTAMP field types (thanks to Steffen Macke).

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

20 years agodocumented statistics gethering operations
Sandro Santilli [Wed, 16 Jun 2004 13:14:01 +0000 (13:14 +0000)]
documented statistics gethering operations

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

20 years agofixed bogus support for PG71
Sandro Santilli [Mon, 14 Jun 2004 08:06:13 +0000 (08:06 +0000)]
fixed bogus support for PG71

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

20 years agoHistogram extent redefinition after hard deviant removal fixed to be
Sandro Santilli [Mon, 14 Jun 2004 07:48:10 +0000 (07:48 +0000)]
Histogram extent redefinition after hard deviant removal fixed to be
"at most" the standard deviation based computed.

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

20 years agoInfinite geometries handling.
Sandro Santilli [Fri, 11 Jun 2004 11:38:57 +0000 (11:38 +0000)]
Infinite geometries handling.
Histogram extent re-computation after 'hard deviant' features removal.

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

20 years agohistogram grid size refined to use near-square cells.
Sandro Santilli [Thu, 10 Jun 2004 18:54:12 +0000 (18:54 +0000)]
histogram grid size refined to use near-square cells.

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

20 years agoAdded standard deviation based histogram extent refinement
Sandro Santilli [Thu, 10 Jun 2004 15:44:43 +0000 (15:44 +0000)]
Added standard deviation based histogram extent refinement

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

20 years agoSeparated the estimator code in an estimate_selectivity() function.
Sandro Santilli [Thu, 10 Jun 2004 13:42:17 +0000 (13:42 +0000)]
Separated the estimator code in an estimate_selectivity() function.
Handled complete contaiment and complete miss of histogram by searc box.

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

20 years agoMoved changes needed for PG75 inside postgis_gist_72.c using #if switches.
Sandro Santilli [Wed, 9 Jun 2004 10:19:06 +0000 (10:19 +0000)]
Moved changes needed for PG75 inside postgis_gist_72.c using #if switches.

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

20 years agoAdded switch for GIST_SUPPORT=75
Sandro Santilli [Wed, 9 Jun 2004 10:05:25 +0000 (10:05 +0000)]
Added switch for GIST_SUPPORT=75

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

20 years agoinitial import
Sandro Santilli [Wed, 9 Jun 2004 10:05:07 +0000 (10:05 +0000)]
initial import

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

20 years agoRemoved partial pgsql List API copy
Sandro Santilli [Wed, 9 Jun 2004 09:35:49 +0000 (09:35 +0000)]
Removed partial pgsql List API copy

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

20 years agochanged index/rindex to strchr/strrchr
Sandro Santilli [Wed, 9 Jun 2004 09:08:53 +0000 (09:08 +0000)]
changed index/rindex to strchr/strrchr

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

20 years agoAdded Romi's Win32 patches.
Sandro Santilli [Wed, 9 Jun 2004 09:06:55 +0000 (09:06 +0000)]
Added Romi's Win32 patches.

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

20 years agoFixed to build cleanly agains pg75
Sandro Santilli [Tue, 8 Jun 2004 17:49:14 +0000 (17:49 +0000)]
Fixed to build cleanly agains pg75

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

20 years agoCompression of code terminated.
Sandro Santilli [Tue, 8 Jun 2004 17:48:37 +0000 (17:48 +0000)]
Compression of code terminated.
Big blocks switched based on version have been removed.

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

20 years agoremoved user connect command
Sandro Santilli [Tue, 8 Jun 2004 17:40:34 +0000 (17:40 +0000)]
removed user connect command

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

20 years agoDeleted prototype for isspace() in postgis.h
Sandro Santilli [Tue, 8 Jun 2004 15:18:12 +0000 (15:18 +0000)]
Deleted prototype for isspace() in postgis.h
and included <ctype.h> in postgis_inout.c,
which is the only module calling isspace().
This was needed to compile postgis against PG75(CVS).

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

20 years agoMODULE_FILENAME path always defaults to $libdir, but is overridable
Sandro Santilli [Tue, 8 Jun 2004 08:42:25 +0000 (08:42 +0000)]
MODULE_FILENAME path always defaults to $libdir, but is overridable
using environment variable LPATH. Added comments about it and cleaned
up code. Made global and lwgeom Makefile conformant about this.

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

20 years agoadded 'static' modifiers for the 'error' function, possibly clashing with some other...
Sandro Santilli [Tue, 8 Jun 2004 08:20:40 +0000 (08:20 +0000)]
added 'static' modifiers for the 'error' function, possibly clashing with some other declaration

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

20 years agoreverted change in lwg_parse_yyerror
Sandro Santilli [Mon, 7 Jun 2004 17:58:53 +0000 (17:58 +0000)]
reverted change in lwg_parse_yyerror

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

20 years agoDefault MODULE_FILENAME uses $libdir unless LPATH is set in the environment
Sandro Santilli [Mon, 7 Jun 2004 17:26:03 +0000 (17:26 +0000)]
Default MODULE_FILENAME uses $libdir unless LPATH is set in the environment

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

20 years agoRemoved obsolete postgisgistcostestimate function creation
Sandro Santilli [Mon, 7 Jun 2004 16:57:35 +0000 (16:57 +0000)]
Removed obsolete postgisgistcostestimate function creation

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

20 years agoRemoved postgis_old.sql from list of default rules
Sandro Santilli [Mon, 7 Jun 2004 16:34:11 +0000 (16:34 +0000)]
Removed postgis_old.sql from list of default rules

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

20 years agoMoved old version-specific sql files under the Attic directory.
Sandro Santilli [Mon, 7 Jun 2004 16:32:26 +0000 (16:32 +0000)]
Moved old version-specific sql files under the Attic directory.

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

20 years agoMoved old version-specific sql files under the Attic directory.
Sandro Santilli [Mon, 7 Jun 2004 16:32:25 +0000 (16:32 +0000)]
Moved old version-specific sql files under the Attic directory.

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

20 years agoAddGeometryColumns call table constraints 'enforce_srid' and 'enforce_geotype'
Sandro Santilli [Mon, 7 Jun 2004 16:11:20 +0000 (16:11 +0000)]
AddGeometryColumns call table constraints 'enforce_srid' and 'enforce_geotype'

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

20 years agoFixed a bug killing the backend - lwg_parse_yyerror never called custom error handler
Sandro Santilli [Mon, 7 Jun 2004 15:32:10 +0000 (15:32 +0000)]
Fixed a bug killing the backend - lwg_parse_yyerror never called custom error handler

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

20 years agoallowed lower case in wkt
Sandro Santilli [Mon, 7 Jun 2004 10:07:06 +0000 (10:07 +0000)]
allowed lower case in wkt

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

20 years agoAdded missing prototypes.
Sandro Santilli [Mon, 7 Jun 2004 09:16:06 +0000 (09:16 +0000)]
Added missing prototypes.

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

20 years agoAdded y.output
Sandro Santilli [Fri, 4 Jun 2004 15:24:39 +0000 (15:24 +0000)]
Added y.output

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

20 years agoAdded more cleanup
Sandro Santilli [Fri, 4 Jun 2004 15:24:22 +0000 (15:24 +0000)]
Added more cleanup

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

20 years agoadded semicolumns at end of blocks
Sandro Santilli [Fri, 4 Jun 2004 15:23:01 +0000 (15:23 +0000)]
added semicolumns at end of blocks

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

20 years agoremoved, will be created
Sandro Santilli [Fri, 4 Jun 2004 15:21:22 +0000 (15:21 +0000)]
removed, will be created

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

20 years agoRemoved references to constraint name (unsafe) from probe_geometry_columns()
Sandro Santilli [Fri, 4 Jun 2004 13:39:29 +0000 (13:39 +0000)]
Removed references to constraint name (unsafe) from probe_geometry_columns()
and fix_geometry_columns(). Added a rename_geometry_table_constraints()
renaming all geometry constraints to 'enforce_srid' and 'enforce_geotype'

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

20 years agoprobe_geometry_columns() return message extended
Sandro Santilli [Fri, 4 Jun 2004 13:11:21 +0000 (13:11 +0000)]
probe_geometry_columns() return message extended

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

20 years agoAdded comments about fix_geometry_columns() job.
Sandro Santilli [Fri, 4 Jun 2004 12:40:43 +0000 (12:40 +0000)]
Added comments about fix_geometry_columns() job.
SRID and type checks made stricter in fix_geometry_columns().

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

20 years agoAdded probe_geometry_columns().
Sandro Santilli [Fri, 4 Jun 2004 12:26:34 +0000 (12:26 +0000)]
Added probe_geometry_columns().
Modified fix_geometry_columns() to prevent fixing of bogus records for
which a corrected equivalent already exists.

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

20 years agoAdded DropGeometryTable description
Sandro Santilli [Fri, 4 Jun 2004 10:19:32 +0000 (10:19 +0000)]
Added DropGeometryTable description

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

20 years agoAdded DropGeometryColumn function
Sandro Santilli [Fri, 4 Jun 2004 10:07:40 +0000 (10:07 +0000)]
Added DropGeometryColumn function

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

20 years agofirst entries
Sandro Santilli [Fri, 4 Jun 2004 09:16:02 +0000 (09:16 +0000)]
first entries

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

20 years agoAdded prototypes
Sandro Santilli [Fri, 4 Jun 2004 09:11:56 +0000 (09:11 +0000)]
Added prototypes

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

20 years agoFixed YACC call to rename standardly produced y.tab.c and y.tab.h
Sandro Santilli [Fri, 4 Jun 2004 09:07:39 +0000 (09:07 +0000)]
Fixed YACC call to rename standardly produced y.tab.c and y.tab.h
to wktparse.tab.c and wktparse.tab.h

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

20 years agoMoved all geoemtry_columns cleanup in fix_geometry_columns,
Sandro Santilli [Fri, 4 Jun 2004 08:49:26 +0000 (08:49 +0000)]
Moved all geoemtry_columns cleanup in fix_geometry_columns,
update_geometry_stats(*) and addgeometrycolumn(*) will now
call the former and print out its result text.

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

20 years agoLifted AddGeometryColumns result message, including output from fix_geometry_columns
Sandro Santilli [Fri, 4 Jun 2004 08:31:30 +0000 (08:31 +0000)]
Lifted AddGeometryColumns result message, including output from fix_geometry_columns

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

20 years agofix_geometry_columns() makes its best effort to find appropriate schema.
Sandro Santilli [Fri, 4 Jun 2004 08:25:15 +0000 (08:25 +0000)]
fix_geometry_columns() makes its best effort to find appropriate schema.

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

20 years agoAdded expand_geometry - expand(geometry, int8)
Sandro Santilli [Thu, 3 Jun 2004 16:44:56 +0000 (16:44 +0000)]
Added expand_geometry - expand(geometry, int8)

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

20 years agoadded postgis_old.sql
Sandro Santilli [Thu, 3 Jun 2004 13:49:39 +0000 (13:49 +0000)]
added postgis_old.sql

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

20 years agoMade it functional again.
Sandro Santilli [Thu, 3 Jun 2004 13:44:30 +0000 (13:44 +0000)]
Made it functional again.

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

20 years agocompatted CASTS section, commented out bogus cast geometry::chip referring to missing...
Sandro Santilli [Thu, 3 Jun 2004 13:43:01 +0000 (13:43 +0000)]
compatted CASTS section, commented out bogus cast geometry::chip referring to missing function

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

20 years agoSkipped attrelid, varattnum linking for PG>=75
Sandro Santilli [Thu, 3 Jun 2004 13:20:53 +0000 (13:20 +0000)]
Skipped attrelid, varattnum linking for PG>=75

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

20 years agoAll type definitions moved at the beginning of the file.
Sandro Santilli [Thu, 3 Jun 2004 12:48:00 +0000 (12:48 +0000)]
All type definitions moved at the beginning of the file.
Left to compat: what was in postgis_sql_end_VER_.

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

20 years agoFixed bug in update_geometry_stats() choking on null attrelids.
Sandro Santilli [Thu, 3 Jun 2004 11:06:53 +0000 (11:06 +0000)]
Fixed bug in update_geometry_stats() choking on null attrelids.
Modified update_geometry_stats(varchar, varchar) to cleanup stale
record(s).
Added a CREATEFUNCTION define to become CREATE OR REPLACE FUNCTION
for PG > 71.
Made update_geometry_stats(*) return meaningful result.

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

20 years agoinfinite geoms handled in WKB parser
Sandro Santilli [Thu, 3 Jun 2004 09:45:57 +0000 (09:45 +0000)]
infinite geoms handled in WKB parser

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

20 years agoyet another Infinite check used: finite() - which checks for NaN,-Inf,+Inf
Sandro Santilli [Thu, 3 Jun 2004 08:19:20 +0000 (08:19 +0000)]
yet another Infinite check used: finite() - which checks for NaN,-Inf,+Inf

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

20 years agoSimplified INFINITY checks by use of isinf()
Sandro Santilli [Thu, 3 Jun 2004 08:13:11 +0000 (08:13 +0000)]
Simplified INFINITY checks by use of isinf()

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

20 years agoInfinite coordinate geoms omitted from index
Sandro Santilli [Thu, 3 Jun 2004 07:58:11 +0000 (07:58 +0000)]
Infinite coordinate geoms omitted from index

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

20 years agowkt parser throws an error on Infinite coordinates
Sandro Santilli [Thu, 3 Jun 2004 07:57:29 +0000 (07:57 +0000)]
wkt parser throws an error on Infinite coordinates

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

20 years agoDocument the expand() function (finally!)
Paul Ramsey [Thu, 3 Jun 2004 04:51:26 +0000 (04:51 +0000)]
Document the expand() function (finally!)

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

20 years agoMade equality checks the default in picksplit to catch also NaN results (INF geoms)
Sandro Santilli [Wed, 2 Jun 2004 23:54:09 +0000 (23:54 +0000)]
Made equality checks the default in picksplit to catch also NaN results (INF geoms)

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

20 years agoreverted Inf handling modification (conceptually bogus)
Sandro Santilli [Wed, 2 Jun 2004 23:29:08 +0000 (23:29 +0000)]
reverted Inf handling modification (conceptually bogus)

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

20 years agohandled special case of Inf boxes as GiST keys in picksplit
Sandro Santilli [Wed, 2 Jun 2004 22:43:54 +0000 (22:43 +0000)]
handled special case of Inf boxes as GiST keys in picksplit

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

20 years agostale locks removal in fix_geometry_columns() and update_geometry_stats(). Fixed...
Sandro Santilli [Wed, 2 Jun 2004 17:15:20 +0000 (17:15 +0000)]
stale locks removal in fix_geometry_columns() and update_geometry_stats(). Fixed a bug in fix_geometry_columns() deleting stats.

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

20 years agobuild_histogram2d sets 'local' search_path.
Sandro Santilli [Wed, 2 Jun 2004 16:21:06 +0000 (16:21 +0000)]
build_histogram2d sets 'local' search_path.
fix_geometry_columns sets to NULL cached data for unexistant tables.

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

20 years agoremoved namespace check for PG<73 in update_geometry_stats()
Sandro Santilli [Tue, 1 Jun 2004 16:56:07 +0000 (16:56 +0000)]
removed namespace check for PG<73 in update_geometry_stats()

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

20 years agoMade AddGeometryColumn delete from geometry_column records which would be incompatibl...
Sandro Santilli [Tue, 1 Jun 2004 16:30:10 +0000 (16:30 +0000)]
Made AddGeometryColumn delete from geometry_column records which would be incompatible with the one being added

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

20 years agoPlaced histogram2d type definition in a common place;
Sandro Santilli [Tue, 1 Jun 2004 16:16:23 +0000 (16:16 +0000)]
Placed histogram2d type definition in a common place;
added find_extent(schema, table, column) and build_histogram2d(histogram,
schema, table, column); modified update_geometry_stats() to make use
of available f_table_schema and to set statistical fields to NULL
for stale records. Thanks to Carl Anderson for the ideas.

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

20 years agoUpdates in anticipation of 0.8.2 release
Paul Ramsey [Fri, 28 May 2004 03:01:07 +0000 (03:01 +0000)]
Updates in anticipation of 0.8.2 release

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

20 years agoDocument the multi() function.
Paul Ramsey [Fri, 28 May 2004 02:42:14 +0000 (02:42 +0000)]
Document the multi() function.

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

20 years agocompat definition of fix_geometry_columns
Sandro Santilli [Mon, 24 May 2004 13:02:22 +0000 (13:02 +0000)]
compat definition of fix_geometry_columns

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

20 years agoFix bug in append mode that filled values into nonexistant gid column.
Paul Ramsey [Thu, 20 May 2004 19:21:08 +0000 (19:21 +0000)]
Fix bug in append mode that filled values into nonexistant gid column.

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

20 years agoFix typos and section misreferences in OGC function reference section
Paul Ramsey [Tue, 18 May 2004 16:56:59 +0000 (16:56 +0000)]
Fix typos and section misreferences in OGC function reference section

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

20 years agoAdd multi() to the new cpp based sql.in file.
Paul Ramsey [Tue, 18 May 2004 16:52:45 +0000 (16:52 +0000)]
Add multi() to the new cpp based sql.in file.

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

20 years agoTransformed NULL numeric values to 0 as it was before the introduction
Sandro Santilli [Thu, 13 May 2004 12:24:15 +0000 (12:24 +0000)]
Transformed NULL numeric values to 0 as it was before the introduction
of bigint bug workaround.

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

20 years agoUsed DBFWriteAttributeDirectly interface for writing attributes.
Sandro Santilli [Thu, 13 May 2004 12:13:01 +0000 (12:13 +0000)]
Used DBFWriteAttributeDirectly interface for writing attributes.
This way we are not affected by shapelib long-integer bug.

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

20 years agoOther fix in 3d handling - you should now be able to dump as 2d or 3d any 2d or 3d...
Sandro Santilli [Thu, 13 May 2004 12:07:13 +0000 (12:07 +0000)]
Other fix in 3d handling - you should now be able to dump as 2d or 3d any 2d or 3d object

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

20 years agoFixed bug in 3d features handling.
Sandro Santilli [Thu, 13 May 2004 11:59:08 +0000 (11:59 +0000)]
Fixed bug in 3d features handling.

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

20 years agoTotally reworked code to have a main loop for shapefile objects.
Sandro Santilli [Thu, 13 May 2004 09:40:33 +0000 (09:40 +0000)]
Totally reworked code to have a main loop for shapefile objects.
Much more readable, I belive.

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

20 years agoPut table creation code in its own function.
Sandro Santilli [Thu, 13 May 2004 07:48:47 +0000 (07:48 +0000)]
Put table creation code in its own function.
Fixed a bug with NULL shape records handling.

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

20 years agoDBFReadStringValue always used to workaround shapelib bug with int values.
Sandro Santilli [Thu, 13 May 2004 06:38:39 +0000 (06:38 +0000)]
DBFReadStringValue always used to workaround shapelib bug with int values.

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

20 years agoAdded -fPIC to CXXFLAGS. Reported to be needed on Solaris7 w/ gcc-3.3.2
Sandro Santilli [Tue, 4 May 2004 16:55:39 +0000 (16:55 +0000)]
Added -fPIC to CXXFLAGS. Reported to be needed on Solaris7 w/ gcc-3.3.2
by Havard Tveite <havard.tveite@nlh.no>.

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

20 years agoremoved generated file
Ralph Mason [Thu, 29 Apr 2004 21:07:25 +0000 (21:07 +0000)]
removed generated file

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

20 years ago*** empty log message ***
Ralph Mason [Thu, 29 Apr 2004 21:07:03 +0000 (21:07 +0000)]
*** empty log message ***

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

20 years agoNoted diff between inf and Infinity on Solaris/Intel machines
David Blasby [Thu, 29 Apr 2004 18:44:36 +0000 (18:44 +0000)]
Noted diff between inf and Infinity on Solaris/Intel machines

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

20 years agoupdated version
David Blasby [Thu, 29 Apr 2004 18:41:10 +0000 (18:41 +0000)]
updated version

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

20 years agoadded sleep so it wouldnt complain on solarias as much
David Blasby [Thu, 29 Apr 2004 18:36:47 +0000 (18:36 +0000)]
added sleep so it wouldnt complain on solarias as much

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

20 years agoWKT parser changes required this change
David Blasby [Thu, 29 Apr 2004 18:20:21 +0000 (18:20 +0000)]
WKT parser changes required this change

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

20 years agominor changes
David Blasby [Thu, 29 Apr 2004 18:16:37 +0000 (18:16 +0000)]
minor changes

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